-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New translations localizable.strings (Korean) * New translations localizable.strings (Korean) * New translations localizable.strings (Chinese Simplified) * New translations localizable.strings (Chinese Traditional) * New translations localizable.strings (English) * New translations localizable.strings (English) * New translations localizable.stringsdict (Korean) * New translations localizable.stringsdict (Chinese Simplified) * New translations localizable.stringsdict (Chinese Traditional) * New translations localizable.stringsdict (English) * New translations localizable.stringsdict (English) * New translations localizable.stringsdict (English) --------- Co-authored-by: rinsuki <[email protected]>
- Loading branch information
1 parent
70caa51
commit 6a30b09
Showing
8 changed files
with
137 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>count.favorites</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>one</key> | ||
<string>%d Favorite</string> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d Favorites</string> | ||
</dict> | ||
</dict> | ||
<key>count.boost</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>one</key> | ||
<string>%d Boost</string> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d Boosts</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,8 @@ | |
"postDetail.share" = "공유"; | ||
"postDetail.delete" = "삭제"; | ||
"postDetail.reportAbuse" = "신고"; | ||
"postDetail.boost" = "ブースト"; | ||
"postDetail.favorite" = "ふぁぼ"; | ||
"customEmojis.title" = "커스텀 이모지 목록"; | ||
|
||
"reportPost.title" = "글을 신고하기"; | ||
|
@@ -101,7 +103,7 @@ | |
"error.requiredNewerOS" = "이 기능을 이용하기 위해서는 iOS %.1f 이상이 필요합니다."; | ||
"error.requiredNewerMastodon" = "이 기능은 Mastodon 인스턴스의 버전이 %@ 이상이 아닌 경우 이용할 수 없습니다.\n(iMast 이용 중 인스턴스가 업데이트된 경우, 앱을 다시 실행하면 이용할 수 있게 됩니다)\nMastodon 인스턴스의 업데이트 예정에 대해서는 각 인스턴스의 관리자에게 문의해 주세요."; | ||
"error.pleaseInputInstance" = "인스턴스를 입력해 주세요."; | ||
"error.tryToChainItself" = "サーバーから無効なデータが返されました: %1$@ のID %2$@ は %3$@ 内で自分自身を参照しています"; | ||
"error.tryToChainItself" = "서버에서 잘못 된 데이터를 반환했습니다. %1$@의 아이디 %2$@는 %3$@ 내에서 자기 자신을 참조하고 있습니다."; | ||
|
||
"error.unknown.title" = "알 수 없는 오류"; | ||
"error.unknown.text" = "괜찮으시다면, 이 오류 메시지가 어떤 상태에서 발생했는지, 아래의 코드와 함께 @[email protected] 로 알려주세요."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>count.favorites</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d件のふぁぼ</string> | ||
</dict> | ||
</dict> | ||
<key>count.boost</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d件のブースト</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 31 additions & 2 deletions
33
Sources/iOS/Core/Strings/zh-Hans.lproj/Localizable.stringsdict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>count.favorites</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d件のふぁぼ</string> | ||
</dict> | ||
</dict> | ||
<key>count.boost</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d件のブースト</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 31 additions & 2 deletions
33
Sources/iOS/Core/Strings/zh-Hant.lproj/Localizable.stringsdict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>count.favorites</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d件のふぁぼ</string> | ||
</dict> | ||
</dict> | ||
<key>count.boost</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>other</key> | ||
<string>%d件のブースト</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |