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

@@ -870,8 +870,10 @@
<!-- Title for dialog asking user to submit logs for debugging slow notification issues -->
<string name="PromptLogsSlowNotificationsDialog__title">შევამჩნიეთ, რომ შეტყობინებები აგვიანებს. ატვირთოთ გამართვის ჟურნალი?</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">გამართვის ჟურნალები გვეხმარება პრობლემის დიაგნოსტიკასა და გამოსწორებაში და არ შეიცავს საიდენტიფიკაციო ინფორმაციას.</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">შეტყობინებები შეიძლება ბატარეის ოპტიმიზაციის გამო დაგვიანდეს</string>
@@ -2789,6 +2791,8 @@
<string name="DebugLogsPromptDialogFragment__signal_android_support_request">Signal Android-ის გამართვის ჟურნალის ატვირთვა</string>
<!-- Category to organize the support email sent -->
<string name="DebugLogsPromptDialogFragment__slow_notifications_category">შეტყობინებების ჩვენება</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">Submit</string>
<!-- Action to decline to submit logs -->
@@ -6073,8 +6077,10 @@
<string name="CreateCallLinkBottomSheetDialogFragment__signal_call">Signal-ის ზარი</string>
<!-- Displayed on a small button to allow user to instantly join call -->
<string name="CreateCallLinkBottomSheetDialogFragment__join">შეუერთდი</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">ზარის სახელის დამატება</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">ყველა წევრის დადასტურება</string>
<!-- Row label to share the link via Signal -->
@@ -6090,6 +6096,12 @@
<!-- Displayed when we copy the call link to the clipboard -->
<string name="CreateCallLinkBottomSheetDialogFragment__copied_to_clipboard">დაკოპირებულია ბუფერში</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">ზარის სახელის რედაქტირება</string>