Sync Strings (#5146)

* Sync Strings from Localazy

* Remove unused WelcomeView.

* Remove unused WelcomeView.

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
ElementBot 2025-08-11 14:49:29 +02:00 committed by GitHub
parent 9b7f63af55
commit 4b12c3f805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
186 changed files with 3296 additions and 1295 deletions

View file

@ -2,7 +2,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="rich_text_editor_a11y_add_attachment">"Přidat přílohu"</string>
<string name="rich_text_editor_bullet_list">"Přepnout seznam s odrážkami"</string>
<string name="rich_text_editor_close_formatting_options">"Zavřít možnosti formátování"</string>
<string name="rich_text_editor_close_formatting_options">"Zrušit a zavřít formátování textu"</string>
<string name="rich_text_editor_code_block">"Přepnout blok kódu"</string>
<string name="rich_text_editor_composer_caption_placeholder">"Volitelný titulek…"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Šifrovaná zpráva…"</string>

View file

@ -2,7 +2,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="rich_text_editor_a11y_add_attachment">"Legg til vedlegg"</string>
<string name="rich_text_editor_bullet_list">"Aktiver/deaktiver punktliste"</string>
<string name="rich_text_editor_close_formatting_options">"Lukk formateringsvalg"</string>
<string name="rich_text_editor_close_formatting_options">"Avbryt og lukk formateringsvalg"</string>
<string name="rich_text_editor_code_block">"Aktiver kodeblokk"</string>
<string name="rich_text_editor_composer_caption_placeholder">"Legg til en tekstbeskrivelse"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Kryptert melding…"</string>

View file

@ -2,7 +2,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="rich_text_editor_a11y_add_attachment">"Lägg till bilaga"</string>
<string name="rich_text_editor_bullet_list">"Växla punktlista"</string>
<string name="rich_text_editor_close_formatting_options">"Stäng formateringsalternativ"</string>
<string name="rich_text_editor_close_formatting_options">"Avbryt och stäng textformatering"</string>
<string name="rich_text_editor_code_block">"Växla kodblock"</string>
<string name="rich_text_editor_composer_caption_placeholder">"Lägg till en bildtext"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Krypterat meddelande …"</string>
@ -10,8 +10,12 @@
<string name="rich_text_editor_composer_unencrypted_placeholder">"Okrypterat meddelande …"</string>
<string name="rich_text_editor_create_link">"Skapa en länk"</string>
<string name="rich_text_editor_edit_link">"Redigera länk"</string>
<string name="rich_text_editor_format_action">"%1$s, läge: %2$s"</string>
<string name="rich_text_editor_format_bold">"Använd fetstil"</string>
<string name="rich_text_editor_format_italic">"Använd kursiv stil"</string>
<string name="rich_text_editor_format_state_disabled">"inaktiverad"</string>
<string name="rich_text_editor_format_state_off">"av"</string>
<string name="rich_text_editor_format_state_on">"på"</string>
<string name="rich_text_editor_format_strikethrough">"Använda genomstryken stil"</string>
<string name="rich_text_editor_format_underline">"Använd understruken stil"</string>
<string name="rich_text_editor_full_screen_toggle">"Växla helskärmsläge"</string>