@@ -165,13 +165,16 @@ def get_directive(explanation_in:str) -> str:
165
165
d = {
166
166
'Korean' : '숙제 답안으로 제출한 코드가 오류를 일으킨 원인을 입문자 용어만으로 중복 없는 간결한 문장으로 설명하시오.' ,
167
167
'English' : 'Explain in beginner terms, without duplicates, the cause of the error in the code submitted as homework.' ,
168
- 'Japanese ' : '宿題の回答として提出されたコードがエラーの原因を、初心者向けの用語で重複なく簡潔に説明してください。 ' ,
168
+ 'Bahasa Indonesia ' : 'Jelaskan dalam istilah pemula, tanpa duplikat, penyebab kesalahan dalam kode yang dikirim sebagai pekerjaan rumah. ' ,
169
169
'Chinese' : '请用初学者术语简洁地解释作业提交的代码出错的原因,不要重复。' ,
170
- 'Spanish' : 'Explique en términos para principiantes, sin duplicados, la causa del error en el código enviado como tarea.' ,
171
170
'French' : '''Expliquez en termes de débutant, sans doublons, la cause de l'erreur dans le code soumis comme devoir.''' ,
172
171
'German' : 'Erklären Sie in Anfängerterminologie ohne Duplikate die Ursache des Fehlers im als Hausaufgabe eingereichten Code.' ,
173
172
'Italian' : 'Spiega in termini per principianti, senza duplicati, la causa dell\' errore nel codice inviato come compito.' ,
173
+ 'Japanese' : '宿題の回答として提出されたコードがエラーの原因を、初心者向けの用語で重複なく簡潔に説明してください。' ,
174
+ 'Nederlands' : 'Leg in beginners termen, zonder duplicaten, de oorzaak van de fout in de code die als huiswerk is ingediend uit.' ,
175
+ 'Spanish' : 'Explique en términos para principiantes, sin duplicados, la causa del error en el código enviado como tarea.' ,
174
176
'Thai' : 'อธิบายด้วยภาษาของผู้เริ่มต้นโดยไม่ซ้ำซ้อนว่าสาเหตุของข้อผิดพลาดในรหัสที่ส่งเป็นการบ้านคืออะไร' ,
177
+ 'Vietnamese' : 'Hãy giải thích lỗi trong đoạn mã bài tập đã nộp bằng ngôn ngữ dễ hiểu dành cho người mới bắt đầu, và đừng lặp lại thông tin.' ,
175
178
}
176
179
return f"{ d [explanation_in ]} \n "
177
180
@@ -199,13 +202,16 @@ def get_report_header(explanation_in:str) -> str:
199
202
d = {
200
203
'Korean' : "오류 메시지 시작" ,
201
204
'English' : "Error Message Start" ,
202
- 'Japanese ' : "エラーメッセージ開始 " ,
205
+ 'Bahasa Indonesia ' : "Pesan Kesalahan Dimulai " ,
203
206
'Chinese' : "错误消息开始" ,
204
- 'Spanish' : "Mensaje de error comienza" ,
205
207
'French' : '''Message d'erreur commence''' ,
206
208
'German' : "Fehlermeldung beginnt" ,
207
209
'Italian' : "Messaggio di errore inizia" ,
210
+ 'Japanese' : "エラーメッセージ開始" ,
211
+ 'Nederlands' : "Foutmelding begint" ,
212
+ 'Spanish' : "Mensaje de error comienza" ,
208
213
'Thai' : "ข้อความผิดพลาดเริ่มต้น" ,
214
+ 'Vietnamese' : "Thông báo lỗi bắt đầu" ,
209
215
}
210
216
return (
211
217
f"## { d [explanation_in ]} \n "
@@ -217,13 +223,16 @@ def get_report_footer(explanation_in:str) -> str:
217
223
d = {
218
224
'Korean' : "오류 메시지 끝" ,
219
225
'English' : "Error Message End" ,
220
- 'Japanese ' : "エラーメッセージ終わり " ,
226
+ 'Bahasa Indonesia ' : "Pesan Kesalahan Berakhir " ,
221
227
'Chinese' : "错误消息结束" ,
222
- 'Spanish' : "Mensaje de error termina" ,
223
228
'French' : '''Message d'erreur fin''' ,
224
229
'German' : "Fehlermeldung endet" ,
225
230
'Italian' : "Messaggio di errore finisce" ,
231
+ 'Japanese' : "エラーメッセージ終わり" ,
232
+ 'Nederlands' : "Foutmelding eindigt" ,
233
+ 'Spanish' : "Mensaje de error termina" ,
226
234
'Thai' : "ข้อความผิดพลาดสิ้นสุด" ,
235
+ 'Vietnamese' : "Thông báo lỗi kết thúc" ,
227
236
}
228
237
return (
229
238
f"## { d [explanation_in ]} \n "
@@ -240,49 +249,61 @@ def get_code_instruction(
240
249
d_homework_start = {
241
250
'Korean' : "숙제 제출 코드 시작" ,
242
251
'English' : "Homework Submission Code Start" ,
243
- 'Japanese ' : "宿題提出コード開始 " ,
252
+ 'Bahasa Indonesia ' : "Kode Pengumpulan Tugas Dimulai " ,
244
253
'Chinese' : "作业提交代码开始" ,
245
- 'Spanish' : "Inicio del código de envío de tareas" ,
246
254
'French' : '''Début du code de soumission des devoirs''' ,
247
255
'German' : "Code für die Einreichung von Hausaufgaben von hier aus" ,
248
256
'Italian' : "Inizio del codice di invio dei compiti" ,
257
+ 'Japanese' : "宿題提出コード開始" ,
258
+ 'Nederlands' : "Huiswerk inzendcode begint" ,
259
+ 'Spanish' : "Inicio del código de envío de tareas" ,
249
260
'Thai' : "การส่งงานเริ่มต้น" ,
261
+ 'Vietnamese' : "Bắt đầu mã nộp bài tập" ,
250
262
}
251
263
252
264
d_homework_end = {
253
265
'Korean' : "숙제 제출 코드 끝" ,
254
266
'English' : "Homework Submission Code End" ,
255
- 'Japanese ' : "宿題提出コード終わり " ,
267
+ 'Bahasa Indonesia ' : "Kode Pengumpulan Tugas Berakhir " ,
256
268
'Chinese' : "作业提交代码结束" ,
257
- 'Spanish' : "Fin del código de envío de tareas" ,
258
269
'French' : '''Fin du code de soumission des devoirs''' ,
259
270
'German' : "Ende der Hausaufgaben-Einreichungscodes" ,
260
271
'Italian' : "Fine del codice di invio dei compiti" ,
272
+ 'Japanese' : "宿題提出コード終わり" ,
273
+ 'Nederlands' : "Huiswerk inzendcode eindigt" ,
274
+ 'Spanish' : "Fin del código de envío de tareas" ,
261
275
'Thai' : "การส่งงานสิ้นสุด" ,
276
+ 'Vietnamese' : "Mã nộp bài tập kết thúc" ,
262
277
}
263
278
264
279
d_instruction_start = {
265
280
'Korean' : "과제 지침 시작" ,
266
281
'English' : "Assignment Instruction Start" ,
267
- 'Japanese ' : "課題指示開始 " ,
282
+ 'Bahasa Indonesia ' : "Instruksi Tugas Dimulai " ,
268
283
'Chinese' : "作业说明开始" ,
269
- 'Spanish' : "Inicio de la instrucción de la tarea" ,
270
284
'French' : '''Début de l'instruction de la tâche''' ,
271
285
'German' : "Start der Aufgabenanweisung" ,
272
286
'Italian' : "Inizio dell'istruzione dell'assegnazione" ,
287
+ 'Japanese' : "課題指示開始" ,
288
+ 'Nederlands' : "Start van de taakinstructie" ,
289
+ 'Spanish' : "Inicio de la instrucción de la tarea" ,
273
290
'Thai' : "คำแนะนำการบ้านเริ่มต้น" ,
291
+ 'Vietnamese' : "Bắt đầu hướng dẫn nhiệm vụ" ,
274
292
}
275
293
276
294
d_instruction_end = {
277
295
'Korean' : "과제 지침 끝" ,
278
296
'English' : "Assignment Instruction End" ,
279
- 'Japanese ' : "課題指示終わり " ,
297
+ 'Bahasa Indonesia ' : "Instruksi Tugas Berakhir " ,
280
298
'Chinese' : "作业说明结束" ,
281
- 'Spanish' : "Fin de la instrucción de la tarea" ,
282
299
'French' : '''Fin de l'instruction de la tâche''' ,
283
300
'German' : "Ende der Aufgabenanweisung" ,
284
301
'Italian' : "Fine dell'istruzione dell'assegnazione" ,
302
+ 'Japanese' : "課題指示終わり" ,
303
+ 'Nederlands' : "Einde van de taakinstructie" ,
304
+ 'Spanish' : "Fin de la instrucción de la tarea" ,
285
305
'Thai' : "คำแนะนำการบ้านสิ้นสุด" ,
306
+ 'Vietnamese' : "Kết thúc hướng dẫn nhiệm vụ" ,
286
307
}
287
308
288
309
return (
0 commit comments