forked from organicmaps/organicmaps
[strings] Added pt-BR translations
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
7f4957532a
commit
5a2c85e1a5
4 changed files with 3763 additions and 0 deletions
1297
android/res/values-pt-rBR/strings.xml
Normal file
1297
android/res/values-pt-rBR/strings.xml
Normal file
File diff suppressed because it is too large
Load diff
10
iphone/Maps/LocalizedStrings/pt-BR.lproj/InfoPlist.strings
Normal file
10
iphone/Maps/LocalizedStrings/pt-BR.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Apple Strings File
|
||||
* Generated by Twine 1.0.3
|
||||
* Language: pt-BR
|
||||
*/
|
||||
|
||||
/********** gps strings **********/
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysAndWhenInUseUsageDescription" = "Definindo localidade atual no plano de fundo é necessário para o uso efetivo do aplicativo e recomendações pessoais";
|
2359
iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings
Normal file
2359
iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,97 @@
|
|||
<!--
|
||||
* Apple Stringsdict File
|
||||
* Generated by Twine 1.0.3
|
||||
* Language: pt-BR -->
|
||||
<?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>
|
||||
|
||||
<!-- ********** 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>one</key>
|
||||
<string>%d favorito</string>
|
||||
<key>other</key>
|
||||
<string>%d favoritos</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 arquivo foi encontrado. Você vai ver depois da conversão.</string>
|
||||
<key>other</key>
|
||||
<string>%d arquivos foram encontrados. Você os verá depois da conversão.</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>one</key>
|
||||
<string>%d objeto</string>
|
||||
<key>other</key>
|
||||
<string>%d objetos</string>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
<key>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 lugar</string>
|
||||
<key>other</key>
|
||||
<string>%d lugares</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 percurso</string>
|
||||
<key>other</key>
|
||||
<string>%d percursos</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Reference in a new issue