From 2d193a7171775bbc80991e3f56bdadfb6b2fb3e8 Mon Sep 17 00:00:00 2001 From: libexus Date: Wed, 12 May 2021 19:53:54 +0000 Subject: [PATCH 1/2] Translated using Weblate (German) Currently translated at 100.0% (35 of 35 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/de/ --- Riot/Assets/de.lproj/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/de.lproj/Localizable.strings b/Riot/Assets/de.lproj/Localizable.strings index 155ecd848..0f6263a75 100644 --- a/Riot/Assets/de.lproj/Localizable.strings +++ b/Riot/Assets/de.lproj/Localizable.strings @@ -62,3 +62,9 @@ /* New message indicator on a room */ "MESSAGE_IN_X" = "Nachricht in %@"; "MESSAGE_PROTECTED" = "Neue Nachricht"; + +/* Group call from user, CallKit caller name */ +"GROUP_CALL_FROM_USER" = "%@ (Gruppenanruf)"; + +/* A user added a Jitsi call to a room */ +"GROUP_CALL_STARTED" = "Gruppenanruf gestartet"; From c8a39a2a0a1ef9394f0544a08f1edcbde6a869de Mon Sep 17 00:00:00 2001 From: sr093906 Date: Thu, 20 May 2021 12:43:36 +0000 Subject: [PATCH 2/2] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (35 of 35 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/zh_Hans/ --- Riot/Assets/zh_Hans.lproj/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Riot/Assets/zh_Hans.lproj/Localizable.strings b/Riot/Assets/zh_Hans.lproj/Localizable.strings index 7ff0fb738..91dabf52a 100644 --- a/Riot/Assets/zh_Hans.lproj/Localizable.strings +++ b/Riot/Assets/zh_Hans.lproj/Localizable.strings @@ -67,3 +67,9 @@ /* New message indicator on unknown room */ "MESSAGE" = "消息"; + +/* Group call from user, CallKit caller name */ +"GROUP_CALL_FROM_USER" = "%@ (群组通话)"; + +/* A user added a Jitsi call to a room */ +"GROUP_CALL_STARTED" = "群组通话已启动";