mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 10:13:38 +08:00
New translations validation.php (Danish)
This commit is contained in:
parent
151c518683
commit
12cec9b4c1
|
@ -90,6 +90,7 @@ return [
|
|||
'required_without' => ':attribute skal udfyldes når :values ikke er udfyldt.',
|
||||
'required_without_all' => ':attribute skal udfyldes når ingen af :values er udfyldt.',
|
||||
'same' => ':attribute og :other skal være ens.',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute skal være :size.',
|
||||
'file' => ':attribute skal være :size kilobytes.',
|
||||
|
|
Loading…
Reference in New Issue
Block a user