Add Chinese, Korean, and Japanese translations
This commit is contained in:
@@ -20,6 +20,9 @@ $text['title-call_recordings']['ro-ro'] = "Înregistrări de apeluri";
|
||||
$text['title-call_recordings']['ru-ru'] = "Записи разговоров";
|
||||
$text['title-call_recordings']['sv-se'] = "Samtalsinspelningar";
|
||||
$text['title-call_recordings']['uk-ua'] = "Записи дзвінків";
|
||||
$text['title-call_recordings']['zh-cn'] = "记录";
|
||||
$text['title-call_recordings']['ja-jp'] = "コール録音";
|
||||
$text['title-call_recordings']['ko-kr'] = "통화 녹음";
|
||||
|
||||
$text['title-call_recording']['en-us'] = "Call Recording";
|
||||
$text['title-call_recording']['en-gb'] = "Call Recording";
|
||||
@@ -41,6 +44,9 @@ $text['title-call_recording']['ro-ro'] = "Înregistrare apel";
|
||||
$text['title-call_recording']['ru-ru'] = "Запись разговора";
|
||||
$text['title-call_recording']['sv-se'] = "Samtalsinspelning";
|
||||
$text['title-call_recording']['uk-ua'] = "Запис дзвінків";
|
||||
$text['title-call_recording']['zh-cn'] = "记录";
|
||||
$text['title-call_recording']['ja-jp'] = "コール録音";
|
||||
$text['title-call_recording']['ko-kr'] = "통화 녹음";
|
||||
|
||||
$text['title_description-call_recordings']['en-us'] = "Shows the call recordings with name, length, date and time, and call direction.";
|
||||
$text['title_description-call_recordings']['en-gb'] = "Shows the call recordings with name, length, date and time, and call direction.";
|
||||
@@ -62,6 +68,9 @@ $text['title_description-call_recordings']['ro-ro'] = "Afișează înregistrări
|
||||
$text['title_description-call_recordings']['ru-ru'] = "Показывает доступные записи разговоров с именем, датой, временем и направлением вызова.";
|
||||
$text['title_description-call_recordings']['sv-se'] = "Visar samtalsinspelningarna med namn, längd, datum och tid samt samtalsriktning.";
|
||||
$text['title_description-call_recordings']['uk-ua'] = "Показує записи дзвінків із назвою, тривалістю, датою та часом, а також напрямком дзвінка.";
|
||||
$text['title_description-call_recordings']['zh-cn'] = "用名称、长度、日期和时间显示电话记录,并按电话指示进行。";
|
||||
$text['title_description-call_recordings']['ja-jp'] = "名前、長さ、日付、時刻、通話方向のコール録画を表示します。";
|
||||
$text['title_description-call_recordings']['ko-kr'] = "이름, 길이, 날짜 및 시간, 통화 방향과 통화 녹음을 표시합니다.";
|
||||
|
||||
$text['label-call_recording_name']['en-us'] = "Name";
|
||||
$text['label-call_recording_name']['en-gb'] = "Name";
|
||||
@@ -83,54 +92,63 @@ $text['label-call_recording_name']['ro-ro'] = "Nume";
|
||||
$text['label-call_recording_name']['ru-ru'] = "Имя";
|
||||
$text['label-call_recording_name']['sv-se'] = "namn";
|
||||
$text['label-call_recording_name']['uk-ua'] = "Ім'я";
|
||||
$text['label-call_recording_name']['zh-cn'] = "姓名";
|
||||
$text['label-call_recording_name']['ja-jp'] = "お名前 (必須)";
|
||||
$text['label-call_recording_name']['ko-kr'] = "이름 *";
|
||||
|
||||
$text['label-caller_id_name']['en-us'] = "Caller Name";
|
||||
$text['label-caller_id_name']['en-gb'] = "Caller Name";
|
||||
$text['label-caller_id_name']['ar-eg'] = "اسم المتصل";
|
||||
$text['label-caller_id_name']['de-at'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-caller_id_name']['de-ch'] = "Anrufer Name"; //copied from de-de
|
||||
$text['label-caller_id_name']['de-at'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['de-ch'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['de-de'] = "Anrufer Name";
|
||||
$text['label-caller_id_name']['es-cl'] = "Nombre CID";
|
||||
$text['label-caller_id_name']['es-mx'] = "Nombre CID"; //copied from es-cl
|
||||
$text['label-caller_id_name']['fr-ca'] = "Nom de l'Appelant"; //copied from fr-fr
|
||||
$text['label-caller_id_name']['es-mx'] = "Nombre CID";
|
||||
$text['label-caller_id_name']['fr-ca'] = "Nom de l'Appelant";
|
||||
$text['label-caller_id_name']['fr-fr'] = "Nom de l'Appelant";
|
||||
$text['label-caller_id_name']['he-il'] = "שם המתקשר";
|
||||
$text['label-caller_id_name']['it-it'] = "Nome CID";
|
||||
$text['label-caller_id_name']['nl-nl'] = "Naam beller";
|
||||
$text['label-caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego";
|
||||
$text['label-caller_id_name']['pt-br'] = "Nome CID"; //copied from pt-pt
|
||||
$text['label-caller_id_name']['pt-br'] = "Nome CID";
|
||||
$text['label-caller_id_name']['pt-pt'] = "Nome CID";
|
||||
$text['label-caller_id_name']['ro-ro'] = "Numele apelantului";
|
||||
$text['label-caller_id_name']['ru-ru'] = "CID Имя";
|
||||
$text['label-caller_id_name']['sv-se'] = "CID Namn";
|
||||
$text['label-caller_id_name']['uk-ua'] = "CID Ім’я";
|
||||
$text['label-caller_id_name']['zh-cn'] = "姓名";
|
||||
$text['label-caller_id_name']['ja-jp'] = "発信者名";
|
||||
$text['label-caller_id_name']['ko-kr'] = "담당자 이름";
|
||||
|
||||
$text['label-caller_id_number']['en-us'] = "Caller Number";
|
||||
$text['label-caller_id_number']['en-gb'] = "Caller Number";
|
||||
$text['label-caller_id_number']['ar-eg'] = "رقم المتصل";
|
||||
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-caller_id_number']['de-ch'] = "Anrufer Nummer"; //copied from de-de
|
||||
$text['label-caller_id_number']['de-at'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['de-ch'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['de-de'] = "Anrufer Nummer";
|
||||
$text['label-caller_id_number']['es-cl'] = "Número CID";
|
||||
$text['label-caller_id_number']['es-mx'] = "Número CID"; //copied from es-cl
|
||||
$text['label-caller_id_number']['fr-ca'] = "Numéro de l'Appelant"; //copied from fr-fr
|
||||
$text['label-caller_id_number']['es-mx'] = "Número CID";
|
||||
$text['label-caller_id_number']['fr-ca'] = "Numéro de l'Appelant";
|
||||
$text['label-caller_id_number']['fr-fr'] = "Numéro de l'Appelant";
|
||||
$text['label-caller_id_number']['he-il'] = "מספר מתקשר";
|
||||
$text['label-caller_id_number']['it-it'] = "Numero CID";
|
||||
$text['label-caller_id_number']['nl-nl'] = "Beller nummer";
|
||||
$text['label-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego";
|
||||
$text['label-caller_id_number']['pt-br'] = "Número CID"; //copied from pt-pt
|
||||
$text['label-caller_id_number']['pt-br'] = "Número CID";
|
||||
$text['label-caller_id_number']['pt-pt'] = "Número CID";
|
||||
$text['label-caller_id_number']['ro-ro'] = "Numărul apelantului";
|
||||
$text['label-caller_id_number']['ru-ru'] = "CID номера";
|
||||
$text['label-caller_id_number']['sv-se'] = "CID, Nummer";
|
||||
$text['label-caller_id_number']['uk-ua'] = "CID Номер";
|
||||
$text['label-caller_id_number']['zh-cn'] = "电话号码";
|
||||
$text['label-caller_id_number']['ja-jp'] = "発信者番号";
|
||||
$text['label-caller_id_number']['ko-kr'] = "전화 번호";
|
||||
|
||||
$text['label-caller_destination']['en-us'] = "Caller Destination";
|
||||
$text['label-caller_destination']['en-gb'] = "Caller Destination";
|
||||
$text['label-caller_destination']['ar-eg'] = "Caller Destination";
|
||||
$text['label-caller_destination']['de-at'] = "Rufziel"; //copied from de-de
|
||||
$text['label-caller_destination']['de-ch'] = "Rufziel"; //copied from de-de
|
||||
$text['label-caller_destination']['de-at'] = "Rufziel";
|
||||
$text['label-caller_destination']['de-ch'] = "Rufziel";
|
||||
$text['label-caller_destination']['de-de'] = "Rufziel";
|
||||
$text['label-caller_destination']['es-cl'] = "Destino de la persona que llama";
|
||||
$text['label-caller_destination']['es-mx'] = "Destino de la persona que llama";
|
||||
@@ -146,8 +164,14 @@ $text['label-caller_destination']['ro-ro'] = "Destinația apelantului";
|
||||
$text['label-caller_destination']['ru-ru'] = "Вызывающий абонент";
|
||||
$text['label-caller_destination']['sv-se'] = "Uppringarens destination";
|
||||
$text['label-caller_destination']['uk-ua'] = "Пункт призначення абонента";
|
||||
$text['label-caller_destination']['zh-cn'] = "电话目的地";
|
||||
$text['label-caller_destination']['ja-jp'] = "ケーラー・デスティネーション";
|
||||
$text['label-caller_destination']['ko-kr'] = "자주 묻는 질문";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['zh-cn'] = "目的地";
|
||||
$text['label-destination_number']['ja-jp'] = "目的地";
|
||||
$text['label-destination_number']['ko-kr'] = "여행 정보";
|
||||
|
||||
$text['description-call_recording_name']['en-us'] = "Call Recording Name";
|
||||
$text['description-call_recording_name']['en-gb'] = "Call Recording Name";
|
||||
@@ -169,6 +193,9 @@ $text['description-call_recording_name']['ro-ro'] = "Numele înregistrării apel
|
||||
$text['description-call_recording_name']['ru-ru'] = "Имя записи звонка";
|
||||
$text['description-call_recording_name']['sv-se'] = "Namn på samtalsinspelning";
|
||||
$text['description-call_recording_name']['uk-ua'] = "Назва запису виклику";
|
||||
$text['description-call_recording_name']['zh-cn'] = "姓名";
|
||||
$text['description-call_recording_name']['ja-jp'] = "コール録音名";
|
||||
$text['description-call_recording_name']['ko-kr'] = "통화 녹음 이름";
|
||||
|
||||
$text['label-call_recording_path']['en-us'] = "Path";
|
||||
$text['label-call_recording_path']['en-gb'] = "Path";
|
||||
@@ -190,6 +217,9 @@ $text['label-call_recording_path']['ro-ro'] = "cale";
|
||||
$text['label-call_recording_path']['ru-ru'] = "Путь";
|
||||
$text['label-call_recording_path']['sv-se'] = "Väg";
|
||||
$text['label-call_recording_path']['uk-ua'] = "шлях";
|
||||
$text['label-call_recording_path']['zh-cn'] = "途径";
|
||||
$text['label-call_recording_path']['ja-jp'] = "パス";
|
||||
$text['label-call_recording_path']['ko-kr'] = "오시는 길";
|
||||
|
||||
$text['description-call_recording_path']['en-us'] = "";
|
||||
$text['description-call_recording_path']['en-gb'] = "";
|
||||
@@ -211,6 +241,9 @@ $text['description-call_recording_path']['ro-ro'] = "";
|
||||
$text['description-call_recording_path']['ru-ru'] = "";
|
||||
$text['description-call_recording_path']['sv-se'] = "";
|
||||
$text['description-call_recording_path']['uk-ua'] = "";
|
||||
$text['description-call_recording_path']['zh-cn'] = "";
|
||||
$text['description-call_recording_path']['ja-jp'] = "";
|
||||
$text['description-call_recording_path']['ko-kr'] = "";
|
||||
|
||||
$text['label-call_recording_length']['en-us'] = "Length";
|
||||
$text['label-call_recording_length']['en-gb'] = "Length";
|
||||
@@ -232,6 +265,9 @@ $text['label-call_recording_length']['ro-ro'] = "Lungime";
|
||||
$text['label-call_recording_length']['ru-ru'] = "Длительность";
|
||||
$text['label-call_recording_length']['sv-se'] = "Längd";
|
||||
$text['label-call_recording_length']['uk-ua'] = "Довжина";
|
||||
$text['label-call_recording_length']['zh-cn'] = "长度";
|
||||
$text['label-call_recording_length']['ja-jp'] = "長さ";
|
||||
$text['label-call_recording_length']['ko-kr'] = "제품 정보";
|
||||
|
||||
$text['description-call_recording_length']['en-us'] = "Call Recording Duration";
|
||||
$text['description-call_recording_length']['en-gb'] = "Call Recording Duration";
|
||||
@@ -253,6 +289,9 @@ $text['description-call_recording_length']['ro-ro'] = "Durata înregistrării ap
|
||||
$text['description-call_recording_length']['ru-ru'] = "Продолжительность записи разговора";
|
||||
$text['description-call_recording_length']['sv-se'] = "Samtalsinspelningslängd";
|
||||
$text['description-call_recording_length']['uk-ua'] = "Тривалість запису розмови";
|
||||
$text['description-call_recording_length']['zh-cn'] = "记录期限";
|
||||
$text['description-call_recording_length']['ja-jp'] = "コール録音期間";
|
||||
$text['description-call_recording_length']['ko-kr'] = "자주 묻는 질문";
|
||||
|
||||
$text['label-call_recording_date']['en-us'] = "Date";
|
||||
$text['label-call_recording_date']['en-gb'] = "Date";
|
||||
@@ -274,6 +313,9 @@ $text['label-call_recording_date']['ro-ro'] = "Data";
|
||||
$text['label-call_recording_date']['ru-ru'] = "Дата";
|
||||
$text['label-call_recording_date']['sv-se'] = "Datum";
|
||||
$text['label-call_recording_date']['uk-ua'] = "Дата";
|
||||
$text['label-call_recording_date']['zh-cn'] = "日期";
|
||||
$text['label-call_recording_date']['ja-jp'] = "日程表";
|
||||
$text['label-call_recording_date']['ko-kr'] = "(주)";
|
||||
|
||||
$text['description-call_recording_date']['en-us'] = "Call Recording Date";
|
||||
$text['description-call_recording_date']['en-gb'] = "Call Recording Date";
|
||||
@@ -295,6 +337,9 @@ $text['description-call_recording_date']['ro-ro'] = "Data înregistrării apelul
|
||||
$text['description-call_recording_date']['ru-ru'] = "Дата записи звонка";
|
||||
$text['description-call_recording_date']['sv-se'] = "Samtalsinspelningsdatum";
|
||||
$text['description-call_recording_date']['uk-ua'] = "Дата запису дзвінка";
|
||||
$text['description-call_recording_date']['zh-cn'] = "记录日期";
|
||||
$text['description-call_recording_date']['ja-jp'] = "コール録音日";
|
||||
$text['description-call_recording_date']['ko-kr'] = "자주 묻는 질문";
|
||||
|
||||
$text['label-call_direction']['en-us'] = "Direction";
|
||||
$text['label-call_direction']['en-gb'] = "Direction";
|
||||
@@ -316,6 +361,9 @@ $text['label-call_direction']['ro-ro'] = "Direcţie";
|
||||
$text['label-call_direction']['ru-ru'] = "Направление";
|
||||
$text['label-call_direction']['sv-se'] = "Riktning";
|
||||
$text['label-call_direction']['uk-ua'] = "Напрямок";
|
||||
$text['label-call_direction']['zh-cn'] = "方向";
|
||||
$text['label-call_direction']['ja-jp'] = "アクセス";
|
||||
$text['label-call_direction']['ko-kr'] = "제품정보";
|
||||
|
||||
$text['description-call_direction']['en-us'] = "";
|
||||
$text['description-call_direction']['en-gb'] = "";
|
||||
@@ -337,6 +385,9 @@ $text['description-call_direction']['ro-ro'] = "";
|
||||
$text['description-call_direction']['ru-ru'] = "";
|
||||
$text['description-call_direction']['sv-se'] = "";
|
||||
$text['description-call_direction']['uk-ua'] = "";
|
||||
$text['description-call_direction']['zh-cn'] = "";
|
||||
$text['description-call_direction']['ja-jp'] = "";
|
||||
$text['description-call_direction']['ko-kr'] = "";
|
||||
|
||||
$text['label-call_recording_description']['en-us'] = "Description";
|
||||
$text['label-call_recording_description']['en-gb'] = "Description";
|
||||
@@ -358,6 +409,9 @@ $text['label-call_recording_description']['ro-ro'] = "Descriere";
|
||||
$text['label-call_recording_description']['ru-ru'] = "Описание";
|
||||
$text['label-call_recording_description']['sv-se'] = "Beskrivning";
|
||||
$text['label-call_recording_description']['uk-ua'] = "опис";
|
||||
$text['label-call_recording_description']['zh-cn'] = "说明";
|
||||
$text['label-call_recording_description']['ja-jp'] = "コンテンツ";
|
||||
$text['label-call_recording_description']['ko-kr'] = "제품 설명";
|
||||
|
||||
$text['description-call_recording_description']['en-us'] = "";
|
||||
$text['description-call_recording_description']['en-gb'] = "";
|
||||
@@ -379,6 +433,9 @@ $text['description-call_recording_description']['ro-ro'] = "";
|
||||
$text['description-call_recording_description']['ru-ru'] = "";
|
||||
$text['description-call_recording_description']['sv-se'] = "";
|
||||
$text['description-call_recording_description']['uk-ua'] = "";
|
||||
$text['description-call_recording_description']['zh-cn'] = "";
|
||||
$text['description-call_recording_description']['ja-jp'] = "";
|
||||
$text['description-call_recording_description']['ko-kr'] = "";
|
||||
|
||||
$text['label-call_recording_base64']['en-us'] = "Base64";
|
||||
$text['label-call_recording_base64']['en-gb'] = "Base64";
|
||||
@@ -400,6 +457,9 @@ $text['label-call_recording_base64']['ro-ro'] = "Base64";
|
||||
$text['label-call_recording_base64']['ru-ru'] = "Base64";
|
||||
$text['label-call_recording_base64']['sv-se'] = "Base64";
|
||||
$text['label-call_recording_base64']['uk-ua'] = "Base64";
|
||||
$text['label-call_recording_base64']['zh-cn'] = "基地";
|
||||
$text['label-call_recording_base64']['ja-jp'] = "ベース64";
|
||||
$text['label-call_recording_base64']['ko-kr'] = "자료64";
|
||||
|
||||
$text['description-call_recording_base64']['en-us'] = "Base64";
|
||||
$text['description-call_recording_base64']['en-gb'] = "Base64";
|
||||
@@ -421,6 +481,9 @@ $text['description-call_recording_base64']['ro-ro'] = "Base64";
|
||||
$text['description-call_recording_base64']['ru-ru'] = "Base64";
|
||||
$text['description-call_recording_base64']['sv-se'] = "Base64";
|
||||
$text['description-call_recording_base64']['uk-ua'] = "Base64";
|
||||
$text['description-call_recording_base64']['zh-cn'] = "基地";
|
||||
$text['description-call_recording_base64']['ja-jp'] = "ベース64";
|
||||
$text['description-call_recording_base64']['ko-kr'] = "자료64";
|
||||
|
||||
$text['label-inbound']['en-us'] = "Inbound";
|
||||
$text['label-inbound']['en-gb'] = "Inbound";
|
||||
@@ -442,6 +505,9 @@ $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']['zh-cn'] = "1. 限制";
|
||||
$text['label-inbound']['ja-jp'] = "インバウンド";
|
||||
$text['label-inbound']['ko-kr'] = "인바운드";
|
||||
|
||||
$text['label-outbound']['en-us'] = "Outbound";
|
||||
$text['label-outbound']['en-gb'] = "Outbound";
|
||||
@@ -463,6 +529,9 @@ $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']['zh-cn'] = "进口";
|
||||
$text['label-outbound']['ja-jp'] = "アウトバウンド";
|
||||
$text['label-outbound']['ko-kr'] = "아웃바운드";
|
||||
|
||||
$text['label-local']['en-us'] = "Local";
|
||||
$text['label-local']['en-gb'] = "محلي";
|
||||
@@ -484,5 +553,8 @@ $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']['zh-cn'] = "地方";
|
||||
$text['label-local']['ja-jp'] = "ローカル";
|
||||
$text['label-local']['ko-kr'] = "- 한국어";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user