Update translations and other static files.

This commit is contained in:
Alex Hart
2023-09-13 13:35:45 -03:00
parent 51e46db42d
commit 2f813f3d91
68 changed files with 1207 additions and 403 deletions

View File

@@ -930,8 +930,10 @@
<!-- Title for dialog asking user to submit logs for debugging slow notification issues -->
<string name="PromptLogsSlowNotificationsDialog__title">Všimli sme si, že upozornenia prichádzajú oneskorene. Odoslať denník ladenia?</string>
<!-- Message for dialog asking user to submit logs for debugging slow notification issues -->
<!-- Message for dialog asking user to submit logs for debugging a crash -->
<string name="PromptLogsSlowNotificationsDialog__message">Denníky ladenia nám pomáhajú určiť a odstrániť problém a neobsahujú identifikačné údaje.</string>
<!-- Title for dialog asking user to submit logs for debugging slow notification issues -->
<string name="PromptLogsSlowNotificationsDialog__title_crash">Signal encountered a problem. Submit debug log?</string>
<!-- Title for dialog asking user to submit logs for debugging slow notification issues -->
<string name="PromptBatterySaverBottomSheet__title">Upozornenia môžu byť oneskorené z dôvodu optimalizácie batérie</string>
@@ -2963,6 +2965,8 @@
<string name="DebugLogsPromptDialogFragment__signal_android_support_request">Odoslanie denníka ladenia Signal Android</string>
<!-- Category to organize the support email sent -->
<string name="DebugLogsPromptDialogFragment__slow_notifications_category">Pomalé upozornenia</string>
<!-- Category to organize the support email sent -->
<string name="DebugLogsPromptDialogFragment__crash_category">Crash</string>
<!-- Action to submit logs and take user to send an e-mail -->
<string name="DebugLogsPromptDialogFragment__submit">Potvrdiť</string>
<!-- Action to decline to submit logs -->
@@ -6339,8 +6343,10 @@
<string name="CreateCallLinkBottomSheetDialogFragment__signal_call">Signal hovor</string>
<!-- Displayed on a small button to allow user to instantly join call -->
<string name="CreateCallLinkBottomSheetDialogFragment__join">Pridať sa</string>
<!-- Option to open a full screen dialog to enter a call name -->
<!-- Option to open a full screen dialog to add a call name -->
<string name="CreateCallLinkBottomSheetDialogFragment__add_call_name">Pridať názov hovoru</string>
<!-- Option to open a full screen dialog to edit a call name -->
<string name="CreateCallLinkBottomSheetDialogFragment__edit_call_name">Edit call name</string>
<!-- Toggle to require approval for all members before joining -->
<string name="CreateCallLinkBottomSheetDialogFragment__approve_all_members">Schváliť všetkých členov</string>
<!-- Row label to share the link via Signal -->
@@ -6356,6 +6362,12 @@
<!-- Displayed when we copy the call link to the clipboard -->
<string name="CreateCallLinkBottomSheetDialogFragment__copied_to_clipboard">Skopírované do schránky</string>
<!-- CallLinkIncomingRequestSheet -->
<!-- Displayed as line item in sheet for approving or denying a single user -->
<string name="CallLinkIncomingRequestSheet__approve_entry">Approve entry</string>
<!-- Displayed as line item in sheet for approving or denying a single user -->
<string name="CallLinkIncomingRequestSheet__deny_entry">Deny entry</string>
<!-- EditCallLinkNameDialogFragment -->
<!-- App bar title for editing a call name -->
<string name="EditCallLinkNameDialogFragment__edit_call_name">Upraviť názov hovoru</string>