Merge branch 'origin/develop' into Weblate.

This commit is contained in:
Weblate
2022-02-22 10:36:03 +00:00
3 changed files with 10 additions and 3 deletions
+3
View File
@@ -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";
+1
View File
@@ -0,0 +1 @@
+6 -3
View File
@@ -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 */
@@ -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" = "%@ 内のメッセージ";
@@ -74,3 +74,6 @@
/* New message indicator on unknown room */
"MESSAGE" = "メッセージ";
/** General **/
"NOTIFICATION" = "通知";