-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathModule.json
More file actions
61 lines (61 loc) · 1.4 KB
/
Copy pathModule.json
File metadata and controls
61 lines (61 loc) · 1.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"Module": "Python",
"Folders": {
"root": "C:/Apps/Modules/Python/",
"Texts": {
"root": "C:/Apps/Module files/Python/"
}
},
"Files": {
"Descriptions": "C:/Apps/Modules/Python/Descriptions.json",
"Module": "C:/Apps/Modules/Python/Module.json"
},
"Descriptions": {
"Show text": "Gerenciar módulos de Python",
"Create_New_Module": {
"en": "Create new module",
"pt": "Criar novo módulo"
},
"Create_Language_Text": {
"en": "Create language text",
"pt": "Criar texto de idioma"
},
"List_Modules": {
"en": "List modules",
"pt": "Listar módulos"
}
},
"Classes": {
"Dictionary": {
"Create_New_Module": {
"Descriptions": {
"en": "Create new module",
"pt": "Criar novo módulo"
},
"Description": "Criar novo módulo",
"Object": "<class 'Python.Create_New_Module.Create_New_Module'>"
},
"Create_Language_Text": {
"Descriptions": {
"en": "Create language text",
"pt": "Criar texto de idioma"
},
"Description": "Criar texto de idioma",
"Object": "<class 'Python.Create_Language_Text.Create_Language_Text'>"
},
"List_Modules": {
"Descriptions": {
"en": "List modules",
"pt": "Listar módulos"
},
"Description": "Listar módulos",
"Object": "<class 'Python.List_Modules.List_Modules'>"
}
},
"Descriptions": [
"Criar novo módulo",
"Criar texto de idioma",
"Listar módulos"
]
}
}