mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-15 17:24:11 +00:00
New translations validation.php (Chinese Simplified)
This commit is contained in:
parent
671f9ec07b
commit
8695dfe078
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ return [
|
||||||
'required_without' => '当:values不存在时,:attribute 字段是必需的。',
|
'required_without' => '当:values不存在时,:attribute 字段是必需的。',
|
||||||
'required_without_all' => '当:values均不存在时,:attribute 字段是必需的。',
|
'required_without_all' => '当:values均不存在时,:attribute 字段是必需的。',
|
||||||
'same' => ':attribute 与 :other 必须匹配。',
|
'same' => ':attribute 与 :other 必须匹配。',
|
||||||
'safe_url' => 'The provided link may not be safe.',
|
'safe_url' => '提供的链接可能不安全。',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute 必须为:size。',
|
'numeric' => ':attribute 必须为:size。',
|
||||||
'file' => ':attribute 必须为:size KB。',
|
'file' => ':attribute 必须为:size KB。',
|
||||||
|
|
Loading…
Add table
Reference in a new issue