mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-15 17:24:11 +00:00
New translations validation.php (Chinese Traditional)
This commit is contained in:
parent
0b91647b17
commit
f404ed79f1
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +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.',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute 必須為:size。',
|
'numeric' => ':attribute 必須為:size。',
|
||||||
'file' => ':attribute 必須為:size KB。',
|
'file' => ':attribute 必須為:size KB。',
|
||||||
|
|
Loading…
Add table
Reference in a new issue