From a46c2b0d7625029e8586c7cbe2e45f631e6c55ec Mon Sep 17 00:00:00 2001 From: Thai Localization Date: Mon, 12 Apr 2021 07:18:17 +0000 Subject: [PATCH] Translated using Weblate (Thai) Currently translated at 100.0% (33 of 33 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/th/ --- Riot/Assets/th.lproj/Localizable.strings | 84 +++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/Riot/Assets/th.lproj/Localizable.strings b/Riot/Assets/th.lproj/Localizable.strings index be13fd1e3..46994a59a 100644 --- a/Riot/Assets/th.lproj/Localizable.strings +++ b/Riot/Assets/th.lproj/Localizable.strings @@ -1,7 +1,7 @@ /* Message title for a specific person in a named room */ "MSG_FROM_USER_IN_ROOM_TITLE" = "%@ ใน %@"; /* New message from a specific person, not referencing a room */ -"MSG_FROM_USER" = "%@ ส่งข้อความ"; +"MSG_FROM_USER" = "%@ ได้ส่งข้อความ"; /* A single unread message in a room */ "SINGLE_UNREAD_IN_ROOM" = "คุณได้รับข้อความใน %@"; /* A single unread message */ @@ -14,3 +14,85 @@ "MESSAGE_IN_X" = "ข้อความใน %@"; /* Multiple unread messages in a room */ "UNREAD_IN_ROOM" = "%@ ข้อความใหม่ใน %@"; + +/* New action message from a specific person in a named room. */ +"IMAGE_FROM_USER_IN_ROOM" = "%@ ได้ส่งรูปภาพ %@ ใน %@"; + +/** Image Messages **/ + +/* New action message from a specific person, not referencing a room. */ +"IMAGE_FROM_USER" = "%@ ได้ส่งรูปภาพ %@"; + +/* Incoming named video conference invite from a specific person */ +"VIDEO_CONF_NAMED_FROM_USER" = "การโทรกลุ่มวิดีโอจาก %@: '%@'"; + +/* Incoming unnamed video conference invite from a specific person */ +"VIDEO_CONF_FROM_USER" = "การโทรกลุ่มวิดีโอจาก %@"; + +/** Key verification **/ + +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ ต้องการตรวจสอบ"; + +/* Incoming named voice conference invite from a specific person */ +"VOICE_CONF_NAMED_FROM_USER" = "การโทรกลุ่มจาก %@: '%@'"; + +/* Incoming unnamed voice conference invite from a specific person */ +"VOICE_CONF_FROM_USER" = "การโทรกลุ่มจาก %@"; + +/* Incoming one-to-one video call */ +"VIDEO_CALL_FROM_USER" = "การโทรวิดีโอจาก %@"; + +/** Calls **/ + +/* Incoming one-to-one voice call */ +"VOICE_CALL_FROM_USER" = "การโทรจาก %@"; + +/* A user has invited you to a named room */ +"USER_INVITE_TO_NAMED_ROOM" = "%@ ได้เชิญคุณไปยัง %@"; + +/* A user has invited you to an (unamed) group chat */ +"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ ได้เชิญคุณไปยังแชทกลุ่ม"; + +/** Invites **/ + +/* A user has invited you to a chat */ +"USER_INVITE_TO_CHAT" = "%@ ได้เชิญคุณไปยังแชท"; + +/* Look, stuff's happened, alright? Just open the app. */ +"MSGS_IN_TWO_PLUS_ROOMS" = "%@ ข้อความใหม่ใน %@, %@ และอื่น ๆ"; + +/* Multiple messages in two rooms */ +"MSGS_IN_TWO_ROOMS" = "%@ ข้อความใหม่ใน %@ และ %@"; + +/* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */ +"MSGS_FROM_TWO_PLUS_USERS" = "%@ ข้อความใหม่จาก %@, %@ และอื่น ๆ"; + +/* Multiple unread messages from three people */ +"MSGS_FROM_THREE_USERS" = "%@ ข้อความใหม่จาก %@, %@ และ %@"; + +/* Multiple unread messages from two people */ +"MSGS_FROM_TWO_USERS" = "%@ ข้อความใหม่จาก %@ และ %@"; + +/* Multiple unread messages from a specific person, not referencing a room */ +"MSGS_FROM_USER" = "%@ ข้อความใหม่ใน %@"; + +/* New action message from a specific person in a named room. */ +"ACTION_FROM_USER_IN_ROOM" = "%@: * %@ %@"; + +/* New action message from a specific person, not referencing a room. */ +"ACTION_FROM_USER" = "* %@ %@"; +"MESSAGE_PROTECTED" = "ข้อความใหม่"; + +/* Sticker from a specific person, not referencing a room. */ +"STICKER_FROM_USER" = "%@ ได้ส่งสติ๊กเกอร์"; + +/* New message from a specific person in a named room. Content included. */ +"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ ใน %@: %@"; + +/** Single, unencrypted messages (where we can include the content */ + +/* New message from a specific person, not referencing a room. Content included. */ +"MSG_FROM_USER_WITH_CONTENT" = "%@: %@"; + +/* New message from a specific person in a named room */ +"MSG_FROM_USER_IN_ROOM" = "%@ ได้โพสต์ใน %@";