Add Chinese, Korean, and Japanese translations

This commit is contained in:
markjcrane
2023-05-02 22:05:16 -06:00
parent 381b3bdd9f
commit 28fe89066e
65 changed files with 1333 additions and 946 deletions
+11 -1
View File
@@ -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";
@@ -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++;
@@ -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++;