akaunting/resources/lang/sq-AL/recurring.php

21 lines
695 B
PHP
Raw Normal View History

2018-05-03 12:16:18 +03:00
<?php
return [
2018-05-21 20:12:12 +03:00
'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',
2018-05-03 12:16:18 +03:00
];