mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 22:03:37 +00:00
Co-authored-by: AnanasSux <ananassux@noreply.codeberg.org> Co-authored-by: Anonymous <anonymous@noreply.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Fjuro <git@alius.cz> Co-authored-by: Githabnet <githabnet@noreply.codeberg.org> Co-authored-by: IdeallyGrey <ideallygrey@noreply.codeberg.org> Co-authored-by: Laurent FAVOLE <lfavole@noreply.codeberg.org> Co-authored-by: Moonshadow <moonshadow@noreply.codeberg.org> Co-authored-by: Outbreak2096 <outbreak2096@noreply.codeberg.org> Co-authored-by: Priit Jõerüüt <jrtcdbrg@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: jbb <jbb@noreply.codeberg.org> Co-authored-by: lucasmz.dev <git@lucasmz.dev> Co-authored-by: map-per <map-per@noreply.codeberg.org> Co-authored-by: oxisol <oxisol@noreply.codeberg.org> Co-authored-by: pastk <pastk@noreply.codeberg.org> 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 Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
55 lines
1.6 KiB
XML
55 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>one</key>
|
|
<string>%d खूणपत्र</string>
|
|
<key>other</key>
|
|
<string>%d खूणपत्रे</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>%d फाईल सापडली. रूपांतरानंतर तुम्ही ती पाहू शकता.</string>
|
|
<key>other</key>
|
|
<string>%d फाईली सापडल्या. रूपांतरानंतर तुम्ही त्या पाहू शकता.</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 ट्रॅक</string>
|
|
<key>other</key>
|
|
<string>%d ट्रॅक</string>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|