Skip to content

Commit

Permalink
Update German and Brazilian Portuguese strings
Browse files Browse the repository at this point in the history
Smaller updates to strings for Japanese, Spanish, Italian and Russian
  • Loading branch information
codinguser committed Sep 19, 2016
1 parent 4047596 commit 3c93448
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
30 changes: 15 additions & 15 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -459,20 +459,20 @@ No user-identifiable information will be collected as part of this process!</str
<item quantity="other">%d Buchungen</item>
</plurals>
<string-array name="report_account_types">
<item>EXPENSE</item>
<item>INCOME</item>
<item>AUFWENDUNGEN</item>
<item>ERTRÄGE</item>
</string-array>
<string name="toast_connected_to_google_drive">Connected to Google Drive</string>
<string name="toast_unable_to_connect_to_google_drive">Unable to connect to Google Drive</string>
<string name="toast_enter_amount_to_split">Please enter an amount to split</string>
<string name="label_export_target_external_service">external service</string>
<string name="toast_updated_transaction_recurring_schedule">Updated transaction recurring schedule</string>
<string name="label_export_transactions_since_date">Since</string>
<string name="switch_export_transactions_from_all_time">All time</string>
<string name="label_recommend_app">Recommend in Play Store</string>
<string name="repeat_until_date">until %1$s</string>
<string name="repeat_on_weekday">on %1$s</string>
<string name="repeat_x_times">for %1$s times</string>
<string name="menu_show_compact_view">Compact View</string>
<string name="book_default_name">Book %1$d</string>
<string name="toast_connected_to_google_drive">Verbunden mit Google Drive</string>
<string name="toast_unable_to_connect_to_google_drive">Keine Verbindung zu Google Drive</string>
<string name="toast_enter_amount_to_split">Bitte geben Sie einen aufzuteilenden Betrag ein</string>
<string name="label_export_target_external_service">externer Dienst</string>
<string name="toast_updated_transaction_recurring_schedule">Aktualisierte Buchung aus wiederkehrendem Zeitplan</string>
<string name="label_export_transactions_since_date">Seit</string>
<string name="switch_export_transactions_from_all_time">Zeitlich unbegrenzt</string>
<string name="label_recommend_app">Im Play Store empfehlen</string>
<string name="repeat_until_date">bis %1$s</string>
<string name="repeat_on_weekday">am %1$s</string>
<string name="repeat_x_times">%1$s mal</string>
<string name="menu_show_compact_view">Kompakte Ansicht</string>
<string name="book_default_name">Buch %1$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,5 +472,5 @@ Este proceso solo recoge información que no permite identificar al usuario</str
<string name="repeat_on_weekday">en %1$s</string>
<string name="repeat_x_times">%1$s veces</string>
<string name="menu_show_compact_view">Vista compacta</string>
<string name="book_default_name">Book %1$d</string>
<string name="book_default_name">Libro %1$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,5 +474,5 @@
<string name="repeat_on_weekday">il %1$s</string>
<string name="repeat_x_times">per %1$s volte</string>
<string name="menu_show_compact_view">Visualizzazione compatta</string>
<string name="book_default_name">Book %1$d</string>
<string name="book_default_name">Libro %1$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ja-rJP/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,5 @@
<string name="repeat_on_weekday">%1$s に</string>
<string name="repeat_x_times">%1$s 回</string>
<string name="menu_show_compact_view">コンパクト表示</string>
<string name="book_default_name">Book %1$d</string>
<string name="book_default_name">帳簿 %1$d</string>
</resources>
36 changes: 18 additions & 18 deletions app/src/main/res/values-pt-rPT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ Neste processo não serão recolhidas informações do utilizador!</string>
<!-- Passcode lock -->
<string name="digit_one">1</string>
<!-- In the English locale, digit 1 has no text on it. This is simply empty space. If your locale has text on digit 1, then translate-->
<string name="digit_one_text"></string>
<string name="digit_one_text"> </string>
<string name="digit_two">2</string>
<string name="digit_two_text">ABC</string>
<string name="digit_three">3</string>
Expand Down Expand Up @@ -449,27 +449,27 @@ Neste processo não serão recolhidas informações do utilizador!</string>
<string name="label_inside_account_with_name">em %1$s</string>
<plurals name="book_account_stats">
<item quantity="one">%d conta</item>
<item quantity="other">%d accounts</item>
<item quantity="other">%d contas</item>
</plurals>
<plurals name="book_transaction_stats">
<item quantity="one">%d transação</item>
<item quantity="other">%d transactions</item>
<item quantity="other">%d transações</item>
</plurals>
<string-array name="report_account_types">
<item>EXPENSE</item>
<item>INCOME</item>
<item>DESPESA</item>
<item>RECEITA</item>
</string-array>
<string name="toast_connected_to_google_drive">Connected to Google Drive</string>
<string name="toast_unable_to_connect_to_google_drive">Unable to connect to Google Drive</string>
<string name="toast_enter_amount_to_split">Please enter an amount to split</string>
<string name="label_export_target_external_service">external service</string>
<string name="toast_updated_transaction_recurring_schedule">Updated transaction recurring schedule</string>
<string name="label_export_transactions_since_date">Since</string>
<string name="switch_export_transactions_from_all_time">All time</string>
<string name="label_recommend_app">Recommend in Play Store</string>
<string name="repeat_until_date">until %1$s</string>
<string name="repeat_on_weekday">on %1$s</string>
<string name="repeat_x_times">for %1$s times</string>
<string name="menu_show_compact_view">Compact View</string>
<string name="book_default_name">Book %1$d</string>
<string name="toast_connected_to_google_drive">Ligado ao Google Drive</string>
<string name="toast_unable_to_connect_to_google_drive">Não é possível estabelecer ligação ao Google Drive</string>
<string name="toast_enter_amount_to_split">Por favor introduza um montante a dividir</string>
<string name="label_export_target_external_service">serviço externo</string>
<string name="toast_updated_transaction_recurring_schedule">Transação atualizada agendamento recorrente</string>
<string name="label_export_transactions_since_date">Desde</string>
<string name="switch_export_transactions_from_all_time">Todo o tempo</string>
<string name="label_recommend_app">Recomendado na Play Store</string>
<string name="repeat_until_date">desde%1$s</string>
<string name="repeat_on_weekday">na %1$s</string>
<string name="repeat_x_times">para %1$s vezes</string>
<string name="menu_show_compact_view">Vista Compacta</string>
<string name="book_default_name">Livro %1$d</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,5 +482,5 @@
<string name="repeat_on_weekday">в %1$s</string>
<string name="repeat_x_times">для %1$s раз</string>
<string name="menu_show_compact_view">Компактный вид</string>
<string name="book_default_name">Book %1$d</string>
<string name="book_default_name">Книга %1$d</string>
</resources>

0 comments on commit 3c93448

Please sign in to comment.