b7c7a5f6
Alexey Boroda
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
return [
'recurring' => 'Periodik',
'every' => 'Çdo',
'period' => 'Periudhë',
'times' => 'Kohët',
'daily' => 'Ditore',
'weekly' => 'Javore',
'monthly' => 'Mujore',
'yearly' => 'Vjetore',
'custom' => 'Special',
'days' => 'Ditë(t)',
'weeks' => 'Javë(t)',
'months' => 'Muaj(t)',
'years' => 'Vit(e)',
'message' => 'Ky është një :type i periodik dhe :type i ardhshëm do të gjenerohet automatikisht në :date',
];
|