Update translations and other static files.

This commit is contained in:
Cody Henthorne
2025-08-06 16:04:06 -04:00
parent 303174c864
commit 453781cd6d
69 changed files with 763 additions and 15 deletions

View File

@@ -1522,6 +1522,12 @@
<string name="RemoteRestoreActivity__skip_restore">Izlaist atjaunošanu</string>
<!-- Dialog title displayed when remote restore failed -->
<string name="RemoteRestoreActivity__couldnt_transfer">Neizdevās pabeigt pārsūtīšanu</string>
<!-- Dialog title displayed when remote restore failed and we want them to contact support -->
<string name="RemoteRestoreActivity__failure_with_log_prompt_title">Can\'t restore backup</string>
<!-- Dialog body displayed when remote restore failed and we want them to contact support -->
<string name="RemoteRestoreActivity__failure_with_log_prompt_body">An error occurred while restoring your backup. Your backup is not recoverable. Please contact support for help.</string>
<!-- Dialog action button that will link users to a flow to contact support, displayed when remote restore failed -->
<string name="RemoteRestoreActivity__failure_with_log_prompt_contact_button">Contact support</string>
<!-- Dialog message displayed when remote restore failed -->
<string name="RemoteRestoreActivity__error_occurred">Radās kļūda, un jūsu kontu nevarēja pārsūtīt. Mēģiniet vēlreiz, izvēloties pārsūtīšanas veidu.</string>
<!-- Dialog title displayed when remote restore failed because of an outdated backup version. -->
@@ -8115,6 +8121,8 @@
<string name="BackupAlertBottomSheet__couldnt_redeem_your_backups_subscription">Neizdevās izmantot jūsu rezerves kopiju abonementu</string>
<!-- Dialog text for when a backup fails to be created and ways to fix it -->
<string name="BackupAlertBottomSheet__an_error_occurred">Radās kļūda, un rezerves kopijas izveidi neizdevās pabeigt. Pārliecinieties, ka izmantojat jaunāko Signal versiju un mēģiniet vēlreiz. Ja problēma joprojām pastāv, sazinieties ar atbalsta dienestu.</string>
<!-- Dialog text for when a backup fails to be created and ways to fix it. Used for out of remote storage space error. -->
<string name="BackupAlertBottomSheet__an_error_occurred_and">An error occurred and your backup could not be completed. If this problem persists, contact support.</string>
<!-- Dialog action button that will allow you to check for any Signal version updates -->
<string name="BackupAlertBottomSheet__check_for_update">Pārbaudīt, vai ir pieejams atjauninājums</string>
<!-- Backup redemption error sheet text line 1 -->
@@ -8768,6 +8776,9 @@
<!-- Email subject when contacting support on a restore backup network issue -->
<string name="EnterBackupKey_network_failure_support_email">Signal Android rezerves kopijas atjaunošanas tīkla kļūda</string>
<!-- Removed by excludeNonTranslatables <string name="EnterBackupKey_network_failure_support_email_filter" translatable="false">Android SignalBackups Import Failed</string> -->
<!-- Email subject when contacting support on a permanent backup import failure -->
<string name="EnterBackupKey_permanent_failure_support_email">Signal Android Backup restore permanent failure</string>
<!-- Removed by excludeNonTranslatables <string name="EnterBackupKey_permanent_failure_support_email_filter" translatable="false">Android SignalBackups Import Permanent Failure</string> -->
<!-- Email subject when contacting support on a create backup failure -->
<string name="BackupAlertBottomSheet_network_failure_support_email">Signal Android rezerves kopijas eksportēšanas tīkla kļūda</string>