Files
NodeBB/public/language/ko/admin/appearance/customise.json

16 lines
1.1 KiB
JSON
Raw Normal View History

2016-12-01 19:27:52 -07:00
{
2018-03-18 09:26:18 +00:00
"custom-css": "사용자 정의 CSS/LESS ",
"custom-css.description": "사용자 정의 CSS/LESS 코드를 입력하세요. 모든 스타일 다음에 적용됩니다.",
"custom-css.enable": "사용자 정의 CSS/LESS 활성화",
2016-12-01 19:27:52 -07:00
2018-03-18 09:26:18 +00:00
"custom-js": "사용자 정의 javascript",
2018-05-24 09:29:28 +00:00
"custom-js.description": "자신의 javascript를 넣으세요. 페이지 로딩이 완료된 후 실행될 것입니다.",
"custom-js.enable": "사용자 javascript 활성화",
2017-11-29 09:25:43 +00:00
2017-06-13 09:25:08 +00:00
"custom-header": "사용자 정의 헤더",
2019-06-06 09:26:45 +00:00
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup. Script tags are allowed, but are discouraged, as the <a href=\"#custom-js\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
2017-06-13 09:25:08 +00:00
"custom-header.enable": "사용자 정의 헤더 허용",
2017-05-31 09:22:56 +00:00
2017-06-16 09:25:06 +00:00
"custom-css.livereload": "실시간 새로 고침 허용",
"custom-css.livereload.description": "세이브를 누를 때마다 당신의 계정에 속한 디바이스의 모든 세션들이 새로고침 되게 하시려면 이것을 활성화하세요."
2016-12-01 19:27:52 -07:00
}