Sync Strings from Localazy

This commit is contained in:
bmarty 2023-12-25 00:09:58 +00:00 committed by Benoit Marty
parent d0c87ad902
commit e6f4a7364f
52 changed files with 643 additions and 38 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">"Lista de puntos"</string>
<string name="rich_text_editor_close_formatting_options">"Cerrar opciones de formato"</string>
<string name="rich_text_editor_code_block">"Bloque de código"</string>
<string name="rich_text_editor_composer_placeholder">"Mensaje…"</string>
<string name="rich_text_editor_create_link">"Crear un enlace"</string>
<string name="rich_text_editor_edit_link">"Editar enlace"</string>
<string name="rich_text_editor_format_bold">"Aplicar formato negrita"</string>
<string name="rich_text_editor_format_italic">"Aplicar formato cursiva"</string>
<string name="rich_text_editor_format_strikethrough">"Aplicar formato tachado"</string>
@ -12,6 +15,11 @@
<string name="rich_text_editor_inline_code">"Código"</string>
<string name="rich_text_editor_link">"Enlazar"</string>
<string name="rich_text_editor_numbered_list">"Lista numérica"</string>
<string name="rich_text_editor_open_compose_options">"Abrir opciones de formato"</string>
<string name="rich_text_editor_quote">"Cita"</string>
<string name="rich_text_editor_remove_link">"Eliminar enlace"</string>
<string name="rich_text_editor_unindent">"Quitar sangría"</string>
<string name="rich_text_editor_url_placeholder">"Enlace"</string>
<string name="rich_text_editor_a11y_add_attachment">"Adjuntar archivo"</string>
<string name="screen_room_voice_message_tooltip">"Mantén pulsado para grabar"</string>
</resources>