From 79d1f9098a9186997d5745316733390317b97740 Mon Sep 17 00:00:00 2001 From: particle-box Date: Wed, 28 Jan 2026 00:33:57 +0530 Subject: [PATCH] update translation files --- common/src/main/assets/lang/ar_AE.json | 28 ++++++++++++++++- common/src/main/assets/lang/bn.json | 28 ++++++++++++++++- common/src/main/assets/lang/da.json | 30 +++++++++++++++++-- common/src/main/assets/lang/de_DE.json | 30 +++++++++++++++++-- common/src/main/assets/lang/en_UK.json | 28 ++++++++++++++++- common/src/main/assets/lang/es_ES.json | 30 +++++++++++++++++-- common/src/main/assets/lang/fi.json | 30 +++++++++++++++++-- common/src/main/assets/lang/fr_FR.json | 30 +++++++++++++++++-- common/src/main/assets/lang/hi_IN.json | 30 +++++++++++++++++-- common/src/main/assets/lang/hu_HU.json | 30 +++++++++++++++++-- common/src/main/assets/lang/id.json | 30 +++++++++++++++++-- common/src/main/assets/lang/it_IT.json | 30 +++++++++++++++++-- common/src/main/assets/lang/ja_JP.json | 28 ++++++++++++++++- common/src/main/assets/lang/ko_KR.json | 28 ++++++++++++++++- common/src/main/assets/lang/ku_KU.json | 28 ++++++++++++++++- common/src/main/assets/lang/lv_LV.json | 30 +++++++++++++++++-- common/src/main/assets/lang/nb_NO.json | 30 +++++++++++++++++-- common/src/main/assets/lang/nl.json | 30 +++++++++++++++++-- common/src/main/assets/lang/pl.json | 30 +++++++++++++++++-- common/src/main/assets/lang/pt.json | 30 +++++++++++++++++-- common/src/main/assets/lang/ro.json | 30 +++++++++++++++++-- common/src/main/assets/lang/ru.json | 30 +++++++++++++++++-- common/src/main/assets/lang/sl_SI.json | 30 +++++++++++++++++-- common/src/main/assets/lang/sv.json | 30 +++++++++++++++++-- common/src/main/assets/lang/tr_TR.json | 30 +++++++++++++++++-- common/src/main/assets/lang/uk_UA.json | 28 ++++++++++++++++- .../src/main/assets/lang/zh_SIMPLIFIED.json | 28 ++++++++++++++++- 27 files changed, 748 insertions(+), 46 deletions(-) diff --git a/common/src/main/assets/lang/ar_AE.json b/common/src/main/assets/lang/ar_AE.json index 2226da28..f5150603 100644 --- a/common/src/main/assets/lang/ar_AE.json +++ b/common/src/main/assets/lang/ar_AE.json @@ -757,7 +757,26 @@ }, "call_recorder": { "name": "مسجل المكالمات", - "description": "يسجل المكالمات الصوتية تلقائيًا" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "chat_wallpaper_downloader": { "name": "تنزيل خلفية المحادثة", @@ -2189,6 +2208,12 @@ "only_record_others": "تسجيل الآخرين فقط", "record_both": "تسجيل كلا الجانبين" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "supported_languages": { "pt": "البرتغالية", "fr": "French", @@ -3027,6 +3052,7 @@ "no_rules_found": "لم يتم العثور على قواعد", "no_events": "لا توجد أحداث" }, + "scopes_suffix": "scopes", "search": { "placeholder": "بحث" }, diff --git a/common/src/main/assets/lang/bn.json b/common/src/main/assets/lang/bn.json index a3d8718b..ac223d7e 100644 --- a/common/src/main/assets/lang/bn.json +++ b/common/src/main/assets/lang/bn.json @@ -815,6 +815,12 @@ "back": "পূর্ববর্তী ক্যামেরা", "null": "সর্বশেষ ব্যবহৃত হয়েছে" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "ডিফল্ট FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "কল রেকর্ডার", - "description": "স্বয়ংক্রিয়রূপে অডিও কল রেকর্ড করুন" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "অ্যাকাউন্ট পরিবর্তক", @@ -2939,6 +2964,7 @@ "no_rules_found": "কোনো নিয়ম পাওয়া যায়নি", "no_events": "কোনো অনুষ্ঠান নেই" }, + "scopes_suffix": "scopes", "search": { "placeholder": "অনুসন্ধান" }, diff --git a/common/src/main/assets/lang/da.json b/common/src/main/assets/lang/da.json index ea73cb92..31aa834b 100644 --- a/common/src/main/assets/lang/da.json +++ b/common/src/main/assets/lang/da.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Vælg sprog", @@ -815,6 +815,12 @@ "back": "Tilbage kamera", "null": "Husk sidst brugte" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Enhedsstandard FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Opkaldsoptager", - "description": "Registrerer automatisk lydopkald" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Kontoskifter", @@ -2939,6 +2964,7 @@ "no_rules_found": "Ingen regler fundet", "no_events": "Ingen hændelser" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Søg" }, diff --git a/common/src/main/assets/lang/de_DE.json b/common/src/main/assets/lang/de_DE.json index 05a23cd0..2b1d3bed 100644 --- a/common/src/main/assets/lang/de_DE.json +++ b/common/src/main/assets/lang/de_DE.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Sprache auswählen", @@ -815,6 +815,12 @@ "back": "Zurück zur Übersicht", "null": "Letzte Verwendung" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Gerätestandard FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Anrufaufnahme", - "description": "Audioanrufe automatisch aufzeichnen" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Kontenschalter", @@ -2939,6 +2964,7 @@ "no_rules_found": "Keine Regeln gefunden", "no_events": "Keine Veranstaltungen" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Suche" }, diff --git a/common/src/main/assets/lang/en_UK.json b/common/src/main/assets/lang/en_UK.json index 5f878421..6d5824e0 100644 --- a/common/src/main/assets/lang/en_UK.json +++ b/common/src/main/assets/lang/en_UK.json @@ -815,6 +815,12 @@ "back": "Back Camera", "null": "Remember last used" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Device default FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Call Recorder", - "description": "Automatically records audio calls" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Account Switcher", @@ -2939,6 +2964,7 @@ "no_rules_found": "No rules found", "no_events": "No events" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Search" }, diff --git a/common/src/main/assets/lang/es_ES.json b/common/src/main/assets/lang/es_ES.json index 02c95901..ad85fc3d 100644 --- a/common/src/main/assets/lang/es_ES.json +++ b/common/src/main/assets/lang/es_ES.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Seleccionar idioma", @@ -815,6 +815,12 @@ "back": "Cámara trasera", "null": "Recuerda el último usado" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS por defecto de dispositivo" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Grabador de llamadas", - "description": "Registra automáticamente las llamadas de audio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Switcher de cuenta", @@ -2939,6 +2964,7 @@ "no_rules_found": "No hay reglas encontradas", "no_events": "No hay eventos" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Búsqueda" }, diff --git a/common/src/main/assets/lang/fi.json b/common/src/main/assets/lang/fi.json index e364037f..6e5a0efd 100644 --- a/common/src/main/assets/lang/fi.json +++ b/common/src/main/assets/lang/fi.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Valitse kieli", @@ -815,6 +815,12 @@ "back": "Takakamera", "null": "Muista, että viimeksi käytetty" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Laitteen oletus FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Soita äänitin", - "description": "Äänipuheluiden automaattinen tallennus" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Tilinvaihtaja", @@ -2939,6 +2964,7 @@ "no_rules_found": "Sääntöjä ei löytynyt", "no_events": "Ei tapahtumia" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Etsi" }, diff --git a/common/src/main/assets/lang/fr_FR.json b/common/src/main/assets/lang/fr_FR.json index 4d4adafa..d0d9f177 100644 --- a/common/src/main/assets/lang/fr_FR.json +++ b/common/src/main/assets/lang/fr_FR.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Sélectionner la langue", @@ -815,6 +815,12 @@ "back": "Caméra arrière", "null": "Souvenez-vous de la dernière utilisation" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS par défaut du périphérique" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Enregistreur d'appel", - "description": "Enregistrement automatique des appels audio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Commutateur de compte", @@ -2939,6 +2964,7 @@ "no_rules_found": "Aucune règle trouvée", "no_events": "Pas d'événements" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Recherche" }, diff --git a/common/src/main/assets/lang/hi_IN.json b/common/src/main/assets/lang/hi_IN.json index 7b0d1155..ec5b27fb 100644 --- a/common/src/main/assets/lang/hi_IN.json +++ b/common/src/main/assets/lang/hi_IN.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "भाषा चुनें", @@ -815,6 +815,12 @@ "back": "बैक कैमरा", "null": "अंतिम उपयोग" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "डिवाइस डिफ़ॉल्ट FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "कॉल रिकॉर्डर", - "description": "स्वचालित रूप से ऑडियो कॉल रिकॉर्ड" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "खाता स्विचर", @@ -2939,6 +2964,7 @@ "no_rules_found": "कोई नियम नहीं मिला", "no_events": "कोई घटना नहीं" }, + "scopes_suffix": "scopes", "search": { "placeholder": "खोज" }, diff --git a/common/src/main/assets/lang/hu_HU.json b/common/src/main/assets/lang/hu_HU.json index cecb1d5b..e2c572b1 100644 --- a/common/src/main/assets/lang/hu_HU.json +++ b/common/src/main/assets/lang/hu_HU.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Nyelv kiválasztása", @@ -815,6 +815,12 @@ "back": "Hátsó kamera", "null": "Emlékezz az utolsó használatra" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Az FPS alapértelmezett eszköz" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Felhívás", - "description": "Hanghívások automatikus rögzítése" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Számlaváltó", @@ -2939,6 +2964,7 @@ "no_rules_found": "Nincsenek szabályok", "no_events": "Nincs esemény" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Keresés" }, diff --git a/common/src/main/assets/lang/id.json b/common/src/main/assets/lang/id.json index 24b40853..fecb86f3 100644 --- a/common/src/main/assets/lang/id.json +++ b/common/src/main/assets/lang/id.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Pilih Bahasa", @@ -815,6 +815,12 @@ "back": "Kamera Belakang", "null": "Ingat terakhir digunakan" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS baku perangkat" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Panggil Recorder", - "description": "Otomatis merekam panggilan audio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Switcher Akun", @@ -2939,6 +2964,7 @@ "no_rules_found": "Tidak ada aturan yang ditemukan", "no_events": "Tidak ada peristiwa" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Cari" }, diff --git a/common/src/main/assets/lang/it_IT.json b/common/src/main/assets/lang/it_IT.json index e8e4ab35..475f5f70 100644 --- a/common/src/main/assets/lang/it_IT.json +++ b/common/src/main/assets/lang/it_IT.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Seleziona la lingua", @@ -815,6 +815,12 @@ "back": "Fotocamera posteriore", "null": "Ricordate l'ultima volta" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS predefinito del dispositivo" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Registratore di chiamate", - "description": "Registra automaticamente le chiamate audio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Interruttore di conto", @@ -2939,6 +2964,7 @@ "no_rules_found": "Nessuna regola trovata", "no_events": "Nessun evento" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Ricerca" }, diff --git a/common/src/main/assets/lang/ja_JP.json b/common/src/main/assets/lang/ja_JP.json index d82342b2..3c09ca1d 100644 --- a/common/src/main/assets/lang/ja_JP.json +++ b/common/src/main/assets/lang/ja_JP.json @@ -815,6 +815,12 @@ "back": "バックカメラ", "null": "最後の使用を記憶して下さい" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "デバイスのデフォルト FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "コールレコーダー", - "description": "音声通話を自動的に記録" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "アカウント スイッチャ", @@ -2939,6 +2964,7 @@ "no_rules_found": "ルールが見つかりません", "no_events": "イベントなし" }, + "scopes_suffix": "scopes", "search": { "placeholder": "インフォメーション" }, diff --git a/common/src/main/assets/lang/ko_KR.json b/common/src/main/assets/lang/ko_KR.json index ac7be7a4..532cd589 100644 --- a/common/src/main/assets/lang/ko_KR.json +++ b/common/src/main/assets/lang/ko_KR.json @@ -815,6 +815,12 @@ "back": "뒤 사진기", "null": "자주 묻는 질문" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "장치 기본 FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "통화 녹음기", - "description": "자동 녹음 오디오 통화" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "계정 스위처", @@ -2939,6 +2964,7 @@ "no_rules_found": "자주 묻는 질문", "no_events": "행사안내" }, + "scopes_suffix": "scopes", "search": { "placeholder": "제품정보" }, diff --git a/common/src/main/assets/lang/ku_KU.json b/common/src/main/assets/lang/ku_KU.json index 81c7ed50..d3fe98cc 100644 --- a/common/src/main/assets/lang/ku_KU.json +++ b/common/src/main/assets/lang/ku_KU.json @@ -1820,7 +1820,26 @@ }, "call_recorder": { "name": "تۆمارکەری پەیوەندی", - "description": "بە شێوەیەکی ئۆتۆماتیکی پەیوەندییە دەنگییەکان تۆمار دەکات" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "گۆڕەری هەژمارەکان", @@ -2147,6 +2166,12 @@ "back": "کامێرای دواوە", "null": "دواهەمین بەکارهێنراو بیربکەرەوە" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS-ی بنەڕەتی ئامێر" }, @@ -3022,6 +3047,7 @@ "no_rules_found": "هیچ یاسایەک نەدۆزرایەوە", "no_events": "هیچ ڕووداوێک نییە" }, + "scopes_suffix": "scopes", "search": { "placeholder": "گەڕان" }, diff --git a/common/src/main/assets/lang/lv_LV.json b/common/src/main/assets/lang/lv_LV.json index c03456f0..9fba2060 100644 --- a/common/src/main/assets/lang/lv_LV.json +++ b/common/src/main/assets/lang/lv_LV.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Izvēlieties valodu", @@ -815,6 +815,12 @@ "back": "Atpakaļ fotoaparāts", "null": "Atcerieties pēdējo lietoto" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Ierīces noklusētais FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Zvanu reģistrators", - "description": "Automātiski ierakstīt audio zvanus" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Konta pārslēdzējs", @@ -2939,6 +2964,7 @@ "no_rules_found": "Noteikumi nav atrasti", "no_events": "Nav notikumu" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Meklēt" }, diff --git a/common/src/main/assets/lang/nb_NO.json b/common/src/main/assets/lang/nb_NO.json index ecc33e79..6302a199 100644 --- a/common/src/main/assets/lang/nb_NO.json +++ b/common/src/main/assets/lang/nb_NO.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Velg språk", @@ -815,6 +815,12 @@ "back": "Tilbake kamera", "null": "Husk sist brukt" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Standard FPS-enhet" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Samtalsopptaker", - "description": "Opptak av lydsamtaler automatisk" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Kontobryter", @@ -2939,6 +2964,7 @@ "no_rules_found": "Ingen regler funnet", "no_events": "Ingen hendelser" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Søk" }, diff --git a/common/src/main/assets/lang/nl.json b/common/src/main/assets/lang/nl.json index d2de7170..8cde081f 100644 --- a/common/src/main/assets/lang/nl.json +++ b/common/src/main/assets/lang/nl.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Taal selecteren", @@ -815,6 +815,12 @@ "back": "Achterste camera", "null": "Herinner laatst gebruikt" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Apparaat standaard FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Oproeprecorder", - "description": "Automatisch audiogesprekken opnemen" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Accountwisselaar", @@ -2939,6 +2964,7 @@ "no_rules_found": "Geen regels gevonden", "no_events": "Geen gebeurtenissen" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Zoeken" }, diff --git a/common/src/main/assets/lang/pl.json b/common/src/main/assets/lang/pl.json index 07da172a..615fcb57 100644 --- a/common/src/main/assets/lang/pl.json +++ b/common/src/main/assets/lang/pl.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Wybierz język", @@ -815,6 +815,12 @@ "back": "Kamera wsteczna", "null": "Zapamiętaj ostatnio używane" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Domyślne FPS urządzenia" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Zawołaj rejestrator", - "description": "Automatycznie rejestruje rozmowy audio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Przełącznik konta", @@ -2939,6 +2964,7 @@ "no_rules_found": "Brak zasad", "no_events": "Brak zdarzeń" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Szukaj" }, diff --git a/common/src/main/assets/lang/pt.json b/common/src/main/assets/lang/pt.json index 725c60e2..b5fc33e3 100644 --- a/common/src/main/assets/lang/pt.json +++ b/common/src/main/assets/lang/pt.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Selecionar idioma", @@ -815,6 +815,12 @@ "back": "Câmera traseira", "null": "Lembre- se da última utilização" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS padrão do dispositivo" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Gravador de Chamadas", - "description": "Grava automaticamente chamadas de áudio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Comutador de Contas", @@ -2939,6 +2964,7 @@ "no_rules_found": "Nenhuma regra encontrada", "no_events": "Sem eventos" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Procurar" }, diff --git a/common/src/main/assets/lang/ro.json b/common/src/main/assets/lang/ro.json index 58906302..c77d7332 100644 --- a/common/src/main/assets/lang/ro.json +++ b/common/src/main/assets/lang/ro.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Alegeți limba", @@ -817,6 +817,12 @@ "back": "Camera din spate", "null": "Amintiți-vă ultima utilizare" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "FPS implicit dispozitiv" }, @@ -2219,7 +2225,26 @@ }, "call_recorder": { "name": "Apelează înregistrarea", - "description": "Înregistrează automat apeluri audio" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Switcher cont", @@ -2941,6 +2966,7 @@ "no_rules_found": "Nu s-au găsit reguli", "no_events": "Fără evenimente" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Caută" }, diff --git a/common/src/main/assets/lang/ru.json b/common/src/main/assets/lang/ru.json index df3dc481..5591d558 100644 --- a/common/src/main/assets/lang/ru.json +++ b/common/src/main/assets/lang/ru.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Выберите язык", @@ -815,6 +815,12 @@ "back": "Задняя камера", "null": "Помните, что последний" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Устройство по умолчанию FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Запись звонков", - "description": "Автоматическая запись аудиозвонков" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Учетная запись Switcher", @@ -2939,6 +2964,7 @@ "no_rules_found": "Никаких правил не найдено", "no_events": "Никаких событий" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Поиск" }, diff --git a/common/src/main/assets/lang/sl_SI.json b/common/src/main/assets/lang/sl_SI.json index 1945702f..85535a20 100644 --- a/common/src/main/assets/lang/sl_SI.json +++ b/common/src/main/assets/lang/sl_SI.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Izberi jezik", @@ -817,6 +817,12 @@ "back": "Zadnja kamera", "null": "Zapomni si, kaj je bilo nazadnje uporabljeno" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Privzeti FPS naprave" }, @@ -2219,7 +2225,26 @@ }, "call_recorder": { "name": "Zapisovalnik klicev", - "description": "Samodejno zapisuje zvočne klice" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Preklopnik računov", @@ -2941,6 +2966,7 @@ "no_rules_found": "Ni najdenih pravil", "no_events": "Ni dogodkov" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Iskanje" }, diff --git a/common/src/main/assets/lang/sv.json b/common/src/main/assets/lang/sv.json index 4d99c8db..17c1205e 100644 --- a/common/src/main/assets/lang/sv.json +++ b/common/src/main/assets/lang/sv.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Välj språk", @@ -815,6 +815,12 @@ "back": "Tillbaka kamera", "null": "Kom ihåg senast använda" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Enhetsstandard FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Samtalsinspelare", - "description": "Automatiskt registrerar ljudsamtal" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Konto Switcher", @@ -2939,6 +2964,7 @@ "no_rules_found": "Inga regler hittades", "no_events": "Inga händelser" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Sök efter Sök" }, diff --git a/common/src/main/assets/lang/tr_TR.json b/common/src/main/assets/lang/tr_TR.json index a376dec4..1b79a619 100644 --- a/common/src/main/assets/lang/tr_TR.json +++ b/common/src/main/assets/lang/tr_TR.json @@ -1,4 +1,4 @@ -{ +{ "setup": { "dialogs": { "select_language": "Dil Seç", @@ -815,6 +815,12 @@ "back": "Arka Kamera", "null": "Son kullanılanı hatırlayın" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Device default FPS FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Arama Kaydedici", - "description": "Otomatik olarak kayıt ses aramaları" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Hesap anahtarı", @@ -2940,6 +2965,7 @@ "no_rules_found": "Kural bulunamadı", "no_events": "Olay yok" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Ara" }, diff --git a/common/src/main/assets/lang/uk_UA.json b/common/src/main/assets/lang/uk_UA.json index d7a2e6d2..56c3ee04 100644 --- a/common/src/main/assets/lang/uk_UA.json +++ b/common/src/main/assets/lang/uk_UA.json @@ -815,6 +815,12 @@ "back": "Задня камера", "null": "Пам'яті останнього" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "Тип пристрою FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "Запис дзвінків", - "description": "Автоматично записувати аудіо дзвінки" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "Перемикач рахунку", @@ -2939,6 +2964,7 @@ "no_rules_found": "Не знайдено правила", "no_events": "Немає подій" }, + "scopes_suffix": "scopes", "search": { "placeholder": "Пошук" }, diff --git a/common/src/main/assets/lang/zh_SIMPLIFIED.json b/common/src/main/assets/lang/zh_SIMPLIFIED.json index c55b3c3f..8274dff2 100644 --- a/common/src/main/assets/lang/zh_SIMPLIFIED.json +++ b/common/src/main/assets/lang/zh_SIMPLIFIED.json @@ -815,6 +815,12 @@ "back": "后镜头", "null": "记住上次使用" }, + "call_recorder_ui_design": { + "default": "Default", + "snapchat": "Snapchat", + "cyber": "Cyber", + "frost": "Frost" + }, "front_custom_frame_rate": { "null": "设备默认 FPS" }, @@ -2217,7 +2223,26 @@ }, "call_recorder": { "name": "调用录音机", - "description": "自动记录音频通话" + "description": "Manage call recording settings", + "properties": { + "call_recorder": { + "name": "Mode", + "description": "Select what should be recorded" + }, + "auto_start_recording": { + "name": "Auto Start Recording", + "description": "Automatically start recording when a call starts" + }, + "call_recorder_ui": { + "name": "Call Recorder UI", + "description": "Show the recording overlay UI during calls" + }, + "call_recorder_ui_design": { + "name": "UI Design", + "description": "Select the design for the call recorder overlay" + }, + "call_recording_saved_toast": "Saved" + } }, "account_switcher": { "name": "账户切换器", @@ -2939,6 +2964,7 @@ "no_rules_found": "没有找到规则", "no_events": "无事件" }, + "scopes_suffix": "scopes", "search": { "placeholder": "搜索" },