mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-19 09:23:52 +00:00
Co-authored-by: Anonymous <anonymous@noreply.codeberg.org> Co-authored-by: Arktorus <arktorus@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: ERYpTION <eryption@noreply.codeberg.org> Co-authored-by: Edgarsons <edgarsons@noreply.codeberg.org> Co-authored-by: Fjuro <fjuro@alius.cz> Co-authored-by: JanezPavelZebovec <janezpavelzebovec@noreply.codeberg.org> Co-authored-by: Luftika <luftika@noreply.codeberg.org> Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org> 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: astro-ray <astro-ray@noreply.codeberg.org> Co-authored-by: cirilla <cirilla@noreply.codeberg.org> Co-authored-by: codebergian42 <codebergian42@noreply.codeberg.org> Co-authored-by: deesbabygirl <deesbabygirl@noreply.codeberg.org> Co-authored-by: eatham <eatham@noreply.codeberg.org> Co-authored-by: jimkats <jimkats@noreply.codeberg.org> Co-authored-by: marko <marko@noreply.codeberg.org> Co-authored-by: ovl-005 <ovl-005@noreply.codeberg.org> Co-authored-by: patepelo <patepelo@noreply.codeberg.org> Co-authored-by: thesupertechie <thesupertechie@noreply.codeberg.org> Co-authored-by: wirabdillah <wirabdillah@noreply.codeberg.org> Co-authored-by: x7z4w <x7z4w@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/Android UI Strings (SDK) Translation: CoMaps/Apple AppStore description Translation: CoMaps/Countries and regions names Translation: CoMaps/Search synonyms / aliases Translation: CoMaps/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
73 lines
2.1 KiB
XML
73 lines
2.1 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>bookmarks_places</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>bookmarks_detect_message</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>tracks</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|