Sync Strings from Localazy (#4506)

Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2025-03-31 10:58:46 +02:00 committed by GitHub
parent 348f787058
commit c3ee00ed09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
168 changed files with 1245 additions and 1036 deletions

View file

@ -7,6 +7,7 @@
<string name="rich_text_editor_composer_caption_placeholder">"Aggiungi una didascalia"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Messaggio cifrato…"</string>
<string name="rich_text_editor_composer_placeholder">"Messaggio…"</string>
<string name="rich_text_editor_composer_unencrypted_placeholder">"Messaggio non cifrato…"</string>
<string name="rich_text_editor_create_link">"Crea un collegamento"</string>
<string name="rich_text_editor_edit_link">"Modifica collegamento"</string>
<string name="rich_text_editor_format_bold">"Applica il formato grassetto"</string>

View file

@ -5,7 +5,9 @@
<string name="rich_text_editor_close_formatting_options">"Zamknij opcje formatowania"</string>
<string name="rich_text_editor_code_block">"Przełącz blok kodu"</string>
<string name="rich_text_editor_composer_caption_placeholder">"Dodaj opis"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Wiadomość szyfrowana…"</string>
<string name="rich_text_editor_composer_placeholder">"Wiadomość…"</string>
<string name="rich_text_editor_composer_unencrypted_placeholder">"Niezaszyfrowana wiadomość…"</string>
<string name="rich_text_editor_create_link">"Utwórz link"</string>
<string name="rich_text_editor_edit_link">"Edytuj link"</string>
<string name="rich_text_editor_format_bold">"Zastosuj pogrubienie"</string>