akaunting/resources/lang/et-EE/recurring.php

21 lines
685 B
PHP
Raw Normal View History

2020-08-06 21:02:03 +00:00
<?php
return [
'recurring' => 'Korduv',
'every' => 'Iga',
'period' => 'Periood',
2021-05-30 11:48:08 +00:00
'times' => 'Ajad',
2020-08-06 21:02:03 +00:00
'daily' => 'Iga päev',
'weekly' => 'Iganädalane',
'monthly' => 'Igakuine',
'yearly' => 'Aastane',
'custom' => 'Kohandatud',
'days' => 'päev(a)',
'weeks' => 'nädal(at)',
'months' => 'kuu(d)',
'years' => 'aasta(t)',
'message' => 'See on korduv :type ja järgmine :type luuakse automaatselt kuupäeval :date',
];