Skip to content

Commit 302501c

Browse files
committed
Merge pull request #1192 from doabit/patch-1
Update zh_cn.yml
2 parents e4cb9c3 + f49dce2 commit 302501c

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

lib/active_admin/locales/zh_cn.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ zh_cn:
99
delete: "删除"
1010
delete_confirmation: "确定删除?"
1111
new_model: "新建%{model}"
12+
create_model: "新建%{model}"
1213
edit_model: "编辑%{model}"
14+
update_model: "编辑%{model}"
1315
delete_model: "删除%{model}"
1416
details: "%{model}详情"
1517
cancel: "取消"
@@ -34,7 +36,31 @@ zh_cn:
3436
one: "显示 <b>1</b> %{model}"
3537
one_page: "显示 <b>所有 %{n}</b> %{model}"
3638
multiple: "显示所有 <b>%{total}</b> %{model}中的<b>%{from}&nbsp;-&nbsp;%{to}</b> 条"
39+
entry:
40+
one: "条目"
41+
other: "条目"
3742
any: "任何"
3843
blank_slate:
3944
content: "暂时还没有%{resource_name}."
40-
link: "新建一个"
45+
link: "新建一个"
46+
batch_actions:
47+
button_label: "批处理"
48+
delete_confirmation: "你确定要删除所有%{plural_model}? 如果执行,将不可恢复."
49+
succesfully_destroyed:
50+
one: "成功删除 1 %{model}"
51+
other: "成功删除 %{count} %{plural_model}"
52+
selection_toggle_explanation: "(切换选择)"
53+
link: "新建一个"
54+
action_label: "%{title} 被选中"
55+
labels:
56+
destroy: "删除"
57+
comments:
58+
body: "内容"
59+
author: "作者"
60+
title: "评论"
61+
add: "添加评论"
62+
resource: "资源"
63+
no_comments_yet: "暂时没有评论"
64+
title_content: "(%{count})条评论"
65+
errors:
66+
empty_text: "评论保存失败,内空不能为空."

0 commit comments

Comments
 (0)