New translations.

This commit is contained in:
James Cole
2019-08-23 14:11:10 +02:00
parent a172c51495
commit c810bad97c
55 changed files with 12027 additions and 11835 deletions

View File

@@ -23,29 +23,30 @@
declare(strict_types=1);
return [
'html_language' => 'zh',
'locale' => 'zh_CN.utf8,zh_CN.UTF-8',
'month' => '%Y 年 %B',
'month_and_day' => '%Y年 %B %e日',
'month_and_date_day' => '%Y 年 %B %e 日 %A',
'month_and_day_no_year' => '%B %e 日',
'date_time' => '%Y 年 %B %e 日, @ %T',
'specific_day' => '%Y 年 %B %e 日',
'week_in_year' => '%Y 年 %W 周',
'year' => '%Y 年',
'half_year' => '%Y 年 %B',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'YYYY MMMM Do',
'date_time_js' => 'YYYY MMMM Do,@ HH:mm:ss',
'specific_day_js' => 'YYYY MMMM D',
'week_in_year_js' => 'YYYY年, w [Week]',
'year_js' => 'YYYY',
'half_year_js' => 'YYYY Q',
'dow_1' => '星期一',
'dow_2' => '星期',
'dow_3' => '星期',
'dow_4' => '星期',
'dow_5' => '星期',
'dow_6' => '星期',
'dow_7' => '星期',
'html_language' => 'zh',
'locale' => 'zh_CN.utf8,zh_CN.UTF-8',
'month' => '%Y 年 %B',
'month_and_day' => '%Y年 %B %e日',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_date_day' => '%Y 年 %B %e 日 %A',
'month_and_day_no_year' => '%B %e 日',
'date_time' => '%Y 年 %B %e 日, @ %T',
'specific_day' => '%Y 年 %B %e 日',
'week_in_year' => '%Y 年第 %W 周',
'year' => '%Y 年',
'half_year' => '%Y 年 %B',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'YYYY MMMM Do',
'date_time_js' => 'YYYY MMMM Do,@ HH:mm:ss',
'specific_day_js' => 'YYYY MMMM D',
'week_in_year_js' => 'YYYY年, w [Week]',
'year_js' => 'YYYY',
'half_year_js' => 'YYYY Q',
'dow_1' => '星期',
'dow_2' => '星期',
'dow_3' => '星期',
'dow_4' => '星期',
'dow_5' => '星期',
'dow_6' => '星期',
'dow_7' => '星期日',
];

File diff suppressed because it is too large Load Diff

View File

@@ -120,18 +120,19 @@ return [
'string' => ':attribute 必须是字串。',
'url' => ':attribute 格式无效。',
'timezone' => ':attribute 必须是有效的区域。',
'2fa_code' => ':attribute 栏位是无效的。',
'dimensions' => ':attribute 具有无效图片尺寸。',
'distinct' => ':attribute 栏位有重复值。',
'file' => ':attribute 必须是档案。',
'in_array' => ':attribute 栏位不存在于 :other。',
'present' => ':attribute 栏位必须存在。',
'amount_zero' => '总金额不能为零。',
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。',
'invalid_account_info' => '无效的帐户资讯。',
'2fa_code' => ':attribute 栏位是无效的。',
'dimensions' => ':attribute 具有无效图片尺寸。',
'distinct' => ':attribute 栏位有重复值。',
'file' => ':attribute 必须是档案。',
'in_array' => ':attribute 栏位不存在于 :other。',
'present' => ':attribute 栏位必须存在。',
'amount_zero' => '总金额不能为零。',
'current_target_amount' => 'The current amount must be less than the target amount.',
'unique_piggy_bank_for_user' => '存钱罐的名称必须是独一无二的。',
'secure_password' => '这不是一个安全的密码,请重试一次。如需更多讯息,请访问 https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => '对定期重复交易是无效的重复类型。',
'valid_recurrence_rep_moment' => '对此重复类型是无效的重复时刻。',
'invalid_account_info' => '无效的帐户资讯。',
'attributes' => [
'email' => '电子邮件地址',
'description' => '描述',