Sync Strings (#4461)

* Sync Strings from Localazy

* Fix UI tests

---------

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-03-24 17:45:24 +01:00 committed by GitHub
parent 3597774dd2
commit 8f0075e367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
69 changed files with 1003 additions and 883 deletions

View file

@ -4,7 +4,9 @@
<string name="rich_text_editor_bullet_list">"Buleten zerrenda bai/ez"</string>
<string name="rich_text_editor_close_formatting_options">"Itxi formatu aukerak"</string>
<string name="rich_text_editor_composer_caption_placeholder">"Gehitu testua"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Zifratutako mezua…"</string>
<string name="rich_text_editor_composer_placeholder">"Mezua…"</string>
<string name="rich_text_editor_composer_unencrypted_placeholder">"Zifratu gabeko mezua…"</string>
<string name="rich_text_editor_create_link">"Sortu esteka"</string>
<string name="rich_text_editor_edit_link">"Editatu esteka"</string>
<string name="rich_text_editor_format_bold">"Aplikatu formatu lodia"</string>

View file

@ -5,7 +5,9 @@
<string name="rich_text_editor_close_formatting_options">"Закрыть параметры форматирования"</string>
<string name="rich_text_editor_code_block">"Переключить блок кода"</string>
<string name="rich_text_editor_composer_caption_placeholder">"Необязательный заголовок…"</string>
<string name="rich_text_editor_composer_encrypted_placeholder">"Зашифрованное сообщение…"</string>
<string name="rich_text_editor_composer_placeholder">"Сообщение…"</string>
<string name="rich_text_editor_composer_unencrypted_placeholder">"Незашифрованное сообщение…"</string>
<string name="rich_text_editor_create_link">"Создать ссылку"</string>
<string name="rich_text_editor_edit_link">"Редактировать ссылку"</string>
<string name="rich_text_editor_format_bold">"Применить жирный шрифт"</string>