-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrad_de.json
162 lines (162 loc) · 11.6 KB
/
trad_de.json
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
160
161
162
{
"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": "ACPL Console - last stable release {} - {} - CC-BY-SA",
"CannotRunFile": "Cannot run this file.",
"ClosedIDE": "IDE closed.",
"compile-code-file": "Compiling {}...",
"compiling-successfull": "Compiling successfull !",
"console-correctly-reloaded": "Console correctly reloaded.",
"current-dev-build": "Current dev build",
"EndOfFile": "End of the file.",
"FileNotFound": "File not found.",
"FileSuccessfullyOpened": "File opened successfully.",
"help": {
"about": "Gives a special message from the author concerning the language ;)",
"available-commands": "Available commands",
"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": "Ends the console process.",
"ini-content": "Displays the content of the ini file.",
"lib": "Respectively installs, delete, or gives the documentation of the specified lib.",
"modify-ini": "Modifies a specific statement in the ini file. Better help with '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": "runs a specific file. Syntax : 'run <file>'.",
"settings": "Opens up a dialog box which allows you to tweak your settings",
"update": "Launches the update program.",
"version": "Gives the last stable version and the actual dev build."
},
"last-stable-release": "Last stable release",
"launch-code-file": "Launching {}...",
"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": "Compiling {}...",
"debug-state-help": "HELP : the \"debug-state\" statement asks if you want to enable or disable devlopper debug.\nType : boolean.\nDefault : False.\nActual : {}.",
"debug-state-modified": "Option debug-state modified correctly in startup.acpl-ini with value {}.",
"else-help": "Available values :\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\nType \"modify-ini help <statement>\" for better help.",
"lang-help": "HELP : the \"lang\" statement is used to know in which language the system is displayed.\nType : string.\nPossible options : \"en\", \"fr\", or \"nl\".\nDefault : en.\nActual : {}.",
"lang-modified": "Option lang modified correctly in startup.acpl-ini with value {}.",
"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": "Unable to modify this option.",
"use-colors-help": "HELP : the \"use-colors\" statement is used to know if you prefer to use colors or not. Some OS or softwares does not allow it.\nType : booléen.\nPossible options : \"True\" or \"False\".\nDefaut : True.\nActual : {}.",
"use-colors-modified": "Option \"use-colors\" modified correctly in startup.acpl-ini with value {}"
},
"OpeningFile": "Opening {file}.",
"OpeningIDE": "Opening ACPL IDE...",
"output": "Output",
"process-ended": "Process ended.",
"reloading": "Reloading 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": "Unable to load startup.acpl-ini !",
"UnableToInstall": "Unable to compile that kind of file (extension '.{extension}').",
"unknown-command": "Unknown command.",
"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": "Unable to load startup.acpl-ini !",
"NameError_LanguageFile": "Unable to load the language file !"
},
"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": "Program successfully stopped.",
"statement-errors": {
"has-been-raised": "has been raised for line",
"on-line": "on line"
},
"update-checker": {
"ask-install": "Do you want to install it ?",
"console-restart": "Restarting console...",
"CouldNotRewriteElement": "Couldn't rewrite {element} !",
"DownloadingUpdate": "Downloading update...",
"ElementRewritten": "{element} successfully rewritten !",
"extracting-all-files": "Extracting all the files...",
"ExtractingUpdate": "Extracting update...",
"files-successfully-extracted": "Files successfully extracted.",
"ImpossibleDownloadError": "Error : Unable to download the update !",
"NewVersionFound": "A new version has been found !\nYour version : {local_version}\nGitHub version {github_version}\n",
"no-internet-connection": "Keine Internet Verbindung da.",
"old-files-deletion": "Deleting old files...",
"old-files-deletion-complete": "Successfully deleted {}.",
"removing-temp-files": "Removing temp files...",
"RewritingElement": "Rewriting {element}...",
"SeeChangelog": "Do you want to see the changelog ?",
"temp-files-removed": "Temp files removed !",
"unable-to-install": "This version makes changes to the update_checker file. Because of that, we are unable to install it automatically (unless you want everything to be deleted).\nWhat we can do is downloading and extracting the new version in the folder where ACPL is installed.\nSo :\n\t- Go check the \"ACPL-master\" folder in the folder where ACPL is installed.\n\t- Type \"end\" in the console.\n\t- Copy-paste the content of \"ACPL-master\" AFTER CLOSING THIS WINDOW and replace all old files.",
"update-applied": "Update applied !",
"update-disponible-message": "A new update ({}) is available !",
"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."
}
}