From cb6d9ebb6bb0c34ed82c744496e44a6cd658f5ae Mon Sep 17 00:00:00 2001 From: Riot Translate Bot Date: Thu, 3 Sep 2020 01:58:43 -0600 Subject: [PATCH] Update from Weblate (#3608) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Translated using Weblate (Estonian) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/et/ * Translated using Weblate (German) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/de/ * Translated using Weblate (Ukrainian) Currently translated at 90.6% (29 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/uk/ * Added translation using Weblate (Swedish) * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pt_BR/ * Translated using Weblate (Swedish) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/sv/ * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pt_BR/ * Translated using Weblate (Russian) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/ru/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/uk/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/uk/ * Translated using Weblate (Ukrainian) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/uk/ * Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (32 of 32 strings) Translation: Riot iOS/Riot iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/pt_BR/ * Translated using Weblate (Swedish) Currently translated at 100.0% (32 of 32 strings) Translation: Element iOS/Element iOS (Push) Translate-URL: https://translate.riot.im/projects/riot-ios/riot-ios-push/sv/ Co-authored-by: Priit Jõerüüt Co-authored-by: jadiof Co-authored-by: Олег Корапарара Co-authored-by: Felicia Co-authored-by: Marcelo Filho Co-authored-by: Weblate Co-authored-by: Artyom Co-authored-by: strix aluco Co-authored-by: LinAGKar --- Riot/Assets/de.lproj/Localizable.strings | 6 ++ Riot/Assets/et.lproj/Localizable.strings | 12 ++-- Riot/Assets/pt_BR.lproj/Localizable.strings | 15 +++-- Riot/Assets/ru.lproj/Localizable.strings | 6 ++ Riot/Assets/sv.lproj/Localizable.strings | 63 +++++++++++++++++++++ Riot/Assets/uk.lproj/Localizable.strings | 21 ++++--- 6 files changed, 106 insertions(+), 17 deletions(-) create mode 100644 Riot/Assets/sv.lproj/Localizable.strings diff --git a/Riot/Assets/de.lproj/Localizable.strings b/Riot/Assets/de.lproj/Localizable.strings index 3c8e1644a..4a87af182 100644 --- a/Riot/Assets/de.lproj/Localizable.strings +++ b/Riot/Assets/de.lproj/Localizable.strings @@ -55,3 +55,9 @@ /* Sticker from a specific person, not referencing a room. */ "STICKER_FROM_USER" = "%@ hat einen Sticker gesendet"; "KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ möchte verifizieren"; +/* New message indicator on unknown room */ +"MESSAGE" = "Nachricht"; +/* New message indicator from a DM */ +"MESSAGE_FROM_X" = "Nachricht von %@"; +/* New message indicator on a room */ +"MESSAGE_IN_X" = "Nachricht in %@"; diff --git a/Riot/Assets/et.lproj/Localizable.strings b/Riot/Assets/et.lproj/Localizable.strings index 3a51bcd87..ce762a537 100644 --- a/Riot/Assets/et.lproj/Localizable.strings +++ b/Riot/Assets/et.lproj/Localizable.strings @@ -50,14 +50,14 @@ /* A user has invited you to a named room */ "USER_INVITE_TO_NAMED_ROOM" = "%@ kutsus sind %@ jututuppa"; /* Incoming one-to-one voice call */ -"VOICE_CALL_FROM_USER" = "Kõne %@'lt"; +"VOICE_CALL_FROM_USER" = "Kõne kasutajalt %@"; /* Incoming one-to-one video call */ -"VIDEO_CALL_FROM_USER" = "Videokõne %@'lt"; +"VIDEO_CALL_FROM_USER" = "Videokõne kasutajalt %@"; /* Incoming unnamed voice conference invite from a specific person */ -"VOICE_CONF_FROM_USER" = "Rühmakõne %@'lt"; +"VOICE_CONF_FROM_USER" = "Rühmakõne kasutajalt %@"; /* Incoming unnamed video conference invite from a specific person */ -"VIDEO_CONF_FROM_USER" = "Video rühmakõne %@'lt"; +"VIDEO_CONF_FROM_USER" = "Video rühmakõne kasutajalt %@"; /* Incoming named voice conference invite from a specific person */ -"VOICE_CONF_NAMED_FROM_USER" = "Rühmakõne %@'lt: \"%@\""; +"VOICE_CONF_NAMED_FROM_USER" = "Rühmakõne kasutajalt %@: „%@“"; /* Incoming named video conference invite from a specific person */ -"VIDEO_CONF_NAMED_FROM_USER" = "Video rühmakõne %@'lt: \"%@\""; +"VIDEO_CONF_NAMED_FROM_USER" = "Video rühmakõne kasutajalt %@: „%@“"; diff --git a/Riot/Assets/pt_BR.lproj/Localizable.strings b/Riot/Assets/pt_BR.lproj/Localizable.strings index fdfd667eb..9a1f209f5 100644 --- a/Riot/Assets/pt_BR.lproj/Localizable.strings +++ b/Riot/Assets/pt_BR.lproj/Localizable.strings @@ -43,14 +43,21 @@ /* Incoming one-to-one video call */ "VIDEO_CALL_FROM_USER" = "Chamada de vídeo de %@"; /* Incoming unnamed voice conference invite from a specific person */ -"VOICE_CONF_FROM_USER" = "Chamada coletiva de %@"; +"VOICE_CONF_FROM_USER" = "Chamada de voz em grupo de %@"; /* Incoming unnamed video conference invite from a specific person */ -"VIDEO_CONF_FROM_USER" = "Vídeo-chamada coletiva de %@"; +"VIDEO_CONF_FROM_USER" = "Chamada de vídeo em grupo de %@"; /* Incoming named voice conference invite from a specific person */ -"VOICE_CONF_NAMED_FROM_USER" = "Vídeo chamada coletiva de %@: '%@'"; +"VOICE_CONF_NAMED_FROM_USER" = "Chamada de vídeo em grupo de %@: '%@'"; /* Incoming named video conference invite from a specific person */ -"VIDEO_CONF_NAMED_FROM_USER" = "Vídeo-chamada coletiva de %@: '%@'"; +"VIDEO_CONF_NAMED_FROM_USER" = "Chamada de vídeo em grupo de %@: '%@'"; /* Message title for a specific person in a named room */ "MSG_FROM_USER_IN_ROOM_TITLE" = "%@ em %@"; /* Sticker from a specific person, not referencing a room. */ "STICKER_FROM_USER" = "%@ enviou uma figurinha"; +/* New message indicator on unknown room */ +"MESSAGE" = "Mensagem"; +/* New message indicator from a DM */ +"MESSAGE_FROM_X" = "Mensagem de %@"; +/* New message indicator on a room */ +"MESSAGE_IN_X" = "Mensagem em %@"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ solicita confirmação"; diff --git a/Riot/Assets/ru.lproj/Localizable.strings b/Riot/Assets/ru.lproj/Localizable.strings index 6e55e946c..b7e0d7359 100644 --- a/Riot/Assets/ru.lproj/Localizable.strings +++ b/Riot/Assets/ru.lproj/Localizable.strings @@ -55,3 +55,9 @@ /* Sticker from a specific person, not referencing a room. */ "STICKER_FROM_USER" = "%@ отправил(а) стикер"; "KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ хочет подтверждения"; +/* New message indicator on unknown room */ +"MESSAGE" = "Сообщение"; +/* New message indicator from a DM */ +"MESSAGE_FROM_X" = "Сообщение от %@"; +/* New message indicator on a room */ +"MESSAGE_IN_X" = "Сообщение в %@"; diff --git a/Riot/Assets/sv.lproj/Localizable.strings b/Riot/Assets/sv.lproj/Localizable.strings new file mode 100644 index 000000000..ab53286b2 --- /dev/null +++ b/Riot/Assets/sv.lproj/Localizable.strings @@ -0,0 +1,63 @@ +/* Message title for a specific person in a named room */ +"MSG_FROM_USER_IN_ROOM_TITLE" = "%@ i %@"; +/* New message from a specific person, not referencing a room */ +"MSG_FROM_USER" = "%@ skickade ett meddelande"; +/* New message from a specific person in a named room */ +"MSG_FROM_USER_IN_ROOM" = "%@ postade i %@"; +/* New message from a specific person, not referencing a room. Content included. */ +"MSG_FROM_USER_WITH_CONTENT" = "%@: %@"; +/* New message from a specific person in a named room. Content included. */ +"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ i %@: %@"; +/* New action message from a specific person, not referencing a room. */ +"ACTION_FROM_USER" = "* %@ %@"; +/* 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" = "%@ skickade en bild %@"; +/* New action message from a specific person in a named room. */ +"IMAGE_FROM_USER_IN_ROOM" = "%@ skickade en bild %@ i %@"; +/* A single unread message in a room */ +"SINGLE_UNREAD_IN_ROOM" = "Du fick ett meddelande i %@"; +/* A single unread message */ +"SINGLE_UNREAD" = "Du fick ett meddelande"; +/* Sticker from a specific person, not referencing a room. */ +"STICKER_FROM_USER" = "%@ skickade en dekal"; +/* New message indicator on unknown room */ +"MESSAGE" = "Meddelande"; +/* New message indicator from a DM */ +"MESSAGE_FROM_X" = "Meddelande från %@"; +/* New message indicator on a room */ +"MESSAGE_IN_X" = "Meddelande i %@"; +/* Multiple unread messages in a room */ +"UNREAD_IN_ROOM" = "%@ nya meddelanden i %@"; +/* Multiple unread messages from a specific person, not referencing a room */ +"MSGS_FROM_USER" = "%@ nya meddelanden i %@"; +/* Multiple unread messages from two people */ +"MSGS_FROM_TWO_USERS" = "%@ nya meddelanden från %@ och %@"; +/* Multiple unread messages from three people */ +"MSGS_FROM_THREE_USERS" = "%@ nya meddelanden från %@, %@ och %@"; +/* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */ +"MSGS_FROM_TWO_PLUS_USERS" = "%@ nya meddelanden från %@, %@ och andra"; +/* Multiple messages in two rooms */ +"MSGS_IN_TWO_ROOMS" = "%@ nya meddelanden från %@ och %@"; +/* Look, stuff's happened, alright? Just open the app. */ +"MSGS_IN_TWO_PLUS_ROOMS" = "%@ nya meddelanden i %@, %@ och andra"; +/* A user has invited you to a chat */ +"USER_INVITE_TO_CHAT" = "%@ har bjudit in dig för att chatta"; +/* A user has invited you to an (unamed) group chat */ +"USER_INVITE_TO_CHAT_GROUP_CHAT" = "%@ har bjudit in dig till en gruppchatt"; +/* A user has invited you to a named room */ +"USER_INVITE_TO_NAMED_ROOM" = "%@ har bjudit in dig till %@"; +/* Incoming one-to-one voice call */ +"VOICE_CALL_FROM_USER" = "Samtal från %@"; +/* Incoming one-to-one video call */ +"VIDEO_CALL_FROM_USER" = "Videosamtal från %@"; +/* Incoming unnamed voice conference invite from a specific person */ +"VOICE_CONF_FROM_USER" = "Gruppsamtal från %@"; +/* Incoming unnamed video conference invite from a specific person */ +"VIDEO_CONF_FROM_USER" = "Videogruppsamtal från %@"; +/* Incoming named voice conference invite from a specific person */ +"VOICE_CONF_NAMED_FROM_USER" = "Gruppsamtal från %@: '%@'"; +/* Incoming named video conference invite from a specific person */ +"VIDEO_CONF_NAMED_FROM_USER" = "Videogruppsamtal från %@: '%@'"; +"KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ vill verifiera"; diff --git a/Riot/Assets/uk.lproj/Localizable.strings b/Riot/Assets/uk.lproj/Localizable.strings index 272ade2ee..61fe38a1f 100644 --- a/Riot/Assets/uk.lproj/Localizable.strings +++ b/Riot/Assets/uk.lproj/Localizable.strings @@ -19,9 +19,9 @@ /* A single unread message */ "SINGLE_UNREAD" = "Ви отримали повідомлення"; /* Multiple unread messages in a room */ -"UNREAD_IN_ROOM" = "%@ нових повідомлень в %@"; +"UNREAD_IN_ROOM" = "%@ нових повідомлень у %@"; /* Multiple unread messages from a specific person, not referencing a room */ -"MSGS_FROM_USER" = "%@ нових повідомлень в %@"; +"MSGS_FROM_USER" = "%@ нових повідомлень у %@"; /* Multiple unread messages from two people */ "MSGS_FROM_TWO_USERS" = "%@ нових повідомлень від %@ і %@"; /* Multiple unread messages from three people */ @@ -29,9 +29,9 @@ /* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */ "MSGS_FROM_TWO_PLUS_USERS" = "%@ нових повідомлень від %@, %@ та інших"; /* Multiple messages in two rooms */ -"MSGS_IN_TWO_ROOMS" = "%@ нових повідомлень в %@ і %@"; +"MSGS_IN_TWO_ROOMS" = "%@ нових повідомлень у %@ і %@"; /* Look, stuff's happened, alright? Just open the app. */ -"MSGS_IN_TWO_PLUS_ROOMS" = "%@ нових повідомлень в %@, %@ та інших"; +"MSGS_IN_TWO_PLUS_ROOMS" = "%@ нових повідомлень у %@, %@ та інших"; /* A user has invited you to a chat */ "USER_INVITE_TO_CHAT" = "%@ запрошує вас до чату"; /* A user has invited you to an (unamed) group chat */ @@ -41,16 +41,23 @@ /* Incoming one-to-one voice call */ "VOICE_CALL_FROM_USER" = "Виклик від %@"; /* Incoming one-to-one video call */ -"VIDEO_CALL_FROM_USER" = "Відео-виклик від %@"; +"VIDEO_CALL_FROM_USER" = "Відеовиклик від %@"; /* Incoming unnamed voice conference invite from a specific person */ "VOICE_CONF_FROM_USER" = "Груповий виклик від %@"; /* Incoming unnamed video conference invite from a specific person */ -"VIDEO_CONF_FROM_USER" = "Груповий відео-виклик від %@"; +"VIDEO_CONF_FROM_USER" = "Груповий відеовиклик від %@"; /* Incoming named voice conference invite from a specific person */ "VOICE_CONF_NAMED_FROM_USER" = "Груповий виклик від %@: '%@'"; /* Incoming named video conference invite from a specific person */ -"VIDEO_CONF_NAMED_FROM_USER" = "Груповий відео-виклик від %@: '%@'"; +"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" = "%@ бажає звіритись"; +/* New message indicator on unknown room */ +"MESSAGE" = "Повідомлення"; +/* New message indicator from a DM */ +"MESSAGE_FROM_X" = "Повідомлення від %@"; +/* New message indicator on a room */ +"MESSAGE_IN_X" = "Повідомлення у %@";