mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New translations validation.php (German Informal)
This commit is contained in:
parent
b9510b3ff1
commit
d0e713c27e
@ -90,7 +90,7 @@ return [
|
|||||||
'required_without' => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.',
|
'required_without' => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.',
|
||||||
'required_without_all' => ':attribute ist erforderlich, wenn :values nicht vorhanden sind.',
|
'required_without_all' => ':attribute ist erforderlich, wenn :values nicht vorhanden sind.',
|
||||||
'same' => ':attribute und :other müssen übereinstimmen.',
|
'same' => ':attribute und :other müssen übereinstimmen.',
|
||||||
'safe_url' => 'The provided link may not be safe.',
|
'safe_url' => 'Der angegebene Link ist möglicherweise nicht sicher.',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute muss :size sein.',
|
'numeric' => ':attribute muss :size sein.',
|
||||||
'file' => ':attribute muss :size Kilobytes groß sein.',
|
'file' => ':attribute muss :size Kilobytes groß sein.',
|
||||||
|
Loading…
Reference in New Issue
Block a user