mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 04:52:18 +08:00
21 lines
606 B
PHP
21 lines
606 B
PHP
<?php
|
|
|
|
return [
|
|
'invalid_argument' => 'Argumento inválido',
|
|
'require_argument' => ':argument não pode estar vazio',
|
|
'select_one_please' => 'Por favor, selecione um',
|
|
'user_not_exists' => '(órfãos)',
|
|
'time_units' => [
|
|
'week' => 'Semanas',
|
|
],
|
|
'select_all' => 'Selecionar todos',
|
|
'unselect_all' => 'Desmarcar todos',
|
|
'increment' => 'incremento',
|
|
'decrement' => 'decreto',
|
|
'action' => 'Acão',
|
|
'no_limit' => 'Sem limite',
|
|
'sum' => 'Sum',
|
|
'do_not_repeat' => 'Por favor, não repita a operação!',
|
|
'no_permission' => 'Sem permissão!',
|
|
];
|