mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
new language strings and updated code
This commit is contained in:
@@ -50,8 +50,8 @@ return [
|
||||
'at_least_one_action' => 'Regel muss mindestens eine Aktion enthalten',
|
||||
'base64' => 'Dies sind keine gültigen base64-kodierten Daten.',
|
||||
'model_id_invalid' => 'Die angegebene ID scheint für dieses Modell ungültig zu sein.',
|
||||
'more' => ':attribute must be larger than :value.',
|
||||
'less' => ':attribute must be less than 10,000,000',
|
||||
'more' => ':attribute muss größer als :value sein.',
|
||||
'less' => ':attribute muss kleiner als 10.000.000 sein',
|
||||
'active_url' => ':attribute ist keine gültige URL.',
|
||||
'after' => ':attribute muss ein Datum nach :date sein.',
|
||||
'alpha' => ':attribute darf nur Buchstaben enthalten.',
|
||||
|
||||
Reference in New Issue
Block a user