-
Notifications
You must be signed in to change notification settings - Fork 2
/
copy.py
42 lines (42 loc) · 1.34 KB
/
copy.py
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
copy_text = {
"SELECT_TOOL": {
"en": "Select your tool",
"es": "Seleccione su herramienta"
},
"FIREWALL_RULE_VIOLATION": {
"en": "FIREWALL RULE VIOLATED... YOU HAVE BEEN DETECTED!!!",
"es": "REGLA DE CORTAFUEGOS VIOLADA... ¡¡¡HA SIDO DETECTADO!!!",
},
"LANGUAGE_CHOICE": {
"en": "What language would you like to use?",
"es": "¿Cuál lengua quieres usar?"
},
"LANGUAGE_UNSUPPORTED": {
"en": "We're sorry, your choice is currently unavailable.",
"es": "Lo siento, su elección de lengua no está disponible en este momento."
},
"LANGUAGE_CHANGED": {
"en": "Language changed to English",
"es": "Lengua cambiado al Español"
},
"MAN_SPECIFY": {
"en": "Specify command.",
"es": "Especifica la comando."
},
"MAN_DNE": {
"en": "No man page exists for this command.",
"es": "No hay página man por este comando."
},
"INVALID_PARAM_NUM": {
"en": "Invalid number of parameters",
"es": "Numero de los parámetros no es suficiente"
},
"INVALID_IP": {
"en": "Not a valid IP address",
"es": "No es dirección IP válida."
},
"INVALID_CMD": {
"en": "Not a valid command, please try again",
"es": "No es comando válido, intente de nuevo"
}
}