Skip to content

Commit c8602c1

Browse files
committed
New translations server.en.yml (Chinese Simplified)
1 parent 5856d95 commit c8602c1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config/locales/server.zh.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zh-TW:
1+
zh-CN:
22
admin:
33
wizard:
44
submission:
@@ -14,7 +14,7 @@ zh-TW:
1414
name_invalid: "'%{name}' is not a valid custom field name"
1515
name_too_short: "'%{name}' is too short for a custom field name (min length is #{min_length})"
1616
name_already_taken: "'%{name}' is already taken as a custom field name"
17-
save_default: "Failed to save custom field '%{name}'"
17+
save_default: "保存自定义字段“%{name}”失败"
1818
field:
1919
too_short: "%{label} must be at least %{min} characters"
2020
too_long: "%{label} must not be more than %{max} characters"
@@ -27,26 +27,26 @@ zh-TW:
2727
no_skip: "Wizard can't be skipped"
2828
export:
2929
error:
30-
select_one: "Please select at least one valid wizard"
30+
select_one: "请选择至少一个有效向导"
3131
invalid_wizards: "No valid wizards selected"
3232
import:
3333
error:
34-
no_file: "No file selected"
35-
file_large: "File too large"
36-
invalid_json: "File is not a valid json file"
34+
no_file: "未选中任何文件"
35+
file_large: "文件过大"
36+
invalid_json: "文件不是一个有效的 json 文件"
3737
destroy:
3838
error:
39-
no_template: No template found
40-
default: Error destroying wizard
39+
no_template: 没有找到模板
40+
default: 销毁向导时出错
4141
validation:
4242
required: "%{property} is required"
43-
conflict: "Wizard with id '%{wizard_id}' already exists"
44-
after_signup: "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled."
43+
conflict: "Id 为 %{wizard_id} 的向导已存在"
44+
after_signup: "您只能有一个“注册即导向”型的向导。Id为 %{wizard_id} 的向导已启用该特性。"
4545
after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard."
4646
after_time: "After time setting is invalid."
4747
liquid_syntax_error: "Liquid syntax error in %{attribute}: %{message}"
4848
site_settings:
49-
custom_wizard_enabled: "Enable custom wizards."
49+
custom_wizard_enabled: "启用自定义向导。"
5050
wizard_redirect_exclude_paths: "Routes excluded from wizard redirects."
5151
wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview"
5252
wizard_apis_enabled: "Enable API features (experimental)."

0 commit comments

Comments
 (0)