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
+5
View File
@@ -21,10 +21,15 @@
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Устройства";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Enheter";
$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'] = "f9dce498-b7f9-740f-e592-9e8ff3dac2a0";
$apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/devices/devices.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;