forked from organicmaps/organicmaps
[strings] Regenerated
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
9d245b2d12
commit
2d95874ecb
6 changed files with 6061 additions and 2 deletions
2071
android/app/src/main/res/values-az/strings.xml
Normal file
2071
android/app/src/main/res/values-az/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -763,7 +763,6 @@
|
|||
<string name="type.aeroway.taxiway">Pista de rolagem</string>
|
||||
<string name="type.aeroway.terminal">Aerogare de passageiros</string>
|
||||
<string name="type.amenity">Amenidades</string>
|
||||
<string name="type.amenity.arts_centre">Centros de arte</string>
|
||||
<string name="type.amenity.atm">Caixa eletrônico</string>
|
||||
<string name="type.amenity.bank">Banco</string>
|
||||
<string name="type.amenity.bar">Drinqueria</string>
|
||||
|
|
25
iphone/Maps/LocalizedStrings/az.lproj/InfoPlist.strings
Normal file
25
iphone/Maps/LocalizedStrings/az.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* Apple Strings File
|
||||
* Generated by Twine
|
||||
* Language: az
|
||||
*/
|
||||
|
||||
/********** 3d touch strings **********/
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Axtar";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Əlfəcinlər və qeydlər";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Marşrut";
|
||||
|
||||
|
||||
/********** gps strings **********/
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "Tətbiqin xüsusiyyətlərini tam çıxarmaq üçün fonda cari yeri müəyyən etmək lazımdır. O, marşrutu izləmək və son səyahət edilmiş yolları saxlamaq seçimi üçün istifadə olunur.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "Cari yerinizin müəyyən edilməsi marşrutun izlənməsi və son səyahət edilmiş yol seçimlərinin saxlanmasında istifadə olunur.";
|
3892
iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings
Normal file
3892
iphone/Maps/LocalizedStrings/az.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,72 @@
|
|||
<?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">
|
||||
<!--
|
||||
* Apple Stringsdict File
|
||||
* Generated by Twine 1.1.2
|
||||
* Language: az -->
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
|
||||
<!-- ********** Strings for downloading map from search **********/ -->
|
||||
|
||||
<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>other</key>
|
||||
<string>%d əlfəcin</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>other</key>
|
||||
<string>%d fayl tapıldı. Dönüşümdən sonra onları görəcəksiniz.</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>objects</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>other</key>
|
||||
<string>%d obyekt</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>other</key>
|
||||
<string>%d istiqamətlər</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1288,7 +1288,7 @@
|
|||
|
||||
"type.amenity" = "Amenidades";
|
||||
|
||||
"type.amenity.arts_centre" = "Centros de arte";
|
||||
"type.amenity.arts_centre" = "Centro de artes";
|
||||
|
||||
"type.amenity.atm" = "Caixa eletrônico";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue