silverstripe-cms/client/lang/zh.js

18 lines
838 B
JavaScript
Raw Normal View History

2023-03-06 06:15:26 +01:00
// This file was generated by silverstripe/tx-translator from client/lang/src/zh.json.
// See https://github.com/silverstripe/silverstripe-tx-translator 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', {
2017-04-28 04:02:46 +02:00
"CMS.ALERTCLASSNAME": "将在页面保存后上传页面类型",
2017-05-03 07:17:51 +02:00
"CMS.AddSubPage": "在此添加新页面",
"CMS.Duplicate": "复制",
"CMS.EditPage": "编辑",
2017-04-28 04:02:46 +02:00
"CMS.RollbackToVersion": "是否确定回滚至该页面的第 #%s 版?",
"CMS.ShowAsList": "将儿童显示为列表",
"CMS.ThisPageAndSubpages": "本页和子页面",
2024-05-08 00:45:31 +02:00
"CMS.ThisPageOnly": "仅该页"
2014-03-31 03:23:47 +02:00
});
2016-01-21 02:22:35 +01:00
}