forked from organicmaps/organicmaps-tmp
[strings] Update iOS plurals translations for Czech
Translate-URL: https://hosted.weblate.org/projects/organicmaps/ios-plurals/cs/ Signed-off-by: Fjuro <fjuro@users.noreply.hosted.weblate.org>
This commit is contained in:
parent
178bdf9f27
commit
90b8ed428f
1 changed files with 15 additions and 11 deletions
|
@ -2,9 +2,6 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
<!-- ********** Strings for downloading map from search **********/ -->
|
||||
|
||||
<key>bookmarks_places</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
|
@ -15,13 +12,16 @@
|
|||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>%d záložek</string>
|
||||
<key>one</key>
|
||||
<string>%d záložka</string>
|
||||
<key>few</key>
|
||||
<string>%d záložky</string>
|
||||
<key>other</key>
|
||||
<string>%d záložek</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>bookmarks_detect_message</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
|
@ -32,15 +32,16 @@
|
|||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>Bylo nalezeno %d souborů. Uvidíte je po konverzi.</string>
|
||||
<key>one</key>
|
||||
<string>%d soubor byl nalezen. Uvidíte ho po konverzi.</string>
|
||||
<string>Byl nalezen %d soubor. Uvidíte jej po konverzi.</string>
|
||||
<key>few</key>
|
||||
<string>%d soubory byly nalezeny. Uvidíte je po konverzi.</string>
|
||||
<string>Byly nalezeny %d soubory. Uvidíte je po konverzi.</string>
|
||||
<key>other</key>
|
||||
<string>Bylo nalezeno %d souborů. Uvidíte je po konverzi.</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>tracks</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
|
@ -51,12 +52,15 @@
|
|||
<string>NSStringPluralRuleType</string>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>d</string>
|
||||
<key>zero</key>
|
||||
<string>%d stop</string>
|
||||
<key>one</key>
|
||||
<string>%d cesta</string>
|
||||
<string>%d stopa</string>
|
||||
<key>few</key>
|
||||
<string>%d stopy</string>
|
||||
<key>other</key>
|
||||
<string>%d cest</string>
|
||||
<string>%d stop</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
|
Loading…
Add table
Reference in a new issue