mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-11 02:17:43 +02:00
Merge branch 'release/1.3.1/master'
This commit is contained in:
+27
@@ -1,3 +1,30 @@
|
||||
Changes in 1.3.1 (2021-04-14)
|
||||
=================================================
|
||||
|
||||
✨ Features
|
||||
*
|
||||
|
||||
🙌 Improvements
|
||||
*
|
||||
|
||||
🐛 Bugfix
|
||||
*
|
||||
|
||||
⚠️ API Changes
|
||||
*
|
||||
|
||||
🗣 Translations
|
||||
*
|
||||
|
||||
🧱 Build
|
||||
*
|
||||
|
||||
Others
|
||||
*
|
||||
|
||||
Improvements:
|
||||
* Upgrade MatrixKit version ([v0.14.8](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.14.8)).
|
||||
|
||||
Changes in 1.3.0 (2021-04-09)
|
||||
=================================================
|
||||
|
||||
|
||||
@@ -22,8 +22,8 @@ APPLICATION_GROUP_IDENTIFIER = group.im.vector
|
||||
APPLICATION_SCHEME = element
|
||||
|
||||
// Version
|
||||
MARKETING_VERSION = 1.3.0
|
||||
CURRENT_PROJECT_VERSION = 1.3.0
|
||||
MARKETING_VERSION = 1.3.1
|
||||
CURRENT_PROJECT_VERSION = 1.3.1
|
||||
|
||||
|
||||
// Team
|
||||
|
||||
@@ -11,7 +11,7 @@ use_frameworks!
|
||||
# - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each repo. Used by Fastfile during CI
|
||||
#
|
||||
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
|
||||
$matrixKitVersion = '= 0.14.7'
|
||||
$matrixKitVersion = '= 0.14.8'
|
||||
# $matrixKitVersion = :local
|
||||
# $matrixKitVersion = {'develop' => 'develop'}
|
||||
|
||||
|
||||
+13
-13
@@ -55,28 +55,28 @@ PODS:
|
||||
- MatomoTracker (7.4.1):
|
||||
- MatomoTracker/Core (= 7.4.1)
|
||||
- MatomoTracker/Core (7.4.1)
|
||||
- MatrixKit (0.14.7):
|
||||
- MatrixKit (0.14.8):
|
||||
- Down (~> 0.10.0)
|
||||
- DTCoreText (~> 1.6.25)
|
||||
- HPGrowingTextView (~> 1.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixKit/Core (= 0.14.7)
|
||||
- MatrixSDK (= 0.18.7)
|
||||
- MatrixKit/Core (0.14.7):
|
||||
- MatrixKit/Core (= 0.14.8)
|
||||
- MatrixSDK (= 0.18.8)
|
||||
- MatrixKit/Core (0.14.8):
|
||||
- Down (~> 0.10.0)
|
||||
- DTCoreText (~> 1.6.25)
|
||||
- HPGrowingTextView (~> 1.1)
|
||||
- libPhoneNumber-iOS (~> 0.9.13)
|
||||
- MatrixSDK (= 0.18.7)
|
||||
- MatrixSDK (0.18.7):
|
||||
- MatrixSDK/Core (= 0.18.7)
|
||||
- MatrixSDK/Core (0.18.7):
|
||||
- MatrixSDK (= 0.18.8)
|
||||
- MatrixSDK (0.18.8):
|
||||
- MatrixSDK/Core (= 0.18.8)
|
||||
- MatrixSDK/Core (0.18.8):
|
||||
- AFNetworking (~> 4.0.0)
|
||||
- GZIP (~> 1.3.0)
|
||||
- libbase58 (~> 0.1.4)
|
||||
- OLMKit (~> 3.2.2)
|
||||
- Realm (= 10.7.2)
|
||||
- MatrixSDK/JingleCallStack (0.18.7):
|
||||
- MatrixSDK/JingleCallStack (0.18.8):
|
||||
- JitsiMeetSDK (= 3.2.0)
|
||||
- MatrixSDK/Core
|
||||
- OLMKit (3.2.2):
|
||||
@@ -115,7 +115,7 @@ DEPENDENCIES:
|
||||
- KeychainAccess (~> 4.2.2)
|
||||
- KTCenterFlowLayout (~> 1.3.1)
|
||||
- MatomoTracker (~> 7.4.1)
|
||||
- MatrixKit (= 0.14.7)
|
||||
- MatrixKit (= 0.14.8)
|
||||
- MatrixSDK
|
||||
- MatrixSDK/JingleCallStack
|
||||
- OLMKit
|
||||
@@ -186,8 +186,8 @@ SPEC CHECKSUMS:
|
||||
LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d
|
||||
Logging: beeb016c9c80cf77042d62e83495816847ef108b
|
||||
MatomoTracker: 24a846c9d3aa76933183fe9d47fd62c9efa863fb
|
||||
MatrixKit: 65e08105b4501b97edba40602b1992203ab7f39a
|
||||
MatrixSDK: 50d77fcdbde706d009f4cc86dc46f91f69b28a91
|
||||
MatrixKit: 23f7cba7d6132d7ded14a27ff56dde76850118e4
|
||||
MatrixSDK: 3b50bb8d80d2dd58e8639baf66ff9399b8752fc3
|
||||
OLMKit: 20d1c564033a1ae7148f8f599378d4c798363905
|
||||
ReadMoreTextView: 19147adf93abce6d7271e14031a00303fe28720d
|
||||
Realm: e523da9ade306c5ae87e85dc09fdef148d3e1cc1
|
||||
@@ -199,6 +199,6 @@ SPEC CHECKSUMS:
|
||||
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
|
||||
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
|
||||
|
||||
PODFILE CHECKSUM: d5892484a72d78c5d98faf60014db77b2d4a0565
|
||||
PODFILE CHECKSUM: 1956486be09b57b05152ce8486f70f5397e26c72
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
||||
@@ -1287,3 +1287,9 @@
|
||||
|
||||
// Call Bar
|
||||
"callbar_only_single_active" = "Kõne on käsil (%@)";
|
||||
"room_details_integrations" = "Lõiminguid";
|
||||
"room_details_search" = "Otsi jututoast";
|
||||
"room_multiple_typing_notification" = "%@ ja muud kasutajad";
|
||||
"room_accessibility_video_call" = "Videokõne";
|
||||
"room_message_replying_to" = "Vastan sõnumile %@";
|
||||
"room_message_editing" = "Muudan sõnumit";
|
||||
|
||||
@@ -1364,3 +1364,9 @@
|
||||
"switch" = "Basculer";
|
||||
"joined" = "Arrivé";
|
||||
"store_promotional_text" = "Application de messagerie et collaboration respectueuse de la vie privée, sur un réseau ouvert. Décentralisée pour vous donner le contrôle. Pas d’extraction de vos données, pas de porte dérobée, pas d’accès réservé à des tiers.";
|
||||
"room_details_search" = "Rechercher dans le salon";
|
||||
"room_details_integrations" = "Intégrations";
|
||||
"room_multiple_typing_notification" = "%@ et d’autres";
|
||||
"room_accessibility_video_call" = "Appel vidéo";
|
||||
"room_message_replying_to" = "Réponse à %@";
|
||||
"room_message_editing" = "Modification";
|
||||
|
||||
@@ -1321,3 +1321,9 @@
|
||||
|
||||
// Call Bar
|
||||
"callbar_only_single_active" = "Chiamata attiva (%@)";
|
||||
"room_details_integrations" = "Integrazioni";
|
||||
"room_details_search" = "Cerca stanza";
|
||||
"room_multiple_typing_notification" = "%@ e altri";
|
||||
"room_accessibility_video_call" = "Videochiamata";
|
||||
"room_message_editing" = "Modifica";
|
||||
"room_message_replying_to" = "Risposta a %@";
|
||||
|
||||
@@ -601,3 +601,9 @@
|
||||
"room_intro_cell_add_participants_action" = "参加者を追加";
|
||||
"room_participants_security_information_room_encrypted" = "この部屋で送受信されるメッセージはエンドツーエンド暗号化されます。\n\nメッセージは安全に保護されており、この部屋の参加者のみがメッセージの閲覧に必要な鍵を所持します。";
|
||||
"room_participants_security_information_room_not_encrypted" = "この部屋で送受信されるメッセージはエンドツーエンド暗号化されません。";
|
||||
"room_intro_cell_information_dm_sentence1_part3" = ". ";
|
||||
"callbar_active_and_single_paused" = "ひとつのアクティブな通話 (%@) · ひとつの一時停止された通話";
|
||||
|
||||
// Call Bar
|
||||
"callbar_only_single_active" = "アクティブな通話(%@)";
|
||||
"settings_add_3pid_password_title_msidsn" = "電話番号の追加する";
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -1450,3 +1450,9 @@
|
||||
"switch" = "Wissel";
|
||||
"joined" = "Toegetreden";
|
||||
"store_promotional_text" = "Privacy-beschermende chat- en samenwerkingsapp, op een open netwerk. Gedecentraliseerd, zodat u de controle hebt. Geen datamining, geen achterdeurtjes en geen toegang voor derden.";
|
||||
"room_details_integrations" = "Integraties";
|
||||
"room_details_search" = "Zoek in gesprek";
|
||||
"room_multiple_typing_notification" = "%@ en anderen";
|
||||
"room_accessibility_video_call" = "Video-oproep";
|
||||
"room_message_replying_to" = "Antwoord aan %@";
|
||||
"room_message_editing" = "Bewerken";
|
||||
|
||||
@@ -874,7 +874,7 @@
|
||||
"settings_add_3pid_password_title_email" = "Добавить адрес электронной почты";
|
||||
"settings_add_3pid_password_title_msidsn" = "Добавить номер телефона";
|
||||
"settings_add_3pid_password_message" = "Для продолжения, задайте пароль";
|
||||
"settings_add_3pid_invalid_password_message" = "Недействительный пароль";
|
||||
"settings_add_3pid_invalid_password_message" = "Недействительные данные";
|
||||
"settings_discovery_three_pid_details_title_phone_number" = "Управление номера телефона";
|
||||
"settings_identity_server_no_is" = "Сервер идентификации не настроен";
|
||||
"identity_server_settings_disconnect" = "Разъединить";
|
||||
@@ -1278,8 +1278,8 @@
|
||||
|
||||
"social_login_list_title_continue" = "Продолжить с";
|
||||
"social_login_button_title_continue" = "Продолжить с %@";
|
||||
"social_login_list_title_sign_up" = "Или зарегистрируйтесь через";
|
||||
"social_login_list_title_sign_in" = "Или войдите через";
|
||||
"social_login_list_title_sign_up" = "Или";
|
||||
"social_login_list_title_sign_in" = "Или";
|
||||
"room_intro_cell_information_multiple_dm_sentence2" = "Только вы находитесь в этом разговоре, если только кто-то из вас не пригласит кого-то присоединиться.";
|
||||
"room_intro_cell_information_dm_sentence2" = "Только двое из вас в этом разговоре, никто другой не может присоединиться.";
|
||||
"room_intro_cell_information_dm_sentence1_part3" = ". ";
|
||||
@@ -1332,3 +1332,9 @@
|
||||
|
||||
// Call Bar
|
||||
"callbar_only_single_active" = "Активный вызов (%@)";
|
||||
"room_details_integrations" = "Интеграции";
|
||||
"room_details_search" = "Искать комнату";
|
||||
"room_multiple_typing_notification" = "%@ и другие";
|
||||
"room_accessibility_video_call" = "Видео вызов";
|
||||
"room_message_replying_to" = "В ответ %@";
|
||||
"room_message_editing" = "Редактирование";
|
||||
|
||||
@@ -1339,3 +1339,8 @@
|
||||
|
||||
// Call Bar
|
||||
"callbar_only_single_active" = "Thirrje aktive (%@)";
|
||||
"room_details_integrations" = "Integrime";
|
||||
"room_multiple_typing_notification" = "%@ dhe të tjerë";
|
||||
"room_accessibility_video_call" = "Thirrje Video";
|
||||
"room_message_replying_to" = "Në përgjigje të %@";
|
||||
"room_message_editing" = "Përpunim";
|
||||
|
||||
@@ -1286,3 +1286,9 @@
|
||||
|
||||
// Call Bar
|
||||
"callbar_only_single_active" = "Aktivt samtal (%@)";
|
||||
"room_accessibility_video_call" = "Videosamtal";
|
||||
"room_message_editing" = "Redigerar";
|
||||
"room_message_replying_to" = "Svarar på %@";
|
||||
"room_multiple_typing_notification" = "%@ och andra";
|
||||
"room_details_search" = "Sök i rum";
|
||||
"room_details_integrations" = "Integrationer";
|
||||
|
||||
@@ -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" = "%@ ได้โพสต์ใน %@";
|
||||
|
||||
@@ -1,2 +1,128 @@
|
||||
// String for App Store
|
||||
"store_short_description" = "แชท/VoIP แบบกระจายศูนย์ที่ปลอดภัย";
|
||||
"group_section" = "ชุมชน";
|
||||
"auth_softlogout_clear_data_sign_out_title" = "คุณแน่ใจหรือไม่?";
|
||||
"collapse" = "ยุบ";
|
||||
"room_participants_action_remove" = "เอาออกจากห้องนี้";
|
||||
"room_participants_action_leave" = "ออกจากห้องนี้";
|
||||
"room_participants_action_invite" = "เชิญ";
|
||||
"room_participants_action_section_security" = "ความปลอดภัย";
|
||||
"room_participants_action_section_other" = "ตัวเลือก";
|
||||
"room_participants_offline" = "ออฟไลน์";
|
||||
"room_participants_online" = "ออนไลน์";
|
||||
"room_participants_leave_prompt_title_for_dm" = "ออก";
|
||||
"room_participants_leave_prompt_title" = "ออกจากห้อง";
|
||||
"search_no_result" = "ไม่มีผลลัพธ์";
|
||||
|
||||
// Directory
|
||||
"directory_cell_title" = "เรียกดูไดเรกทอรี";
|
||||
"search_in_progress" = "กำลังค้นหา…";
|
||||
"search_default_placeholder" = "ค้นหา";
|
||||
"search_files" = "ไฟล์";
|
||||
"search_people" = "ผู้คน";
|
||||
"search_messages" = "ข้อความ";
|
||||
|
||||
// Search
|
||||
"search_rooms" = "ห้อง";
|
||||
"rooms_empty_view_title" = "ห้อง";
|
||||
"people_empty_view_title" = "ผู้คน";
|
||||
"people_no_conversation" = "ไม่มีการสนทนา";
|
||||
"people_conversation_section" = "การสนทนา";
|
||||
"room_recents_join_room_title" = "เข้าร่วมห้อง";
|
||||
"room_recents_join_room" = "เข้าร่วมห้อง";
|
||||
"room_recents_create_empty_room" = "สร้างห้อง";
|
||||
"room_recents_start_chat_with" = "เริ่มแชท";
|
||||
"room_recents_no_conversation" = "ไม่มีห้อง";
|
||||
|
||||
// Room recents
|
||||
"room_recents_directory_section" = "ไดเรกทอรีห้อง";
|
||||
"room_recents_conversations_section" = "ห้อง";
|
||||
"room_recents_people_section" = "ผู้คน";
|
||||
"room_recents_favourites_section" = "รายการโปรด";
|
||||
"room_recents_directory_section_network" = "เครือข่าย";
|
||||
"auth_softlogout_sign_in" = "ลงชื่อเข้า";
|
||||
"room_creation_privacy" = "ความเป็นส่วนตัว";
|
||||
"room_creation_appearance_name" = "ชื่อ";
|
||||
"room_creation_appearance" = "ลักษณะที่ปรากฏ";
|
||||
"room_creation_account" = "บัญชี";
|
||||
|
||||
// Chat creation
|
||||
"room_creation_title" = "แชทใหม่";
|
||||
"social_login_button_title_sign_up" = "ลงทะเบียนด้วย %@";
|
||||
"social_login_button_title_sign_in" = "ลงชื่อเข้าด้วย %@";
|
||||
"social_login_button_title_continue" = "ดำเนินการต่อด้วย %@";
|
||||
"social_login_list_title_sign_up" = "หรือ";
|
||||
"social_login_list_title_sign_in" = "หรือ";
|
||||
|
||||
// Social login
|
||||
|
||||
"social_login_list_title_continue" = "ดำเนินการต่อด้วย";
|
||||
"auth_softlogout_clear_data_sign_out" = "ลงชื่อออก";
|
||||
"auth_softlogout_clear_data_button" = "ล้างข้อมูลทั้งหมด";
|
||||
"auth_forgot_password" = "ลืมรหัสผ่าน?";
|
||||
"auth_identity_server_placeholder" = "URL (เช่น https://vector.im)";
|
||||
"auth_home_server_placeholder" = "URL (เช่น https://matrix.org)";
|
||||
"auth_repeat_new_password_placeholder" = "ยืนยันรหัสผ่านใหม่ของคุณ";
|
||||
"accept" = "ยอมรับ";
|
||||
"decline" = "ปฏิเสธ";
|
||||
"auth_phone_placeholder" = "หมายเลขโทรศัพท์";
|
||||
"auth_email_placeholder" = "ที่อยู่อีเมล";
|
||||
"auth_user_name_placeholder" = "ชื่อผู้ใช้";
|
||||
"auth_new_password_placeholder" = "รหัสผ่านใหม่";
|
||||
"auth_password_placeholder" = "รหัสผ่าน";
|
||||
"auth_user_id_placeholder" = "อีเมลหรือชื่อผู้ใช้";
|
||||
"auth_login_single_sign_on" = "ลงชื่อเข้า";
|
||||
"auth_skip" = "ข้าม";
|
||||
"auth_submit" = "ส่ง";
|
||||
"auth_register" = "ลงทะเบียน";
|
||||
|
||||
// Authentication
|
||||
"auth_login" = "เข้าสู่ระบบ";
|
||||
"skip" = "ข้าม";
|
||||
"close" = "ปิด";
|
||||
"later" = "ภายหลัง";
|
||||
"rename" = "เปลี่ยนชื่อ";
|
||||
"video" = "วิดีโอ";
|
||||
"voice" = "เสียง";
|
||||
"camera" = "กล้อง";
|
||||
"leave" = "ออก";
|
||||
"join" = "เข้าร่วม";
|
||||
"save" = "บันทึก";
|
||||
"cancel" = "ยกเลิก";
|
||||
"off" = "ปิด";
|
||||
"on" = "เปิด";
|
||||
"invite" = "เชิญ";
|
||||
"remove" = "เอาออก";
|
||||
"start" = "เริ่ม";
|
||||
"create" = "สร้าง";
|
||||
"continue" = "ดำเนินการต่อ";
|
||||
"back" = "ย้อนกลับ";
|
||||
"next" = "ถัดไป";
|
||||
|
||||
// Actions
|
||||
"view" = "ดู";
|
||||
"warning" = "คำเตือน";
|
||||
"title_groups" = "ชุมชน";
|
||||
"title_rooms" = "ห้อง";
|
||||
"title_people" = "ผู้คน";
|
||||
"title_favourites" = "รายการโปรด";
|
||||
|
||||
// Titles
|
||||
"title_home" = "หน้าแรก";
|
||||
"directory_searching_title" = "กำลังค้นหาไดเรกทอรี…";
|
||||
"room_member_power_level_short_moderator" = "ผู้ควบคุม";
|
||||
"room_many_users_are_typing" = "%@, %@ และอื่น ๆ กำลังพิมพ์…";
|
||||
"room_participants_action_unban" = "เลิกห้าม";
|
||||
"room_member_power_level_short_custom" = "กำหนดเอง";
|
||||
"room_event_action_resend" = "ส่งใหม่";
|
||||
"room_participants_action_unignore" = "แสดงข้อความทั้งหมดจากผู้ใช้นี้";
|
||||
"room_message_unable_open_link_error_message" = "ไม่สามารถเปิดลิงก์";
|
||||
"room_event_action_delete" = "ลบ";
|
||||
"room_one_user_is_typing" = "%@ กำลังพิมพ์…";
|
||||
"room_participants_action_section_admin_tools" = "เครื่องมือผู้ดูแล";
|
||||
"room_event_action_save" = "บันทึก";
|
||||
"room_two_users_are_typing" = "%@ และ %@ กำลังพิมพ์…";
|
||||
"room_member_power_level_short_admin" = "ผู้ดูแล";
|
||||
"room_new_messages_notification" = "%d ข้อความใหม่";
|
||||
"room_new_message_notification" = "%d ข้อความใหม่";
|
||||
"room_participants_action_ignore" = "ซ่อนข้อความทั้งหมดจากผู้ใช้นี้";
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"NSCameraUsageDescription" = "摄像头权限用于拍摄照片、录制视频或进行视频聊天。";
|
||||
"NSPhotoLibraryUsageDescription" = "照片库访问权限用于发送图片与视频。";
|
||||
"NSMicrophoneUsageDescription" = "麦克风权限用于录制视频或进行通话。";
|
||||
"NSContactsUsageDescription" = "为了发现已在使用Matrix的联系人,Element可以把你地址簿里的邮箱地址和电话号码发送到你所选择的Matrix身份认证服务器。如果支持的话,个人数据在发送前会被哈希处理–请检查你的身份认证服务器的隐私条款以获取详细信息。";
|
||||
"NSContactsUsageDescription" = "为了发现已在使用 Matrix 的联系人,Element 可以把你地址簿里的邮箱地址和电话号码发送到你所选择的 Matrix 身份认证服务器。如果支持的话,个人数据在发送前会被哈希处理——请检查你的身份认证服务器的隐私政策以获取详细信息。";
|
||||
"NSCalendarsUsageDescription" = "在此应用中查看你计划的会议。";
|
||||
"NSFaceIDUsageDescription" = "Face ID 权限用于访问您的应用。";
|
||||
|
||||
Reference in New Issue
Block a user