]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/liststyle/lang/ko.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / liststyle / lang / ko.js
CommitLineData
3332bebe 1/*\r
317f8f8f 2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3332bebe
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'ko', {\r
6 armenian: '아르메니아 숫자',\r
7 bulletedTitle: '순서 없는 목록 속성',\r
8 circle: '원',\r
9 decimal: '수 (1, 2, 3, 등)',\r
10 decimalLeadingZero: '0이 붙은 수 (01, 02, 03, 등)',\r
11 disc: '내림차순',\r
12 georgian: '그루지야 숫자 (an, ban, gan, 등)',\r
13 lowerAlpha: '영소문자 (a, b, c, d, e, 등)',\r
14 lowerGreek: '그리스 소문자 (alpha, beta, gamma, 등)',\r
15 lowerRoman: '로마 소문자 (i, ii, iii, iv, v, 등)',\r
16 none: '없음',\r
17 notset: '<설정 없음>',\r
18 numberedTitle: '순서 있는 목록 속성',\r
19 square: '사각',\r
20 start: '시작',\r
21 type: '유형',\r
22 upperAlpha: '영대문자 (A, B, C, D, E, 등)',\r
23 upperRoman: '로마 대문자 (I, II, III, IV, V, 등)',\r
24 validateStartNumber: '목록 시작 숫자는 정수여야 합니다.'\r
25} );\r