<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain the default error messages used by
    | the validator class. Some of these rules have multiple versions such
    | such as the size rules. Feel free to tweak each of these messages.
    |
    */

    'accepted' => 'វាល :attribute ត្រូវតែទទួលយក។',
    'accepted_if' => 'វាល :attribute ត្រូវតែទទួលយកនៅពេលដែល :other is :value។',
    'active_url' => 'វាល :attribute ត្រូវតែជា URL ត្រឹមត្រូវ។',
    'after' => 'វាល :attribute ត្រូវតែជាកាលបរិច្ឆេទបន្ទាប់ពី :date ។',
    'after_or_equal' => 'វាល :attribute ត្រូវតែជាកាលបរិច្ឆេទបន្ទាប់ពី ឬស្មើនឹង :date។',
    'alpha' => 'វាល :attribute ត្រូវតែមានអក្សរតែប៉ុណ្ណោះ។',
    'alpha_dash' => 'វាល :attribute ត្រូវ​តែ​មាន​អក្សរ លេខ សញ្ញា​ចុច និង​សញ្ញា​គូស​ក្រោម។',
    'alpha_num' => 'វាល :attribute ត្រូវតែមានអក្សរ និងលេខប៉ុណ្ណោះ។',
    'array' => 'វាល :attribute ត្រូវតែជាអារេ។',
    'ascii' => 'វាល :attribute ត្រូវតែមានតួអក្សរ និងនិមិត្តសញ្ញាលេខមួយបៃប៉ុណ្ណោះ។',
    'before' => 'វាល :attribute ត្រូវតែជាកាលបរិច្ឆេទមុន :date ។',
    'before_or_equal' => 'វាល :attribute ត្រូវតែជាកាលបរិច្ឆេទមុន ឬស្មើនឹង :date ។',
    'between' => [
        'array' => 'វាល :attribute ត្រូវតែមានរវាង :min និង :max items។',
        'file' => 'វាល :attribute ត្រូវតែស្ថិតនៅចន្លោះ :min និង :max kilobytes។',
        'numeric' => 'វាល :attribute ត្រូវតែស្ថិតនៅចន្លោះ :min និង :max។',
        'string' => 'វាល :attribute ត្រូវតែស្ថិតនៅចន្លោះ :min និង :max តួអក្សរ។',
    ],
    'boolean' => 'វាល :attribute ត្រូវតែពិត ឬមិនពិត។',
    'can' => 'វាល :attribute មានតម្លៃដែលមិនមានការអនុញ្ញាត។',
    'confirmed' => 'ការបញ្ជាក់វាល :attribute មិនត្រូវគ្នាទេ។',
    'contains' => 'វាល :attribute បាត់តម្លៃដែលត្រូវការ។',
    'current_password' => 'ពាក្យ​សម្ងាត់​មិន​ត្រឹមត្រូវ។',
    'date' => 'វាល :attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវ។',
    'date_equals' => 'វាល :attribute ត្រូវតែជាកាលបរិច្ឆេទស្មើនឹង :date ។',
    'date_format' => 'វាល :attribute ត្រូវតែផ្គូផ្គងទម្រង់ :format ។',
    'decimal' => ':attribute វាលត្រូវតែមាន :ខ្ទង់ទសភាគ។',
    'declined' => 'វាល :attribute ត្រូវតែត្រូវបានបដិសេធ។',
    'declined_if' => 'វាល :attribute ត្រូវតែត្រូវបានបដិសេធនៅពេលដែល :other គឺ :value។',
    'different' => 'វាល :attribute និង :other ត្រូវតែខុសគ្នា។',
    'digits' => 'វាល :attribute ត្រូវតែជា :digits digits។',
    'digits_between' => 'វាល :attribute ត្រូវតែស្ថិតនៅចន្លោះ :min និង :max digits ។',
    'dimensions' => 'វាល :attribute មានវិមាត្ររូបភាពមិនត្រឹមត្រូវ។',
    'distinct' => 'វាល :attribute មានតម្លៃស្ទួន។',
    'doesnt_end_with' => 'វាល :attribute មិនត្រូវបញ្ចប់ដោយមួយក្នុងចំណោមខាងក្រោម៖ :values។',
    'doesnt_start_with' => 'វាល :attribute មិនត្រូវចាប់ផ្តើមដោយមួយក្នុងចំណោមខាងក្រោម: :values ​​។',
    'email' => 'វាល :attribute ត្រូវតែជាអាសយដ្ឋានអ៊ីមែលត្រឹមត្រូវ។',
    'ends_with' => 'វាល :attribute ត្រូវតែបញ្ចប់ដោយមួយក្នុងចំណោមខាងក្រោម: :values ​​។',
    'enum' => 'គុណលក្ខណៈដែលបានជ្រើសរើសគឺមិនត្រឹមត្រូវទេ។',
    'exists' => 'គុណលក្ខណៈដែលបានជ្រើសរើសគឺមិនត្រឹមត្រូវទេ។',
    'extensions' => 'វាល :attribute ត្រូវតែមានផ្នែកបន្ថែមមួយខាងក្រោម៖ :values ​​។',
    'file' => 'វាល :attribute ត្រូវតែជាឯកសារ។',
    'filled' => 'វាល :attribute ត្រូវតែមានតម្លៃ។',
    'gt' => [
        'array' => 'វាល :attribute ត្រូវតែមានច្រើនជាង :value items។',
        'file' => 'វាល :attribute ត្រូវតែធំជាង :value kilobytes។',
        'numeric' => 'វាល :attribute ត្រូវតែធំជាង :value។',
        'string' => 'វាល :attribute ត្រូវតែធំជាង :value តួអក្សរ។',
    ],
    'gte' => [
        'array' => 'វាល :attribute ត្រូវតែមាន :value items ឬច្រើនជាងនេះ។',
        'file' => 'វាល :attribute ត្រូវតែធំជាង ឬស្មើនឹង :value kilobytes។',
        'numeric' => 'វាល :attribute ត្រូវតែធំជាង ឬស្មើនឹង :value។',
        'string' => 'វាល :attribute ត្រូវតែធំជាង ឬស្មើនឹង :value តួអក្សរ។',
    ],
    'hex_color' => 'វាល :attribute ត្រូវតែជាពណ៌គោលដប់ប្រាំមួយត្រឹមត្រូវ។',
    'image' => 'The :attribute field must be an image.',
    'import_field_empty'    => 'The value for :fieldname cannot be null.',
    'in' => 'គុណលក្ខណៈដែលបានជ្រើសរើសគឺមិនត្រឹមត្រូវទេ។',
    'in_array' => 'The :attribute field must exist in :other.',
    'integer' => 'The :attribute field must be an integer.',
    'ip' => 'The :attribute field must be a valid IP address.',
    'ipv4' => 'The :attribute field must be a valid IPv4 address.',
    'ipv6' => 'The :attribute field must be a valid IPv6 address.',
    'json' => 'The :attribute field must be a valid JSON string.',
    'list' => 'The :attribute field must be a list.',
    'lowercase' => 'The :attribute field must be lowercase.',
    'lt' => [
        'array' => 'The :attribute field must have less than :value items.',
        'file' => 'The :attribute field must be less than :value kilobytes.',
        'numeric' => 'The :attribute field must be less than :value.',
        'string' => 'The :attribute field must be less than :value characters.',
    ],
    'lte' => [
        'array' => 'The :attribute field must not have more than :value items.',
        'file' => 'The :attribute field must be less than or equal to :value kilobytes.',
        'numeric' => 'The :attribute field must be less than or equal to :value.',
        'string' => 'The :attribute field must be less than or equal to :value characters.',
    ],
    'mac_address' => 'The :attribute field must be a valid MAC address.',
    'max' => [
        'array' => 'The :attribute field must not have more than :max items.',
        'file' => 'The :attribute field must not be greater than :max kilobytes.',
        'numeric' => 'The :attribute field must not be greater than :max.',
        'string' => 'The :attribute field must not be greater than :max characters.',
    ],
    'max_digits' => 'The :attribute field must not have more than :max digits.',
    'mimes' => 'The :attribute field must be a file of type: :values.',
    'mimetypes' => 'The :attribute field must be a file of type: :values.',
    'min' => [
        'array' => 'The :attribute field must have at least :min items.',
        'file' => 'The :attribute field must be at least :min kilobytes.',
        'numeric' => 'The :attribute field must be at least :min.',
        'string' => 'The :attribute field must be at least :min characters.',
    ],
    'min_digits' => 'The :attribute field must have at least :min digits.',
    'missing' => 'The :attribute field must be missing.',
    'missing_if' => 'The :attribute field must be missing when :other is :value.',
    'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
    'missing_with' => 'The :attribute field must be missing when :values is present.',
    'missing_with_all' => 'The :attribute field must be missing when :values are present.',
    'multiple_of' => 'The :attribute field must be a multiple of :value.',
    'not_in' => 'គុណលក្ខណៈដែលបានជ្រើសរើសគឺមិនត្រឹមត្រូវទេ។',
    'not_regex' => 'The :attribute field format is invalid.',
    'numeric' => 'The :attribute field must be a number.',
    'password' => [
        'letters' => 'The :attribute field must contain at least one letter.',
        'mixed' => 'The :attribute field must contain at least one uppercase and one lowercase letter.',
        'numbers' => 'The :attribute field must contain at least one number.',
        'symbols' => 'The :attribute field must contain at least one symbol.',
        'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
    ],
    'percent'       => 'The depreciation minimum must be between 0 and 100 when depreciation type is percentage.',

    'present' => 'The :attribute field must be present.',
    'present_if' => 'The :attribute field must be present when :other is :value.',
    'present_unless' => 'The :attribute field must be present unless :other is :value.',
    'present_with' => 'The :attribute field must be present when :values is present.',
    'present_with_all' => 'The :attribute field must be present when :values are present.',
    'prohibited' => 'វាល :attribute ត្រូវបានហាមឃាត់។',
    'prohibited_if' => 'វាល :attribute ត្រូវបានហាមឃាត់នៅពេលដែល :other is :value។',
    'prohibited_unless' => 'វាល :attribute ត្រូវបានហាមឃាត់ លុះត្រាតែ :other ស្ថិតនៅក្នុង :values។',
    'prohibits' => 'វាល :attribute ហាមឃាត់ : ផ្សេងទៀតពីការមានវត្តមាន។',
    'regex' => 'ទម្រង់វាល :attribute គឺមិនត្រឹមត្រូវទេ។',
    'required' => 'វាល :attribute ត្រូវបានទាមទារ។',
    'required_array_keys' => 'វាល :attribute ត្រូវតែមានធាតុសម្រាប់: :values ​​។',
    'required_if' => 'វាល :attribute ត្រូវបានទាមទារនៅពេលដែល :other is :value។',
    'required_if_accepted' => 'វាល :attribute ត្រូវបានទាមទារនៅពេលដែល :other ត្រូវបានទទួលយក។',
    'required_if_declined' => 'វាល :attribute ត្រូវបានទាមទារនៅពេលដែល :other ត្រូវបានបដិសេធ។',
    'required_unless' => 'វាល :attribute គឺត្រូវបានទាមទារ លុះត្រាតែ :other ស្ថិតនៅក្នុង :values។',
    'required_with' => 'វាល :attribute ត្រូវបានទាមទារនៅពេលដែល :values ​​មានវត្តមាន។',
    'required_with_all' => 'វាល :attribute ត្រូវបានទាមទារនៅពេលដែល :values ​​មានវត្តមាន។',
    'required_without' => 'វាល :attribute ត្រូវបានទាមទារនៅពេលដែល :values ​​មិនមានវត្តមាន។',
    'required_without_all' => 'វាល :attribute គឺត្រូវបានទាមទារនៅពេលដែលគ្មាន :values ​​មានវត្តមាន។',
    'same' => 'វាល :attribute ត្រូវតែផ្គូផ្គង :other ។',
    'size' => [
        'array' => 'វាល :attribute ត្រូវតែមានធាតុ :size ។',
        'file' => 'វាល :attribute ត្រូវតែជា :size kilobytes។',
        'numeric' => 'វាល :attribute ត្រូវតែជា :size ។',
        'string' => 'វាល :attribute ត្រូវតែជា :size តួអក្សរ។',
    ],
    'starts_with' => 'វាល :attribute ត្រូវតែចាប់ផ្តើមដោយមួយក្នុងចំណោមខាងក្រោម: :values ​​។',
    'string'               => 'គុណលក្ខណៈ : ត្រូវតែជាខ្សែអក្សរ។',
    'two_column_unique_undeleted' => ':attribute ត្រូវតែមានតែមួយគត់នៅទូទាំង :table1 និង :table2។ ',
    'unique_undeleted'     => 'គុណលក្ខណៈ : ត្រូវតែមានតែមួយគត់។',
    'non_circular'         => ':attribute មិនត្រូវបង្កើតសេចក្តីយោងរាងជារង្វង់ទេ។',
    'not_array'            => ':attribute មិនអាចជាអារេបានទេ។',
    'disallow_same_pwd_as_user_fields' => 'ពាក្យ​សម្ងាត់​មិន​អាច​ដូច​គ្នា​នឹង​ឈ្មោះ​អ្នក​ប្រើ​ទេ។',
    'letters'              => 'ពាក្យសម្ងាត់ត្រូវតែមានយ៉ាងហោចណាស់មួយអក្សរ។',
    'numbers'              => 'ពាក្យសម្ងាត់ត្រូវតែមានយ៉ាងហោចណាស់មួយលេខ។',
    'case_diff'            => 'ពាក្យសម្ងាត់ត្រូវតែប្រើករណីចម្រុះ។',
    'symbols'              => 'ពាក្យសម្ងាត់ត្រូវតែមាននិមិត្តសញ្ញា។',
    'timezone' => 'វាល :attribute ត្រូវតែជាតំបន់ពេលវេលាត្រឹមត្រូវ។',
    'unique' => 'គុណលក្ខណៈ : ត្រូវបានគេយករួចហើយ។',
    'uploaded' => ':attribute បរាជ័យក្នុងការបង្ហោះ។',
    'uppercase' => 'វាល :attribute ត្រូវតែជាអក្សរធំ។',
    'url' => 'វាល :attribute ត្រូវតែជា URL ត្រឹមត្រូវ។',
    'ulid' => 'វាល :attribute ត្រូវតែជា ULID ត្រឹមត្រូវ។',
    'uuid' => 'វាល :attribute ត្រូវតែជា UUID ត្រឹមត្រូវ។',


    /*
    |--------------------------------------------------------------------------
    | Custom Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | Here you may specify custom validation messages for attributes using the
    | convention "attribute.rule" to name the lines. This makes it quick to
    | specify a specific custom language line for a given attribute rule.
    |
    */

    'custom' => [
        'alpha_space' => 'វាល :attribute មានតួអក្សរដែលមិនត្រូវបានអនុញ្ញាត។',
        'email_array'      => 'អាសយដ្ឋានអ៊ីមែលមួយ ឬច្រើនមិនត្រឹមត្រូវទេ។',
        'hashed_pass'      => 'ពាក្យសម្ងាត់បច្ចុប្បន្នរបស់អ្នកមិនត្រឹមត្រូវទេ។',
        'dumbpwd'          => 'ពាក្យសម្ងាត់នោះជារឿងធម្មតាពេកហើយ។',
        'statuslabel_type' => 'អ្នកត្រូវតែជ្រើសរើសប្រភេទស្លាកស្ថានភាពត្រឹមត្រូវ។',
        'custom_field_not_found'          => 'វាលនេះហាក់ដូចជាមិនមានទេ សូមពិនិត្យមើលឈ្មោះវាលផ្ទាល់ខ្លួនរបស់អ្នកពីរដង។',
        'custom_field_not_found_on_model' => 'វាលនេះហាក់ដូចជាមាន ប៉ុន្តែមិនមាននៅលើសំណុំវាលរបស់ Asset Model នេះទេ។',

        // date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
        // We use this because the default error message for date_format reflects php Y-m-d, which non-PHP
        // people won't know how to format.
        'purchase_date.date_format'     => ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD',
        'last_audit_date.date_format'   =>  ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD hh:mm:ss',
        'expiration_date.date_format'   =>  ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD',
        'termination_date.date_format'  =>  ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD',
        'expected_checkin.date_format'  =>  ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD',
        'start_date.date_format'        =>  ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD',
        'end_date.date_format'          =>  ':attribute ត្រូវតែជាកាលបរិច្ឆេទត្រឹមត្រូវក្នុងទម្រង់ YYYY-MM-DD',
        'checkboxes'           => ':attribute contains invalid options.',
        'radio_buttons'        => ':attribute is invalid.',
        'invalid_value_in_field' => 'Invalid value included in this field',

        'ldap_username_field' => [
            'not_in' =>         '<code>sAMAccountName</code> (mixed case) will likely not work. You should use <code>samaccountname</code> (lowercase) instead.'
        ],
        'ldap_auth_filter_query' => ['not_in' => '<code>uid=samaccountname</code> is probably not a valid auth filter. You probably want <code>uid=</code> '],
        'ldap_filter' => ['regex' => 'This value should probably not be wrapped in parentheses.'],

        ],
    /*
    |--------------------------------------------------------------------------
    | Custom Validation Attributes
    |--------------------------------------------------------------------------
    |
    | The following language lines are used to swap attribute place-holders
    | with something more reader friendly such as E-Mail Address instead
    | of "email". This simply helps us make messages a little cleaner.
    |
    */

    'attributes' => [],

    /*
    |--------------------------------------------------------------------------
    | Generic Validation Messages - we use these in the jquery validation where we don't have
    | access to the :attribute
    |--------------------------------------------------------------------------
    */

    'generic' => [
        'invalid_value_in_field' => 'Invalid value included in this field',
        'required' => 'This field is required',
        'email' => 'Please enter a valid email address',
    ],


];