mirror of
https://github.com/strapi/strapi.git
synced 2025-10-18 19:43:22 +00:00
Merge pull request #3896 from binggg/patch-1
Add missing zh-Hans translations
This commit is contained in:
commit
a56ed83ed3
@ -1,11 +1,57 @@
|
||||
{
|
||||
"EditRelations.title": "关系数据",
|
||||
"models": "内容类型",
|
||||
"models.numbered": "内容类型({number})",
|
||||
"groups": "分组",
|
||||
"groups.numbered": "分组 ({number})",
|
||||
"EditRelations.title": "关联数据",
|
||||
"components.AddFilterCTA.add": "过滤器",
|
||||
"components.AddFilterCTA.hide": "过滤器",
|
||||
"components.DraggableAttr.edit": "点击以编辑",
|
||||
"components.EmptyAttributesBlock.button": "前往设置页面",
|
||||
"components.EmptyAttributesBlock.description": "您可以更改设置",
|
||||
"components.FieldItem.linkToGroupLayout": "Set the group's layout",
|
||||
"components.FilterOptions.FILTER_TYPES.=": "等于",
|
||||
"components.FilterOptions.FILTER_TYPES._contains": "包含",
|
||||
"components.FilterOptions.FILTER_TYPES._containss": "包含(区分大小写)",
|
||||
"components.FilterOptions.FILTER_TYPES._gt": "大于",
|
||||
"components.FilterOptions.FILTER_TYPES._gte": "大于等于",
|
||||
"components.FilterOptions.FILTER_TYPES._lt": "小于",
|
||||
"components.FilterOptions.FILTER_TYPES._lte": "小于等于",
|
||||
"components.FilterOptions.FILTER_TYPES._ne": "不等于",
|
||||
"components.FilterOptions.FILTER_TYPES._in": "包含在指定数组中",
|
||||
"components.FilterOptions.FILTER_TYPES._nin": "不包含在指定数组中",
|
||||
"components.FilterOptions.button.apply": "应用",
|
||||
"components.FiltersPickWrapper.PluginHeader.actions.apply": "应用",
|
||||
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "清除",
|
||||
"components.FiltersPickWrapper.PluginHeader.description": "设置过滤条件",
|
||||
"components.FiltersPickWrapper.PluginHeader.title.filter": "过滤器",
|
||||
"components.FiltersPickWrapper.hide": "隐藏",
|
||||
"components.Group.notification.info.minimum-requirement": "已在您的分组中添加一个字段,以满足最低要求",
|
||||
"components.Group.notification.info.maximum-requirement": "您已经达到最大字段数限制",
|
||||
"components.Group.empty.repeatable": "还没有实体。可以点击下面的按钮来添加一个",
|
||||
"components.Group.reset": "重置实体",
|
||||
"components.LimitSelect.itemsPerPage": "每页显示数目",
|
||||
"components.Search.placeholder": "搜索...",
|
||||
"components.TableDelete.delete": "刪除",
|
||||
"components.TableDelete.deleteSelected": "删除所选",
|
||||
"components.TableDelete.entries.plural": "已选取 {number} 个条目",
|
||||
"components.TableDelete.entries.singular": "已选取 {number} 个条目",
|
||||
"components.TableEmpty.withFilters": "找不到 {contentType} 按照过滤条件...",
|
||||
"components.TableEmpty.withSearch": "找不到 {contentType} 按照过滤条件: ({search})...",
|
||||
"components.TableEmpty.withoutFilter": "找不到 {contentType}...",
|
||||
|
||||
"containers.Edit.addAnItem": "新增关联...",
|
||||
"containers.Edit.pluginHeader.title.new": "创建实体",
|
||||
"containers.Edit.clickToJump": "跳转到该项内容",
|
||||
"containers.Edit.delete": "删除",
|
||||
"containers.Edit.editing": "编辑...",
|
||||
"containers.Edit.reset": "重置",
|
||||
"containers.Edit.returnList": "返回列表",
|
||||
"containers.Edit.seeDetails": "详细信息",
|
||||
"containers.Edit.submit": "保存",
|
||||
"containers.Edit.Link.Layout": "编辑布局",
|
||||
"containers.Edit.Link.Fields": "编辑字段",
|
||||
"containers.EditView.notification.errors": "表单包含一些错误",
|
||||
"containers.Home.introduction": "要编辑您的条目,请转到左边菜单中的特定链接。这个插件没有合适的方法来编辑设置,它仍然在积极的开发中。",
|
||||
"containers.Home.pluginHeaderDescription": "通过一个强大而漂亮的界面管理你的条目。",
|
||||
"containers.Home.pluginHeaderTitle": "内容管理器",
|
||||
@ -13,9 +59,31 @@
|
||||
"containers.List.errorFetchRecords": "错误",
|
||||
"containers.List.pluginHeaderDescription": "找到 {label} 条目",
|
||||
"containers.List.pluginHeaderDescription.singular": "找到 {label} 条目",
|
||||
"containers.SettingPage.editSettings.description": "Drag & drop the fields to build the layout",
|
||||
"containers.SettingPage.editSettings.title": "Edit — Settings",
|
||||
"containers.SettingPage.relations": "Relational fields",
|
||||
"containers.ListPage.displayedFields": "显示字段",
|
||||
"containers.SettingPage.addField": "新增字段",
|
||||
"containers.SettingPage.addRelationalField": "新增关联字段",
|
||||
"containers.SettingPage.attributes": "属性",
|
||||
"containers.SettingPage.attributes.description": "调整字段的顺序",
|
||||
"containers.SettingPage.editSettings.description": "拖拽字段来布局",
|
||||
"containers.SettingPage.editSettings.title": "编辑-设置",
|
||||
"containers.SettingPage.editSettings.entry.title": "实体的标题",
|
||||
"containers.SettingPage.editSettings.entry.title.description": "设置你的实体的显示字段",
|
||||
"containers.SettingPage.listSettings.description": "调整这个内容类型的的字段",
|
||||
"containers.SettingPage.listSettings.title": "列表 (设置)",
|
||||
"containers.SettingPage.pluginHeaderDescription": "调整这个内容类型的的显示设置",
|
||||
"containers.SettingPage.relations": "关联字段",
|
||||
"containers.SettingPage.settings": "设置",
|
||||
"containers.SettingPage.layout": "布局",
|
||||
"containers.EditView.Group.add.new": "新增一个实体",
|
||||
"containers.SettingViewModel.pluginHeader.title": "内容管理 - {name}",
|
||||
"containers.SettingsPage.Block.contentType.description": "调整指定内容类型的的字段",
|
||||
"containers.SettingsPage.Block.contentType.title": "内容类型",
|
||||
"containers.SettingsPage.Block.generalSettings.description": "调整内容类型的默认选项",
|
||||
"containers.SettingsPage.Block.generalSettings.title": "总览",
|
||||
"containers.SettingsPage.pluginHeaderDescription": "调整所有内容类型的的显示设置",
|
||||
"containers.SettingsView.list.title": "显示配置",
|
||||
"containers.SettingsView.list.subtitle": "配置您的内容类型和分组的布局和显示",
|
||||
|
||||
"emptyAttributes.button": "转到内容类型生成器",
|
||||
"emptyAttributes.description": "为你的内容类型添加第一个字段",
|
||||
"emptyAttributes.title": "还没有字段",
|
||||
@ -31,6 +99,7 @@
|
||||
"error.records.count": "获取记录数count时发生错误。",
|
||||
"error.records.fetch": "获取记录时发生错误。",
|
||||
"error.schema.generation": "Schema生成过程中发生错误。",
|
||||
"error.validation.json": "非法的JSON格式",
|
||||
"error.validation.max": "超过最大值",
|
||||
"error.validation.maxLength": "长度太长",
|
||||
"error.validation.min": "小于最小值",
|
||||
@ -38,17 +107,41 @@
|
||||
"error.validation.minSupMax": "最小值大于最大值。",
|
||||
"error.validation.regex": "格式错误",
|
||||
"error.validation.required": "必填项",
|
||||
"form.Input.description": "Description",
|
||||
"form.Input.description.placeholder": "Display name in the profile",
|
||||
"form.Input.editable": "Editable field",
|
||||
|
||||
"form.Input.bulkActions": "启用批量操作",
|
||||
"form.Input.defaultSort": "默认排序设置",
|
||||
"form.Input.description": "描述",
|
||||
"form.Input.description.placeholder": "资料中的显示名称",
|
||||
"form.Input.editable": "可编辑字段",
|
||||
"form.Input.filters": "应用过滤器",
|
||||
"form.Input.label": "标签",
|
||||
"form.Input.label.inputDescription": "这个标签会显示在表格的标题列名称",
|
||||
"form.Input.pageEntries": "每页条数",
|
||||
"form.Input.pageEntries.inputDescription": "备注:您可以在每个内容类型的设置页面覆盖这些设置。",
|
||||
"form.Input.placeholder": "占位符",
|
||||
"form.Input.placeholder.placeholder": "在文字框中显示提示信息",
|
||||
"form.Input.search": "启用搜索功能",
|
||||
"form.Input.search.field": "允许此字段可以被搜索",
|
||||
"form.Input.sort.field": "允许此字段可以被排序",
|
||||
"form.Input.wysiwyg": "显示为所见即所得模式",
|
||||
|
||||
"global.displayedFields": "显示的字段",
|
||||
|
||||
"notification.error.displayedFields": "您至少需要显示一个字段",
|
||||
"notification.error.relationship.fetch": "获取关联数据时发生错误",
|
||||
"notification.info.SettingPage.disableSort": "您至少需要允许一个字段可以被用來排序",
|
||||
"pageNotFound": "页面未找到",
|
||||
"plugin.description.long": "快速查看、编辑和删除数据库中的数据。",
|
||||
"plugin.description.short": "快速查看、编辑和删除数据库中的数据。",
|
||||
"popUpWarning.bodyMessage.contentType.delete": "确实要删除此条目吗?",
|
||||
"popUpWarning.bodyMessage.contentType.delete.all": "您确定要删除这些内容吗?",
|
||||
"popUpWarning.button.cancel": "取消",
|
||||
"popUpWarning.button.confirm": "确认",
|
||||
"popUpWarning.title": "请确认",
|
||||
"popUpWarning.warning.cancelAllSettings": "您确定要放弃修改?",
|
||||
"popUpWarning.warning.updateAllSettings": "这会修改您的设置",
|
||||
"success.record.delete": "删除",
|
||||
"success.record.save": "保存"
|
||||
"success.record.save": "保存",
|
||||
"notification.info.minimumFields": "您至少需要显示一个字段",
|
||||
"notification.upload.error": "上传文件时发生了错误"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user