mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-23 04:10:22 +00:00
New translations validation.php (Danish)
This commit is contained in:
parent
151c518683
commit
12cec9b4c1
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ return [
|
||||||
'required_without' => ':attribute skal udfyldes når :values ikke er udfyldt.',
|
'required_without' => ':attribute skal udfyldes når :values ikke er udfyldt.',
|
||||||
'required_without_all' => ':attribute skal udfyldes når ingen af :values er udfyldt.',
|
'required_without_all' => ':attribute skal udfyldes når ingen af :values er udfyldt.',
|
||||||
'same' => ':attribute og :other skal være ens.',
|
'same' => ':attribute og :other skal være ens.',
|
||||||
|
'safe_url' => 'The provided link may not be safe.',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute skal være :size.',
|
'numeric' => ':attribute skal være :size.',
|
||||||
'file' => ':attribute skal være :size kilobytes.',
|
'file' => ':attribute skal være :size kilobytes.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue