Skip to content

Commit ec7e87d

Browse files
authored
Merge pull request #2377 from liquid207/sync-zh-cn-lang-files
Sync 'zh-cn' lang files.
2 parents e26c477 + e9e1e14 commit ec7e87d

File tree

2 files changed

+72
-7
lines changed

2 files changed

+72
-7
lines changed

src/resources/lang/zh-cn/base.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
'registration_closed' => '注册已关闭。',
12+
'no_email_column' => '用户没有关联的电子邮件。',
1213
'first_page_you_see' => '你在登录之后看到的第一个页面',
1314
'login_status' => '登录状态',
1415
'logged_in' => '你已成功登录!',
@@ -21,12 +22,15 @@
2122
'name' => '名称',
2223
'email_address' => '邮箱',
2324
'password' => '密码',
25+
'old_password' => '旧密码',
26+
'new_password' => '新密码',
2427
'confirm_password' => '确认密码',
2528
'remember_me' => '记住我',
2629
'forgot_your_password' => '忘记密码?',
2730
'reset_password' => '重置密码',
2831
'send_reset_link' => '发送密码重置链接',
2932
'click_here_to_reset' => '点击此处重置你的密码',
33+
'change_password' => '修改密码',
3034
'unauthorized' => '未认证.',
3135
'dashboard' => '仪表盘',
3236
'handcrafted_by' => 'Handcrafted by',
@@ -37,12 +41,30 @@
3741
'cancel' => '取消',
3842
'error' => '错误',
3943
'success' => '成功',
44+
'warning' => '警告',
45+
'notice' => '通知',
4046
'old_password_incorrect' => '旧密码不正确.',
4147
'password_dont_match' => '两次输入的密码不一致.',
4248
'password_empty' => '请确认填写了所有的密码输入框',
4349
'password_updated' => '密码修改成功.',
4450
'account_updated' => '账户信息更新成功.',
4551
'unknown_error' => '未知错误,请重新试一次.',
4652
'error_saving' => '保存时出现错误. 请重新试一次.',
53+
'welcome' => '欢迎!',
54+
'use_sidebar' => '使用左侧边栏创建、编辑或删除内容。',
55+
56+
'password_reset' => [
57+
'greeting' => '您好!',
58+
'subject' => '重置密码通知',
59+
'line_1' => '您之所以收到此邮件是因为我们收到了您重置账户密码的请求。',
60+
'line_2' => '点击下面的按钮开始重置密码:',
61+
'button' => '重置密码',
62+
'notice' => '如果您没有请求重置密码,请忽略此邮件。',
63+
],
64+
65+
'step' => '步骤',
66+
'confirm_email' => '确认邮件',
67+
'choose_new_password' => '选择新密码',
68+
'confirm_new_password' => '确认新密码',
4769

4870
];

src/resources/lang/zh-cn/crud.php

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
|
1414
*/
1515

16+
// Forms
17+
'save_action_save_and_new' => '保存并新增',
18+
'save_action_save_and_edit' => '保存并继续编辑',
19+
'save_action_save_and_back' => '保存并返回',
20+
'save_action_changed_notification' => '保存后的默认行为已更改.',
21+
1622
// Create form
1723
'add' => '新增',
1824
'back_to_all' => '回到所有 ',
1925
'cancel' => '取消',
2026
'add_a_new' => '新增一个 ',
2127

22-
// Create form - advanced options
23-
'after_saving' => '新增后',
24-
'go_to_the_table_view' => '回到总表',
25-
'let_me_add_another_item' => '新增另一个记录',
26-
'edit_the_new_item' => '编辑这个记录',
27-
2828
// Edit form
2929
'edit' => '编辑',
3030
'save' => '存储',
@@ -39,17 +39,25 @@
3939
'to' => '',
4040
'undo' => '撤销',
4141
'revision_restored' => '成功恢复修订版本',
42+
'guest_user' => '访客',
43+
44+
// Translatable models
45+
'edit_translations' => '翻译',
46+
'language' => '语言',
4247

4348
// CRUD table view
4449
'all' => '全部 ',
45-
'in_the_database' => '',
50+
'in_the_database' => '在数据库中',
4651
'list' => '列表',
4752
'actions' => '操作',
4853
'preview' => '预览',
4954
'delete' => '删除',
5055
'admin' => '管理員',
5156
'details_row' => '这是详情列。你可以在这里做出编辑。',
5257
'details_row_loading_error' => '加载详情时出错。请重试。',
58+
'clone' => '复制',
59+
'clone_success' => '<strong>记录复制成功</strong><br>与此记录内容一致的新记录已被添加。',
60+
'clone_failure' => '<strong>复制失败</strong><br>新的记录没有被创建,请重试。',
5361

5462
// Confirmation messages and bubbles
5563
'delete_confirm' => '你确定要删除这条记录吗?',
@@ -60,6 +68,21 @@
6068
'delete_confirmation_not_deleted_title' => '记录未被删除',
6169
'delete_confirmation_not_deleted_message' => '沒有任何事情发生过。你的这条记录纹丝未动。',
6270

71+
// Bulk actions
72+
'bulk_no_entries_selected_title' => '没有选中任何记录',
73+
'bulk_no_entries_selected_message' => '执行批量操作前,请选择一条或多条记录.',
74+
75+
// Bulk confirmation
76+
'bulk_delete_are_you_sure' => '确定要删除这 :number 条记录吗?',
77+
'bulk_delete_sucess_title' => '删除记录',
78+
'bulk_delete_sucess_message' => ' 记录已经被删除',
79+
'bulk_delete_error_title' => '删除失败',
80+
'bulk_delete_error_message' => '无法删除一条或多条记录',
81+
82+
// Ajax errors
83+
'ajax_error_title' => '错误',
84+
'ajax_error_text' => '加载页面时出错,请刷新页面。',
85+
6386
// DataTables translation
6487
'emptyTable' => '数据库中没有相关记录',
6588
'info' => '正在显示 _TOTAL_ 个记录中的 _START_ 至 _END_ 项',
@@ -82,6 +105,15 @@
82105
'sortAscending' => ': 增序排列',
83106
'sortDescending' => ': 降序排列',
84107
],
108+
'export' => [
109+
'export' => '导出',
110+
'copy' => '复制',
111+
'excel' => 'Excel',
112+
'csv' => 'CSV',
113+
'pdf' => 'PDF',
114+
'print' => '打印',
115+
'column_visibility' => '列可见性',
116+
],
85117

86118
// global crud - errors
87119
'unauthorized_access' => '您沒有权限浏览此页面。',
@@ -103,8 +135,16 @@
103135
'yes' => 'Yes',
104136
'no' => 'No',
105137

138+
// CRUD filters navbar view
139+
'filters' => '筛选条件',
140+
'toggle_filters' => '切换筛选条件',
141+
'remove_filters' => '移除筛选条件',
142+
106143
// Fields
107144
'browse_uploads' => '查看已上传的文档',
145+
'select_all' => '选择全部',
146+
'select_files' => '选择文件(多个)',
147+
'select_file' => '选择文件(单个)',
108148
'clear' => '清除',
109149
'page_link' => '页面链接',
110150
'page_link_placeholder' => 'http://example.com/your-desired-page',
@@ -117,4 +157,7 @@
117157
'table_cant_add' => '不能再增加 :entity',
118158
'table_max_reached' => '已达到 :max 条记录的上限',
119159

160+
// File manager
161+
'file_manager' => '文件管理器',
162+
120163
];

0 commit comments

Comments
 (0)