-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrad_tr.json
159 lines (159 loc) · 11.7 KB
/
trad_tr.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
{
"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 Konsolu - son kararlı sürüm {} - {} - CC-BY-SA",
"CannotRunFile": "Cannot run this file.",
"ClosedIDE": "IDE closed.",
"console-correctly-reloaded": "Konsol doğru şekilde yeniden yüklendi.",
"current-dev-build": "Mevcut geliştirme",
"EndOfFile": "End of the file.",
"FileNotFound": "File not found.",
"FileSuccessfullyOpened": "File opened successfully.",
"help": {
"about": "Yazardan dil ile ilgili özel bir mesaj verir ;)",
"available-commands": "Kullanılabilir komutlar",
"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": "Konsol işlemini sonlandırır.",
"ini-content": "Displays the content of the ini file.",
"lib": "Respectively installs, delete, or gives the documentation of the specified lib.",
"modify-ini": "ini dosyasındaki belirli bir ifadeyi değiştirir. 'modify-ini help all' ile daha iyi yardım'.",
"open": "Opens a specific file in its default program.",
"pyrun": "Runs a specified python file",
"redo": "Reuses the last command.",
"run": "belirli bir dosyayı çalıştırır. Sözdizimi : 'run <file>'.",
"settings": "Opens up a dialog box which allows you to tweak your settings",
"update": "Launches the update program.",
"version": "Son kararlı sürümü ve gerçek geliştirmeyi sağlar."
},
"last-stable-release": "Son kararlı sürüm",
"launch-code-file": "Başlatılıyor {}...",
"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": "{} Derleniyor...",
"debug-state-help": "YARDIM :\"debug-state\" ifadesi size geliştirici hata ayıklamasını etkinleştirmek veya devre dışı bırakmak isteyip istemediğinizi sorar.\nTip : boolean.\nVarsayılan : False.\nGerçek : {}.",
"debug-state-modified": "Seçenek hata-ayıklama-durumu startup.acpl-ini içinde değerle doğru şekilde değiştirildi {}.",
"else-help": "Kullanılabilir Değerler :\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>\" ile daha iyi yardım.",
"lang-help": "YARDIM : \"lang\" ifadesi sistemin hangi dilde görüntülendiğini bilmek için kullanılır.\nTür : string.\nOlası seçenekler : \"en\", \"fr\", or \"nl\".\nVarsayılan : en.\nGerçek : {}.",
"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": "Bu seçenek değiştirilemiyor.",
"use-colors-help": "YARDIM : \"use-colors\" ifadesi renkleri kullanmayı tercih edip etmediğinizi bilmek için kullanılır. Bazı işletim sistemleri veya yazılımlar buna izin vermez.\nTür : booléen.\nOlası seçenekler : \"True\" veya \"False\".\nVarsayılan : True.\nGerçek : {}.",
"use-colors-modified": "\"use-colors\" seçeneği, startup.acpl-ini'de değerle doğru şekilde değiştirildi {}"
},
"OpeningFile": "Opening {file}.",
"OpeningIDE": "Opening ACPL IDE...",
"output": "Çıktı",
"process-ended": "İşlem sona erdi.",
"reloading": "Konsol yeniden yükleniyor...",
"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": "startup.acpl-ini yüklenemiyor !",
"UnableToInstall": "Unable to compile that kind of file (extension '.{extension}').",
"unknown-command": "Bilinmeyen komut.",
"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": "startup.acpl-ini yüklenemiyor!",
"NameError_LanguageFile": "Dil dosyası yüklenemiyor !"
},
"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 başarıyla durduruldu.",
"statement-errors": {
"has-been-raised": "hat için yükseltildi",
"on-line": "çevrimiçi"
},
"update-checker": {
"ask-install": "Do you want to install it ?",
"console-restart": "Konsolu yeniden başlatır...",
"CouldNotRewriteElement": "Couldn't rewrite {element} !",
"DownloadingUpdate": "Downloading update...",
"ElementRewritten": "{element} successfully rewritten !",
"extracting-all-files": "Tüm dosyalar ayıklanıyor...",
"ExtractingUpdate": "Extracting update...",
"files-successfully-extracted": "Dosyalar başarıyla ayıklandı.",
"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": "Eski dosyalar siliniyor...",
"old-files-deletion-complete": "Başarıyla silindi {}.",
"removing-temp-files": "Geçici dosyalar kaldırılıyor...",
"RewritingElement": "Rewriting {element}...",
"SeeChangelog": "Do you want to see the changelog ?",
"temp-files-removed": "Geçici dosyalar kaldırıldı !",
"unable-to-install": "Bu sürüm update_checker dosyasında değişiklik yapıyor. Bu nedenle, otomatik olarak yükleyemiyoruz (her şeyin silinmesini istemiyorsanız).\nYapabileceğimiz, ACPL'in yüklü olduğu klasördeki yeni sürümü indirip ayıklamaktır.\nSo :\n\t-ACPL'in yüklü olduğu klasörde \"ACPL-master\" klasörünü kontrol edin.\n\t- Konsola \"end\" yazın. BU PENCEREYİ KAPATIP tüm eski dosyaları değiştirdikten sonra \n\t-\"ACPL-master\" içeriğini kopyalayıp yapıştırın.",
"update-applied": "Güncelleme uygulandı !",
"update-disponible-message": "Yeni bir güncelleme ({}) kullanılabilir !",
"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."
}
}