Skip to content

Commit

Permalink
Add Chinese, Korean, and Japanese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed May 3, 2023
1 parent 381b3bd commit 28fe890
Show file tree
Hide file tree
Showing 65 changed files with 1,333 additions and 946 deletions.
6 changes: 6 additions & 0 deletions app/access_controls/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контроль доступа";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "контроль доступу";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Åtkomstkontroll";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "出入控制";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクセス制御";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "오시는 길";
$apps[$x]['menu'][$y]['uuid'] = "bd47c972-5498-4541-b44a-d4bbfac69496";
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/access_controls/access_controls.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;

?>
6 changes: 6 additions & 0 deletions app/basic_operator_panel/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель оператора";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Telefonist Panel";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель оператора";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "操作员小组";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "オペレータ パネル";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "회사연혁";
$apps[$x]['menu'][$y]['uuid'] = "dd3d173a-5d51-4231-ab22-b18c5b712bb2";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/basic_operator_panel/index.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;

?>
39 changes: 22 additions & 17 deletions app/bridges/app_menu.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
<?php

$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Bridges";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Bridges";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bridges";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Ponts";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Ponts";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bridges";
$apps[$x]['menu'][$y]['title']['pl'] = "Mostkowania";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Broar";
$apps[$x]['menu'][$y]['title']['uk'] = "Міста";
$apps[$x]['menu'][$y]['title']['de-at'] = "Brücken";
$apps[$x]['menu'][$y]['uuid'] = "345f0aad-8321-4a8b-9f08-c4730297660c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/bridges/bridges.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Bridges";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Bridges";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Bridges";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Ponts";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Ponts";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Bridges";
$apps[$x]['menu'][$y]['title']['pl'] = "Mostkowania";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Broar";
$apps[$x]['menu'][$y]['title']['uk'] = "Міста";
$apps[$x]['menu'][$y]['title']['de-at'] = "Brücken";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "桥梁";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ブリッジ";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "오시는 길";
$apps[$x]['menu'][$y]['uuid'] = "345f0aad-8321-4a8b-9f08-c4730297660c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/bridges/bridges.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;

?>
5 changes: 5 additions & 0 deletions app/call_block/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Черный список";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Blockera Samtal";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Блокування дзвінків";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电话区";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールブロック";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 블록";
$apps[$x]['menu'][$y]['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_block/call_block.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "user";
Expand Down
5 changes: 5 additions & 0 deletions app/call_broadcast/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Массовые вызовы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsdistribution";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Трансляція дзвінка";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "电话广播";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールブロードキャスト";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
$apps[$x]['menu'][$y]['uuid'] = "50153bbf-78c5-b49e-7bd9-4b3e4b1134e6";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_broadcast/call_broadcast.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
Expand Down
5 changes: 5 additions & 0 deletions app/call_center_active/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные Колл-центры";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktivt Call Center";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Центр активного виклику";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "积极的传道中心";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブコールセンター";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
$apps[$x]['menu'][$y]['uuid'] = "7fb0dd87-e984-9980-c512-2c76b887aeb2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_center_active/call_center_queue.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
Expand Down
10 changes: 10 additions & 0 deletions app/call_centers/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Колл-центр";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Center";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Кол-центр";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "服务中心";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールセンター";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
$apps[$x]['menu'][$y]['uuid'] = "6c072b29-5b6c-49fc-008e-95e24c77de99";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_queues.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
Expand All @@ -48,10 +53,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус агента";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Agent Status";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статус оператора";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "危急情况";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "エージェントステータス";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "에이전트 상태";
$apps[$x]['menu'][$y]['uuid'] = "597c483a-51a9-f95a-8d54-ea7d87ada2b8";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_centers/call_center_agent_status.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
Expand Down
5 changes: 5 additions & 0 deletions app/call_flows/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Переключатель вызовов";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsflöden";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Потоки дзвінків";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "流动";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールフロー";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 흐름";
$apps[$x]['menu'][$y]['uuid'] = "b0939384-7055-44e8-8b4c-9f72293e1878";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_flows/call_flows.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
Expand Down
5 changes: 5 additions & 0 deletions app/call_forward/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Переадресация";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Vidarekoppling";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Переадресація";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "前进";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールフォワード";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
$apps[$x]['menu'][$y]['uuid'] = "4e4df00b-aafb-45a8-82c1-cdabc921889c";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_forward/call_forward.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
Expand Down
39 changes: 22 additions & 17 deletions app/call_recordings/app_menu.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
<?php

$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Recordings";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Recordings";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabación de llamadas";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements d'appels";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Enregistrements d'appels";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreksopnamen";
$apps[$x]['menu'][$y]['title']['pl'] = "Nagrania Rozmów";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Recordings";
$apps[$x]['menu'][$y]['title']['uk'] = "Запис дзвінків";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anrufaufnahmen";
$apps[$x]['menu'][$y]['uuid'] = "d5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/call_recordings/call_recordings.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Recordings";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Recordings";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabación de llamadas";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements d'appels";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Enregistrements d'appels";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreksopnamen";
$apps[$x]['menu'][$y]['title']['pl'] = "Nagrania Rozmów";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Call Recordings";
$apps[$x]['menu'][$y]['title']['uk'] = "Запис дзвінків";
$apps[$x]['menu'][$y]['title']['de-at'] = "Anrufaufnahmen";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "记录";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コール録音";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 녹음";
$apps[$x]['menu'][$y]['uuid'] = "d5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/call_recordings/call_recordings.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;

?>
5 changes: 5 additions & 0 deletions app/calls_active/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Активные вызовы";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva samtal";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні дзвінки";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "积极呼吁";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アクティブコール";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "연락처";
$apps[$x]['menu'][$y]['uuid'] = "eba3d07f-dd5c-6b7b-6880-493b44113ade";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/calls_active/calls_active.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
Expand Down
5 changes: 5 additions & 0 deletions app/click_to_call/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Вызов по клику";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Klicka för att ringa";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Натисніть, щоб викликати";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "点击通话";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コールをクリック";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "자주 묻는 질문";
$apps[$x]['menu'][$y]['uuid'] = "f862556f-9ddd-2697-fdf4-bed08ec63aa5";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/click_to_call/click_to_call.php";
$apps[$x]['menu'][$y]['order'] = "";
$y++;

?>
12 changes: 11 additions & 1 deletion app/conference_centers/app_menu.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Conference Centers";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Conference Centers";
Expand All @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференц-центр";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenscenter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференц-центр";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议中心";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議センター";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스 센터";
$apps[$x]['menu'][$y]['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
Expand All @@ -47,10 +52,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференц-центр";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenscenter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференц-центр";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议中心";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議センター";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스 센터";
$apps[$x]['menu'][$y]['uuid'] = "b99cb768-ca19-4374-a954-02e344313d84";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_rooms.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "user";
$y++;

Expand Down
5 changes: 5 additions & 0 deletions app/conference_controls/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Управление";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenskontroller";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Контроль конференції";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议控制";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議の制御";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스";
$apps[$x]['menu'][$y]['uuid'] = "9896d4b5-507f-4d0e-8db7-caa7f4655202";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conference_controls/conference_controls.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;

Expand Down
5 changes: 5 additions & 0 deletions app/conference_profiles/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Профили";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferensprofiler";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Профілі конференції";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议概况";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "会議プロフィール";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스";
$apps[$x]['menu'][$y]['uuid'] = "6ebe7b9c-e964-4349-a002-288ea6ad08ca";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conference_profiles/conference_profiles.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;

Expand Down
5 changes: 5 additions & 0 deletions app/conferences/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Konferenser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Конференції";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "会议";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "カンファレンス";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "컨퍼런스";
$apps[$x]['menu'][$y]['uuid'] = "9f2a8c08-3e65-c41c-a716-3b53d42bc4d4";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conferences/conferences.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
Expand Down
5 changes: 5 additions & 0 deletions app/conferences_active/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Конференции Активные";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Aktiva Konferenser";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Активні конференції";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "积极会议";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "積極的な会議";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "활동 회의";
$apps[$x]['menu'][$y]['uuid'] = "2d857bbb-43b9-b8f7-a138-642868e0453a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
Expand Down
5 changes: 5 additions & 0 deletions app/contacts/app_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Контакты";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Kontakter";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Контакти";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "联系";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コンタクト";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "제품정보";
$apps[$x]['menu'][$y]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
Expand Down
Loading

0 comments on commit 28fe890

Please sign in to comment.