Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
15
iphone/Maps/LocalizedStrings/pt-BR.lproj/InfoPlist.strings
Normal file
15
iphone/Maps/LocalizedStrings/pt-BR.lproj/InfoPlist.strings
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
/* Used in home screen quick actions. */
|
||||
"search" = "Buscar";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"bookmarks_and_tracks" = "Favoritos e trilhas";
|
||||
|
||||
/* Used in home screen quick actions. */
|
||||
"route" = "Criar rota";
|
||||
|
||||
/* Needed to explain why we always require access to GPS coordinates, and not only when the app is active. */
|
||||
"NSLocationAlwaysUsageDescription" = "A detecção da localização em segundo plano é necessária para aproveitar ao máximo a funcionalidade do aplicativo. Ela é usada para navegação e para salvar o último trajeto percorrido.";
|
||||
|
||||
/* Needed to explain why we require access to GPS coordinates when the app is active. */
|
||||
"NSLocationWhenInUseUsageDescription" = "O acesso à sua localização é necessária para navegação e para salvar o último trajeto percorrido.";
|
||||
1108
iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings
Normal file
1108
iphone/Maps/LocalizedStrings/pt-BR.lproj/Localizable.strings
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,66 @@
|
|||
<?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>Sem favoritos</string>
|
||||
<key>one</key>
|
||||
<string>%d favorito</string>
|
||||
<key>many</key>
|
||||
<string>%d favoritos</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>zero</key>
|
||||
<string>%d arquivo foi encontrado.</string>
|
||||
<key>one</key>
|
||||
<string>%d arquivo foi encontrado. Você poderá vê-lo após a conversão.</string>
|
||||
<key>many</key>
|
||||
<string>%d arquivos foram encontrados. Você poderá vê-los após a conversão.</string>
|
||||
<key>other</key>
|
||||
<string>%d arquivos foram encontrados. Você poderá vê-los após a conversão.</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 trilha</string>
|
||||
<key>one</key>
|
||||
<string>%d trilha</string>
|
||||
<key>many</key>
|
||||
<string>%d trilhas</string>
|
||||
<key>other</key>
|
||||
<string>%d trilhas</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
1591
iphone/Maps/LocalizedStrings/pt-BR.lproj/LocalizableTypes.strings
Normal file
1591
iphone/Maps/LocalizedStrings/pt-BR.lproj/LocalizableTypes.strings
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue