IceCubesApp/IceCubesApp/Resources/Localization/Plurals/zh-Hans.lproj/Localizable.stringsdict
Jerry c788063d44
Add plurals for Simplified Chinese (#445)
* Add plurals

* Update Localizable.stringsdict
2023-01-27 19:19:57 +01:00

39 lines
1.2 KiB
XML

<?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>timeline-new-posts %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@timelineNewPosts@</string>
<key>timelineNewPosts</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string>%lld 个新嘟文</string>
<key>other</key>
<string>%lld 个新嘟文</string>
</dict>
</dict>
<key>notifications-others-count %lld</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@noficationsOthersCount@</string>
<key>noficationsOthersCount</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>lld</string>
<key>one</key>
<string> 和其它 %lld 个用户 </string>
<key>other</key>
<string> 和其它 %lld 个用户 </string>
</dict>
</dict>
</dict>
</plist>