mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-19 09:23:52 +00:00
Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Edgarsons <edgarsons@noreply.codeberg.org> Co-authored-by: JanezPavelZebovec <janezpavelzebovec@noreply.codeberg.org> Co-authored-by: Linus_W_Frische <linus_w_frische@noreply.codeberg.org> Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org> Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: ZeljkoBG <zeljkobg@noreply.codeberg.org> Co-authored-by: cirilla <cirilla@noreply.codeberg.org> Co-authored-by: codebergian42 <codebergian42@noreply.codeberg.org> Co-authored-by: cyberchrime <cyberchrime@noreply.codeberg.org> Co-authored-by: hiiiha <hiiiha@noreply.codeberg.org> Co-authored-by: patepelo <patepelo@noreply.codeberg.org> Co-authored-by: rimas <rimas@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Countries and regions names Translation: CoMaps/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
73 lines
2.0 KiB
XML
73 lines
2.0 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>Brez zaznamkov</string>
|
|
<key>one</key>
|
|
<string>%d zaznamek</string>
|
|
<key>two</key>
|
|
<string>%d zaznamka</string>
|
|
<key>few</key>
|
|
<string>%d zaznamki</string>
|
|
<key>other</key>
|
|
<string>%d zaznamki</string>
|
|
</dict>
|
|
</dict>
|
|
<key>bookmarks_detect_message</key>
|
|
<dict>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string>Najdenih ni bilo %d datotek. Ogledate si jih lahko po pretvorbi.</string>
|
|
<key>one</key>
|
|
<string>Najdena je bila %d datoteka. Ogledate si jo lahko po pretvorbi.</string>
|
|
<key>two</key>
|
|
<string>Najdeni sta bili %d datoteki. Ogledate si ju lahko po pretvorbi.</string>
|
|
<key>few</key>
|
|
<string>Najdene so bile %d datoteke. Ogledate si jih lahko po pretvorbi.</string>
|
|
<key>other</key>
|
|
<string>Najdenih je bilo %d datotek. Ogledate si jih lahko po pretvorbi.</string>
|
|
</dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@value@</string>
|
|
</dict>
|
|
<key>tracks</key>
|
|
<dict>
|
|
<key>value</key>
|
|
<dict>
|
|
<key>NSStringFormatSpecTypeKey</key>
|
|
<string>NSStringPluralRuleType</string>
|
|
<key>NSStringFormatValueTypeKey</key>
|
|
<string>d</string>
|
|
<key>zero</key>
|
|
<string>%d sledi</string>
|
|
<key>one</key>
|
|
<string>%d sled</string>
|
|
<key>two</key>
|
|
<string>%d sledi</string>
|
|
<key>few</key>
|
|
<string>%d sledi</string>
|
|
<key>other</key>
|
|
<string>%d sledi</string>
|
|
</dict>
|
|
<key>NSStringLocalizedFormatKey</key>
|
|
<string>%#@value@</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|