mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-25 07:13:53 +00:00
Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org> Co-authored-by: butterflyoffire <butterflyoffire@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android-stores-descriptions/et/ Translate-URL: https://translate.codeberg.org/projects/comaps/android-stores-descriptions/sr/ Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/et/ Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/zh_Hans/ Translate-URL: https://translate.codeberg.org/projects/comaps/android/et/ Translate-URL: https://translate.codeberg.org/projects/comaps/android/sr/ Translate-URL: https://translate.codeberg.org/projects/comaps/android/zh_Hans/ Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-descriptions/et/ Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-descriptions/sr/ Translate-URL: https://translate.codeberg.org/projects/comaps/countries/et/ Translate-URL: https://translate.codeberg.org/projects/comaps/countries/kab/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-plurals/zh_Hans/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/et/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/zh_Hans/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios/sr/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios/zh_Hans/ Translate-URL: https://translate.codeberg.org/projects/comaps/tts/et/ Translation: CoMaps/Android Stores Descriptions Translation: CoMaps/Android UI Strings Translation: CoMaps/Android feature types Translation: CoMaps/AppStore Descriptions Translation: CoMaps/Countries Translation: CoMaps/TTS Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS Type Strings Translation: CoMaps/iOS UI Strings
55 lines
1.4 KiB
XML
55 lines
1.4 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>bookmarks_places</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@value@</string>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string>无书签</string>
|
|
<key>other</key>
|
|
<string>%d 个书签</string>
|
|
</dict>
|
|
</dict>
|
|
<key>bookmarks_detect_message</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@value@</string>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string>未找到文件。</string>
|
|
<key>other</key>
|
|
<string>找到 %d 个文件,转换后您可以看到它们。</string>
|
|
</dict>
|
|
</dict>
|
|
<key>tracks</key>
|
|
<dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@value@</string>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string>无轨迹</string>
|
|
<key>other</key>
|
|
<string>%d 个轨迹</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|