Skip to content

Commit 3809ca9

Browse files
committed
Add zh-CN locale
1 parent ca7d286 commit 3809ca9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config/locales/zh-CN.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
zh-CN:
2+
active_admin:
3+
import: "导入"
4+
do_import: "导入"
5+
active_admin_import:
6+
file_error: "导入错误: %{message}"
7+
file_format_error: "请您上传 CSV 格式的文件"
8+
file_empty_error: "您上传的文件为空"
9+
no_file_error: "请您选择要上传的文件"
10+
details: "请您选择要上传的文件"
11+
imported:
12+
one: "成功导入 1 份%{model}"
13+
other: "成功导入 %{count} 份%{plural_model}"
14+
failed:
15+
one: "未能导入 1 份%{model}: %{message}"
16+
other: "未能导入 %{count} 份%{plural_model}: %{message}"
17+
import_model: "导入%{plural_model}"
18+
import_btn: "导入"
19+
import_btn_disabled: "请稍等..."

0 commit comments

Comments
 (0)