Skip to content

Commit

Permalink
Download the latest strings from OneSky
Browse files Browse the repository at this point in the history
  • Loading branch information
frett authored and github-actions[bot] committed Apr 3, 2024
1 parent a8b5b77 commit 5db9ed8
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/values-fr/strings_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Une version en ligne est disponible sur https://knowgod.com</string>
<string name="dashboard_tools_section_filter_label">Filtre</string>
<string name="dashboard_tools_section_filter_category_any">Toute catégorie</string>
<string name="dashboard_tools_section_filter_language_any">Toute langue</string>
<plurals name="dashboard_tools_section_filter_available_tools">
<item quantity="one">%1$d Outil disponible</item>
<item quantity="other">%1$d Outils disponibles</item>
</plurals>
<string name="dashboard_tools_section_categories_label">Catégories</string>
<string name="dashboard_tools_section_categories_all">Tous les outils</string>
<string name="dashboard_tools_section_spotlight_label">Pleins feux sur les outils</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-id/strings_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Versi online dapat ditemukan di https://knowgod.com/id</string>
<string name="tools_list_remove_favorite_dialog_confirm">Hapus</string>
<string name="tools_list_remove_favorite_dialog_dismiss">Batal</string>
<string name="tool_card_label_language_unavailable">Tidak tersedia dalam %1$s</string>
<string name="tool_card_accessibility_language_available">Tersedia</string>
<string name="action_tools_about">Detail</string>
<string name="action_tools_open">Buka</string>
<!-- In App Update -->
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-in/strings_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Versi online dapat ditemukan di https://knowgod.com/id</string>
<string name="tools_list_remove_favorite_dialog_confirm">Hapus</string>
<string name="tools_list_remove_favorite_dialog_dismiss">Batal</string>
<string name="tool_card_label_language_unavailable">Tidak tersedia dalam %1$s</string>
<string name="tool_card_accessibility_language_available">Tersedia</string>
<string name="action_tools_about">Detail</string>
<string name="action_tools_open">Buka</string>
<!-- In App Update -->
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-lv/strings_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Rīku tīmekļa versijas ir pieejamas: https://KnowGod.com/lv</string>
<string name="tools_list_remove_favorite_dialog_confirm">Izņemt</string>
<string name="tools_list_remove_favorite_dialog_dismiss">Atcelt</string>
<string name="tool_card_label_language_unavailable">Nav pieejams %1$s valodā</string>
<string name="tool_card_accessibility_language_available">Pieejams</string>
<string name="action_tools_about">Apraksts</string>
<string name="action_tools_open">Atvērt</string>
<!-- In App Update -->
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/values-pt/strings_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

Há uma versão online aqui: https://knowgod.com/</string>
<string name="share_story_subject">História do GodTools</string>
<string name="menu_heading_about">Sobre</string>
<string name="menu_heading_about">Sobre isso</string>
<string name="menu_terms_of_use">Termos de uso</string>
<string name="menu_privacy_policy">Política de Privacidade</string>
<string name="menu_privacy_policy">Política de privacidade</string>
<string name="menu_copyright">Informações sobre Direitos Autorais</string>
<string name="menu_version">Versão: %1$s (%2$d)</string>
<!-- Lessons -->
Expand Down Expand Up @@ -51,13 +51,14 @@ Há uma versão online aqui: https://knowgod.com/</string>
<string name="dashboard_tools_section_filter_available_tools_all">Todas as Ferramentas disponíveis</string>
<string name="dashboard_tools_section_categories_label">Categorias</string>
<string name="dashboard_tools_section_categories_all">Todas as Ferramentas</string>
<string name="dashboard_tools_section_spotlight_label">Ferramenta em Destaque</string>
<string name="dashboard_tools_section_spotlight_label">Ferramentas em Destaque</string>
<string name="dashboard_tools_section_spotlight_description">Aqui estão umas ferramentas que achamos que você poderá apreciar</string>
<!-- Tool Cards -->
<string name="tools_list_remove_favorite_dialog_title">Quer remover \"%1$s\" dos Favoritos?</string>
<string name="tools_list_remove_favorite_dialog_confirm">Remover</string>
<string name="tools_list_remove_favorite_dialog_dismiss">Cancelar</string>
<string name="tool_card_label_language_unavailable">Não disponível em %1$s</string>
<string name="tool_card_accessibility_language_available">Disponível</string>
<string name="action_tools_about">Detalhes</string>
<string name="action_tools_open">Abrir</string>
<!-- In App Update -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt/strings_tool_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<item quantity="one">Visualização %1$,d</item>
<item quantity="other">Visualizações %1$,d</item>
</plurals>
<string name="label_tools_about">Sobre</string>
<string name="label_tools_about">Sobre isso</string>
<plurals name="label_tools_languages">
<item quantity="one">Idioma %1$,d</item>
<item quantity="other">Idiomas %1$,d</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
<resources>
<string name="language_name_fa">persiešu (farsi)</string>
<string name="language_name_fil">filipīniešu (tagalu)</string>
<string name="language_name_fil_x_taglish">tagļu</string>
<string name="language_name_sid">sidamas</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
<resources>
<string name="language_name_fa">Persa (Farsi)</string>
<string name="language_name_fil">Filipino (Tagalog)</string>
<string name="language_name_fil_x_taglish">Taglish</string>
<string name="language_name_sid">Sidama</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="tutorial_onboarding_change_language">Selecionar idioma</string>
<string name="tutorial_onboarding_welcome">Bem vindo(a)!</string>
<string name="tutorial_onboarding_welcome_2">Pronto para toda conversa</string>
<string name="tutorial_onboarding_welcome_action_video">Ver Vídeo</string>
<string name="tutorial_onboarding_welcome_action_video">Assistir a Vídeo</string>
<string name="tutorial_onboarding_conversations_headline">Fale sobre Deus com qualquer pessoa</string>
<string name="tutorial_onboarding_conversations_subhead">O aplicativo GodTools ajuda você a ter conversas importantes sobre Deus.</string>
<string name="tutorial_onboarding_prepare_headline">Se prepare para os momentos importantes</string>
Expand Down

0 comments on commit 5db9ed8

Please sign in to comment.