From c8a39a2a0a1ef9394f0544a08f1edcbde6a869de Mon Sep 17 00:00:00 2001 From: sr093906 Date: Thu, 20 May 2021 12:43:36 +0000 Subject: [PATCH] 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" = "群组通话已启动";