21 lines
		
	
	
		
			722 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			722 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'recurring'             => 'Recorrente',
 | |
|     'every'                 => 'A cada',
 | |
|     'period'                => 'Período',
 | |
|     'times'                 => 'Vezes',
 | |
|     'daily'                 => 'Diariamente',
 | |
|     'weekly'                => 'Semanalmente',
 | |
|     'monthly'               => 'Mensalmente',
 | |
|     'yearly'                => 'Anualmente',
 | |
|     'custom'                => 'Personalizado',
 | |
|     'days'                  => 'Dia(s)',
 | |
|     'weeks'                 => 'Semana(s)',
 | |
|     'months'                => 'Mês(es)',
 | |
|     'years'                 => 'Ano(s)',
 | |
|     'message'               => 'Isto é um(a) :type recorrente e o(a) próximo(a) :type será gerado(a) automaticamente em :data',
 | |
| 
 | |
| ];
 |