Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
New translations server.en.yml (Chinese Traditional)
Dieser Commit ist enthalten in:
Ursprung
bcc243ad27
Commit
6ca3f9347c
1 geänderte Dateien mit 11 neuen und 11 gelöschten Zeilen
|
@ -1,4 +1,4 @@
|
||||||
zh-CN:
|
zh-TW:
|
||||||
admin:
|
admin:
|
||||||
wizard:
|
wizard:
|
||||||
submission:
|
submission:
|
||||||
|
@ -14,7 +14,7 @@ zh-CN:
|
||||||
name_invalid: "'%{name}' is not a valid custom field name"
|
name_invalid: "'%{name}' is not a valid custom field name"
|
||||||
name_too_short: "'%{name}' is too short for a custom field name (min length is #{min_length})"
|
name_too_short: "'%{name}' is too short for a custom field name (min length is #{min_length})"
|
||||||
name_already_taken: "'%{name}' is already taken as a custom field name"
|
name_already_taken: "'%{name}' is already taken as a custom field name"
|
||||||
save_default: "保存自定义字段“%{name}”失败"
|
save_default: "Failed to save custom field '%{name}'"
|
||||||
field:
|
field:
|
||||||
too_short: "%{label} must be at least %{min} characters"
|
too_short: "%{label} must be at least %{min} characters"
|
||||||
too_long: "%{label} must not be more than %{max} characters"
|
too_long: "%{label} must not be more than %{max} characters"
|
||||||
|
@ -27,26 +27,26 @@ zh-CN:
|
||||||
no_skip: "Wizard can't be skipped"
|
no_skip: "Wizard can't be skipped"
|
||||||
export:
|
export:
|
||||||
error:
|
error:
|
||||||
select_one: "请选择至少一个有效向导"
|
select_one: "Please select at least one valid wizard"
|
||||||
invalid_wizards: "No valid wizards selected"
|
invalid_wizards: "No valid wizards selected"
|
||||||
import:
|
import:
|
||||||
error:
|
error:
|
||||||
no_file: "未选中任何文件"
|
no_file: "No file selected"
|
||||||
file_large: "文件过大"
|
file_large: "File too large"
|
||||||
invalid_json: "文件不是一个有效的 json 文件"
|
invalid_json: "File is not a valid json file"
|
||||||
destroy:
|
destroy:
|
||||||
error:
|
error:
|
||||||
no_template: 没有找到模板
|
no_template: No template found
|
||||||
default: 销毁向导时出错
|
default: Error destroying wizard
|
||||||
validation:
|
validation:
|
||||||
required: "%{property} is required"
|
required: "%{property} is required"
|
||||||
conflict: "Id 为 %{wizard_id} 的向导已存在"
|
conflict: "Wizard with id '%{wizard_id}' already exists"
|
||||||
after_signup: "您只能有一个“注册即导向”型的向导。Id为 %{wizard_id} 的向导已启用该特性。"
|
after_signup: "You can only have one 'after signup' wizard at a time. %{wizard_id} has 'after signup' enabled."
|
||||||
after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard."
|
after_signup_after_time: "You can't use 'after time' and 'after signup' on the same wizard."
|
||||||
after_time: "After time setting is invalid."
|
after_time: "After time setting is invalid."
|
||||||
liquid_syntax_error: "Liquid syntax error in %{attribute}: %{message}"
|
liquid_syntax_error: "Liquid syntax error in %{attribute}: %{message}"
|
||||||
site_settings:
|
site_settings:
|
||||||
custom_wizard_enabled: "启用自定义向导。"
|
custom_wizard_enabled: "Enable custom wizards."
|
||||||
wizard_redirect_exclude_paths: "Routes excluded from wizard redirects."
|
wizard_redirect_exclude_paths: "Routes excluded from wizard redirects."
|
||||||
wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview"
|
wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview"
|
||||||
wizard_apis_enabled: "Enable API features (experimental)."
|
wizard_apis_enabled: "Enable API features (experimental)."
|
||||||
|
|
Laden …
In neuem Issue referenzieren