From 2c868d7667ae65f78b7238882195e606ca755534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Doma=C5=84ski?= Date: Tue, 18 Feb 2020 08:49:17 +0000 Subject: [PATCH 1/3] Translated using Weblate (Polish) Currently translated at 100.0% (29 of 29 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pl/ --- Riot/Assets/pl.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/Assets/pl.lproj/Localizable.strings b/Riot/Assets/pl.lproj/Localizable.strings index 756df1ce4..5d34eb5a0 100644 --- a/Riot/Assets/pl.lproj/Localizable.strings +++ b/Riot/Assets/pl.lproj/Localizable.strings @@ -54,3 +54,4 @@ "VOICE_CONF_NAMED_FROM_USER" = "Połączenie grupowe z %@: '%@'"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "Grupowe połączenie wideo z %@: '%@'"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ wymaga weryfikacji"; From b1216b6f7cbde8957a2e9036550de0b1b8009856 Mon Sep 17 00:00:00 2001 From: Elwyn Malethan Date: Wed, 19 Feb 2020 20:23:51 +0000 Subject: [PATCH 2/3] Translated using Weblate (Welsh) Currently translated at 100.0% (29 of 29 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/cy/ --- Riot/Assets/cy.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/Riot/Assets/cy.lproj/Localizable.strings b/Riot/Assets/cy.lproj/Localizable.strings index 4e00dae82..5a18dd675 100644 --- a/Riot/Assets/cy.lproj/Localizable.strings +++ b/Riot/Assets/cy.lproj/Localizable.strings @@ -54,3 +54,4 @@ "VOICE_CONF_NAMED_FROM_USER" = "Galwad grŵp gan %@: '%@'"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "Galwad fideo grŵp gan %@: '%@'"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "Mae %@ eisiau gwirio"; From 33a099a0bd681660e46c72fe88bb484fafca0120 Mon Sep 17 00:00:00 2001 From: ctr Date: Sun, 1 Mar 2020 19:33:01 +0000 Subject: [PATCH 3/3] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (29 of 29 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/zh_Hans/ --- Riot/Assets/zh_Hans.lproj/Localizable.strings | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Riot/Assets/zh_Hans.lproj/Localizable.strings b/Riot/Assets/zh_Hans.lproj/Localizable.strings index e7d4fb0b2..aea281b69 100644 --- a/Riot/Assets/zh_Hans.lproj/Localizable.strings +++ b/Riot/Assets/zh_Hans.lproj/Localizable.strings @@ -1,5 +1,5 @@ /* New message from a specific person, not referencing a room */ -"MSG_FROM_USER" = "来自 %@ 的消息"; +"MSG_FROM_USER" = "%@发送了一条消息"; /* New message from a specific person in a named room */ "MSG_FROM_USER_IN_ROOM" = "%@ 在 %@ 发送了消息"; /* New message from a specific person, not referencing a room. Content included. */ @@ -11,7 +11,7 @@ /* 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. */ -"IMAGE_FROM_USER" = "%@ 向您发送了一张图片:%@"; +"IMAGE_FROM_USER" = "%@ 发送了一张图片:%@"; /* New action message from a specific person in a named room. */ "IMAGE_FROM_USER_IN_ROOM" = "%@ 发送了一张图片:%@(来自 %@)"; /* A single unread message in a room */ @@ -50,3 +50,8 @@ "VOICE_CONF_NAMED_FROM_USER" = "来自 %@ 的电话会议:“%@”"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "来自 %@ 的视频会议:“%@”"; +/* Message title for a specific person in a named room */ +"MSG_FROM_USER_IN_ROOM_TITLE" = "%@(来自 %@)"; +/* Sticker from a specific person, not referencing a room. */ +"STICKER_FROM_USER" = "%@发送了一张贴图"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@想要验证";