Enhance language support and fix validation messages
- Added support for additional languages (Bengali, Portuguese, Russian, Urdu, Punjabi, German, Javanese, Korean, Vietnamese, Telugu, Marathi, Tamil, Turkish) in the application. - Updated validation messages across multiple languages to correct formatting issues and improve clarity, including Arabic, English, Spanish, French, Hindi, Japanese, Norwegian, and Chinese. - Removed obsolete Norwegian language files to streamline localization efforts. - Improved the language selection interface in the form customization component. These changes aim to enhance user experience by providing better language support and clearer validation feedback.
This commit is contained in:
@@ -31,7 +31,7 @@ return [
|
||||
'ends_with' => ':attributeは、次のいずれかで終わる必要があります。: :values',
|
||||
'exists' => '選択された:attributeは、有効ではありません。',
|
||||
'file' => ':attributeには、ファイルを指定してください。',
|
||||
'filled' => ':attributeには、値を指定してください。',
|
||||
'filled' => ':attributeには、値を指<EFBFBD><EFBFBD>してください。',
|
||||
'gt' => [
|
||||
'numeric' => ':attributeは、:valueより大きくなければなりません。',
|
||||
'file' => ':attributeは、:value KBより大きくなければなりません。',
|
||||
@@ -114,4 +114,6 @@ return [
|
||||
],
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
'invalid_json' => '無効な入力です。修正して再度お試しください。',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user