mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
Co-authored-by: Alexey Ladygin <nitrodox@noreply.codeberg.org> Co-authored-by: B o d o <timtrek@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Dimitar5555 <dimitar5555@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: Supaplextw <supaplextw@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: alexgabi <alexgabi@noreply.codeberg.org> Co-authored-by: ceirios <ceirios@noreply.codeberg.org> Co-authored-by: hb0nd <hb0nd@noreply.codeberg.org> Co-authored-by: hosara <hosara@noreply.codeberg.org> Co-authored-by: patepelo <patepelo@noreply.codeberg.org> Co-authored-by: sunsand <sunsand@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/appstore-description/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Apple AppStore description Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
67 lines
1.9 KiB
XML
67 lines
1.9 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>%d marcadores</string>
|
|
<key>one</key>
|
|
<string>%d marcador</string>
|
|
<key>many</key>
|
|
<string>%d marcadores</string>
|
|
<key>other</key>
|
|
<string>%d marcadores</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>Se han encontrado %d archivos. Los verá después de la conversión.</string>
|
|
<key>one</key>
|
|
<string>Se encontró %d archivo. Lo verá después de la conversión.</string>
|
|
<key>many</key>
|
|
<string>Se han encontrado %d archivos. Los verá después de la conversión.</string>
|
|
<key>other</key>
|
|
<string>Se han encontrado %d archivos. Los verá después de la conversión.</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>%d trayectos</string>
|
|
<key>one</key>
|
|
<string>%d trayecto</string>
|
|
<key>many</key>
|
|
<string>%d trayectos</string>
|
|
<key>other</key>
|
|
<string>%d trayectos</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|