Sync Localazy strings.

./tools/localazy/downloadStrings.sh --all
This commit is contained in:
Benoit Marty 2024-02-23 15:41:50 +01:00
parent 978a387ac6
commit 37e85b4db0
78 changed files with 989 additions and 982 deletions

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_create_room_action_create_room">"Nytt rum"</string>
<string name="screen_create_room_action_invite_people">"Bjud in personer till Element"</string>
<string name="screen_create_room_error_creating_room">"Ett fel uppstod när rummet skapades"</string>
<string name="screen_create_room_private_option_description">"Meddelanden i det här rummet är krypterade. Kryptering kan inte inaktiveras efteråt."</string>
<string name="screen_create_room_private_option_title">"Privat rum (endast inbjudan)"</string>
@ -7,8 +9,6 @@
<string name="screen_create_room_public_option_title">"Offentligt rum (vem som helst)"</string>
<string name="screen_create_room_topic_label">"Ämne (valfritt)"</string>
<string name="screen_start_chat_error_starting_chat">"Ett fel uppstod när du försökte starta en chatt"</string>
<string name="screen_create_room_action_create_room">"Nytt rum"</string>
<string name="screen_create_room_action_invite_people">"Bjud in personer till Element"</string>
<string name="screen_create_room_add_people_title">"Bjud in personer"</string>
<string name="screen_create_room_room_name_label">"Rumsnamn"</string>
<string name="screen_create_room_title">"Skapa ett rum"</string>