discourse-data-explorer/config/locales/client.zh_CN.yml

64 lines
2.1 KiB
YAML
Raw Normal View History

2020-08-05 09:25:51 -04:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2017-12-07 17:54:31 -05:00
#
# To work with us on translations, join this project:
2020-08-05 09:25:51 -04:00
# https://translate.discourse.org/
2017-12-07 17:54:31 -05:00
2018-04-24 10:32:08 -04:00
zh_CN:
js:
errors:
explorer:
2019-06-17 13:57:46 -04:00
no_semicolons: "从查询中移除分号"
2018-04-24 10:32:08 -04:00
dirty: "运行 query 之前必须先保存 query"
explorer:
2019-06-17 13:57:46 -04:00
admins_only: "数据探索器仅admin可用。"
2020-02-25 10:33:22 -05:00
allow_groups: "允许群组访问此查询"
2018-04-24 10:32:08 -04:00
title: "数据查看"
create: "创建新的"
2019-06-17 13:57:46 -04:00
create_placeholder: "查询名称..."
2019-01-31 16:44:02 -05:00
description_placeholder: "在此键入描述"
import:
label: "导入"
2019-06-17 13:57:46 -04:00
modal: "导入一个查询"
2018-04-24 10:32:08 -04:00
schema:
2019-06-17 13:57:46 -04:00
title: "数据库结构"
2018-04-24 10:32:08 -04:00
filter: "搜索"
2019-06-17 13:57:46 -04:00
sensitive: "此列的内容可能含有敏感的或隐私的信息。请谨慎使用此列的内容。"
2019-01-31 16:44:02 -05:00
type_help: "<a href='http://www.postgresql.org/docs/9.3/static/datatype.html#DATATYPE-TABLE' target='_blank'>类型</a>"
2018-04-24 10:32:08 -04:00
types:
bool:
2020-08-05 09:25:51 -04:00
yes: "是"
no: "否"
2018-04-24 10:32:08 -04:00
null_: "空"
export: "导出"
2019-01-31 16:44:02 -05:00
save: "保存更改"
2019-06-17 13:57:46 -04:00
saverun: "保存更改并运行"
2019-05-30 11:31:55 -04:00
run: "运行"
2019-01-31 16:44:02 -05:00
undo: "放弃更改"
2018-04-24 10:32:08 -04:00
edit: "编辑"
delete: "删除"
2019-06-17 13:57:46 -04:00
recover: "恢复删除的查询"
2018-04-24 10:32:08 -04:00
download_json: "JSON"
download_csv: "CSV"
2019-06-17 13:57:46 -04:00
others_dirty: "查询包含未保存的更改,如果您离开,这些更改将会丢失。"
2020-06-24 11:41:20 -04:00
run_time: "在%{value}ms内完成了查询"
2019-01-31 16:44:02 -05:00
result_count:
other: "%{count}结果"
max_result_count:
other: "显示前%{count}个结果。"
2019-06-17 13:57:46 -04:00
query_name: "查询"
2019-10-10 11:26:02 -04:00
query_groups: "群组"
2020-02-25 10:33:22 -05:00
link: "连接到"
report_name: "报告"
2019-01-31 16:44:02 -05:00
query_description: "描述"
query_time: "最后运行"
query_user: "创建于"
2020-06-24 11:41:20 -04:00
column: "列 %{number}"
2019-06-17 13:57:46 -04:00
explain_label: "包括查询计划?"
2019-01-31 16:44:02 -05:00
save_params: "设置为默认"
reset_params: "重置"
search_placeholder: "搜索……"
no_search_results: "抱歉,我们找不到符合你文本的结果。"
2019-10-10 11:26:02 -04:00
group:
reports: "报告"