Skip to content

Commit

Permalink
New translations localizable.stringsdict (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki-bot committed Jul 18, 2024
1 parent 4f4ebf4 commit b0db4d7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Sources/iOS/Core/Strings/zh-Hans.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?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>
<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>

0 comments on commit b0db4d7

Please sign in to comment.