silverstripe-cms/client/lang/ja.js

18 lines
948 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/ja.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
}
} else {
2016-05-12 05:37:09 +02:00
ss.i18n.addDictionary('ja', {
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": "このページのみ"
2013-12-19 18:05:19 +01:00
});
2016-01-21 02:22:35 +01:00
}