silverstripe-cms/client/lang/zh.js

54 lines
3.5 KiB
JavaScript
Raw Normal View History

2016-05-12 05:37:09 +02:00
// This file was generated by silverstripe/cow from client/lang/src/zh.js.
2015-08-24 06:29:40 +02:00
// See https://github.com/tractorcow/cow for details
2016-05-12 05:37:09 +02:00
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
2014-03-31 03:23:47 +02:00
} else {
2016-05-12 05:37:09 +02:00
ss.i18n.addDictionary('zh', {
"AssetAdmin.BATCHACTIONSDELETECONFIRM": "是否确定删除 %s 个文件夹?",
"AssetAdmin.ConfirmDelete": "是否确定删除该文件夹以及所有包含的文件?",
"AssetTableField.MOVING": "正在移动 %s 文件",
"AssetTableField.REALLYDELETE": "是否确定删除标记的文件?",
"CMSMAIN.ALERTCLASSNAME": "将在页面保存后上传页面类型",
"CMSMAIN.AddSearchCriteria": "添加标准",
2014-03-31 03:23:47 +02:00
"CMSMAIN.CANTADDCHILDREN": "您无法将儿童添加至所选节点",
2016-05-12 05:37:09 +02:00
"CMSMAIN.DELETINGPAGES": "正在删除页面...",
2014-05-13 01:13:44 +02:00
"CMSMAIN.ERRORADDINGPAGE": "错误添加页面",
2016-05-12 05:37:09 +02:00
"CMSMAIN.ERRORDELETINGPAGES": "删除页面时出错",
2014-05-13 01:13:44 +02:00
"CMSMAIN.ERRORFILTERPAGES": "无法过滤树形结构,以便仅显示已更改页面<br />%s",
2016-05-12 05:37:09 +02:00
"CMSMAIN.ERRORPUBLISHING": "错误发布页面",
"CMSMAIN.ERRORREVERTING": "返回至实时内容的错误",
2014-05-13 01:13:44 +02:00
"CMSMAIN.ERRORUNFILTER": "未经过滤的树形结构",
2016-05-12 05:37:09 +02:00
"CMSMAIN.FILTEREDTREE": "已对树形结构进行过滤,进而可以仅显示更改过的页面",
"CMSMAIN.PUBLISHING": "正在发布...",
2014-03-31 03:23:47 +02:00
"CMSMAIN.PUBLISHINGPAGES": "正在发布页面...",
2014-05-13 01:13:44 +02:00
"CMSMAIN.REALLYDELETEPAGES": "是否确定删除 %s 标记的页面?",
"CMSMAIN.RESTORING": "正在恢复...",
"CMSMAIN.SAVING": "正在保存...",
"CMSMAIN.SELECTMOREPAGES": "您选择了 %s 个页面。\n\n是否确定执行该操作",
2016-05-12 05:37:09 +02:00
"CMSMAIN.SELECTONEPAGE": "请至少选择 1 个页面。",
2014-05-13 01:13:44 +02:00
"CMSMAIN.URLSEGMENTVALIDATION": "URL 仅能由字母、数字和连字符组成。",
2016-05-12 05:37:09 +02:00
"CMSMAIN.WARNINGSAVEPAGESBEFOREADDING": "将儿童添加在下面之前,您必须保存一个页面",
"CMSMain.Archive": "Are you sure you want to archive this page and all of its children pages?\n\nThis page and all of its children will be unpublished and sent to the archive.",
"CMSMain.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
"CMSMain.DeleteFromDraft": "Are you sure you want to remove your page from the draft site?\n\nThis page will remain on the published site.",
"CMSMain.Restore": "Are you sure you want to restore this page from archive?",
"CMSMain.RestoreToRoot": "Are you sure you want to restore this page from archive?\n\nBecause the parent page is not available this will be restored to the top level.",
"CMSMain.RollbackToVersion": "是否确定回滚至该页面的第 #%s 版?",
"CMSMain.Unpublish": "Are you sure you want to remove your page from the published site?\n\nThis page will still be available in the sitetree as draft.",
2014-03-31 03:23:47 +02:00
"Folder.Name": "文件夹名称",
"Tree.AddSubPage": "在此添加新页面",
2014-05-13 01:13:44 +02:00
"Tree.Duplicate": "复制",
"Tree.EditPage": "编辑",
"Tree.ShowAsList": "将儿童显示为列表",
2016-05-12 05:37:09 +02:00
"Tree.ThisPageAndSubpages": "本页和子页面",
"Tree.ThisPageOnly": "仅该页",
2016-09-23 04:02:58 +02:00
"Tree.ViewPage": "View",
2016-05-12 05:37:09 +02:00
"URLSEGMENT.Cancel": "取消",
2014-05-13 01:13:44 +02:00
"URLSEGMENT.Edit": "编辑",
"URLSEGMENT.OK": "确定",
2016-05-12 05:37:09 +02:00
"URLSEGMENT.UpdateURL": "Update URL",
"WidgetAreaEditor.TOOMANY": "对不起,该区域的小工具数量已经达到最大数量"
2014-03-31 03:23:47 +02:00
});
2016-01-21 02:22:35 +01:00
}