Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and add new translations in pt_BR #450

Merged
merged 1 commit into from
Nov 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@

<!-- App Setting: Places -->
<string name="configLabel_places">Lugares</string> <!-- group title -->
<string name="configLabel_places_manage">Manage Places</string> <!-- group title --> <!-- TODO -->
<string name="configLabel_places_manage">Gerenciar Lugares</string> <!-- group title -->
<!--<string name="configLabel_places_emptyMsg">@string/configLabel_places</string>-->
<string name="configLabel_places_multiSelect">%s lugares</string> <!-- displayed in actionBar and by confirmation messags; e.g. "are you sure you want to delete '2 places'" -->
<string name="configLabel_places_build">Adicionar Lugares</string>
Expand All @@ -882,8 +882,8 @@

<!-- App Setting: UI -->
<string name="configLabel_ui">Interface do Usuário</string> <!-- group title -->
<string name="configLabel_ui_fields">Display</string> <!-- group title, followed by a list of "[X] <Twilight Event>" fields --> <!-- TODO -->
<string name="configLabel_ui_misc">Miscellaneous</string> <!-- TODO -->
<string name="configLabel_ui_fields">Exibir</string> <!-- group title, followed by a list of "[X] <Twilight Event>" fields -->
<string name="configLabel_ui_misc">Diversos</string>

<!-- App Setting: Verbose Accessibility -->
<string name="configLabel_accessibility_verbose">TalkBack Detalhado</string>
Expand Down Expand Up @@ -1224,7 +1224,7 @@
<!-- Dialog: Delete Place -->
<string name="locationdelete_dialog_title">Remover Local?</string> <!-- title; remove 1 place -->
<string name="locationdelete_dialog_title1">Remover Locais?</string> <!-- title; remove multiple places -->
<string name="locationdelete_dialog_message">Tem certea que deseja remover %s?</string>
<string name="locationdelete_dialog_message">Tem certeza que deseja remover %s?</string>
<string name="locationdelete_dialog_success">Local foi removido.</string> <!-- toast -->
<string name="locationdelete_dialog_success1">%s locais foram removidos.</string> <!-- toast; e.g. 2 places were deleted -->
<string name="locationdelete_dialog_ok">Apagar</string>
Expand Down