Sync Strings (#2230)

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
This commit is contained in:
ElementBot 2024-01-15 08:21:04 +00:00 committed by GitHub
parent 4a7b04524a
commit 6bc080c279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 580 additions and 63 deletions

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="rich_text_editor_bullet_list">"Attiva/disattiva l\'elenco puntato"</string>
<string name="rich_text_editor_close_formatting_options">"Chiudi le opzioni di formattazione"</string>
<string name="rich_text_editor_code_block">"Attiva/disattiva il blocco di codice"</string>
<string name="rich_text_editor_composer_placeholder">"Messaggio…"</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 in grassetto"</string>
<string name="rich_text_editor_format_italic">"Applicare il formato corsivo"</string>
<string name="rich_text_editor_format_strikethrough">"Applica il formato barrato"</string>
@ -12,6 +15,11 @@
<string name="rich_text_editor_inline_code">"Applicare il formato del codice in linea"</string>
<string name="rich_text_editor_link">"Imposta collegamento"</string>
<string name="rich_text_editor_numbered_list">"Attiva/disattiva elenco numerato"</string>
<string name="rich_text_editor_open_compose_options">"Apri le opzioni di composizione"</string>
<string name="rich_text_editor_quote">"Attiva/disattiva citazione"</string>
<string name="rich_text_editor_remove_link">"Rimuovi collegamento"</string>
<string name="rich_text_editor_unindent">"Rientro a sinistra"</string>
<string name="rich_text_editor_url_placeholder">"Collegamento"</string>
<string name="rich_text_editor_a11y_add_attachment">"Aggiungi allegato"</string>
<string name="screen_room_voice_message_tooltip">"Tieni premuto per registrare"</string>
</resources>