i18n(ar): fix another syntax error
This commit is contained in:
parent
c87deb07e7
commit
a428f97830
1 changed files with 7 additions and 7 deletions
|
|
@ -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 = عدم الإزعاج
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue