From 29b12ac94061e5338cbfa0e62dd827b352d7d8cc Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 23:45:08 -0600 Subject: [PATCH] feat(locales): add 'allow calls from contacts only' string to German, English, and Russian translations --- meshchatx/src/frontend/locales/de.json | 1 + meshchatx/src/frontend/locales/en.json | 1 + meshchatx/src/frontend/locales/ru.json | 1 + 3 files changed, 3 insertions(+) diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json index d6d002e..c80382c 100644 --- a/meshchatx/src/frontend/locales/de.json +++ b/meshchatx/src/frontend/locales/de.json @@ -632,6 +632,7 @@ "do_not_disturb": "Nicht stören", "load_more": "Mehr laden", "search_history": "Verlauf durchsuchen...", + "allow_calls_from_contacts_only": "Nur Anrufe von Kontakten zulassen", "settings_saved": "Einstellungen gespeichert", "greeting_generated_successfully": "Begrüßung erfolgreich generiert", "failed_to_generate_greeting": "Begrüßung konnte nicht generiert werden", diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json index ccb79b1..5a854f0 100644 --- a/meshchatx/src/frontend/locales/en.json +++ b/meshchatx/src/frontend/locales/en.json @@ -632,6 +632,7 @@ "do_not_disturb": "Do Not Disturb", "load_more": "Load More", "search_history": "Search history...", + "allow_calls_from_contacts_only": "Only allow calls from contacts", "settings_saved": "Settings saved", "greeting_generated_successfully": "Greeting generated successfully", "failed_to_generate_greeting": "Failed to generate greeting", diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json index 9020659..61365b4 100644 --- a/meshchatx/src/frontend/locales/ru.json +++ b/meshchatx/src/frontend/locales/ru.json @@ -632,6 +632,7 @@ "do_not_disturb": "Не беспокоить", "load_more": "Загрузить еще", "search_history": "Поиск по истории...", + "allow_calls_from_contacts_only": "Разрешить звонки только от контактов", "settings_saved": "Настройки сохранены", "greeting_generated_successfully": "Приветствие успешно создано", "failed_to_generate_greeting": "Не удалось создать приветствие",