From 4cd2212b107054efb83d9dc7c5ab2c25f564115e Mon Sep 17 00:00:00 2001 From: RainSlide Date: Thu, 25 Mar 2021 15:00:47 +0000 Subject: [PATCH 01/17] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (6 of 6 strings) Translation: Element iOS/Element iOS (Dialogs) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/zh_Hans/ --- Riot/Assets/zh_Hans.lproj/InfoPlist.strings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Riot/Assets/zh_Hans.lproj/InfoPlist.strings b/Riot/Assets/zh_Hans.lproj/InfoPlist.strings index 4e2b4662c..b548711be 100644 --- a/Riot/Assets/zh_Hans.lproj/InfoPlist.strings +++ b/Riot/Assets/zh_Hans.lproj/InfoPlist.strings @@ -2,5 +2,6 @@ "NSCameraUsageDescription" = "摄像头权限用于拍摄照片、录制视频或进行视频聊天。"; "NSPhotoLibraryUsageDescription" = "照片库访问权限用于发送图片与视频。"; "NSMicrophoneUsageDescription" = "麦克风权限用于录制视频或进行通话。"; -"NSContactsUsageDescription" = "为了发现已在使用Matrix的联系人,Element可以把你地址簿里的邮箱地址和电话号码发送到你所选择的Matrix身份认证服务器。如果支持的话,个人数据在发送前会被哈希处理–请检查你的身份认证服务器的隐私条款以获取详细信息。"; +"NSContactsUsageDescription" = "为了发现已在使用 Matrix 的联系人,Element 可以把你地址簿里的邮箱地址和电话号码发送到你所选择的 Matrix 身份认证服务器。如果支持的话,个人数据在发送前会被哈希处理——请检查你的身份认证服务器的隐私政策以获取详细信息。"; "NSCalendarsUsageDescription" = "在此应用中查看你计划的会议。"; +"NSFaceIDUsageDescription" = "Face ID 权限用于访问您的应用。"; From ff15a448543d4b0af57aaddc1a6b42f0868a6332 Mon Sep 17 00:00:00 2001 From: manuroe Date: Fri, 9 Apr 2021 17:56:23 +0200 Subject: [PATCH 02/17] Prepare for new sprint --- CHANGES.rst | 24 ++++++++++++++++++++++++ Config/AppIdentifiers.xcconfig | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f024fa61d..08f6a17c4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,27 @@ +Changes to be released in next version +================================================= + +✨ Features + * + +🙌 Improvements + * + +🐛 Bugfix + * + +⚠️ API Changes + * + +🗣 Translations + * + +🧱 Build + * + +Others + * + Changes in 1.3.0 (2021-04-09) ================================================= diff --git a/Config/AppIdentifiers.xcconfig b/Config/AppIdentifiers.xcconfig index 5a71f7c55..e23543891 100644 --- a/Config/AppIdentifiers.xcconfig +++ b/Config/AppIdentifiers.xcconfig @@ -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 From 751ecb51aa671eb21af296104088bbe65e8ec99b Mon Sep 17 00:00:00 2001 From: Besnik Bleta Date: Fri, 9 Apr 2021 15:54:54 +0000 Subject: [PATCH 03/17] Translated using Weblate (Albanian) Currently translated at 99.5% (1187 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/ --- Riot/Assets/sq.lproj/Vector.strings | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Riot/Assets/sq.lproj/Vector.strings b/Riot/Assets/sq.lproj/Vector.strings index b8ea07cc1..b9ed2ebf3 100644 --- a/Riot/Assets/sq.lproj/Vector.strings +++ b/Riot/Assets/sq.lproj/Vector.strings @@ -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"; From 11b7f4b5884d9fdc99b6d8fc83198d7e79b95e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20J=C3=B5er=C3=BC=C3=BCt?= Date: Fri, 9 Apr 2021 13:53:12 +0000 Subject: [PATCH 04/17] Translated using Weblate (Estonian) Currently translated at 100.0% (1192 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/ --- Riot/Assets/et.lproj/Vector.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/et.lproj/Vector.strings b/Riot/Assets/et.lproj/Vector.strings index e97d22d99..01e5535cd 100644 --- a/Riot/Assets/et.lproj/Vector.strings +++ b/Riot/Assets/et.lproj/Vector.strings @@ -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"; From e5fdf2445f96dbd228b0be58817624a444815fd5 Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Sat, 10 Apr 2021 14:07:34 +0000 Subject: [PATCH 05/17] Translated using Weblate (Russian) Currently translated at 100.0% (1192 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ru/ --- Riot/Assets/ru.lproj/Vector.strings | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Riot/Assets/ru.lproj/Vector.strings b/Riot/Assets/ru.lproj/Vector.strings index 9e2ac5980..4b717f3f8 100644 --- a/Riot/Assets/ru.lproj/Vector.strings +++ b/Riot/Assets/ru.lproj/Vector.strings @@ -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" = "Редактирование"; From 4114f84f6f6514f0fafa0d4cda3bcbd32540a1f1 Mon Sep 17 00:00:00 2001 From: vintergatan Date: Fri, 9 Apr 2021 20:13:46 +0000 Subject: [PATCH 06/17] Translated using Weblate (Swedish) Currently translated at 99.5% (1187 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/ --- Riot/Assets/sv.lproj/Vector.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/Assets/sv.lproj/Vector.strings b/Riot/Assets/sv.lproj/Vector.strings index 00dcf0e4c..47349f584 100644 --- a/Riot/Assets/sv.lproj/Vector.strings +++ b/Riot/Assets/sv.lproj/Vector.strings @@ -1286,3 +1286,4 @@ // Call Bar "callbar_only_single_active" = "Aktivt samtal (%@)"; +"room_accessibility_video_call" = "Videosamtal"; From 5ef2ea28cc4bd6518b7d44dc7796a51d37f456d7 Mon Sep 17 00:00:00 2001 From: jelv Date: Sat, 10 Apr 2021 04:49:32 +0000 Subject: [PATCH 07/17] Translated using Weblate (Dutch) Currently translated at 100.0% (1192 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/ --- Riot/Assets/nl.lproj/Vector.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/nl.lproj/Vector.strings b/Riot/Assets/nl.lproj/Vector.strings index 339fc17a5..22b8683cc 100644 --- a/Riot/Assets/nl.lproj/Vector.strings +++ b/Riot/Assets/nl.lproj/Vector.strings @@ -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"; From 67ab2b11e6991b79933f7ad09c6bf74fb69585df Mon Sep 17 00:00:00 2001 From: Thibault Martin Date: Sat, 10 Apr 2021 12:35:52 +0000 Subject: [PATCH 08/17] Translated using Weblate (French) Currently translated at 100.0% (1192 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/ --- Riot/Assets/fr.lproj/Vector.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/fr.lproj/Vector.strings b/Riot/Assets/fr.lproj/Vector.strings index 150fe8623..97118828c 100644 --- a/Riot/Assets/fr.lproj/Vector.strings +++ b/Riot/Assets/fr.lproj/Vector.strings @@ -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"; From a46c2b0d7625029e8586c7cbe2e45f631e6c55ec Mon Sep 17 00:00:00 2001 From: Thai Localization Date: Mon, 12 Apr 2021 07:18:17 +0000 Subject: [PATCH 09/17] 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" = "%@ ได้โพสต์ใน %@"; From df0c06d528b2c27d653521a1d7f4c3d3e67cb8cc Mon Sep 17 00:00:00 2001 From: Thai Localization Date: Mon, 12 Apr 2021 07:31:32 +0000 Subject: [PATCH 10/17] Translated using Weblate (Thai) Currently translated at 7.8% (93 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/th/ --- Riot/Assets/th.lproj/Vector.strings | 109 ++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/Riot/Assets/th.lproj/Vector.strings b/Riot/Assets/th.lproj/Vector.strings index 5da8f3e91..0f66b17ca 100644 --- a/Riot/Assets/th.lproj/Vector.strings +++ b/Riot/Assets/th.lproj/Vector.strings @@ -1,2 +1,111 @@ // 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" = "หน้าแรก"; From 12150460df5584f4d0b902bac018251686aeaf34 Mon Sep 17 00:00:00 2001 From: random Date: Mon, 12 Apr 2021 08:35:49 +0000 Subject: [PATCH 11/17] Translated using Weblate (Italian) Currently translated at 100.0% (1192 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/ --- Riot/Assets/it.lproj/Vector.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/it.lproj/Vector.strings b/Riot/Assets/it.lproj/Vector.strings index 9b71e4f72..37edfa354 100644 --- a/Riot/Assets/it.lproj/Vector.strings +++ b/Riot/Assets/it.lproj/Vector.strings @@ -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 %@"; From 849d2178f29a624fe84100f74f37a6b018e18497 Mon Sep 17 00:00:00 2001 From: Moo Date: Tue, 13 Apr 2021 19:53:31 +0000 Subject: [PATCH 12/17] Added translation using Weblate (Lithuanian) --- Riot/Assets/lt.lproj/Vector.strings | 1 + 1 file changed, 1 insertion(+) create mode 100644 Riot/Assets/lt.lproj/Vector.strings diff --git a/Riot/Assets/lt.lproj/Vector.strings b/Riot/Assets/lt.lproj/Vector.strings new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Riot/Assets/lt.lproj/Vector.strings @@ -0,0 +1 @@ + From c1a9ac0fe67689e3895030a8ef613a84059fbdce Mon Sep 17 00:00:00 2001 From: Thai Localization Date: Wed, 14 Apr 2021 06:50:18 +0000 Subject: [PATCH 13/17] Translated using Weblate (Thai) Currently translated at 9.2% (110 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/th/ --- Riot/Assets/th.lproj/Vector.strings | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Riot/Assets/th.lproj/Vector.strings b/Riot/Assets/th.lproj/Vector.strings index 0f66b17ca..11b90cf2d 100644 --- a/Riot/Assets/th.lproj/Vector.strings +++ b/Riot/Assets/th.lproj/Vector.strings @@ -109,3 +109,20 @@ // 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" = "ซ่อนข้อความทั้งหมดจากผู้ใช้นี้"; From 1350cfc49543d19602bba1c6c580d8b833b234f1 Mon Sep 17 00:00:00 2001 From: oksya8and8 Date: Tue, 13 Apr 2021 14:38:34 +0000 Subject: [PATCH 14/17] Translated using Weblate (Japanese) Currently translated at 44.1% (526 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ja/ --- Riot/Assets/ja.lproj/Vector.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/ja.lproj/Vector.strings b/Riot/Assets/ja.lproj/Vector.strings index 68462127c..6d5d1d5cc 100644 --- a/Riot/Assets/ja.lproj/Vector.strings +++ b/Riot/Assets/ja.lproj/Vector.strings @@ -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" = "電話番号の追加する"; From 3a52322eac64bf51aa705c77a6adfe3b6e20f3c0 Mon Sep 17 00:00:00 2001 From: LinAGKar Date: Tue, 13 Apr 2021 10:48:44 +0000 Subject: [PATCH 15/17] Translated using Weblate (Swedish) Currently translated at 100.0% (1192 of 1192 strings) Translation: Element iOS/Element iOS Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sv/ --- Riot/Assets/sv.lproj/Vector.strings | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Riot/Assets/sv.lproj/Vector.strings b/Riot/Assets/sv.lproj/Vector.strings index 47349f584..c90ad4d0c 100644 --- a/Riot/Assets/sv.lproj/Vector.strings +++ b/Riot/Assets/sv.lproj/Vector.strings @@ -1287,3 +1287,8 @@ // 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"; From b8f2bfb4b5ea5e89bdaaa6bec0be975f5ab1c389 Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 14 Apr 2021 12:22:34 +0200 Subject: [PATCH 16/17] version++ --- CHANGES.rst | 5 ++++- Podfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 08f6a17c4..71383a3c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Changes to be released in next version +Changes in 1.3.1 (2021-04-14) ================================================= ✨ Features @@ -22,6 +22,9 @@ Changes to be released in next version 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) ================================================= diff --git a/Podfile b/Podfile index cb8bf6df9..21ad40ed5 100644 --- a/Podfile +++ b/Podfile @@ -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'} From e2538f500c42a9cf7b253b3937eb6f582dc7e6d6 Mon Sep 17 00:00:00 2001 From: manuroe Date: Wed, 14 Apr 2021 12:36:41 +0200 Subject: [PATCH 17/17] finish version++ --- Podfile.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 9105e7aeb..9471ce325 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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