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