mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Edgarsons <edgarsons@noreply.codeberg.org> Co-authored-by: Fjuro <fjuro@alius.cz> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: codebergian42 <codebergian42@noreply.codeberg.org> Co-authored-by: gedankenstuecke <gedankenstuecke@noreply.codeberg.org> Co-authored-by: ldmpub <ldmpub@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: menganito <menganito@noreply.codeberg.org> Co-authored-by: metehan <metehan@noreply.codeberg.org> Co-authored-by: pL1 <pl1@noreply.codeberg.org> Co-authored-by: sziatomi <sziatomi@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/search-synonyms-aliases/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Android UI Strings (SDK) Translation: CoMaps/Apple AppStore description Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/Search synonyms / aliases Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
61 lines
1.6 KiB
XML
61 lines
1.6 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>Žiadne záložky</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žiek</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>one</key>
|
|
<string>Bol nájdený %d súbor. Uvidíte ho po konverzii.</string>
|
|
<key>few</key>
|
|
<string>Boli nájdené %d súbory. Uvidíte ich po konverzii.</string>
|
|
<key>other</key>
|
|
<string>Bolo nájdených %d súborov. Uvidíte ich po konverzii.</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>one</key>
|
|
<string>%d sledovanie</string>
|
|
<key>other</key>
|
|
<string>%d sledovania</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|