From 297aefcd470772c7e9c402a0209a9649b58b605a Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 31 Jan 2019 16:44:02 -0500 Subject: [PATCH] Update translations --- config/locales/client.zh_CN.yml | 19 +++++++++++++++++++ config/locales/server.nl.yml | 4 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 1d8d78b..517637e 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -13,13 +13,32 @@ zh_CN: explorer: title: "数据查看" create: "创建新的" + description_placeholder: "在此键入描述" + import: + label: "导入" schema: filter: "搜索" + type_help: "类型" types: bool: + 'yes': "是" + 'no': "否" null_: "空" export: "导出" + save: "保存更改" + undo: "放弃更改" edit: "编辑" delete: "删除" download_json: "JSON" download_csv: "CSV" + result_count: + other: "%{count}结果" + max_result_count: + other: "显示前%{count}个结果。" + query_description: "描述" + query_time: "最后运行" + query_user: "创建于" + save_params: "设置为默认" + reset_params: "重置" + search_placeholder: "搜索……" + no_search_results: "抱歉,我们找不到符合你文本的结果。" diff --git a/config/locales/server.nl.yml b/config/locales/server.nl.yml index bb31021..39283bd 100644 --- a/config/locales/server.nl.yml +++ b/config/locales/server.nl.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -nl: {} +nl: + site_settings: + data_explorer_enabled: "De Data Explorer bij /admin/plugins/explorer inschakelen."