mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New translations validation.php (Japanese)
This commit is contained in:
parent
5a58e1010b
commit
ac828a6f92
@ -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キロバイトである必要があります。',
|
'file' => ':attributeは:sizeキロバイトである必要があります。',
|
||||||
|
Loading…
Reference in New Issue
Block a user