mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-17 07:12:45 +08:00
New translations validation.php (Chinese Simplified)
This commit is contained in:
parent
f404ed79f1
commit
53c566289b
|
@ -90,6 +90,7 @@ return [
|
|||
'required_without' => '当:values不存在时,:attribute 字段是必需的。',
|
||||
'required_without_all' => '当:values均不存在时,:attribute 字段是必需的。',
|
||||
'same' => ':attribute 与 :other 必须匹配。',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute 必须为:size。',
|
||||
'file' => ':attribute 必须为:size KB。',
|
||||
|
|
Loading…
Reference in New Issue
Block a user