We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87deb0 commit a428f97Copy full SHA for a428f97
cosmic-applet-notifications/i18n/ar/cosmic_applet_notifications.ftl
@@ -1,13 +1,13 @@
1
-hours-ago = { NUMBER(\$duration) ->
2
- \[1] قبل ساعة
3
- \*\[other] قبل {\$duration} ساعة
+hours-ago = { NUMBER($duration) ->
+ [1] قبل ساعة
+ *[other] قبل {\$duration} ساعة
4
}
5
-minutes-ago = { NUMBER(\$duration) ->
6
- \[1] قبل دقيقة
7
- \*\[other] قبل {\$duration} دقيقة
+minutes-ago = { NUMBER($duration) ->
+ [1] قبل دقيقة
+ *[other] قبل {$duration} دقيقة
8
9
show-less = عرض أقل
10
-show-more = عرض المزيد ({\$more})
+show-more = عرض المزيد ({$more})
11
clear-group = مسح المجموعة
12
clear-all = مسح كل الإشعارات
13
do-not-disturb = عدم الإزعاج
0 commit comments