From badce9bcabd6022141705f5b59982a060037d821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20H=C3=A4rter?= Date: Fri, 13 Dec 2024 10:16:49 +0100 Subject: [PATCH] Issue #3931: Fixed translation for MB in ar_SA. --- Kernel/Language/ar_SA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Language/ar_SA.pm b/Kernel/Language/ar_SA.pm index 53f9386db6..a0b418c8f3 100644 --- a/Kernel/Language/ar_SA.pm +++ b/Kernel/Language/ar_SA.pm @@ -5303,7 +5303,7 @@ sub Data { 'Check to activate this date' => 'حدد لتمكين هذا التاريخ', '%s TB' => '‎%s تيرابايت (TB)', '%s GB' => '‎%s غيغابايت (GB)', - '%s MB' => 's% ميغاباي ‎(MB)', + '%s MB' => '‎%s ميغابايت (MB)', '%s KB' => '‎%s كيلوبايت (KB)', '%s B' => '‎%s بايت (B)', 'No Permission!' => 'لا توجد صلاحيات!',