137 lines
11 KiB
PHP
137 lines
11 KiB
PHP
<?php
|
||
|
||
return [
|
||
'accepted' => ':attribute स्वीकारणे आवश्यक आहे.',
|
||
'accepted_if' => ':other :value असताना :attribute स्वीकारणे आवश्यक आहे.',
|
||
'active_url' => ':attribute हा वैध URL नाही.',
|
||
'after' => ':attribute, :date नंतरची तारीख असावी.',
|
||
'after_or_equal' => ':attribute, :date नंतरची किंवा समान तारीख असावी.',
|
||
'alpha' => ':attribute मध्ये फक्त अक्षरे असावीत.',
|
||
'alpha_dash' => ':attribute मध्ये फक्त अक्षरे, संख्या, डॅश आणि अंडरस्कोअर असावेत.',
|
||
'alpha_num' => ':attribute मध्ये फक्त अक्षरे आणि संख्या असावीत.',
|
||
'array' => ':attribute हा एक संच असावा.',
|
||
'before' => ':attribute, :date पूर्वीची तारीख असावी.',
|
||
'before_or_equal' => ':attribute, :date पूर्वीची किंवा समान तारीख असावी.',
|
||
'between' => [
|
||
'array' => ':attribute, :min आणि :max आयटम दरम्यान असावा.',
|
||
'file' => ':attribute, :min आणि :max किलोबाइट दरम्यान असावा.',
|
||
'numeric' => ':attribute, :min आणि :max दरम्यान असावा.',
|
||
'string' => ':attribute, :min आणि :max वर्ण दरम्यान असावा.',
|
||
],
|
||
'boolean' => ':attribute फील्ड खरे किंवा खोटे असावे.',
|
||
'confirmed' => ':attribute पुष्टीकरण जुळत नाही.',
|
||
'current_password' => 'पासवर्ड चुकीचा आहे.',
|
||
'date' => ':attribute ही वैध तारीख नाही.',
|
||
'date_equals' => ':attribute ही :date सारखीच तारीख असावी.',
|
||
'date_format' => ':attribute हा :format फॉरमॅटशी जुळत नाही.',
|
||
'declined' => ':attribute नाकारणे आवश्यक आहे.',
|
||
'declined_if' => ':other :value असताना :attribute नाकारणे आवश्यक आहे.',
|
||
'different' => ':attribute आणि :other वेगळे अ<><E0A485><EFBFBD>ावे.',
|
||
'digits' => ':attribute, :digits अंक असावा.',
|
||
'digits_between' => ':attribute, :min आणि :max अंक दरम्यान असावा.',
|
||
'dimensions' => ':attribute चे अवैध प्रतिमा परिमाण आहेत.',
|
||
'distinct' => ':attribute फील्डचे डुप्लिकेट मूल्य आहे.',
|
||
'email' => ':attribute एक वैध ईमेल पत्ता असावा.',
|
||
'ends_with' => ':attribute खालीलपैकी एकासह संपला पाहिजे: :values.',
|
||
'enum' => 'निवडलेले :attribute अवैध आहे.',
|
||
'exists' => 'निवडलेले :attribute अवैध आहे.',
|
||
'file' => ':attribute एक फाइल असावी.',
|
||
'filled' => ':attribute फील्ड आवश्यक आहे.',
|
||
'gt' => [
|
||
'array' => ':attribute मध्ये :value पेक्षा जास्त आयटम असावेत.',
|
||
'file' => ':attribute, :value किलोबाइटपेक्षा मोठा असावा.',
|
||
'numeric' => ':attribute, :value पेक्षा मोठा असावा.',
|
||
'string' => ':attribute, :value वर्णांपेक्षा मोठा असावा.',
|
||
],
|
||
'gte' => [
|
||
'array' => ':attribute मध्ये :value किंवा त्यापेक्षा जास्त आयटम असावेत.',
|
||
'file' => ':attribute, :value किलोबाइटपेक्षा मोठा किंवा समान असावा.',
|
||
'numeric' => ':attribute, :value पेक्षा मोठा किंवा समान असावा.',
|
||
'string' => ':attribute, :value वर्णांपेक्षा मोठा किंवा समान असावा.',
|
||
],
|
||
'image' => ':attribute एक प्रतिमा असावी.',
|
||
'in' => 'निवडलेले :attribute अवैध आहे.',
|
||
'in_array' => ':attribute फील्ड :other मध्ये अस्तित्वात नाही.',
|
||
'integer' => ':attribute एक पूर्णांक असावा.',
|
||
'ip' => ':attribute एक वैध IP पत्ता असावा.',
|
||
'ipv4' => ':attribute एक वैध IPv4 पत्ता असावा.',
|
||
'ipv6' => ':attribute एक वैध IPv6 पत्ता असावा.',
|
||
'json' => ':attribute एक वैध JSON स्ट्रिंग असावी.',
|
||
'lt' => [
|
||
'array' => ':attribute मध्ये :value पेक्षा <20><>मी आयटम असावेत.',
|
||
'file' => ':attribute, :value किलोबाइटपेक्षा लहान असावा.',
|
||
'numeric' => ':attribute, :value पेक्षा लहान असावा.',
|
||
'string' => ':attribute, :value वर्णांपेक्षा लहान असावा.',
|
||
],
|
||
'lte' => [
|
||
'array' => ':attribute मध्ये :value पेक्षा जास्त आयटम नसावेत.',
|
||
'file' => ':attribute, :value किलोबाइटपेक्षा लहान किंवा समान असावा.',
|
||
'numeric' => ':attribute, :value पेक्षा लहान किंवा समान असावा.',
|
||
'string' => ':attribute, :value वर्णांपेक्षा लहान किंवा समान असावा.',
|
||
],
|
||
'mac_address' => ':attribute एक वैध MAC पत्ता असावा.',
|
||
'max' => [
|
||
'array' => ':attribute मध्ये :max पेक्षा जास्त आयटम नसावेत.',
|
||
'file' => ':attribute, :max किलोबाइटपेक्षा मोठा नसावा.',
|
||
'numeric' => ':attribute, :max पेक्षा मोठा नसावा.',
|
||
'string' => ':attribute, :max वर्णांपेक्षा मोठा नसावा.',
|
||
],
|
||
'mimes' => ':attribute एक प्रकारची फाइल असावी: :values.',
|
||
'mimetypes' => ':attribute एक प्रकारची फाइल असावी: :values.',
|
||
'min' => [
|
||
'array' => ':attribute मध्ये किमान :min आयटम असावेत.',
|
||
'file' => ':attribute किमान :min किलोबाइट असावा.',
|
||
'numeric' => ':attribute किमान :min असावा.',
|
||
'string' => ':attribute किमान :min वर्ण असावा.',
|
||
],
|
||
'multiple_of' => ':attribute हा :value चा गुणक असावा.',
|
||
'not_in' => 'निवडलेले :attribute अवैध आहे.',
|
||
'not_regex' => ':attribute फॉरमॅट अवैध आहे.',
|
||
'numeric' => ':attribute एक संख्या असावी.',
|
||
'password' => [
|
||
'letters' => ':attribute मध्ये किमान एक अक्षर असावे.',
|
||
'mixed' => ':attribute मध्ये किमान एक अप्परकेस आणि एक लोअरकेस अक्षर असावे.',
|
||
'numbers' => ':attribute मध्ये किमान एक संख्या असावी.',
|
||
'symbols' => ':attribute मध्ये किमान एक चिन्ह असावे.',
|
||
'uncompromised' => 'दिलेले :attribute डेटा लीकमध्ये दिसले आहे. कृपया वेगळे :attribute निवडा.',
|
||
],
|
||
'present' => ':attribute फील्ड उपस्थित असावे.',
|
||
'prohibited' => ':attribute फील्ड प्रतिबंधित आहे.',
|
||
'prohibited_if' => ':other :value असताना :attribute फील्ड प्रतिबंधित आहे.',
|
||
'prohibited_unless' => ':other :values मध्ये नसेल तर :attribute फील्ड प्रतिबंधित आहे.',
|
||
'prohibits' => ':attribute फील्ड :other ला उपस्थित राहण्यास प्रतिबंधित करते.',
|
||
'regex' => ':attribute फॉरमॅट अवैध आहे.',
|
||
'required' => ':attribute फील्ड आवश्यक आहे.',
|
||
'required_array_keys' => ':attribute फील्डमध्ये खालील नोंदी असणे आवश्यक आहे: :values.',
|
||
'required_if' => ':other :value असताना :attribute फील्ड आवश्यक आहे.',
|
||
'required_unless' => ':other :values मध्य<E0A58D><E0A4AF> नसेल तर :attribute फील्ड आवश्यक आहे.',
|
||
'required_with' => ':values उपस्थित असताना :attribute फील्ड आवश्यक आहे.',
|
||
'required_with_all' => ':values उपस्थित असताना :attribute फील्ड आवश्यक आहे.',
|
||
'required_without' => ':values उपस्थित नसताना :attribute फील्ड आवश्यक आहे.',
|
||
'required_without_all' => ':values पैकी कोणतेही उपस्थित नसताना :attribute फील्ड आवश्यक आहे.',
|
||
'same' => ':attribute आणि :other जुळले पाहिजे.',
|
||
'size' => [
|
||
'array' => ':attribute मध्ये :size आयटम असावेत.',
|
||
'file' => ':attribute, :size किलोबाइट असावा.',
|
||
'numeric' => ':attribute, :size असावा.',
|
||
'string' => ':attribute, :size वर्ण असावा.',
|
||
],
|
||
'starts_with' => ':attribute खालीलपैकी एकाने सुरू झाला पाहिजे: :values.',
|
||
'string' => ':attribute एक स्ट्रिंग असावी.',
|
||
'timezone' => ':attribute एक वैध टाइमझोन असावा.',
|
||
'unique' => ':attribute आधीच घेतलेला आहे.',
|
||
'uploaded' => ':attribute अपलोड करण्यात अयशस्वी.',
|
||
'url' => ':attribute एक वैध URL असावा.',
|
||
'uuid' => ':attribute एक वैध UUID असावा.',
|
||
|
||
'custom' => [
|
||
'attribute-name' => [
|
||
'rule-name' => 'custom-message',
|
||
],
|
||
],
|
||
|
||
'attributes' => [],
|
||
|
||
'invalid_json' => 'अवैध इनपुट. कृपया सुधारून पुन्हा प्रयत्न करा.',
|
||
];
|