mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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!',
|
||||
];
|
||||
Reference in New Issue
Block a user