Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions feature/account/setup/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@
<item quantity="many">%d missatges</item>
<item quantity="other">%d missatges</item>
</plurals>
<string name="account_setup_options_your_name_label">El vostre nom</string>
</resources>
4 changes: 3 additions & 1 deletion feature/account/setup/src/main/res/values-fy/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string name="account_setup_auto_discovery_validation_error_email_address_required">E-mailadres is fereaske.</string>
<string name="account_setup_auto_discovery_loading_error">Laden e-mailkonfiguraasje mislearre</string>
<string name="account_setup_auto_discovery_result_approval_checkbox_label">Ik fertrou dizze konfiguraasje</string>
<string name="account_setup_error_network">Netwerkflater. Kontrolearje jo netwurkferbining en probearje it opnij.</string>
<string name="account_setup_error_network">Netwurkflater. Kontrolearje jo netwurkferbining en probearje it opnij.</string>
<string name="account_setup_auto_discovery_validation_error_email_address_invalid">Dit is net as in jildich e-mailadres werkend.</string>
<string name="account_setup_options_email_check_frequency_never">Nea</string>
<string name="account_setup_auto_discovery_loading_message">Konfiguraasje sykje…</string>
Expand Down Expand Up @@ -57,4 +57,6 @@
<item quantity="one">Elke minút</item>
<item quantity="other">Elke %d minuten</item>
</plurals>
<string name="account_setup_options_your_name_label">Jo namme</string>
<string name="account_setup_options_your_name_error_required">Jo namme is fereaske.</string>
</resources>
2 changes: 2 additions & 0 deletions feature/account/setup/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@
<item quantity="one">Elke minuut</item>
<item quantity="other">Elke %d minuten</item>
</plurals>
<string name="account_setup_options_your_name_label">Uw naam</string>
<string name="account_setup_options_your_name_error_required">Uw naam is vereist.</string>
</resources>
2 changes: 2 additions & 0 deletions feature/account/setup/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@
<item quantity="one">Dakikada bir</item>
<item quantity="other">%d dakikada bir</item>
</plurals>
<string name="account_setup_options_your_name_label">Adınız</string>
<string name="account_setup_options_your_name_error_required">Adınız gereklidir.</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<string name="funding_googleplay_contribution_error_unknown">Bilinmeyen hata</string>
<string name="funding_googleplay_contribution_error_purchase_failed">Satın alma başarısız oldu.</string>
<string name="funding_googleplay_contribution_header_thank_you">Hepimizden içten bir teşekkür!</string>
<string name="funding_googleplay_contribution_tfa_onetime_xs_description">Desteğiniz bizi ileri itiyor! En ufak katkılar bile değişim adına küçük dalgalar yaratarak ilerleyebilir, ve aramızda olmanıza çok minnettarız.</string>
<string name="funding_googleplay_contribution_header_thank_you_message">Bağışlarınız Thunderbird\'ün gelişimini ileri taşıyor ve desteğiniz için gerçekten minnettarız.</string>
<string name="funding_googleplay_contribution_tfa_onetime_xs_description">Desteğiniz bizi ileri taşıyor! En küçük bağışlar bile dalga dalga büyüyerek değişimi tetikleyebilir. Yanımızda olduğunuz için teşekkür ederiz.</string>
<string name="funding_googleplay_contribution_header_thank_you_message">Bağışlarınız Thunderbird\'ün gelişimini ileri taşıyor. Desteğiniz için size minnettarız.</string>
<string name="funding_googleplay_contribution_tfa_onetime_s_title">Değerli Katkı</string>
<string name="funding_googleplay_contribution_tfa_onetime_xs_title">Temel Katkı</string>
<string name="funding_googleplay_contribution_tfa_onetime_xl_title">Sıradışı Katkı</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="navigation_drawer_dropdown_action_settings">Ayarlar</string>
<string name="navigation_drawer_dropdown_action_manage_folders">Klasörleri yönet</string>
<string name="navigation_drawer_dropdown_unified_inbox_title">Birleşik Gelen Kutusu</string>
<string name="navigation_drawer_dropdown_unified_inbox_title">Gelen Kutusu</string>
<string name="navigation_drawer_dropdown_folder_item_badge_count_greater_than_1_000">1.000+</string>
<string name="navigation_drawer_dropdown_folder_item_badge_count_greater_than_99">99+</string>
<string name="navigation_drawer_dropdown_action_hide_accounts">Hesapları gizle</string>
<string name="navigation_drawer_dropdown_action_sync_all_accounts">Tüm hesapları eşitle</string>
<string name="navigation_drawer_dropdown_action_show_accounts">Hesapları göster</string>
<string name="navigation_drawer_dropdown_avount_view_selection_title">Hesap listesi</string>
<string name="navigation_drawer_dropdown_unified_account_title">Birleşik hesap</string>
<string name="navigation_drawer_dropdown_action_add_account">Hesap ekle</string>
</resources>
Loading