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
+32 -27
View File
@@ -1,31 +1,36 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "التسجيلات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
$apps[$x]['menu'][$y]['title']['he-il'] = "רישום";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Реєстрації";
$apps[$x]['menu'][$y]['uuid'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/registrations/registrations.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Registrations";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Registrations";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "التسجيلات";
$apps[$x]['menu'][$y]['title']['de-at'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['de-de'] = "Registrierungen";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Inscriptions";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements SIP";
$apps[$x]['menu'][$y]['title']['he-il'] = "רישום";
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni SIP";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Registraties";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Rejestracje";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Registros";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Registos";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Регистрации SIP";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Registreringar";
$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'] = "17dbfd56-291d-8c1c-bc43-713283a9dd5a";
$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/registrations/registrations.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;
?>