@ckeditor/ckeditor5-list 34.2.0 → 35.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/CHANGELOG.md +272 -0
  2. package/build/list.js +1 -1
  3. package/build/translations/ar.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -0
  6. package/build/translations/ca.js +1 -0
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/et.js +1 -1
  9. package/build/translations/fi.js +1 -1
  10. package/build/translations/fr.js +1 -1
  11. package/build/translations/he.js +1 -1
  12. package/build/translations/hi.js +1 -1
  13. package/build/translations/hu.js +1 -1
  14. package/build/translations/id.js +1 -1
  15. package/build/translations/ja.js +1 -1
  16. package/build/translations/ko.js +1 -1
  17. package/build/translations/lt.js +1 -1
  18. package/build/translations/lv.js +1 -1
  19. package/build/translations/ms.js +1 -0
  20. package/build/translations/nl.js +1 -1
  21. package/build/translations/no.js +1 -1
  22. package/build/translations/pl.js +1 -1
  23. package/build/translations/pt.js +1 -1
  24. package/build/translations/ro.js +1 -1
  25. package/build/translations/ru.js +1 -1
  26. package/build/translations/sv.js +1 -1
  27. package/build/translations/th.js +1 -0
  28. package/build/translations/tr.js +1 -1
  29. package/build/translations/uk.js +1 -1
  30. package/build/translations/vi.js +1 -1
  31. package/build/translations/zh.js +1 -1
  32. package/lang/translations/ar.po +25 -25
  33. package/lang/translations/bg.po +25 -25
  34. package/lang/translations/bn.po +125 -0
  35. package/lang/translations/ca.po +125 -0
  36. package/lang/translations/da.po +24 -24
  37. package/lang/translations/et.po +24 -24
  38. package/lang/translations/fi.po +25 -25
  39. package/lang/translations/fr.po +4 -4
  40. package/lang/translations/he.po +24 -24
  41. package/lang/translations/hi.po +4 -4
  42. package/lang/translations/hu.po +15 -15
  43. package/lang/translations/id.po +17 -17
  44. package/lang/translations/ja.po +25 -25
  45. package/lang/translations/ko.po +24 -24
  46. package/lang/translations/lt.po +25 -25
  47. package/lang/translations/lv.po +17 -17
  48. package/lang/translations/ms.po +125 -0
  49. package/lang/translations/nl.po +20 -20
  50. package/lang/translations/no.po +24 -24
  51. package/lang/translations/pl.po +24 -24
  52. package/lang/translations/pt.po +25 -25
  53. package/lang/translations/ro.po +4 -4
  54. package/lang/translations/ru.po +13 -13
  55. package/lang/translations/sv.po +25 -25
  56. package/lang/translations/th.po +125 -0
  57. package/lang/translations/tr.po +24 -24
  58. package/lang/translations/uk.po +17 -17
  59. package/lang/translations/vi.po +24 -24
  60. package/lang/translations/zh.po +4 -4
  61. package/package.json +38 -37
  62. package/src/listproperties/listpropertiesui.js +10 -3
@@ -30,96 +30,96 @@ msgstr "רשימת מטלות"
30
30
 
31
31
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
32
  msgid "Bulleted list styles toolbar"
33
- msgstr ""
33
+ msgstr "סרגל כלים של סגנונות רשימה עם תבליטים"
34
34
 
35
35
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
36
  msgid "Numbered list styles toolbar"
37
- msgstr ""
37
+ msgstr "סרגל כלים של סגנונות רשימה ממוספרת"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
41
- msgstr ""
41
+ msgstr "החלף מצב סגנון רשימת דיסקות"
42
42
 
43
43
  msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
44
  msgid "Toggle the circle list style"
45
- msgstr ""
45
+ msgstr "החלף מצב סגנון רשימת מעגלים"
46
46
 
47
47
  msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
48
  msgid "Toggle the square list style"
49
- msgstr ""
49
+ msgstr "החלף מצב סגנון רשימת ריבועים"
50
50
 
51
51
  msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
52
  msgid "Toggle the decimal list style"
53
- msgstr ""
53
+ msgstr "החלף מצב סגנון רשימה עשרונית"
54
54
 
55
55
  msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
56
  msgid "Toggle the decimal with leading zero list style"
57
- msgstr ""
57
+ msgstr "החלף מצב סגנון רשימה עשרונית עם אפס מוביל"
58
58
 
59
59
  msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
60
  msgid "Toggle the lower–roman list style"
61
- msgstr ""
61
+ msgstr "החלף מצב סגנון רשימה עם ספרות רומיות קטנות"
62
62
 
63
63
  msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
64
  msgid "Toggle the upper–roman list style"
65
- msgstr ""
65
+ msgstr "החלף מצב סגנון רשימה עם ספרות רומיות גדולות"
66
66
 
67
67
  msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
68
  msgid "Toggle the lower–latin list style"
69
- msgstr ""
69
+ msgstr "החלף מצב סגנון רשימה עם אותיות לטיניות קטנות"
70
70
 
71
71
  msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
72
  msgid "Toggle the upper–latin list style"
73
- msgstr ""
73
+ msgstr "החלף מצב סגנון רשימה עם אותיות לטיניות גדולות"
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
77
- msgstr ""
77
+ msgstr "עיגול מלא"
78
78
 
79
79
  msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
80
  msgid "Circle"
81
- msgstr ""
81
+ msgstr "עיגול"
82
82
 
83
83
  msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
84
  msgid "Square"
85
- msgstr ""
85
+ msgstr "ריבוע"
86
86
 
87
87
  msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
88
  msgid "Decimal"
89
- msgstr ""
89
+ msgstr "עשרונית"
90
90
 
91
91
  msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
92
  msgid "Decimal with leading zero"
93
- msgstr ""
93
+ msgstr "עשרונית עם אפס מוביל"
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
97
- msgstr ""
97
+ msgstr "אותיות רומיות קטנות"
98
98
 
99
99
  msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
100
  msgid "Upper-roman"
101
- msgstr ""
101
+ msgstr "אותיות רומיות גדולות"
102
102
 
103
103
  msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
104
  msgid "Lower-latin"
105
- msgstr ""
105
+ msgstr "אותיות לטיניות קטנות"
106
106
 
107
107
  msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
108
  msgid "Upper-latin"
109
- msgstr ""
109
+ msgstr "אותיות לטיניות גדולות"
110
110
 
111
111
  msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
112
112
  msgid "List properties"
113
- msgstr ""
113
+ msgstr "אפשרויות רשימה"
114
114
 
115
115
  msgctxt "The label of the input allowing to change the start index of a numbered list."
116
116
  msgid "Start at"
117
- msgstr ""
117
+ msgstr "התחל ב-"
118
118
 
119
119
  msgctxt "The error message displayed when the numbered list start index input value is invalid."
120
120
  msgid "Start index must be greater than 0."
121
- msgstr ""
121
+ msgstr "אינדקס ההתחלה חייב להיות גדול מ-0."
122
122
 
123
123
  msgctxt "The label of the switch button that reverses the order of the numbered list."
124
124
  msgid "Reversed order"
125
- msgstr ""
125
+ msgstr "סדר הפוך"
@@ -110,16 +110,16 @@ msgstr "Upper-latin"
110
110
 
111
111
  msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
112
112
  msgid "List properties"
113
- msgstr ""
113
+ msgstr "प्रॉपर्टीज़ को लिस्ट करें"
114
114
 
115
115
  msgctxt "The label of the input allowing to change the start index of a numbered list."
116
116
  msgid "Start at"
117
- msgstr ""
117
+ msgstr "शुरू करे इस पर"
118
118
 
119
119
  msgctxt "The error message displayed when the numbered list start index input value is invalid."
120
120
  msgid "Start index must be greater than 0."
121
- msgstr ""
121
+ msgstr "स्टार्ट इंडेक्स 0 से अधिक होना चाहिए."
122
122
 
123
123
  msgctxt "The label of the switch button that reverses the order of the numbered list."
124
124
  msgid "Reversed order"
125
- msgstr ""
125
+ msgstr "रिवर्स किया गया क्रम"
@@ -30,47 +30,47 @@ msgstr "Tennivaló lista"
30
30
 
31
31
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
32
  msgid "Bulleted list styles toolbar"
33
- msgstr ""
33
+ msgstr "Felsorolásos lista stílusú eszköztár"
34
34
 
35
35
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
36
  msgid "Numbered list styles toolbar"
37
- msgstr ""
37
+ msgstr "Számozott lista stílusú eszköztár"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
41
- msgstr ""
41
+ msgstr "Korong stílusú lista bekapcsolása"
42
42
 
43
43
  msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
44
  msgid "Toggle the circle list style"
45
- msgstr ""
45
+ msgstr "Kör stílusú lista bekapcsolása"
46
46
 
47
47
  msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
48
  msgid "Toggle the square list style"
49
- msgstr ""
49
+ msgstr "Négyzet stílusú lista bekapcsolása"
50
50
 
51
51
  msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
52
  msgid "Toggle the decimal list style"
53
- msgstr ""
53
+ msgstr "Tizedesjegy stílusú lista bekapcsolása"
54
54
 
55
55
  msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
56
  msgid "Toggle the decimal with leading zero list style"
57
- msgstr ""
57
+ msgstr "Zéróval kezdődő tizedesjegy stílusú lista bekapcsolása"
58
58
 
59
59
  msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
60
  msgid "Toggle the lower–roman list style"
61
- msgstr ""
61
+ msgstr "Kis római számok stílusú lista bekapcsolása"
62
62
 
63
63
  msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
64
  msgid "Toggle the upper–roman list style"
65
- msgstr ""
65
+ msgstr "Nagy római számok stílusú lista bekapcsolása"
66
66
 
67
67
  msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
68
  msgid "Toggle the lower–latin list style"
69
- msgstr ""
69
+ msgstr "Kis latin betűs stílusú lista bekapcsolása"
70
70
 
71
71
  msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
72
  msgid "Toggle the upper–latin list style"
73
- msgstr ""
73
+ msgstr "Nagy latin betűs stílusú lista bekapcsolása"
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
@@ -110,16 +110,16 @@ msgstr "Nagybetűs latin szám"
110
110
 
111
111
  msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
112
112
  msgid "List properties"
113
- msgstr ""
113
+ msgstr "Lista tulajdonságai"
114
114
 
115
115
  msgctxt "The label of the input allowing to change the start index of a numbered list."
116
116
  msgid "Start at"
117
- msgstr ""
117
+ msgstr "Kezdőpont"
118
118
 
119
119
  msgctxt "The error message displayed when the numbered list start index input value is invalid."
120
120
  msgid "Start index must be greater than 0."
121
- msgstr ""
121
+ msgstr "A kezdő index nagyobb kell legyen mint 0."
122
122
 
123
123
  msgctxt "The label of the switch button that reverses the order of the numbered list."
124
124
  msgid "Reversed order"
125
- msgstr ""
125
+ msgstr "Fordított sorrend"
@@ -38,39 +38,39 @@ msgstr "Bilah alat gaya daftar angka"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
41
- msgstr ""
41
+ msgstr "Alihkan gaya daftar disc"
42
42
 
43
43
  msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
44
  msgid "Toggle the circle list style"
45
- msgstr ""
45
+ msgstr "Alihkan gaya daftar circle"
46
46
 
47
47
  msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
48
  msgid "Toggle the square list style"
49
- msgstr ""
49
+ msgstr "Alihkan gaya daftar square"
50
50
 
51
51
  msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
52
  msgid "Toggle the decimal list style"
53
- msgstr ""
53
+ msgstr "Alihkan gaya daftar decimal"
54
54
 
55
55
  msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
56
  msgid "Toggle the decimal with leading zero list style"
57
- msgstr ""
57
+ msgstr "Alihkan gaya daftar decimal with leading zero"
58
58
 
59
59
  msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
60
  msgid "Toggle the lower–roman list style"
61
- msgstr ""
61
+ msgstr "Alihkan gaya daftar lower–roman"
62
62
 
63
63
  msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
64
  msgid "Toggle the upper–roman list style"
65
- msgstr ""
65
+ msgstr "Alihkan gaya daftar upper–roman"
66
66
 
67
67
  msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
68
  msgid "Toggle the lower–latin list style"
69
- msgstr ""
69
+ msgstr "Alihkan gaya daftar lower–latin"
70
70
 
71
71
  msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
72
  msgid "Toggle the upper–latin list style"
73
- msgstr ""
73
+ msgstr "Alihkan gaya daftar upper–latin"
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
@@ -94,32 +94,32 @@ msgstr "Desimal dengan awalan nol"
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
97
- msgstr ""
97
+ msgstr "Lower–roman"
98
98
 
99
99
  msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
100
  msgid "Upper-roman"
101
- msgstr ""
101
+ msgstr "Upper-roman"
102
102
 
103
103
  msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
104
  msgid "Lower-latin"
105
- msgstr ""
105
+ msgstr "Lower-latin"
106
106
 
107
107
  msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
108
  msgid "Upper-latin"
109
- msgstr ""
109
+ msgstr "Upper-latin"
110
110
 
111
111
  msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
112
112
  msgid "List properties"
113
- msgstr ""
113
+ msgstr "Properti daftar"
114
114
 
115
115
  msgctxt "The label of the input allowing to change the start index of a numbered list."
116
116
  msgid "Start at"
117
- msgstr ""
117
+ msgstr "Mulai dari"
118
118
 
119
119
  msgctxt "The error message displayed when the numbered list start index input value is invalid."
120
120
  msgid "Start index must be greater than 0."
121
- msgstr ""
121
+ msgstr "Indeks awal harus lebih besar dari 0."
122
122
 
123
123
  msgctxt "The label of the switch button that reverses the order of the numbered list."
124
124
  msgid "Reversed order"
125
- msgstr ""
125
+ msgstr "Urutan terbalik"
@@ -26,100 +26,100 @@ msgstr "箇条書きリスト"
26
26
 
27
27
  msgctxt "Toolbar button tooltip for the To-do List feature."
28
28
  msgid "To-do List"
29
- msgstr ""
29
+ msgstr "やることリスト"
30
30
 
31
31
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
32
  msgid "Bulleted list styles toolbar"
33
- msgstr ""
33
+ msgstr "箇条書きリストスタイルのツールバー"
34
34
 
35
35
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
36
  msgid "Numbered list styles toolbar"
37
- msgstr ""
37
+ msgstr "番号付きリストスタイルのツールバー"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
41
- msgstr ""
41
+ msgstr "黒い丸リストスタイルを切り替える"
42
42
 
43
43
  msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
44
  msgid "Toggle the circle list style"
45
- msgstr ""
45
+ msgstr "白い丸リストスタイルを切り替える"
46
46
 
47
47
  msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
48
  msgid "Toggle the square list style"
49
- msgstr ""
49
+ msgstr "黒い四角リストスタイルを切り替える"
50
50
 
51
51
  msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
52
  msgid "Toggle the decimal list style"
53
- msgstr ""
53
+ msgstr "10進数リストスタイルを切り替える"
54
54
 
55
55
  msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
56
  msgid "Toggle the decimal with leading zero list style"
57
- msgstr ""
57
+ msgstr "10進数の数値の前に0がつくリストスタイルを切り替える"
58
58
 
59
59
  msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
60
  msgid "Toggle the lower–roman list style"
61
- msgstr ""
61
+ msgstr "小文字ローマ数字リストスタイルを切り替える"
62
62
 
63
63
  msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
64
  msgid "Toggle the upper–roman list style"
65
- msgstr ""
65
+ msgstr "大文字ローマ数字リストスタイルを切り替える"
66
66
 
67
67
  msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
68
  msgid "Toggle the lower–latin list style"
69
- msgstr ""
69
+ msgstr "小文字アルファベットリストスタイルを切り替える"
70
70
 
71
71
  msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
72
  msgid "Toggle the upper–latin list style"
73
- msgstr ""
73
+ msgstr "大文字アルファベットリストスタイルを切り替える"
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
77
- msgstr ""
77
+ msgstr "黒い丸"
78
78
 
79
79
  msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
80
  msgid "Circle"
81
- msgstr ""
81
+ msgstr "白い丸"
82
82
 
83
83
  msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
84
  msgid "Square"
85
- msgstr ""
85
+ msgstr "黒い四角"
86
86
 
87
87
  msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
88
  msgid "Decimal"
89
- msgstr ""
89
+ msgstr "10進数の数値"
90
90
 
91
91
  msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
92
  msgid "Decimal with leading zero"
93
- msgstr ""
93
+ msgstr "10進数の数値の前に0がつく"
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
97
- msgstr ""
97
+ msgstr "小文字ローマ数字"
98
98
 
99
99
  msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
100
  msgid "Upper-roman"
101
- msgstr ""
101
+ msgstr "大文字ローマ数字"
102
102
 
103
103
  msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
104
  msgid "Lower-latin"
105
- msgstr ""
105
+ msgstr "小文字アルファベット"
106
106
 
107
107
  msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
108
  msgid "Upper-latin"
109
- msgstr ""
109
+ msgstr "大文字アルファベット"
110
110
 
111
111
  msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
112
112
  msgid "List properties"
113
- msgstr ""
113
+ msgstr "リストのプロパティ"
114
114
 
115
115
  msgctxt "The label of the input allowing to change the start index of a numbered list."
116
116
  msgid "Start at"
117
- msgstr ""
117
+ msgstr "開始数字"
118
118
 
119
119
  msgctxt "The error message displayed when the numbered list start index input value is invalid."
120
120
  msgid "Start index must be greater than 0."
121
- msgstr ""
121
+ msgstr "開始インデックスは0より大きくなければいけません。"
122
122
 
123
123
  msgctxt "The label of the switch button that reverses the order of the numbered list."
124
124
  msgid "Reversed order"
125
- msgstr ""
125
+ msgstr "逆順"
@@ -30,96 +30,96 @@ msgstr "확인 목록"
30
30
 
31
31
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the bulleted list style."
32
32
  msgid "Bulleted list styles toolbar"
33
- msgstr ""
33
+ msgstr "글머리 기호 목록 스타일 도구 모음"
34
34
 
35
35
  msgctxt "The ARIA label of the toolbar displaying buttons allowing users to change the numbered list style."
36
36
  msgid "Numbered list styles toolbar"
37
- msgstr ""
37
+ msgstr "번호 목록 스타일 도구 모음"
38
38
 
39
39
  msgctxt "The ARIA label of the button that toggles the \"disc\" list style."
40
40
  msgid "Toggle the disc list style"
41
- msgstr ""
41
+ msgstr "흰 원형 목록 스타일 전환"
42
42
 
43
43
  msgctxt "The ARIA label of the button that toggles the \"circle\" list style."
44
44
  msgid "Toggle the circle list style"
45
- msgstr ""
45
+ msgstr "검은 원형 목록 스타일 전환"
46
46
 
47
47
  msgctxt "The ARIA label of the button that toggles the \"square\" list style."
48
48
  msgid "Toggle the square list style"
49
- msgstr ""
49
+ msgstr "검은 사각형 목록 스타일 전환"
50
50
 
51
51
  msgctxt "The ARIA label of the button that toggles the \"decimal\" list style."
52
52
  msgid "Toggle the decimal list style"
53
- msgstr ""
53
+ msgstr "십진수 목록 스타일 전환"
54
54
 
55
55
  msgctxt "The ARIA label of the button that toggles the \"decimal with leading zero\" list style."
56
56
  msgid "Toggle the decimal with leading zero list style"
57
- msgstr ""
57
+ msgstr "앞에 0이 붙는 십진수 목록 스타일 전환"
58
58
 
59
59
  msgctxt "The ARIA label of the button that toggles the \"lower–roman\" list style."
60
60
  msgid "Toggle the lower–roman list style"
61
- msgstr ""
61
+ msgstr "소문자 로마자 목록 스타일 전환"
62
62
 
63
63
  msgctxt "The ARIA label of the button that toggles the \"upper–roman\" list style."
64
64
  msgid "Toggle the upper–roman list style"
65
- msgstr ""
65
+ msgstr "대문자 로마자 목록 스타일 전환"
66
66
 
67
67
  msgctxt "The ARIA label of the button that toggles the \"lower–latin\" list style."
68
68
  msgid "Toggle the lower–latin list style"
69
- msgstr ""
69
+ msgstr "소문자 알파벳 목록 스타일 전환"
70
70
 
71
71
  msgctxt "The ARIA label of the button that toggles the \"upper–latin\" list style."
72
72
  msgid "Toggle the upper–latin list style"
73
- msgstr ""
73
+ msgstr "대문자 알파벳 목록 스타일 전환"
74
74
 
75
75
  msgctxt "The tooltip text of the button that toggles the \"disc\" list style."
76
76
  msgid "Disc"
77
- msgstr ""
77
+ msgstr "검은 원형"
78
78
 
79
79
  msgctxt "The tooltip text of the button that toggles the \"circle\" list style."
80
80
  msgid "Circle"
81
- msgstr ""
81
+ msgstr "흰 원형"
82
82
 
83
83
  msgctxt "The tooltip text of the button that toggles the \"square\" list style."
84
84
  msgid "Square"
85
- msgstr ""
85
+ msgstr "검은 사각형"
86
86
 
87
87
  msgctxt "The tooltip text of the button that toggles the \"decimal\" list style."
88
88
  msgid "Decimal"
89
- msgstr ""
89
+ msgstr "십진수"
90
90
 
91
91
  msgctxt "The tooltip text of the button that toggles the \"decimal with leading zero\" list style."
92
92
  msgid "Decimal with leading zero"
93
- msgstr ""
93
+ msgstr "앞에 0이 붙는 십진수"
94
94
 
95
95
  msgctxt "The tooltip text of the button that toggles the \"lower–roman\" list style."
96
96
  msgid "Lower–roman"
97
- msgstr ""
97
+ msgstr "소문자 로마자"
98
98
 
99
99
  msgctxt "The tooltip text of the button that toggles the \"upper–roman\" list style."
100
100
  msgid "Upper-roman"
101
- msgstr ""
101
+ msgstr "대문자 로마자"
102
102
 
103
103
  msgctxt "The tooltip text of the button that toggles the \"lower–latin\" list style."
104
104
  msgid "Lower-latin"
105
- msgstr ""
105
+ msgstr "소문자 알파벳"
106
106
 
107
107
  msgctxt "The tooltip text of the button that toggles the \"upper–latin\" list style."
108
108
  msgid "Upper-latin"
109
- msgstr ""
109
+ msgstr "대문자 알파벳"
110
110
 
111
111
  msgctxt "The label of the button that toggles the visibility of additional numbered list property UI fields."
112
112
  msgid "List properties"
113
- msgstr ""
113
+ msgstr "목록 속성"
114
114
 
115
115
  msgctxt "The label of the input allowing to change the start index of a numbered list."
116
116
  msgid "Start at"
117
- msgstr ""
117
+ msgstr "시작 번호"
118
118
 
119
119
  msgctxt "The error message displayed when the numbered list start index input value is invalid."
120
120
  msgid "Start index must be greater than 0."
121
- msgstr ""
121
+ msgstr "시작 번호는 0보다 커야 합니다."
122
122
 
123
123
  msgctxt "The label of the switch button that reverses the order of the numbered list."
124
124
  msgid "Reversed order"
125
- msgstr ""
125
+ msgstr "역순"