-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrad_it.json
More file actions
159 lines (159 loc) · 11.7 KB
/
Copy pathtrad_it.json
File metadata and controls
159 lines (159 loc) · 11.7 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"compiler": {
"CompilingConfirmation": "This file, located at \"{compiled_file_filename}\" already exists.\nDo you want to replace it ?",
"CompilingTime": "Compiling time",
"FileCompiledWithStyle": "File compiled using style",
"FileOpened": "File opened successfully",
"OpeningFile": "File is being opened",
"StartingCompilation": "Starting compilation.",
"Stop_TooManyErrors": "Debug has chosen to stop this program due to too many errors. Sorry for the inconvenicence.",
"WrongAnswer": "Wrong answer"
},
"console": {
"bootup-message": "Console ACPL - ultima versione stabile : {} - {} - CC-BY-SA",
"CannotRunFile": "Cannot run this file.",
"ClosedIDE": "IDE closed.",
"console-correctly-reloaded": "Console correttamente rivviata.",
"current-dev-build": "Costruzione attuale del sviluppo",
"EndOfFile": "End of the file.",
"FileNotFound": "File not found.",
"FileSuccessfullyOpened": "File opened successfully.",
"help": {
"about": "Manda un messaggio speciale dell'autore relativo al linguaggio ;)",
"available-commands": "Comandi disponibili",
"change-line": "Modifies a specific line in a plain text file.",
"compile": "Compiles an ACPL file to a Python file",
"display": "Prints the content of a specified file.",
"end": "Finsce il processo della console.",
"ini-content": "Displays the content of the ini file.",
"lib": "Respectively installs, delete, or gives the documentation of the specified lib.",
"modify-ini": "Modifica una variabile specifica nel file 'startup.acpl-ini'. Aiuto migliore con 'modify-ini help all'.",
"open": "Opens a specific file in its default program.",
"pyrun": "Runs a specified python file",
"redo": "Reuses the last command.",
"run": "Avvia un file specifico. Sintassi : 'run <file>'.",
"settings": "Opens up a dialog box which allows you to tweak your settings",
"update": "Launches the update program.",
"version": "Indica l'ultima versione stabile e la costruzione del sviluppo."
},
"last-stable-release": "ultima versione stabile",
"launch-code-file": "Lancio di {}...",
"LaunchingPyFile": "Launching {file}.",
"LibDeleted": "Deleted lib {user_input}.",
"LibDoesNotExistError": "Error : Lib does not exist !",
"LibInstalled": "Library {user_input} installed !",
"LibNotInstalled": "Lib not installed, unable to uninstall.",
"LineModified": "Line {line} modified in {user_input[0]} with value :\n{value}",
"modify-ini": {
"compile-code-file": "Compilazione {}...",
"debug-state-help": "AIUTO : la variabile \"debug-state\" chiede se vuole attivare o no il debug di sviluppatore.\nTipo : Booleano.\nPredefinito : False.\nAttuale : {}.",
"debug-state-modified": "Opzione stato di debug correttamente modificata nel file startup.acpl-ini con la valore {}.",
"else-help": "Valori disponibili :\n\t- \"debug-state\"\n\t- \"lang\"\n\t- \"process-time-round-numbers\"\n\t- \"open-compiled-file\"\n\t- \"leave-comments-at-compiling\"\n\t- \"startup-check-update\"\n\nDigita \"modify-ini help <variabile>\" per un aiuto migliore.",
"lang-help": "AIUTO : la variabile \"lang\" è usata per sapere in che linguaggio il sistema deve essere visualizzato .\nTipo : string.\nOpzioni possibili : \"en\", \"fr\", o \"nl\".\nPredefinito : en.\nAttuale : {}.",
"lang-modified": "Opzione lang modificata correttamente nel file startup.acpl-ini con la valore {}.",
"leave-comments-at-compiling": "HELP : the \"leave-comments-at-compiling\" statement is used to know if you want to keep the comments in the compiled python file (readability), or not (processing time).\nType : Bool.\nDefault : False.\nActual : {}.",
"open-compiled-file": "HELP : the \"open-compiled-file\" statement is used to know if the file just compiled has to be opened at the end or not.\nType : Bool.\nDefault : False.\nActual : {}.",
"process-time-round-numbers": "HELP : the \"process-time-round-numbers\" statement is used to know how many numbers will be behind the dot for the processing time.\nType : integer.\nDefault : 6.\nActual : {}.",
"startup-check-update": "HELP : the \"startup-check-update\" statement is used to know if the console has to check update at startup or not.\nType : Bool.\nDefault : True.\nActual : {}.",
"unable-to-modify-option": "Impossibile modificare questa opzione.",
"use-colors-help": "AIUTO : la variabile \"use-colors\" è usata per sapere se prefera utilizzare i colori o no. Alcuni sistemi operativi o software non lo permettono.\nTipo : booleano.\nOpzioni possibili : \"True\" o \"False\".\nPredefinito : True.\nAttuale : {}.",
"use-colors-modified": "Opzione \"use-colors\" modificata correttamente in startup.acpl-ini con la valore {}"
},
"OpeningFile": "Opening {file}.",
"OpeningIDE": "Opening ACPL IDE...",
"output": "Uscita",
"process-ended": "Processo finito.",
"reloading": "Rivviare della console",
"Rerun": "Running last file again...",
"settings": {
"ClosedAndSaved": "Settings closed and saved.",
"DebugState_NotInt": "Debug state has to be an integer.",
"DebugState_Over3": "Cannot set debug state over 3.",
"DebugState_Under0": "Cannot set debug state under 0.",
"ProcessTime_NotInt": "Process time round numbers has to be an integer.",
"UnknownLanguage": "Unknown language. Language set back to 'en'."
},
"StartingDebug": "Starting to debug {file}...",
"unable-load-startup": "Impossibile caricare startup.acpl-ini !",
"UnableToInstall": "Unable to compile that kind of file (extension '.{extension}').",
"unknown-command": "Comando sconosciuto.",
"update_ProcessInvocationNotSupported": "{FAIL}Your system does not support the invocation of new Python processes.\nPlease run the {ITALICS}{OKGREEN}updater_main.py{ENDC}{FAIL} script manually.{ENDC}"
},
"critic-errors": {
"ImpossibleLoad_StartupIni": "Impossibile caricare startup.acpl-ini !",
"NameError_LanguageFile": "Impossibile caricare la lingua !"
},
"errors": {
"ArgumentMissing": "Arguments missing !",
"ArgumentNotInt": "Argument should be integer !",
"FunctionArgumentError": "{args_required} arguments required, got {args_nbr}.",
"ImpossibleCast_Float": "Variable {var} cannot be casted as float.",
"ImpossibleCast_Int": "Variable {var} cannot be casted as integer.",
"IndexError": "The index is not existing.",
"ListParsingError": "An error occurred while trying to parse the list \"{}\".",
"TypeErrorBool": "List element no{i} '{list_element}' cannot be casted as boolan.",
"TypeErrorFloat": "List element no{i} '{list_element}' cannot be casted as float.",
"TypeErrorInt": "List element no{i} '{list_element}' cannot be casted as integer.",
"UnexistingIndexError": "The index '{}' seems not to exist.",
"VariableNotFound": "The variable \"{variable}\" is not existing or has been declared later in the code.",
"VarNotFoundError": "The variable \"{variable}\" seems not to exist."
},
"ide": {
"ACPL_SystemFile": "This file is an ACPL system file, which means you cannot modify it.",
"DisplayedLines": "{line1} lines displayed out of {line2}.",
"IDE_SuccessfullyOpened": "ACPL IDE successfully opened",
"UnableRunFile": "Unable to run that type of file (Extension : '{extension}').",
"UnableRunFile_NoExtension": "Unable to run that type of file (No extension).",
"UnableToDeleteCharacter": "Sorry, an unknown error occured.\nWe are unable to delete this character.\nPlease try again."
},
"main": {
"acpl_debugger": {
"break": "Breaking loop.",
"ConditionFalse": "Condition '{ENDC}{line}{OKBLUE}' on line {line_numbers} marked as {FAIL}False",
"ConditionTrue": "Condition '{ENDC}{line}{OKBLUE}' on line {line_numbers} marked as {OKGREEN}True",
"continue": "Going to next loop.",
"CreatedFunction": "Created function '{WARNING}{function_name}{OKBLUE}' with arguments : {OKGREEN}{recreate_string}{OKBLUE} on line {line_numbers}.",
"DeletedVariable": "Deleted variable '{OKGREEN}{var}{OKBLUE}' on line {line_numbers}.",
"ExecutionStopped": "Execution stopped.",
"ForLoop": "Looping {times} times using variable {OKGREEN}{line}",
"StopOrContinue": "Press Enter to continue or type 'stop'/'end' to quit.",
"variable": "Created variable '{OKGREEN}{line0}{OKBLUE}' with content {OKGREEN}{line2}{OKBLUE} on line {line_numbers}",
"VariablesAtLineNO": "Variables for line {line_numbers} :",
"WhileFalse": "Condition for while loop '{ENDC}{line}{OKBLUE}' on line {line_numbers} marked as {FAIL}False{OKBLUE}\nSkipping loop.",
"WhileTrue": "Condition for while loop '{ENDC}{line}{OKBLUE}' on line {line_numbers} marked as {OKGREEN}True"
},
"ProcessTime": "Process time",
"ProgramStopped_Errors": "Debug has chosen to stop this program due to too many errors. Sorry for the inconvenience."
},
"program-ended": "Programma finito.",
"statement-errors": {
"has-been-raised": "è stato chiamato per la linea ",
"on-line": "sulla linea"
},
"update-checker": {
"ask-install": "Volete installarlo ?",
"console-restart": "Rivviare della console...",
"CouldNotRewriteElement": "Couldn't rewrite {element} !",
"DownloadingUpdate": "Downloading update...",
"ElementRewritten": "{element} successfully rewritten !",
"extracting-all-files": "Estrazione di tutti i file...",
"ExtractingUpdate": "Extracting update...",
"files-successfully-extracted": "File extratto con sucesso.",
"ImpossibleDownloadError": "Error : Unable to download the update !",
"NewVersionFound": "A new version has been found !\nYour version : {local_version}\nGitHub version {github_version}\n",
"old-files-deletion": "Soppressione dei vecchi file...",
"old-files-deletion-complete": "{} è stato correttamente eliminato.",
"removing-temp-files": "Sopressione dei file temporanei...",
"RewritingElement": "Rewriting {element}...",
"SeeChangelog": "Do you want to see the changelog ?",
"temp-files-removed": "I file temporanei sono stati eliminati !",
"unable-to-install": "Questa versione modifica il file della ricerca di aggiornamento. A causa di questo, siamo incapaci di modificarlo automaticamente (a meno che vuole che tutto sia eliminato).\nPossiamo scaricare et estrarre la nuova versione ladovve ACPL è installato.\nQuindi :\n\t- Trova la cartella \"ACPL-master\" nello reportario dove ACPL è installato.\n\t- Scrive \"end\" nella console.\n\t- Copia e incolla il contenuto della cartella \"ACPL-master\" DOPPO AVERE APRIRE QUESTA FINESTRA e sostituisce i vecchi file.",
"update-applied": "Aggiornamento applicato !",
"update-disponible-message": "Un nuovo aggiornamento ({}) è disponibile !",
"UpdateApplied": "Update successfully applied !",
"UpdateCancelled": "Update cancelled.\n{WARNING}If you want to update later, type 'update' in the console.",
"UpdateSuccessfullyDownloaded": "Update successfully downloaded !",
"UpdateSuccessfullyExtracted": "Update successfully extracted !",
"WiFi_Off": "Unable to find version number.\nUpdate cancelled."
}
}