mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
Co-authored-by: B o d o <timtrek@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: Mickael81 <mickael81@noreply.codeberg.org> Co-authored-by: Pamputt <pamputt@noreply.codeberg.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: joysriramsarkar <joysriramsarkar@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: pastk <pastk@noreply.codeberg.org> Co-authored-by: relet <relet@noreply.codeberg.org> Co-authored-by: sas33 <sas33@noreply.codeberg.org> Co-authored-by: sunsand <sunsand@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android/ Translate-URL: https://translate.codeberg.org/projects/comaps/search-synonyms-aliases/ Translate-URL: https://translate.codeberg.org/projects/comaps/search-synonyms-aliases/de/ 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/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
63 lines
1.7 KiB
XML
63 lines
1.7 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>Zero marcaje</string>
|
|
<key>one</key>
|
|
<string>%d marcaj</string>
|
|
<key>few</key>
|
|
<string>%d marcaje</string>
|
|
<key>other</key>
|
|
<string>%d marcaje</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>A fost găsit %d fișier. Îl vei vedea după conversie.</string>
|
|
<key>few</key>
|
|
<string>A fost găsite %d fișiere. Le vei vedea după conversie.</string>
|
|
<key>other</key>
|
|
<string>Au fost găsite %d fișiere. Le vei vedea după conversiune.</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 înregistrăre</string>
|
|
<key>few</key>
|
|
<string>%d înregistrări</string>
|
|
<key>other</key>
|
|
<string>%d înregistrări</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|