Added bulk Turkish translations to app_languages.php files (#6901)
* Added Turkish translations to access_controls/app_languages.php * Added Turkish translations to basic_operator_panel/app_languages.php * Added Turkish translations to bridges/app_languages.php * Added Turkish translations to call_block/app_languages.php * Added Turkish translations to call_broadcast/app_languages.php * Added Turkish translations to call_flows/app_languages.php
This commit is contained in:
@@ -21,6 +21,7 @@ $text['title-access_controls']['ro-ro'] = "Controale de acces";
|
||||
$text['title-access_controls']['ru-ru'] = "Контроль доступа";
|
||||
$text['title-access_controls']['sv-se'] = "Åtkomstkontroll";
|
||||
$text['title-access_controls']['uk-ua'] = "контроль доступу";
|
||||
$text['title-access_controls']['tr-tr'] = "Erişim Kontrolleri";
|
||||
$text['title-access_controls']['zh-cn'] = "访问控制";
|
||||
$text['title-access_controls']['ja-jp'] = "アクセス制御";
|
||||
$text['title-access_controls']['ko-kr'] = "액세스 제어";
|
||||
@@ -46,6 +47,7 @@ $text['title-access_control_nodes']['ro-ro'] = "Noduri";
|
||||
$text['title-access_control_nodes']['ru-ru'] = "Узлы";
|
||||
$text['title-access_control_nodes']['sv-se'] = "Noder";
|
||||
$text['title-access_control_nodes']['uk-ua'] = "вузли";
|
||||
$text['title-access_control_nodes']['tr-tr'] = "Düğümler";
|
||||
$text['title-access_control_nodes']['zh-cn'] = "节点";
|
||||
$text['title-access_control_nodes']['ja-jp'] = "ノード";
|
||||
$text['title-access_control_nodes']['ko-kr'] = "노드";
|
||||
@@ -71,6 +73,7 @@ $text['title-access_control_node']['ro-ro'] = "Nod";
|
||||
$text['title-access_control_node']['ru-ru'] = "Узел";
|
||||
$text['title-access_control_node']['sv-se'] = "Nod";
|
||||
$text['title-access_control_node']['uk-ua'] = "вузол";
|
||||
$text['title-access_control_node']['tr-tr'] = "Düğüm";
|
||||
$text['title-access_control_node']['zh-cn'] = "节点";
|
||||
$text['title-access_control_node']['ja-jp'] = "ノード";
|
||||
$text['title-access_control_node']['ko-kr'] = "마디";
|
||||
@@ -96,6 +99,7 @@ $text['title-access_control']['ro-ro'] = "Controlul accesului";
|
||||
$text['title-access_control']['ru-ru'] = "Управление доступом";
|
||||
$text['title-access_control']['sv-se'] = "Åtkomstkontroll";
|
||||
$text['title-access_control']['uk-ua'] = "Управління доступом";
|
||||
$text['title-access_control']['tr-tr'] = "Giriş kontrolu";
|
||||
$text['title-access_control']['zh-cn'] = "访问控制";
|
||||
$text['title-access_control']['ja-jp'] = "アクセス制御";
|
||||
$text['title-access_control']['ko-kr'] = "액세스 제어";
|
||||
@@ -121,6 +125,7 @@ $text['title_description-access_controls']['ro-ro'] = "Lista de control al acces
|
||||
$text['title_description-access_controls']['ru-ru'] = "Контроль доступа может разрешить или запретить диапазоны IP адресов.";
|
||||
$text['title_description-access_controls']['sv-se'] = "Åtkomstkontrollista kan tillåta eller neka intervall av IP-adresser.";
|
||||
$text['title_description-access_controls']['uk-ua'] = "Список контролю доступу може дозволити або заборонити діапазони IP-адрес.";
|
||||
$text['title_description-access_controls']['tr-tr'] = "Erişim kontrol listesi IP adres aralıklarına izin verebilir veya reddedebilir.";
|
||||
$text['title_description-access_controls']['zh-cn'] = "访问控制列表可以允许或拒绝 IP 地址范围。";
|
||||
$text['title_description-access_controls']['ja-jp'] = "アクセス コントロール リストでは、IP アドレスの範囲を許可または拒否できます。";
|
||||
$text['title_description-access_controls']['ko-kr'] = "액세스 제어 목록은 IP 주소 범위를 허용하거나 거부할 수 있습니다.";
|
||||
@@ -146,6 +151,7 @@ $text['label-node_type']['ro-ro'] = "Tip";
|
||||
$text['label-node_type']['ru-ru'] = "Тип";
|
||||
$text['label-node_type']['sv-se'] = "Typ";
|
||||
$text['label-node_type']['uk-ua'] = "Тип";
|
||||
$text['label-node_type']['tr-tr'] = "Tip";
|
||||
$text['label-node_type']['zh-cn'] = "类型";
|
||||
$text['label-node_type']['ja-jp'] = "タイプ";
|
||||
$text['label-node_type']['ko-kr'] = "유형";
|
||||
@@ -171,6 +177,7 @@ $text['label-node_domain']['ro-ro'] = "Domeniu";
|
||||
$text['label-node_domain']['ru-ru'] = "Домен";
|
||||
$text['label-node_domain']['sv-se'] = "Domän";
|
||||
$text['label-node_domain']['uk-ua'] = "домен";
|
||||
$text['label-node_domain']['tr-tr'] = "İhtisas";
|
||||
$text['label-node_domain']['zh-cn'] = "领域";
|
||||
$text['label-node_domain']['ja-jp'] = "ドメイン";
|
||||
$text['label-node_domain']['ko-kr'] = "도메인";
|
||||
@@ -196,6 +203,7 @@ $text['label-node_description']['ro-ro'] = "Descriere";
|
||||
$text['label-node_description']['ru-ru'] = "Описание";
|
||||
$text['label-node_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-node_description']['uk-ua'] = "опис";
|
||||
$text['label-node_description']['tr-tr'] = "Tanım";
|
||||
$text['label-node_description']['zh-cn'] = "描述";
|
||||
$text['label-node_description']['ja-jp'] = "説明";
|
||||
$text['label-node_description']['ko-kr'] = "설명";
|
||||
@@ -221,6 +229,7 @@ $text['label-node_cidr']['ro-ro'] = "CIDR";
|
||||
$text['label-node_cidr']['ru-ru'] = "CIDR";
|
||||
$text['label-node_cidr']['sv-se'] = "CIDR";
|
||||
$text['label-node_cidr']['uk-ua'] = "CIDR";
|
||||
$text['label-node_cidr']['tr-tr'] = "CIDR";
|
||||
$text['label-node_cidr']['zh-cn'] = "CIDR";
|
||||
$text['label-node_cidr']['ja-jp'] = "CIDR";
|
||||
$text['label-node_cidr']['ko-kr'] = "CIDR";
|
||||
@@ -246,6 +255,7 @@ $text['label-deny']['ro-ro'] = "Nega";
|
||||
$text['label-deny']['ru-ru'] = "запретить";
|
||||
$text['label-deny']['sv-se'] = "förneka";
|
||||
$text['label-deny']['uk-ua'] = "правда";
|
||||
$text['label-deny']['tr-tr'] = "reddetmek";
|
||||
$text['label-deny']['zh-cn'] = "否定";
|
||||
$text['label-deny']['ja-jp'] = "拒否";
|
||||
$text['label-deny']['ko-kr'] = "부인하다";
|
||||
@@ -271,6 +281,7 @@ $text['label-allow']['ro-ro'] = "Permite";
|
||||
$text['label-allow']['ru-ru'] = "разрешить";
|
||||
$text['label-allow']['sv-se'] = "tillåta";
|
||||
$text['label-allow']['uk-ua'] = "дозволяти";
|
||||
$text['label-allow']['tr-tr'] = "izin vermek";
|
||||
$text['label-allow']['zh-cn'] = "允许";
|
||||
$text['label-allow']['ja-jp'] = "許可する";
|
||||
$text['label-allow']['ko-kr'] = "허용하다";
|
||||
@@ -296,6 +307,7 @@ $text['label-access_control_name']['ro-ro'] = "Nume";
|
||||
$text['label-access_control_name']['ru-ru'] = "Имя";
|
||||
$text['label-access_control_name']['sv-se'] = "namn";
|
||||
$text['label-access_control_name']['uk-ua'] = "ім'я";
|
||||
$text['label-access_control_name']['tr-tr'] = "İsim";
|
||||
$text['label-access_control_name']['zh-cn'] = "姓名";
|
||||
$text['label-access_control_name']['ja-jp'] = "名前";
|
||||
$text['label-access_control_name']['ko-kr'] = "이름";
|
||||
@@ -321,6 +333,7 @@ $text['label-access_control_default']['ro-ro'] = "Implicit";
|
||||
$text['label-access_control_default']['ru-ru'] = "По умолчанию";
|
||||
$text['label-access_control_default']['sv-se'] = "Standard";
|
||||
$text['label-access_control_default']['uk-ua'] = "дефолт";
|
||||
$text['label-access_control_default']['tr-tr'] = "Varsayılan";
|
||||
$text['label-access_control_default']['zh-cn'] = "默认";
|
||||
$text['label-access_control_default']['ja-jp'] = "デフォルト";
|
||||
$text['label-access_control_default']['ko-kr'] = "기본";
|
||||
@@ -346,6 +359,7 @@ $text['label-access_control_nodes']['ro-ro'] = "Noduri";
|
||||
$text['label-access_control_nodes']['ru-ru'] = "Узлы";
|
||||
$text['label-access_control_nodes']['sv-se'] = "Noder";
|
||||
$text['label-access_control_nodes']['uk-ua'] = "вузли";
|
||||
$text['label-access_control_nodes']['tr-tr'] = "Düğümler";
|
||||
$text['label-access_control_nodes']['zh-cn'] = "节点";
|
||||
$text['label-access_control_nodes']['ja-jp'] = "ノード";
|
||||
$text['label-access_control_nodes']['ko-kr'] = "노드";
|
||||
@@ -371,6 +385,7 @@ $text['label-access_control_description']['ro-ro'] = "Descriere";
|
||||
$text['label-access_control_description']['ru-ru'] = "Описание";
|
||||
$text['label-access_control_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-access_control_description']['uk-ua'] = "опис";
|
||||
$text['label-access_control_description']['tr-tr'] = "Tanım";
|
||||
$text['label-access_control_description']['zh-cn'] = "描述";
|
||||
$text['label-access_control_description']['ja-jp'] = "説明";
|
||||
$text['label-access_control_description']['ko-kr'] = "설명";
|
||||
@@ -396,6 +411,7 @@ $text['description-node_type']['ro-ro'] = "Selectați tipul.";
|
||||
$text['description-node_type']['ru-ru'] = "Выберите тип.";
|
||||
$text['description-node_type']['sv-se'] = "Välj typ.";
|
||||
$text['description-node_type']['uk-ua'] = "Виберіть тип.";
|
||||
$text['description-node_type']['tr-tr'] = "Türü seçin.";
|
||||
$text['description-node_type']['zh-cn'] = "选择类型。";
|
||||
$text['description-node_type']['ja-jp'] = "タイプを選択してください。";
|
||||
$text['description-node_type']['ko-kr'] = "유형을 선택합니다.";
|
||||
@@ -421,6 +437,7 @@ $text['description-node_domain']['ro-ro'] = "Introduceți numele de domeniu.";
|
||||
$text['description-node_domain']['ru-ru'] = "Введите имя домена.";
|
||||
$text['description-node_domain']['sv-se'] = "Ange domännamnet.";
|
||||
$text['description-node_domain']['uk-ua'] = "Введіть ім'я домену.";
|
||||
$text['description-node_domain']['tr-tr'] = "Alan adını girin.";
|
||||
$text['description-node_domain']['zh-cn'] = "输入域名。";
|
||||
$text['description-node_domain']['ja-jp'] = "ドメイン名を入力します。";
|
||||
$text['description-node_domain']['ko-kr'] = "도메인 이름을 입력합니다.";
|
||||
@@ -446,6 +463,7 @@ $text['description-node_description']['ro-ro'] = "Introduceți descrierea.";
|
||||
$text['description-node_description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-node_description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-node_description']['uk-ua'] = "Введіть опис.";
|
||||
$text['description-node_description']['tr-tr'] = "Açıklamayı girin.";
|
||||
$text['description-node_description']['zh-cn'] = "输入说明。";
|
||||
$text['description-node_description']['ja-jp'] = "説明を入力します。";
|
||||
$text['description-node_description']['ko-kr'] = "설명을 입력합니다.";
|
||||
@@ -471,6 +489,7 @@ $text['description-node_cidr']['ro-ro'] = "Introduceți intervalul de IP CIDR.";
|
||||
$text['description-node_cidr']['ru-ru'] = "Введите диапазон IP CIDR.";
|
||||
$text['description-node_cidr']['sv-se'] = "Ange IP CIDR sortimentet.";
|
||||
$text['description-node_cidr']['uk-ua'] = "Введіть діапазон IP-CIDR.";
|
||||
$text['description-node_cidr']['tr-tr'] = "IP CIDR aralığını girin.";
|
||||
$text['description-node_cidr']['zh-cn'] = "输入 IP CIDR 范围。";
|
||||
$text['description-node_cidr']['ja-jp'] = "IP CIDR 範囲を入力します。";
|
||||
$text['description-node_cidr']['ko-kr'] = "IP CIDR 범위를 입력합니다.";
|
||||
@@ -496,6 +515,7 @@ $text['description-access_control_name']['ro-ro'] = "Introduceți numele.";
|
||||
$text['description-access_control_name']['ru-ru'] = "Введите имя.";
|
||||
$text['description-access_control_name']['sv-se'] = "Ange namnet.";
|
||||
$text['description-access_control_name']['uk-ua'] = "Введіть ім'я.";
|
||||
$text['description-access_control_name']['tr-tr'] = "Adı girin.";
|
||||
$text['description-access_control_name']['zh-cn'] = "输入名称。";
|
||||
$text['description-access_control_name']['ja-jp'] = "名前を入力します。";
|
||||
$text['description-access_control_name']['ko-kr'] = "이름을 입력하세요.";
|
||||
@@ -521,6 +541,7 @@ $text['description-access_control_description']['ro-ro'] = "Introduceți descrie
|
||||
$text['description-access_control_description']['ru-ru'] = "Введите описание";
|
||||
$text['description-access_control_description']['sv-se'] = "Ange en beskrivning";
|
||||
$text['description-access_control_description']['uk-ua'] = "Введіть опис";
|
||||
$text['description-access_control_description']['tr-tr'] = "Açıklamayı girin";
|
||||
$text['description-access_control_description']['zh-cn'] = "输入描述";
|
||||
$text['description-access_control_description']['ja-jp'] = "説明を入力してください";
|
||||
$text['description-access_control_description']['ko-kr'] = "설명을 입력하세요";
|
||||
@@ -546,6 +567,7 @@ $text['description-access_control_default']['ro-ro'] = "Selectați tipul implici
|
||||
$text['description-access_control_default']['ru-ru'] = "Выберите тип по умолчанию.";
|
||||
$text['description-access_control_default']['sv-se'] = "Välj standardtypen.";
|
||||
$text['description-access_control_default']['uk-ua'] = "Вибір типу за замовчуванням.";
|
||||
$text['description-access_control_default']['tr-tr'] = "Varsayılan türü seçin.";
|
||||
$text['description-access_control_default']['zh-cn'] = "选择默认类型。";
|
||||
$text['description-access_control_default']['ja-jp'] = "デフォルトのタイプを選択します。";
|
||||
$text['description-access_control_default']['ko-kr'] = "기본 유형을 선택합니다.";
|
||||
|
||||
@@ -21,6 +21,7 @@ $text['title-operator_panel']['ro-ro'] = "Panoul operator";
|
||||
$text['title-operator_panel']['ru-ru'] = "Панель Оператора";
|
||||
$text['title-operator_panel']['sv-se'] = "Telefonist Panel";
|
||||
$text['title-operator_panel']['uk-ua'] = "Оператори";
|
||||
$text['title-operator_panel']['tr-tr'] = "Operatör Paneli";
|
||||
$text['title-operator_panel']['zh-cn'] = "操作面板";
|
||||
$text['title-operator_panel']['ja-jp'] = "オペレーターパネル";
|
||||
$text['title-operator_panel']['ko-kr'] = "운영자 패널";
|
||||
@@ -46,6 +47,7 @@ $text['label-status_on_demand']['ro-ro'] = "La cerere";
|
||||
$text['label-status_on_demand']['ru-ru'] = "По требованию";
|
||||
$text['label-status_on_demand']['sv-se'] = "På Begäran";
|
||||
$text['label-status_on_demand']['uk-ua'] = "На Демі";
|
||||
$text['label-status_on_demand']['tr-tr'] = "Talep üzerine";
|
||||
$text['label-status_on_demand']['zh-cn'] = "一经请求";
|
||||
$text['label-status_on_demand']['ja-jp'] = "オンデマンド";
|
||||
$text['label-status_on_demand']['ko-kr'] = "주문형";
|
||||
@@ -71,6 +73,7 @@ $text['label-status_on_break']['ro-ro'] = "In pauza";
|
||||
$text['label-status_on_break']['ru-ru'] = "Пауза";
|
||||
$text['label-status_on_break']['sv-se'] = "På Rast";
|
||||
$text['label-status_on_break']['uk-ua'] = "Прорив";
|
||||
$text['label-status_on_break']['tr-tr'] = "Molada";
|
||||
$text['label-status_on_break']['zh-cn'] = "休息时";
|
||||
$text['label-status_on_break']['ja-jp'] = "休んで";
|
||||
$text['label-status_on_break']['ko-kr'] = "쉬는 중";
|
||||
@@ -96,6 +99,7 @@ $text['label-status_logged_out_or_unknown']['ro-ro'] = "Deconectat/Necunoscut";
|
||||
$text['label-status_logged_out_or_unknown']['ru-ru'] = "Вышел из системы / Неизвестен";
|
||||
$text['label-status_logged_out_or_unknown']['sv-se'] = "Utloggad / Okänd";
|
||||
$text['label-status_logged_out_or_unknown']['uk-ua'] = "Увійти / Невідомо";
|
||||
$text['label-status_logged_out_or_unknown']['tr-tr'] = "Çıkış Yapıldı / Bilinmiyor";
|
||||
$text['label-status_logged_out_or_unknown']['zh-cn'] = "注销/未知";
|
||||
$text['label-status_logged_out_or_unknown']['ja-jp'] = "ログアウト/不明";
|
||||
$text['label-status_logged_out_or_unknown']['ko-kr'] = "로그아웃됨/알 수 없음";
|
||||
@@ -121,6 +125,7 @@ $text['label-status_logged_out']['ro-ro'] = "Delogat";
|
||||
$text['label-status_logged_out']['ru-ru'] = "Вышел из системы";
|
||||
$text['label-status_logged_out']['sv-se'] = "Utloggad";
|
||||
$text['label-status_logged_out']['uk-ua'] = "Увійти";
|
||||
$text['label-status_logged_out']['tr-tr'] = "Çıkış yapıldı";
|
||||
$text['label-status_logged_out']['zh-cn'] = "登出";
|
||||
$text['label-status_logged_out']['ja-jp'] = "ログアウトしました";
|
||||
$text['label-status_logged_out']['ko-kr'] = "로그아웃됨";
|
||||
@@ -146,6 +151,7 @@ $text['label-status_do_not_disturb']['ro-ro'] = "Nu deranjați";
|
||||
$text['label-status_do_not_disturb']['ru-ru'] = "Просьба не беспокоить";
|
||||
$text['label-status_do_not_disturb']['sv-se'] = "Stör Ej";
|
||||
$text['label-status_do_not_disturb']['uk-ua'] = "Не турбувати";
|
||||
$text['label-status_do_not_disturb']['tr-tr'] = "Rahatsız etmeyin";
|
||||
$text['label-status_do_not_disturb']['zh-cn'] = "请勿打扰";
|
||||
$text['label-status_do_not_disturb']['ja-jp'] = "邪魔しないでください";
|
||||
$text['label-status_do_not_disturb']['ko-kr'] = "방해하지 마";
|
||||
@@ -171,6 +177,7 @@ $text['label-status_available_on_demand']['ro-ro'] = "Disponibil (la cerere)";
|
||||
$text['label-status_available_on_demand']['ru-ru'] = "Доступен (по требованию)";
|
||||
$text['label-status_available_on_demand']['sv-se'] = "Tillgänglig (På Begäran)";
|
||||
$text['label-status_available_on_demand']['uk-ua'] = "Доступний (на вимогу)";
|
||||
$text['label-status_available_on_demand']['tr-tr'] = "Mevcut (Talep Üzerine)";
|
||||
$text['label-status_available_on_demand']['zh-cn'] = "可用(按需)";
|
||||
$text['label-status_available_on_demand']['ja-jp'] = "あり(オンデマンド)";
|
||||
$text['label-status_available_on_demand']['ko-kr'] = "사용 가능(주문형)";
|
||||
@@ -196,6 +203,7 @@ $text['label-status_available']['ro-ro'] = "Disponibil";
|
||||
$text['label-status_available']['ru-ru'] = "Доступен";
|
||||
$text['label-status_available']['sv-se'] = "Tillgänglig";
|
||||
$text['label-status_available']['uk-ua'] = "В наявності";
|
||||
$text['label-status_available']['tr-tr'] = "Mevcut";
|
||||
$text['label-status_available']['zh-cn'] = "可用的";
|
||||
$text['label-status_available']['ja-jp'] = "利用可能";
|
||||
$text['label-status_available']['ko-kr'] = "사용 가능";
|
||||
@@ -221,6 +229,7 @@ $text['label-refresh_pause']['ro-ro'] = "Întrerupeți reîmprospătarea";
|
||||
$text['label-refresh_pause']['ru-ru'] = "Приостановить обновление";
|
||||
$text['label-refresh_pause']['sv-se'] = "Paus Uppdatera";
|
||||
$text['label-refresh_pause']['uk-ua'] = "Пауза Refresh";
|
||||
$text['label-refresh_pause']['tr-tr'] = "Yenilemeyi Duraklat";
|
||||
$text['label-refresh_pause']['zh-cn'] = "暂停刷新";
|
||||
$text['label-refresh_pause']['ja-jp'] = "リフレッシュを一時停止";
|
||||
$text['label-refresh_pause']['ko-kr'] = "새로고침 일시중지";
|
||||
@@ -246,6 +255,7 @@ $text['label-refresh_enable']['ro-ro'] = "Activați Reîmprospătare";
|
||||
$text['label-refresh_enable']['ru-ru'] = "Включить обновление";
|
||||
$text['label-refresh_enable']['sv-se'] = "Aktivera Uppdatering";
|
||||
$text['label-refresh_enable']['uk-ua'] = "Увімкнути Refresh";
|
||||
$text['label-refresh_enable']['tr-tr'] = "Yenilemeyi Etkinleştir";
|
||||
$text['label-refresh_enable']['zh-cn'] = "启用刷新";
|
||||
$text['label-refresh_enable']['ja-jp'] = "リフレッシュを有効にする";
|
||||
$text['label-refresh_enable']['ko-kr'] = "새로 고침 활성화";
|
||||
@@ -271,6 +281,7 @@ $text['label-recording']['ro-ro'] = "Înregistrare";
|
||||
$text['label-recording']['ru-ru'] = "Запись";
|
||||
$text['label-recording']['sv-se'] = "Inspelning";
|
||||
$text['label-recording']['uk-ua'] = "Запис";
|
||||
$text['label-recording']['tr-tr'] = "Kayıt";
|
||||
$text['label-recording']['zh-cn'] = "记录";
|
||||
$text['label-recording']['ja-jp'] = "録音";
|
||||
$text['label-recording']['ko-kr'] = "녹음";
|
||||
@@ -296,6 +307,7 @@ $text['label-record']['ro-ro'] = "Record";
|
||||
$text['label-record']['ru-ru'] = "Воспроизведение";
|
||||
$text['label-record']['sv-se'] = "Spela In";
|
||||
$text['label-record']['uk-ua'] = "Запис";
|
||||
$text['label-record']['tr-tr'] = "Kayıt";
|
||||
$text['label-record']['zh-cn'] = "记录";
|
||||
$text['label-record']['ja-jp'] = "記録";
|
||||
$text['label-record']['ko-kr'] = "기록";
|
||||
@@ -321,6 +333,7 @@ $text['label-other_extensions']['ro-ro'] = "Alte extensii";
|
||||
$text['label-other_extensions']['ru-ru'] = "Другие внутренние номера";
|
||||
$text['label-other_extensions']['sv-se'] = "Annan Anknytning";
|
||||
$text['label-other_extensions']['uk-ua'] = "Інші розширення";
|
||||
$text['label-other_extensions']['tr-tr'] = "Diğer Uzantılar";
|
||||
$text['label-other_extensions']['zh-cn'] = "其他扩展";
|
||||
$text['label-other_extensions']['ja-jp'] = "その他の拡張子";
|
||||
$text['label-other_extensions']['ko-kr'] = "기타 확장";
|
||||
@@ -346,6 +359,7 @@ $text['label-no_extensions_found']['ro-ro'] = "Nu s-au găsit extensii.";
|
||||
$text['label-no_extensions_found']['ru-ru'] = "Внутренних номеров не найдено.";
|
||||
$text['label-no_extensions_found']['sv-se'] = "Ingen anknytning funnen.";
|
||||
$text['label-no_extensions_found']['uk-ua'] = "Не знайдено розширення.";
|
||||
$text['label-no_extensions_found']['tr-tr'] = "Uzantı bulunamadı.";
|
||||
$text['label-no_extensions_found']['zh-cn'] = "未找到扩展。";
|
||||
$text['label-no_extensions_found']['ja-jp'] = "拡張子が見つかりません。";
|
||||
$text['label-no_extensions_found']['ko-kr'] = "확장 프로그램이 없습니다.";
|
||||
@@ -371,6 +385,7 @@ $text['label-hangup']['ro-ro'] = "Rezistă";
|
||||
$text['label-hangup']['ru-ru'] = "Убить";
|
||||
$text['label-hangup']['sv-se'] = "Lägg På";
|
||||
$text['label-hangup']['uk-ua'] = "вбити";
|
||||
$text['label-hangup']['tr-tr'] = "Telefonu kapatmak";
|
||||
$text['label-hangup']['zh-cn'] = "不挂断";
|
||||
$text['label-hangup']['ja-jp'] = "ちょっとまって";
|
||||
$text['label-hangup']['ko-kr'] = "잠깐만";
|
||||
@@ -396,6 +411,7 @@ $text['label-eavesdrop']['ro-ro'] = "Trage cu urechea";
|
||||
$text['label-eavesdrop']['ru-ru'] = "Подслушивать";
|
||||
$text['label-eavesdrop']['sv-se'] = "Medlyssning";
|
||||
$text['label-eavesdrop']['uk-ua'] = "підслуховувати";
|
||||
$text['label-eavesdrop']['tr-tr'] = "Kulak misafiri olmak";
|
||||
$text['label-eavesdrop']['zh-cn'] = "窃听";
|
||||
$text['label-eavesdrop']['ja-jp'] = "盗聴";
|
||||
$text['label-eavesdrop']['ko-kr'] = "엿듣다";
|
||||
@@ -421,6 +437,7 @@ $text['label-call_group']['ro-ro'] = "Grup de apeluri";
|
||||
$text['label-call_group']['ru-ru'] = "Группы вызова";
|
||||
$text['label-call_group']['sv-se'] = "Ring Grupp";
|
||||
$text['label-call_group']['uk-ua'] = "груповий виклик";
|
||||
$text['label-call_group']['tr-tr'] = "Çağrı Grubu";
|
||||
$text['label-call_group']['zh-cn'] = "呼叫组";
|
||||
$text['label-call_group']['ja-jp'] = "通話グループ";
|
||||
$text['label-call_group']['ko-kr'] = "통화 그룹";
|
||||
@@ -446,6 +463,7 @@ $text['label-call_direction']['ro-ro'] = "Direcția de apel";
|
||||
$text['label-call_direction']['ru-ru'] = "Направление вызова";
|
||||
$text['label-call_direction']['sv-se'] = "Samtals Riktning";
|
||||
$text['label-call_direction']['uk-ua'] = "напрямок виклику";
|
||||
$text['label-call_direction']['tr-tr'] = "Çağrı Yönü";
|
||||
$text['label-call_direction']['zh-cn'] = "呼叫方向";
|
||||
$text['label-call_direction']['ja-jp'] = "通話方向";
|
||||
$text['label-call_direction']['ko-kr'] = "통화 방향";
|
||||
@@ -471,6 +489,7 @@ $text['label-filter']['ro-ro'] = "Filtru...";
|
||||
$text['label-filter']['ru-ru'] = "Фильтр";
|
||||
$text['label-filter']['sv-se'] = "Filter...";
|
||||
$text['label-filter']['uk-ua'] = "Фільтри";
|
||||
$text['label-filter']['tr-tr'] = "Filtrele...";
|
||||
$text['label-filter']['zh-cn'] = "筛选";
|
||||
$text['label-filter']['ja-jp'] = "フィルター";
|
||||
$text['label-filter']['ko-kr'] = "필터";
|
||||
@@ -496,6 +515,7 @@ $text['description-eavesdrop_destination']['ro-ro'] = "Selectați Destinația Ea
|
||||
$text['description-eavesdrop_destination']['ru-ru'] = "Выберите подслушивание пункта назначения";
|
||||
$text['description-eavesdrop_destination']['sv-se'] = "Välj Medlyssning Destination";
|
||||
$text['description-eavesdrop_destination']['uk-ua'] = "Виберіть пункт призначення підслуховувати";
|
||||
$text['description-eavesdrop_destination']['tr-tr'] = "Dinleme Hedefini Seçin";
|
||||
$text['description-eavesdrop_destination']['zh-cn'] = "选择窃听目的地";
|
||||
$text['description-eavesdrop_destination']['ja-jp'] = "盗聴先を選択";
|
||||
$text['description-eavesdrop_destination']['ko-kr'] = "도청 대상 선택";
|
||||
@@ -521,6 +541,7 @@ $text['button-all']['ro-ro'] = "Toate";
|
||||
$text['button-all']['ru-ru'] = "Все";
|
||||
$text['button-all']['sv-se'] = "Alla";
|
||||
$text['button-all']['uk-ua'] = "Всі";
|
||||
$text['button-all']['tr-tr'] = "Tüm";
|
||||
$text['button-all']['zh-cn'] = "全部";
|
||||
$text['button-all']['ja-jp'] = "全て";
|
||||
$text['button-all']['ko-kr'] = "모두";
|
||||
|
||||
@@ -21,6 +21,7 @@ $text['title-bridges']['ro-ro'] = "Poduri";
|
||||
$text['title-bridges']['ru-ru'] = "Мосты";
|
||||
$text['title-bridges']['sv-se'] = "Broar";
|
||||
$text['title-bridges']['uk-ua'] = "Мости";
|
||||
$text['title-bridges']['tr-tr'] = "Köprüler";
|
||||
$text['title-bridges']['zh-cn'] = "桥梁";
|
||||
$text['title-bridges']['ja-jp'] = "橋";
|
||||
$text['title-bridges']['ko-kr'] = "교량";
|
||||
@@ -46,6 +47,7 @@ $text['title-bridge']['ro-ro'] = "Pod";
|
||||
$text['title-bridge']['ru-ru'] = "Мост";
|
||||
$text['title-bridge']['sv-se'] = "Bro";
|
||||
$text['title-bridge']['uk-ua'] = "Міст";
|
||||
$text['title-bridge']['tr-tr'] = "Köprü";
|
||||
$text['title-bridge']['zh-cn'] = "桥";
|
||||
$text['title-bridge']['ja-jp'] = "橋";
|
||||
$text['title-bridge']['ko-kr'] = "다리";
|
||||
@@ -71,34 +73,36 @@ $text['title_description-bridge']['ro-ro'] = "Adăugați declarații bridge la l
|
||||
$text['title_description-bridge']['ru-ru'] = "Добавьте операторы моста в список выбора места назначения.";
|
||||
$text['title_description-bridge']['sv-se'] = "Lägg till bryggsatser till destinationsvallistan.";
|
||||
$text['title_description-bridge']['uk-ua'] = "Додайте оператори моста до списку вибору призначення.";
|
||||
$text['title_description-bridge']['tr-tr'] = "Hedef seçim listesine köprü ifadeleri ekleyin.";
|
||||
$text['title_description-bridge']['zh-cn'] = "将桥接语句添加到目标选择列表。";
|
||||
$text['title_description-bridge']['ja-jp'] = "宛先選択リストにブリッジ ステートメントを追加します。";
|
||||
$text['title_description-bridge']['ko-kr'] = "대상 선택 목록에 브리지 문을 추가합니다.";
|
||||
|
||||
$text['label-bridge_import']['en-us'] = "Bridge Import";
|
||||
$text['label-bridge_import']['en-gb'] = "Bridge Import";
|
||||
$text['label-bridge_import']['ar-eg'] = "";
|
||||
$text['label-bridge_import']['de-at'] = "";
|
||||
$text['label-bridge_import']['de-ch'] = "";
|
||||
$text['label-bridge_import']['de-de'] = "";
|
||||
$text['label-bridge_import']['el-gr'] = "";
|
||||
$text['label-bridge_import']['es-cl'] = "";
|
||||
$text['label-bridge_import']['es-mx'] = "";
|
||||
$text['label-bridge_import']['fr-ca'] = "";
|
||||
$text['label-bridge_import']['fr-fr'] = "";
|
||||
$text['label-bridge_import']['he-il'] = "";
|
||||
$text['label-bridge_import']['it-it'] = "";
|
||||
$text['label-bridge_import']['nl-nl'] = "";
|
||||
$text['label-bridge_import']['pl-pl'] = "";
|
||||
$text['label-bridge_import']['pt-br'] = "";
|
||||
$text['label-bridge_import']['pt-pt'] = "";
|
||||
$text['label-bridge_import']['ro-ro'] = "";
|
||||
$text['label-bridge_import']['ru-ru'] = "";
|
||||
$text['label-bridge_import']['sv-se'] = "";
|
||||
$text['label-bridge_import']['uk-ua'] = "";
|
||||
$text['label-bridge_import']['zh-cn'] = "";
|
||||
$text['label-bridge_import']['ja-jp'] = "";
|
||||
$text['label-bridge_import']['ko-kr'] = "";
|
||||
$text['label-bridge_import']['ar-eg'] = "استيراد الجسر";
|
||||
$text['label-bridge_import']['de-at'] = "Bridge-Import";
|
||||
$text['label-bridge_import']['de-ch'] = "Bridge-Import";
|
||||
$text['label-bridge_import']['de-de'] = "Bridge-Import";
|
||||
$text['label-bridge_import']['el-gr'] = "Εισαγωγή Γέφυρας";
|
||||
$text['label-bridge_import']['es-cl'] = "Importación de puente";
|
||||
$text['label-bridge_import']['es-mx'] = "Importación de puente";
|
||||
$text['label-bridge_import']['fr-ca'] = "Importation de pont";
|
||||
$text['label-bridge_import']['fr-fr'] = "Importation de pont";
|
||||
$text['label-bridge_import']['he-il'] = "ייבוא גשר";
|
||||
$text['label-bridge_import']['it-it'] = "Importazione del ponte";
|
||||
$text['label-bridge_import']['nl-nl'] = "Bridge importeren";
|
||||
$text['label-bridge_import']['pl-pl'] = "Import mostu";
|
||||
$text['label-bridge_import']['pt-br'] = "Importação de ponte";
|
||||
$text['label-bridge_import']['pt-pt'] = "Importação de ponte";
|
||||
$text['label-bridge_import']['ro-ro'] = "Import de pod";
|
||||
$text['label-bridge_import']['ru-ru'] = "Импорт моста";
|
||||
$text['label-bridge_import']['sv-se'] = "Bridge Import";
|
||||
$text['label-bridge_import']['uk-ua'] = "Імпорт міст";
|
||||
$text['label-bridge_import']['tr-tr'] = "Köprü İçe Aktarımı";
|
||||
$text['label-bridge_import']['zh-cn'] = "桥导入";
|
||||
$text['label-bridge_import']['ja-jp'] = "ブリッジインポート";
|
||||
$text['label-bridge_import']['ko-kr'] = "브릿지 임포트";
|
||||
|
||||
$text['label-bridge_name']['en-us'] = "Name";
|
||||
$text['label-bridge_name']['en-gb'] = "Name";
|
||||
@@ -121,6 +125,7 @@ $text['label-bridge_name']['ro-ro'] = "Nume";
|
||||
$text['label-bridge_name']['ru-ru'] = "Имя";
|
||||
$text['label-bridge_name']['sv-se'] = "namn";
|
||||
$text['label-bridge_name']['uk-ua'] = "Імя";
|
||||
$text['label-bridge_name']['tr-tr'] = "İsim";
|
||||
$text['label-bridge_name']['zh-cn'] = "姓名";
|
||||
$text['label-bridge_name']['ja-jp'] = "名前";
|
||||
$text['label-bridge_name']['ko-kr'] = "이름";
|
||||
@@ -146,6 +151,7 @@ $text['description-bridge_name']['ro-ro'] = "Introduceți numele.";
|
||||
$text['description-bridge_name']['ru-ru'] = "Введите имя.";
|
||||
$text['description-bridge_name']['sv-se'] = "Ange namnet.";
|
||||
$text['description-bridge_name']['uk-ua'] = "Введіть назву.";
|
||||
$text['description-bridge_name']['tr-tr'] = "Adı girin.";
|
||||
$text['description-bridge_name']['zh-cn'] = "输入名称。";
|
||||
$text['description-bridge_name']['ja-jp'] = "名前を入力します。";
|
||||
$text['description-bridge_name']['ko-kr'] = "이름을 입력하세요.";
|
||||
@@ -171,6 +177,7 @@ $text['label-bridge_action']['ro-ro'] = "Acțiune";
|
||||
$text['label-bridge_action']['ru-ru'] = "Действие";
|
||||
$text['label-bridge_action']['sv-se'] = "Aktion";
|
||||
$text['label-bridge_action']['uk-ua'] = "Дія";
|
||||
$text['label-bridge_action']['tr-tr'] = "Aksiyon";
|
||||
$text['label-bridge_action']['zh-cn'] = "行动";
|
||||
$text['label-bridge_action']['ja-jp'] = "アクション";
|
||||
$text['label-bridge_action']['ko-kr'] = "행동";
|
||||
@@ -196,6 +203,7 @@ $text['description-bridge_action']['ro-ro'] = "Selectați acțiunea bridge.";
|
||||
$text['description-bridge_action']['ru-ru'] = "Выберите действие моста.";
|
||||
$text['description-bridge_action']['sv-se'] = "Välj broåtgärd.";
|
||||
$text['description-bridge_action']['uk-ua'] = "Виберіть дію моста.";
|
||||
$text['description-bridge_action']['tr-tr'] = "Köprü eylemini seçin.";
|
||||
$text['description-bridge_action']['zh-cn'] = "选择桥接动作。";
|
||||
$text['description-bridge_action']['ja-jp'] = "ブリッジアクションを選択します。";
|
||||
$text['description-bridge_action']['ko-kr'] = "브리지 작업을 선택합니다.";
|
||||
@@ -221,6 +229,7 @@ $text['label-bridge_destination']['ro-ro'] = "Destinaţie";
|
||||
$text['label-bridge_destination']['ru-ru'] = "Место назначения";
|
||||
$text['label-bridge_destination']['sv-se'] = "Destination";
|
||||
$text['label-bridge_destination']['uk-ua'] = "Пункт призначення";
|
||||
$text['label-bridge_destination']['tr-tr'] = "Varış noktası";
|
||||
$text['label-bridge_destination']['zh-cn'] = "目的地";
|
||||
$text['label-bridge_destination']['ja-jp'] = "行き先";
|
||||
$text['label-bridge_destination']['ko-kr'] = "목적지";
|
||||
@@ -246,6 +255,7 @@ $text['description-bridge_destination']['ro-ro'] = "Introduceți destinația.";
|
||||
$text['description-bridge_destination']['ru-ru'] = "Введите пункт назначения.";
|
||||
$text['description-bridge_destination']['sv-se'] = "Ange destinationen.";
|
||||
$text['description-bridge_destination']['uk-ua'] = "Введіть пункт призначення.";
|
||||
$text['description-bridge_destination']['tr-tr'] = "Hedefi girin.";
|
||||
$text['description-bridge_destination']['zh-cn'] = "输入目的地。";
|
||||
$text['description-bridge_destination']['ja-jp'] = "目的地を入力します。";
|
||||
$text['description-bridge_destination']['ko-kr'] = "목적지를 입력하세요.";
|
||||
@@ -271,6 +281,7 @@ $text['label-bridge_enabled']['ro-ro'] = "Activat";
|
||||
$text['label-bridge_enabled']['ru-ru'] = "Включено";
|
||||
$text['label-bridge_enabled']['sv-se'] = "Aktiverad";
|
||||
$text['label-bridge_enabled']['uk-ua'] = "Увімкнено";
|
||||
$text['label-bridge_enabled']['tr-tr'] = "Etkinleştirilmiş";
|
||||
$text['label-bridge_enabled']['zh-cn'] = "启用";
|
||||
$text['label-bridge_enabled']['ja-jp'] = "有効";
|
||||
$text['label-bridge_enabled']['ko-kr'] = "사용";
|
||||
@@ -296,6 +307,7 @@ $text['description-bridge_enabled']['ro-ro'] = "Selectați pentru a activa sau d
|
||||
$text['description-bridge_enabled']['ru-ru'] = "Выберите, чтобы включить или отключить.";
|
||||
$text['description-bridge_enabled']['sv-se'] = "Välj för att aktivera eller inaktivera.";
|
||||
$text['description-bridge_enabled']['uk-ua'] = "Виберіть, щоб увімкнути або вимкнути.";
|
||||
$text['description-bridge_enabled']['tr-tr'] = "Etkinleştirmek veya devre dışı bırakmak için seçin.";
|
||||
$text['description-bridge_enabled']['zh-cn'] = "选择启用或禁用。";
|
||||
$text['description-bridge_enabled']['ja-jp'] = "有効または無効を選択します。";
|
||||
$text['description-bridge_enabled']['ko-kr'] = "활성화 또는 비활성화를 선택합니다.";
|
||||
@@ -322,6 +334,7 @@ $text['label-bridge_description']['ru-ru'] = "Описание";
|
||||
$text['label-bridge_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-bridge_description']['uk-ua'] = "Опис";
|
||||
$text['label-bridge_description']['tr-tr'] = "Açıklama";
|
||||
$text['label-bridge_description']['tr-tr'] = "Tanım";
|
||||
$text['label-bridge_description']['zh-cn'] = "描述";
|
||||
$text['label-bridge_description']['ja-jp'] = "説明";
|
||||
$text['label-bridge_description']['ko-kr'] = "설명";
|
||||
@@ -347,6 +360,7 @@ $text['description-bridge_description']['ro-ro'] = "Introduceți descrierea.";
|
||||
$text['description-bridge_description']['ru-ru'] = "Введите описание.";
|
||||
$text['description-bridge_description']['sv-se'] = "Ange beskrivningen.";
|
||||
$text['description-bridge_description']['uk-ua'] = "Введіть опис.";
|
||||
$text['description-bridge_description']['tr-tr'] = "Açıklamayı girin.";
|
||||
$text['description-bridge_description']['zh-cn'] = "输入说明。";
|
||||
$text['description-bridge_description']['ja-jp'] = "説明を入力します。";
|
||||
$text['description-bridge_description']['ko-kr'] = "설명을 입력합니다.";
|
||||
@@ -372,6 +386,7 @@ $text['label-bridge_profile']['ro-ro'] = "Profil";
|
||||
$text['label-bridge_profile']['ru-ru'] = "Профиль";
|
||||
$text['label-bridge_profile']['sv-se'] = "Profil";
|
||||
$text['label-bridge_profile']['uk-ua'] = "Профіль";
|
||||
$text['label-bridge_profile']['tr-tr'] = "Profil";
|
||||
$text['label-bridge_profile']['zh-cn'] = "轮廓";
|
||||
$text['label-bridge_profile']['ja-jp'] = "プロフィール";
|
||||
$text['label-bridge_profile']['ko-kr'] = "프로필";
|
||||
@@ -397,6 +412,7 @@ $text['description-bridge_profile']['ro-ro'] = "Introduceți profilul aici.";
|
||||
$text['description-bridge_profile']['ru-ru'] = "Выберите профиль, используемый для этого шлюза.";
|
||||
$text['description-bridge_profile']['sv-se'] = "Definiera inställningar för denna profil.";
|
||||
$text['description-bridge_profile']['uk-ua'] = "Введіть профіль тут.";
|
||||
$text['description-bridge_profile']['tr-tr'] = "Profili buraya girin.";
|
||||
$text['description-bridge_profile']['zh-cn'] = "在此处输入个人资料。";
|
||||
$text['description-bridge_profile']['ja-jp'] = "ここにプロフィールを入力します。";
|
||||
$text['description-bridge_profile']['ko-kr'] = "여기에 프로필을 입력하세요.";
|
||||
@@ -422,6 +438,7 @@ $text['label-bridge_variables']['ro-ro'] = "Variabile";
|
||||
$text['label-bridge_variables']['ru-ru'] = "Переменные";
|
||||
$text['label-bridge_variables']['sv-se'] = "Variabler";
|
||||
$text['label-bridge_variables']['uk-ua'] = "Змінні";
|
||||
$text['label-bridge_variables']['tr-tr'] = "Değişkenler";
|
||||
$text['label-bridge_variables']['zh-cn'] = "变量";
|
||||
$text['label-bridge_variables']['ja-jp'] = "変数";
|
||||
$text['label-bridge_variables']['ko-kr'] = "변수";
|
||||
@@ -447,6 +464,7 @@ $text['description-bridge_variables']['ro-ro'] = "Setați o valoare pentru varia
|
||||
$text['description-bridge_variables']['ru-ru'] = "Установите значение для переменной.";
|
||||
$text['description-bridge_variables']['sv-se'] = "Ställ in ett värde för variabeln.";
|
||||
$text['description-bridge_variables']['uk-ua'] = "Установіть значення для змінної.";
|
||||
$text['description-bridge_variables']['tr-tr'] = "Değişken için bir değer belirleyin.";
|
||||
$text['description-bridge_variables']['zh-cn'] = "为变量设置一个值。";
|
||||
$text['description-bridge_variables']['ja-jp'] = "変数の値を設定します。";
|
||||
$text['description-bridge_variables']['ko-kr'] = "변수의 값을 설정합니다.";
|
||||
@@ -472,6 +490,7 @@ $text['label-bridge_gateways']['ro-ro'] = "portal";
|
||||
$text['label-bridge_gateways']['ru-ru'] = "Шлюзы";
|
||||
$text['label-bridge_gateways']['sv-se'] = "Gateways";
|
||||
$text['label-bridge_gateways']['uk-ua'] = "Шлюзи";
|
||||
$text['label-bridge_gateways']['tr-tr'] = "Ağ geçitleri";
|
||||
$text['label-bridge_gateways']['zh-cn'] = "网关";
|
||||
$text['label-bridge_gateways']['ja-jp'] = "ゲートウェイ";
|
||||
$text['label-bridge_gateways']['ko-kr'] = "게이트웨이";
|
||||
@@ -497,6 +516,7 @@ $text['description-bridge_gateways']['ro-ro'] = "Selectați poarta de acces.";
|
||||
$text['description-bridge_gateways']['ru-ru'] = "Выберите шлюз.";
|
||||
$text['description-bridge_gateways']['sv-se'] = "Välj gateway.";
|
||||
$text['description-bridge_gateways']['uk-ua'] = "Виберіть шлюз.";
|
||||
$text['description-bridge_gateways']['tr-tr'] = "Ağ geçidini seçin.";
|
||||
$text['description-bridge_gateways']['zh-cn'] = "选择网关。";
|
||||
$text['description-bridge_gateways']['ja-jp'] = "ゲートウェイを選択します。";
|
||||
$text['description-bridge_gateways']['ko-kr'] = "게이트웨이를 선택합니다.";
|
||||
@@ -522,6 +542,7 @@ $text['description-bridge_variables']['ro-ro'] = "Setați o valoare pentru varia
|
||||
$text['description-bridge_variables']['ru-ru'] = "Установите значение для переменной.";
|
||||
$text['description-bridge_variables']['sv-se'] = "Ställ in ett värde för variabeln.";
|
||||
$text['description-bridge_variables']['uk-ua'] = "Установіть значення для змінної.";
|
||||
$text['description-bridge_variables']['tr-tr'] = "Değişken için bir değer belirleyin.";
|
||||
$text['description-bridge_variables']['zh-cn'] = "为变量设置一个值。";
|
||||
$text['description-bridge_variables']['ja-jp'] = "変数の値を設定します。";
|
||||
$text['description-bridge_variables']['ko-kr'] = "변수의 값을 설정합니다.";
|
||||
@@ -547,6 +568,7 @@ $text['label-destination_number']['ro-ro'] = "Numarul destinatiei";
|
||||
$text['label-destination_number']['ru-ru'] = "Номер назначения";
|
||||
$text['label-destination_number']['sv-se'] = "Destinationsnummer";
|
||||
$text['label-destination_number']['uk-ua'] = "Номер призначення";
|
||||
$text['label-destination_number']['tr-tr'] = "Hedef numara";
|
||||
$text['label-destination_number']['zh-cn'] = "目的地号码";
|
||||
$text['label-destination_number']['ja-jp'] = "宛先番号";
|
||||
$text['label-destination_number']['ko-kr'] = "대상 번호";
|
||||
@@ -572,6 +594,7 @@ $text['description-destination_number']['ro-ro'] = "Setați numărul de destina
|
||||
$text['description-destination_number']['ru-ru'] = "Установите номер назначения для действия.";
|
||||
$text['description-destination_number']['sv-se'] = "Ställ in destinationsnumret för åtgärden.";
|
||||
$text['description-destination_number']['uk-ua'] = "Встановіть номер призначення для дії.";
|
||||
$text['description-destination_number']['tr-tr'] = "Eylemin hedef numarasını ayarlayın.";
|
||||
$text['description-destination_number']['zh-cn'] = "设置操作的目标号码。";
|
||||
$text['description-destination_number']['ja-jp'] = "アクションの宛先番号を設定します。";
|
||||
$text['description-destination_number']['ko-kr'] = "작업의 대상 번호를 설정합니다.";
|
||||
|
||||
@@ -21,6 +21,7 @@ $text['title-call-block']['ro-ro'] = "Blocare apel";
|
||||
$text['title-call-block']['ru-ru'] = "Черный список";
|
||||
$text['title-call-block']['sv-se'] = "Blockera Samtal";
|
||||
$text['title-call-block']['uk-ua'] = "Блокування дзвінків";
|
||||
$text['title-call-block']['tr-tr'] = "Çağrı Engelleme";
|
||||
$text['title-call-block']['zh-cn'] = "呼叫块";
|
||||
$text['title-call-block']['ja-jp'] = "コールブロック";
|
||||
$text['title-call-block']['ko-kr'] = "통화 차단";
|
||||
@@ -46,6 +47,7 @@ $text['heading-recent_calls']['ro-ro'] = "Apeluri recente";
|
||||
$text['heading-recent_calls']['ru-ru'] = "Недавние вызовы";
|
||||
$text['heading-recent_calls']['sv-se'] = "Senaste Samtal";
|
||||
$text['heading-recent_calls']['uk-ua'] = "Останні дзвінки";
|
||||
$text['heading-recent_calls']['tr-tr'] = "Son aramalar";
|
||||
$text['heading-recent_calls']['zh-cn'] = "最近通话";
|
||||
$text['heading-recent_calls']['ja-jp'] = "最近の通話";
|
||||
$text['heading-recent_calls']['ko-kr'] = "최근 통화";
|
||||
@@ -71,6 +73,7 @@ $text['heading-block_recent_calls']['ro-ro'] = "Blocare apel recent";
|
||||
$text['heading-block_recent_calls']['ru-ru'] = "Блокировать недавний вызов";
|
||||
$text['heading-block_recent_calls']['sv-se'] = "Blockera Senaste Samtal";
|
||||
$text['heading-block_recent_calls']['uk-ua'] = "Блокувати недавній дзвінок";
|
||||
$text['heading-block_recent_calls']['tr-tr'] = "Son Aramaları Engelle";
|
||||
$text['heading-block_recent_calls']['zh-cn'] = "阻止最近通话";
|
||||
$text['heading-block_recent_calls']['ja-jp'] = "最近の通話をブロックする";
|
||||
$text['heading-block_recent_calls']['ko-kr'] = "최근 통화 차단";
|
||||
@@ -96,6 +99,7 @@ $text['label-update-complete']['ro-ro'] = "Actualizare completă";
|
||||
$text['label-update-complete']['ru-ru'] = "Обновление завершено";
|
||||
$text['label-update-complete']['sv-se'] = "Uppdatering Klar";
|
||||
$text['label-update-complete']['uk-ua'] = "Оновлено";
|
||||
$text['label-update-complete']['tr-tr'] = "Güncelleme tamamlandı";
|
||||
$text['label-update-complete']['zh-cn'] = "更新完成";
|
||||
$text['label-update-complete']['ja-jp'] = "アップデート完了";
|
||||
$text['label-update-complete']['ko-kr'] = "업데이트 완료";
|
||||
@@ -121,6 +125,7 @@ $text['label-reject']['ro-ro'] = "Respinge";
|
||||
$text['label-reject']['ru-ru'] = "Отклонить";
|
||||
$text['label-reject']['sv-se'] = "Neka";
|
||||
$text['label-reject']['uk-ua'] = "Відхилити";
|
||||
$text['label-reject']['tr-tr'] = "Reddetmek";
|
||||
$text['label-reject']['zh-cn'] = "拒绝";
|
||||
$text['label-reject']['ja-jp'] = "拒絶";
|
||||
$text['label-reject']['ko-kr'] = "거부하다";
|
||||
@@ -146,6 +151,7 @@ $text['label-provide-number']['ro-ro'] = "Vă rugăm să furnizați: numărul";
|
||||
$text['label-provide-number']['ru-ru'] = "Введите номер";
|
||||
$text['label-provide-number']['sv-se'] = "Ange: Nummer";
|
||||
$text['label-provide-number']['uk-ua'] = "Введіть номер";
|
||||
$text['label-provide-number']['tr-tr'] = "Lütfen belirtin: Numara";
|
||||
$text['label-provide-number']['zh-cn'] = "请提供:号码";
|
||||
$text['label-provide-number']['ja-jp'] = "入力してください: 番号";
|
||||
$text['label-provide-number']['ko-kr'] = "제공하십시오: 번호";
|
||||
@@ -171,6 +177,7 @@ $text['label-provide-name']['ro-ro'] = "Vă rugăm să furnizați: Nume";
|
||||
$text['label-provide-name']['ru-ru'] = "Пожалуйста, введите: Имя";
|
||||
$text['label-provide-name']['sv-se'] = "Ange: Namn";
|
||||
$text['label-provide-name']['uk-ua'] = "Введіть назву";
|
||||
$text['label-provide-name']['tr-tr'] = "Lütfen belirtin: Ad";
|
||||
$text['label-provide-name']['zh-cn'] = "请提供:姓名";
|
||||
$text['label-provide-name']['ja-jp'] = "入力してください: 名前";
|
||||
$text['label-provide-name']['ko-kr'] = "제공하십시오: 이름";
|
||||
@@ -196,6 +203,7 @@ $text['label-provide-enabled']['ro-ro'] = "Vă rugăm să furnizați: Activat";
|
||||
$text['label-provide-enabled']['ru-ru'] = "Пожалуйста, введите: Включить";
|
||||
$text['label-provide-enabled']['sv-se'] = "Ange: Aktiverad";
|
||||
$text['label-provide-enabled']['uk-ua'] = "Включити/відключити";
|
||||
$text['label-provide-enabled']['tr-tr'] = "Lütfen şunu sağlayın: Etkin";
|
||||
$text['label-provide-enabled']['zh-cn'] = "请提供:启用";
|
||||
$text['label-provide-enabled']['ja-jp'] = "提供してください: 有効";
|
||||
$text['label-provide-enabled']['ko-kr'] = "제공하십시오: 활성화됨";
|
||||
@@ -220,6 +228,7 @@ $text['label-country_code']['ro-ro'] = "Codul tarii";
|
||||
$text['label-country_code']['ru-ru'] = "Код страны";
|
||||
$text['label-country_code']['sv-se'] = "Landskod";
|
||||
$text['label-country_code']['uk-ua'] = "Код країни";
|
||||
$text['label-country_code']['tr-tr'] = "Ülke kodu";
|
||||
$text['label-country_code']['zh-cn'] = "国家代码";
|
||||
$text['label-country_code']['ja-jp'] = "国コード";
|
||||
$text['label-country_code']['ko-kr'] = "국가 코드";
|
||||
@@ -245,6 +254,7 @@ $text['label-number']['ro-ro'] = "Număr";
|
||||
$text['label-number']['ru-ru'] = "Номер";
|
||||
$text['label-number']['sv-se'] = "Nummer";
|
||||
$text['label-number']['uk-ua'] = "Номер";
|
||||
$text['label-number']['tr-tr'] = "Sayı";
|
||||
$text['label-number']['zh-cn'] = "数字";
|
||||
$text['label-number']['ja-jp'] = "番号";
|
||||
$text['label-number']['ko-kr'] = "숫자";
|
||||
@@ -270,6 +280,7 @@ $text['label-message']['ro-ro'] = "Mesaj";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-message']['tr-tr'] = "İleti";
|
||||
$text['label-message']['zh-cn'] = "信息";
|
||||
$text['label-message']['ja-jp'] = "メッセージ";
|
||||
$text['label-message']['ko-kr'] = "메시지";
|
||||
@@ -294,6 +305,7 @@ $text['label-ivr_menus']['ro-ro'] = "Meniuri IVR";
|
||||
$text['label-ivr_menus']['ru-ru'] = "Голосовые Меню (IVR)";
|
||||
$text['label-ivr_menus']['sv-se'] = "IVR Menyer";
|
||||
$text['label-ivr_menus']['uk-ua'] = "Меню IVR";
|
||||
$text['label-ivr_menus']['tr-tr'] = "IVR Menüleri";
|
||||
$text['label-ivr_menus']['zh-cn'] = "IVR 菜单";
|
||||
$text['label-ivr_menus']['ja-jp'] = "IVR メニュー";
|
||||
$text['label-ivr_menus']['ko-kr'] = "IVR 메뉴";
|
||||
@@ -318,6 +330,7 @@ $text['label-ivr']['ro-ro'] = "IVR";
|
||||
$text['label-ivr']['ru-ru'] = "IVR";
|
||||
$text['label-ivr']['sv-se'] = "IVR";
|
||||
$text['label-ivr']['uk-ua'] = "IVR";
|
||||
$text['label-ivr']['tr-tr'] = "IVR";
|
||||
$text['label-ivr']['zh-cn'] = "IVR";
|
||||
$text['label-ivr']['ja-jp'] = "IVR";
|
||||
$text['label-ivr']['ko-kr'] = "IVR";
|
||||
@@ -342,6 +355,7 @@ $text['label-ring_groups']['ro-ro'] = "Grupuri de apeluri";
|
||||
$text['label-ring_groups']['ru-ru'] = "Кольцевые группы";
|
||||
$text['label-ring_groups']['sv-se'] = "Ringgrupper";
|
||||
$text['label-ring_groups']['uk-ua'] = "Кільцеві групи";
|
||||
$text['label-ring_groups']['tr-tr'] = "Zil Grupları";
|
||||
$text['label-ring_groups']['zh-cn'] = "振铃组";
|
||||
$text['label-ring_groups']['ja-jp'] = "着信グループ";
|
||||
$text['label-ring_groups']['ko-kr'] = "전화 수신 그룹";
|
||||
@@ -366,6 +380,7 @@ $text['label-ring_group']['ro-ro'] = "Grup de apeluri";
|
||||
$text['label-ring_group']['ru-ru'] = "Группа вызовов";
|
||||
$text['label-ring_group']['sv-se'] = "Ringgrupp";
|
||||
$text['label-ring_group']['uk-ua'] = "Кільцева група";
|
||||
$text['label-ring_group']['tr-tr'] = "Yüzük Grubu";
|
||||
$text['label-ring_group']['zh-cn'] = "环组";
|
||||
$text['label-ring_group']['ja-jp'] = "リンググループ";
|
||||
$text['label-ring_group']['ko-kr'] = "링 그룹";
|
||||
@@ -391,6 +406,7 @@ $text['label-local']['ro-ro'] = "Local";
|
||||
$text['label-local']['ru-ru'] = "Локальный";
|
||||
$text['label-local']['sv-se'] = "Lokal";
|
||||
$text['label-local']['uk-ua'] = "Місцевий";
|
||||
$text['label-local']['tr-tr'] = "Yerel";
|
||||
$text['label-local']['zh-cn'] = "当地的";
|
||||
$text['label-local']['ja-jp'] = "地元";
|
||||
$text['label-local']['ko-kr'] = "-현지의";
|
||||
@@ -416,6 +432,7 @@ $text['label-inbound']['ro-ro'] = "Intrare";
|
||||
$text['label-inbound']['ru-ru'] = "Входящий";
|
||||
$text['label-inbound']['sv-se'] = "Inkommande";
|
||||
$text['label-inbound']['uk-ua'] = "Вихідний";
|
||||
$text['label-inbound']['tr-tr'] = "Gelen";
|
||||
$text['label-inbound']['zh-cn'] = "入境";
|
||||
$text['label-inbound']['ja-jp'] = "インバウンド";
|
||||
$text['label-inbound']['ko-kr'] = "인바운드";
|
||||
@@ -440,6 +457,7 @@ $text['label-outbound']['ro-ro'] = "Outbound";
|
||||
$text['label-outbound']['ru-ru'] = "Исходящие";
|
||||
$text['label-outbound']['sv-se'] = "Utgående";
|
||||
$text['label-outbound']['uk-ua'] = "Вихідний";
|
||||
$text['label-outbound']['tr-tr'] = "Giden";
|
||||
$text['label-outbound']['zh-cn'] = "出站";
|
||||
$text['label-outbound']['ja-jp'] = "アウトバウンド";
|
||||
$text['label-outbound']['ko-kr'] = "배 밖으로";
|
||||
@@ -464,6 +482,7 @@ $text['label-destination']['ro-ro'] = "Destinaţie";
|
||||
$text['label-destination']['ru-ru'] = "Назначение";
|
||||
$text['label-destination']['sv-se'] = "Destination";
|
||||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
$text['label-destination']['tr-tr'] = "Varış noktası";
|
||||
$text['label-destination']['zh-cn'] = "目的地";
|
||||
$text['label-destination']['ja-jp'] = "行き先";
|
||||
$text['label-destination']['ko-kr'] = "목적지";
|
||||
@@ -489,6 +508,7 @@ $text['label-edit-note']['ro-ro'] = "Blocați apelurile de la un număr. Editaț
|
||||
$text['label-edit-note']['ru-ru'] = "Блокировать вызовы от номера. Отредактируйте имя и включено/выключено ниже.";
|
||||
$text['label-edit-note']['sv-se'] = "Blockera samtal från nummer. Editera namn och Aktiv/Inaktiv nedan.";
|
||||
$text['label-edit-note']['uk-ua'] = "Блокувати дзвінки з номера. Змініть ім'я і включіть/відключіть нижче.";
|
||||
$text['label-edit-note']['tr-tr'] = "Bir numaradan gelen aramaları engelleyin. Adı düzenleyin ve aşağıda etkinleştirin/devre dışı bırakın.";
|
||||
$text['label-edit-note']['zh-cn'] = "阻止来自某个号码的呼叫。 在下方编辑名称并启用/禁用。";
|
||||
$text['label-edit-note']['ja-jp'] = "番号からの通話をブロックします。 名前を編集し、以下で有効/無効にします。";
|
||||
$text['label-edit-note']['ko-kr'] = "번호에서 오는 전화를 차단합니다. 이름을 수정하고 아래에서 활성화/비활성화합니다.";
|
||||
@@ -514,6 +534,7 @@ $text['label-edit-edit']['ro-ro'] = "Blocare apel";
|
||||
$text['label-edit-edit']['ru-ru'] = "Черный список";
|
||||
$text['label-edit-edit']['sv-se'] = "Blockera Samtal";
|
||||
$text['label-edit-edit']['uk-ua'] = "Блокування дзвінків";
|
||||
$text['label-edit-edit']['tr-tr'] = "Çağrı Engelleme";
|
||||
$text['label-edit-edit']['zh-cn'] = "呼叫块";
|
||||
$text['label-edit-edit']['ja-jp'] = "コール ブロック";
|
||||
$text['label-edit-edit']['ko-kr'] = "통화 차단";
|
||||
@@ -539,6 +560,7 @@ $text['label-edit-add']['ro-ro'] = "Blocare apel";
|
||||
$text['label-edit-add']['ru-ru'] = "Черный список";
|
||||
$text['label-edit-add']['sv-se'] = "Blockera Samtal";
|
||||
$text['label-edit-add']['uk-ua'] = "Блокування дзвінків";
|
||||
$text['label-edit-add']['tr-tr'] = "Çağrı Engelleme";
|
||||
$text['label-edit-add']['zh-cn'] = "呼叫块";
|
||||
$text['label-edit-add']['ja-jp'] = "コール ブロック";
|
||||
$text['label-edit-add']['ko-kr'] = "통화 차단";
|
||||
@@ -564,6 +586,7 @@ $text['label-duration']['ro-ro'] = "Durată";
|
||||
$text['label-duration']['ru-ru'] = "Длительность";
|
||||
$text['label-duration']['sv-se'] = "Samtalstid";
|
||||
$text['label-duration']['uk-ua'] = "Тривалість";
|
||||
$text['label-duration']['tr-tr'] = "Süre";
|
||||
$text['label-duration']['zh-cn'] = "期间";
|
||||
$text['label-duration']['ja-jp'] = "間隔";
|
||||
$text['label-duration']['ko-kr'] = "지속";
|
||||
@@ -589,6 +612,7 @@ $text['label-delete-complete']['ro-ro'] = "Ștergere completă";
|
||||
$text['label-delete-complete']['ru-ru'] = "Удаление завершено";
|
||||
$text['label-delete-complete']['sv-se'] = "Borttagning Klar";
|
||||
$text['label-delete-complete']['uk-ua'] = "Видалено";
|
||||
$text['label-delete-complete']['tr-tr'] = "Silme Tamamlandı";
|
||||
$text['label-delete-complete']['zh-cn'] = "删除完成";
|
||||
$text['label-delete-complete']['ja-jp'] = "削除完了";
|
||||
$text['label-delete-complete']['ko-kr'] = "삭제완료";
|
||||
@@ -614,6 +638,7 @@ $text['label-date-added']['ro-ro'] = "Data adăugării";
|
||||
$text['label-date-added']['ru-ru'] = "Дата добавления";
|
||||
$text['label-date-added']['sv-se'] = "Datum Tillagt";
|
||||
$text['label-date-added']['uk-ua'] = "Додано";
|
||||
$text['label-date-added']['tr-tr'] = "Ekleme Tarihi";
|
||||
$text['label-date-added']['zh-cn'] = "添加日期";
|
||||
$text['label-date-added']['ja-jp'] = "追加日";
|
||||
$text['label-date-added']['ko-kr'] = "추가된 날짜";
|
||||
@@ -639,6 +664,7 @@ $text['label-count']['ro-ro'] = "Numara";
|
||||
$text['label-count']['ru-ru'] = "Количество";
|
||||
$text['label-count']['sv-se'] = "Räkna";
|
||||
$text['label-count']['uk-ua'] = "Кількість";
|
||||
$text['label-count']['tr-tr'] = "Saymak";
|
||||
$text['label-count']['zh-cn'] = "数数";
|
||||
$text['label-count']['ja-jp'] = "カウント";
|
||||
$text['label-count']['ko-kr'] = "세다";
|
||||
@@ -664,6 +690,7 @@ $text['label-called']['ro-ro'] = "Sunat";
|
||||
$text['label-called']['ru-ru'] = "Направление";
|
||||
$text['label-called']['sv-se'] = "Ringdes";
|
||||
$text['label-called']['uk-ua'] = "Дзвінок здійснено";
|
||||
$text['label-called']['tr-tr'] = "İsminde";
|
||||
$text['label-called']['zh-cn'] = "称为";
|
||||
$text['label-called']['ja-jp'] = "呼ばれた";
|
||||
$text['label-called']['ko-kr'] = "라고 불리는";
|
||||
@@ -689,6 +716,7 @@ $text['label-busy']['ro-ro'] = "Ocupat";
|
||||
$text['label-busy']['ru-ru'] = "Занято";
|
||||
$text['label-busy']['sv-se'] = "Upptagen";
|
||||
$text['label-busy']['uk-ua'] = "Зайнято";
|
||||
$text['label-busy']['tr-tr'] = "Meşgul";
|
||||
$text['label-busy']['zh-cn'] = "忙碌的";
|
||||
$text['label-busy']['ja-jp'] = "忙しい";
|
||||
$text['label-busy']['ko-kr'] = "바쁘다";
|
||||
@@ -714,6 +742,7 @@ $text['label-hold']['ro-ro'] = "Ține";
|
||||
$text['label-hold']['ru-ru'] = "Удержание";
|
||||
$text['label-hold']['sv-se'] = "Vänt";
|
||||
$text['label-hold']['uk-ua'] = "Тримайте";
|
||||
$text['label-hold']['tr-tr'] = "Tutmak";
|
||||
$text['label-hold']['zh-cn'] = "抓住";
|
||||
$text['label-hold']['ja-jp'] = "所有";
|
||||
$text['label-hold']['ko-kr'] = "잡고 있다";
|
||||
@@ -738,6 +767,7 @@ $text['label-missed']['ro-ro'] = "ratat";
|
||||
$text['label-missed']['ru-ru'] = "Пропущено";
|
||||
$text['label-missed']['sv-se'] = "Missade";
|
||||
$text['label-missed']['uk-ua'] = "Пропущений";
|
||||
$text['label-missed']['tr-tr'] = "Kaçırıldı";
|
||||
$text['label-missed']['zh-cn'] = "逃した";
|
||||
$text['label-missed']['ja-jp'] = "逃した";
|
||||
$text['label-missed']['ko-kr'] = "놓친";
|
||||
@@ -763,6 +793,7 @@ $text['label-voicemail']['ro-ro'] = "Mesageria vocală";
|
||||
$text['label-voicemail']['ru-ru'] = "Голосовая почта";
|
||||
$text['label-voicemail']['sv-se'] = "Röstbrevlåda";
|
||||
$text['label-voicemail']['uk-ua'] = "Голосова пошта";
|
||||
$text['label-voicemail']['tr-tr'] = "Sesli mesaj";
|
||||
$text['label-voicemail']['zh-cn'] = "语音信箱";
|
||||
$text['label-voicemail']['ja-jp'] = "ボイスメール";
|
||||
$text['label-voicemail']['ko-kr'] = "음성사서함";
|
||||
@@ -788,6 +819,7 @@ $text['label-add-note']['ro-ro'] = "Blocați apelurile de la un număr. Selecta
|
||||
$text['label-add-note']['ru-ru'] = "Блокировка вызовов от номера. Выберите номер из списка выше либо введите его самостоятельно, имя и включите ниже.";
|
||||
$text['label-add-note']['sv-se'] = "Blockera samtal från ett nummer. Välj antingen ett nummer från listan ovan eller fyll i nummer, namn och aktivera nedan.";
|
||||
$text['label-add-note']['uk-ua'] = "Блокувати дзвінки з номера. Або вибрати номер зі списку вище або введіть номер, ім'я і включити нижче.";
|
||||
$text['label-add-note']['tr-tr'] = "Bir numaradan gelen aramaları engelleyin. Yukarıdaki listeden bir numara seçin veya numarayı, adı girin ve aşağıya etkinleştirin.";
|
||||
$text['label-add-note']['zh-cn'] = "阻止来自某个号码的呼叫。 从上面的列表中选择一个号码,或者在下面输入号码、姓名并启用。";
|
||||
$text['label-add-note']['ja-jp'] = "番号からの通話をブロックします。 上のリストから番号を選択するか、番号、名前、有効化を下に入力します。";
|
||||
$text['label-add-note']['ko-kr'] = "번호에서 오는 전화를 차단합니다. 위 목록에서 번호를 선택하거나 번호, 이름을 입력하고 아래에 활성화하십시오.";
|
||||
@@ -813,6 +845,7 @@ $text['label-add-complete']['ro-ro'] = "Adăugare completă";
|
||||
$text['label-add-complete']['ru-ru'] = "Добавление завершено";
|
||||
$text['label-add-complete']['sv-se'] = "Tillagd";
|
||||
$text['label-add-complete']['uk-ua'] = "Додано";
|
||||
$text['label-add-complete']['tr-tr'] = "Ekleme Tamamlandı";
|
||||
$text['label-add-complete']['zh-cn'] = "添加完成";
|
||||
$text['label-add-complete']['ja-jp'] = "追加完了";
|
||||
$text['label-add-complete']['ko-kr'] = "추가완료";
|
||||
@@ -838,6 +871,7 @@ $text['label-action']['ro-ro'] = "Acțiune";
|
||||
$text['label-action']['ru-ru'] = "Действие";
|
||||
$text['label-action']['sv-se'] = "Åtgärd";
|
||||
$text['label-action']['uk-ua'] = "Дія";
|
||||
$text['label-action']['tr-tr'] = "Aksiyon";
|
||||
$text['label-action']['zh-cn'] = "行动";
|
||||
$text['label-action']['ja-jp'] = "アクション";
|
||||
$text['label-action']['ko-kr'] = "행동";
|
||||
@@ -862,6 +896,7 @@ $text['label-direction']['ro-ro'] = "Direcţie";
|
||||
$text['label-direction']['ru-ru'] = "Направление";
|
||||
$text['label-direction']['sv-se'] = "Riktning";
|
||||
$text['label-direction']['uk-ua'] = "Напрям";
|
||||
$text['label-direction']['tr-tr'] = "Yön";
|
||||
$text['label-direction']['zh-cn'] = "方向";
|
||||
$text['label-direction']['ja-jp'] = "方向";
|
||||
$text['label-direction']['ko-kr'] = "방향";
|
||||
@@ -887,6 +922,7 @@ $text['description-direction']['ro-ro'] = "Selectați direcția apelurilor de bl
|
||||
$text['description-direction']['ru-ru'] = "Выберите направление вызовов для блокировки.";
|
||||
$text['description-direction']['sv-se'] = "Välj riktning för samtalen som ska blockeras.";
|
||||
$text['description-direction']['uk-ua'] = "Виберіть напрямок дзвінків для блокування.";
|
||||
$text['description-direction']['tr-tr'] = "Engellenecek çağrıların yönünü seçin.";
|
||||
$text['description-direction']['zh-cn'] = "选择要阻止的呼叫方向。";
|
||||
$text['description-direction']['ja-jp'] = "ブロックする通話の方向を選択します。";
|
||||
$text['description-direction']['ko-kr'] = "차단할 호출의 방향을 선택합니다.";
|
||||
@@ -912,6 +948,7 @@ $text['description-call_block_name']['ro-ro'] = "Introduceți numele ID-ului ape
|
||||
$text['description-call_block_name']['ru-ru'] = "Введите имя вызывающего абонента для блокировки.";
|
||||
$text['description-call_block_name']['sv-se'] = "Ange nummerpresentatörens namn för att blockera.";
|
||||
$text['description-call_block_name']['uk-ua'] = "Введіть ідентифікатор абонента, який потрібно заблокувати.";
|
||||
$text['description-call_block_name']['tr-tr'] = "Engellenecek Arayan Kimliği Adını girin.";
|
||||
$text['description-call_block_name']['zh-cn'] = "输入要阻止的来电显示名称。";
|
||||
$text['description-call_block_name']['ja-jp'] = "ブロックする発信者 ID 名を入力します。";
|
||||
$text['description-call_block_name']['ko-kr'] = "차단할 발신자 ID 이름을 입력하세요.";
|
||||
@@ -936,6 +973,7 @@ $text['description-country_code']['ro-ro'] = "Introduceți prefixul codului de
|
||||
$text['description-country_code']['ru-ru'] = "Введите префикс кода страны.";
|
||||
$text['description-country_code']['sv-se'] = "Ange landskodens prefix.";
|
||||
$text['description-country_code']['uk-ua'] = "Введіть префікс коду країни.";
|
||||
$text['description-country_code']['tr-tr'] = "Ülke Kodu önekini girin.";
|
||||
$text['description-country_code']['zh-cn'] = "输入国家代码前缀。";
|
||||
$text['description-country_code']['ja-jp'] = "国コードのプレフィックスを入力します。";
|
||||
$text['description-country_code']['ko-kr'] = "국가 코드 프리픽스를 입력합니다.";
|
||||
@@ -961,6 +999,7 @@ $text['description-call_block_number']['ro-ro'] = "Introduceți codul țării ș
|
||||
$text['description-call_block_number']['ru-ru'] = "Введите код страны и номер идентификатора вызывающего абонента для блокировки.";
|
||||
$text['description-call_block_number']['sv-se'] = "Ange landskoden och nummerpresentationen för att blockera.";
|
||||
$text['description-call_block_number']['uk-ua'] = "Введіть код країни та ідентифікаційний номер абонента для блокування.";
|
||||
$text['description-call_block_number']['tr-tr'] = "Engellenecek Ülke Kodunu ve Arayanın Kimlik Numarasını girin.";
|
||||
$text['description-call_block_number']['zh-cn'] = "输入要阻止的国家代码和来电显示号码。";
|
||||
$text['description-call_block_number']['ja-jp'] = "ブロックする国コードと発信者番号を入力します。";
|
||||
$text['description-call_block_number']['ko-kr'] = "차단할 국가 코드와 발신자 ID 번호를 입력하세요.";
|
||||
@@ -986,6 +1025,7 @@ $text['description-extension']['ro-ro'] = "Selectați extensia care va fi afecta
|
||||
$text['description-extension']['ru-ru'] = "Выберите расширение, которое будет затронуто.";
|
||||
$text['description-extension']['sv-se'] = "Välj tillägget som ska påverkas.";
|
||||
$text['description-extension']['uk-ua'] = "Виберіть розширення, на яке буде впливати.";
|
||||
$text['description-extension']['tr-tr'] = "Etkilenecek uzantıyı seçin.";
|
||||
$text['description-extension']['zh-cn'] = "选择受影响的分机。";
|
||||
$text['description-extension']['ja-jp'] = "影響を受ける拡張子を選択します。";
|
||||
$text['description-extension']['ko-kr'] = "영향을 받을 확장자를 선택합니다.";
|
||||
@@ -1011,6 +1051,7 @@ $text['description-enable']['ro-ro'] = "Setați la adevărat pentru a activa blo
|
||||
$text['description-enable']['ru-ru'] = "Выберите 'Да', чтобы блокировать вызовы с данного номера.";
|
||||
$text['description-enable']['sv-se'] = "Välj Sann för att blockera detta nummer.";
|
||||
$text['description-enable']['uk-ua'] = "Виберіть 'Так', щоб блокувати дзвінки з даного номера.";
|
||||
$text['description-enable']['tr-tr'] = "Bu numara için çağrı engellemeyi etkinleştirmek üzere doğru olarak ayarlayın.";
|
||||
$text['description-enable']['zh-cn'] = "设置为 true 以启用此号码的呼叫阻止。";
|
||||
$text['description-enable']['ja-jp'] = "この番号のコール ブロッキングを有効にするには、true に設定します。";
|
||||
$text['description-enable']['ko-kr'] = "이 번호에 대한 통화 차단을 활성화하려면 true로 설정하십시오.";
|
||||
@@ -1036,6 +1077,7 @@ $text['description-call-block']['ro-ro'] = "O listă de numere de la care să bl
|
||||
$text['description-call-block']['ru-ru'] = "Список номеров, с которых блокируются вызовы.";
|
||||
$text['description-call-block']['sv-se'] = "En lista med nummer för blockering av samtal.";
|
||||
$text['description-call-block']['uk-ua'] = "Список номерів, з яких блокуються дзвінки.";
|
||||
$text['description-call-block']['tr-tr'] = "Aramaların engelleneceği numaraların listesi.";
|
||||
$text['description-call-block']['zh-cn'] = "要阻止呼叫的号码列表。";
|
||||
$text['description-call-block']['ja-jp'] = "通話をブロックする番号のリスト。";
|
||||
$text['description-call-block']['ko-kr'] = "통화를 차단할 번호 목록입니다.";
|
||||
@@ -1061,6 +1103,7 @@ $text['description-action']['ro-ro'] = "Setați o acțiune pentru apelurile de l
|
||||
$text['description-action']['ru-ru'] = "Установите действие для вызовов с данного номера.";
|
||||
$text['description-action']['sv-se'] = "Välj en åtgärd för samtal från detta nummer.";
|
||||
$text['description-action']['uk-ua'] = "Встановіть дію для дзвінків з цього номера.";
|
||||
$text['description-action']['tr-tr'] = "Bu numaradan gelen aramalar için bir eylem ayarlayın.";
|
||||
$text['description-action']['zh-cn'] = "为来自此号码的呼叫设置一个操作。";
|
||||
$text['description-action']['ja-jp'] = "この番号からの通話に対するアクションを設定します。";
|
||||
$text['description-action']['ko-kr'] = "이 번호에서 걸려오는 전화에 대한 작업을 설정합니다.";
|
||||
@@ -1087,6 +1130,7 @@ $text['confirm-block']['ru-ru'] = "Вы действительно хотите
|
||||
$text['confirm-block']['sv-se'] = "Vill du verkligen blockera detta?";
|
||||
$text['confirm-block']['uk-ua'] = "Ви дійсно хочете заблокувати це?";
|
||||
$text['confirm-block']['tr-tr'] = "Do you really want to block this?";
|
||||
$text['confirm-block']['tr-tr'] = "Bunu gerçekten engellemek istiyor musun?";
|
||||
$text['confirm-block']['zh-cn'] = "你真的要阻止这个吗?";
|
||||
$text['confirm-block']['ja-jp'] = "本当にこれをブロックしますか?";
|
||||
$text['confirm-block']['ko-kr'] = "정말 차단하시겠습니까?";
|
||||
@@ -1113,6 +1157,7 @@ $text['button-block']['ru-ru'] = "Блокировать";
|
||||
$text['button-block']['sv-se'] = "Blockera";
|
||||
$text['button-block']['uk-ua'] = "Блокувати";
|
||||
$text['button-block']['tr-tr'] = "Engellemek";
|
||||
$text['button-block']['tr-tr'] = "Engellemek";
|
||||
$text['button-block']['zh-cn'] = "堵塞";
|
||||
$text['button-block']['ja-jp'] = "ブロック";
|
||||
$text['button-block']['ko-kr'] = "차단하다";
|
||||
|
||||
@@ -21,6 +21,7 @@ $text['title-call_broadcasts']['ro-ro'] = "Apel Transmisii";
|
||||
$text['title-call_broadcasts']['ru-ru'] = "Массовые вызовы";
|
||||
$text['title-call_broadcasts']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['title-call_broadcasts']['uk-ua'] = "Трансляція дзвінків";
|
||||
$text['title-call_broadcasts']['tr-tr'] = "Çağrı Yayınları";
|
||||
$text['title-call_broadcasts']['zh-cn'] = "呼叫广播";
|
||||
$text['title-call_broadcasts']['ja-jp'] = "コール ブロードキャスト";
|
||||
$text['title-call_broadcasts']['ko-kr'] = "통화 방송";
|
||||
@@ -46,6 +47,7 @@ $text['title-call_broadcast']['ro-ro'] = "Apel Broadcast";
|
||||
$text['title-call_broadcast']['ru-ru'] = "Массовые вызовы";
|
||||
$text['title-call_broadcast']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['title-call_broadcast']['uk-ua'] = "Трансляція дзвінків";
|
||||
$text['title-call_broadcast']['tr-tr'] = "Çağrı Yayını";
|
||||
$text['title-call_broadcast']['zh-cn'] = "呼叫广播";
|
||||
$text['title-call_broadcast']['ja-jp'] = "コール ブロードキャスト";
|
||||
$text['title-call_broadcast']['ko-kr'] = "통화 브로드캐스트";
|
||||
@@ -71,6 +73,7 @@ $text['title_description-call_broadcast']['ro-ro'] = "Gestionați livrarea mesaj
|
||||
$text['title_description-call_broadcast']['ru-ru'] = "Управляйте доставкой предварительно записанных сообщений массовым получателям.";
|
||||
$text['title_description-call_broadcast']['sv-se'] = "Hantera leveransen av förinspelade meddelanden till massmottagare.";
|
||||
$text['title_description-call_broadcast']['uk-ua'] = "Керуйте доставкою попередньо записаних повідомлень масовим одержувачам.";
|
||||
$text['title_description-call_broadcast']['tr-tr'] = "Önceden kaydedilmiş mesajların toplu alıcılara teslimini yönetin.";
|
||||
$text['title_description-call_broadcast']['zh-cn'] = "管理向大量收件人发送预先录制的消息。";
|
||||
$text['title_description-call_broadcast']['ja-jp'] = "大量の受信者への録音済みメッセージの配信を管理します。";
|
||||
$text['title_description-call_broadcast']['ko-kr'] = "대량 수신자에게 미리 녹음된 메시지 전달을 관리합니다.";
|
||||
@@ -96,6 +99,7 @@ $text['option-true']['ro-ro'] = "Adevărat";
|
||||
$text['option-true']['ru-ru'] = "Да";
|
||||
$text['option-true']['sv-se'] = "Sann";
|
||||
$text['option-true']['uk-ua'] = "Так";
|
||||
$text['option-true']['tr-tr'] = "Doğru";
|
||||
$text['option-true']['zh-cn'] = "真的";
|
||||
$text['option-true']['ja-jp'] = "真実";
|
||||
$text['option-true']['ko-kr'] = "진실";
|
||||
@@ -121,6 +125,7 @@ $text['option-false']['ro-ro'] = "Fals";
|
||||
$text['option-false']['ru-ru'] = "Нет";
|
||||
$text['option-false']['sv-se'] = "Falsk";
|
||||
$text['option-false']['uk-ua'] = "помилковий";
|
||||
$text['option-false']['tr-tr'] = "YANLIŞ";
|
||||
$text['option-false']['zh-cn'] = "错误的";
|
||||
$text['option-false']['ja-jp'] = "間違い";
|
||||
$text['option-false']['ko-kr'] = "거짓";
|
||||
@@ -146,6 +151,7 @@ $text['label-view-calls']['ro-ro'] = "Vizualizare Apeluri";
|
||||
$text['label-view-calls']['ru-ru'] = "Показать вызовы";
|
||||
$text['label-view-calls']['sv-se'] = "Granska Samtal";
|
||||
$text['label-view-calls']['uk-ua'] = "Перегляд дзвінків";
|
||||
$text['label-view-calls']['tr-tr'] = "Aramaları Görüntüle";
|
||||
$text['label-view-calls']['zh-cn'] = "查看通话";
|
||||
$text['label-view-calls']['ja-jp'] = "通話を表示";
|
||||
$text['label-view-calls']['ko-kr'] = "통화 보기";
|
||||
@@ -171,6 +177,7 @@ $text['label-start_time']['ro-ro'] = "Timpul de începere";
|
||||
$text['label-start_time']['ru-ru'] = "Время начала";
|
||||
$text['label-start_time']['sv-se'] = "Starttid";
|
||||
$text['label-start_time']['uk-ua'] = "Час початку";
|
||||
$text['label-start_time']['tr-tr'] = "Başlangıç saati";
|
||||
$text['label-start_time']['zh-cn'] = "开始时间";
|
||||
$text['label-start_time']['ja-jp'] = "始まる時間";
|
||||
$text['label-start_time']['ko-kr'] = "시작 시간";
|
||||
@@ -196,6 +203,7 @@ $text['label-timeout']['ro-ro'] = "Pauză";
|
||||
$text['label-timeout']['ru-ru'] = "Тайм-аут";
|
||||
$text['label-timeout']['sv-se'] = "Tidsgräns";
|
||||
$text['label-timeout']['uk-ua'] = "Таймаут";
|
||||
$text['label-timeout']['tr-tr'] = "Zaman aşımı";
|
||||
$text['label-timeout']['zh-cn'] = "暂停";
|
||||
$text['label-timeout']['ja-jp'] = "タイムアウト";
|
||||
$text['label-timeout']['ko-kr'] = "타임아웃";
|
||||
@@ -221,6 +229,7 @@ $text['label-phone']['ro-ro'] = "Lista numerelor de telefon";
|
||||
$text['label-phone']['ru-ru'] = "Список телефонних номеров";
|
||||
$text['label-phone']['sv-se'] = "Lista Med Telefonnummer";
|
||||
$text['label-phone']['uk-ua'] = "Список телефонних номерів";
|
||||
$text['label-phone']['tr-tr'] = "Telefon numaraları";
|
||||
$text['label-phone']['zh-cn'] = "电话号码";
|
||||
$text['label-phone']['ja-jp'] = "電話番号";
|
||||
$text['label-phone']['ko-kr'] = "전화 번호";
|
||||
@@ -246,6 +255,7 @@ $text['label-message']['ro-ro'] = "Mesaj";
|
||||
$text['label-message']['ru-ru'] = "Сообщение";
|
||||
$text['label-message']['sv-se'] = "Meddelande";
|
||||
$text['label-message']['uk-ua'] = "Повідомлення";
|
||||
$text['label-message']['tr-tr'] = "İleti";
|
||||
$text['label-message']['zh-cn'] = "信息";
|
||||
$text['label-message']['ja-jp'] = "メッセージ";
|
||||
$text['label-message']['ko-kr'] = "메시지";
|
||||
@@ -271,6 +281,7 @@ $text['label-has-been']['ro-ro'] = "a fost început";
|
||||
$text['label-has-been']['ru-ru'] = "было запущено";
|
||||
$text['label-has-been']['sv-se'] = "har startat";
|
||||
$text['label-has-been']['uk-ua'] = "було запущено";
|
||||
$text['label-has-been']['tr-tr'] = "başladı";
|
||||
$text['label-has-been']['zh-cn'] = "已经开始";
|
||||
$text['label-has-been']['ja-jp'] = "開始されました";
|
||||
$text['label-has-been']['ko-kr'] = "시작되었습니다";
|
||||
@@ -296,6 +307,7 @@ $text['label-destination']['ro-ro'] = "Numarul destinatiei";
|
||||
$text['label-destination']['ru-ru'] = "Номер назначения";
|
||||
$text['label-destination']['sv-se'] = "Destinationsnummer";
|
||||
$text['label-destination']['uk-ua'] = "Номер";
|
||||
$text['label-destination']['tr-tr'] = "Hedef numara";
|
||||
$text['label-destination']['zh-cn'] = "目的地号码";
|
||||
$text['label-destination']['ja-jp'] = "宛先番号";
|
||||
$text['label-destination']['ko-kr'] = "목적지 번호";
|
||||
@@ -321,6 +333,7 @@ $text['label-concurrent-limit']['ro-ro'] = "Limită concomitentă";
|
||||
$text['label-concurrent-limit']['ru-ru'] = "Ограничение параллельных вызовов";
|
||||
$text['label-concurrent-limit']['sv-se'] = "Samtidig Gräns";
|
||||
$text['label-concurrent-limit']['uk-ua'] = "Обмеження одночасної кількості";
|
||||
$text['label-concurrent-limit']['tr-tr'] = "Eşzamanlı Limit";
|
||||
$text['label-concurrent-limit']['zh-cn'] = "并发限制";
|
||||
$text['label-concurrent-limit']['ja-jp'] = "同時制限";
|
||||
$text['label-concurrent-limit']['ko-kr'] = "동시 제한";
|
||||
@@ -343,9 +356,10 @@ $text['label-callerid-number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-callerid-number']['pt-br'] = "Número do discador";
|
||||
$text['label-callerid-number']['pt-pt'] = "Número do Chamador";
|
||||
$text['label-callerid-number']['ro-ro'] = "Numărul de identificare a apelantului";
|
||||
$text['label-callerid-number']['ru-ru'] = "Caller ID Номер";
|
||||
$text['label-callerid-number']['sv-se'] = "Caller ID Nummer";
|
||||
$text['label-callerid-number']['uk-ua'] = "Caller ID Номер";
|
||||
$text['label-callerid-number']['ru-ru'] = "Идентификатор вызывающего абонента";
|
||||
$text['label-callerid-number']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-callerid-number']['uk-ua'] = "Ідентифікаційний номер абонента";
|
||||
$text['label-callerid-number']['tr-tr'] = "Arayanın Kimlik Numarası";
|
||||
$text['label-callerid-number']['zh-cn'] = "来电显示号码";
|
||||
$text['label-callerid-number']['ja-jp'] = "発信者番号";
|
||||
$text['label-callerid-number']['ko-kr'] = "발신자 ID 번호";
|
||||
@@ -368,9 +382,10 @@ $text['label-caller-id-name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-caller-id-name']['pt-br'] = "Nome do discador";
|
||||
$text['label-caller-id-name']['pt-pt'] = "Nome do Chamador";
|
||||
$text['label-caller-id-name']['ro-ro'] = "Nume ID apelant";
|
||||
$text['label-caller-id-name']['ru-ru'] = "Caller ID Имя";
|
||||
$text['label-caller-id-name']['sv-se'] = "Caller ID Namn";
|
||||
$text['label-caller-id-name']['uk-ua'] = "Caller ID Ім’я";
|
||||
$text['label-caller-id-name']['ru-ru'] = "Имя вызывающего абонента";
|
||||
$text['label-caller-id-name']['sv-se'] = "Nummerpresentationsnamn";
|
||||
$text['label-caller-id-name']['uk-ua'] = "Ім'я ідентифікатора абонента";
|
||||
$text['label-caller-id-name']['tr-tr'] = "Arayanın Kimliği Adı";
|
||||
$text['label-caller-id-name']['zh-cn'] = "来电显示名称";
|
||||
$text['label-caller-id-name']['ja-jp'] = "発信者番号名";
|
||||
$text['label-caller-id-name']['ko-kr'] = "발신자 ID 이름";
|
||||
@@ -396,6 +411,7 @@ $text['label-call-broadcasts']['ro-ro'] = "Apel Transmisii";
|
||||
$text['label-call-broadcasts']['ru-ru'] = "Массовые вызовы";
|
||||
$text['label-call-broadcasts']['sv-se'] = "Samtalsdistributioner";
|
||||
$text['label-call-broadcasts']['uk-ua'] = "Трансляція дзвінків";
|
||||
$text['label-call-broadcasts']['tr-tr'] = "Çağrı Yayınları";
|
||||
$text['label-call-broadcasts']['zh-cn'] = "呼叫广播";
|
||||
$text['label-call-broadcasts']['ja-jp'] = "コール ブロードキャスト";
|
||||
$text['label-call-broadcasts']['ko-kr'] = "통화 방송";
|
||||
@@ -421,6 +437,7 @@ $text['label-call-broadcast']['ro-ro'] = "Apel Broadcast";
|
||||
$text['label-call-broadcast']['ru-ru'] = "Массовый вызов";
|
||||
$text['label-call-broadcast']['sv-se'] = "Samtalsdistribution";
|
||||
$text['label-call-broadcast']['uk-ua'] = "Трансляція дзвінка";
|
||||
$text['label-call-broadcast']['tr-tr'] = "Çağrı Yayını";
|
||||
$text['label-call-broadcast']['zh-cn'] = "呼叫广播";
|
||||
$text['label-call-broadcast']['ja-jp'] = "コール ブロードキャスト";
|
||||
$text['label-call-broadcast']['ko-kr'] = "통화 브로드캐스트";
|
||||
@@ -446,6 +463,7 @@ $text['label-avmd']['ro-ro'] = "Detectarea mesageriei vocale";
|
||||
$text['label-avmd']['ru-ru'] = "Определение голосовой почты";
|
||||
$text['label-avmd']['sv-se'] = "Känn Av Röstbrevlåda";
|
||||
$text['label-avmd']['uk-ua'] = "Виявлення голосової пошти";
|
||||
$text['label-avmd']['tr-tr'] = "Sesli Posta Algılama";
|
||||
$text['label-avmd']['zh-cn'] = "语音邮件检测";
|
||||
$text['label-avmd']['ja-jp'] = "ボイスメールの検出";
|
||||
$text['label-avmd']['ko-kr'] = "음성 메일 감지";
|
||||
@@ -471,6 +489,7 @@ $text['label-broadcast_toll_allow']['ro-ro'] = "Toll Allow";
|
||||
$text['label-broadcast_toll_allow']['ru-ru'] = "Разрешить Платное Соединение";
|
||||
$text['label-broadcast_toll_allow']['sv-se'] = "Tull Tillåt";
|
||||
$text['label-broadcast_toll_allow']['uk-ua'] = "Платний Дозволити";
|
||||
$text['label-broadcast_toll_allow']['tr-tr'] = "Geçiş Ücreti İzin Ver";
|
||||
$text['label-broadcast_toll_allow']['zh-cn'] = "通行费允许";
|
||||
$text['label-broadcast_toll_allow']['ja-jp'] = "トールアロー";
|
||||
$text['label-broadcast_toll_allow']['ko-kr'] = "통행료 허용";
|
||||
@@ -496,6 +515,7 @@ $text['label-accountcode']['ro-ro'] = "Codul contului";
|
||||
$text['label-accountcode']['ru-ru'] = "Код Авторизации";
|
||||
$text['label-accountcode']['sv-se'] = "Accountcode";
|
||||
$text['label-accountcode']['uk-ua'] = "Код облікового запису";
|
||||
$text['label-accountcode']['tr-tr'] = "Hesap kodu";
|
||||
$text['label-accountcode']['zh-cn'] = "帐户代码";
|
||||
$text['label-accountcode']['ja-jp'] = "口座番号";
|
||||
$text['label-accountcode']['ko-kr'] = "계정 코드";
|
||||
@@ -521,6 +541,7 @@ $text['label-sample_file']['ro-ro'] = "Exemplu de fișier CSV";
|
||||
$text['label-sample_file']['ru-ru'] = "Образец CSV-файла";
|
||||
$text['label-sample_file']['sv-se'] = "Exempel på CSV-fil";
|
||||
$text['label-sample_file']['uk-ua'] = "Зразок файлу CSV";
|
||||
$text['label-sample_file']['tr-tr'] = "Örnek CSV Dosyası";
|
||||
$text['label-sample_file']['zh-cn'] = "示例 CSV 文件";
|
||||
$text['label-sample_file']['ja-jp'] = "サンプル CSV ファイル";
|
||||
$text['label-sample_file']['ko-kr'] = "샘플 CSV 파일";
|
||||
@@ -546,6 +567,7 @@ $text['label-list_example']['ro-ro'] = "Număr|Primul,UltimulNumăr|Primul,Ultim
|
||||
$text['label-list_example']['ru-ru'] = "Число|Первый,ПоследнийЧисло|Первый,Последний...";
|
||||
$text['label-list_example']['sv-se'] = "siffra|Först,Sistasiffra|Först,Sista...";
|
||||
$text['label-list_example']['uk-ua'] = "Номер|Перший,ОстаннійНомер|Перший,Останній...";
|
||||
$text['label-list_example']['tr-tr'] = "Numara|İlk,Son Numara|İlk,Son...";
|
||||
$text['label-list_example']['zh-cn'] = "编号|第一个,最后一个编号|第一个,最后一个...";
|
||||
$text['label-list_example']['ja-jp'] = "番号|最初、最後番号|最初、最後...";
|
||||
$text['label-list_example']['ko-kr'] = "번호|이름, 성번호|이름, 성...";
|
||||
@@ -571,6 +593,7 @@ $text['description-start_time']['ro-ro'] = "Data și ora pentru a începe trimit
|
||||
$text['description-start_time']['ru-ru'] = "Дата и время начала отправки звонков.";
|
||||
$text['description-start_time']['sv-se'] = "Datum och tid för att börja skicka samtal.";
|
||||
$text['description-start_time']['uk-ua'] = "Дата й час початку надсилання викликів.";
|
||||
$text['description-start_time']['tr-tr'] = "Çağrı göndermeye başlama tarihi ve saati.";
|
||||
$text['description-start_time']['zh-cn'] = "开始发送呼叫的日期和时间。";
|
||||
$text['description-start_time']['ja-jp'] = "通話の送信を開始する日時。";
|
||||
$text['description-start_time']['ko-kr'] = "통화 전송을 시작할 날짜 및 시간입니다.";
|
||||
@@ -596,6 +619,7 @@ $text['description-accountcode']['ro-ro'] = "Folosit cel mai des pentru sistemel
|
||||
$text['description-accountcode']['ru-ru'] = "Чаще всего используется для биллинговых систем.";
|
||||
$text['description-accountcode']['sv-se'] = "Används oftast för faktureringssystem.";
|
||||
$text['description-accountcode']['uk-ua'] = "Використовується найчастіше для білінгових систем.";
|
||||
$text['description-accountcode']['tr-tr'] = "En sık faturalandırma sistemlerinde kullanılır.";
|
||||
$text['description-accountcode']['zh-cn'] = "最常用于计费系统。";
|
||||
$text['description-accountcode']['ja-jp'] = "課金システムで最もよく使用されます。";
|
||||
$text['description-accountcode']['ko-kr'] = "청구 시스템에 가장 자주 사용됩니다.";
|
||||
@@ -621,6 +645,7 @@ $text['description-timeout']['ro-ro'] = "Specificați timpul de expirare absolut
|
||||
$text['description-timeout']['ru-ru'] = "Время ожидания (в миллисекундах) после воспроизведения записи или подтверждения макроса.";
|
||||
$text['description-timeout']['sv-se'] = "Specificera den absoluta timeout:en i sekunder.";
|
||||
$text['description-timeout']['uk-ua'] = "Вкажіть абсолютний час очікування в секундах.";
|
||||
$text['description-timeout']['tr-tr'] = "Mutlak zaman aşımını saniye cinsinden belirtin.";
|
||||
$text['description-timeout']['zh-cn'] = "以秒为单位指定绝对超时。";
|
||||
$text['description-timeout']['ja-jp'] = "絶対タイムアウトを秒単位で指定します。";
|
||||
$text['description-timeout']['ko-kr'] = "절대 제한 시간을 초 단위로 지정합니다.";
|
||||
@@ -646,6 +671,7 @@ $text['description-phone']['ro-ro'] = "Selectați un fișier TXT/CSV pentru înc
|
||||
$text['description-phone']['ru-ru'] = "Дополнительно, задайте список телефонных номеров, по одному в ряд, в формате: 123-123-1234|Фамилия,Имя";
|
||||
$text['description-phone']['sv-se'] = "Frivillig, fyll i en lista med nummer (ett per rad) i följande format: 123-123-1234|Efternamn,Förnamn";
|
||||
$text['description-phone']['uk-ua'] = "Додатково, задайте список телефонних номерів по одному на рядок в наступному форматі: 123-123-1234|Прізвище,ім'я";
|
||||
$text['description-phone']['tr-tr'] = "Yüklemek için bir TXT/CSV dosyası seçin veya Telefon Numaralarını yukarıda gösterilen formatta her satıra bir tane girin.";
|
||||
$text['description-phone']['zh-cn'] = "选择要上传的 TXT/CSV 文件,或按上述格式每行输入一个电话号码。";
|
||||
$text['description-phone']['ja-jp'] = "アップロードする TXT/CSV ファイルを選択するか、上記の形式で電話番号を 1 行に 1 つずつ入力します。";
|
||||
$text['description-phone']['ko-kr'] = "업로드할 TXT/CSV 파일을 선택하거나 위에 표시된 형식으로 한 줄에 하나씩 전화번호를 입력합니다.";
|
||||
@@ -671,6 +697,7 @@ $text['description-name']['ro-ro'] = "Introduceți numele aici.";
|
||||
$text['description-name']['ru-ru'] = "Введите имя";
|
||||
$text['description-name']['sv-se'] = "Skriv in namnet här.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву";
|
||||
$text['description-name']['tr-tr'] = "Adı buraya girin.";
|
||||
$text['description-name']['zh-cn'] = "在此处输入名称。";
|
||||
$text['description-name']['ja-jp'] = "ここに名前を入力します。";
|
||||
$text['description-name']['ko-kr'] = "여기에 이름을 입력합니다.";
|
||||
@@ -696,6 +723,7 @@ $text['description-info']['ro-ro'] = "Introdu descrierea aici.";
|
||||
$text['description-info']['ru-ru'] = "Введите описание";
|
||||
$text['description-info']['sv-se'] = "Ange beskrivning här.";
|
||||
$text['description-info']['uk-ua'] = "Введіть опис";
|
||||
$text['description-info']['tr-tr'] = "Açıklamayı buraya girin.";
|
||||
$text['description-info']['zh-cn'] = "在此处输入说明。";
|
||||
$text['description-info']['ja-jp'] = "ここに説明を入力します。";
|
||||
$text['description-info']['ko-kr'] = "여기에 설명을 입력합니다.";
|
||||
@@ -721,6 +749,7 @@ $text['description-destination']['ro-ro'] = "Trimiteți apelul către o extensie
|
||||
$text['description-destination']['ru-ru'] = "Отправить вызов на внутренний номер, IVR, конференцию или любой другой номер.";
|
||||
$text['description-destination']['sv-se'] = "Skicka samtalet till en anknytning, IVR Meny, Konferens Rum eller något annat nummer.";
|
||||
$text['description-destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
$text['description-destination']['tr-tr'] = "Aramayı bir dahili numaraya, IVR Menüsüne, Konferans Odasına veya başka bir numaraya gönderin.";
|
||||
$text['description-destination']['zh-cn'] = "将呼叫发送到分机、IVR 菜单、会议室或任何其他号码。";
|
||||
$text['description-destination']['ja-jp'] = "通話を内線番号、IVR メニュー、会議室、またはその他の番号に送信します。";
|
||||
$text['description-destination']['ko-kr'] = "내선 번호, IVR 메뉴, 회의실 또는 기타 번호로 통화를 보냅니다.";
|
||||
@@ -746,6 +775,7 @@ $text['description-concurrent-limit']['ro-ro'] = "Limitați numărul aproximativ
|
||||
$text['description-concurrent-limit']['ru-ru'] = "Ограничение примерного количества параллельных вызовов. Оставьте пустым для его отсутствия.";
|
||||
$text['description-concurrent-limit']['sv-se'] = "Begränsa ungefärliga antalet samtidiga samtal. Lämna det här tomt för ingen gräns.";
|
||||
$text['description-concurrent-limit']['uk-ua'] = "Обмеження приблизної кількості одночасних дзвінків. Якщо пусто - без обмежень";
|
||||
$text['description-concurrent-limit']['tr-tr'] = "Eşzamanlı çağrıların yaklaşık sayısını sınırlayın. Bunu sınırsız olarak boş bırakın.";
|
||||
$text['description-concurrent-limit']['zh-cn'] = "限制并发调用的大致数量。 将此留空表示没有限制。";
|
||||
$text['description-concurrent-limit']['ja-jp'] = "同時呼び出しのおおよその数を制限します。 無制限にするには、これを空のままにします。";
|
||||
$text['description-concurrent-limit']['ko-kr'] = "대략적인 동시 호출 수를 제한합니다. 제한 없이 비워 둡니다.";
|
||||
@@ -771,6 +801,7 @@ $text['description-caller-id-number']['ro-ro'] = "Aplicabil dacă furnizorul car
|
||||
$text['description-caller-id-number']['ru-ru'] = "Используется, если провайдер поддерживает передачу CallerID(number). По умолчанию: 0000000000";
|
||||
$text['description-caller-id-number']['sv-se'] = "Gäller om leverantör tillåter att Caller ID nummer skickas. Standard: 0000000000";
|
||||
$text['description-caller-id-number']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати номер абонента (Caller ID номер). За замовчуванням: 0000000000";
|
||||
$text['description-caller-id-number']['tr-tr'] = "Arayan Kimliği numarasının gönderilmesine izin veren sağlayıcı varsa geçerlidir. varsayılan: 0000000000";
|
||||
$text['description-caller-id-number']['zh-cn'] = "适用于允许发送来电显示号码的提供商。 默认值:0000000000";
|
||||
$text['description-caller-id-number']['ja-jp'] = "発信者 ID 番号の送信を許可するプロバイダーの場合に適用されます。 デフォルト: 0000000000";
|
||||
$text['description-caller-id-number']['ko-kr'] = "발신자 ID 번호 전송을 허용하는 공급자인 경우에 해당합니다. 기본값: 0000000000";
|
||||
@@ -796,6 +827,7 @@ $text['description-caller-id-name']['ro-ro'] = "Se aplică dacă furnizorul perm
|
||||
$text['description-caller-id-name']['ru-ru'] = "Используется, если провайдер поддерживает передачу CallerID(name). По умолчанию: anonymous";
|
||||
$text['description-caller-id-name']['sv-se'] = "Gäller om leverantör tillåter att Caller ID namn skickas. Standard: anonymous";
|
||||
$text['description-caller-id-name']['uk-ua'] = "Стосується, якщо постачальник, дозволяє надсилати ім’я абонента (Caller ID Ім’я). За замовчуванням: anonymous";
|
||||
$text['description-caller-id-name']['tr-tr'] = "Sağlayıcının Arayanın Kimliği Adının ayarlanmasına izin vermesi durumunda geçerlidir. varsayılan: anonim";
|
||||
$text['description-caller-id-name']['zh-cn'] = "如果提供商允许设置来电显示名称,则适用。 默认值:匿名";
|
||||
$text['description-caller-id-name']['ja-jp'] = "プロバイダーが発信者 ID 名の設定を許可している場合に適用されます。 デフォルト: 匿名";
|
||||
$text['description-caller-id-name']['ko-kr'] = "공급자가 발신자 ID 이름 설정을 허용하는 경우에 적용됩니다. 기본값: 익명";
|
||||
@@ -819,8 +851,9 @@ $text['description-avmd']['pt-br'] = "Selecione se deseja ativar ou desativar a
|
||||
$text['description-avmd']['pt-pt'] = "Selecione se deseja ativar ou desativar a detecção de mensagens de correio de voz e sistemas de secretária eletrônica.";
|
||||
$text['description-avmd']['ro-ro'] = "Selectați dacă activați sau dezactivați detectarea sistemelor de mesagerie vocală și robot telefonic.";
|
||||
$text['description-avmd']['ru-ru'] = "Выберите, стоит ли использовать систему определения голосовой почты или автоответчика.";
|
||||
$text['description-avmd']['sv-se'] = "Välj om deteketering av röstbrevlåda skall användas.";
|
||||
$text['description-avmd']['sv-se'] = "Välj om du vill aktivera eller inaktivera upptäckten av röstmeddelande- och telefonsvararsystem.";
|
||||
$text['description-avmd']['uk-ua'] = "Виберіть, чи слід включити або відключити виявлення повідомлень голосової пошти і систему автовідповідача.";
|
||||
$text['description-avmd']['tr-tr'] = "Sesli posta mesajlarının ve telesekreter sistemlerinin algılanmasının etkinleştirilip etkinleştirilmeyeceğini veya devre dışı bırakılacağını seçin.";
|
||||
$text['description-avmd']['zh-cn'] = "选择是启用还是禁用语音邮件消息和应答机系统的检测。";
|
||||
$text['description-avmd']['ja-jp'] = "ボイスメール メッセージと留守番電話システムの検出を有効にするか無効にするかを選択します。";
|
||||
$text['description-avmd']['ko-kr'] = "음성 메일 메시징 및 자동 응답기 시스템 감지를 활성화할지 비활성화할지 선택합니다.";
|
||||
@@ -846,6 +879,7 @@ $text['description-broadcast_toll_allow']['ro-ro'] = "Introduceți valoarea taxe
|
||||
$text['description-broadcast_toll_allow']['ru-ru'] = "Введите здесь доступные значения. (Примеры: domestic,international,local)";
|
||||
$text['description-broadcast_toll_allow']['sv-se'] = "Ange 'Tull Tillåt' värde här. (Exempel: domestic,international,local)";
|
||||
$text['description-broadcast_toll_allow']['uk-ua'] = "Введіть дозволене значення мита тут. (Приклади: внутрішні, міжнародні, місцеві)";
|
||||
$text['description-broadcast_toll_allow']['tr-tr'] = "İzin verilen geçiş ücreti değerini buraya girin. (Örnekler: yurtiçi, yurtdışı, yerel)";
|
||||
$text['description-broadcast_toll_allow']['zh-cn'] = "在此处输入通行费允许值。 (示例:国内、国际、本地)";
|
||||
$text['description-broadcast_toll_allow']['ja-jp'] = "通行料の値をここに入力します。 (例:国内、海外、ローカル)";
|
||||
$text['description-broadcast_toll_allow']['ko-kr'] = "여기에 통행료 허용 값을 입력합니다. (예: 국내, 국제, 지역)";
|
||||
@@ -871,6 +905,7 @@ $text['confirm-update']['ro-ro'] = "Actualizare finalizată";
|
||||
$text['confirm-update']['ru-ru'] = "Обновление завершено";
|
||||
$text['confirm-update']['sv-se'] = "Uppdatering Klar";
|
||||
$text['confirm-update']['uk-ua'] = "Оновлення завершено";
|
||||
$text['confirm-update']['tr-tr'] = "Güncelleme tamamlandı";
|
||||
$text['confirm-update']['zh-cn'] = "更新完成";
|
||||
$text['confirm-update']['ja-jp'] = "アップデート完了";
|
||||
$text['confirm-update']['ko-kr'] = "업데이트 완료";
|
||||
@@ -896,6 +931,7 @@ $text['confirm-name']['ro-ro'] = "Vă rugăm să furnizați: Nume";
|
||||
$text['confirm-name']['ru-ru'] = "Пожалуйста, укажите: Имя";
|
||||
$text['confirm-name']['sv-se'] = "Ange: Namn";
|
||||
$text['confirm-name']['uk-ua'] = "Введіть назву";
|
||||
$text['confirm-name']['tr-tr'] = "Lütfen belirtin: Ad";
|
||||
$text['confirm-name']['zh-cn'] = "请提供:姓名";
|
||||
$text['confirm-name']['ja-jp'] = "入力してください: 名前";
|
||||
$text['confirm-name']['ko-kr'] = "제공하십시오: 이름";
|
||||
@@ -921,6 +957,7 @@ $text['confirm-delete-info']['ro-ro'] = "Chiar vrei să ștergi asta?";
|
||||
$text['confirm-delete-info']['ru-ru'] = "Вы действительно хотите это удалить?";
|
||||
$text['confirm-delete-info']['sv-se'] = "Vill du verkligen ta bort detta?";
|
||||
$text['confirm-delete-info']['uk-ua'] = "Ви дійсно бажаєте це видалити?";
|
||||
$text['confirm-delete-info']['tr-tr'] = "Bunu gerçekten silmek istiyor musun?";
|
||||
$text['confirm-delete-info']['zh-cn'] = "您真的要删除它吗?";
|
||||
$text['confirm-delete-info']['ja-jp'] = "本当にこれを削除しますか?";
|
||||
$text['confirm-delete-info']['ko-kr'] = "정말 삭제하시겠습니까?";
|
||||
@@ -946,6 +983,7 @@ $text['confirm-add']['ro-ro'] = "Adăugați complet";
|
||||
$text['confirm-add']['ru-ru'] = "Добавление завершено";
|
||||
$text['confirm-add']['sv-se'] = "Tillagd";
|
||||
$text['confirm-add']['uk-ua'] = "Додано";
|
||||
$text['confirm-add']['tr-tr'] = "Ekleme Tamamlandı";
|
||||
$text['confirm-add']['zh-cn'] = "添加完成";
|
||||
$text['confirm-add']['ja-jp'] = "追加完了";
|
||||
$text['confirm-add']['ko-kr'] = "추가완료";
|
||||
@@ -971,6 +1009,7 @@ $text['file-error']['ro-ro'] = "Ne pare rău, tipul de fișier nu este permis";
|
||||
$text['file-error']['ru-ru'] = "Обновление завершено";
|
||||
$text['file-error']['sv-se'] = "Uppdatering Klar";
|
||||
$text['file-error']['uk-ua'] = "Оновлення завершено";
|
||||
$text['file-error']['tr-tr'] = "Üzgünüz, Dosya türüne izin verilmiyor";
|
||||
$text['file-error']['zh-cn'] = "抱歉,不允许的文件类型";
|
||||
$text['file-error']['ja-jp'] = "申し訳ありませんが、ファイル形式は許可されていません";
|
||||
$text['file-error']['ko-kr'] = "죄송합니다. 파일 형식이 허용되지 않습니다.";
|
||||
|
||||
@@ -21,6 +21,7 @@ $text['title-call_flows']['ro-ro'] = "Fluxuri de apeluri";
|
||||
$text['title-call_flows']['ru-ru'] = "Переключатели вызовов";
|
||||
$text['title-call_flows']['sv-se'] = "Samtalsflöden";
|
||||
$text['title-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
$text['title-call_flows']['tr-tr'] = "Çağrı Akışları";
|
||||
$text['title-call_flows']['zh-cn'] = "通话流程";
|
||||
$text['title-call_flows']['ja-jp'] = "コール フロー";
|
||||
$text['title-call_flows']['ko-kr'] = "통화 흐름";
|
||||
@@ -46,6 +47,7 @@ $text['title-call_flow']['ro-ro'] = "Flux de apeluri";
|
||||
$text['title-call_flow']['ru-ru'] = "Переключатель вызовов";
|
||||
$text['title-call_flow']['sv-se'] = "Samtalsflöde";
|
||||
$text['title-call_flow']['uk-ua'] = "Потік дзвінків";
|
||||
$text['title-call_flow']['tr-tr'] = "Çağrı akışı";
|
||||
$text['title-call_flow']['zh-cn'] = "通话流程";
|
||||
$text['title-call_flow']['ja-jp'] = "通話の流れ";
|
||||
$text['title-call_flow']['ko-kr'] = "통화 흐름";
|
||||
@@ -71,6 +73,7 @@ $text['title-call_flow_extension']['ro-ro'] = "Fluxuri de apeluri - Extensie";
|
||||
$text['title-call_flow_extension']['ru-ru'] = "Переключатели вызовов - Направление";
|
||||
$text['title-call_flow_extension']['sv-se'] = "Samtalsflöden - Destination";
|
||||
$text['title-call_flow_extension']['uk-ua'] = "Потоки дзвінків - Номер";
|
||||
$text['title-call_flow_extension']['tr-tr'] = "Çağrı Akışları - Uzantı";
|
||||
$text['title-call_flow_extension']['zh-cn'] = "呼叫流程 - 分机";
|
||||
$text['title-call_flow_extension']['ja-jp'] = "コール フロー - 内線番号";
|
||||
$text['title-call_flow_extension']['ko-kr'] = "통화 흐름 - 내선";
|
||||
@@ -96,6 +99,7 @@ $text['title-call_flow_feature']['ro-ro'] = "Fluxuri de apeluri - Caracteristic
|
||||
$text['title-call_flow_feature']['ru-ru'] = "Переключатели вызовов - Код функции";
|
||||
$text['title-call_flow_feature']['sv-se'] = "Samtalsflöden - Funktionskod";
|
||||
$text['title-call_flow_feature']['uk-ua'] = "Потоки дзвінків";
|
||||
$text['title-call_flow_feature']['tr-tr'] = "Çağrı Akışları - Özellik";
|
||||
$text['title-call_flow_feature']['zh-cn'] = "呼叫流程 - 功能";
|
||||
$text['title-call_flow_feature']['ja-jp'] = "コール フロー - 機能";
|
||||
$text['title-call_flow_feature']['ko-kr'] = "통화 흐름 - 기능";
|
||||
@@ -121,6 +125,7 @@ $text['label-call_flow_name']['ro-ro'] = "Nume";
|
||||
$text['label-call_flow_name']['ru-ru'] = "Имя";
|
||||
$text['label-call_flow_name']['sv-se'] = "Namn";
|
||||
$text['label-call_flow_name']['uk-ua'] = "Назва";
|
||||
$text['label-call_flow_name']['tr-tr'] = "İsim";
|
||||
$text['label-call_flow_name']['zh-cn'] = "姓名";
|
||||
$text['label-call_flow_name']['ja-jp'] = "名前";
|
||||
$text['label-call_flow_name']['ko-kr'] = "이름";
|
||||
@@ -146,6 +151,7 @@ $text['label-call_flow_status']['ro-ro'] = "Nume";
|
||||
$text['label-call_flow_status']['ru-ru'] = "Статус";
|
||||
$text['label-call_flow_status']['sv-se'] = "Status";
|
||||
$text['label-call_flow_status']['uk-ua'] = "Статус";
|
||||
$text['label-call_flow_status']['tr-tr'] = "Durum";
|
||||
$text['label-call_flow_status']['zh-cn'] = "地位";
|
||||
$text['label-call_flow_status']['ja-jp'] = "スターテス";
|
||||
$text['label-call_flow_status']['ko-kr'] = "상태";
|
||||
@@ -171,6 +177,7 @@ $text['label-call_flow_pin_number']['ro-ro'] = "Numarul pin";
|
||||
$text['label-call_flow_pin_number']['ru-ru'] = "PIN код";
|
||||
$text['label-call_flow_pin_number']['sv-se'] = "Pinkod";
|
||||
$text['label-call_flow_pin_number']['uk-ua'] = "PIN-код";
|
||||
$text['label-call_flow_pin_number']['tr-tr'] = "PIN numarası";
|
||||
$text['label-call_flow_pin_number']['zh-cn'] = "密码";
|
||||
$text['label-call_flow_pin_number']['ja-jp'] = "暗証番号";
|
||||
$text['label-call_flow_pin_number']['ko-kr'] = "핀 번호";
|
||||
@@ -196,6 +203,7 @@ $text['label-call_flow_feature_code']['ro-ro'] = "Cod caracteristică";
|
||||
$text['label-call_flow_feature_code']['ru-ru'] = "Код функции";
|
||||
$text['label-call_flow_feature_code']['sv-se'] = "Funktionskod";
|
||||
$text['label-call_flow_feature_code']['uk-ua'] = "Код функції";
|
||||
$text['label-call_flow_feature_code']['tr-tr'] = "Özellik Kodu";
|
||||
$text['label-call_flow_feature_code']['zh-cn'] = "特征码";
|
||||
$text['label-call_flow_feature_code']['ja-jp'] = "機能コード";
|
||||
$text['label-call_flow_feature_code']['ko-kr'] = "기능 코드";
|
||||
@@ -221,6 +229,7 @@ $text['label-call_flow_extension']['ro-ro'] = "Extensie";
|
||||
$text['label-call_flow_extension']['ru-ru'] = "Внутренний номер";
|
||||
$text['label-call_flow_extension']['sv-se'] = "Anknytning";
|
||||
$text['label-call_flow_extension']['uk-ua'] = "Розширення (Extention)";
|
||||
$text['label-call_flow_extension']['tr-tr'] = "Eklenti";
|
||||
$text['label-call_flow_extension']['zh-cn'] = "扩大";
|
||||
$text['label-call_flow_extension']['ja-jp'] = "拡大";
|
||||
$text['label-call_flow_extension']['ko-kr'] = "확대";
|
||||
@@ -246,6 +255,7 @@ $text['label-call_flow_label']['ro-ro'] = "Etichetă de destinație";
|
||||
$text['label-call_flow_label']['ru-ru'] = "Название направления";
|
||||
$text['label-call_flow_label']['sv-se'] = "Destinations Etikett";
|
||||
$text['label-call_flow_label']['uk-ua'] = "призначення етикетки";
|
||||
$text['label-call_flow_label']['tr-tr'] = "Hedef Etiketi";
|
||||
$text['label-call_flow_label']['zh-cn'] = "目的地标签";
|
||||
$text['label-call_flow_label']['ja-jp'] = "宛先ラベル";
|
||||
$text['label-call_flow_label']['ko-kr'] = "목적지 라벨";
|
||||
@@ -271,6 +281,7 @@ $text['label-call_flow_destination']['ro-ro'] = "Destination";
|
||||
$text['label-call_flow_destination']['ru-ru'] = "Направление";
|
||||
$text['label-call_flow_destination']['sv-se'] = "Destination";
|
||||
$text['label-call_flow_destination']['uk-ua'] = "Номер";
|
||||
$text['label-call_flow_destination']['tr-tr'] = "Varış noktası";
|
||||
$text['label-call_flow_destination']['zh-cn'] = "目的地";
|
||||
$text['label-call_flow_destination']['ja-jp'] = "行き先";
|
||||
$text['label-call_flow_destination']['ko-kr'] = "목적지";
|
||||
@@ -296,6 +307,7 @@ $text['label-call_flow_context']['ro-ro'] = "Context";
|
||||
$text['label-call_flow_context']['ru-ru'] = "Контекст";
|
||||
$text['label-call_flow_context']['sv-se'] = "Context";
|
||||
$text['label-call_flow_context']['uk-ua'] = "Контекст";
|
||||
$text['label-call_flow_context']['tr-tr'] = "Bağlam";
|
||||
$text['label-call_flow_context']['zh-cn'] = "语境";
|
||||
$text['label-call_flow_context']['ja-jp'] = "コンテクスト";
|
||||
$text['label-call_flow_context']['ko-kr'] = "문맥";
|
||||
@@ -321,6 +333,7 @@ $text['label-call_flow_alternate_label']['ro-ro'] = "Etichetă alternativă";
|
||||
$text['label-call_flow_alternate_label']['ru-ru'] = "Название альтернативного направления";
|
||||
$text['label-call_flow_alternate_label']['sv-se'] = "Alternativ Etikett";
|
||||
$text['label-call_flow_alternate_label']['uk-ua'] = "альтернативні етикетки";
|
||||
$text['label-call_flow_alternate_label']['tr-tr'] = "Alternatif Etiket";
|
||||
$text['label-call_flow_alternate_label']['zh-cn'] = "备用标签";
|
||||
$text['label-call_flow_alternate_label']['ja-jp'] = "代替ラベル";
|
||||
$text['label-call_flow_alternate_label']['ko-kr'] = "대체 레이블";
|
||||
@@ -346,6 +359,7 @@ $text['label-call_flow_alternate_destination']['ro-ro'] = "Destinație alternati
|
||||
$text['label-call_flow_alternate_destination']['ru-ru'] = "Альтернативное направление";
|
||||
$text['label-call_flow_alternate_destination']['sv-se'] = "Alternativ Destination";
|
||||
$text['label-call_flow_alternate_destination']['uk-ua'] = "альтернативні варіанти призначення";
|
||||
$text['label-call_flow_alternate_destination']['tr-tr'] = "Alternatif Hedef";
|
||||
$text['label-call_flow_alternate_destination']['zh-cn'] = "备用目的地";
|
||||
$text['label-call_flow_alternate_destination']['ja-jp'] = "代替目的地";
|
||||
$text['label-call_flow_alternate_destination']['ko-kr'] = "대체 목적지";
|
||||
@@ -371,6 +385,7 @@ $text['label-call_flow_sound']['ro-ro'] = "Sunet";
|
||||
$text['label-call_flow_sound']['ru-ru'] = "Звук";
|
||||
$text['label-call_flow_sound']['sv-se'] = "Ljud";
|
||||
$text['label-call_flow_sound']['uk-ua'] = "звук";
|
||||
$text['label-call_flow_sound']['tr-tr'] = "Ses";
|
||||
$text['label-call_flow_sound']['zh-cn'] = "声音";
|
||||
$text['label-call_flow_sound']['ja-jp'] = "音";
|
||||
$text['label-call_flow_sound']['ko-kr'] = "소리";
|
||||
@@ -396,6 +411,7 @@ $text['label-call_flow_alternate_sound']['ro-ro'] = "Sunet alternativ";
|
||||
$text['label-call_flow_alternate_sound']['ru-ru'] = "Альтернативный звук";
|
||||
$text['label-call_flow_alternate_sound']['sv-se'] = "alternativt ljud";
|
||||
$text['label-call_flow_alternate_sound']['uk-ua'] = "альтернативний звук";
|
||||
$text['label-call_flow_alternate_sound']['tr-tr'] = "Alternatif Ses";
|
||||
$text['label-call_flow_alternate_sound']['zh-cn'] = "替代声音";
|
||||
$text['label-call_flow_alternate_sound']['ja-jp'] = "代替サウンド";
|
||||
$text['label-call_flow_alternate_sound']['ko-kr'] = "대체 사운드";
|
||||
@@ -421,6 +437,7 @@ $text['label-call_flow_description']['ro-ro'] = "Descriere";
|
||||
$text['label-call_flow_description']['ru-ru'] = "Описание";
|
||||
$text['label-call_flow_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-call_flow_description']['uk-ua'] = "Опис";
|
||||
$text['label-call_flow_description']['tr-tr'] = "Tanım";
|
||||
$text['label-call_flow_description']['zh-cn'] = "描述";
|
||||
$text['label-call_flow_description']['ja-jp'] = "説明";
|
||||
$text['label-call_flow_description']['ko-kr'] = "설명";
|
||||
@@ -446,6 +463,7 @@ $text['header-call_flows']['ro-ro'] = "Fluxuri de apeluri";
|
||||
$text['header-call_flows']['ru-ru'] = "Переключатель вызовов";
|
||||
$text['header-call_flows']['sv-se'] = "Samtalsflöden";
|
||||
$text['header-call_flows']['uk-ua'] = "Потоки дзвінків";
|
||||
$text['header-call_flows']['tr-tr'] = "Çağrı Akışları";
|
||||
$text['header-call_flows']['zh-cn'] = "通话流程";
|
||||
$text['header-call_flows']['ja-jp'] = "コール フロー";
|
||||
$text['header-call_flows']['ko-kr'] = "통화 흐름";
|
||||
@@ -471,6 +489,7 @@ $text['header-call_flow']['ro-ro'] = "Flux de apeluri";
|
||||
$text['header-call_flow']['ru-ru'] = "Переключатель вызовов";
|
||||
$text['header-call_flow']['sv-se'] = "Samtalsflöde";
|
||||
$text['header-call_flow']['uk-ua'] = "Потік дзвінка";
|
||||
$text['header-call_flow']['tr-tr'] = "Çağrı akışı";
|
||||
$text['header-call_flow']['zh-cn'] = "通话流程";
|
||||
$text['header-call_flow']['ja-jp'] = "通話の流れ";
|
||||
$text['header-call_flow']['ko-kr'] = "통화 흐름";
|
||||
@@ -496,6 +515,7 @@ $text['description-call_flow_status']['ro-ro'] = "Selectați starea.";
|
||||
$text['description-call_flow_status']['ru-ru'] = "Виберите состояние.";
|
||||
$text['description-call_flow_status']['sv-se'] = "Välj Status";
|
||||
$text['description-call_flow_status']['uk-ua'] = "Виберіть статус користувача";
|
||||
$text['description-call_flow_status']['tr-tr'] = "Durumu seçin.";
|
||||
$text['description-call_flow_status']['zh-cn'] = "选择状态。";
|
||||
$text['description-call_flow_status']['ja-jp'] = "ステータスを選択します。";
|
||||
$text['description-call_flow_status']['ko-kr'] = "상태를 선택합니다.";
|
||||
@@ -521,6 +541,7 @@ $text['description-call_flow_pin_number']['ro-ro'] = "Introduceți numărul PIN.
|
||||
$text['description-call_flow_pin_number']['ru-ru'] = "Введите пин-код.";
|
||||
$text['description-call_flow_pin_number']['sv-se'] = "Ange Pinkod.";
|
||||
$text['description-call_flow_pin_number']['uk-ua'] = "Введіть пін - код.";
|
||||
$text['description-call_flow_pin_number']['tr-tr'] = "Pin numarasını girin.";
|
||||
$text['description-call_flow_pin_number']['zh-cn'] = "输入密码。";
|
||||
$text['description-call_flow_pin_number']['ja-jp'] = "ピン番号を入力します。";
|
||||
$text['description-call_flow_pin_number']['ko-kr'] = "핀번호를 입력하세요.";
|
||||
@@ -546,6 +567,7 @@ $text['description-call_flow_name']['ro-ro'] = "Introduceți numele.";
|
||||
$text['description-call_flow_name']['ru-ru'] = "Введите имя.";
|
||||
$text['description-call_flow_name']['sv-se'] = "Ange Namn.";
|
||||
$text['description-call_flow_name']['uk-ua'] = "Введіть назву меню";
|
||||
$text['description-call_flow_name']['tr-tr'] = "Adı girin.";
|
||||
$text['description-call_flow_name']['zh-cn'] = "输入名称。";
|
||||
$text['description-call_flow_name']['ja-jp'] = "名前を入力します。";
|
||||
$text['description-call_flow_name']['ko-kr'] = "이름을 입력하세요.";
|
||||
@@ -571,6 +593,7 @@ $text['description-call_flow_feature_code']['ro-ro'] = "Introduceți codul carac
|
||||
$text['description-call_flow_feature_code']['ru-ru'] = "Введите код функции.";
|
||||
$text['description-call_flow_feature_code']['sv-se'] = "Ange Funktionskoden.";
|
||||
$text['description-call_flow_feature_code']['uk-ua'] = "Введіть код об'єкта.";
|
||||
$text['description-call_flow_feature_code']['tr-tr'] = "Özellik kodunu girin.";
|
||||
$text['description-call_flow_feature_code']['zh-cn'] = "输入功能代码。";
|
||||
$text['description-call_flow_feature_code']['ja-jp'] = "機能コードを入力します。";
|
||||
$text['description-call_flow_feature_code']['ko-kr'] = "기능 코드를 입력합니다.";
|
||||
@@ -589,13 +612,14 @@ $text['description-call_flow_extension']['fr-fr'] = "Choisir le numéro d'extens
|
||||
$text['description-call_flow_extension']['he-il'] = "Introduceți numărul de extensie.";
|
||||
$text['description-call_flow_extension']['it-it'] = "Immettere il numero dell'interno.";
|
||||
$text['description-call_flow_extension']['nl-nl'] = "Voer het toestelnummer in";
|
||||
$text['description-call_flow_extension']['pl-pl'] = "Wprowadź alfanumeryczny numer wewnętrzny. Domyślna konfiguracja pozwala na 2-7 cyfrowe numery wewnętrzne";
|
||||
$text['description-call_flow_extension']['pl-pl'] = "Wprowadź numer wewnętrzny.";
|
||||
$text['description-call_flow_extension']['pt-br'] = "Atribua o número de ramal.";
|
||||
$text['description-call_flow_extension']['pt-pt'] = "Introduza o número da extensão.";
|
||||
$text['description-call_flow_extension']['ro-ro'] = "Introduceți numărul de extensie.";
|
||||
$text['description-call_flow_extension']['ru-ru'] = "Введите внутренний номер.";
|
||||
$text['description-call_flow_extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-call_flow_extension']['uk-ua'] = "Введіть номер розширення.";
|
||||
$text['description-call_flow_extension']['tr-tr'] = "Dahili numarayı girin.";
|
||||
$text['description-call_flow_extension']['zh-cn'] = "输入分机号码。";
|
||||
$text['description-call_flow_extension']['ja-jp'] = "内線番号を入力します。";
|
||||
$text['description-call_flow_extension']['ko-kr'] = "내선번호를 입력하세요.";
|
||||
@@ -621,6 +645,7 @@ $text['description-call_flow_destination_label']['ro-ro'] = "Introduceți etiche
|
||||
$text['description-call_flow_destination_label']['ru-ru'] = "Введите название направления.";
|
||||
$text['description-call_flow_destination_label']['sv-se'] = "Ange Destinations Etiketten.";
|
||||
$text['description-call_flow_destination_label']['uk-ua'] = "Введіть мітку призначення.";
|
||||
$text['description-call_flow_destination_label']['tr-tr'] = "Hedef etiketini girin.";
|
||||
$text['description-call_flow_destination_label']['zh-cn'] = "输入目的地标签。";
|
||||
$text['description-call_flow_destination_label']['ja-jp'] = "宛先ラベルを入力します。";
|
||||
$text['description-call_flow_destination_label']['ko-kr'] = "대상 라벨을 입력합니다.";
|
||||
@@ -645,7 +670,8 @@ $text['description-call_flow_destination']['pt-pt'] = "Seleccione o destino.";
|
||||
$text['description-call_flow_destination']['ro-ro'] = "Selectați destinația.";
|
||||
$text['description-call_flow_destination']['ru-ru'] = "Выберите назначение.";
|
||||
$text['description-call_flow_destination']['sv-se'] = "Välj destinationen.";
|
||||
$text['description-call_flow_destination']['uk-ua'] = "Відправити дзвінок на розширення, меню IVR, конференцію, або будь-який інший номер.";
|
||||
$text['description-call_flow_destination']['uk-ua'] = "Виберіть пункт призначення.";
|
||||
$text['description-call_flow_destination']['tr-tr'] = "Hedefi seçin.";
|
||||
$text['description-call_flow_destination']['zh-cn'] = "选择目的地。";
|
||||
$text['description-call_flow_destination']['ja-jp'] = "宛先を選択します。";
|
||||
$text['description-call_flow_destination']['ko-kr'] = "목적지를 선택합니다.";
|
||||
@@ -671,6 +697,7 @@ $text['description-call_flow_context']['ro-ro'] = "Introduceți contextul.";
|
||||
$text['description-call_flow_context']['ru-ru'] = "Введите контекст.";
|
||||
$text['description-call_flow_context']['sv-se'] = "Ange Context.";
|
||||
$text['description-call_flow_context']['uk-ua'] = "Введіть контекст.";
|
||||
$text['description-call_flow_context']['tr-tr'] = "Bağlamı girin.";
|
||||
$text['description-call_flow_context']['zh-cn'] = "输入上下文。";
|
||||
$text['description-call_flow_context']['ja-jp'] = "コンテキストを入力します。";
|
||||
$text['description-call_flow_context']['ko-kr'] = "컨텍스트를 입력하십시오.";
|
||||
@@ -696,6 +723,7 @@ $text['description-call_flows']['ro-ro'] = "Apelurile directe între două desti
|
||||
$text['description-call_flows']['ru-ru'] = "Переключите вызовы между двумя направлениями с помощью кода дополнительного вида обслуживания.";
|
||||
$text['description-call_flows']['sv-se'] = "Samtal mellan två destinationer genom att ringa en funktionskod.";
|
||||
$text['description-call_flows']['uk-ua'] = "Прямі виклики між двома пунктами шляхом виклику коду функції.";
|
||||
$text['description-call_flows']['tr-tr'] = "Bir özellik kodunu çağırarak iki hedef arasında doğrudan arama yapın.";
|
||||
$text['description-call_flows']['zh-cn'] = "通过呼叫功能代码在两个目的地之间直接呼叫。";
|
||||
$text['description-call_flows']['ja-jp'] = "機能コードを呼び出して、2 つの宛先間で直接呼び出しを行います。";
|
||||
$text['description-call_flows']['ko-kr'] = "기능 코드를 호출하여 두 대상 간에 직접 호출합니다.";
|
||||
@@ -721,6 +749,7 @@ $text['description-call_flow_alternate_label']['ro-ro'] = "Introduceți eticheta
|
||||
$text['description-call_flow_alternate_label']['ru-ru'] = "Введите название альтернативного направления.";
|
||||
$text['description-call_flow_alternate_label']['sv-se'] = "Ange den alternativa destinations etiketten.";
|
||||
$text['description-call_flow_alternate_label']['uk-ua'] = "Введіть альтернативний ярлик призначення.";
|
||||
$text['description-call_flow_alternate_label']['tr-tr'] = "Alternatif hedef etiketini girin.";
|
||||
$text['description-call_flow_alternate_label']['zh-cn'] = "输入备用目的地标签。";
|
||||
$text['description-call_flow_alternate_label']['ja-jp'] = "代替宛先ラベルを入力します。";
|
||||
$text['description-call_flow_alternate_label']['ko-kr'] = "대체 대상 레이블을 입력합니다.";
|
||||
@@ -746,6 +775,7 @@ $text['description-call_flow_alternate_destination']['ro-ro'] = "Selectați dest
|
||||
$text['description-call_flow_alternate_destination']['ru-ru'] = "Выберите альтернативное направление.";
|
||||
$text['description-call_flow_alternate_destination']['sv-se'] = "Välj den alternativa destinationen.";
|
||||
$text['description-call_flow_alternate_destination']['uk-ua'] = "Виберіть інше розташування.";
|
||||
$text['description-call_flow_alternate_destination']['tr-tr'] = "Alternatif hedefi seçin.";
|
||||
$text['description-call_flow_alternate_destination']['zh-cn'] = "选择备用目的地。";
|
||||
$text['description-call_flow_alternate_destination']['ja-jp'] = "代替宛先を選択します。";
|
||||
$text['description-call_flow_alternate_destination']['ko-kr'] = "대체 대상을 선택합니다.";
|
||||
@@ -771,6 +801,7 @@ $text['description-call_flow_sound']['ro-ro'] = "Selectați sunetul de redat câ
|
||||
$text['description-call_flow_sound']['ru-ru'] = "Выберите звук для воспроизведения, когда состояние устанавливается в пункты назначения.";
|
||||
$text['description-call_flow_sound']['sv-se'] = "Välj ljud att spela när status är inställd på destinationen.";
|
||||
$text['description-call_flow_sound']['uk-ua'] = "Виберіть звук для відтворення , коли статус встановлений в пункти призначення.";
|
||||
$text['description-call_flow_sound']['tr-tr'] = "Durum hedeflere ayarlandığında çalınacak sesi seçin.";
|
||||
$text['description-call_flow_sound']['zh-cn'] = "当状态设置为目的地时,选择要播放的声音。";
|
||||
$text['description-call_flow_sound']['ja-jp'] = "ステータスが目的地に設定されたときに再生するサウンドを選択します。";
|
||||
$text['description-call_flow_sound']['ko-kr'] = "상태가 목적지로 설정되었을 때 재생할 사운드를 선택합니다.";
|
||||
@@ -796,6 +827,7 @@ $text['description-call_flow_alternate_sound']['ro-ro'] = "Selectați sunetul de
|
||||
$text['description-call_flow_alternate_sound']['ru-ru'] = "Выберите звук, который воспроизводится когда статус устанавливается в альтернативное направление.";
|
||||
$text['description-call_flow_alternate_sound']['sv-se'] = "Välj ljud att spela när status är inställd på den alternativa destinationen.";
|
||||
$text['description-call_flow_alternate_sound']['uk-ua'] = "Виберіть звук для відтворення , коли встановлено стан альтернативного призначення.";
|
||||
$text['description-call_flow_alternate_sound']['tr-tr'] = "Durum alternatif hedef olarak ayarlandığında çalınacak sesi seçin.";
|
||||
$text['description-call_flow_alternate_sound']['zh-cn'] = "选择当状态设置为备用目的地时要播放的声音。";
|
||||
$text['description-call_flow_alternate_sound']['ja-jp'] = "ステータスが代替宛先に設定されている場合に再生するサウンドを選択します。";
|
||||
$text['description-call_flow_alternate_sound']['ko-kr'] = "상태가 대체 대상으로 설정된 경우 재생할 사운드를 선택합니다.";
|
||||
@@ -821,6 +853,7 @@ $text['recordings']['ro-ro'] = "Înregistrări";
|
||||
$text['recordings']['ru-ru'] = "Записи";
|
||||
$text['recordings']['sv-se'] = "inspelningar";
|
||||
$text['recordings']['uk-ua'] = "записи";
|
||||
$text['recordings']['tr-tr'] = "Kayıtlar";
|
||||
$text['recordings']['zh-cn'] = "录音";
|
||||
$text['recordings']['ja-jp'] = "録音";
|
||||
$text['recordings']['ko-kr'] = "녹음";
|
||||
@@ -846,6 +879,7 @@ $text['miscellaneous']['ro-ro'] = "Diverse";
|
||||
$text['miscellaneous']['ru-ru'] = "Разное";
|
||||
$text['miscellaneous']['sv-se'] = "Diverse";
|
||||
$text['miscellaneous']['uk-ua'] = "Різне";
|
||||
$text['miscellaneous']['tr-tr'] = "Çeşitli";
|
||||
$text['miscellaneous']['zh-cn'] = "各种各样的";
|
||||
$text['miscellaneous']['ja-jp'] = "その他";
|
||||
$text['miscellaneous']['ko-kr'] = "여러 가지 잡다한";
|
||||
@@ -871,6 +905,7 @@ $text['sounds']['ro-ro'] = "Sunete";
|
||||
$text['sounds']['ru-ru'] = "Звуки";
|
||||
$text['sounds']['sv-se'] = "Ljud";
|
||||
$text['sounds']['uk-ua'] = "звуки";
|
||||
$text['sounds']['tr-tr'] = "Sesler";
|
||||
$text['sounds']['zh-cn'] = "声音";
|
||||
$text['sounds']['ja-jp'] = "サウンド";
|
||||
$text['sounds']['ko-kr'] = "소리";
|
||||
|
||||
Reference in New Issue
Block a user