You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +71,7 @@ msgid "Compilation killed with signal %s (could be triggered by violating memory
71
71
msgstr"أوقفت عملية التحويل بإشارة %s (قد يكون بسبب الوصول لذاكرة غير مصرح بها)"
72
72
73
73
msgid"Your submission was killed with the specified signal. Among other things, this might be caused by exceeding the memory limit for the compilation, and in turn by an excessive use of C++ templates, for example."
74
-
msgstr""
74
+
msgstr"أوقف تشغيل تسليمك بسبب إشارة (signal). من بين الأسباب الكثيرة، قد يكون بسبب تجاوز حد الذاكرة أثناء التحويل بسبب (templates) في C++ على سبيل المثال."
75
75
76
76
msgid"Output is correct"
77
77
msgstr"المخرجات صحيحة"
@@ -83,20 +83,20 @@ msgid "Output is partially correct"
83
83
msgstr"المخرجات صحيحة جزئيًا"
84
84
85
85
msgid"Your submission ran and gave the partially correct answer"
86
-
msgstr""
86
+
msgstr"تم تشغيل تسليمك وأعطى نتيجة صحيحة جزئيًا"
87
87
88
88
msgid"Output isn't correct"
89
89
msgstr"المخرجات غير صحيحة"
90
90
91
91
msgid"Your submission ran, but gave the wrong answer"
92
-
msgstr""
92
+
msgstr"تم تشغيل تسليمك، ولكن أعطى نتيجة خاطئة"
93
93
94
94
#, python-format
95
95
msgid"Evaluation didn't produce file %s"
96
-
msgstr""
96
+
msgstr"التشغيل لم ينشئ الملف %s"
97
97
98
98
msgid"Your submission ran, but did not write on the correct output file"
99
-
msgstr""
99
+
msgstr"تم تشغيل تسليمك، ولكن لم يكتب في ملف المخرجات الصحيح"
100
100
101
101
msgid"Execution timed out"
102
102
msgstr"التنفيذ تجاوز حد الوقت"
@@ -105,22 +105,19 @@ msgid "Your submission used too much CPU time."
105
105
msgstr"تسليمك استغرق من وقت المعالج أكثر من الحد"
106
106
107
107
msgid"Execution timed out (wall clock limit exceeded)"
108
-
msgstr""
108
+
msgstr"التشغيل تجاوز حد الوقت (تجاوز حد الوقت الفعلي)"
109
109
110
110
msgid"Your submission used too much total time. This might be triggered by undefined code, or buffer overflow, for example. Note that in this case the CPU time visible in the submission details might be much smaller than the time limit."
111
111
msgstr""
112
112
113
-
#,fuzzy
114
113
msgid"Memory limit exceeded"
115
-
msgstr"حد الذاكرة"
114
+
msgstr"تجاوز حد الذاكرة"
116
115
117
-
#,fuzzy
118
116
msgid"Your submission used too much memory."
119
-
msgstr"تسليمك استغرق من وقت المعالج أكثر من الحد"
117
+
msgstr"تسليمك استغرق من وقت المعالج أكثر من الحد."
120
118
121
-
#,fuzzy
122
119
msgid"Execution killed by signal"
123
-
msgstr"التنفيذ تجاوز حد الوقت"
120
+
msgstr"أوقف التنفيذ بسبب إشارة (signal)"
124
121
125
122
msgid"The evaluation was killed by a signal."
126
123
msgstr""
@@ -129,17 +126,16 @@ msgid "Execution failed because the return code was nonzero"
129
126
msgstr"فشل التنفيذ لأن كود الخروج لم يساوي صفر"
130
127
131
128
msgid"Your submission failed because it exited with a return code different from 0."
132
-
msgstr""
129
+
msgstr"فشل تسليمك لأنه يرجع رقم خروج غير صفر (exit code)."
0 commit comments