i18n(ar): fix another syntax error

This commit is contained in:
Michael Aaron Murphy 2025-10-01 06:01:19 +02:00
parent c87deb07e7
commit a428f97830
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -1,13 +1,13 @@
hours-ago = { NUMBER(\$duration) ->
\[1] قبل ساعة
\*\[other] قبل {\$duration} ساعة
hours-ago = { NUMBER($duration) ->
[1] قبل ساعة
*[other] قبل {\$duration} ساعة
}
minutes-ago = { NUMBER(\$duration) ->
\[1] قبل دقيقة
\*\[other] قبل {\$duration} دقيقة
minutes-ago = { NUMBER($duration) ->
[1] قبل دقيقة
*[other] قبل {$duration} دقيقة
}
show-less = عرض أقل
show-more = عرض المزيد ({\$more})
show-more = عرض المزيد ({$more})
clear-group = مسح المجموعة
clear-all = مسح كل الإشعارات
do-not-disturb = عدم الإزعاج