Browse Source

i18n: update chinese (#9139)

pull/9142/head
ChasLui 5 months ago committed by GitHub
parent
commit
fd579da9cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 226
      packages/nc-gui/lang/zh-Hans.json

226
packages/nc-gui/lang/zh-Hans.json

@ -39,61 +39,61 @@
}
},
"aggregation": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Avg",
"median": "Median",
"std_dev": "Std dev",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Empty",
"percent_filled": "Filled",
"percent_unique": "Unique",
"count_unique": "Unique",
"count_empty": "Empty",
"count_filled": "Filled",
"earliest_date": "Min date",
"latest_date": "Max date",
"date_range": "Range",
"month_range": "Range",
"checked": "Checked",
"unchecked": "Unchecked",
"percent_checked": "Checked",
"percent_unchecked": "Unchecked",
"attachment_size": "Size",
"sum": "求和",
"count": "计数",
"min": "最小",
"max": "最大",
"avg": "平均",
"median": "中位数",
"std_dev": "标准偏差",
"histogram": "直方图",
"range": "范围",
"percent_empty": "",
"percent_filled": "填充",
"percent_unique": "唯一",
"count_unique": "唯一",
"count_empty": "",
"count_filled": "填充",
"earliest_date": "最小日期",
"latest_date": "最大日期",
"date_range": "日期范围",
"month_range": "月范围",
"checked": "选中",
"unchecked": "未选中",
"percent_checked": "选中",
"percent_unchecked": "未选中",
"attachment_size": "大小",
"none": "None"
},
"aggregation_type": {
"sum": "Sum",
"count": "Count",
"min": "Min",
"max": "Max",
"avg": "Average",
"median": "Median",
"std_dev": "Standard Deviation",
"histogram": "Histogram",
"range": "Range",
"percent_empty": "Percent Empty",
"percent_filled": "Percent Filled",
"percent_unique": "Percent Unique",
"count_unique": "Unique",
"sum": "求和",
"count": "计数",
"min": "最小",
"max": "最大",
"avg": "平均",
"median": "中位数",
"std_dev": "标准偏差",
"histogram": "直方图",
"range": "范围",
"percent_empty": "空值百分比",
"percent_filled": "填充百分比",
"percent_unique": "去重百分比",
"count_unique": "去重",
"count_empty": "空的",
"count_filled": "Filled",
"earliest_date": "Earliest Date",
"latest_date": "Latest Date",
"count_filled": "填充",
"earliest_date": "最早日期",
"latest_date": "最新日期",
"date_range": "日期范围",
"month_range": "月份范围",
"checked": "选中",
"unchecked": "未选中",
"percent_checked": "Percent Checked",
"percent_unchecked": "Percent Unchecked",
"attachment_size": "Attachment Size",
"percent_checked": "已检查百分比",
"percent_unchecked": "未检查的百分比",
"attachment_size": "附件大小",
"none": "None"
},
"general": {
"addLookupField": "Add {count} lookup fields",
"addLookupField": "添加{count}个查找字段",
"role": "角色",
"general": "通用",
"quit": "退出",
@ -123,7 +123,7 @@
"cancel": "取消",
"null": "Null",
"escape": "Escape",
"hex": "Hex",
"hex": "十六进制",
"clear": "清空",
"slack": "Slack",
"comment": "评论",
@ -143,7 +143,7 @@
"code": "代码",
"duplicate": "复制",
"duplicating": "复制",
"duplicateEntity": "Duplicate {entity}",
"duplicateEntity": "重复{entity}",
"activate": "激活",
"action": "操作",
"insert": "插入",
@ -154,11 +154,11 @@
"bulkUpdate": "批量更新",
"deleting": "删除中",
"update": "更新",
"updating": "Updating",
"updating": "更新",
"rename": "重命名",
"renameEntity": "Rename {entity}",
"renameEntity": "重命名{entity}",
"reload": "重新加载",
"refresh": "Refresh",
"refresh": "刷新",
"reset": "重置",
"install": "安装",
"show": "显示",
@ -215,9 +215,9 @@
"betaNote": "此功能仍在测试中。",
"moreInfo": "点击此处了解更多信息。",
"logs": "日志",
"groupingField": "Stack by field",
"insertAfter": "Insert right",
"insertBefore": "Insert left",
"groupingField": "按字段堆栈",
"insertAfter": "插入右侧",
"insertBefore": "插入左边",
"insertAbove": "将上方内容插入",
"insertBelow": "将下方内容插入",
"hideField": "隐藏字段",
@ -265,16 +265,16 @@
"apply": "应用",
"text": "文本",
"appearance": "外观",
"now": "Now",
"now": "现在",
"set": "Set",
"format": "Format",
"colour": "Colour",
"format": "格式化",
"colour": "颜色",
"use": "Use",
"stack": "Stack",
"ipAddress": "IP Address"
"ipAddress": "IP 地址"
},
"objects": {
"files": "files",
"files": "文件",
"owner": "所有者",
"member": "成员",
"day": "日",
@ -291,8 +291,8 @@
"fields": "字段",
"column": "列",
"columns": "列",
"cell": "Cell",
"cells": "Cells",
"cell": "单元格",
"cells": "单元格",
"page": "页",
"pages": "页",
"record": "记录",
@ -390,9 +390,9 @@
"isNotNull": "不为空(Not Null)"
},
"title": {
"webcam": "Webcam",
"uploadViaUrl": "Upload via URL",
"localFiles": "Local Files",
"webcam": "网络摄像头",
"uploadViaUrl": "通过URL上传",
"localFiles": "本地文件",
"renameBase": "重命名项目",
"renameWorkspace": "重命名工作区",
"renamingWorkspace": "工作区重命名中",
@ -466,7 +466,7 @@
"uiACL": "UI 访问控制",
"metaOperations": "元数据操作",
"audit": "审计",
"auditLogs": "Audit Logs",
"auditLogs": "审计日志",
"sqlMigrations": "SQL 迁移",
"dbCredentials": "数据库链接凭证",
"advancedParameters": "SSL 和高级参数",
@ -519,38 +519,38 @@
"noOptionsFound": "未找到选项",
"surveyFormSubmitConfirmMsg": "您确定要提交吗?",
"noResultsMatchedYourSearch": "您的搜索没有任何匹配结果",
"looksLikeThisStackIsEmpty": "Looks like this stack does not have any records"
"looksLikeThisStackIsEmpty": "看起来这个堆栈没有任何记录"
},
"labels": {
"changeDisplayValueField": "Change display value field",
"selectYourNewTitleFor": "Select your new display value field for ",
"searchDisplayValue": "Select display value field",
"changeTitleField": "Change title field",
"clearAll": "Clear all",
"addNewLookupHelperText1": "Lookup fields show data from linked records. Select specific fields from ",
"addNewLookupHelperText2": " table to add them as Lookup fields in this table.",
"formatting": "Formatting",
"selectAFormatType": "- -Select a formt type (optional)- -",
"formatType": "Format type",
"toUpload": "to upload",
"dragFilesHere": "drag files here",
"browseFiles": "browse files",
"clickTo": "Click to",
"allowAccessToYourCamera": "Please allow access to your camera",
"openFile": "Open file",
"enterValidUrl": "Enter a valid URL to upload files",
"addFilesFromUrl": "Add files from URL",
"uploading": "Uploading",
"changeDisplayValueField": "更改显示值字段",
"selectYourNewTitleFor": "选择您的新显示值字段为 ",
"searchDisplayValue": "选择显示数值字段",
"changeTitleField": "更改标题字段",
"clearAll": "清除所有",
"addNewLookupHelperText1": "查找字段显示来自关联记录的数据。从中选择特定字段 ",
"addNewLookupHelperText2": " 将它们添加为此表中的查找字段。",
"formatting": "格式化",
"selectAFormatType": "- -选择一个格式类型(可选)- -",
"formatType": "格式类型",
"toUpload": "上传",
"dragFilesHere": "将文件拖到这里",
"browseFiles": "浏览文件",
"clickTo": "点击以",
"allowAccessToYourCamera": "请允许访问您的摄像头",
"openFile": "打开文件",
"enterValidUrl": "输入有效的 URL 以上传文件",
"addFilesFromUrl": "从 URL 添加文件",
"uploading": "上传",
"dropHere": "拖放到此处",
"addMore": "Add more",
"clearAllFiles": "Clear all files",
"notRecommended": "Not recommended",
"allowMetaWrite": "Allow Schema Edit",
"allowDataWrite": "Allow Data Edit",
"selectView": "Select a View",
"addMore": "添加更多",
"clearAllFiles": "清除所有文件",
"notRecommended": "不推荐",
"allowMetaWrite": "允许模式编辑",
"allowDataWrite": "允许编辑数据",
"selectView": "选择视图",
"connectionDetails": "链接明细",
"metaSync": "元同步",
"mention": "Mention",
"mention": "提及",
"today": "今天",
"workspace": "工作区",
"txt": "TXT 记录值",
@ -586,7 +586,7 @@
"userOptions": "用户选项",
"deleteThisOrganization": "删除该组织",
"dangerZone": "危险区",
"childView": "Child View",
"childView": "子视图",
"selectYear": "选择年份",
"save": "保存",
"cancel": "取消",
@ -837,7 +837,7 @@
"noAccess": "无权访问",
"restApis": "重置API",
"apis": "APIs",
"apiSnippet": "API Snippets",
"apiSnippet": "API代码片段",
"includeData": "包括数据",
"includeView": "包括查看",
"includeWebhook": "包括 Webhook",
@ -866,16 +866,16 @@
"limitOptions": "限制选项",
"limitOptionsSubtext": "限制用户可见",
"clearSelection": "清除选择",
"displayAsProgress": "Display as progress",
"relationType": "Relation type",
"showThousandsSeparator": "Show thousands separator",
"signUpForFree": "Sign up for free",
"coverImageField": "Cover image field",
"fitImage": "Fit image",
"coverImageArea": "Cover image"
"displayAsProgress": "显示为进度",
"relationType": "关系类型",
"showThousandsSeparator": "显示千位分隔符",
"signUpForFree": "免费注册",
"coverImageField": "封面图片字段",
"fitImage": "适配图像",
"coverImageArea": "封面图片"
},
"activity": {
"hideWeekends": "Hide weekends",
"hideWeekends": "隐藏周末",
"renameBase": "重命名项目",
"renameWorkspace": "重命名工作区",
"deactivate": "取消激活",
@ -1114,7 +1114,7 @@
},
"toggleMobileMode": "切换移动模式",
"startCommenting": "开始评论",
"noCommentsYet": "No comments yet!",
"noCommentsYet": "还没有评论!",
"clearForm": "清除表单",
"addFieldFromFormView": "添加字段",
"selectAllFields": "选择所有字段",
@ -1129,11 +1129,11 @@
"group": "分组"
},
"tooltip": {
"schemaChangeDisabled": "Schema editing is disabled for this data source.",
"typeNotAllowed": "This datatype is not allowed.",
"dataWriteOptionDisabled": "Data editing can only be disabled when 'Schema editing' is also disabled.",
"allowMetaWrite": "This option allows modification of database schema, including adding, altering, or deleting tables and columns. Use with caution, as changes may impact the structural integrity of your database.",
"allowDataWrite": "This option allows create, update, or delete of records within database tables. Ideal for administrative users need to change data directly.",
"schemaChangeDisabled": "此数据源已禁用模式编辑。",
"typeNotAllowed": "此数据类型不允许。",
"dataWriteOptionDisabled": "数据编辑只有在“模式编辑”也被禁用时才能被禁用。",
"allowMetaWrite": "此选项允许修改数据库架构,包括添加、更改或删除表和列。请谨慎使用,因为更改可能会影响数据库的结构完整性。",
"allowDataWrite": "此选项允许在数据库表中创建、更新或删除记录。适用于需要直接更改数据的管理用户。",
"reachedSourceLimit": "暂时只限于一个数据源",
"saveChanges": "保存更改",
"xcDB": "新建项目",
@ -1165,7 +1165,7 @@
"changeIconColour": "更改图标颜色",
"preFillFormInfo": "要获取预填的链接,请确保您已填写表单视图生成器中的必填字段。",
"surveyFormInfo": "单页单表单字段模式",
"useFieldEditMenuToConfigFieldType": "Use field edit menu for type conversions after file is imported"
"useFieldEditMenuToConfigFieldType": "在导入文件后,使用字段编辑菜单进行类型转换。"
},
"placeholder": {
"selectSlackChannels": "选择 Slack 频道",
@ -1179,7 +1179,7 @@
"projName": "输入项目名称",
"selectGroupField": "选择分组字段",
"selectGroupFieldNotFound": "没有可用的单选字段,请先创建。",
"selectCoverImageField": "Select a cover image field",
"selectCoverImageField": "选择封面图片字段",
"selectGeoField": "选择地理数据字段",
"notSelected": "未选择",
"selectGeoFieldNotFound": "未找到 GeoData 字段。请先创建一个。",
@ -1222,7 +1222,7 @@
"searchOptions": "搜索选项"
},
"msg": {
"formulaNotSupported": "This function is unavailable for your database",
"formulaNotSupported": "此功能对您的数据库不可用",
"controlOrgAppearance": "控制您的组织名称和外观。",
"addCompanyDomains": "添加公司域,限制不需要的用户访问。",
"restrictUsersFromSharing": "限制用户公开共享项目 。",
@ -1236,7 +1236,7 @@
"thisSharedViewIsProtected": "此共享视图受到保护",
"successfullySubmittedFormData": "成功提交表格数据",
"formViewNotSupportedOnMobile": "移动设备上不支持表单视图",
"calendarViewNotSupportedOnMobile": "Calendar view is not supported on mobile",
"calendarViewNotSupportedOnMobile": "移动设备不支持日历视图",
"newFormWillBeLoaded": "新表格将在 {seconds} 秒后加载",
"optimizedQueryDisabled": "优化查询已禁用",
"optimizedQueryEnabled": "已启用优化查询",
@ -1321,7 +1321,7 @@
"selectFieldToSort": "选择要排序的字段",
"selectFieldToGroup": "选择要分组的字段",
"thereAreNoRecordsInTable": "表中没有记录",
"noRecordsAvailForLinking": "No records are currently available for linking",
"noRecordsAvailForLinking": "目前没有可用于链接的记录",
"createWebhookMsg1": "开始使用Web Hooks!",
"createWebhookMsg2": "数据变更自动发送通知",
"areYouSureUWantTo": "您确定要删除以下内容",
@ -1358,7 +1358,7 @@
}
},
"info": {
"schemaReadOnly": "Schema alterations are disabled for this source",
"schemaReadOnly": "此源的模式更改已禁用",
"enterWorkspaceName": "输入工作区名称",
"enterBaseName": "输入项目名称",
"idpPaste": "将此URL粘贴到您的身份提供商后台",
@ -1536,7 +1536,7 @@
"preventHideAllOptions": "必填项不能为空"
},
"error": {
"errorLoadingRecord": "Error loading record data",
"errorLoadingRecord": "加载记录数据时出错",
"fetchingCalendarData": "获取日历数据时出错",
"fetchingActiveDates": "获取活动日期时出错",
"scopesRequired": "范围不能为空",

Loading…
Cancel
Save