File: /home/xedaptot/be.naniguide.com/resources/lang/zh/validation.php
<?php return array (
'accepted' => ':attribute 必须被接受。',
'active_url' => ':attribute 不是有效的 URL。',
'after' => ':attribute 必须是 :date 之后的日期。',
'alpha' => ':attribute 只能包含字母。',
'alpha_dash' => ':attribute 只能包含字母、数字和短横线。',
'alpha_num' => ':attribute 只能包含字母和数字。',
'array' => ':attribute 必须是数组。',
'attributes' =>
array (
'lists_segments' => '[{\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}, {\'mail_list_uid\': \'列表\'}]',
'options' =>
array (
'api_key' => 'API 密钥',
'api_secret_key' => 'API 密钥(Secret Key)',
'days_of_month' => '月几',
'days_of_week' => '周几',
'field' => '列表字段',
'limit_base' => '限额基础',
'limit_unit' => '限额时间单位',
'limit_value' => '限额值',
'merchant_key' => '商户密钥',
'password' => '密码',
'payu_base_url' => 'PayU 基础 URL',
'public_key' => '公钥',
'salt' => '盐值',
'username' => '用户名',
'vendor_auth_code' => '供应商授权码',
'vendor_id' => '供应商 ID',
),
'plan' =>
array (
'general' =>
array (
'color' => '颜色',
'currency_id' => '货币',
'description' => '描述',
'frequency_amount' => '频率数量',
'frequency_unit' => '频率单位',
'name' => '名称',
'price' => '价格',
'vat' => '增值税',
),
),
'quota_base' => '时间基础',
'quota_unit' => '时间单位',
'quota_value' => '发送限额',
),
'before' => ':attribute 必须是 :date 之前的日期。',
'between' =>
array (
'array' => ':attribute 必须包含 :min 到 :max 个项目。',
'file' => ':attribute 必须介于 :min 和 :max 千字节之间。',
'numeric' => ':attribute 必须介于 :min 和 :max 之间。',
'string' => ':attribute 必须介于 :min 和 :max 个字符之间。',
),
'boolean' => ':attribute 字段必须为 true 或 false。',
'confirmed' => ':attribute 确认不匹配。',
'custom' =>
array (
'can_not_empty_database' =>
array (
'required' => '无法删除某些表,请手动清理数据库后重试。',
),
'captcha_invalid' =>
array (
'required' => 'CAPTCHA 验证无效。',
),
'conflict_field_tags' =>
array (
'required' => '字段标签不能相同',
),
'contact' =>
array (
'zip' =>
array (
'required' => '邮政编码为必填项。',
),
),
'custom_criteria_empty' =>
array (
'required' => '自定义条件不能为空。',
),
'database_not_empty' =>
array (
'required' => '数据库不为空',
),
'domain' =>
array (
'regex' => ':attribute 必须是有效的域名或主机名。例如:mydomain.com 或 mail.mydomain.com',
),
'email_already_subscribed' =>
array (
'required' => '该邮箱已订阅。',
),
'file_not_found' =>
array (
'required' => '文件未找到。',
),
'mail_list_uid' =>
array (
'required' => '邮件列表为必填项。',
),
'miss_main_field_tag' =>
array (
'required' => '缺少 EMAIL 字段标签',
),
'mysql_connection' =>
array (
'required' => '无法连接到 MySQL 服务器',
),
'not_zip_archive' =>
array (
'required' => '该文件不是压缩包。',
),
'payment_method_not_valid' =>
array (
'required' => '支付方式设置出错。请再次检查。',
),
'php_bin_path_invalid' =>
array (
'required' => 'PHP 可执行文件无效。请再次检查。',
),
'promo_code_not_valid' =>
array (
'required' => '促销码无效',
),
'recaptcha_invalid' =>
array (
'required' => 'reCAPTCHA 验证无效。',
),
'segment_conditions_empty' =>
array (
'required' => '条件列表不能为空',
),
'smtp_valid' =>
array (
'required' => '无法连接到 SMTP 服务器',
),
'yaml_parse_error' =>
array (
'required' => '无法解析 yaml。请检查语法',
),
'zip_archive_unvalid' =>
array (
'required' => '无法读取该压缩包。',
),
),
'date' => ':attribute 不是有效日期。',
'date_format' => ':attribute 与格式 :format 不匹配。',
'different' => ':attribute 和 :other 必须不同。',
'digits' => ':attribute 必须为 :digits 位数字。',
'digits_between' => ':attribute 必须在 :min 和 :max 位数字之间。',
'distinct' => ':attribute 字段具有重复值。',
'email' => '该字段必须是有效的邮箱地址。',
'exists' => '所选的 :attribute 无效。',
'filled' => ':attribute 字段为必填项。',
'image' => ':attribute 必须为图片。',
'in' => '所选的 :attribute 无效。',
'in_array' => ':attribute 字段在 :other 中不存在。',
'integer' => ':attribute 必须为整数。',
'ip' => ':attribute 必须为有效的 IP 地址。',
'json' => ':attribute 必须是有效的 JSON 字符串。',
'license' => '许可证无效。',
'license_error' => ':error',
'max' =>
array (
'array' => ':attribute可能最多只能有 :max 件物品。',
'file' => ':attribute可能不大于:max千字节。',
'numeric' => ':attribute 不能大于 :max。',
'string' => ':attribute不能超过:max字符。',
),
'mimes' => ':attribute 必须是一个类型为::values 的文件。',
'min' =>
array (
'array' => ':attribute必须至少有:min件物品。',
'file' => ':attribute必须至少有:min千字节。',
'numeric' => ':attribute至少要:min。',
'string' => ':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必须匹配。',
'size' =>
array (
'array' => ':attribute必须包含:size物品。',
'file' => ':attribute必须有:size千字节。',
'numeric' => ':attribute必须:size。',
'string' => ':attribute必须是:size角色。',
),
'string' => ':attribute一定是一根线。',
'substring' => ':tag标签未在:attribute中发现。',
'timezone' => ':attribute必须是有效的区域。',
'unique' => ':attribute田地已经被占用了。',
'url' => ':attribute格式无效。',
) ?>