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' => 'Ungültiges Argument',
|
||||
'require_argument' => ':argument darf nicht leer sein',
|
||||
'select_one_please' => 'Bitte wählen Sie eine aus',
|
||||
'user_not_exists' => '(verwaist)',
|
||||
'time_units' => [
|
||||
'week' => 'wochen',
|
||||
],
|
||||
'select_all' => 'Alles auswählen',
|
||||
'unselect_all' => 'Alles abwählen',
|
||||
'increment' => 'hochstufen',
|
||||
'decrement' => 'verordnen',
|
||||
'action' => 'Aktion',
|
||||
'no_limit' => 'Kein Limit',
|
||||
'sum' => 'Sum',
|
||||
'do_not_repeat' => 'Bitte wiederholen Sie die Operation nicht!',
|
||||
'no_permission' => 'Keine Berechtigung!',
|
||||
];
|
||||
Reference in New Issue
Block a user