From d085175d6fe9fc00f39f01abc8667d280f66fa81 Mon Sep 17 00:00:00 2001 From: navi Date: Thu, 1 Dec 2022 17:12:23 +0000 Subject: [PATCH] New translations en.json (Chinese Simplified) --- packages/nc-gui/lang/zh-Hans.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/lang/zh-Hans.json b/packages/nc-gui/lang/zh-Hans.json index 3258330208..d9061db04d 100644 --- a/packages/nc-gui/lang/zh-Hans.json +++ b/packages/nc-gui/lang/zh-Hans.json @@ -69,7 +69,12 @@ "betaNote": "此功能仍在测试中。", "moreInfo": "点击此处了解更多信息。", "logs": "日志", - "groupingField": "分组字段" + "groupingField": "分组字段", + "insertAfter": "Insert After", + "insertBefore": "Insert Before", + "hideField": "Hide Field", + "sortAsc": "Sort Ascending", + "sortDesc": "Sort Descending" }, "objects": { "project": "项目", @@ -199,7 +204,8 @@ "quickImportFrom": "快速导入从", "quickImport": "快速导入", "advancedSettings": "高级设置", - "codeSnippet": "代码片段" + "codeSnippet": "代码片段", + "keyboardShortcut": "Keyboard Shortcuts" }, "labels": { "createdBy": "Created By", @@ -496,6 +502,7 @@ } }, "info": { + "pasteNotSupported": "Paste operation is not supported on the active cell", "roles": { "orgCreator": "Creator can create new projects and access any invited project.", "orgViewer": "Viewer is not allowed to create new projects but they can access any invited project." @@ -613,7 +620,9 @@ "deleteViewConfirmation": "您确定要删除此视图?", "deleteTableConfirmation": "您想要删除该表吗?", "showM2mTables": "Show M2M Tables", - "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack." + "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.", + "computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure", + "computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content." }, "error": { "searchProject": "搜索: {search} 没有发现匹配的结果",