File: /home/xedaptot/work.naniguide.com/resources/lang/zh-CN/validation.php
<?php
return [
'accepted' => '必须接受 :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 的日期。',
'accepted_if' => '当 :other 为 :value 时,必须接受 :attribute 字段。',
'ascii' => ' :attribute 字段只能包含单字节字母数字字符和符号。',
'between' => [
'numeric' => ' :attribute 必须介于 :min 和 :max 之间。',
'file' => ' :attribute 必须介于 :min 和 :max 千字节之间。',
'string' => ' :attribute 必须介于 :min 和 :max 字符之间。',
'array' => ' :attribute 必须包含 :min 和 :max 之间的项目。',
],
'boolean' => ' :attribute 字段必须为 true 或 false。',
'confirmed' => ' :attribute 确认不匹配。',
'date' => ' :attribute 不是有效日期。',
'date_format' => ' :attribute 与 :format 格式不匹配。',
'different' => ' :attribute 和 :other 必须不同。',
'digits' => ' :attribute 必须是 :digits 位。',
'digits_between' => ' :attribute 必须介于 :min 和 :max 数字之间。',
'dimensions' => ' :attribute 的图像尺寸无效。',
'distinct' => ' :attribute 字段具有重复值。',
'email' => ' :attribute 必须是有效的电子邮件地址。',
'invalidEmail' => '请输入有效的电子邮件地址。',
'invalidEmailPassword' => '电子邮件和密码组合不正确。',
'exists' => '所选的 :attribute 无效。',
'file' => ' :attribute 必须是一个文件。',
'filled' => ' :attribute 字段必须有一个值。',
'image' => ' :attribute 必须是图像。',
'in' => '所选的 :attribute 无效。',
'in_array' => ' :attribute 字段在 :other 中不存在。',
'integer' => ' :attribute 必须是整数。',
'ip' => ' :attribute 必须是有效的 IP 地址。',
'json' => ' :attribute 必须是有效的 JSON 字符串。',
'current_password' => '密码不正确。',
'date_equals' => ' :attribute 字段必须是等于 :date 的日期。',
'decimal' => ' :attribute 字段必须有 :decimal 小数位。',
'declined' => ' :attribute 字段必须被拒绝。',
'declined_if' => '当 :other为 :value时, :attribute字段必须被拒绝。',
'doesnt_end_with' => ' :attribute 字段不得以下列之一结尾: :values。',
'doesnt_start_with' => ' :attribute 字段不得以下列之一开头: :values。',
'ends_with' => ' :attribute 字段必须以下列之一结尾: :values。',
'enum' => '所选的 :attribute 无效。',
'gt' => [
'array' => ' :attribute 字段必须包含多于 :value 的项目。',
'file' => ' :attribute 字段必须大于 :value KB。',
'numeric' => ' :attribute 字段必须大于 :value。',
'string' => ' :attribute 字段必须大于 :value 个字符。',
],
'gte' => [
'array' => ' :attribute 字段必须包含 :value 项或更多。',
'file' => ' :attribute 字段必须大于或等于 :value 千字节。',
'numeric' => ' :attribute 字段必须大于或等于 :value。',
'string' => ' :attribute 字段必须大于或等于 :value 个字符。',
],
'ipv4' => ' :attribute 字段必须是有效的 IPv4 地址。',
'ipv6' => ' :attribute 字段必须是有效的 IPv6 地址。',
'lowercase' => ' :attribute 字段必须为小写。',
'lt' => [
'array' => ' :attribute 字段的项目数必须少于 :value。',
'file' => ' :attribute 字段必须小于 :value KB。',
'numeric' => ' :attribute 字段必须小于 :value。',
'string' => ' :attribute 字段必须少于 :value 个字符。',
],
'lte' => [
'array' => ' :attribute 字段不得包含超过 :value 的项目。',
'file' => ' :attribute 字段必须小于或等于 :value 千字节。',
'numeric' => ' :attribute 字段必须小于或等于 :value。',
'string' => ' :attribute 字段必须小于或等于 :value 个字符。',
],
'mac_address' => ' :attribute 字段必须是有效的 MAC 地址。',
'max' => [
'numeric' => ' :attribute 不能大于 :max。',
'file' => ' :attribute 不得大于 :max 千字节。',
'string' => ' :attribute 不得大于 :max 个字符。',
'array' => ' :attribute 的项目不得超过 :max。',
],
'max_digits' => ' :attribute 字段的位数不得超过 :max。',
'mimes' => ' :attribute 必须是类型为 :values 的文件。',
'mimetypes' => ' :attribute 必须是类型为 :values 的文件。',
'min' => [
'numeric' => ' :attribute 必须至少为 :min。',
'file' => ' :attribute 必须至少为 :min KB。',
'string' => ' :attribute 必须至少包含 :min 个字符。',
'array' => ' :attribute 必须至少有 :min 项。',
],
'not_in' => '所选的 :attribute 无效。',
'numeric' => ' :attribute 必须是数字。',
'present' => ' :attribute 字段必须存在。',
'regex' => ' :attribute 格式无效。',
'required' => ' :attribute 字段是必需的。',
'required_if' => '当 :other 为 :value 时, :attribute 字段是必需的。',
'required_unless' => '除非 :other 在 :values 中,否则 :attribute 字段是必需的。',
'required_with' => '当 :values 存在时, :attribute 字段是必需的。',
'required_with_all' => '当 :values 存在时, :attribute 字段是必需的。',
'required_without' => '当 :values 不存在时, :attribute 字段是必需的。',
'required_without_all' => '当 :values 都不存在时, :attribute 字段是必需的。',
'same' => ' :attribute 和 :other 必须匹配。',
'min_digits' => ' :attribute 字段必须至少有 :min 位。',
'missing' => ' :attribute 字段必须缺失。',
'missing_if' => '当 :other 为 :value 时,必须缺少 :attribute 字段。',
'missing_unless' => '除非 :other 是 :value,否则 :attribute 字段必须缺失。',
'missing_with' => '当 :values 存在时, :attribute 字段必须缺失。',
'missing_with_all' => '当 :values 存在时, :attribute 字段必须缺失。',
'multiple_of' => ' :attribute 字段必须是 :value 的倍数。',
'not_regex' => ' :attribute 字段格式无效。',
'password' => [
'letters' => ' :attribute 字段必须至少包含一个字母。',
'mixed' => ' :attribute 字段必须至少包含一个大写字母和一个小写字母。',
'numbers' => ' :attribute 字段必须至少包含一个数字。',
'symbols' => ' :attribute 字段必须包含至少一个符号。',
'uncompromised' => '给定的 :attribute 出现在数据泄露中。请选择不同的 :attribute。',
],
'prohibited' => ' :attribute 字段是禁止的。',
'prohibited_if' => '当 :other为 :value时, :attribute字段被禁止。',
'prohibited_unless' => '除非 :other 在 :values 中,否则 :attribute 字段被禁止。',
'prohibits' => ' :attribute 字段禁止 :other 出现。',
'required_array_keys' => ' :attribute 字段必须包含以下条目: :values。',
'required_if_accepted' => '当 :other 被接受时, :attribute 字段是必需的。',
'size' => [
'numeric' => ' :attribute 必须是 :size。',
'file' => ' :attribute 必须是 :size 千字节。',
'string' => ' :attribute 必须是 :size 个字符。',
'array' => ' :attribute 必须包含 :size 项。',
],
'string' => ' :attribute 必须是字符串。',
'timezone' => ' :attribute 必须是有效区域。',
'unique' => ' :attribute已经被占用了。',
'uploaded' => ' :attribute 上传失败。',
'url' => ' :attribute 格式无效。',
'email_domain' => ' :attribute 必须是有效的域,例如gmail.com',
'slack_webhook' => 'Webhook 格式无效。欲了解更多信息,请访问此',
'not_custom_fields' => '您无法添加带有此标签的自定义字段',
'starts_with' => ' :attribute 字段必须以下列之一开头: :values。',
'ulid' => ' :attribute 字段必须是有效的 ULID。',
'uppercase' => ' :attribute 字段必须为大写。',
'uuid' => ' :attribute 字段必须是有效的 UUID。',
'custom' => [
'attribute-name' => [
'rule-name' => '自定义消息',
],
],
'givenDataInvalid' => '给定的数据无效。',
'attributes' => [
'client_name' => '客户名称',
'client_email' => '客户电子邮件',
'website' => '网站',
'name' => '姓名',
'email' => '电子邮件',
'password' => '密码',
'country' => '国家',
'mobile' => '移动的',
'category_name' => '分类名称',
'title' => '标题',
'details' => '细节',
'user_id' => '员工',
'category_id' => '类别编号',
'file' => '文件',
'contact_name' => '联系人姓名',
'import_file' => '导入文件',
'remind_time' => '提醒时间',
'next_follow_up_date' => '下一个跟进日期',
'employee_id' => '员工ID',
'department' => '部门',
'designation' => '指定',
'hourly_rate' => '每小时收费',
'joining_date' => '入职日期',
'last_date' => '最后一次约会',
'date_of_birth' => '出生日期',
'probation_end_date' => '试用期结束日期',
'notice_period_start_date' => '通知期开始日期',
'notice_period_end_date' => '通知期结束日期',
'internship_end_date' => '实习结束日期',
'contract_end_date' => '合同结束日期',
'relationship' => '关系',
'award' => '奖',
'given_to' => '给予',
'award_date' => '颁奖日期',
'multi_date' => '多日期',
'year' => '年',
'month' => '月',
'office_start_time' => '办公开始时间',
'office_end_time' => '办公室结束时间',
'shift_short_code' => '移位短代码',
'color' => '颜色',
'late_mark_duration' => '迟到标记持续时间',
'clockin_in_day' => '一天的时钟',
'office_open_days' => '办公室开放日',
'clock_in_time' => '准时',
'clock_out_time' => '下班时间',
'working_from' => '工作自',
'clock_in_ip' => '时钟输入ip',
'clock_out_ip' => '时钟输出ip',
'designation_name' => '名称',
'team_name' => '队名',
'client_id' => '客户编号',
'subject' => '主题',
'amount' => '数量',
'contract_type' => '合同类型',
'start_date' => '开始日期',
'first_name' => '名',
'last_name' => '姓',
'signature' => '签名',
'image' => '图像',
'comment' => '评论',
'project_name' => '项目名',
'hours_allocated' => '分配的时间',
'deadline' => '最后期限',
'project_budget' => '项目预算',
'currency_id' => '货币编号',
'project_id' => '项目编号',
'milestone_title' => '里程碑标题',
'summary' => '概括',
'discussion_category' => '讨论类别',
'description' => '描述',
'priority' => '优先事项',
'due_date' => '到期日',
'repeat_cycles' => '重复循环',
'dependent_task_id' => '依赖任务 ID',
'estimate_hours' => '估计时间',
'estimate_minutes' => '估计分钟数',
'note' => '笔记',
'memo' => '备忘录',
'start_time' => '开始时间',
'end_time' => '时间结束',
'valid_till' => '有效期至',
'sub_total' => '小计',
'total' => '全部的',
'lead_id' => '潜在客户 ID',
'estimate_number' => '估计数量',
'invoice_number' => '发票号码',
'issue_date' => '签发日期',
'shipping_address' => '收件地址',
'day_of_week' => '一周中的天',
'day_of_month' => '该月的某一天',
'cn_number' => '中文号码',
'invoice_id' => '发票编号',
'item_name' => '项目名',
'purchase_date' => '购买日期',
'price' => '价格',
'billing_cycle' => '结算周期',
'paid_on' => '已付款',
'transaction_id' => '交易编号',
'downloadable_file' => '可下载的文件',
'tax_name' => '税名',
'rate_percent' => '率百分比',
'status' => '地位',
'order_date' => '订购日期',
'ticket_subject' => '票证主题',
'ticket_description' => '门票说明',
'message' => '信息',
'type' => '类型',
'channel_name' => '频道名称',
'event_name' => '活动名称',
'all_employees' => '所有员工',
'where' => '在哪里',
'event_link' => '活动链接',
'heading' => '标题',
'category' => '类别',
'company_name' => '公司名称',
'company_email' => '公司邮箱',
'company_phone' => '公司电话',
'location' => '地点',
'address' => '地址',
'allowed_file_types' => '允许的文件类型',
'allowed_file_size' => '允许的文件大小',
'currency_name' => '货币名称',
'currency_symbol' => '货币符号',
'usd_price' => '美元价格',
'exchange_rate' => '汇率',
'currency_code' => '货币代码',
'invoice_prefix' => '发票前缀',
'estimate_prefix' => '估计前缀',
'credit_note_prefix' => '贷方票据前缀',
'template' => '模板',
'due_after' => '日期之后',
'invoice_terms' => '发票条款',
'app_name' => '应用程序名称',
'code' => '代码',
'search_keyword' => '搜索关键词',
'reply_heading' => '回复标题',
'reply_text' => '回复文字',
'send_reminder' => '发送提醒',
'remind_to' => '发送提醒',
'remind_type' => '提醒类型',
'radius' => '半径',
'alert_after' => '之后发出警报',
'monthly_report_roles' => '月度报告角色',
'type_name' => '类型名称',
'leave_number' => '休假号码',
'monthly_limit' => '每月限额',
'label' => '标签',
'required' => '必需的',
'agent_name' => '代理名称',
'primary_color' => '原色',
'language_name' => '语言名称',
'language_code' => '语言代码',
'flag' => '旗帜',
'additional_description' => '附加说明',
'consent_description' => '同意说明',
'full_name' => '全名',
'allow_email' => '允许电子邮件',
'email_domain' => '电子邮件域',
'external_link' => '外部链接',
'filename' => '文件名',
'task_id' => '任务编号',
'group_name' => '团队名字',
'column_name' => '列名',
'label_color' => '标签颜色',
'clientName' => '客户名称',
'city' => '城市',
'state' => '状态',
'line1' => '1号线',
'notetext' => '注释文字',
'value' => '价值',
'admin_id' => '管理员 ID',
'reason' => '原因',
'leave_date' => '休假日期',
'duration' => '期间',
'leave_type_id' => '留下类型 ID',
'occassion' => '场合',
'date' => '日期',
'employee_shift_id' => '员工班次编号',
'hour_of_day' => '一天中的一个小时',
'backup_after_days' => '几天后备份',
'delete_backup_after_days' => '几天后删除备份',
'credit_note_id' => '贷方票据编号',
'billing_frequency' => '计费频率',
'billing_interval' => '计费间隔',
'work_from_type' => '从类型开始工作',
'label_name' => '标签名称',
'has_heading' => '有标题',
'notAllowed' => ' :attribute 是不允许的',
'effective_after' => '生效后',
],
'selectAtLeastOne' => '至少选择一项',
];