21 lines
		
	
	
		
			686 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			686 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => 'Korduv',
 | |
|     'every'                 => 'Iga',
 | |
|     'period'                => 'Periood',
 | |
|     'times'                 => 'Korda',
 | |
|     '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',
 | |
| 
 | |
| ];
 |