Skip to content

Commit 920b6d6

Browse files
authored
Merge pull request #12 from majdghithan/main
2 parents 36ad9f7 + 2640ff5 commit 920b6d6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

resources/lang/ar/auto-logout.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
return [
4+
'notification' => [
5+
'title' => 'ستنتهي الجلسة الخاصة بك قريبًا',
6+
// The notification body will replace :timeleft: with the actual timeleft.
7+
// Feel free to remove it if you don't want to show it.
8+
'body' => 'سوف سيتم تسجيل الخروج تلقائياً خلال :timeleft:.',
9+
],
10+
11+
'units' => [
12+
'seconds' => [
13+
'short' => 'ث',
14+
'long' => 'ثواني',
15+
],
16+
'minutes' => [
17+
'short' => 'د',
18+
'long' => 'دقائق',
19+
],
20+
'hours' => [
21+
'short' => 'س',
22+
'long' => 'ساعات',
23+
],
24+
],
25+
];

0 commit comments

Comments
 (0)