Skip to content

Commit

Permalink
chore: Localization(#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Dec 21, 2023
1 parent 9270409 commit a7b9dd2
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Projects/App/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -369,87 +369,87 @@
}
}
},
"Push To Edit" : {
"Registered" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Push to Edit"
"value" : "Registered"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "밀어올려서 편집하기"
"value" : "등록 완료"
}
}
}
},
"Registered" : {
"Share" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Registered"
"value" : "Share"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "등록 완료"
"value" : "공유하기"
}
}
}
},
"Share" : {
"Show More" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Share"
"value" : "Show more"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "공유하기"
"value" : "더 보기"
}
}
}
},
"Show More" : {
"Sub Color" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Show more"
"value" : "Sub Color"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "더 보기"
"value" : "서브 컬러"
}
}
}
},
"Sub Color" : {
"Swipe to edit" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Sub Color"
"value" : "Swipe to edit"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"value" : "서브 컬러"
"value" : "밀어올려서 편집하기"
}
}
}
Expand Down

0 comments on commit a7b9dd2

Please sign in to comment.