signal-desktop/_locales/th/messages.json
2020-10-26 15:48:44 -07:00

3874 lines
176 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"softwareAcknowledgments": {
"message": "Software Acknowledgments",
"description": "Shown in the about box for the link to software acknowledgments"
},
"privacyPolicy": {
"message": "เงื่อนไขและนโยบายความเป็นส่วนตัว",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"copyErrorAndQuit": {
"message": "คัดลอกข้อผิดพลาดและออก",
"description": "Shown in the top-level error popup, allowing user to copy the error text and close the app"
},
"unknownContact": {
"message": "Unknown contact",
"description": "Shown as the name of a contact if we don't have any displayable information about them"
},
"unknownGroup": {
"message": "กลุ่มที่ไม่รู้จัก",
"description": "Shown as the name of a group if we don't have any information about it"
},
"databaseError": {
"message": "ฐานข้อมูลผิดพลาด",
"description": "Shown in a popup if the database cannot start up properly"
},
"deleteAndRestart": {
"message": "ลบข้อมูลทั้งหมดและเริ่มใหม่",
"description": "Shown in a popup if the database cannot start up properly; allows user to delete database and restart"
},
"mainMenuFile": {
"message": "ไ&ฟล์",
"description": "The label that is used for the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuCreateStickers": {
"message": "สร้าง/อัปโหลดชุดสติกเกอร์",
"description": "The label that is used for the Create/upload sticker pack option in the File menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuEdit": {
"message": "แ&ก้ไข",
"description": "The label that is used for the Edit menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuView": {
"message": "&ดู",
"description": "The label that is used for the View menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuWindow": {
"message": "ห&น้าต่าง",
"description": "The label that is used for the Window menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuHelp": {
"message": "&ความช่วยเหลือ",
"description": "The label that is used for the Help menu in the program main menu. The '&' indicates that the following letter will be used as the keyboard 'shortcut letter' for accessing the menu with the Alt-<letter> combination."
},
"mainMenuSettings": {
"message": "การกำหนด...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"appMenuHide": {
"message": "ซ่อน",
"description": "Application menu command to hide the window"
},
"appMenuHideOthers": {
"message": "ซ่อนหน้าต่างอื่นๆ",
"description": "Application menu command to hide all other windows"
},
"appMenuUnhide": {
"message": "แสดงทั้งหมด",
"description": "Application menu command to show all application windows"
},
"appMenuQuit": {
"message": "ออกจาก Signal",
"description": "Application menu command to close the application"
},
"editMenuUndo": {
"message": "เลิกทำ",
"description": "Edit menu command to remove recently-typed text"
},
"editMenuRedo": {
"message": "ทำซ้ำ",
"description": "Edit menu command to restore previously undone typed text"
},
"editMenuCut": {
"message": "ตัด",
"description": "Edit menu command to remove selected text and add it to clipboard"
},
"editMenuCopy": {
"message": "คัดลอก",
"description": "Edit menu command to add selected text to clipboard"
},
"editMenuPaste": {
"message": "วาง",
"description": "Edit menu command to insert text from clipboard at cursor location"
},
"editMenuPasteAndMatchStyle": {
"message": "วางและให้รูปแบบตรงกัน",
"description": "Edit menu command to insert text from clipboard at cursor location, taking only text and not style information"
},
"editMenuDelete": {
"message": "ลบ",
"description": "Edit menu command to remove the selected text"
},
"editMenuSelectAll": {
"message": "เลือกทั้งหมด",
"description": "Edit menu command to select all of the text in selected text box"
},
"editMenuStartSpeaking": {
"message": "เริ่มพูด",
"description": "Edit menu item under 'speech' to start dictation"
},
"editMenuStopSpeaking": {
"message": "หยุดพูด",
"description": "Edit menu item under 'speech' to stop dictation"
},
"windowMenuClose": {
"message": "ปิดหน้าต่าง",
"description": "Window menu command to close the current window"
},
"windowMenuMinimize": {
"message": "ย่อลง",
"description": "Window menu command to minimize the current window"
},
"windowMenuZoom": {
"message": "ซูม",
"description": "Window menu command to make the current window the size of the whole screen"
},
"windowMenuBringAllToFront": {
"message": "เอาไว้ข้างหน้าทั้งหมด",
"description": "Window menu command to bring all windows of current application to front"
},
"viewMenuResetZoom": {
"message": "ขนาดจริง",
"description": "View menu command to go back to the default zoom"
},
"viewMenuZoomIn": {
"message": "ซูมเข้า",
"description": "View menu command to make everything bigger"
},
"viewMenuZoomOut": {
"message": "ซูมออก",
"description": "View menu command to make everything smaller"
},
"viewMenuToggleFullScreen": {
"message": "เปิดปิดเต็มหน้าจอ",
"description": "View menu command to enter or leave Full Screen mode"
},
"viewMenuToggleDevTools": {
"message": "เปิดปิดเครื่องมือนักพัฒนา",
"description": "View menu command to show or hide the developer tools"
},
"menuSetupAsNewDevice": {
"message": "ตั้งค่าให้เป็นอุปกรณ์ใหม่",
"description": "When the application is not yet set up, menu option to start up the set up as fresh device"
},
"menuSetupAsStandalone": {
"message": "ตั้งค่าเป็นอุปกรณ์สแตนด์อโลน",
"description": "Only available on development modes, menu option to open up the standalone device setup sequence"
},
"messageContextMenuButton": {
"message": "More actions",
"description": "Label for context button next to each message"
},
"contextMenuCopyLink": {
"message": "คัดลอกลิงก์",
"description": "Shown in the context menu for a link to indicate that the user can copy the link"
},
"contextMenuNoSuggestions": {
"message": "ไม่มีคำแนะนำ",
"description": "Shown in the context menu for a misspelled word to indicate that there are no suggestions to replace the misspelled word"
},
"avatarMenuViewArchive": {
"message": "ดูที่เก็บถาวร",
"description": "One of the menu options available in the Avatar Popup menu"
},
"loading": {
"message": "กำลังโหลด...",
"description": "Message shown on the loading screen before we've loaded any messages"
},
"optimizingApplication": {
"message": "กำลังปรับแต่งโปรแกรม...",
"description": "Message shown on the loading screen while we are doing application optimizations"
},
"migratingToSQLCipher": {
"message": "จัดระเบียบข้อความ... สำเร็จ $status$ ",
"description": "Message shown on the loading screen while we are doing application optimizations",
"placeholders": {
"status": {
"content": "$1",
"example": "45/200"
}
}
},
"archivedConversations": {
"message": "การสนทนาที่ถูกเก็บถาวร",
"description": "Shown in place of the search box when showing archived conversation list"
},
"LeftPane--pinned": {
"message": "Pinned",
"description": "Shown as a header for pinned conversations in the left pane"
},
"LeftPane--chats": {
"message": "การพูดคุย",
"description": "Shown as a header for non-pinned conversations in the left pane"
},
"archiveHelperText": {
"message": "การสนทนาเหล่านี้ถูกเก็บถาวรและจะแสดงในกล่องขาเข้าต่อเมื่อมีข้อความใหม่เข้า",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"archiveConversation": {
"message": "เก็บบทสนทนาลงที่เก็บถาวร",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
},
"moveConversationToInbox": {
"message": "ย้ายการสนทนาไปที่กล่องขาเข้า",
"description": "Undoes Archive Conversation action, and moves archived conversation back to the main conversation list"
},
"pinConversation": {
"message": "Pin Conversation",
"description": "Shown in menu for conversation, and pins the conversation to the top of the conversation list"
},
"unpinConversation": {
"message": "Unpin Conversation",
"description": "Undoes Archive Conversation action, and unpins the conversation from the top of the conversation list"
},
"pinnedConversationsFull": {
"message": "You can only pin up to 4 chats",
"description": ""
},
"chooseDirectory": {
"message": "เลือกโฟลเดอร์",
"description": "Button to allow the user to find a folder on disk"
},
"chooseFile": {
"message": "เลือกแฟ้ม",
"description": "Button to allow the user to find a file on disk"
},
"loadDataHeader": {
"message": "โหลดข้อมูลของคุณ",
"description": "Header shown on the first screen in the data import process"
},
"loadDataDescription": {
"message": "คุณพึ่งจะผ่านพ้นขั้นตอนการส่งออกและข้อมูลผู้ติดต่อและข้อความของคุณยังคงรออยู่ในเครื่องคอมพิวเตอร์ของคุณ เลือกโฟลเดอร์ที่จัดเก็บข้อมูล Signal ที่บันทึกไว้ของคุณ",
"description": "Introduction to the process of importing messages and contacts from disk"
},
"importChooserTitle": {
"message": "เลือกโฟลเดอร์ที่มีข้อมูลที่ส่งออก",
"description": "Title of the popup window used to select data previously exported"
},
"importErrorHeader": {
"message": "เกิดข้อผิดพลาดบางอย่าง",
"description": "Header of the error screen after a failed import"
},
"importingHeader": {
"message": "กำลังโหลดรายชื่อติดต่อและข้อความ",
"description": "Header of screen shown as data is import"
},
"importErrorFirst": {
"message": "โปรดแน่ใจว่าคุณได้เลือกโฟลเดอร์ที่จัดเก็บข้อมูล Signal ที่บันทึกไว้ของคุณอย่างถูกต้อง โดยชื่อของโฟลเดอร์ควรจะเริ่มต้นด้วยคำว่า 'Signal Export' คุณยังสามารถทำการบันทึกข้อมูลของคุณใหม่ผ่านทางแอปใน Chrome",
"description": "Message shown if the import went wrong; first paragraph"
},
"importErrorSecond": {
"message": "หากทำตามขั้นตอนเหล่านี้แล้วไม่สำเร็จ โปรดส่งบันทึกดีบัก (ดู -> บันทึกดีบัก) เพื่อให้เราช่วยเหลือคุณในการโอนย้าย",
"description": "Message shown if the import went wrong; second paragraph"
},
"importAgain": {
"message": "เลือกโฟลเดอร์และลองอีกครั้ง",
"description": "Button shown if the user runs into an error during import, allowing them to start over"
},
"importCompleteHeader": {
"message": "สำเร็จ",
"description": "Header shown on the screen at the end of a successful import process"
},
"importCompleteStartButton": {
"message": "เริ่มต้นใช้งาน Signal Desktop",
"description": "Button shown at end of successful import process, nothing left but a restart"
},
"importCompleteLinkButton": {
"message": "เชื่อมโยงอุปกรณ์นี้กับโทรศัพท์ของคุณ",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
"selectedLocation": {
"message": "ตำแหน่งที่คุณเลือก",
"description": "Message shown as the export location if we didn't capture the target directory"
},
"upgradingDatabase": {
"message": "กำลังปรับรุ่นฐานข้อมูล นี่อาจใช้เวลาพักหนึ่ง...",
"description": "Message shown on the loading screen when we're changing database structure on first run of a new version"
},
"loadingMessages": {
"message": "ถึงตอนนี้กำลังโหลดข้อความไปแล้ว $count$ ข้อความ...",
"description": "Message shown on the loading screen when we're catching up on the backlog of messages",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"view": {
"message": "ดู",
"description": "Used as a label on a button allowing user to see more information"
},
"youLeftTheGroup": {
"message": "You are no longer a member of the group.",
"description": "Displayed when a user can't send a message because they have left the group"
},
"scrollDown": {
"message": "เลื่อนไปที่ด้านล่างสุดของการสนทนา",
"description": "Alt text for button to take user down to bottom of conversation, shown when user scrolls up"
},
"messagesBelow": {
"message": "ข้อความใหม่ข้างล่าง",
"description": "Alt text for button to take user down to bottom of conversation with more than one message out of screen"
},
"unreadMessage": {
"message": "1 ข้อความที่ยังไม่ได้อ่าน",
"description": "Text for unread message separator, just one message"
},
"unreadMessages": {
"message": "$count$ ข้อความที่ยังไม่ได้อ่าน",
"description": "Text for unread message separator, with count",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"messageHistoryUnsynced": {
"message": "เพื่อความปลอดภัยของคุณ ประวัติการสนทนาจะไม่ถูกโอนถ่ายไปยังอุปกรณ์ที่ถูกเชื่อมโยงตัวใหม่",
"description": "Shown in the conversation history when a user links a new device to explain what is not supported."
},
"youMarkedAsVerified": {
"message": "คุณทำเครื่องหมายว่า หมายเลขความปลอดภัยของคุณกับ $name$ ถูกตรวจยืนยันแล้ว",
"description": "Shown in the conversation history when the user marks a contact as verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsNotVerified": {
"message": "คุณทำเครื่องหมายว่า หมายเลขความปลอดภัยของคุณกับ $name$ ยังไม่ถูกตรวจยืนยัน",
"description": "Shown in the conversation history when the user marks a contact as not verified, whether on the Safety Number screen or by dismissing a banner or dialog.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsVerifiedOtherDevice": {
"message": "คุณทำเครื่องหมายจากอีกอุปกรณ์ว่า หมายเลขความปลอดภัยของคุณกับ $name$ ถูกตรวจยืนยันแล้ว",
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"youMarkedAsNotVerifiedOtherDevice": {
"message": "คุณทำเครื่องหมายจากอีกอุปกรณ์ว่า หมายเลขความปลอดภัยของคุณกับ $name$ ยังไม่ถูกตรวจยืนยัน",
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"membersNeedingVerification": {
"message": "หมายเลขความปลอดภัยของคุณกับสมาชิกกลุ่มเหล่านี้ ได้เปลี่ยนไปจากที่คุณได้ตรวจยืนยันล่าสุด คลิกที่สมาชิกกลุ่มใดๆ เพื่อดูหมายเลขความปลอดภัยใหม่ของคุณกับพวกเขา",
"description": "When there are multiple previously-verified group members with safety number changes, a banner will be shown. The list of contacts with safety number changes is shown, and this text introduces that list."
},
"changedRightAfterVerify": {
"message": "The safety number you are trying to verify has changed. Please review your new safety number with $name1$. Remember, this change could mean that someone is trying to intercept your communication or that $name2$ has simply reinstalled Signal.",
"description": "Shown on the safety number screen when the user has selected to verify/unverify a contact's safety number, and we immediately discover a safety number change",
"placeholders": {
"name1": {
"content": "$1",
"example": "Bob"
},
"name2": {
"content": "$2",
"example": "Bob"
}
}
},
"changedVerificationWarning": {
"message": "The following people may have reinstalled or changed devices. Verify your safety number with them to ensure privacy.",
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"identityKeyErrorOnSend": {
"message": "Your safety number with $name1$ has changed. This could either mean that someone is trying to intercept your communication or that $name2$ has simply reinstalled Signal. You may wish to verify your safety number with this contact.",
"description": "Shown when user clicks on a failed recipient in the message detail view after an identity key change",
"placeholders": {
"name1": {
"content": "$1",
"example": "Bob"
},
"name2": {
"content": "$2",
"example": "Bob"
}
}
},
"sendAnyway": {
"message": "ยืนยันที่จะส่ง",
"description": "Used on a warning dialog to make it clear that it might be risky to send the message."
},
"callAnyway": {
"message": "ยืนยันที่จะโทร",
"description": "Used on a warning dialog to make it clear that it might be risky to call the conversation."
},
"noLongerVerified": {
"message": "หมายเลขความปลอดภัยของคุณกับ $name$ ได้เปลี่ยนไป และไม่ถือว่าถูกตรวจยืนยันอีกต่อไป คลิกเพื่อแสดง",
"description": "Shown in conversation banner when user's safety number has changed, but they were previously verified.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"multipleNoLongerVerified": {
"message": "หมายเลขความปลอดภัยของคุณกับสมาชิกในหลายกลุ่ม ได้เปลี่ยนไป และไม่ถือว่าถูกตรวจยืนยันอีกต่อไป คลิกเพื่อแสดง",
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "บันทึกนี้จะถูกโพสต์แบบสาธารณะทางออนไลน์เพื่อให้ผู้สนับสนุนสามารถดูได้ คุณอาจจะตรวจสอบและแก้ไขก่อนที่จะส่งออกไป",
"description": ""
},
"debugLogError": {
"message": "เกิดความผิดพลาดบางอย่างกับการอัปโหลด! กรุณาพิจารณาเพิ่มปูมของคุณเข้าไปเองในรายงานบั๊ก",
"description": ""
},
"debugLogCopy": {
"message": "คัดลอก",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopyAlt": {
"message": "คัดลอกลิงก์ไปคลิปบอร์ดของคุณ",
"description": "Shown as the alt text for the copy button on the debug log screen"
},
"debugLogLinkCopied": {
"message": "ลิงก์ได้ถูกคัดลอกไปคลิปบอร์ดของคุณแล้ว",
"description": "Shown in a toast to let the user know that the link to the debug log has been copied to their clipboard"
},
"reportIssue": {
"message": "รายงานปัญหา",
"description": "Link to open the issue tracker"
},
"gotIt": {
"message": "เข้าใจแล้ว",
"description": "Label for a button that dismisses a dialog. The user clicks it to confirm that they understand the message in the dialog."
},
"submit": {
"message": "ส่ง",
"description": ""
},
"acceptNewKey": {
"message": "ยอมรับ",
"description": "Label for a button to accept a new safety number"
},
"verify": {
"message": "ทำเครื่องหมายว่าตรวจยืนยันแล้ว",
"description": ""
},
"unverify": {
"message": "ทำเครื่องหมายว่ายังไม่ถูกตรวจยืนยัน",
"description": ""
},
"isVerified": {
"message": "คุณได้ตรวจยืนยันหมายเลขความปลอดภัยของคุณกับ $name$ แล้ว",
"description": "Summary state shown at top of the safety number screen if user has verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"isNotVerified": {
"message": "คุณยังไม่ได้ตรวจยืนยันหมายเลขความปลอดภัยของคุณกับ $name$",
"description": "Summary state shown at top of the safety number screen if user has not verified contact.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"verified": {
"message": "ตรวจยืนยันแล้ว",
"description": ""
},
"newIdentity": {
"message": "หมายเลขความปลอดภัยใหม่",
"description": "Header for a key change dialog"
},
"identityChanged": {
"message": "หมายเลขความปลอดภัยของคุณกับผู้ติดต่อรายนี้ได้เปลี่ยนไป นี่อาจหมายความว่ามีใครพยายามดักการสื่อสารของคุณ หรือไม่ก็แค่ผู้ติดต่อรายนี้ได้ติดตั้งแอป Signal ใหม่ คุณอาจต้องการตรวจยืนยันหมายเลขความปลอดภัยใหม่ด้านล่างนี้",
"description": ""
},
"incomingError": {
"message": "ผิดพลาดระหว่างจัดการข้อความขาเข้า",
"description": ""
},
"media": {
"message": "สื่อ",
"description": "Header of the default pane in the media gallery, showing images and videos"
},
"mediaEmptyState": {
"message": "คุณไม่มีสื่อข้อมูลใดๆ ในการสนทนานี้",
"description": "Message shown to user in the media gallery when there are no messages with media attachments (images or video)"
},
"documents": {
"message": "เอกสาร",
"description": "Header of the secondary pane in the media gallery, showing every non-media attachment"
},
"documentsEmptyState": {
"message": "คุณไม่มีเอกสารใดๆ ในการสนทนานี้",
"description": "Message shown to user in the media gallery when there are no messages with document attachments (anything other than images or video)"
},
"today": {
"message": "วันนี้",
"description": "Section header in the media gallery"
},
"yesterday": {
"message": "เมื่อวานนี้",
"description": "Section header in the media gallery"
},
"thisWeek": {
"message": "สัปดาห์นี้",
"description": "Section header in the media gallery"
},
"thisMonth": {
"message": "เดือนนี้",
"description": "Section header in the media gallery"
},
"unsupportedAttachment": {
"message": "ประเภทไฟล์แนบที่ไม่รองรับ คลิกเพื่อบันทึก",
"description": "Displayed for incoming unsupported attachment"
},
"clickToSave": {
"message": "คลิกเพื่อบันทึก",
"description": "Hover text for attachment filenames"
},
"unnamedFile": {
"message": "ไฟล์ที่ไม่มีชื่อ",
"description": "Hover text for attachment filenames"
},
"voiceMessage": {
"message": "ข้อความเสียง",
"description": "Name for a voice message attachment"
},
"dangerousFileType": {
"message": "ชนิดของแฟ้มแนบไม่ได้รับอนุญาตด้วยเหตุผลความปลอดภัย",
"description": "Shown in toast when user attempts to send .exe file, for example"
},
"loadingPreview": {
"message": "กำลังเรียกภาพตัวอย่าง...",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area"
},
"stagedPreviewThumbnail": {
"message": "ร่างของรูปย่อตัวอย่างลิงก์สำหรับ $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"previewThumbnail": {
"message": "รูปย่อตัวอย่างลิงก์สำหรับ $domain$",
"description": "Shown while Signal Desktop is fetching metadata for a url in composition area",
"placeholders": {
"path": {
"content": "$1",
"example": "instagram.com"
}
}
},
"stagedImageAttachment": {
"message": "ร่างของรูปที่แนบ: $path$",
"description": "Alt text for staged attachments",
"placeholders": {
"path": {
"content": "$1",
"example": "dog.jpg"
}
}
},
"oneNonImageAtATimeToast": {
"message": "เมื่อแนบแฟ้มแนบที่ไม่ใช่รูปภาพ จะสามารถแนบแฟ้มได้เพียงหนึ่งแฟ้มต่อข้อความ",
"description": "An error popup when the user has attempted to add an attachment"
},
"cannotMixImageAndNonImageAttachments": {
"message": "คุณไม่สามารถมีทั้งแฟ้มแนบที่เป็นรูปภาพและไม่ใช่รูปภาพในข้อความเดียวกัน",
"description": "An error popup when the user has attempted to add an attachment"
},
"maximumAttachments": {
"message": "คุณไม่สามารถแนบแฟ้มเพิ่มในข้อความนี้ได้อีกแล้ว",
"description": "An error popup when the user has attempted to add an attachment"
},
"fileSizeWarning": {
"message": "ขออภัย ไฟล์ที่เลือกมีขนาดเกินจากที่จำกัด",
"description": ""
},
"unableToLoadAttachment": {
"message": "ไม่สามารถดึงแฟ้มแนบที่เลือกได้",
"description": ""
},
"disconnected": {
"message": "เลิกการเชื่อมต่อแล้ว",
"description": "Displayed when the desktop client cannot connect to the server."
},
"connecting": {
"message": "กำลังเชื่อมต่อ",
"description": "Displayed when the desktop client is currently connecting to the server."
},
"connect": {
"message": "เชื่อมต่อ",
"description": "Shown to allow the user to manually attempt a reconnect."
},
"connectingHangOn": {
"message": "ไม่น่าจะนาน...",
"description": "Subtext description for when the client is connecting to the server."
},
"offline": {
"message": "ออฟไลน์",
"description": "Displayed when the desktop client has no network connection."
},
"checkNetworkConnection": {
"message": "ตรวจสอบการเชื่อมต่อเครือข่ายของคุณ",
"description": "Obvious instructions for when a user's computer loses its network connection"
},
"submitDebugLog": {
"message": "ปูมดีบัก",
"description": "Menu item and header text for debug log modal (sentence case)"
},
"debugLog": {
"message": "ปูมดีบัก",
"description": "View menu item to open the debug log (title case)"
},
"helpMenuShowKeyboardShortcuts": {
"message": "แสดงปุ่มลัด",
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
},
"contactUs": {
"message": "Contact Us",
"description": "Item under the help menu, takes you to the contact us support page"
},
"goToReleaseNotes": {
"message": "ไปที่บันทึกประจำรุ่น",
"description": "Item under the help menu, takes you to GitHub page for release notes"
},
"goToForums": {
"message": "ไปที่ฟอรัม",
"description": "Item under the Help menu, takes you to the forums"
},
"goToSupportPage": {
"message": "ไปที่หน้าการสนับสนุน",
"description": "Item under the Help menu, takes you to the support page"
},
"joinTheBeta": {
"message": "Join the Beta",
"description": "Item under the Help menu, takes you to an article describing how to install the beta release of Signal Desktop"
},
"signalDesktopPreferences": {
"message": "การกำหนดลักษณะ Signal Desktop",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
"signalDesktopStickerCreator": {
"message": "ผู้สร้างชุดสติกเกอร์",
"description": "Title of the window that pops up with Signal Desktop preferences in it"
},
"aboutSignalDesktop": {
"message": "เกี่ยวกับ Signal Desktop",
"description": "Item under the Help menu, which opens a small about window"
},
"speech": {
"message": "การพูด",
"description": "Item under the Edit menu, with 'start/stop speaking' items below it"
},
"show": {
"message": "แสดง",
"description": "Command under Window menu, to show the window"
},
"hide": {
"message": "ซ่อน",
"description": "Command in the tray icon menu, to hide the window"
},
"quit": {
"message": "ออก",
"description": "Command in the tray icon menu, to quit the application"
},
"signalDesktop": {
"message": "Signal Desktop",
"description": "Tooltip for the tray icon"
},
"search": {
"message": "ค้นหา",
"description": "Placeholder text in the search input"
},
"clearSearch": {
"message": "Clear Search",
"description": "Aria label for clear search button"
},
"searchIn": {
"message": "ค้นหาใน $conversationName$",
"description": "Shown in the search box before text is entered when searching in a specific conversation",
"placeholders": {
"conversationName": {
"content": "$1",
"example": "Friends"
}
}
},
"noSearchResults": {
"message": "ไม่มีผลลัพธ์สำหรับ \";$searchTerm$\"",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
}
}
},
"noSearchResultsInConversation": {
"message": "ไม่มีผลลัพ์สำหรับ \";$searchTerm$\" ใน $conversationName$",
"description": "Shown in the search left pane when no results were found",
"placeholders": {
"searchTerm": {
"content": "$1",
"example": "dog"
},
"conversationName": {
"content": "$2",
"example": "Friends"
}
}
},
"conversationsHeader": {
"message": "การสนทนา",
"description": "Shown to separate the types of search results"
},
"contactsHeader": {
"message": "ผู้ติดต่อ",
"description": "Shown to separate the types of search results"
},
"messagesHeader": {
"message": "ข้อความ",
"description": "Shown to separate the types of search results"
},
"welcomeToSignal": {
"message": "ยินดีต้อนรับสู่ Signal",
"description": ""
},
"selectAContact": {
"message": "เลือกผู้ติดต่อหรือกลุ่มเพื่อเริ่มต้นการแชต",
"description": ""
},
"typingAlt": {
"message": "ภาพเคลื่อนไหวระหว่างพิมพ์สำหรับการสนทนานี้",
"description": "Used as the 'title' attribute for the typing animation"
},
"contactInAddressBook": {
"message": "This person is in your contacts.",
"description": "Description of icon denoting that contact is from your address book"
},
"contactAvatarAlt": {
"message": "ภาพบุคคลที่ติดต่อ",
"description": "Used in the alt tag for the image avatar of a contact",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"sendMessageToContact": {
"message": "ส่งข้อความ",
"description": "Shown when you are sent a contact and that contact has a signal account"
},
"home": {
"message": "บ้าน",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"work": {
"message": "ที่ทำงาน",
"description": "Shown on contact detail screen as a label for an address/phone/email"
},
"mobile": {
"message": "มือถือ",
"description": "Shown on contact detail screen as a label for aa phone or email"
},
"email": {
"message": "อีเมล",
"description": "Generic label shown if contact email has custom type but no label"
},
"phone": {
"message": "โทรศัพท์",
"description": "Generic label shown if contact phone has custom type but no label"
},
"address": {
"message": "ที่อยู่",
"description": "Generic label shown if contact address has custom type but no label"
},
"poBox": {
"message": "ตู้ไปรษณีย์",
"description": "When rendering an address, used to provide context to a post office box"
},
"downloading": {
"message": "กำลังดาวน์โหลด",
"description": "Shown in the message bubble while a long message attachment is being downloaded"
},
"downloadAttachment": {
"message": "ดาวน์โหลดแฟ้มแนบ",
"description": "Shown in a message's triple-dot menu if there isn't room for a dedicated download button"
},
"reactToMessage": {
"message": "ตอบสนองข้อความ",
"description": "Shown in triple-dot menu next to message to allow user to react to the associated message"
},
"replyToMessage": {
"message": "ตอบกลับข้อความ",
"description": "Shown in triple-dot menu next to message to allow user to start crafting a message with a quotation"
},
"originalMessageNotFound": {
"message": "ไม่พบข้อความเดิม",
"description": "Shown in quote if reference message was not found as message was initially downloaded and processed"
},
"originalMessageNotAvailable": {
"message": "เข้าถึงข้อความเดิมไม่ได้แล้ว",
"description": "Shown in toast if user clicks on quote that references message no longer in database"
},
"messageFoundButNotLoaded": {
"message": "พบข้อความต้นฉบับ แต่มันยังไม่ถูกเรียกขึ้นมา เลื่อนขึ้นเพื่อแสดง",
"description": "Shown in toast if user clicks on quote references messages not loaded in view, but in database"
},
"voiceRecordingInterruptedMax": {
"message": "การอัดข้อความเสียงได้หยุดลง เพราะนานถึงขีดจำกัดที่อัดได้",
"description": "Confirmation dialog message for when the voice recording is interrupted due to max time limit"
},
"voiceRecordingInterruptedBlur": {
"message": "การอัดข้อความเสียงได้หยุดลง เพราะคุณได้สลับไปแอปอื่น",
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
"message": "ข้อความเสียงถูกจำกัดไว้ที่ 5 นาที การอัดเสียงจะหยุดเมื่อคุณสลับไปแอปอื่น",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
"voiceNoteMustBeOnlyAttachment": {
"message": "ข้อความเสียงต้องมีแฟ้มแนบเพียงแฟ้มเดียว",
"description": "Shown in toast if tries to record a voice note with any staged attachments"
},
"attachmentSaved": {
"message": "บันทึกแฟ้มแนบแล้ว คลิกเพื่อแสดงในโฟลเดอร์",
"description": "Shown after user selects to save to downloads",
"placeholders": {
"name": {
"content": "$1",
"example": "proof.jpg"
}
}
},
"you": {
"message": "คุณ",
"description": "Shown when the user represented is the current user."
},
"replyingTo": {
"message": "ตอบกลับหา $name$",
"description": "Shown in iOS theme when you or someone quotes to a message which is not from you",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"audioPermissionNeeded": {
"message": "เพื่อจะส่งข้อความเสียง ต้องอนุญาตให้ Signal Desktop ใช้งานไมโครโฟนของคุณ",
"description": "Shown if the user attempts to send an audio message without audio permissions turned on"
},
"audioCallingPermissionNeeded": {
"message": "For calling, you must allow Signal Desktop to access your microphone.",
"description": "Shown if the user attempts access the microphone for calling without audio permissions turned on"
},
"videoCallingPermissionNeeded": {
"message": "For video calling, you must allow Signal Desktop to access your camera.",
"description": "Shown if the user attempts access the camera for video calling without video permissions turned on"
},
"allowAccess": {
"message": "อนุญาตให้เข้าถึง",
"description": "Button shown in popup asking to enable microphone/video permissions to send audio messages"
},
"showSettings": {
"message": "แสดงการตั้งค่า",
"description": "A button shown in dialog requesting the user to turn on audio permissions"
},
"audio": {
"message": "เสียง",
"description": "Shown in a quotation of a message containing an audio attachment if no text was originally provided with that attachment"
},
"video": {
"message": "วิดีโอ",
"description": "Shown in a quotation of a message containing a video if no text was originally provided with that video"
},
"photo": {
"message": "รูปภาพ",
"description": "Shown in a quotation of a message containing a photo if no text was originally provided with that image"
},
"cannotUpdate": {
"message": "ไม่สามารถปรับปรุง",
"description": "Shown as the title of our update error dialogs on windows"
},
"cannotUpdateDetail": {
"message": "การปรับปรุง Signal Desktop ล้มเหลว แต่มีรุ่นใหม่พร้อมให้ปรับปรุงแล้ว กรุณาไปที่ $url$ และติดตั้งรุ่นใหม่ด้วยตัวเอง จากนั้นติดต่อขอการสนับสนุนหรือแจ้งบั๊กรายงานปัญหานี้",
"description": "Shown if a general error happened while trying to install update package",
"placeholders": {
"url": {
"content": "$1",
"example": "https://signal.org/download"
}
}
},
"readOnlyVolume": {
"message": "ดูเหมือนว่า Signal Desktop จะถูก macOS กักบริเวณและไม่สามารถปรับปรุงตัวเองได้อัตโนมัติ ลองย้าย $app$ ไปที่ $folder$ ด้วย Finder",
"description": "Shown on MacOS if running on a read-only volume and we cannot update",
"placeholders": {
"app": {
"content": "$1",
"example": "Signal.app"
},
"folder": {
"content": "$2",
"example": "/Applications"
}
}
},
"ok": {
"message": "ตกลง",
"description": ""
},
"cancel": {
"message": "ยกเลิก",
"description": ""
},
"discard": {
"message": "ละทิ้ง",
"description": ""
},
"failedToSend": {
"message": "ส่งไปยังผู้รับบางคนไม่สำเร็จ ตรวจสอบการเชื่อมต่อเครือข่ายของคุณ",
"description": ""
},
"error": {
"message": "ข้อผิดพลาด",
"description": ""
},
"messageDetail": {
"message": "รายละเอียดข้อความ",
"description": ""
},
"delete": {
"message": "ลบ",
"description": ""
},
"deleteWarning": {
"message": "Clicking 'delete' will permanently remove this message from your devices only.",
"description": "Text shown in the confirmation dialog for deleting a message locally"
},
"deleteForEveryoneWarning": {
"message": "This message will be deleted for everyone in the conversation if theyre on a recent version of Signal. They will be able to see that you deleted a message.",
"description": "Text shown in the confirmation dialog for deleting a message for everyone"
},
"deleteThisMessage": {
"message": "ลบข้อความนี้",
"description": ""
},
"from": {
"message": "จาก",
"description": "Label for the sender of a message"
},
"to": {
"message": "ถึง",
"description": "Label for the receiver of a message"
},
"toJoiner": {
"message": "ถึง",
"description": "Joiner for message search results - like 'Jon' to 'Friends Group'"
},
"sent": {
"message": "ส่งแล้ว",
"description": "Label for the time a message was sent"
},
"received": {
"message": "ได้รับแล้ว",
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "ส่งข้อความ",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
"message": "สมาชิกกลุ่ม",
"description": ""
},
"showMembers": {
"message": "แสดงสมาชิก",
"description": ""
},
"resetSession": {
"message": "ตั้งค่าเซสชันใหม่",
"description": "This is a menu item for resetting the session, using the imperative case, as in a command."
},
"showSafetyNumber": {
"message": "แสดงหมายเลขความปลอดภัย",
"description": ""
},
"viewRecentMedia": {
"message": "View recent media",
"description": "This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"verifyHelp": {
"message": "หากคุณต้องการตรวจยืนยันความมั่นคงปลอดภัยในการเข้ารหัสลับจากต้นทางถึงปลายทางระหว่างคุณกับ $name$ ให้เปรียบเทียบหมายเลขด้านบนกับหมายเลขบนอุปกรณ์ของเขา",
"description": "",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"theirIdentityUnknown": {
"message": "คุณยังไม่ได้แลกเปลี่ยนข้อความใดๆ กับผู้ติดต่อรายนี้ หมายเลขความปลอดภัยของคุณกับเขาจะมีให้หลังส่งข้อความแรก",
"description": ""
},
"goBack": {
"message": "Go back",
"description": "Label for back button in a conversation"
},
"moreInfo": {
"message": "ข้อมูลเพิ่มเติม...",
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
},
"retrySend": {
"message": "ลองส่งใหม่",
"description": "Shown on the drop-down menu for an individual message, but only if it is an outgoing message that failed to send"
},
"deleteMessage": {
"message": "Delete message for me",
"description": "Shown on the drop-down menu for an individual message, deletes single message"
},
"deleteMessageForEveryone": {
"message": "Delete message for everyone",
"description": "Shown on the drop-down menu for an individual message, deletes single message for everyone"
},
"deleteMessages": {
"message": "ลบข้อความ",
"description": "Menu item for deleting messages, title case."
},
"deleteConversationConfirmation": {
"message": "ลบการสนทนานี้โดยถาวรหรือไม่",
"description": "Confirmation dialog text that asks the user if they really wish to delete the conversation. Answer buttons use the strings 'ok' and 'cancel'. The deletion is permanent, i.e. it cannot be undone."
},
"sessionEnded": {
"message": "เซสชันที่ปลอดภัยถูกรีเซ็ตแล้ว",
"description": "This is a past tense, informational message. In other words, your secure session has been reset."
},
"quoteThumbnailAlt": {
"message": "รูปย่อของภาพในข้อความที่ยกมา",
"description": "Used in alt tag of thumbnail images inside of an embedded message quote"
},
"imageAttachmentAlt": {
"message": "ภาพที่แนบมากับข้อความ",
"description": "Used in alt tag of image attachment"
},
"videoAttachmentAlt": {
"message": "ภาพจับจากวิดีโอที่แนบในข้อความ",
"description": "Used in alt tag of video attachment preview"
},
"lightboxImageAlt": {
"message": "ภาพถูกส่งไปในการสนทนา",
"description": "Used in the alt tag for the image shown in a full-screen lightbox view"
},
"imageCaptionIconAlt": {
"message": "ไอคอนแสดงว่ารูปภาพนี้มีคำอธิบายภาพ",
"description": "Used for the icon layered on top of an image in message bubbles"
},
"addACaption": {
"message": "เพิ่มคำอธิบาย...",
"description": "Used as the placeholder text in the caption editor text field"
},
"save": {
"message": "บันทึก",
"description": "Used as a 'commit changes' button in the Caption Editor for outgoing image attachments"
},
"fileIconAlt": {
"message": "ไอคอนไฟล์",
"description": "Used in the media gallery documents tab to visually represent a file"
},
"installWelcome": {
"message": "ยินดีต้อนรับสู่ Signal Desktop",
"description": "Welcome title on the install page"
},
"installTagline": {
"message": "ความเป็นส่วนตัวเป็นไปได้ Signal ทำให้มันง่าย",
"description": "Tagline displayed under 'installWelcome' string on the install page"
},
"linkYourPhone": {
"message": "เชื่อมโยงโทรศัพท์ของคุณกับ Signal Desktop",
"description": "Shown on the front page when the application first starts, above the QR code"
},
"signalSettings": {
"message": "การตั้งค่า Signal",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"linkedDevices": {
"message": "อุปกรณ์ที่เชื่อมโยง",
"description": "Used in the guidance to help people find the 'link new device' area of their Signal mobile app"
},
"plusButton": {
"message": "ปุ่ม '+'",
"description": "The button used in Signal Android to add a new linked device"
},
"linkNewDevice": {
"message": "เชื่อมโยงอุปกรณ์ใหม่",
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"deviceName": {
"message": "ชื่ออุปกรณ์",
"description": "The label in settings panel shown for the user-provided name for this desktop instance"
},
"chooseDeviceName": {
"message": "เลือกชื่อของอุปกรณ์นี้",
"description": "The header shown on the 'choose device name' screen in the device linking process"
},
"finishLinkingPhone": {
"message": "เชื่อมโยงโทรศัพท์เสร็จสิ้น",
"description": "The text on the button to finish the linking process, after choosing the device name"
},
"initialSync": {
"message": "กำลังปรับประสานรายชื่อผู้ติดต่อและกลุ่ม",
"description": "Shown during initial link while contacts and groups are being pulled from mobile device"
},
"installConnectionFailed": {
"message": "เชื่อมต่อกับเซิร์ฟเวอร์ล้มเหลว",
"description": "Displayed when we can't connect to the server."
},
"installTooManyDevices": {
"message": "ขออภัย คุณมีอุปกรณ์ที่เชื่อมโยงมากเกินไป ลองถอนการเชื่อมโยงจากบางอุปกรณ์บ้าง",
"description": ""
},
"installTooOld": {
"message": "ปรับปรุง Signal ในอุปกรณ์นี้เพื่อเชื่อมโยงโทรศัพท์ของคุณ",
"description": ""
},
"installErrorHeader": {
"message": "เกิดข้อผิดพลาดบางอย่าง",
"description": ""
},
"installTryAgain": {
"message": "ลองอีกครั้ง",
"description": ""
},
"theme": {
"message": "ธีม",
"description": "Header for theme settings"
},
"calling": {
"message": "การโทร",
"description": "Header for calling options on the settings screen"
},
"calling__start": {
"message": "Start Call",
"description": "Button label in the call lobby for starting a call"
},
"calling__join": {
"message": "Join Call",
"description": "Button label in the call lobby for joining a call"
},
"calling__button--video-disabled": {
"message": "Camera disabled",
"description": "Button tooltip label when the camera is disabled"
},
"calling__button--video-off": {
"message": "Turn off camera",
"description": "Button tooltip label for turning off the camera"
},
"calling__button--video-on": {
"message": "Turn on camera",
"description": "Button tooltip label for turning on the camera"
},
"calling__button--audio-disabled": {
"message": "Microphone disabled",
"description": "Button tooltip label when the microphone is disabled"
},
"calling__button--audio-off": {
"message": "Turn off microphone",
"description": "Button tooltip label for turning off the microphone"
},
"calling__button--audio-on": {
"message": "Turn on microphone",
"description": "Button tooltip label for turning on the microphone"
},
"calling__your-video-is-off": {
"message": "Your video is off",
"description": "Label in the calling lobby indicating that your camera is off"
},
"alwaysRelayCallsDescription": {
"message": "ส่งต่อการโทรเสมอ",
"description": "Description of the always relay calls setting"
},
"alwaysRelayCallsDetail": {
"message": "ส่งต่อสายทั้งหมดผ่านเซิร์ฟเวอร์ Signal เพื่อหลีกเลี่ยงการเปิดเผยที่อยู่ IP ของคนที่คุณติดต่อด้วย การเปิดใช้งานจะลดคุณภาพการโทรลง",
"description": "Details describing the always relay calls setting"
},
"permissions": {
"message": "สิทธิ์",
"description": "Header for permissions section of settings"
},
"mediaPermissionsDescription": {
"message": "Allow access to the microphone",
"description": "Description of the media permission description"
},
"mediaCameraPermissionsDescription": {
"message": "Allow access to the camera",
"description": "Description of the media permission description"
},
"general": {
"message": "ทั่วไป",
"description": "Header for general options on the settings screen"
},
"spellCheckDescription": {
"message": "เปิดใช้การตรวจตัวสะกดสำหรับข้อความที่พิมพ์ลงในกล่องเขียนข้อความ",
"description": "Description of the media permission description"
},
"spellCheckWillBeEnabled": {
"message": "การตรวจตัวสะกดจะถูกเปิดใช้ในครั้งต่อไปที่ Signal ถูกปิดและเปิดใหม่",
"description": "Shown when the user enables spellcheck to indicate that they must restart Signal."
},
"spellCheckWillBeDisabled": {
"message": "การตรวจตัวสะกดจะถูกปิดในครั้งต่อไปที่ Signal ถูกปิดและเปิดใหม่",
"description": "Shown when the user disables spellcheck to indicate that they must restart Signal."
},
"clearDataHeader": {
"message": "ล้างข้อมูล",
"description": "Header in the settings dialog for the section dealing with data deletion"
},
"clearDataExplanation": {
"message": "นี่จะเป็นการล้างข้อมูลทั้งหมดในโปรแกรม ลบข้อความทั้งหมดรวมทั้งข้อมูลทางบัญชีที่บันทึกไว้",
"description": "Text describing what the clear data button will do."
},
"clearDataButton": {
"message": "ล้างข้อมูล",
"description": "Button in the settings dialog starting process to delete all data"
},
"deleteAllDataHeader": {
"message": "ลบข้อมูลทั้งหมดหรือไม่",
"description": "Header of the full-screen delete data confirmation screen"
},
"deleteAllDataBody": {
"message": "คุณกำลังจะลบข้อมูลบัญชีที่บันทึกไว้ของโปรแกรมนี้ทั้งหมด ซึ่งรวมถึงรายชื่อผู้ติดต่อและข้อความทั้งหมด คุณสามารถเชื่อมต่อกับอุปกรณ์เคลื่อนที่ของคุณใหม่ได้เสมอแต่จะไม่สามารถเรียกคืนข้อความที่ถูกลบไปแล้ว",
"description": "Text describing what exactly will happen if the user clicks the button to delete all data"
},
"deleteAllDataButton": {
"message": "ลบข้อมูลทั้งหมด",
"description": "Text of the button that deletes all data"
},
"deleteAllDataProgress": {
"message": "กำลังยกเลิกการเชื่อมต่อและลบข้อมูลทั้งหมด",
"description": "Message shown to user when app is disconnected and data deleted"
},
"deleteOldIndexedDBData": {
"message": "คุณมีข้อมูลที่ล้าสมัยแล้วจากการติดตั้ง Signal Desktop ครั้งก่อนหน้า ถ้าคุณเลือกที่จะดำเนินการต่อ ข้อมูลดังกล่าวจะถูกลบและคุณจะเริ่มต้นใหม่จากศูนย์",
"description": "Shown if user last ran Signal Desktop before October 2018"
},
"deleteOldData": {
"message": "ลบข้อมูลเก่า",
"description": "Button to make the delete happen"
},
"notifications": {
"message": "การแจ้งเตือน",
"description": "Header for notification settings"
},
"notificationSettingsDialog": {
"message": "เมื่อมีข้อความเข้า ให้การแจ้งเตือนแสดง:",
"description": "Explain the purpose of the notification settings"
},
"disableNotifications": {
"message": "ปิดใช้งานการแจ้งเตือน",
"description": "Label for disabling notifications"
},
"nameAndMessage": {
"message": "Name, content, and actions",
"description": "Label for setting notifications to display name and message text"
},
"noNameOrMessage": {
"message": "No name or content",
"description": "Label for setting notifications to display no name and no message text"
},
"nameOnly": {
"message": "ชื่อเท่านั้น",
"description": "Label for setting notifications to display sender name only"
},
"newMessage": {
"message": "ข้อความใหม่",
"description": "Displayed in notifications for only 1 message"
},
"notificationSenderInGroup": {
"message": "$sender$ in $group$",
"description": "Displayed in notifications for messages in a group",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"notificationReaction": {
"message": "$sender$ ตอบ $emoji$ กลับให้ข้อความของคุณ",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
}
}
},
"notificationReactionMessage": {
"message": "$sender$ ตอบ $emoji$ กลับให้กับ: $message$",
"description": "",
"placeholders": {
"sender": {
"content": "$1",
"example": "John"
},
"emoji": {
"content": "$2",
"example": "👍"
},
"message": {
"content": "$3",
"example": "Sounds good."
}
}
},
"sendFailed": {
"message": "การส่งล้มเหลว",
"description": "Shown on outgoing message if it fails to send"
},
"partiallySent": {
"message": "Partially sent, click for details",
"description": "Shown on outgoing message if it is partially sent"
},
"showMore": {
"message": "รายละเอียด",
"description": "Displays the details of a key change"
},
"showLess": {
"message": "ซ่อนรายละเอียด",
"description": "Hides the details of a key change"
},
"learnMore": {
"message": "เรียนรู้เพิ่มเติมเกี่ยวกับการตรวจยืนยันหมายเลขความปลอดภัย",
"description": "Text that links to a support article on verifying safety numbers"
},
"expiredWarning": {
"message": "Signal Desktop เวอร์ชันนี้หมดอายุแล้ว โปรดอัพเกรดไปเป็นเวอร์ชันล่าสุดเพื่อดำเนินการส่งข้อความต่อ",
"description": "Warning notification that this version of the app has expired"
},
"upgrade": {
"message": "ปรับรุ่น",
"description": "Label text for button to upgrade the app to the latest version"
},
"mediaMessage": {
"message": "ข้อความสื่อ",
"description": "Description of a message that has an attachment and no text, displayed in the conversation list as a preview."
},
"unregisteredUser": {
"message": "ยังไม่ได้ลงทะเบียนรหัส",
"description": "Error message displayed when sending to an unregistered user."
},
"sync": {
"message": "ผู้ติดต่อ",
"description": "Label for contact and group sync settings"
},
"syncExplanation": {
"message": "นำเข้ากลุ่มและผู้ติดต่อใน Signal ทั้งหมดจากอุปกรณ์เคลื่อนที่ของคุณ",
"description": "Explanatory text for sync settings"
},
"lastSynced": {
"message": "นำเข้าครั้งล่าสุดเมื่อ",
"description": "Label for date and time of last sync operation"
},
"syncNow": {
"message": "นำเข้าเดี๋ยวนี้",
"description": "Label for a button that syncs contacts and groups from your phone"
},
"syncing": {
"message": "กำลังนำเข้า...",
"description": "Label for a disabled sync button while sync is in progress."
},
"syncFailed": {
"message": "การนำเข้าล้มเหลว แน่ใจว่าคอมพิวเตอร์และโทรศัพท์ของคุณเชื่อมต่อกับอินเตอร์เน็ตแล้ว",
"description": "Informational text displayed if a sync operation times out."
},
"timestamp_s": {
"message": "เดี๋ยวนี้",
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1 นา",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
"message": "1 ชม.",
"description": "Brief timestamp for messages sent about one hour ago. Displayed in the conversation list and message bubble."
},
"hoursAgo": {
"message": "$hours$ ชม.",
"description": "Contracted form of 'X hours ago' which works both for singular and plural",
"placeholders": {
"hours": {
"content": "$1",
"example": "2"
}
}
},
"minutesAgo": {
"message": "$minutes$ นา",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
"content": "$1",
"example": "10"
}
}
},
"justNow": {
"message": "เดี๋ยวนี้",
"description": "Shown if a message is very recent, less than 60 seconds old"
},
"timestampFormat_M": {
"message": "D MMM",
"description": "Timestamp format string for displaying month and day (but not the year) of a date within the current year, ex: use 'MMM D' for 'Aug 8', or 'D MMM' for '8 Aug'."
},
"messageBodyTooLong": {
"message": "ตัวข้อความยาวเกินไป",
"description": "Shown if the user tries to send more than 64kb of text"
},
"unblockToSend": {
"message": "เลิกปิดกั้นผู้ติดต่อนี้เพื่อส่งข้อความ",
"description": "Brief message shown when trying to message a blocked number"
},
"unblockGroupToSend": {
"message": "เลิกปิดกั้นกลุ่มนี้เพื่อส่งข้อความ",
"description": "Brief message shown when trying to message a blocked group"
},
"youChangedTheTimer": {
"message": "You set the disappearing message time to $time$.",
"description": "Message displayed when you change the message expiration timer in a conversation.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetOnSync": {
"message": "Updated the disappearing message time to $time$.",
"description": "Message displayed when timer is set on initial link of desktop device.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"timerSetByMember": {
"message": "A member set the disappearing message time to $time$.",
"description": "Message displayed when timer is by an unknown group member.",
"placeholders": {
"time": {
"content": "$1",
"example": "10m"
}
}
},
"theyChangedTheTimer": {
"message": "$name$ set the disappearing message time to $time$.",
"description": "Message displayed when someone else changes the message expiration timer in a conversation.",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
},
"time": {
"content": "$2",
"example": "10m"
}
}
},
"timerOption_0_seconds": {
"message": "ปิด",
"description": "Label for option to turn off message expiration in the timer menu"
},
"timerOption_5_seconds": {
"message": "5 วินาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_10_seconds": {
"message": "10 วินาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_seconds": {
"message": "30 วินาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_minute": {
"message": "1 นาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_5_minutes": {
"message": "5 นาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_30_minutes": {
"message": "30 นาที",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_hour": {
"message": "1 ชั่วโมง",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_6_hours": {
"message": "6 ชั่วโมง",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_12_hours": {
"message": "12 ชั่วโมง",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_day": {
"message": "1 วัน",
"description": "Label for a selectable option in the message expiration timer menu"
},
"timerOption_1_week": {
"message": "1 สัปดาห์",
"description": "Label for a selectable option in the message expiration timer menu"
},
"disappearingMessages": {
"message": "ข้อความที่ลบตัวเอง",
"description": "Conversation menu option to enable disappearing messages"
},
"timerOption_0_seconds_abbreviated": {
"message": "ปิด",
"description": "Short format indicating current timer setting in the conversation list snippet"
},
"timerOption_5_seconds_abbreviated": {
"message": "5 วิ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_10_seconds_abbreviated": {
"message": "10 วิ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_seconds_abbreviated": {
"message": "30 วิ",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_minute_abbreviated": {
"message": "1 นา",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_5_minutes_abbreviated": {
"message": "5 นา",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_30_minutes_abbreviated": {
"message": "30 นา",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_hour_abbreviated": {
"message": "1 ชม.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_6_hours_abbreviated": {
"message": "6 ชม.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_12_hours_abbreviated": {
"message": "12 ชม.",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_day_abbreviated": {
"message": "1 วัน",
"description": "Very short format indicating current timer setting in the conversation header"
},
"timerOption_1_week_abbreviated": {
"message": "1 สัป",
"description": "Very short format indicating current timer setting in the conversation header"
},
"disappearingMessagesDisabled": {
"message": "ข้อความหายตัวไม่ได้ถูกเปิดใช้",
"description": "Displayed in the left pane when the timer is turned off"
},
"disappearingMessagesDisabledByMember": {
"message": "A member disabled disappearing messages.",
"description": "Displayed in the left pane when the timer is turned off"
},
"disabledDisappearingMessages": {
"message": "$name$ disabled disappearing messages.",
"description": "Displayed in the conversation list when the timer is turned off",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"youDisabledDisappearingMessages": {
"message": "คุณได้ปิดใช้งานข้อความที่ลบตัวเองแล้ว",
"description": "Displayed in the conversation list when the timer is turned off"
},
"timerSetTo": {
"message": "ตั้งนับเวลาไว้ที่ $time$",
"description": "Displayed in the conversation list when the timer is updated by some automatic action, or in the left pane",
"placeholders": {
"time": {
"content": "$1",
"example": "1w"
}
}
},
"audioNotificationDescription": {
"message": "เล่นการแจ้งเตือนด้วยเสียง",
"description": "Description for audio notification setting"
},
"callRingtoneNotificationDescription": {
"message": "Play calling sounds",
"description": "Description for call ringtone notification setting"
},
"callSystemNotificationDescription": {
"message": "Show notifications for calls",
"description": "Description for call notification setting"
},
"incomingCallNotificationDescription": {
"message": "Enable incoming calls",
"description": "Description for incoming calls setting"
},
"contactChangedProfileName": {
"message": "$sender$ changed their profile name from $oldProfile$ to $newProfile$.",
"description": "Description for incoming calls setting",
"placeholders": {
"sender": {
"content": "$1",
"example": "Bob"
},
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
"changedProfileName": {
"message": "$oldProfile$ changed their profile name to $newProfile$.",
"description": "Shown when a contact not in your address book changes their profile name",
"placeholders": {
"oldProfile": {
"content": "$2",
"example": ".x8Skillz8x."
},
"newProfile": {
"content": "$3",
"example": "Bob Smith"
}
}
},
"safetyNumberChanged": {
"message": "หมายเลขความปลอดภัยได้เปลี่ยนไป",
"description": "A notification shown in the conversation when a contact reinstalls"
},
"safetyNumberChanges": {
"message": "Safety Number Changes",
"description": "Title for safety number changed modal"
},
"safetyNumberChangedGroup": {
"message": "หมายเลขความปลอดภัยกับ $name$ ได้เปลี่ยนไป",
"description": "A notification shown in a group conversation when a contact reinstalls, showing the contact name",
"placeholders": {
"name": {
"content": "$1",
"example": "John"
}
}
},
"verifyNewNumber": {
"message": "ตรวจยืนยันหมายเลขความปลอดภัย",
"description": "Label on button included with safety number change notification in the conversation"
},
"cannotGenerateSafetyNumber": {
"message": "ไม่สามารถตรวจยืนยันผู้ใช้นี้ได้จนกว่าคุณจะได้แลกเปลี่ยนข้อความกับเขา",
"description": "Shown on the safety number screen if you have never exchanged messages with that contact"
},
"yourSafetyNumberWith": {
"message": "Your safety number with $name1$:",
"description": "Heading for safety number view",
"placeholders": {
"name1": {
"content": "$1",
"example": "John"
}
}
},
"themeLight": {
"message": "สว่าง",
"description": "Label text for light theme (normal)"
},
"themeDark": {
"message": "มืด",
"description": "Label text for dark theme"
},
"themeSystem": {
"message": "ระบบ",
"description": "Label text for system theme"
},
"noteToSelf": {
"message": "หมายเหตุส่วนตัว",
"description": "Name for the conversation with your own phone number"
},
"noteToSelfHero": {
"message": "คุณสามารถเพิ่มบันทึกสำหรับตัวคุณเองในการสนทนานี้ ถ้าบัญชีของคุณมีอุปกรณ์ที่เชื่อมโยงอยู่ บันทึกใหม่ทุกอันจะถูกปรับประสานถึงกัน",
"description": "Description for the Note to Self conversation"
},
"notificationDrawAttention": {
"message": "Draw attention to this window when a notification arrives",
"description": "Label text for the setting that controls whether new notifications draw attention to the window"
},
"hideMenuBar": {
"message": "ซ่อนแถบเมนู",
"description": "Label text for menu bar visibility setting"
},
"startConversation": {
"message": "เริ่มการสนทนาใหม่...",
"description": "Label underneath number a user enters that is not an existing contact"
},
"notSupportedSMS": {
"message": "ไม่รองรับข้อความ SMS/MMS",
"description": "Label underneath number informing user that SMS is not supported on desktop"
},
"newPhoneNumber": {
"message": "ป้อนหมายเลขโทรศัพท์เพื่อเพิ่มผู้ติดต่อ",
"description": "Placeholder for adding a new number to a contact"
},
"invalidNumberError": {
"message": "หมายเลขไม่ถูกต้อง",
"description": "When a person inputs a number that is invalid"
},
"unlinkedWarning": {
"message": "เชื่อมโยง Signal Desktop กับอุปกรณ์เคลื่อนที่ของคุณอีกครั้งเพื่อใช้งานการส่งข้อความอย่างต่อเนื่อง",
"description": ""
},
"unlinked": {
"message": "เลิกเชื่อมโยงแล้ว",
"description": ""
},
"relink": {
"message": "เชื่อมโยงอีกครั้ง",
"description": ""
},
"autoUpdateNewVersionTitle": {
"message": "มีการอัพเดทสำหรับ Signal",
"description": ""
},
"autoUpdateNewVersionMessage": {
"message": "มี Signal รุ่นใหม่แล้ว",
"description": ""
},
"autoUpdateNewVersionInstructions": {
"message": "กด เริ่ม Signal ใหม่ เพื่อเริ่มการปรับปรุง",
"description": ""
},
"autoUpdateRestartButtonLabel": {
"message": "เริ่ม Signal ใหม่",
"description": ""
},
"autoUpdateLaterButtonLabel": {
"message": "ไว้ภายหลัง",
"description": ""
},
"leftTheGroup": {
"message": "$name$ ได้ออกจากกลุ่ม",
"description": "Shown in the conversation history when a single person leaves the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Bob"
}
}
},
"multipleLeftTheGroup": {
"message": "$name$ ได้ออกจากกลุ่ม",
"description": "Shown in the conversation history when multiple people leave the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
"updatedTheGroup": {
"message": "$name$ ได้ปรับปรุงกลุ่ม",
"description": "Shown in the conversation history when someone updates the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"youUpdatedTheGroup": {
"message": "คุณได้ปรับปรุงกลุ่ม",
"description": "Shown in the conversation history when you update a group"
},
"updatedGroupAvatar": {
"message": "อวตารของกลุ่มถูกปรับปรุง",
"description": "Shown in the conversation history when someone updates the group"
},
"titleIsNow": {
"message": "ชื่อกลุ่มตอนนี้คือ '$name$'",
"description": "Shown in the conversation history when someone changes the title of the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Book Club"
}
}
},
"youJoinedTheGroup": {
"message": "คุณได้ร่วมกลุ่ม",
"description": "Shown in the conversation history when you are added to a group."
},
"joinedTheGroup": {
"message": "$name$ ได้เข้าร่วมกลุ่ม",
"description": "Shown in the conversation history when a single person joins the group",
"placeholders": {
"name": {
"content": "$1",
"example": "Alice"
}
}
},
"multipleJoinedTheGroup": {
"message": "$names$ ได้เข้าร่วมกลุ่ม",
"description": "Shown in the conversation history when more than one person joins the group",
"placeholders": {
"names": {
"content": "$1",
"example": "Alice, Bob"
}
}
},
"ConversationListItem--message-request": {
"message": "คำร้องขอส่งข้อความ",
"description": "Preview shown for conversation if the user has not yet accepted an incoming message request"
},
"ConversationListItem--draft-prefix": {
"message": "ร่าง:",
"description": "Prefix shown in italic in conversation view when a draft is saved"
},
"message--getNotificationText--gif": {
"message": "GIF",
"description": "Shown in notifications and in the left pane when a GIF is received."
},
"message--getNotificationText--photo": {
"message": "รูปภาพ",
"description": "Shown in notifications and in the left pane when a photo is received."
},
"message--getNotificationText--video": {
"message": "วิดีโอ",
"description": "Shown in notifications and in the left pane when a video is received."
},
"message--getNotificationText--voice-message": {
"message": "ข้อความเสียง",
"description": "Shown in notifications and in the left pane when a voice message is received."
},
"message--getNotificationText--audio-message": {
"message": "ข้อความเสียง",
"description": "Shown in notifications and in the left pane when an audio message is received."
},
"message--getNotificationText--file": {
"message": "แฟ้ม",
"description": "Shown in notifications and in the left pane when a generic file is received."
},
"message--getNotificationText--stickers": {
"message": "ข้อความสติกเกอร์",
"description": "Shown in notifications and in the left pane instead of sticker image."
},
"message--getNotificationText--text-with-emoji": {
"message": "$emoji$ $text$",
"description": "Shown in notifications and in the left pane when text has an emoji. Probably always [emoji] [text] on LTR languages and [text] [emoji] on RTL languages.",
"placeholders": {
"emoji": {
"content": "$1",
"example": "📷"
},
"text": {
"content": "$2",
"example": "Photo"
}
}
},
"message--getDescription--unsupported-message": {
"message": "ข้อความที่ไม่รองรับ",
"description": "Shown in notifications and in the left pane when a message has features too new for this signal install."
},
"message--getDescription--disappearing-media": {
"message": "สื่อที่ดูได้ครั้งเดียว",
"description": "Shown in notifications and in the left pane after view-once message is deleted."
},
"message--getDescription--disappearing-photo": {
"message": "ภาพที่ดูได้ครั้งเดียว",
"description": "Shown in notifications and in the left pane when a message is a view once photo."
},
"message--getDescription--disappearing-video": {
"message": "วิดีโอที่ดูได้ครั้งเดียว",
"description": "Shown in notifications and in the left pane when a message is a view once video."
},
"message--deletedForEveryone": {
"message": "ข้อความนี้ถูกลบ",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"stickers--toast--InstallFailed": {
"message": "ไม่สามารถติดตั้งชุดสติกเกอร์ได้",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
},
"stickers--StickerManager--InstalledPacks": {
"message": "สติกเกอร์ที่ติดตั้งแล้ว",
"description": "Shown in the sticker pack manager above your installed sticker packs."
},
"stickers--StickerManager--InstalledPacks--Empty": {
"message": "ยังไม่ได้ติดตั้งสติกเกอร์",
"description": "Shown in the sticker pack manager when you don't have any installed sticker packs."
},
"stickers--StickerManager--BlessedPacks": {
"message": "ซีรีส์สติกเกอร์โดยศิลปิน Signal",
"description": "Shown in the sticker pack manager above the default sticker packs."
},
"stickers--StickerManager--BlessedPacks--Empty": {
"message": "ไม่มีสติกเกอร์โดย Signal Artist ที่ใช้ได้",
"description": "Shown in the sticker pack manager when there are no blessed sticker packs available."
},
"stickers--StickerManager--ReceivedPacks": {
"message": "สติกเกอร์ที่คุณได้รับ",
"description": "Shown in the sticker pack manager above sticker packs which you have received in messages."
},
"stickers--StickerManager--ReceivedPacks--Empty": {
"message": "สติกเกอร์จากข้อความเข้าจะปรากฏที่นี่",
"description": "Shown in the sticker pack manager when you have not received any sticker packs in messages."
},
"stickers--StickerManager--Install": {
"message": "ติดตั้ง",
"description": "Shown in the sticker pack manager next to sticker packs which can be installed."
},
"stickers--StickerManager--Uninstall": {
"message": "ลบ",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--UninstallWarning": {
"message": "คุณอาจไม่สามารถติดตั้งชุดสติกเกอร์นี้ได้อีก หากคุณไม่มีข้อความต้นทางอีกแล้ว",
"description": "Shown in the sticker pack manager next to sticker packs which are already installed."
},
"stickers--StickerManager--Introduction--Image": {
"message": "รู้จักกับสติกเกอร์: Bandit the Cat",
"description": "Alt text on a tooltip image when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Title": {
"message": "รู้จักกับสติกเกอร์",
"description": "Shown as the title on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerManager--Introduction--Body": {
"message": "ทำไมต้องใช้คำเมื่อคุณใช้สติกเกอร์ได้",
"description": "Shown as the body on a tooltip when the user upgrades to a version of Signal supporting stickers."
},
"stickers--StickerPicker--Open": {
"message": "Open the sticker picker",
"description": "Label for the open button for the sticker picker"
},
"stickers--StickerPicker--AddPack": {
"message": "Add a sticker pack",
"description": "Label for the add pack button in the sticker picker"
},
"stickers--StickerPicker--NextPage": {
"message": "Next Page",
"description": "Label for the next page button in the sticker picker"
},
"stickers--StickerPicker--PrevPage": {
"message": "Previous Page",
"description": "Label for the previous page button in the sticker picker"
},
"stickers--StickerPicker--Recents": {
"message": "Recent Sticker",
"description": "Label for the recent stickers button in the sticker picker"
},
"stickers--StickerPicker--DownloadError": {
"message": "ไม่สามารถดาวน์โหลดบางสติกเกอร์ได้",
"description": "Shown in the sticker picker when one or more stickers could not be downloaded."
},
"stickers--StickerPicker--DownloadPending": {
"message": "กำลังติดตั้งชุดสติกเกอร์...",
"description": "Shown in the sticker picker when one or more stickers are still downloading."
},
"stickers--StickerPicker--Empty": {
"message": "ไม่พบสติกเกอร์",
"description": "Shown in the sticker picker when there are no stickers to show."
},
"stickers--StickerPicker--Hint": {
"message": "ชุดสติกเกอร์ใหม่จากข้อความของคุณพร้อมให้ติดตั้งแล้ว",
"description": "Shown in the sticker picker the first time you have received new packs you can install."
},
"stickers--StickerPicker--NoPacks": {
"message": "ไม่พบชุดสติกเกอร์",
"description": "Shown in the sticker picker when there are no installed sticker packs."
},
"stickers--StickerPicker--NoRecents": {
"message": "สติกเกอร์ที่เพิ่งใช้จะปรากฏตรงนี้",
"description": "Shown in the sticker picker when there are no recent stickers to show."
},
"stickers--StickerPreview--Title": {
"message": "ชุดสติกเกอร์",
"description": "The title that appears in the sticker pack preview modal."
},
"stickers--StickerPreview--Error": {
"message": "ผิดพลาดระหว่างเปิดชุดสติกเกอร์ กรุณาตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณและลองอีกครั้ง",
"description": "The message that appears in the sticker preview modal when there is an error."
},
"EmojiPicker--empty": {
"message": "ไม่พบอีโมจิ",
"description": "Shown in the emoji picker when a search yields 0 results."
},
"EmojiPicker--search-placeholder": {
"message": "ค้นอีโมจิ",
"description": "Shown as a placeholder inside the emoji picker search field."
},
"EmojiPicker--skin-tone": {
"message": "สีผิว $tone$",
"description": "Shown as a tooltip over the emoji tone buttons.",
"placeholders": {
"status": {
"content": "$1",
"example": "2"
}
}
},
"EmojiPicker__button--recents": {
"message": "ล่าสุด",
"description": "Label for recents emoji picker button"
},
"EmojiPicker__button--emoji": {
"message": "Emoji",
"description": "Label for emoji emoji picker button"
},
"EmojiPicker__button--animal": {
"message": "Animal",
"description": "Label for animal emoji picker button"
},
"EmojiPicker__button--food": {
"message": "อาหาร",
"description": "Label for food emoji picker button"
},
"EmojiPicker__button--activity": {
"message": "Activity",
"description": "Label for activity emoji picker button"
},
"EmojiPicker__button--travel": {
"message": "Travel",
"description": "Label for travel emoji picker button"
},
"EmojiPicker__button--object": {
"message": "Object",
"description": "Label for object emoji picker button"
},
"EmojiPicker__button--symbol": {
"message": "Symbol",
"description": "Label for symbol emoji picker button"
},
"EmojiPicker__button--flag": {
"message": "Flag",
"description": "Label for flag emoji picker button"
},
"confirmation-dialog--Cancel": {
"message": "ยกเลิก",
"description": "Appears on the cancel button in confirmation dialogs."
},
"Message--unsupported-message": {
"message": "$contact$ ได้ส่งข้อความหาคุณ แต่มันไม่สามารถถูกประมวลผลหรือแสดงผลได้ เพราะมันใช้ความสามารถของ Signal รุ่นใหม่",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--unsupported-message-ask-to-resend": {
"message": "ตอนนี้คุณสามารถขอให้ $contact$ ส่งข้อความนี้ให้คุณใหม่ในตอนนี้ เนื่องจากคุณได้ใช้รุ่นที่ทันสมัยของ Signal แล้ว",
"description": "",
"placeholders": {
"contact": {
"content": "$1",
"example": "Alice"
}
}
},
"Message--from-me-unsupported-message": {
"message": "หนึ่งในอุปกรณ์ของคุณได้ส่งข้อความที่ไม่สามารถประมวลผลหรือแสดงผลได้ เพราะมันใช้ความสามารถของ Signal รุ่นใหม่",
"description": ""
},
"Message--from-me-unsupported-message-ask-to-resend": {
"message": "ตอนนี้ข้อความแบบนี้ในอนาคตจะถูกปรับประสานถึงกัน เนื่องจากคุณได้ใช้รุ่นที่ทันสมัยของ Signal แล้ว",
"description": ""
},
"Message--update-signal": {
"message": "ปรับปรุง Signal",
"description": "Text for a button which will take user to Signal download page"
},
"Message--tap-to-view-expired": {
"message": "เห็นแล้ว",
"description": "Text shown on messages with with individual timers, after user has viewed it"
},
"Message--tap-to-view--outgoing": {
"message": "สื่อ",
"description": "Text shown on outgoing messages with with individual timers (inaccessible)"
},
"Message--tap-to-view--incoming--expired-toast": {
"message": "คุณเคยดูข้อความนี้แล้ว",
"description": "Shown when user clicks on an expired incoming view-once bubble"
},
"Message--tap-to-view--outgoing--expired-toast": {
"message": "ข้อความแบบดูครั้งเดียวไม่ได้ถูกเก็บลงในประวัติการสนทนา",
"description": "Shown when user clicks on an expired outgoing view-once bubble"
},
"Message--tap-to-view--incoming": {
"message": "ดูรูปภาพ",
"description": "Text shown on photo messages with with individual timers, before user has viewed it"
},
"Message--tap-to-view--incoming-video": {
"message": "ดูวิดีโอ",
"description": "Text shown on video messages with with individual timers, before user has viewed it"
},
"Conversation--getDraftPreview--attachment": {
"message": "(แฟ้มแนบ)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--quote": {
"message": "(ยกคำพูด)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Conversation--getDraftPreview--draft": {
"message": "(ร่าง)",
"description": "Text shown in left pane as preview for conversation with saved a saved draft message"
},
"Keyboard--navigate-by-section": {
"message": "ป้ายบอกทางแยกตามส่วน",
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-conversation": {
"message": "การสนทนาก่อนหน้า",
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-conversation": {
"message": "การสนทนาถัดไป",
"description": "Shown in the shortcuts guide"
},
"Keyboard--previous-unread-conversation": {
"message": "การสนทนาก่อนหน้าที่ยังไม่ได้อ่าน",
"description": "Shown in the shortcuts guide"
},
"Keyboard--next-unread-conversation": {
"message": "การสนทนาถัดไปที่ยังไม่ได้อ่าน",
"description": "Shown in the shortcuts guide"
},
"Keyboard--preferences": {
"message": "การตั้งค่า",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-conversation-menu": {
"message": "เปิดเมนูการสนทนา",
"description": "Shown in the shortcuts guide"
},
"Keyboard--archive-conversation": {
"message": "เก็บการสนทนาลงที่เก็บถาวร",
"description": "Shown in the shortcuts guide"
},
"Keyboard--unarchive-conversation": {
"message": "นำการสนทนาออกจากที่เก็บถาวร",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search": {
"message": "ค้นหา",
"description": "Shown in the shortcuts guide"
},
"Keyboard--search-in-conversation": {
"message": "ค้นในการสนทนา",
"description": "Shown in the shortcuts guide"
},
"Keyboard--focus-composer": {
"message": "ช่องเขียนแบบมีสมาธิ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-all-media-view": {
"message": "มุมมองแสดงสื่อทั้งหมด",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-emoji-chooser": {
"message": "เปิดตัวเลือกอีโมจิ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--open-sticker-chooser": {
"message": "เปิดตัวเลือกสติกเกอร์",
"description": "Shown in the shortcuts guide"
},
"Keyboard--begin-recording-voice-note": {
"message": "เริ่มการอัดบันทึกแบบเสียง",
"description": "Shown in the shortcuts guide"
},
"Keyboard--default-message-action": {
"message": "การทำงานตั้งต้นสำหรับข้อความที่ถูกเลือก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--view-details-for-selected-message": {
"message": "ดูรายละเอียดของข้อความที่ถูกเลือก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reply": {
"message": "เปิดปิดการตอบกลับข้อความที่เลือก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-reaction-picker": {
"message": "เปิดปิดตัวเลือกการตอบสนองสำหรับข้อความที่เลือก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--save-attachment": {
"message": "บันทึกแฟ้มแนบจากข้อความที่ถูกเลือก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--delete-message": {
"message": "ลบข้อความที่ถูกเลือก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--add-newline": {
"message": "เพิ่มอักขระบรรทัดใหม่ในข้อความ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--expand-composer": {
"message": "ขยายช่องเขียนข้อความ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--send-in-expanded-composer": {
"message": "ส่ง (ในช่องเขียนแบบกว้าง)",
"description": "Shown in the shortcuts guide"
},
"Keyboard--attach-file": {
"message": "แนบแฟ้ม",
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-link-preview": {
"message": "เอาภาพตัวอย่างร่างลิงก์ออก",
"description": "Shown in the shortcuts guide"
},
"Keyboard--remove-draft-attachments": {
"message": "ลบร่างแฟ้มแนบทั้งหมด",
"description": "Shown in the shortcuts guide"
},
"Keyboard--conversation-by-index": {
"message": "ไปที่การสนทนา",
"description": "A shortcut allowing direct navigation to conversations 1 to 9 in list"
},
"Keyboard--Key--ctrl": {
"message": "Ctrl",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--option": {
"message": "ตัวเลือก",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--alt": {
"message": "Alt",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--shift": {
"message": "Shift",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--enter": {
"message": "Enter",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--tab": {
"message": "แท็บ",
"description": "Key shown in shortcut combination in shortcuts guide"
},
"Keyboard--Key--one-to-nine-range": {
"message": "1 ถึง 9",
"description": "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
},
"Keyboard--header": {
"message": "ปุ่มลัด",
"description": "Title header of the keyboard shortcuts guide"
},
"Keyboard--navigation-header": {
"message": "การนำทาง",
"description": "Header of the keyboard shortcuts guide - navigation section"
},
"Keyboard--messages-header": {
"message": "ข้อความ",
"description": "Header of the keyboard shortcuts guide - messages section"
},
"Keyboard--composer-header": {
"message": "ช่องเขียนข้อความ",
"description": "Header of the keyboard shortcuts guide - composer section"
},
"Keyboard--scroll-to-top": {
"message": "เลื่อนไปต้นรายการ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--scroll-to-bottom": {
"message": "เลื่อนไปท้ายรายการ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--close-curent-conversation": {
"message": "ปิดการสนทนาปัจจุบัน",
"description": "Shown in the shortcuts guide"
},
"Keyboard--calling-header": {
"message": "การโทร",
"description": "Header of the keyboard shortcuts guide - calling section"
},
"Keyboard--toggle-audio": {
"message": "Toggle mute on and off",
"description": "Shown in the shortcuts guide"
},
"Keyboard--toggle-video": {
"message": "Toggle video on and off",
"description": "Shown in the shortcuts guide"
},
"close-popup": {
"message": "ปิดป๊อปอัป",
"description": "Used as alt text for any button closing a popup"
},
"add-image-attachment": {
"message": "เพิ่มแฟ้มแนบรูปภาพ",
"description": "Used in draft attachment list for the big 'add new attachment' button"
},
"remove-attachment": {
"message": "เอาแฟ้มแนบออก",
"description": "Used in draft attachment list to remove an individual attachment"
},
"backToInbox": {
"message": "กลับไปกล่องขาเข้า",
"description": "Used as alt-text of button on archived conversations screen"
},
"conversationArchived": {
"message": "เก็บข้อความเข้าที่เก็บถาวรแล้ว",
"description": "A toast that shows up when user archives a conversation"
},
"conversationReturnedToInbox": {
"message": "การสนทนาถูกคืนไปกล่องขาเข้า",
"description": "A toast that shows up when the user unarchives a conversation"
},
"StickerCreator--title": {
"message": "ผู้สร้างสรรค์ชุดสติกเกอร์",
"description": "The title of the Sticker Pack Creator window"
},
"StickerCreator--DropZone--staticText": {
"message": "คลิกเพื่อเพิ่มหรือวางภาพลงตรงนี้",
"description": "Text which appears on the Sticker Creator drop zone when there is no active drag"
},
"StickerCreator--DropZone--activeText": {
"message": "วางภาพที่นี่",
"description": "Text which appears on the Sticker Creator drop zone when there is an active drag"
},
"StickerCreator--Preview--title": {
"message": "ชุดสติกเกอร์",
"description": "The 'title' of the sticker pack preview 'modal'"
},
"StickerCreator--ConfirmDialog--cancel": {
"message": "ยกเลิก",
"description": "The default text for the confirm dialog cancel button"
},
"StickerCreator--CopyText--button": {
"message": "คัดลอก",
"description": "The text which appears on the copy button for the sticker creator share screen"
},
"StickerCreator--ShareButtons--facebook": {
"message": "เฟซบุ๊ก",
"description": "Title for Facebook button"
},
"StickerCreator--ShareButtons--twitter": {
"message": "ทวิตเตอร์",
"description": "Title for Twitter button"
},
"StickerCreator--ShareButtons--pinterest": {
"message": "พินเทอเรสต์",
"description": "Title for Pinterest button"
},
"StickerCreator--ShareButtons--whatsapp": {
"message": "วอตซ์แอป",
"description": "Title for WhatsApp button"
},
"StickerCreator--AppStage--next": {
"message": "ถัดไป",
"description": "Default text for the next button on all stages of the sticker creator"
},
"StickerCreator--AppStage--prev": {
"message": "กลับ",
"description": "Default text for the previous button on all stages of the sticker creator"
},
"StickerCreator--DropStage--title": {
"message": "เพิ่มสติกเกอร์ของคุณ",
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--help": {
"message": "Stickers must be in PNG, APNG, or WebP format with a transparent background and 512x512 pixels. Recommended margin is 16px.",
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--DropStage--showMargins": {
"message": "แสดงระยะเว้นขอบ",
"description": "Text for the show margins toggle on the drop stage of the sticker creator"
},
"StickerCreator--DropStage--addMore": {
"message": "เพิ่ม $count$ หรือมากกว่า",
"description": "Text to show user how many more stickers they must add",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "4"
}
}
},
"StickerCreator--EmojiStage--title": {
"message": "เพิ่มอีโมจิไปยังสติกเกอร์แต่ละอัน",
"description": "Title for the drop stage of the sticker creator"
},
"StickerCreator--EmojiStage--help": {
"message": "นี่จะอนุญาตให้เราแนะนำสติกเกอร์ให้คุณได้ระหว่างที่คุณพิมพ์ข้อความ",
"description": "Help text for the drop stage of the sticker creator"
},
"StickerCreator--MetaStage--title": {
"message": "รายละเอียดอีกสักเล็กน้อย...",
"description": "Title for the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--title": {
"message": "ชื่อ",
"description": "Label for the title input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--author": {
"message": "ผู้สร้าง",
"description": "Label for the author input of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover": {
"message": "ภาพปก",
"description": "Label for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--Field--cover--help": {
"message": "นี่จะเป็นภาพที่ถูกแสดงตอนที่คุณแบ่งปันชุดสติกเกอร์",
"description": "Help text for the cover image picker of the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--title": {
"message": "คุณแน่ใจหรือไม่ว่าคุณต้องการจะอัปโหลดชุดสติกเกอร์ของคุณ?",
"description": "Title for the confirm dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--confirm": {
"message": "อัปโหลด",
"description": "Text for the upload button in the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--MetaStage--ConfirmDialog--text": {
"message": "คุณจะไม่สามารถแก้ไขหรือลบอะไรได้อีกหลังสร้างชุดสติกเกอร์แล้ว",
"description": "The text inside the confirmation dialog on the meta stage of the sticker creator"
},
"StickerCreator--UploadStage--title": {
"message": "กำลังสร้างชุดสติกเกอร์ของคุณ",
"description": "Title for the upload stage of the sticker creator"
},
"StickerCreator--UploadStage-uploaded": {
"message": "อัปโหลดแล้ว $count$ จาก $total$",
"description": "Title for the upload stage of the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
},
"total": {
"content": "$2",
"example": "20"
}
}
},
"StickerCreator--ShareStage--title": {
"message": "ยินดีด้วย! คุณได้สร้างชุดสติกเกอร์แล้ว",
"description": "Title for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--help": {
"message": "เข้าถึงสติกเกอร์ใหม่ของคุณผ่านไอคอนสติกเกอร์ หรือส่งให้เพื่อนของคุณด้วยลิงก์ด้านล่างนี้",
"description": "Help text for the share stage of the sticker creator"
},
"StickerCreator--ShareStage--callToAction": {
"message": "ใช้แฮชแท็ก $hashtag$ เพื่อให้ผู้คนเจอ URL ของชุดสติกเกอร์ใดก็ตามที่คุณอยากให้สาธารณะเข้าถึงได้",
"description": "Call to action text for the share stage of the sticker creator",
"placeholders": {
"hashtag": {
"content": "$1",
"example": "<strong>#makeprivacystick</strong>"
}
}
},
"StickerCreator--ShareStage--copyTitle": {
"message": "URL ชุดสติกเกอร์",
"description": "Title for the copy button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--close": {
"message": "ปิด",
"description": "Text for the close button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--createAnother": {
"message": "สร้างชุดสติกเกอร์อีกชุด",
"description": "Text for the create another sticker pack button on the share stage of the sticker creator"
},
"StickerCreator--ShareStage--socialMessage": {
"message": "ลองดูชุดสติกเกอร์ใหม่ที่ฉันสร้างให้ Signal #makeprivacystick",
"description": "Text which is shared to social media platforms for sticker packs"
},
"StickerCreator--Toasts--imagesAdded": {
"message": "เพิ่มภาพแล้ว $count$ ภาพ",
"description": "Text for the toast when images are added to the sticker creator",
"placeholders": {
"count": {
"content": "$1",
"example": "3"
}
}
},
"StickerCreator--Toasts--animated": {
"message": "ยังไม่รองรับสติกเกอร์เคลื่อนไหว",
"description": "Text for the toast when an image that is animated was dropped on the sticker creator"
},
"StickerCreator--Toasts--tooLarge": {
"message": "ภาพที่วางมาใหญ่เกินไป",
"description": "Text for the toast when an image that is too large was dropped on the sticker creator"
},
"StickerCreator--Toasts--errorProcessing": {
"message": "ผิดพลาดระหว่างประมวลภาพ",
"description": "Text for the toast when an image cannot be processed was dropped on the sticker creator with a generic error"
},
"StickerCreator--Toasts--APNG--notSquare": {
"message": "Animated PNG stickers must be square",
"description": "Text for the toast when someone tries to upload a non-square APNG"
},
"StickerCreator--Toasts--mustLoopForever": {
"message": "Animated stickers must loop forever",
"description": "Text for the toast when an image in the sticker creator does not animate forever"
},
"StickerCreator--Toasts--APNG--dimensionsTooLarge": {
"message": "Animated PNG sticker dimensions are too large",
"description": "Text for the toast when an APNG image in the sticker creator is too large"
},
"StickerCreator--Toasts--APNG--dimensionsTooSmall": {
"message": "Animated PNG sticker dimensions are too small",
"description": "Text for the toast when an APNG image in the sticker creator is too small"
},
"StickerCreator--Toasts--errorUploading": {
"message": "ผิดพลาดระหว่างอัปโหลดสติกเกอร์: $message$",
"description": "Text for the toast when a sticker pack cannot be uploaded",
"placeholders": {
"message": {
"content": "$1",
"example": "Not connected"
}
}
},
"StickerCreator--Toasts--linkedCopied": {
"message": "คัดลอกลิงก์แล้ว",
"description": "Text for the toast when a link for sharing is copied from the Sticker Creator"
},
"StickerCreator--StickerPreview--light": {
"message": "สติกเกอร์ของฉันในธีมสว่าง",
"description": "Text for the sticker preview for the light theme"
},
"StickerCreator--StickerPreview--dark": {
"message": "สติกเกอร์ของฉันในธีมมืด",
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
"message": "กรุณาตั้งค่า Signal บนโทรศัพท์และเดสก์ท็อปของคุณให้ใช้ Sticker Pack Creator",
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--error": {
"message": "การส่งการตอบสนองล้มเหลว กรุณาลองอีกครั้ง",
"description": "Shown when a reaction fails to send"
},
"ReactionsViewer--more": {
"message": "มากกว่า",
"description": "Use in the reaction picker as the alt text for the 'more' button"
},
"ReactionsViewer--all": {
"message": "ทั้งหมด",
"description": "Shown in reaction viewer as the title for the 'all' category"
},
"MessageRequests--message-direct": {
"message": "Let $name$ message you and share your name and photo with them? They wont know youve seen their messages until you accept.",
"description": "Shown as the message for a message request in a direct message",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-direct-blocked": {
"message": "Let $name$ message you and share your name and photo with them? You won't receive any messages until you unblock them.",
"description": "Shown as the message for a message request in a direct message with a blocked account",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce"
}
}
},
"MessageRequests--message-group": {
"message": "Join this group and share your name and photo with its members? They wont know youve seen their messages until you accept.",
"description": "Shown as the message for a message request in a group",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--message-group-blocked": {
"message": "Unblock this group and share your name and photo with its members? You won't receive any messages until you unblock them.",
"description": "Shown as the message for a message request in a blocked group"
},
"MessageRequests--block": {
"message": "ปิดกั้น",
"description": "Shown as a button to let the user block a message request"
},
"MessageRequests--unblock": {
"message": "เลิกปิดกั้น",
"description": "Shown as a button to let the user unblock a message request"
},
"MessageRequests--unblock-confirm-title": {
"message": "Unblock $name$?",
"description": "Shown as a button to let the user unblock a message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-direct-confirm-body": {
"message": "คุณจะสามารถส่งข้อความและโทรหากันและกันได้",
"description": "Shown as the body in the confirmation modal for unblocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--unblock-group-confirm-body": {
"message": "สมาชิกกลุ่มจะสามารถเพิ่มคุณเข้ากลุ่มนี้อีก",
"description": "Shown as the body in the confirmation modal for unblocking a group message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-and-delete": {
"message": "ปิดกั้นและลบ",
"description": "Shown as a button to let the user block and delete a message request"
},
"MessageRequests--block-direct-confirm-title": {
"message": "Block $name$?",
"description": "Shown as the title in the confirmation modal for blocking a private message request",
"placeholders": {
"name": {
"content": "$1",
"example": "Cayce Pollard"
}
}
},
"MessageRequests--block-direct-confirm-body": {
"message": "คนที่ถูกปิดกั้นจะไม่สามารถโทรหรือส่งข้อความหาคุณได้",
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
"message": "Block and Leave $group$?",
"description": "Shown as the title in the confirmation modal for blocking a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--block-group-confirm-body": {
"message": "You will no longer receive messages or updates from this group and members won't be able to add you to this group again.",
"description": "Shown as the body in the confirmation modal for blocking a group message request"
},
"MessageRequests--delete": {
"message": "ลบ",
"description": "Shown as a button to let the user delete any message request"
},
"MessageRequests--delete-direct-confirm-title": {
"message": "ลบการสนทนาหรือไม่?",
"description": "Shown as the title in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-direct-confirm-body": {
"message": "การสนทนานี้จะถูกลบออกจากทุกอุปกรณ์ของคุณ",
"description": "Shown as the body in the confirmation modal for deleting a private message request"
},
"MessageRequests--delete-group-confirm-title": {
"message": "Delete and Leave $group$?",
"description": "Shown as the title in the confirmation modal for deleting a group message request",
"placeholders": {
"group": {
"content": "$1",
"example": "Friends 🌿"
}
}
},
"MessageRequests--delete-direct": {
"message": "ลบ",
"description": "Shown as a button to let the user delete a direct message request"
},
"MessageRequests--delete-group": {
"message": "ลบและออก",
"description": "Shown as a button to let the user delete a group message request"
},
"MessageRequests--delete-group-confirm-body": {
"message": "คุณจะออกจากกลุ่มนี้และมันจะถูกลบออกจากทุกอุปกรณ์ของคุณ",
"description": "Shown as the body in the confirmation modal for deleting a group message request"
},
"MessageRequests--accept": {
"message": "ยอมรับ",
"description": "Shown as a button to let the user accept a message request"
},
"ConversationHero--members": {
"message": "$count$ members",
"description": "Specifies the number of members in a group conversation",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--members-1": {
"message": "สมาชิก 1 คน ",
"description": "Specifies the number of members in a group conversation when there is one member",
"placeholders": {
"count": {
"content": "$1",
"example": "22"
}
}
},
"ConversationHero--membership-1": {
"message": "Member of $group$.",
"description": "Shown in the conversation hero to indicate this user is a member of a mutual group",
"placeholders": {
"group": {
"content": "$1",
"example": "NYC Rock Climbers"
}
}
},
"ConversationHero--membership-2": {
"message": "Member of $group1$ and $group2$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least two mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
}
}
},
"ConversationHero--membership-3": {
"message": "Member of $group1$, $group2$, and $group3$.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
}
}
},
"ConversationHero--membership-extra": {
"message": "Member of $group1$, $group2$, $group3$ and $remainingCount$ more.",
"description": "Shown in the conversation hero to indicate this user is a member of at least three mutual groups",
"placeholders": {
"group1": {
"content": "$1",
"example": "NYC Rock Climbers"
},
"group2": {
"content": "$2",
"example": "Dinner Party"
},
"group3": {
"content": "$3",
"example": "Friends 🌿"
},
"remainingCount": {
"content": "$4",
"example": "3"
}
}
},
"ConversationHero--membership-added": {
"message": "$name$ added you to the group.",
"description": "Shown Indicates that you were added to a group by a given individual.",
"placeholders": {
"name": {
"content": "$1",
"example": "Jeff Smith"
}
}
},
"acceptCall": {
"message": "รับสาย",
"description": "Shown in tooltip for the button to accept a call (audio or video)"
},
"acceptCallWithoutVideo": {
"message": "Answer without video",
"description": "Shown in tooltip for the button to accept a video call without video"
},
"declineCall": {
"message": "ปฏิเสธ",
"description": "Shown in tooltip for the button to decline a call (audio or video)"
},
"declinedIncomingAudioCall": {
"message": "You declined an audio call",
"description": "Shown in conversation history when you declined an incoming audio call"
},
"declinedIncomingVideoCall": {
"message": "You declined a video call",
"description": "Shown in conversation history when you declined an incoming video call"
},
"acceptedIncomingAudioCall": {
"message": "Incoming audio call",
"description": "Shown in conversation history when you accepted an incoming audio call"
},
"acceptedIncomingVideoCall": {
"message": "Incoming video call",
"description": "Shown in conversation history when you accepted an incoming video call"
},
"missedIncomingAudioCall": {
"message": "Missed audio call",
"description": "Shown in conversation history when you missed an incoming audio call"
},
"missedIncomingVideoCall": {
"message": "Missed video call",
"description": "Shown in conversation history when you missed an incoming video call"
},
"acceptedOutgoingAudioCall": {
"message": "Outgoing audio call",
"description": "Shown in conversation history when you made an outgoing audio call"
},
"acceptedOutgoingVideoCall": {
"message": "Outgoing video call",
"description": "Shown in conversation history when you made an outgoing video call"
},
"missedOrDeclinedOutgoingAudioCall": {
"message": "Unanswered audio call",
"description": "Shown in conversation history when your audio call is missed or declined"
},
"missedOrDeclinedOutgoingVideoCall": {
"message": "Unanswered video call",
"description": "Shown in conversation history when your video call is missed or declined"
},
"incomingAudioCall": {
"message": "Incoming audio call...",
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
},
"incomingVideoCall": {
"message": "Incoming video call...",
"description": "Shown in both the incoming call bar and notification for an incoming video call"
},
"outgoingCallPrering": {
"message": "Calling...",
"description": "Shown in the call screen when placing an outgoing call that isn't ringing yet"
},
"outgoingCallRinging": {
"message": "Ringing...",
"description": "Shown in the call screen when placing an outgoing call that is now ringing"
},
"makeOutgoingCall": {
"message": "Start a call",
"description": "Title for the call button in a conversation"
},
"makeOutgoingVideoCall": {
"message": "Start a video call",
"description": "Title for the video call button in a conversation"
},
"callNeedPermission": {
"message": "$title$ will get a message request from you. You can call once your message request has been accepted.",
"description": "Shown when a call is rejected because the other party hasn't approved the message/call request",
"placeholders": {
"title": {
"content": "$1",
"example": "Alice"
}
}
},
"callReconnecting": {
"message": "Reconnecting...",
"description": "Shown in the call screen when the call is reconnecting due to network issues"
},
"callDuration": {
"message": "Signal $duration$",
"description": "Shown in the call screen to indicate how long the call has been connected",
"placeholders": {
"duration": {
"content": "$1",
"example": "00:01"
}
}
},
"callingDeviceSelection__settings": {
"message": "การตั้งค่า",
"description": "Title for device selection settings"
},
"calling__participants": {
"message": "Participants",
"description": "Title for participants list toggle"
},
"calling__pip": {
"message": "Picture-in-picture",
"description": "Title for picture-in-picture toggle"
},
"calling__hangup": {
"message": "Hang Up",
"description": "Title for hang up button"
},
"callingDeviceSelection__label--video": {
"message": "วิดีโอ",
"description": "Label for video input selector"
},
"callingDeviceSelection__label--audio-input": {
"message": "Microphone",
"description": "Label for audio input selector"
},
"callingDeviceSelection__label--audio-output": {
"message": "Speakers",
"description": "Label for audio output selector"
},
"callingDeviceSelection__select--no-device": {
"message": "No devices available",
"description": "Message for when there are no available devices to select for input/output audio or video"
},
"callingDeviceSelection__select--default": {
"message": "ค่าเริ่มต้น",
"description": "Shown when the device is the default device"
},
"muteNotificationsTitle": {
"message": "ปิดเสียงการแจ้งเตือน",
"description": "Label for the mute notifications drop-down selector"
},
"muteHour": {
"message": "ปิดเสียงหนึ่งชั่วโมง",
"description": "Label for muting the conversation"
},
"muteDay": {
"message": "ปิดเสียงหนึ่งวัน",
"description": "Label for muting the conversation"
},
"muteWeek": {
"message": "ปิดเสียงหนึ่งสัปดาห์",
"description": "Label for muting the conversation"
},
"muteYear": {
"message": "ปิดเสียงหนึ่งปี",
"description": "Label for muting the conversation"
},
"unmute": {
"message": "เปิดเสียง",
"description": "Label for unmuting the conversation"
},
"muteExpirationLabel": {
"message": "Muted until $duration$",
"description": "Shown in the mute notifications submenu whenever a conversation has been muted",
"placeholders": {
"duration": {
"content": "$1",
"example": "10/23/2023, 7:10 PM"
}
}
},
"EmojiButton__label": {
"message": "Emoji",
"description": "Label for emoji button"
},
"ErrorModal--title": {
"message": "เกิดข้อผิดพลาดบางอย่าง",
"description": "Title of pop-up dialog when user-initiated task has gone wrong"
},
"ErrorModal--description": {
"message": "Please try again or contact support.",
"description": "Description text in pop-up dialog when user-initiated task has gone wrong"
},
"ErrorModal--buttonText": {
"message": "ตกลง",
"description": "Button to dismiss pop-up dialog when user-initiated task has gone wrong"
},
"GroupV2--admin": {
"message": "ผู้ดูแล",
"description": "Shown next to the set of administrators in a group"
},
"updating": {
"message": "Updating...",
"description": "Shown along with a spinner when an update operation takes longer than one second"
},
"GroupV2--create--you": {
"message": "คุณได้สร้างกลุ่มแล้ว",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--create--other": {
"message": "$memberName$ created the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--create--unknown": {
"message": "The group was created.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--change--other": {
"message": "$memberName$ changed the group name to \"$newTitle$\".",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
},
"newTitle": {
"content": "$2",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--change--you": {
"message": "You changed the group name to \"$newTitle$\".",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
"content": "$1",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--change--unknown": {
"message": "A member changed the group name to \"$newTitle$\".",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
"content": "$1",
"example": "Saturday Hiking"
}
}
},
"GroupV2--title--remove--other": {
"message": "$memberName$ removed the group name.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--title--remove--you": {
"message": "คุณได้ลบชื่อกลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--unknown": {
"message": "A member removed the group name.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--other": {
"message": "$memberName$ changed the group avatar.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--avatar--change--you": {
"message": "คุณได้เปลี่ยนอวตารของกลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--unknown": {
"message": "A member changed the group avatar.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--other": {
"message": "$memberName$ removed the group avatar.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--avatar--remove--you": {
"message": "You removed the group avatar.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--unknown": {
"message": "A member removed the group avatar.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--other": {
"message": "$adminName$ changed who can edit group info to \"Only admins.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-attributes--admins--you": {
"message": "You changed who can edit group info to \"Only admins.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--unknown": {
"message": "An admin changed who can edit group info to \"Only admins.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--other": {
"message": "$adminName$ changed who can edit group info to \"All members.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-attributes--all--you": {
"message": "You changed who can edit group info to \"All members.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--all--unknown": {
"message": "An admin changed who can edit group info to \"All members.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--other": {
"message": "$adminName$ changed who can edit group membership to \"Only admins.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-members--admins--you": {
"message": "You changed who can edit group membership to \"Only admins.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--admins--unknown": {
"message": "An admin changed who can edit group membership to \"Only admins.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--other": {
"message": "$adminName$ changed who can edit group membership to \"All members.\"",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--access-members--all--you": {
"message": "You changed who can edit group membership to \"All members.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-members--all--unknown": {
"message": "An admin changed who can edit group membership to \"All members.\"",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--invited--you": {
"message": "You added invited member $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add--invited--other": {
"message": "$memberName$ added invited member $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Alice"
},
"inviteeName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--member-add--invited--unknown": {
"message": "A member added invited member $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add--from-invite--other": {
"message": "$inviteeName$ accepted an invitation to the group from $inviterName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
},
"inviterName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--member-add--from-invite--other-no-from": {
"message": "$inviteeName$ accepted an invitation to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--member-add--from-invite--you": {
"message": "You accepted an invitation to the group from $inviterName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--from-invite--you-no-from": {
"message": "คุณได้ตอบรับคำเชิญเข้ากลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--from-invite--from-you": {
"message": "$inviteeName$ accepted your invitation to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--other--other": {
"message": "$adderName$ added $addeeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adderName": {
"content": "$1",
"example": "Bob"
},
"addeeName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-add--other--you": {
"message": "You added $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--other--unknown": {
"message": "A member added $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--you--other": {
"message": "$memberName$ added you to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-add--you--you": {
"message": "คุณได้ร่วมกลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-add--you--unknown": {
"message": "You were added to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--other--other": {
"message": "$adminName$ removed $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-remove--other--self": {
"message": "$memberName$ left the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--other--you": {
"message": "You removed $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--other--unknown": {
"message": "A member removed $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--you--other": {
"message": "$adminName$ removed you.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-remove--you--you": {
"message": "คุณได้ออกจากกลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-remove--you--unknown": {
"message": "คุณถูกนำออกจากกลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--promote--other--other": {
"message": "$adminName$ made $memberName$ an admin.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-privilege--promote--other--you": {
"message": "You made $memberName$ an admin.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--other--unknown": {
"message": "An admin made $memberName$ an admin.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--you--other": {
"message": "$adminName$ made you an admin.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--promote--you--unknown": {
"message": "An admin made you an admin.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--other--other": {
"message": "$adminName$ revoked admin privileges from $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--member-privilege--demote--other--you": {
"message": "You revoked admin privileges from $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--demote--other--unknown": {
"message": "An admin revoked admin privileges from $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--member-privilege--demote--you--other": {
"message": "$adminName$ revoked your admin privileges.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--member-privilege--demote--you--unknown": {
"message": "An admin revoked your admin privileges.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--one--other--other": {
"message": "$memberName$ invited 1 person to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--other--you": {
"message": "You invited $inviteeName$ to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--other--unknown": {
"message": "One person was invited to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--you--other": {
"message": "$memberName$ invited you to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-add--one--you--unknown": {
"message": "คุณถูกเชิญเข้ากลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-add--many--other": {
"message": "$memberName$ invited $count$ people to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-add--many--you": {
"message": "You invited $count$ people to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-add--many--unknown": {
"message": "$count$ people were invited to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--decline--other": {
"message": "1 person invited by $memberName$ declined the invitation to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--decline--you": {
"message": "$inviteeName$ declined your invitation to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--decline--from-you": {
"message": "คุณได้ปฏิเสธคำเชิญเข้ากลุ่ม",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--decline--unknown": {
"message": "1 person declined their invitation to the group.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--pending-remove--revoke--one--other": {
"message": "$memberName$ revoked an invitation to the group for 1 person.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--one--you": {
"message": "You revoked an invitation to the group for 1 person.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-own--to-you": {
"message": "$inviterName$ revoked their invitation to you.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-own--unknown": {
"message": "$inviterName$ revoked their invitation to 1 person.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviterName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--one--unknown": {
"message": "An admin revoked an invitation to the group for 1 person.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke--many--other": {
"message": "$memberName$ revoked invitations to the group for $count$ people.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke--many--you": {
"message": "You revoked invitations to the group for $count$ people.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke--many--unknown": {
"message": "An admin revoked invitations to the group for $count$ people.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--other": {
"message": "$adminName$ revoked an invitation to the group for 1 person invited by $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--you": {
"message": "You revoked an invitation to the group for 1 person invited by $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--one--unknown": {
"message": "An admin revoked an invitation to the group for 1 person invited by $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--other": {
"message": "$adminName$ revoked the invitation to the group you sent to $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--you": {
"message": "You rescinded your invitation to $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--one--unknown": {
"message": "An admin revoked the invitation to the group you sent to $inviteeName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
"content": "$1",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--other": {
"message": "$adminName$ revoked invitations to the group for $count$ people invited by $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"memberName": {
"content": "$2",
"example": "Alice"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--you": {
"message": "You revoked invitations to the group for $count$ people invited by $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"memberName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from--many--unknown": {
"message": "An admin revoked invitations to the group for $count$ people invited by $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
},
"memberName": {
"content": "$2",
"example": "Bob"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--other": {
"message": "$adminName$ revoked the invitations to the group you sent to $count$ people.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"adminName": {
"content": "$1",
"example": "Bob"
},
"count": {
"content": "$2",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--you": {
"message": "You rescinded your invitation to $count$ people.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"GroupV2--pending-remove--revoke-invite-from-you--many--unknown": {
"message": "An admin revoked the invitations to the group you sent to $count$ people.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"close": {
"message": "ปิด",
"description": "Generic close label"
},
"previous": {
"message": "previous",
"description": "Generic previous label"
},
"next": {
"message": "next",
"description": "Generic next label"
},
"CompositionArea--expand": {
"message": "Expand",
"description": "Aria label for expanding composition area"
},
"CompositionArea--attach-file": {
"message": "แนบแฟ้ม",
"description": "Aria label for file attachment button in composition area"
},
"countMutedConversationsDescription": {
"message": "Count muted conversations in badge count",
"description": "Description for counting muted conversations in badge setting"
}
}