21 lines
		
	
	
		
			697 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			697 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => 'Recorrente',
 | |
|     'every'                 => 'Intervalo',
 | |
|     'period'                => 'Período',
 | |
|     'times'                 => 'Vezes',
 | |
|     'daily'                 => 'Diário',
 | |
|     'weekly'                => 'Semanal',
 | |
|     'monthly'               => 'Mensal',
 | |
|     'yearly'                => 'Anual',
 | |
|     'custom'                => 'Customizado',
 | |
|     'days'                  => 'Dia(s)',
 | |
|     'weeks'                 => 'Semana(s)',
 | |
|     'months'                => 'Mês (es)',
 | |
|     'years'                 => 'Ano(s)',
 | |
|     'message'               => 'Este é um :type recorrente e o próximo :type será automaticamente gerado no dia :date',
 | |
| 
 | |
| ];
 |