Sync Strings (#4590)

* Sync Strings from Localazy

* Fix strings usage after some were moved

* Fix Norwegian string that was causing lint to fail

* Update screenshots

---------

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
ElementBot 2025-04-14 11:24:28 +02:00 committed by GitHub
parent cbfc5e0955
commit d9bfcc6c52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
157 changed files with 2042 additions and 1108 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="rich_text_editor_indent">"Mewnoliad"</string>
<string name="rich_text_editor_remove_link">"Dileu dolen"</string>
<string name="rich_text_editor_url_placeholder">"Dolen"</string>
</resources>

View file

@ -5,7 +5,9 @@
<string name="rich_text_editor_close_formatting_options">"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>
<string name="rich_text_editor_composer_placeholder">"Melding…"</string>
<string name="rich_text_editor_composer_unencrypted_placeholder">"Ukryptert melding…"</string>
<string name="rich_text_editor_create_link">"Opprett en lenke"</string>
<string name="rich_text_editor_edit_link">"Rediger lenke"</string>
<string name="rich_text_editor_format_bold">"Bruk fet skrift"</string>