43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => 'Recurent',
 | |
|     'every'                 => 'Fiecare',
 | |
|     'period'                => 'Perioada',
 | |
|     'times'                 => 'Dati',
 | |
|     'daily'                 => 'Zilnic',
 | |
|     'weekly'                => 'Saptamanal',
 | |
|     'monthly'               => 'Lunar',
 | |
|     'yearly'                => 'Anual',
 | |
|     'custom'                => 'Personalizat',
 | |
|     'days'                  => 'Zi(le)',
 | |
|     'weeks'                 => 'Saptamana(i)',
 | |
|     'months'                => 'Luna(i)',
 | |
|     'years'                 => 'An(i)',
 | |
|     'frequency'             => 'Frecvenţă',
 | |
|     'duration'              => 'Durată',
 | |
|     'last_issued'           => 'Ultima emitere',
 | |
|     'after'                 => 'După',
 | |
|     'on'                    => 'Activat',
 | |
|     'never'                 => 'Niciodată',
 | |
|     'ends_after'            => 'Se termină după :times times',
 | |
|     'ends_never'            => 'Nu se termină niciodată',
 | |
|     'ends_date'             => 'Se termină pe :date',
 | |
|     'next_date'             => 'Următorul pe :date',
 | |
|     'end'                   => 'Terminare recurență',
 | |
|     'child'                 => ':url a fost creat automat la :date
 | |
| ',
 | |
|     'message'               => 'Acesta este un :type recurent si urmatorul :type va fi generat pe :date',
 | |
|     'message_parent'        => 'Acest :type a fost generat automat din :link',
 | |
| 
 | |
|     'frequency_type'        => 'Repetă acest :type',
 | |
|     'limit_date'            => 'Creează primul :type pe',
 | |
|     'limit_middle'          => 'și sfârșit',
 | |
| 
 | |
|     'form_description' => [
 | |
|         'schedule'          => 'Alege termenii și timpul de începere/sfârșit pentru a te asigura că clientul tău primește :type în ziua corectă.',
 | |
|     ],
 | |
| 
 | |
| ];
 |