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": "Не удалось создать приветствие",