-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp_menu.php
More file actions
executable file
·38 lines (36 loc) · 2.03 KB
/
Copy pathapp_menu.php
File metadata and controls
executable file
·38 lines (36 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Language Model";
$apps[$x]['menu'][$y]['title']['en-gb'] = "Language Model";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "نموذج لغة";
$apps[$x]['menu'][$y]['title']['de-at'] = "Sprachmodell";
$apps[$x]['menu'][$y]['title']['de-ch'] = "Sprachmodell";
$apps[$x]['menu'][$y]['title']['de-de'] = "Sprachmodell";
$apps[$x]['menu'][$y]['title']['el-gr'] = "Μοντέλο γλώσσας";
$apps[$x]['menu'][$y]['title']['es-cl'] = "Modelo de lenguaje";
$apps[$x]['menu'][$y]['title']['es-mx'] = "Modelo de lenguaje";
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Modèle de langage";
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Modèle de langage";
$apps[$x]['menu'][$y]['title']['he-il'] = "מודל שפה";
$apps[$x]['menu'][$y]['title']['it-it'] = "Modello linguistico";
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ენის მოდელი";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Taalmodel";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Model językowy";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Modelo de linguagem";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Modelo de linguagem";
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Model de limbaj";
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Языковая модель";
$apps[$x]['menu'][$y]['title']['sv-se'] = "Språkmodel";
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Модель мови";
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Dil modeli";
$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'] = "e8a70a86-a53d-472a-b3c7-ccefaab26d19";
$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/language_model/language_model.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$y++;