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) ->
|
||||
\[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 = عدم الإزعاج
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue