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
+20 -15
View File
@@ -1,19 +1,24 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/event_guard/event_guard_logs.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Guardia de eventos";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['pl'] = "Gwardia";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Event Guard";
$apps[$x]['menu'][$y]['title']['uk'] = "Охорона подій";
$apps[$x]['menu'][$y]['title']['de-at'] = "Eventgarde";
$apps[$x]['menu'][$y]['title']['zh-cn'] = "警卫";
$apps[$x]['menu'][$y]['title']['ja-jp'] = "イベントガード";
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이벤트 Guard";
$apps[$x]['menu'][$y]['uuid'] = "e80a81ae-7894-4003-9c0a-6df56c8148eb";
$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/event_guard/event_guard_logs.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>