This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ios, macos] Added Brazilian Portuguese localization
- Loading branch information
Showing
10 changed files
with
187 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 54 additions & 0 deletions
54
platform/darwin/resources/pt-BR.lproj/Foundation.stringsdict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?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>COORD_DEG_LONG</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@degrees@</string> | ||
<key>degrees</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>one</key> | ||
<string>%d grau</string> | ||
<key>other</key> | ||
<string>%d graus</string> | ||
</dict> | ||
</dict> | ||
<key>COORD_MIN_LONG</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@minutes@</string> | ||
<key>minutes</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>one</key> | ||
<string>%d minuto</string> | ||
<key>other</key> | ||
<string>%d minutos</string> | ||
</dict> | ||
</dict> | ||
<key>COORD_SEC_LONG</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>%#@seconds@</string> | ||
<key>seconds</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>d</string> | ||
<key>one</key> | ||
<string>%d segundo</string> | ||
<key>other</key> | ||
<string>%d segundos</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
platform/ios/framework/Settings.bundle/pt-BR.lproj/Root.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"TELEMETRY_GROUP_TITLE" = "Configurações de privacidade"; | ||
"TELEMETRY_SWITCH_TITLE" = "Telemetria do Mapbox"; | ||
"TELEMETRY_GROUP_FOOTER" = "Essa configuração permite que o aplicativo compartilhe dados de localização e uso anônimos com o Mapbox."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
/* Accessibility hint */ | ||
"ANNOTATION_A11Y_HINT" = "Mostrar mais informações"; | ||
|
||
/* No comment provided by engineer. */ | ||
"API_CLIENT_400_DESC" = "The session data task failed. Original request was: %@"; | ||
|
||
/* No comment provided by engineer. */ | ||
"API_CLIENT_400_REASON" = "O código de status foi %ld"; | ||
|
||
/* No comment provided by engineer. */ | ||
"CANCEL" = "Cancelar"; | ||
|
||
/* Accessibility hint */ | ||
"COMPASS_A11Y_HINT" = "Rotaciona o mapa com face ao norte"; | ||
|
||
/* Accessibility label */ | ||
"COMPASS_A11Y_LABEL" = "Compasso"; | ||
|
||
/* Compass abbreviation for north */ | ||
"COMPASS_NORTH" = "N"; | ||
|
||
/* Instructions in Interface Builder designable; {key}, {plist file name} */ | ||
"DESIGNABLE" = "To display a Mapbox-hosted map here, set %1$@ to your access token in %2$@\n\nFor detailed instructions, see:"; | ||
|
||
/* Setup documentation URL display string; keep as short as possible */ | ||
"FIRST_STEPS_URL" = "mapbox.com/help/first-steps-ios-sdk"; | ||
|
||
/* Accessibility hint */ | ||
"INFO_A11Y_HINT" = "Mostra os créditos, um formulário de avaliação, e mais"; | ||
|
||
/* Accessibility label */ | ||
"INFO_A11Y_LABEL" = "Sobre este mapa"; | ||
|
||
/* Accessibility label */ | ||
"LOGO_A11Y_LABEL" = "Mapbox"; | ||
|
||
/* Accessibility label */ | ||
"MAP_A11Y_LABEL" = "Mapa"; | ||
|
||
/* Map accessibility value */ | ||
"MAP_A11Y_VALUE" = "Zoom %1$dx\n%2$ld anotações visíveis"; | ||
|
||
/* Action sheet title */ | ||
"SDK_NAME" = "Mapbox iOS SDK"; | ||
|
||
/* Telemetry prompt message */ | ||
"TELEMETRY_DISABLED_MSG" = "You can help make OpenStreetMap and Mapbox maps better by contributing anonymous usage data."; | ||
|
||
/* Telemetry prompt button */ | ||
"TELEMETRY_DISABLED_OFF" = "Não Participar"; | ||
|
||
/* Telemetry prompt button */ | ||
"TELEMETRY_DISABLED_ON" = "Participar"; | ||
|
||
/* Telemetry prompt message */ | ||
"TELEMETRY_ENABLED_MSG" = "You are helping to make OpenStreetMap and Mapbox maps better by contributing anonymous usage data."; | ||
|
||
/* Telemetry prompt button */ | ||
"TELEMETRY_ENABLED_OFF" = "Parar de Participar"; | ||
|
||
/* Telemetry prompt button */ | ||
"TELEMETRY_ENABLED_ON" = "Continuar Participando"; | ||
|
||
/* Telemetry prompt button */ | ||
"TELEMETRY_MORE" = "Me Diga Mais"; | ||
|
||
/* Action in attribution sheet */ | ||
"TELEMETRY_NAME" = "Telemetria do Mapbox"; | ||
|
||
/* Telemetry prompt title */ | ||
"TELEMETRY_TITLE" = "Melhorar os Mapas do Mapbox"; | ||
|
||
/* Default user location annotation title */ | ||
"USER_DOT_TITLE" = "Você Está Aqui"; | ||
|
23 changes: 23 additions & 0 deletions
23
platform/ios/resources/pt-BR.lproj/Localizable.stringsdict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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>MAP_A11Y_VALUE</key> | ||
<dict> | ||
<key>NSStringLocalizedFormatKey</key> | ||
<string>Zoom %dx | ||
%#@count@</string> | ||
<key>count</key> | ||
<dict> | ||
<key>NSStringFormatSpecTypeKey</key> | ||
<string>NSStringPluralRuleType</string> | ||
<key>NSStringFormatValueTypeKey</key> | ||
<string>ld</string> | ||
<key>one</key> | ||
<string>%d anotação visível</string> | ||
<key>other</key> | ||
<string>%d anotações visíveis</string> | ||
</dict> | ||
</dict> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/* Accessibility title */ | ||
"MAP_A11Y_TITLE" = "Mapbox"; | ||
|
||
/* Label of Zoom In button */ | ||
"ZOOM_IN_LABEL" = "+"; | ||
|
||
/* Tooltip of Zoom In button */ | ||
"ZOOM_IN_TOOLTIP" = "Aumentar Zoom"; | ||
|
||
/* Label of Zoom Out button; U+2212 MINUS SIGN */ | ||
"ZOOM_OUT_LABEL" = "−"; | ||
|
||
/* Tooltip of Zoom Out button */ | ||
"ZOOM_OUT_TOOLTIP" = "Reduzir Zoom"; | ||
|