From d9a25e19ee1d973ae696811eeb64a11fb9de125e Mon Sep 17 00:00:00 2001 From: Thibault Martin Date: Fri, 11 Feb 2022 08:37:03 +0000 Subject: [PATCH 1/4] Translated using Weblate (French) Currently translated at 100.0% (49 of 49 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/fr/ --- Riot/Assets/fr.lproj/Localizable.strings | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Riot/Assets/fr.lproj/Localizable.strings b/Riot/Assets/fr.lproj/Localizable.strings index 97b1481bb..84ef90f6f 100644 --- a/Riot/Assets/fr.lproj/Localizable.strings +++ b/Riot/Assets/fr.lproj/Localizable.strings @@ -116,3 +116,6 @@ /** General **/ "NOTIFICATION" = "Notification"; + +/* New file message from a specific person, not referencing a room. */ +"LOCATION_FROM_USER" = "%@ a partagé sa localisation"; From 61d3172d0819b38274c3ea8b4593f61ab62070fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=90=D7=9C=D7=95=D7=9F=20=D7=92=D7=9C=D7=A1=D7=9E=D7=9F?= Date: Tue, 15 Feb 2022 07:40:01 +0000 Subject: [PATCH 2/4] Added translation using Weblate (Hebrew) --- Riot/Assets/he.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) create mode 100644 Riot/Assets/he.lproj/Localizable.strings diff --git a/Riot/Assets/he.lproj/Localizable.strings b/Riot/Assets/he.lproj/Localizable.strings new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/Riot/Assets/he.lproj/Localizable.strings @@ -0,0 +1 @@ + From a3a4fde050f79de4eb08912793d7a657cd1a4493 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 17 Feb 2022 05:41:39 +0000 Subject: [PATCH 3/4] Translated using Weblate (Japanese) Currently translated at 67.3% (33 of 49 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/ja/ --- Riot/Assets/ja.lproj/Localizable.strings | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Riot/Assets/ja.lproj/Localizable.strings b/Riot/Assets/ja.lproj/Localizable.strings index a2cbb08e6..290e9103c 100644 --- a/Riot/Assets/ja.lproj/Localizable.strings +++ b/Riot/Assets/ja.lproj/Localizable.strings @@ -31,9 +31,9 @@ /* A user has invited you to a chat */ "USER_INVITE_TO_CHAT" = "%@ さんがあなたを対話に招待しました"; /* A user has invited you to an (unamed) group chat */ -"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ さんがあなたを部屋へ招待しました"; +"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ さんがあなたをルームへ招待しました"; /* A user has invited you to a named room */ -"USER_INVITE_TO_NAMED_ROOM" = "%@ さんが部屋 %@ へ招待しました"; +"USER_INVITE_TO_NAMED_ROOM" = "%@ さんがルーム %@ へ招待しました"; /* Incoming one-to-one voice call */ "VOICE_CALL_FROM_USER" = "%@ さんから通話着信"; /* Incoming one-to-one video call */ @@ -74,3 +74,6 @@ /* New message indicator on unknown room */ "MESSAGE" = "メッセージ"; +/** General **/ + +"NOTIFICATION" = "通知"; From 8ec58ed0914fdb1d916d43f15170c30dc701884b Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Feb 2022 13:55:54 +0000 Subject: [PATCH 4/4] Translated using Weblate (Japanese) Currently translated at 67.3% (33 of 49 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/ja/ --- Riot/Assets/ja.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Assets/ja.lproj/Localizable.strings b/Riot/Assets/ja.lproj/Localizable.strings index 290e9103c..b47601f88 100644 --- a/Riot/Assets/ja.lproj/Localizable.strings +++ b/Riot/Assets/ja.lproj/Localizable.strings @@ -53,7 +53,7 @@ /** Key verification **/ -"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@は検証したい"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@は検証を求めています"; /* New message indicator on a room */ "MESSAGE_IN_X" = "%@ 内のメッセージ";