Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
New translations client.en.yml (Chinese Traditional)
Dieser Commit ist enthalten in:
Ursprung
af9c1ebed5
Commit
af77cdbefc
1 geänderte Dateien mit 174 neuen und 174 gelöschten Zeilen
|
@ -1,31 +1,31 @@
|
||||||
zh-CN:
|
zh-TW:
|
||||||
js:
|
js:
|
||||||
wizard:
|
wizard:
|
||||||
complete_custom: "Complete the {{name}}"
|
complete_custom: "Complete the {{name}}"
|
||||||
completed: "您已经完成了此向导。"
|
completed: "You have completed this wizard."
|
||||||
not_permitted: "您没有权限访问此向导。"
|
not_permitted: "You are not permitted to access this wizard."
|
||||||
none: "There is no wizard here."
|
none: "There is no wizard here."
|
||||||
return_to_site: "回到 {{siteName}}"
|
return_to_site: "Return to {{siteName}}"
|
||||||
requires_login: "您需要登录才能访问此向导。"
|
requires_login: "You need to be logged in to access this wizard."
|
||||||
reset: "Reset this wizard."
|
reset: "Reset this wizard."
|
||||||
step_not_permitted: "You're not permitted to view this step."
|
step_not_permitted: "You're not permitted to view this step."
|
||||||
incomplete_submission:
|
incomplete_submission:
|
||||||
title: "要从您于 %{date} 留下的填写记录继续吗?"
|
title: "Continue editing your draft submission from %{date}?"
|
||||||
resume: "继续上次填写"
|
resume: "Continue"
|
||||||
restart: "重新开始"
|
restart: "Start over"
|
||||||
x_characters:
|
x_characters:
|
||||||
other: "已输入 %{count} 个字符"
|
other: "%{count} Characters"
|
||||||
quit: "稍后再说"
|
quit: "Maybe Later"
|
||||||
done_custom: "完成"
|
done_custom: "Done"
|
||||||
back: "上一步"
|
back: "Back"
|
||||||
next: "下一步"
|
next: "Next"
|
||||||
step: "第 %{current}/%{total} 步"
|
step: "%{current} of %{total}"
|
||||||
upload: "上传"
|
upload: "Upload"
|
||||||
uploading: "上传中..."
|
uploading: "Uploading..."
|
||||||
upload_error: "抱歉,上传文件时出错。请重试。"
|
upload_error: "Sorry, there was an error uploading that file. Please try again."
|
||||||
wizard_composer:
|
wizard_composer:
|
||||||
show_preview: "预览效果"
|
show_preview: "Preview Post"
|
||||||
hide_preview: "编辑"
|
hide_preview: "Edit Post"
|
||||||
quote_post_title: "Quote whole post"
|
quote_post_title: "Quote whole post"
|
||||||
bold_label: "B"
|
bold_label: "B"
|
||||||
bold_title: "Strong"
|
bold_title: "Strong"
|
||||||
|
@ -35,7 +35,7 @@ zh-CN:
|
||||||
italic_text: "emphasized text"
|
italic_text: "emphasized text"
|
||||||
link_title: "Hyperlink"
|
link_title: "Hyperlink"
|
||||||
link_description: "enter link description here"
|
link_description: "enter link description here"
|
||||||
link_dialog_title: "插入超链接"
|
link_dialog_title: "Insert Hyperlink"
|
||||||
link_optional_text: "optional title"
|
link_optional_text: "optional title"
|
||||||
link_url_placeholder: "http://example.com"
|
link_url_placeholder: "http://example.com"
|
||||||
quote_title: "Blockquote"
|
quote_title: "Blockquote"
|
||||||
|
@ -43,127 +43,127 @@ zh-CN:
|
||||||
blockquote_text: "Blockquote"
|
blockquote_text: "Blockquote"
|
||||||
code_title: "Preformatted text"
|
code_title: "Preformatted text"
|
||||||
code_text: "indent preformatted text by 4 spaces"
|
code_text: "indent preformatted text by 4 spaces"
|
||||||
paste_code_text: "在此处输入或粘贴代码"
|
paste_code_text: "type or paste code here"
|
||||||
upload_title: "上传文件"
|
upload_title: "Upload"
|
||||||
upload_description: "enter upload description here"
|
upload_description: "enter upload description here"
|
||||||
olist_title: "编号列表"
|
olist_title: "Numbered List"
|
||||||
ulist_title: "Bulleted List"
|
ulist_title: "Bulleted List"
|
||||||
list_item: "列表项"
|
list_item: "List item"
|
||||||
toggle_direction: "Toggle Direction"
|
toggle_direction: "Toggle Direction"
|
||||||
help: "Markdown 编辑帮助"
|
help: "Markdown Editing Help"
|
||||||
collapse: "收起编辑器"
|
collapse: "minimize the composer panel"
|
||||||
abandon: "关闭编辑器、丢弃草稿"
|
abandon: "close composer and discard draft"
|
||||||
modal_ok: "好的"
|
modal_ok: "OK"
|
||||||
modal_cancel: "取消"
|
modal_cancel: "Cancel"
|
||||||
cant_send_pm: "抱歉,您无法给 %{username} 发消息。"
|
cant_send_pm: "Sorry, you can't send a message to %{username}."
|
||||||
yourself_confirm:
|
yourself_confirm:
|
||||||
title: "您是不是忘了添加接收人?"
|
title: "Did you forget to add recipients?"
|
||||||
body: "Right now this message is only being sent to yourself!"
|
body: "Right now this message is only being sent to yourself!"
|
||||||
realtime_validations:
|
realtime_validations:
|
||||||
similar_topics:
|
similar_topics:
|
||||||
insufficient_characters: "输入至少 5 个字符来开始寻找相似主题"
|
insufficient_characters: "Type a minimum 5 characters to start looking for similar topics"
|
||||||
insufficient_characters_categories: "输入至少 5 个字符来开始在 %{catLinks} 中寻找相似主题"
|
insufficient_characters_categories: "Type a minimum 5 characters to start looking for similar topics in %{catLinks}"
|
||||||
results: "您的主题类似于..."
|
results: "Your topic is similar to..."
|
||||||
no_results: "没有相似主题。"
|
no_results: "No similar topics."
|
||||||
loading: "正在寻找类似主题..."
|
loading: "Looking for similar topics..."
|
||||||
show: "显示"
|
show: "show"
|
||||||
admin_js:
|
admin_js:
|
||||||
admin:
|
admin:
|
||||||
wizard:
|
wizard:
|
||||||
label: "向导"
|
label: "Wizard"
|
||||||
nav_label: "向导"
|
nav_label: "Wizards"
|
||||||
select: "选择一个向导"
|
select: "Select a wizard"
|
||||||
create: "创建向导"
|
create: "Create Wizard"
|
||||||
name: "Name"
|
name: "Name"
|
||||||
name_placeholder: "wizard name"
|
name_placeholder: "wizard name"
|
||||||
background: "背景"
|
background: "Background"
|
||||||
background_placeholder: "#hex 值"
|
background_placeholder: "#hex"
|
||||||
save_submissions: "Save"
|
save_submissions: "Save"
|
||||||
save_submissions_label: "Save wizard submissions."
|
save_submissions_label: "Save wizard submissions."
|
||||||
multiple_submissions: "多次提交"
|
multiple_submissions: "Multiple"
|
||||||
multiple_submissions_label: "允许用户多次提交"
|
multiple_submissions_label: "Users can submit multiple times."
|
||||||
after_signup: "注册即引导"
|
after_signup: "Signup"
|
||||||
after_signup_label: "用户完成注册即引导至向导"
|
after_signup_label: "Users directed to wizard after signup."
|
||||||
after_time: "定时"
|
after_time: "Time"
|
||||||
after_time_label: "Users directed to wizard after start time:"
|
after_time_label: "Users directed to wizard after start time:"
|
||||||
after_time_time_label: "Start Time"
|
after_time_time_label: "Start Time"
|
||||||
after_time_modal:
|
after_time_modal:
|
||||||
title: "Wizard Start Time"
|
title: "Wizard Start Time"
|
||||||
date: "日期"
|
date: "Date"
|
||||||
time: "时间"
|
time: "Time"
|
||||||
done: "Set Time"
|
done: "Set Time"
|
||||||
clear: "Clear"
|
clear: "Clear"
|
||||||
required: "Required"
|
required: "Required"
|
||||||
required_label: "用户不能跳过该向导"
|
required_label: "Users cannot skip the wizard."
|
||||||
prompt_completion: "Prompt"
|
prompt_completion: "Prompt"
|
||||||
prompt_completion_label: "Prompt user to complete wizard."
|
prompt_completion_label: "Prompt user to complete wizard."
|
||||||
restart_on_revisit: "重新开始"
|
restart_on_revisit: "Restart"
|
||||||
restart_on_revisit_label: "Clear submissions on each visit."
|
restart_on_revisit_label: "Clear submissions on each visit."
|
||||||
resume_on_revisit: "Resume"
|
resume_on_revisit: "Resume"
|
||||||
resume_on_revisit_label: "Ask the user if they want to resume on each visit."
|
resume_on_revisit_label: "Ask the user if they want to resume on each visit."
|
||||||
theme_id: "主题"
|
theme_id: "Theme"
|
||||||
no_theme: "Select a Theme (optional)"
|
no_theme: "Select a Theme (optional)"
|
||||||
save: "保存更改"
|
save: "Save Changes"
|
||||||
remove: "删除向导"
|
remove: "Delete Wizard"
|
||||||
add: "添加"
|
add: "Add"
|
||||||
url: "Url"
|
url: "Url"
|
||||||
key: "Key"
|
key: "Key"
|
||||||
value: "值"
|
value: "Value"
|
||||||
profile: "个人资料"
|
profile: "profile"
|
||||||
translation: "译文"
|
translation: "Translation"
|
||||||
translation_placeholder: "键"
|
translation_placeholder: "key"
|
||||||
type: "类型"
|
type: "Type"
|
||||||
none: "Make a selection"
|
none: "Make a selection"
|
||||||
submission_key: 'submission key'
|
submission_key: 'submission key'
|
||||||
param_key: 'param'
|
param_key: 'param'
|
||||||
group: "Group"
|
group: "Group"
|
||||||
permitted: "Permitted"
|
permitted: "Permitted"
|
||||||
advanced: "高级设置"
|
advanced: "Advanced"
|
||||||
undo: "撤销"
|
undo: "Undo"
|
||||||
clear: "清除"
|
clear: "Clear"
|
||||||
select_type: "选择一个类型"
|
select_type: "Select a type"
|
||||||
condition: "条件"
|
condition: "Condition"
|
||||||
index: "Index"
|
index: "Index"
|
||||||
category_settings:
|
category_settings:
|
||||||
custom_wizard:
|
custom_wizard:
|
||||||
title: "自定义向导"
|
title: "Custom Wizard"
|
||||||
create_topic_wizard: "Select a wizard to replace the new topic composer in this category."
|
create_topic_wizard: "Select a wizard to replace the new topic composer in this category."
|
||||||
message:
|
message:
|
||||||
wizard:
|
wizard:
|
||||||
select: "选择或新建一个向导"
|
select: "Select a wizard, or create a new one"
|
||||||
edit: "您正在编辑一个向导"
|
edit: "You're editing a wizard"
|
||||||
create: "您正在新建一个向导"
|
create: "You're creating a new wizard"
|
||||||
documentation: "查阅向导配置文档"
|
documentation: "Check out the wizard documentation"
|
||||||
contact: "联系开发者"
|
contact: "Contact the developer"
|
||||||
field:
|
field:
|
||||||
type: "选择字段类型"
|
type: "Select a field type"
|
||||||
edit: "您正在编辑一个字段"
|
edit: "You're editing a field"
|
||||||
documentation: "查阅字段配置文档"
|
documentation: "Check out the field documentation"
|
||||||
action:
|
action:
|
||||||
type: "选择动作类型"
|
type: "Select an action type"
|
||||||
edit: "您正在编辑一个动作"
|
edit: "You're editing an action"
|
||||||
documentation: "查阅动作配置文档"
|
documentation: "Check out the action documentation"
|
||||||
custom_fields:
|
custom_fields:
|
||||||
create: "查看/创建/编辑/销毁自定义字段"
|
create: "View, create, edit and destroy custom fields"
|
||||||
saved: "已保存的自定义字段"
|
saved: "Saved custom field"
|
||||||
error: "Failed to save: {{messages}}"
|
error: "Failed to save: {{messages}}"
|
||||||
documentation: 查看自定义字段配置文档
|
documentation: Check out the custom field documentation
|
||||||
manager:
|
manager:
|
||||||
info: "导出、导入或销毁向导"
|
info: "Export, import or destroy wizards"
|
||||||
documentation: 查阅管理器帮助文档
|
documentation: Check out the manager documentation
|
||||||
none_selected: 请选择至少一个向导
|
none_selected: Please select atleast one wizard
|
||||||
no_file: 请选择要导入的文件
|
no_file: Please choose a file to import
|
||||||
file_size_error: 文件大小不得超过 512kb
|
file_size_error: The file size must be 512kb or less
|
||||||
file_format_error: 文件必须为 .json 文件
|
file_format_error: The file must be a .json file
|
||||||
server_error: "错误:{{message}}"
|
server_error: "Error: {{message}}"
|
||||||
importing: 正在导入向导...
|
importing: Importing wizards...
|
||||||
destroying: 正在销毁向导...
|
destroying: Destroying wizards...
|
||||||
import_complete: 导入完成
|
import_complete: Import complete
|
||||||
destroy_complete: 销毁完成
|
destroy_complete: Destruction complete
|
||||||
editor:
|
editor:
|
||||||
show: "显示"
|
show: "Show"
|
||||||
hide: "隐藏"
|
hide: "Hide"
|
||||||
preview: "{{action}} 预览"
|
preview: "{{action}} Preview"
|
||||||
popover: "{{action}} Fields"
|
popover: "{{action}} Fields"
|
||||||
input:
|
input:
|
||||||
conditional:
|
conditional:
|
||||||
|
@ -178,33 +178,33 @@ zh-CN:
|
||||||
selector:
|
selector:
|
||||||
label:
|
label:
|
||||||
text: "text"
|
text: "text"
|
||||||
wizard_field: "向导字段"
|
wizard_field: "wizard field"
|
||||||
wizard_action: "向导动作"
|
wizard_action: "wizard action"
|
||||||
user_field: "用户字段"
|
user_field: "user field"
|
||||||
user_field_options: "user field options"
|
user_field_options: "user field options"
|
||||||
user: "user"
|
user: "user"
|
||||||
category: "category"
|
category: "category"
|
||||||
tag: "tag"
|
tag: "tag"
|
||||||
group: "group"
|
group: "group"
|
||||||
list: "list"
|
list: "list"
|
||||||
custom_field: "自定义字段"
|
custom_field: "custom field"
|
||||||
value: "值"
|
value: "value"
|
||||||
placeholder:
|
placeholder:
|
||||||
text: "输入文本"
|
text: "Enter text"
|
||||||
property: "Select property"
|
property: "Select property"
|
||||||
wizard_field: "选择字段"
|
wizard_field: "Select field"
|
||||||
wizard_action: "选择动作"
|
wizard_action: "Select action"
|
||||||
user_field: "选择字段"
|
user_field: "Select field"
|
||||||
user_field_options: "选择字段"
|
user_field_options: "Select field"
|
||||||
user: "选择用户"
|
user: "Select user"
|
||||||
category: "Select category"
|
category: "Select category"
|
||||||
tag: "选择标签"
|
tag: "Select tag"
|
||||||
group: "选择群组"
|
group: "Select group"
|
||||||
list: "Enter item"
|
list: "Enter item"
|
||||||
custom_field: "选择字段"
|
custom_field: "Select field"
|
||||||
value: "Select value"
|
value: "Select value"
|
||||||
error:
|
error:
|
||||||
failed: "向导保存失败"
|
failed: "failed to save wizard"
|
||||||
required: "{{type}} requires {{property}}"
|
required: "{{type}} requires {{property}}"
|
||||||
invalid: "{{property}} is invalid"
|
invalid: "{{property}} is invalid"
|
||||||
dependent: "{{property}} is dependent on {{dependent}}"
|
dependent: "{{property}} is dependent on {{dependent}}"
|
||||||
|
@ -214,32 +214,32 @@ zh-CN:
|
||||||
header: "Steps"
|
header: "Steps"
|
||||||
title: "Title"
|
title: "Title"
|
||||||
banner: "Banner"
|
banner: "Banner"
|
||||||
description: "描述"
|
description: "Description"
|
||||||
required_data:
|
required_data:
|
||||||
label: "Required"
|
label: "Required"
|
||||||
not_permitted_message: "Message shown when required data not present"
|
not_permitted_message: "Message shown when required data not present"
|
||||||
permitted_params:
|
permitted_params:
|
||||||
label: "Params"
|
label: "Params"
|
||||||
force_final:
|
force_final:
|
||||||
label: "备选最终步骤"
|
label: "Conditional Final Step"
|
||||||
description: "Display this step as the final step if conditions on later steps have not passed when the user reaches this step."
|
description: "Display this step as the final step if conditions on later steps have not passed when the user reaches this step."
|
||||||
field:
|
field:
|
||||||
header: "字段"
|
header: "Fields"
|
||||||
label: "标签"
|
label: "Label"
|
||||||
description: "描述"
|
description: "Description"
|
||||||
image: "插图"
|
image: "Image"
|
||||||
image_placeholder: "Image url"
|
image_placeholder: "Image url"
|
||||||
required: "必填"
|
required: "Required"
|
||||||
required_label: "必须填写该字段"
|
required_label: "Field is Required"
|
||||||
min_length: "最短"
|
min_length: "Min Length"
|
||||||
min_length_placeholder: "最小字符数"
|
min_length_placeholder: "Minimum length in characters"
|
||||||
max_length: "最大长度"
|
max_length: "Max Length"
|
||||||
max_length_placeholder: "Maximum length in characters"
|
max_length_placeholder: "Maximum length in characters"
|
||||||
char_counter: "字符计数器"
|
char_counter: "Character Counter"
|
||||||
char_counter_placeholder: "显示字符计数"
|
char_counter_placeholder: "Display Character Counter"
|
||||||
field_placeholder: "Field Placeholder"
|
field_placeholder: "Field Placeholder"
|
||||||
file_types: "文件类型"
|
file_types: "File Types"
|
||||||
preview_template: "模板"
|
preview_template: "Template"
|
||||||
limit: "Limit"
|
limit: "Limit"
|
||||||
property: "Property"
|
property: "Property"
|
||||||
prefill: "Prefill"
|
prefill: "Prefill"
|
||||||
|
@ -268,18 +268,18 @@ zh-CN:
|
||||||
composer: Composer
|
composer: Composer
|
||||||
composer_preview: Composer Preview
|
composer_preview: Composer Preview
|
||||||
text_only: Text Only
|
text_only: Text Only
|
||||||
number: 数字
|
number: Number
|
||||||
checkbox: 勾选框
|
checkbox: Checkbox
|
||||||
url: Url
|
url: Url
|
||||||
upload: 上传文件
|
upload: Upload
|
||||||
dropdown: 下拉菜单
|
dropdown: Dropdown
|
||||||
tag: 标签
|
tag: Tag
|
||||||
category: 类别
|
category: Category
|
||||||
group: 群組
|
group: Group
|
||||||
user_selector: 用户选择器
|
user_selector: User Selector
|
||||||
date: 日期
|
date: Date
|
||||||
time: 时间
|
time: Time
|
||||||
date_time: 日期和时间
|
date_time: Date & Time
|
||||||
connector:
|
connector:
|
||||||
and: "and"
|
and: "and"
|
||||||
or: "or"
|
or: "or"
|
||||||
|
@ -294,14 +294,14 @@ zh-CN:
|
||||||
association: '→'
|
association: '→'
|
||||||
is: 'is'
|
is: 'is'
|
||||||
action:
|
action:
|
||||||
header: "动作"
|
header: "Actions"
|
||||||
include: "Include Fields"
|
include: "Include Fields"
|
||||||
title: "Title"
|
title: "Title"
|
||||||
post: "Post"
|
post: "Post"
|
||||||
topic_attr: "Topic Attribute"
|
topic_attr: "Topic Attribute"
|
||||||
interpolate_fields: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
|
interpolate_fields: "Insert wizard fields using the field_id in w{}. Insert user fields using field key in u{}."
|
||||||
run_after:
|
run_after:
|
||||||
label: "在...后运行"
|
label: "Run After"
|
||||||
wizard_completion: "Wizard Completion"
|
wizard_completion: "Wizard Completion"
|
||||||
custom_fields:
|
custom_fields:
|
||||||
label: "Custom"
|
label: "Custom"
|
||||||
|
@ -323,18 +323,18 @@ zh-CN:
|
||||||
open_composer:
|
open_composer:
|
||||||
label: "Open Composer"
|
label: "Open Composer"
|
||||||
update_profile:
|
update_profile:
|
||||||
label: "更新个人资料"
|
label: "Update Profile"
|
||||||
setting: "Fields"
|
setting: "Fields"
|
||||||
key: "field"
|
key: "field"
|
||||||
watch_categories:
|
watch_categories:
|
||||||
label: "关注类别"
|
label: "Watch Categories"
|
||||||
categories: "Categories"
|
categories: "Categories"
|
||||||
mute_remainder: "Mute Remainder"
|
mute_remainder: "Mute Remainder"
|
||||||
notification_level:
|
notification_level:
|
||||||
label: "通知级别"
|
label: "Notification Level"
|
||||||
regular: "Normal"
|
regular: "Normal"
|
||||||
watching: "关注"
|
watching: "Watching"
|
||||||
tracking: "跟踪"
|
tracking: "Tracking"
|
||||||
watching_first_post: "Watching First Post"
|
watching_first_post: "Watching First Post"
|
||||||
muted: "Muted"
|
muted: "Muted"
|
||||||
select_a_notification_level: "Select level"
|
select_a_notification_level: "Select level"
|
||||||
|
@ -344,11 +344,11 @@ zh-CN:
|
||||||
checkbox: "Post Builder"
|
checkbox: "Post Builder"
|
||||||
label: "Builder"
|
label: "Builder"
|
||||||
user_properties: "User Properties"
|
user_properties: "User Properties"
|
||||||
wizard_fields: "向导字段"
|
wizard_fields: "Wizard Fields"
|
||||||
wizard_actions: "向导动作"
|
wizard_actions: "Wizard Actions"
|
||||||
placeholder: "Insert wizard fields using the field_id in w{}. Insert user properties using property in u{}."
|
placeholder: "Insert wizard fields using the field_id in w{}. Insert user properties using property in u{}."
|
||||||
add_to_group:
|
add_to_group:
|
||||||
label: "添加到群组"
|
label: "Add to Group"
|
||||||
route_to:
|
route_to:
|
||||||
label: "Route To"
|
label: "Route To"
|
||||||
url: "Url"
|
url: "Url"
|
||||||
|
@ -362,7 +362,7 @@ zh-CN:
|
||||||
body: "Body"
|
body: "Body"
|
||||||
body_placeholder: "JSON"
|
body_placeholder: "JSON"
|
||||||
create_category:
|
create_category:
|
||||||
label: "创建类别"
|
label: "Create Category"
|
||||||
name: Name
|
name: Name
|
||||||
slug: Slug
|
slug: Slug
|
||||||
color: Color
|
color: Color
|
||||||
|
@ -370,7 +370,7 @@ zh-CN:
|
||||||
parent_category: Parent Category
|
parent_category: Parent Category
|
||||||
permissions: Permissions
|
permissions: Permissions
|
||||||
create_group:
|
create_group:
|
||||||
label: 创建群组
|
label: Create Group
|
||||||
name: Name
|
name: Name
|
||||||
full_name: Full Name
|
full_name: Full Name
|
||||||
title: Title
|
title: Title
|
||||||
|
@ -393,10 +393,10 @@ zh-CN:
|
||||||
select: "underscored_name"
|
select: "underscored_name"
|
||||||
type:
|
type:
|
||||||
label: "Type"
|
label: "Type"
|
||||||
select: "选择一个类型"
|
select: "Select a type"
|
||||||
string: "字符串"
|
string: "String"
|
||||||
integer: "整数"
|
integer: "Integer"
|
||||||
boolean: "布尔值"
|
boolean: "Boolean"
|
||||||
json: "JSON"
|
json: "JSON"
|
||||||
klass:
|
klass:
|
||||||
label: "Class"
|
label: "Class"
|
||||||
|
@ -415,35 +415,35 @@ zh-CN:
|
||||||
basic_group: "Group"
|
basic_group: "Group"
|
||||||
post: "Post"
|
post: "Post"
|
||||||
submissions:
|
submissions:
|
||||||
nav_label: "提交记录"
|
nav_label: "Submissions"
|
||||||
title: "{{name}} Submissions"
|
title: "{{name}} Submissions"
|
||||||
download: "下载"
|
download: "Download"
|
||||||
api:
|
api:
|
||||||
label: "API"
|
label: "API"
|
||||||
nav_label: 'APIs'
|
nav_label: 'APIs'
|
||||||
select: "选择 API"
|
select: "Select API"
|
||||||
create: "创建 API"
|
create: "Create API"
|
||||||
new: 'New API'
|
new: 'New API'
|
||||||
name: "Name (can't be changed)"
|
name: "Name (can't be changed)"
|
||||||
name_placeholder: 'Underscored'
|
name_placeholder: 'Underscored'
|
||||||
title: 'Title'
|
title: 'Title'
|
||||||
title_placeholder: 'Display name'
|
title_placeholder: 'Display name'
|
||||||
remove: '删除'
|
remove: 'Delete'
|
||||||
save: "保存"
|
save: "Save"
|
||||||
auth:
|
auth:
|
||||||
label: "Authorization"
|
label: "Authorization"
|
||||||
btn: 'Authorize'
|
btn: 'Authorize'
|
||||||
settings: "设置"
|
settings: "Settings"
|
||||||
status: "Status"
|
status: "Status"
|
||||||
redirect_uri: "Redirect url"
|
redirect_uri: "Redirect url"
|
||||||
type: 'Type'
|
type: 'Type'
|
||||||
type_none: '选择一个类型'
|
type_none: 'Select a type'
|
||||||
url: "Authorization url"
|
url: "Authorization url"
|
||||||
token_url: "Token url"
|
token_url: "Token url"
|
||||||
client_id: 'Client id'
|
client_id: 'Client id'
|
||||||
client_secret: 'Client secret'
|
client_secret: 'Client secret'
|
||||||
username: '用户名'
|
username: 'username'
|
||||||
password: '密码'
|
password: 'password'
|
||||||
params:
|
params:
|
||||||
label: 'Params'
|
label: 'Params'
|
||||||
new: 'New param'
|
new: 'New param'
|
||||||
|
@ -467,16 +467,16 @@ zh-CN:
|
||||||
log:
|
log:
|
||||||
label: "Logs"
|
label: "Logs"
|
||||||
log:
|
log:
|
||||||
nav_label: "日志"
|
nav_label: "Logs"
|
||||||
manager:
|
manager:
|
||||||
nav_label: 管理器
|
nav_label: Manager
|
||||||
title: 管理向导
|
title: Manage Wizards
|
||||||
export: 导出
|
export: Export
|
||||||
import: 导入
|
import: Import
|
||||||
imported: 已导入
|
imported: imported
|
||||||
upload: Select wizards.json
|
upload: Select wizards.json
|
||||||
destroy: 销毁
|
destroy: Destroy
|
||||||
destroyed: 已销毁的
|
destroyed: destroyed
|
||||||
wizard_js:
|
wizard_js:
|
||||||
group:
|
group:
|
||||||
select: "Select a group"
|
select: "Select a group"
|
||||||
|
@ -504,10 +504,10 @@ zh-CN:
|
||||||
title: "Longitude"
|
title: "Longitude"
|
||||||
desc: "e.g. 115.8626477"
|
desc: "e.g. 115.8626477"
|
||||||
country_code:
|
country_code:
|
||||||
title: "国家/地区"
|
title: "Country"
|
||||||
placeholder: "选择国家/地区"
|
placeholder: "Select a Country"
|
||||||
query:
|
query:
|
||||||
title: "地址"
|
title: "Address"
|
||||||
desc: "e.g. 42 Wallaby Way, Sydney."
|
desc: "e.g. 42 Wallaby Way, Sydney."
|
||||||
geo:
|
geo:
|
||||||
desc: "Locations provided by {{provider}}"
|
desc: "Locations provided by {{provider}}"
|
||||||
|
@ -521,6 +521,6 @@ zh-CN:
|
||||||
city: "Please enter a city, town or village."
|
city: "Please enter a city, town or village."
|
||||||
street: "Please enter a Number and Street."
|
street: "Please enter a Number and Street."
|
||||||
postalcode: "Please enter a Postal Code (Zip)."
|
postalcode: "Please enter a Postal Code (Zip)."
|
||||||
countrycode: "请选择国家/地区。"
|
countrycode: "Please select a country."
|
||||||
coordinates: "Please complete the set of coordinates."
|
coordinates: "Please complete the set of coordinates."
|
||||||
geo_location: "Search and select a result."
|
geo_location: "Search and select a result."
|
||||||
|
|
Laden …
In neuem Issue referenzieren