Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions resources/lang/zh/app.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Label language files for All Module
|--------------------------------------------------------------------------
|
| Simplified Chinese Translated by @佛壁灯
|
*/

'name' => 'Lavalite',
'name.html' => '<b>Lava</b>lite',
'name.short' => '<b>L</b>l',
'admin.panel' => '管理面板',
'dashboard' => '仪表盘',
'all.rights' => "<strong>版权所有 &copy; " . date('Y') . " <a href='http://lavalite.org' target='_blank'>Lavalite</a>.</strong> 保留一切权利。",
'version' => '<b>Version</b> Develop',

'add' => '添加',
'addnew' => '新增',
'actions' => '操作',
'approve' => '通过',
'archive' => '已存档',
'unarchive' => '未存档',
'back' => '返回',
'cancel' => '取消',
'close' => '关闭',
'copy' => '复制',
'complete' => '已完成',
'create' => '新建',
'dashboard' => '仪表盘',
'delete' => '删除',
'draft' => '草稿',
'details' => '详细',
'edit' => '编辑',
'enterkeyword' => '请输入关键词以进行搜索',
'go' => 'Go',
'help' => '帮助',
'home' => '主页',
'list' => '列表',
'logout' => '登出',
'logs' => '日志',
'manage' => '管理',
'more' => '更多',
'new' => '新建',
'no' => '否',
'opt' => '选项',
'option' => '选项',
'options' => '选项',
'order' => '订单',
'password' => '密码',
'profile' => '档案',
'publish' => '已发布',
'request' => '请求',
'reports' => '报告',
'reset' => '重置',
'save' => '保存',
'search' => '搜索',
'settings' => '设置',
'show' => '显示',
'status' => '状态',
'update' => '更新',
'update_profile' => '更新档案',
'unpublish' => '未发布',
'view' => '查看',
'verify' => '已认证',
'yes' => '是',

'flash.success' => '成功',
'flash.error' => '错误',
'flash.warning' => '警告',
'flash.info' => '信息',

];
62 changes: 62 additions & 0 deletions resources/lang/zh/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
| Simplified Chinese Translated by @佛壁灯
|
*/

'failed' => '您所使用的凭证与记录不符。',
'throttle' => '登录请求过多。请在 :seconds 秒后重试。',

'activated' => "激活成功。 <a href=':url' class='alert-link'>您现在可以登录</a>",
'alreadyactive' => '此账户已被激活。',
'backtologin' => '返回登录',
'banned' => '用户已被封禁。',
'changepassword' => '修改密码',
'created' => '您的账户已建立。请检查您邮箱中的激活链接。',
'email' => '电子邮件地址',
'emailconfirm' => '请检查您邮箱中的激活链接。',
'emailinfo' => '请检查您邮箱中的指引。',
'emailpassword' => '您的密码已修改。请检查您邮箱中的新密码。',
'exists' => '用户已存在。',
'forgot' => '忘记密码',
'forgotpassword' => '忘记了密码?',
'invalidinputs' => '无效输入。',
'loginreq' => '需要填写登录区域。',
'logout' => '登出',
'minutes' => '分钟',
'myaccount' => '我的账户',
'newpassword' => '新密码',
'noaccess' => '您无法做出此行为。',
'notactivated' => '无法完成激活。',
'notfound' => '未找到用户',
'notupdated' => '无法更新档案',
'oldPassword' => '旧密码',
'oldpassword' => '您没有提供正确的原密码。',
'password_confirmation' => '确认密码',
'passwordchanged' => '您的密码已修改。',
'passwordnotchanged' => '无法修改您的密码。',
'problem' => '出现了问题。请联系系统管理员。',
'profile_update' => '您的档案已更新',
'password' => '密码',
'rememberme' => '记住我。',
'resend' => '重新发送',
'resendpassword' => '重新发送密码。',
'reset' => '重置密码',
'send' => '发送',
'signin' => '登录',
'suspend' => '暂停',
'suspended' => '用户已被暂停 :minutes 分钟。',
'unbanned' => '用户已被解禁。',
'unsuspended' => '已取消暂停。',
];
7 changes: 7 additions & 0 deletions resources/lang/zh/database.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

# Requires Context

return [
'fields_not_accepted' => '列 :field 在研究中不被接受。',
];
35 changes: 35 additions & 0 deletions resources/lang/zh/messages.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Language files for Messages
|--------------------------------------------------------------------------
|
| The following language lines are the default for all packages
|
| Simplified Chinese Translated by @佛壁灯
|
*/

'success' => [
'created' => ':Module 已成功添加。',
'updated' => ':Module 已成功更新。',
'deleted' => ':Module 已成功删除。',
'changed' => ':Module 已被 :status。',
],

'error' => [
'create' => '无法创建 :Module 。',
'update' => '无法更新 :Module 。',
'delete' => '无法删除 :Module 。',
],

'unprocessable' => '无法处理的请求。',
'areyousure' => '是否确定?',
'type' => [
'success' => '成功',
'error' => '错误',
],
];
21 changes: 21 additions & 0 deletions resources/lang/zh/pagination.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
| Simplified Chinese Translated by @佛壁灯
|
*/

'previous' => '&laquo; 先前',
'next' => '下个 &raquo;',

];
24 changes: 24 additions & 0 deletions resources/lang/zh/passwords.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
| Simplified Chinese Translated by @佛壁灯
|
*/

'password' => '密码至少为六位字符且与验证密码匹配。',
'reset' => '您的密码已被重置!',
'sent' => '我们已向您发送了一封包含密码重置链接的电子邮件!',
'token' => '密码重置令牌无效。',
'user' => "我们无法找到使用此电子邮件地址的用户。",

];
123 changes: 123 additions & 0 deletions resources/lang/zh/validation.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| following language lines contain default error messages used by
| validator class. Some of these rules have multiple versions such
| as size rules. Feel free to tweak each of these messages here.
|
| Simplified Chinese Translated by @佛壁灯
|
*/

'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 前或与其相同的日期。',
'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 必须为有效电子邮件地址。',
'exists' => '选中的 :attribute 无效。',
'file' => ':attribute 必须为文件。',
'filled' => ':attribute 域必须存在值。',
'image' => ':attribute 必须为图片。',
'in' => '选中的 :attribute 无效。',
'in_array' => ':attribute 域不在 :other 中存在。',
'integer' => ':attribute 必须为整数。',
'ip' => ':attribute 必须为有效的 IP 地址。',
'ipv4' => ':attribute 必须为有效的 IPv4 地址。',
'ipv6' => ':attribute 必须为有效的 IPv6 地址。',
'json' => ':attribute 必须为有效的 JSON 字符串。',
'max' => [
'numeric' => ':attribute 不能大于 :max。',
'file' => ':attribute 不能大于 :max 千字节。',
'string' => ':attribute 不能超过 :max 个字符。',
'array' => ':attribute 不能有超过 :max 个项。',
],
'mimes' => ':attribute 必须为文件类型: :values。',
'mimetypes' => ':attribute 必须为文件类型: :values。',
'min' => [
'numeric' => ':attribute 必须至少为 :min。',
'file' => ':attribute 必须至少为 :min 千字节。',
'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 在 :value 内时需要 :attribute 域。',
'required_with' => '当 :values 存在时需要 :attribute 域。',
'required_with_all' => '当 :values 存在时需要 :attribute 域。',
'required_without' => '当 :values 不存在时需要 :attribute 域。',
'required_without_all' => '当没有 :values 存在时需要 :attribute 域。:',
'same' => ':attribute 和 :other 必须匹配。',
'size' => [
'numeric' => ':attribute 必须为 :size.',
'file' => ':attribute 必须为 :size kilobytes.',
'string' => ':attribute 必须为 :size characters.',
'array' => ':attribute must contain :size items.',
],
'string' => ':attribute 必须为字符串。',
'timezone' => ':attribute 必须为有效区。',
'unique' => ':attribute 已被使用。',
'uploaded' => '无法上传 :attribute。',
'url' => ':attribute 格式无效。',

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

'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],

/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| 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' => [],

];