silverstripe-cms/client/lang/ko.js

25 lines
1.5 KiB
JavaScript
Raw Normal View History

2017-07-03 07:17:41 +02:00
// This file was generated by silverstripe/cow from client/lang/src/ko.json.
2022-05-04 03:29:41 +02:00
// See https://github.com/silverstripe/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-11-08 05:06:10 +01:00
} else {
2016-05-12 05:37:09 +02:00
ss.i18n.addDictionary('ko', {
2017-04-28 04:02:46 +02:00
"CMS.ALERTCLASSNAME": "페이지 저장 후 페이지의 종류는 업데이트됩니다.",
2017-05-03 07:17:51 +02:00
"CMS.AddSubPage": "여기에 새 페이지를 추가하기",
2017-04-28 04:02:46 +02:00
"CMS.ConfirmRestoreFromLive": "Are you sure you want to revert draft to when the page was last published?",
2017-05-03 07:17:51 +02:00
"CMS.Duplicate": "중복",
"CMS.EditPage": "편집",
"CMS.ONLYSELECTTWO": "You can only compare two versions at this time.",
2017-04-28 04:02:46 +02:00
"CMS.Restore": "Are you sure you want to restore this page from archive?",
"CMS.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.",
"CMS.RollbackToVersion": "이 페이지의 #%s 버젼으로 롤백하시겠습니까?",
"CMS.ShowAsList": "하위 목록으로 표시",
"CMS.ThisPageAndSubpages": "이 페이지와 하위 페이지",
"CMS.ThisPageOnly": "이 페이지만",
2017-05-03 07:17:51 +02:00
"CMS.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.",
2017-04-28 04:02:46 +02:00
"CMS.UpdateURL": "Update URL",
2017-05-03 07:17:51 +02:00
"CMS.ViewPage": "View"
2014-11-08 05:06:10 +01:00
});
2016-01-21 02:22:35 +01:00
}