aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/ja.js
blob: eec8c95d79595f976b964dc7c708019315478232 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'liststyle', 'ja', {
	armenian: 'アルメニア数字',
	bulletedTitle: '箇条書きのプロパティ',
	circle: '白丸',
	decimal: '数字 (1, 2, 3, etc.)',
	decimalLeadingZero: '0付きの数字 (01, 02, 03, etc.)',
	disc: '黒丸',
	georgian: 'グルジア数字 (an, ban, gan, etc.)',
	lowerAlpha: '小文字アルファベット (a, b, c, d, e, etc.)',
	lowerGreek: '小文字ギリシャ文字 (alpha, beta, gamma, etc.)',
	lowerRoman: '小文字ローマ数字 (i, ii, iii, iv, v, etc.)',
	none: 'なし',
	notset: '<なし>',
	numberedTitle: '番号付きリストのプロパティ',
	square: '四角',
	start: '開始',
	type: '種類',
	upperAlpha: '大文字アルファベット (A, B, C, D, E, etc.)',
	upperRoman: '大文字ローマ数字 (I, II, III, IV, V, etc.)',
	validateStartNumber: 'リストの開始番号は数値で入力してください。'
} );