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

@@ -840,8 +840,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>
@@ -2702,6 +2704,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">ส่ง</string>
<!-- Action to decline to submit logs -->
@@ -5940,8 +5944,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 -->
@@ -5957,6 +5963,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>