Skip to content

Commit 64a7cda

Browse files
Update translations and other static files.
1 parent c3350c0 commit 64a7cda

File tree

68 files changed

+1109
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1109
-208
lines changed

app/src/main/res/values-af/strings.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,10 @@
861861
<!-- CreateBackupBottomSheet -->
862862
<!-- Bottom sheet title -->
863863
<string name="CreateBackupBottomSheet__you_are_all_set">Jy is gereed. Begin jou rugsteun nou.</string>
864-
<!-- Bottom sheet message -->
864+
<!-- Bottom sheet paid message -->
865865
<string name="CreateBackupBottomSheet__depending_on_the_size">Na gelang van die grootte van jou rugsteun kan dit lank neem. Jy kan jou foon soos gewoonlik gebruik terwyl die rugsteun plaasvind.</string>
866+
<!-- Bottom sheet free message -->
867+
<string name="CreateBackupBottomSheet__free_tier">Media is added to your backup as you send and receive messages.</string>
866868

867869
<!-- Headline text for a bottom sheet dialog shown when the restoration of the media backup fails. -->
868870
<string name="RestoreMediaFailedBottomSheet__Cant_restore_media">Kan nie media herstel nie</string>
@@ -8136,6 +8138,8 @@
81368138
<!-- BackupsSettingsFragment -->
81378139
<!-- Subtitle for row for active backup, first placeholder is formatted amount, second is renewal date -->
81388140
<string name="BackupsSettingsFragment_s_month_renews_s">%1$s/maand, hernu %2$s</string>
8141+
<!-- Subtitle for row for active backup when price is not available, first placeholder is renewal date -->
8142+
<string name="BackupsSettingsFragment_renews_s">Renews %1$s</string>
81398143
<!-- Subtitle for row for active backup, placeholder is last date of backup -->
81408144
<string name="BackupsSettingsFragment_last_backup_s">Laaste rugsteun %1$s</string>
81418145
<!-- Subtitle for row for canceled backup -->
@@ -8184,6 +8188,13 @@
81848188
<string name="RemoteBackupsSettingsFragment__to_view_your_key">Om jou sleutel te bekyk, bevestig dat dit jy is</string>
81858189
<!-- Row label for cancelling and deleting backup -->
81868190
<string name="RemoteBackupsSettingsFragment__turn_off_and_delete_backup">Skakel rugsteun af en skrap dit</string>
8191+
<!-- Dialog title for explainer text to on how backup size works for free tier -->
8192+
<string name="RemoteBackupsSettingsFragment__free_tier_storage_title">Backup size</string>
8193+
<!-- Dialog message for explainer text to on how backup size works for free tier -->
8194+
<plurals name="RemoteBackupsSettingsFragment__backup_frequency_dialog_body">
8195+
<item quantity="one">Your backup includes all of your text messages and your last %1$d day of media. The size will change as new media is received and old media expires.</item>
8196+
<item quantity="other">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8197+
</plurals>
81878198
<!-- Snackbar text displayed when backup has been deleted and turned off -->
81888199
<string name="RemoteBackupsSettingsFragment__backup_deleted_and_turned_off">Rugsteun geskrap en afgeskakel.</string>
81898200
<!-- Snackbar text displayed when backup type is downgraded -->
@@ -8327,6 +8338,8 @@
83278338
<string name="RemoteBackupsSettingsFragment__a_network_error_occurred">\'n Netwerkfout het voorgekom. Gaan asseblief jou internetverbinding na en probeer weer.</string>
83288339
<!-- Progress message when backup file is being uploaded. First placeholder and second placeholder are formatted byte sizes (2 MB) and third is percent completion. -->
83298340
<string name="RemoteBackupsSettingsFragment__uploading_s_of_s_d">Besig om op te laai: %1$s van %2$s (%3$d%%)</string>
8341+
<!-- Progress message when backup file is being uploaded. Placeholder is percent completion. -->
8342+
<string name="RemoteBackupsSettingsFragment__uploading_d">Uploading: %1$d%%</string>
83308343
<!-- Button label to see more details about redemption error -->
83318344
<string name="RemoteBackupsSettingsFragment__details">Besonderhede</string>
83328345
<!-- Text displayed when there was an error deleting backup -->

app/src/main/res/values-ar/strings.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,10 @@
941941
<!-- CreateBackupBottomSheet -->
942942
<!-- Bottom sheet title -->
943943
<string name="CreateBackupBottomSheet__you_are_all_set">أنت جاهز الآن. ابدأ النسخ الاحتياطي لديك الآن.</string>
944-
<!-- Bottom sheet message -->
944+
<!-- Bottom sheet paid message -->
945945
<string name="CreateBackupBottomSheet__depending_on_the_size">قد يستغرق هذا وقتًا طويلًا حسب حجم النسخة الاحتياطية الخاصة بك. يُمكنك استخدام هاتفك بشكل اعتيادي أثناء إجراء عملية النسخ الاحتياطي.</string>
946+
<!-- Bottom sheet free message -->
947+
<string name="CreateBackupBottomSheet__free_tier">Media is added to your backup as you send and receive messages.</string>
946948

947949
<!-- Headline text for a bottom sheet dialog shown when the restoration of the media backup fails. -->
948950
<string name="RestoreMediaFailedBottomSheet__Cant_restore_media">تعذَّر استرجاع الوسائط.</string>
@@ -8844,6 +8846,8 @@
88448846
<!-- BackupsSettingsFragment -->
88458847
<!-- Subtitle for row for active backup, first placeholder is formatted amount, second is renewal date -->
88468848
<string name="BackupsSettingsFragment_s_month_renews_s">%1$s/شهريًا، التجديد في %2$s</string>
8849+
<!-- Subtitle for row for active backup when price is not available, first placeholder is renewal date -->
8850+
<string name="BackupsSettingsFragment_renews_s">Renews %1$s</string>
88478851
<!-- Subtitle for row for active backup, placeholder is last date of backup -->
88488852
<string name="BackupsSettingsFragment_last_backup_s">آخِر نسخة احتياطية في %1$s</string>
88498853
<!-- Subtitle for row for canceled backup -->
@@ -8892,6 +8896,17 @@
88928896
<string name="RemoteBackupsSettingsFragment__to_view_your_key">لعرض مفتاحك، قُم بتأكيد هويتك.</string>
88938897
<!-- Row label for cancelling and deleting backup -->
88948898
<string name="RemoteBackupsSettingsFragment__turn_off_and_delete_backup">إيقاف وحذف النسخ الاحتياطية</string>
8899+
<!-- Dialog title for explainer text to on how backup size works for free tier -->
8900+
<string name="RemoteBackupsSettingsFragment__free_tier_storage_title">Backup size</string>
8901+
<!-- Dialog message for explainer text to on how backup size works for free tier -->
8902+
<plurals name="RemoteBackupsSettingsFragment__backup_frequency_dialog_body">
8903+
<item quantity="zero">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8904+
<item quantity="one">Your backup includes all of your text messages and your last %1$d day of media. The size will change as new media is received and old media expires.</item>
8905+
<item quantity="two">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8906+
<item quantity="few">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8907+
<item quantity="many">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8908+
<item quantity="other">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8909+
</plurals>
88958910
<!-- Snackbar text displayed when backup has been deleted and turned off -->
88968911
<string name="RemoteBackupsSettingsFragment__backup_deleted_and_turned_off">تمَّ حذف النُسخ الاحتياطية وإيقافها.</string>
88978912
<!-- Snackbar text displayed when backup type is downgraded -->
@@ -9047,6 +9062,8 @@
90479062
<string name="RemoteBackupsSettingsFragment__a_network_error_occurred">حدث خطأ بالشبكة. يُرجى التحقُّق من اتصالك بالإنترنت والمحاولة مرّة أخرى.</string>
90489063
<!-- Progress message when backup file is being uploaded. First placeholder and second placeholder are formatted byte sizes (2 MB) and third is percent completion. -->
90499064
<string name="RemoteBackupsSettingsFragment__uploading_s_of_s_d">جارٍ تحميل: %1$s من أصل %2$s (%3$d%%)</string>
9065+
<!-- Progress message when backup file is being uploaded. Placeholder is percent completion. -->
9066+
<string name="RemoteBackupsSettingsFragment__uploading_d">Uploading: %1$d%%</string>
90509067
<!-- Button label to see more details about redemption error -->
90519068
<string name="RemoteBackupsSettingsFragment__details">التفاصيل</string>
90529069
<!-- Text displayed when there was an error deleting backup -->

app/src/main/res/values-az/strings.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,10 @@
861861
<!-- CreateBackupBottomSheet -->
862862
<!-- Bottom sheet title -->
863863
<string name="CreateBackupBottomSheet__you_are_all_set">Hazırsan. Artıq ehtiyat nüsxəni çıxarmağa başla.</string>
864-
<!-- Bottom sheet message -->
864+
<!-- Bottom sheet paid message -->
865865
<string name="CreateBackupBottomSheet__depending_on_the_size">Ehtiyat nüsxə həcmindən asılı olaraq, bu, bir qədər uzun çəkə bilər. Ehtiyat nüsxə çıxarılarkən adi hallarda olduğu kimi telefonunuzdan istifadə edə bilərsiniz.</string>
866+
<!-- Bottom sheet free message -->
867+
<string name="CreateBackupBottomSheet__free_tier">Media is added to your backup as you send and receive messages.</string>
866868

867869
<!-- Headline text for a bottom sheet dialog shown when the restoration of the media backup fails. -->
868870
<string name="RestoreMediaFailedBottomSheet__Cant_restore_media">Media faylını bərpa etmək mümkün deyil</string>
@@ -8136,6 +8138,8 @@
81368138
<!-- BackupsSettingsFragment -->
81378139
<!-- Subtitle for row for active backup, first placeholder is formatted amount, second is renewal date -->
81388140
<string name="BackupsSettingsFragment_s_month_renews_s">%1$s/aylıq, %2$s tarixində yenilənir</string>
8141+
<!-- Subtitle for row for active backup when price is not available, first placeholder is renewal date -->
8142+
<string name="BackupsSettingsFragment_renews_s">Renews %1$s</string>
81398143
<!-- Subtitle for row for active backup, placeholder is last date of backup -->
81408144
<string name="BackupsSettingsFragment_last_backup_s">Son nüsxəçıxarma: %1$s</string>
81418145
<!-- Subtitle for row for canceled backup -->
@@ -8184,6 +8188,13 @@
81848188
<string name="RemoteBackupsSettingsFragment__to_view_your_key">Şifrənizə baxmaq üçün istifadəçinin siz olduğunu təsdiqləyin</string>
81858189
<!-- Row label for cancelling and deleting backup -->
81868190
<string name="RemoteBackupsSettingsFragment__turn_off_and_delete_backup">Ehtiyat nüsxəni söndür və sil</string>
8191+
<!-- Dialog title for explainer text to on how backup size works for free tier -->
8192+
<string name="RemoteBackupsSettingsFragment__free_tier_storage_title">Backup size</string>
8193+
<!-- Dialog message for explainer text to on how backup size works for free tier -->
8194+
<plurals name="RemoteBackupsSettingsFragment__backup_frequency_dialog_body">
8195+
<item quantity="one">Your backup includes all of your text messages and your last %1$d day of media. The size will change as new media is received and old media expires.</item>
8196+
<item quantity="other">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8197+
</plurals>
81878198
<!-- Snackbar text displayed when backup has been deleted and turned off -->
81888199
<string name="RemoteBackupsSettingsFragment__backup_deleted_and_turned_off">Ehtiyat nüsxə silindi və söndürüldü.</string>
81898200
<!-- Snackbar text displayed when backup type is downgraded -->
@@ -8327,6 +8338,8 @@
83278338
<string name="RemoteBackupsSettingsFragment__a_network_error_occurred">Bir şəbəkə xətası baş verdi. İnternet bağlantınızı yoxlayıb, yenidən cəhd edin.</string>
83288339
<!-- Progress message when backup file is being uploaded. First placeholder and second placeholder are formatted byte sizes (2 MB) and third is percent completion. -->
83298340
<string name="RemoteBackupsSettingsFragment__uploading_s_of_s_d">Yüklənir: %1$s/%2$s (%3$d%%)</string>
8341+
<!-- Progress message when backup file is being uploaded. Placeholder is percent completion. -->
8342+
<string name="RemoteBackupsSettingsFragment__uploading_d">Uploading: %1$d%%</string>
83308343
<!-- Button label to see more details about redemption error -->
83318344
<string name="RemoteBackupsSettingsFragment__details">Təfsilatlar</string>
83328345
<!-- Text displayed when there was an error deleting backup -->

app/src/main/res/values-be/strings.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,10 @@
901901
<!-- CreateBackupBottomSheet -->
902902
<!-- Bottom sheet title -->
903903
<string name="CreateBackupBottomSheet__you_are_all_set">Усё гатова. Пачынайце рэзервовае капіраванне.</string>
904-
<!-- Bottom sheet message -->
904+
<!-- Bottom sheet paid message -->
905905
<string name="CreateBackupBottomSheet__depending_on_the_size">У залежнасці ад памеру рэзервовай копіі гэта можа заняць пэўны час. Падчас рэзервовага капіравання вы можаце карыстацца тэлефонам як звычайна.</string>
906+
<!-- Bottom sheet free message -->
907+
<string name="CreateBackupBottomSheet__free_tier">Media is added to your backup as you send and receive messages.</string>
906908

907909
<!-- Headline text for a bottom sheet dialog shown when the restoration of the media backup fails. -->
908910
<string name="RestoreMediaFailedBottomSheet__Cant_restore_media">Немагчыма аднавіць медыяфайлы</string>
@@ -8490,6 +8492,8 @@
84908492
<!-- BackupsSettingsFragment -->
84918493
<!-- Subtitle for row for active backup, first placeholder is formatted amount, second is renewal date -->
84928494
<string name="BackupsSettingsFragment_s_month_renews_s">%1$s/месяц, аднаўленне %2$s</string>
8495+
<!-- Subtitle for row for active backup when price is not available, first placeholder is renewal date -->
8496+
<string name="BackupsSettingsFragment_renews_s">Renews %1$s</string>
84938497
<!-- Subtitle for row for active backup, placeholder is last date of backup -->
84948498
<string name="BackupsSettingsFragment_last_backup_s">Апошняя рэзервовая копія %1$s</string>
84958499
<!-- Subtitle for row for canceled backup -->
@@ -8538,6 +8542,15 @@
85388542
<string name="RemoteBackupsSettingsFragment__to_view_your_key">Каб прагледзець свой ключ, трэба пацвердзіць сваю асобу</string>
85398543
<!-- Row label for cancelling and deleting backup -->
85408544
<string name="RemoteBackupsSettingsFragment__turn_off_and_delete_backup">Адключыць і выдаліць рэзервовую копію</string>
8545+
<!-- Dialog title for explainer text to on how backup size works for free tier -->
8546+
<string name="RemoteBackupsSettingsFragment__free_tier_storage_title">Backup size</string>
8547+
<!-- Dialog message for explainer text to on how backup size works for free tier -->
8548+
<plurals name="RemoteBackupsSettingsFragment__backup_frequency_dialog_body">
8549+
<item quantity="one">Your backup includes all of your text messages and your last %1$d day of media. The size will change as new media is received and old media expires.</item>
8550+
<item quantity="few">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8551+
<item quantity="many">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8552+
<item quantity="other">Your backup includes all of your text messages and your last %1$d days of media. The size will change as new media is received and old media expires.</item>
8553+
</plurals>
85418554
<!-- Snackbar text displayed when backup has been deleted and turned off -->
85428555
<string name="RemoteBackupsSettingsFragment__backup_deleted_and_turned_off">Рэзервовая копія выдалена і адключана.</string>
85438556
<!-- Snackbar text displayed when backup type is downgraded -->
@@ -8687,6 +8700,8 @@
86878700
<string name="RemoteBackupsSettingsFragment__a_network_error_occurred">Адбылася памылка сеткі. Праверце падключэнне да інтэрнэту і паўтарыце спробу.</string>
86888701
<!-- Progress message when backup file is being uploaded. First placeholder and second placeholder are formatted byte sizes (2 MB) and third is percent completion. -->
86898702
<string name="RemoteBackupsSettingsFragment__uploading_s_of_s_d">Пампуецца: %1$s з %2$s (%3$d%%)</string>
8703+
<!-- Progress message when backup file is being uploaded. Placeholder is percent completion. -->
8704+
<string name="RemoteBackupsSettingsFragment__uploading_d">Uploading: %1$d%%</string>
86908705
<!-- Button label to see more details about redemption error -->
86918706
<string name="RemoteBackupsSettingsFragment__details">Звесткі</string>
86928707
<!-- Text displayed when there was an error deleting backup -->

0 commit comments

Comments
 (0)