Update translations and other static files.

This commit is contained in:
Cody Henthorne
2026-06-10 15:29:25 -04:00
parent c88f048049
commit 2ea2f561ae
138 changed files with 8281 additions and 35 deletions
+38
View File
@@ -23,6 +23,7 @@
<!-- Removed by excludeNonTranslatables <string name="pending_transfer_url" translatable="false">https://support.signal.org/hc/articles/360031949872#pending</string> -->
<!-- Removed by excludeNonTranslatables <string name="donate_faq_url" translatable="false">https://support.signal.org/hc/articles/360031949872#donate</string> -->
<!-- Removed by excludeNonTranslatables <string name="inactive_primary_support" translatable="false">https://support.signal.org/hc/articles/9021007554074</string> -->
<!-- Removed by excludeNonTranslatables <string name="recovery_key_phishing_support_url" translatable="false">https://support.signal.org/hc/articles/9932566320410</string> -->
<!-- First placeholder is productId, second placeholder is app package -->
<string name="backup_subscription_management_url">https://play.google.com/store/account/subscriptions?sku=%1$s&amp;package=%2$s</string>
@@ -3520,6 +3521,10 @@
<string name="TransferControlView__processing">Procesando…</string>
<!-- Status update label used while the device is transmitting data over the network. Will take the form of "1.0 MB/2.0 MB" -->
<string name="TransferControlView__download_progress_s_s">%1$s/%2$s</string>
<!-- Accessibility description for the button that starts downloading an attachment -->
<string name="TransferControlView__download">Download</string>
<!-- Accessibility description for the button that starts uploading an attachment -->
<string name="TransferControlView__upload">Upload</string>
<!-- UnauthorizedReminder -->
<!-- Message shown in a reminder banner when the user\'s device is no longer registered -->
@@ -4096,6 +4101,11 @@
<!-- Removed by excludeNonTranslatables <string name="HelpFragment__debug_log" translatable="false">Debug Log:</string> -->
<string name="HelpFragment__could_not_upload_logs">No se han podido cargar los registros</string>
<string name="HelpFragment__please_be_as_descriptive_as_possible">Describe el problema detalladamente para ayudarnos a entender la incidencia.</string>
<!-- Error shown under the "tell us what\'s going on" field when the entered description is shorter than the required minimum length. The placeholder is the minimum number of characters. -->
<plurals name="HelpFragment__must_be_at_least_n_characters">
<item quantity="one">Must be at least %1$d character</item>
<item quantity="other">Must be at least %1$d characters</item>
</plurals>
<string-array name="HelpFragment__categories_6">
<item>Selecciona una opción</item>
<item>Algo no funciona</item>
@@ -9921,5 +9931,33 @@
<!-- Button on the safety tips screen that opens account settings -->
<string name="SafetyTipsBottomSheet__open_account_settings">Abrir Ajustes de Signal</string>
<!-- Title of a warning sheet shown when the user copies or pastes their recovery key, urging them not to share it -->
<string name="RecoveryKeyWarningSheetContent__do_not_share_your_recovery_key">Do not share your recovery key</string>
<!-- Bolded lead-in to the warning sheet body; combined with RecoveryKeyWarningSheetContent__for_your_recovery_key_never_respond to form a full sentence -->
<string name="RecoveryKeyWarningSheetContent__signal_will_never_message_you">Signal will never message you</string>
<!-- Remainder of the warning sheet body following the bolded lead-in RecoveryKeyWarningSheetContent__signal_will_never_message_you -->
<string name="RecoveryKeyWarningSheetContent__for_your_recovery_key_never_respond">for your recovery key. Never respond to a chat pretending to be Signal. Store your recovery key somewhere safe and never share it with anyone.</string>
<!-- Button dismissing the recovery key warning sheet after the user has copied their key -->
<string name="RecoveryKeyWarningSheetContent__got_it">Got it</string>
<!-- Button opening a help article with more information about recovery key safety -->
<string name="RecoveryKeyWarningSheetContent__learn_more">Learn more</string>
<!-- Button declining to paste/share the recovery key, dismissing the warning sheet -->
<string name="RecoveryKeyWarningSheetContent__do_not_share_key">Do not share key</string>
<!-- Button indicating the user wants to proceed with sharing/pasting the recovery key, which shows a final confirmation -->
<string name="RecoveryKeyWarningSheetContent__share_key">Share key</string>
<!-- Title of the final confirmation dialog shown before pasting a recovery key -->
<string name="RecoveryKeyWarningDialog__do_not_share_recovery_key">Do not share recovery key</string>
<!-- First sentence of the final confirmation dialog body warning against sharing the recovery key -->
<string name="RecoveryKeyWarningDialog__do_not_share_your_recovery_key_with_anyone">Do not share your recovery key with anyone. This will let them take over your account.</string>
<!-- Bolded middle sentence of the final confirmation dialog body -->
<string name="RecoveryKeyWarningDialog__signal_will_never_message_you_for_your_recovery_key">Signal will never message you for your recovery key.</string>
<!-- Final sentence of the final confirmation dialog body -->
<string name="RecoveryKeyWarningDialog__never_respond_to_a_chat">Never respond to a chat pretending to be Signal.</string>
<!-- Button confirming the user wants to paste the recovery key -->
<string name="RecoveryKeyWarningDialog__paste_key">Paste key</string>
<!-- Button declining to paste the recovery key -->
<string name="RecoveryKeyWarningDialog__dont_share">Don\'t share</string>
<!-- EOF -->
</resources>