mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'invalid_argument' => 'Argumento no válido',
|
||||
'require_argument' => ':argument no puede estar vacío',
|
||||
'select_one_please' => 'Por favor, seleccione uno',
|
||||
'user_not_exists' => '(huérfano)',
|
||||
'time_units' => [
|
||||
'week' => 'semanas',
|
||||
],
|
||||
'select_all' => 'Seleccionar todo',
|
||||
'unselect_all' => 'Deseleccionar todo',
|
||||
'increment' => 'incremento',
|
||||
'decrement' => 'declinar',
|
||||
'action' => 'Accin',
|
||||
'no_limit' => 'Sin límite',
|
||||
'sum' => 'Sum',
|
||||
'do_not_repeat' => '¡Por favor, no repita la operación!',
|
||||
'no_permission' => '¡Sin permiso!',
|
||||
];
|
||||
Reference in New Issue
Block a user