forked from malzariey/filament-daterangepicker-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
message.php
37 lines (36 loc) · 1.06 KB
/
message.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
return [
'period' => 'ماوە',
'su' => "یەک",
'mo' => "دوو",
'tu' => "سێ",
'we' => "چوار",
'th' => "پێنج",
'fr' => "هەینی",
'sa' => "شەممە",
'custom' => "تایبەت",
'apply' => "پشتڕاستکردنەوە",
'cancel' => "داخستن",
'from' => "لە",
'to' => "بۆ",
'january' => "کانونی دووەم",
'february' => "شوبات",
'march' => "ئادار",
'april' => "نیسان",
'may' => "ئایار",
'june' => "حوزەیران",
'july' => "تەموز",
'august' => "ئاب",
'september' => "ئەیلول",
'october' => "تشرینی یەکەم",
'november' => "تشرینی دووەم",
'december' => "کانونی یەکەم",
'today' => "ئەمڕۆ",
'yesterday' => "دوێنی",
'last_7_days' => "کۆتا 7 ڕۆژ",
'last_30_days' => "کۆتا 30 ڕۆژ",
'this_month' => "ئەم مانگە",
'last_month' => "مانگی پێشوو",
'this_year' => "ئەمساڵ",
'last_year' => "ساڵی پار",
];