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"; diff --git a/Riot/Assets/nl.lproj/Localizable.strings b/Riot/Assets/nl.lproj/Localizable.strings index ecca3ab6c..57f2d717f 100644 --- a/Riot/Assets/nl.lproj/Localizable.strings +++ b/Riot/Assets/nl.lproj/Localizable.strings @@ -17,7 +17,7 @@ /** Single, end-to-end encrypted messages (ie. we don't know what they say) */ /* New message from a specific person, not referencing a room */ -"MSG_FROM_USER" = "Bericht van %@"; +"MSG_FROM_USER" = "%@ heeft een bericht gestuurd"; /* New message from a specific person in a named room */ "MSG_FROM_USER_IN_ROOM" = "%@ geplaatst in %@"; /** Single, unencrypted messages (where we can include the content */ @@ -33,7 +33,7 @@ /** Image Messages **/ /* New action message from a specific person, not referencing a room. */ -"IMAGE_FROM_USER" = "%@ heeft u een afbeelding %@ gestuurd"; +"IMAGE_FROM_USER" = "%@ heeft een afbeelding %@ gestuurd"; /* New action message from a specific person in a named room. */ "IMAGE_FROM_USER_IN_ROOM" = "%@ heeft een afbeelding %@ in %@ geplaatst"; /** Coalesced messages **/ @@ -78,3 +78,8 @@ "SINGLE_UNREAD_IN_ROOM" = "U heeft een bericht ontvangen in %@"; /* A single unread message */ "SINGLE_UNREAD" = "U heeft een bericht ontvangen"; +/* Message title for a specific person in a named room */ +"MSG_FROM_USER_IN_ROOM_TITLE" = "%@ in %@"; +/* Sticker from a specific person, not referencing a room. */ +"STICKER_FROM_USER" = "%@ heeft een sticker gestuurd"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ wil verifiëren"; 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"; diff --git a/Riot/Assets/vls.lproj/Localizable.strings b/Riot/Assets/vls.lproj/Localizable.strings index 14a79cad6..39c3056a6 100644 --- a/Riot/Assets/vls.lproj/Localizable.strings +++ b/Riot/Assets/vls.lproj/Localizable.strings @@ -54,3 +54,4 @@ "VOICE_CONF_NAMED_FROM_USER" = "Groepsiproep van %@: ‘%@’"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "Video-groepsiproep van %@: ‘%@’"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ wilt verifieern"; 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" = "%@想要验证";