@vtx/modals2 5.0.12 → 5.0.14

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 (144) hide show
  1. package/lib/_components/vm-card-statistics/index.less +27 -27
  2. package/lib/_components/vm-extra-tab/index.js +8 -0
  3. package/lib/_components/vm-extra-tab/style/index.less +1 -0
  4. package/lib/_components/vm-factor-list/index.less +11 -11
  5. package/lib/_components/vm-table/index.js +4 -4
  6. package/lib/_util/http.js +6 -0
  7. package/lib/index.js +2 -1
  8. package/lib/vtx-base-modal/Header/index.less +98 -98
  9. package/lib/vtx-base-modal/Tabs/index.less +31 -31
  10. package/lib/vtx-car-modal/components/Info/index.less +6 -6
  11. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -6
  12. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -6
  13. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -6
  14. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +5 -5
  15. package/lib/vtx-cp-modal/components/SyInfo/index.js +3 -0
  16. package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -66
  17. package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -16
  18. package/lib/vtx-restaurant-modal/config.js +52 -52
  19. package/lib/vtx-road-modal/components/BaseInfo/index.less +34 -31
  20. package/lib/vtx-road-modal/components/Statistical/index.less +32 -32
  21. package/lib/vtx-wr-modal/components/Base/Ptss.js +0 -6
  22. package/lib/vtx-wr-modal/components/Base/Sjjg.js +2 -5
  23. package/lib/vtx-wr-modal/components/Base/index.less +5 -10
  24. package/lib/vtx-wr-modal/components/Build/index.js +3 -2
  25. package/lib/vtx-wr-modal/components/Score/index.js +4 -4
  26. package/lib/vtx-wr-modal/index.js +15 -2
  27. package/lib/vtx-zf-modal/components/Base/index.js +244 -0
  28. package/lib/vtx-zf-modal/components/Base/index.less +105 -0
  29. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.d.ts +109 -0
  30. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.js +5 -0
  31. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.js.map +1 -0
  32. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/af.js +33 -0
  33. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ar.js +222 -0
  34. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ast.js +109 -0
  35. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/az.js +221 -0
  36. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bg.js +222 -0
  37. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bn.js +222 -0
  38. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bs.js +80 -0
  39. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ca.js +222 -0
  40. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/cs.js +222 -0
  41. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/da.js +222 -0
  42. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/de-ch.js +220 -0
  43. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/de.js +222 -0
  44. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/el.js +222 -0
  45. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en-au.js +222 -0
  46. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en-gb.js +215 -0
  47. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en.js +92 -0
  48. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/eo.js +120 -0
  49. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/es-co.js +36 -0
  50. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/es.js +222 -0
  51. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/et.js +222 -0
  52. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/eu.js +121 -0
  53. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fa.js +222 -0
  54. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fi.js +222 -0
  55. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fr.js +222 -0
  56. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/gl.js +222 -0
  57. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/gu.js +22 -0
  58. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/he.js +222 -0
  59. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hi.js +222 -0
  60. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hr.js +222 -0
  61. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hu.js +222 -0
  62. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/id.js +222 -0
  63. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/it.js +222 -0
  64. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ja.js +222 -0
  65. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/jv.js +106 -0
  66. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/kk.js +13 -0
  67. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/km.js +127 -0
  68. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/kn.js +121 -0
  69. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ko.js +222 -0
  70. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ku.js +219 -0
  71. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/lt.js +222 -0
  72. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/lv.js +222 -0
  73. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ms.js +222 -0
  74. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/nb.js +199 -0
  75. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ne.js +215 -0
  76. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/nl.js +222 -0
  77. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/no.js +222 -0
  78. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/oc.js +21 -0
  79. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pl.js +222 -0
  80. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pt-br.js +222 -0
  81. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pt.js +222 -0
  82. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ro.js +222 -0
  83. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ru.js +222 -0
  84. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/si.js +76 -0
  85. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sk.js +222 -0
  86. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sl.js +78 -0
  87. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sq.js +208 -0
  88. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sr-latn.js +222 -0
  89. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sr.js +222 -0
  90. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sv.js +222 -0
  91. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/th.js +222 -0
  92. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tk.js +220 -0
  93. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tr.js +222 -0
  94. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tt.js +170 -0
  95. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ug.js +205 -0
  96. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/uk.js +222 -0
  97. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ur.js +222 -0
  98. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/uz.js +220 -0
  99. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/vi.js +222 -0
  100. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/zh-cn.js +222 -0
  101. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/zh.js +222 -0
  102. package/lib/vtx-zf-modal/components/CkEditorCustom/context/Event.js +42 -0
  103. package/lib/vtx-zf-modal/components/CkEditorCustom/context/context.js +98 -0
  104. package/lib/vtx-zf-modal/components/CkEditorCustom/context/index.js +3 -0
  105. package/lib/vtx-zf-modal/components/CkEditorCustom/context/useContextComponent.js +16 -0
  106. package/lib/vtx-zf-modal/components/CkEditorCustom/index.js +294 -0
  107. package/lib/vtx-zf-modal/components/CkEditorCustom/index.less +133 -0
  108. package/lib/vtx-zf-modal/components/CkEditorCustom/utils/util.js +67 -0
  109. package/lib/vtx-zf-modal/components/CkEditorCustom/view.js +216 -0
  110. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/CKModal.js +77 -0
  111. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/OpenPanelCommand.js +31 -0
  112. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/config.js +146 -0
  113. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/FormView.js +92 -0
  114. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.js +341 -0
  115. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.less +1 -0
  116. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/FormView.js +94 -0
  117. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/date.js +334 -0
  118. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.js +330 -0
  119. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.less +36 -0
  120. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/FormView.js +93 -0
  121. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/checkbox.js +335 -0
  122. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.js +335 -0
  123. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.less +35 -0
  124. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/FormView.js +94 -0
  125. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.js +338 -0
  126. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.less +1 -0
  127. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/style.less +92 -0
  128. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/FormView.js +94 -0
  129. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.js +328 -0
  130. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.less +1 -0
  131. package/lib/vtx-zf-modal/components/Document/index.js +84 -0
  132. package/lib/vtx-zf-modal/components/Document/index.less +47 -0
  133. package/lib/vtx-zf-modal/components/File/index.js +192 -0
  134. package/lib/vtx-zf-modal/components/File/index.less +43 -0
  135. package/lib/vtx-zf-modal/components/Process/index.js +196 -0
  136. package/lib/vtx-zf-modal/components/Process/index.less +107 -0
  137. package/lib/vtx-zf-modal/components/Record/index.js +108 -0
  138. package/lib/vtx-zf-modal/components/Record/index.less +34 -0
  139. package/lib/vtx-zf-modal/components/Right/index.js +45 -0
  140. package/lib/vtx-zf-modal/components/index.js +6 -0
  141. package/lib/vtx-zf-modal/index.js +125 -0
  142. package/lib/vtx-zf-modal/style/index.js +7 -0
  143. package/lib/vtx-zf-modal/style/index.less +1 -0
  144. package/package.json +2 -1
@@ -0,0 +1,127 @@
1
+ !function (e) {
2
+ var t = e.km = e.km || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "",
5
+ "Align center": "តម្រឹម​កណ្ដាល",
6
+ "Align left": "តម្រឹម​ឆ្វេង",
7
+ "Align right": "តម្រឹម​ស្ដាំ",
8
+ Aquamarine: "",
9
+ Black: "",
10
+ "Block quote": "ប្លុក​ពាក្យ​សម្រង់",
11
+ Blue: "",
12
+ Bold: "ដិត",
13
+ "Break text": "",
14
+ "Bulleted List": "បញ្ជី​ជា​ចំណុច",
15
+ "Bulleted list styles toolbar": "",
16
+ Cancel: "បោះបង់",
17
+ "Cannot upload file:": "មិនអាច​អាប់ឡូត​ឯកសារ៖",
18
+ "Caption for image: %0": "",
19
+ "Caption for the image": "",
20
+ "Centered image": "",
21
+ "Change image text alternative": "",
22
+ "Choose heading": "ជ្រើសរើស​ក្បាលអត្ថបទ",
23
+ Circle: "",
24
+ Code: "កូដ",
25
+ Decimal: "",
26
+ "Decimal with leading zero": "",
27
+ "Dim grey": "",
28
+ Disc: "",
29
+ Downloadable: "",
30
+ "Dropdown toolbar": "",
31
+ "Edit block": "",
32
+ "Edit link": "",
33
+ "Editor block content toolbar": "",
34
+ "Editor contextual toolbar": "",
35
+ "Editor editing area: %0": "",
36
+ "Editor toolbar": "",
37
+ "Enter image caption": "បញ្ចូល​ពាក្យ​ពណ៌នា​រូបភាព",
38
+ "Full size image": "រូបភាព​ពេញ​ទំហំ",
39
+ Green: "",
40
+ Grey: "",
41
+ Heading: "ក្បាលអត្ថបទ",
42
+ "Heading 1": "ក្បាលអត្ថបទ 1",
43
+ "Heading 2": "ក្បាលអត្ថបទ 2",
44
+ "Heading 3": "ក្បាលអត្ថបទ 3",
45
+ "Heading 4": "",
46
+ "Heading 5": "",
47
+ "Heading 6": "",
48
+ "Image resize list": "",
49
+ "Image toolbar": "",
50
+ "image widget": "វិដជិត​រូបភាព",
51
+ "In line": "",
52
+ Insert: "",
53
+ "Insert image": "បញ្ចូល​រូបភាព",
54
+ "Insert image via URL": "",
55
+ Italic: "ទ្រេត",
56
+ Justify: "តម្រឹម​សងខាង",
57
+ "Left aligned image": "",
58
+ "Light blue": "",
59
+ "Light green": "",
60
+ "Light grey": "",
61
+ Link: "តំណ",
62
+ "Link image": "",
63
+ "Link URL": "URL តំណ",
64
+ "List properties": "",
65
+ "Lower-latin": "",
66
+ "Lower–roman": "",
67
+ Next: "",
68
+ "Numbered List": "បញ្ជី​ជា​លេខ",
69
+ "Numbered list styles toolbar": "",
70
+ "Open in a new tab": "",
71
+ "Open link in new tab": "",
72
+ Orange: "",
73
+ Original: "",
74
+ Paragraph: "កថាខណ្ឌ",
75
+ Previous: "",
76
+ Purple: "",
77
+ Red: "",
78
+ Redo: "ធ្វើ​វិញ",
79
+ "Remove color": "",
80
+ "Resize image": "",
81
+ "Resize image to %0": "",
82
+ "Resize image to the original size": "",
83
+ "Restore default": "",
84
+ "Reversed order": "",
85
+ "Rich Text Editor": "កម្មវិធី​កែសម្រួល​អត្ថបទ​សម្បូរបែប",
86
+ "Right aligned image": "",
87
+ Save: "រក្សាទុ",
88
+ "Show more items": "",
89
+ "Side image": "រូបភាព​នៅ​ខាង",
90
+ Square: "",
91
+ "Start at": "",
92
+ "Start index must be greater than 0.": "",
93
+ Strikethrough: "ឆូតកណ្ដាល",
94
+ Subscript: "អក្សរ​តូចក្រោម",
95
+ Superscript: "អក្សរ​តូចលើ",
96
+ "Text alignment": "ការ​តម្រឹម​អក្សរ",
97
+ "Text alignment toolbar": "របារ​ឧបករណ៍​តម្រឹម​អក្សរ",
98
+ "Text alternative": "",
99
+ "This link has no URL": "",
100
+ "To-do List": "",
101
+ "Toggle the circle list style": "",
102
+ "Toggle the decimal list style": "",
103
+ "Toggle the decimal with leading zero list style": "",
104
+ "Toggle the disc list style": "",
105
+ "Toggle the lower–latin list style": "",
106
+ "Toggle the lower–roman list style": "",
107
+ "Toggle the square list style": "",
108
+ "Toggle the upper–latin list style": "",
109
+ "Toggle the upper–roman list style": "",
110
+ Turquoise: "",
111
+ "Type or paste your content here.": "",
112
+ "Type your title": "",
113
+ Underline: "គូស​បន្ទាត់​ក្រោម",
114
+ Undo: "លែង​ធ្វើ​វិញ",
115
+ Unlink: "ផ្ដាច់​តំណ",
116
+ Update: "",
117
+ "Update image URL": "",
118
+ "Upload failed": "អាប់ឡូត​មិនបាន",
119
+ "Upper-latin": "",
120
+ "Upper-roman": "",
121
+ White: "",
122
+ "Wrap text": "",
123
+ Yellow: ""
124
+ }), t.getPluralForm = function (e) {
125
+ return 0;
126
+ };
127
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,121 @@
1
+ !function (e) {
2
+ var t = e.kn = e.kn || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "",
5
+ Aquamarine: "",
6
+ Black: "",
7
+ "Block quote": "‍‍‍‍ಗುರುತಿಸಲಾದ ‍‍ಉಲ್ಲೇಖ",
8
+ Blue: "",
9
+ Bold: "‍‍ದಪ್ಪ",
10
+ "Break text": "",
11
+ "Bulleted List": "‍‍ಬುಲೆಟ್ ಪಟ್ಟಿ",
12
+ "Bulleted list styles toolbar": "",
13
+ Cancel: "ರದ್ದುಮಾಡು",
14
+ "Cannot upload file:": "",
15
+ "Caption for image: %0": "",
16
+ "Caption for the image": "",
17
+ "Centered image": "",
18
+ "Change image text alternative": "‍ಚಿತ್ರದ ಬದಲಿ ಪಠ್ಯ ಬದಲಾಯಿಸು",
19
+ "Choose heading": "ಶೀರ್ಷಿಕೆ ಆಯ್ಕೆಮಾಡು",
20
+ Circle: "",
21
+ Code: "",
22
+ Decimal: "",
23
+ "Decimal with leading zero": "",
24
+ "Dim grey": "",
25
+ Disc: "",
26
+ Downloadable: "",
27
+ "Dropdown toolbar": "",
28
+ "Edit block": "",
29
+ "Edit link": "",
30
+ "Editor block content toolbar": "",
31
+ "Editor contextual toolbar": "",
32
+ "Editor editing area: %0": "",
33
+ "Editor toolbar": "",
34
+ "Enter image caption": "‍ಚಿತ್ರದ ಶೀರ್ಷಿಕೆ ಸೇರಿಸು",
35
+ "Full size image": "‍ಪೂರ್ಣ ‍‍ಅಳತೆಯ ಚಿತ್ರ",
36
+ Green: "",
37
+ Grey: "",
38
+ Heading: "ಶೀರ್ಷಿಕೆ",
39
+ "Heading 1": "ಶೀರ್ಷಿಕೆ 1",
40
+ "Heading 2": "ಶೀರ್ಷಿಕೆ 2",
41
+ "Heading 3": "ಶೀರ್ಷಿಕೆ 3",
42
+ "Heading 4": "",
43
+ "Heading 5": "",
44
+ "Heading 6": "",
45
+ "Image resize list": "",
46
+ "Image toolbar": "",
47
+ "image widget": "‍ಚಿತ್ರ ವಿಜೆಟ್",
48
+ "In line": "",
49
+ Insert: "",
50
+ "Insert image": "",
51
+ "Insert image via URL": "",
52
+ Italic: "‍ಇಟಾಲಿಕ್",
53
+ "Left aligned image": "",
54
+ "Light blue": "",
55
+ "Light green": "",
56
+ "Light grey": "",
57
+ Link: "‍ಕೊಂಡಿ",
58
+ "Link image": "",
59
+ "Link URL": "‍ಕೊಂಡಿ ಸಂಪರ್ಕಿಸು",
60
+ "List properties": "",
61
+ "Lower-latin": "",
62
+ "Lower–roman": "",
63
+ Next: "",
64
+ "Numbered List": "‍ಸಂಖ್ಯೆಯ ಪಟ್ಟಿ‍",
65
+ "Numbered list styles toolbar": "",
66
+ "Open in a new tab": "",
67
+ "Open link in new tab": "",
68
+ Orange: "",
69
+ Original: "",
70
+ Paragraph: "ಪ್ಯಾರಾಗ್ರಾಫ್",
71
+ Previous: "",
72
+ Purple: "",
73
+ Red: "",
74
+ Redo: "‍ಮತ್ತೆ ಮಾಡು",
75
+ "Remove color": "",
76
+ "Resize image": "",
77
+ "Resize image to %0": "",
78
+ "Resize image to the original size": "",
79
+ "Restore default": "",
80
+ "Reversed order": "",
81
+ "Rich Text Editor": "‍ಸಮೃದ್ಧ ಪಠ್ಯ ಸಂಪಾದಕ‍‍",
82
+ "Right aligned image": "",
83
+ Save: "ಉಳಿಸು",
84
+ "Show more items": "",
85
+ "Side image": "‍ಪಕ್ಕದ ಚಿತ್ರ",
86
+ Square: "",
87
+ "Start at": "",
88
+ "Start index must be greater than 0.": "",
89
+ Strikethrough: "",
90
+ Subscript: "",
91
+ Superscript: "",
92
+ "Text alternative": "‍ಪಠ್ಯದ ಬದಲಿ",
93
+ "This link has no URL": "",
94
+ "To-do List": "",
95
+ "Toggle the circle list style": "",
96
+ "Toggle the decimal list style": "",
97
+ "Toggle the decimal with leading zero list style": "",
98
+ "Toggle the disc list style": "",
99
+ "Toggle the lower–latin list style": "",
100
+ "Toggle the lower–roman list style": "",
101
+ "Toggle the square list style": "",
102
+ "Toggle the upper–latin list style": "",
103
+ "Toggle the upper–roman list style": "",
104
+ Turquoise: "",
105
+ "Type or paste your content here.": "",
106
+ "Type your title": "",
107
+ Underline: "",
108
+ Undo: "‍‍ರದ್ದು",
109
+ Unlink: "‍ಕೊಂಡಿ ತೆಗೆ",
110
+ Update: "",
111
+ "Update image URL": "",
112
+ "Upload failed": "",
113
+ "Upper-latin": "",
114
+ "Upper-roman": "",
115
+ White: "",
116
+ "Wrap text": "",
117
+ Yellow: ""
118
+ }), t.getPluralForm = function (e) {
119
+ return e > 1;
120
+ };
121
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.ko = e.ko || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "%0 / %1",
5
+ "Align cell text to the bottom": "셀 텍스트를 아래로 정렬",
6
+ "Align cell text to the center": "셀 텍스트를 가로 가운데로 정렬",
7
+ "Align cell text to the left": "셀 텍스트를 왼쪽으로 정렬",
8
+ "Align cell text to the middle": "셀 텍스트를 세로 가운데로 정렬",
9
+ "Align cell text to the right": "셀 텍스트를 오른쪽으로 정렬",
10
+ "Align cell text to the top": "셀 텍스트를 위로 정렬",
11
+ "Align center": "가운데 정렬",
12
+ "Align left": "왼쪽 정렬",
13
+ "Align right": "오른쪽 정렬",
14
+ "Align table to the left": "테이블을 왼쪽으로 정렬",
15
+ "Align table to the right": "테이블을 오른쪽으로 정렬",
16
+ Alignment: "정렬",
17
+ Aquamarine: "연한 청록색",
18
+ Background: "배경색",
19
+ Big: "큰",
20
+ Black: "검은색",
21
+ "Block quote": "인용 단락",
22
+ Blue: "파랑색",
23
+ Bold: "굵게",
24
+ Border: "테두리",
25
+ "Break text": "텍스트 분리",
26
+ "Bulleted List": "불릿 목록",
27
+ "Bulleted list styles toolbar": "글머리 기호 목록 스타일 도구 모음",
28
+ Cancel: "취소",
29
+ "Cannot determine a category for the uploaded file.": "업로드된 파일의 카테고리를 확인할 수 없습니다.",
30
+ "Cannot upload file:": "파일 업로드할 수 없음: ",
31
+ "Caption for image: %0": "이미지용 캡션: %0",
32
+ "Caption for the image": "이미지용 캡션",
33
+ "Cell properties": "셀 속성",
34
+ "Center table": "테이블을 가운데로 정렬",
35
+ "Centered image": "가운데 정렬",
36
+ "Change image text alternative": "대체 문구 변경",
37
+ "Choose heading": "제목 선택",
38
+ Circle: "흰 원형",
39
+ Code: "코드",
40
+ Color: "색",
41
+ "Color picker": "색상 선택기",
42
+ Column: "열",
43
+ "Could not insert image at the current position.": "현재 위치에 사진을 삽입할 수 없습니다.",
44
+ "Could not obtain resized image URL.": "크기가 조절된 사진의 URL을 가져오지 못했습니다.",
45
+ Dashed: "파선",
46
+ Decimal: "십진수",
47
+ "Decimal with leading zero": "앞에 0이 붙는 십진수",
48
+ "Decrease indent": "들여쓰기 줄이기",
49
+ Default: "기본",
50
+ "Delete column": "열 삭제",
51
+ "Delete row": "행 삭제",
52
+ "Dim grey": "진한 회색",
53
+ Dimensions: "크기",
54
+ Disc: "검은 원형",
55
+ "Document colors": "문서 색깔들",
56
+ Dotted: "점선",
57
+ Double: "이중선",
58
+ Downloadable: "다운로드 가능",
59
+ "Dropdown toolbar": "드롭다운 툴바",
60
+ "Edit block": "편집 영역",
61
+ "Edit link": "링크 편집",
62
+ "Editor block content toolbar": "편집기 영역 내용 툴바",
63
+ "Editor contextual toolbar": "편집기 문맥 툴바",
64
+ "Editor editing area: %0": "편집기 편집 영역: %0",
65
+ "Editor toolbar": "편집기 툴바",
66
+ "Enter image caption": "사진 설명을 입력하세요",
67
+ "Enter table caption": "테이블 캡션 입력",
68
+ "Font Background Color": "글자 배경 색깔",
69
+ "Font Color": "글자 색깔",
70
+ "Font Family": "글꼴 집합",
71
+ "Font Size": "글자 크기",
72
+ "Full size image": "꽉 찬 크기",
73
+ Green: "초록색",
74
+ Grey: "회색",
75
+ Groove: "음각선",
76
+ "Header column": "헤더 열",
77
+ "Header row": "헤더 행",
78
+ Heading: "제목",
79
+ "Heading 1": "제목 1",
80
+ "Heading 2": "제목 2",
81
+ "Heading 3": "제목 3",
82
+ "Heading 4": "제목 4",
83
+ "Heading 5": "제목 5",
84
+ "Heading 6": "제목 6",
85
+ Height: "세로",
86
+ "Horizontal text alignment toolbar": "가로 텍스트 정렬 도구 모음",
87
+ Huge: "매우 큰",
88
+ "Image resize list": "사진 크기 목록",
89
+ "Image toolbar": "사진 툴바",
90
+ "image widget": "사진 위젯",
91
+ "In line": "줄 안에",
92
+ "Increase indent": "들여쓰기 늘리기",
93
+ Insert: "삽입",
94
+ "Insert column left": "왼쪽에 열 삽입",
95
+ "Insert column right": "오른쪽에 열 삽입",
96
+ "Insert image": "사진 삽입",
97
+ "Insert image or file": "사진이나 파일을 삽입",
98
+ "Insert image via URL": "URL로 이미지 삽입",
99
+ "Insert media": "미디어 삽입",
100
+ "Insert paragraph after block": "블록 뒤에 단락 삽입",
101
+ "Insert paragraph before block": "블록 앞에 단락 삽입",
102
+ "Insert row above": "위에 행 삽입",
103
+ "Insert row below": "아래에 행 삽입",
104
+ "Insert table": "테이블 삽입",
105
+ "Inserting image failed": "사진 삽입 실패",
106
+ Inset: "측면 음각선",
107
+ Italic: "기울임꼴",
108
+ Justify: "양쪽 정렬",
109
+ "Justify cell text": "셀 텍스트를 양쪽으로 정렬",
110
+ "Left aligned image": "왼쪽 정렬",
111
+ "Light blue": "연한 파랑색",
112
+ "Light green": "연한 초록색",
113
+ "Light grey": "밝은 회색",
114
+ Link: "링크",
115
+ "Link image": "사진 링크",
116
+ "Link URL": "링크 주소",
117
+ "List properties": "목록 속성",
118
+ "Lower-latin": "소문자 알파벳",
119
+ "Lower–roman": "소문자 로마자",
120
+ "Media toolbar": "미디어 툴바",
121
+ "Media URL": "미디어 URL",
122
+ "media widget": "미디어 위젯",
123
+ "Merge cell down": "아래 셀과 병합",
124
+ "Merge cell left": "왼쪽 셀과 병합",
125
+ "Merge cell right": "오른쪽 셀과 병합",
126
+ "Merge cell up": "위 셀과 병합",
127
+ "Merge cells": "셀 병합",
128
+ Next: "다음",
129
+ None: "선 없음",
130
+ "Numbered List": "번호 목록",
131
+ "Numbered list styles toolbar": "번호 목록 스타일 도구 모음",
132
+ "Open file manager": "파일 관리자 열기",
133
+ "Open in a new tab": "새 탭에서 열기",
134
+ "Open link in new tab": "새 탭에서 링크 열기",
135
+ "Open media in new tab": "새 탭에서 미디어 열기",
136
+ Orange: "주황색",
137
+ Original: "원본",
138
+ Outset: "측면 양각선",
139
+ Padding: "여백",
140
+ Paragraph: "문단",
141
+ "Paste the media URL in the input.": "미디어 URL을 입력해주세요.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "엔터를 눌러서 위젯 뒤에 입력하거나 시프트 + 엔터를 눌러서 위젯 앞에 입력하세요",
143
+ Previous: "이전",
144
+ Purple: "보라색",
145
+ Red: "빨간색",
146
+ Redo: "다시 실행",
147
+ "Remove color": "색깔 제거",
148
+ "Resize image": "사진 크기 조절",
149
+ "Resize image to %0": "사진의 크기를 %0으로 조절",
150
+ "Resize image to the original size": "사진을 원래 크기로 돌려놓기",
151
+ "Restore default": "기본값 복원",
152
+ "Reversed order": "역순",
153
+ "Rich Text Editor": "서식 있는 텍스트 편집기",
154
+ Ridge: "양각선",
155
+ "Right aligned image": "오른쪽 정렬",
156
+ Row: "행",
157
+ Save: "저장",
158
+ "Select all": "전체 선택",
159
+ "Select column": "열 선택",
160
+ "Select row": "행 선택",
161
+ "Selecting resized image failed": "크기가 조절된 이미지 선택 실패",
162
+ "Show more items": "더보기",
163
+ "Side image": "본문 옆에 배치",
164
+ Small: "작은",
165
+ Solid: "실선",
166
+ "Split cell horizontally": "가로로 셀 분할",
167
+ "Split cell vertically": "세로로 셀 분할",
168
+ Square: "검은 사각형",
169
+ "Start at": "시작 번호",
170
+ "Start index must be greater than 0.": "시작 번호는 0보다 커야 합니다.",
171
+ Strikethrough: "취소선",
172
+ Style: "스타일",
173
+ Subscript: "아래 첨자",
174
+ Superscript: "위 첨자",
175
+ "Table alignment toolbar": "표 정렬 도구 모음",
176
+ "Table cell text alignment": "표 셀 텍스트 정렬",
177
+ "Table properties": "표 속성",
178
+ "Table toolbar": "표 도구 모음",
179
+ "Text alignment": "텍스트 정렬",
180
+ "Text alignment toolbar": "텍스트 정렬 툴바",
181
+ "Text alternative": "대체 문구",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': '유효하지 않은 색입니다. "#FF0000"이나 "rgb(255,0,0)", 또는 "red"를 입력해 보세요.',
183
+ "The URL must not be empty.": "URL이 비어있을 수 없습니다.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': '유효하지 않은 값입니다. "10px"나 "2em" 또는 그냥 "2"를 입력해 보세요.',
185
+ "This link has no URL": "이 주소에는 URL이 없습니다.",
186
+ "This media URL is not supported.": "이 미디어 URL은 지원되지 않습니다.",
187
+ Tiny: "매우 작은",
188
+ "Tip: Paste the URL into the content to embed faster.": "팁: URL을 붙여넣으면 더 빨리 삽입할 수 있습니다.",
189
+ "To-do List": "확인 목록",
190
+ "Toggle caption off": "캡션 지우기",
191
+ "Toggle caption on": "캡션 넣기",
192
+ "Toggle the circle list style": "검은 원형 목록 스타일 전환",
193
+ "Toggle the decimal list style": "십진수 목록 스타일 전환",
194
+ "Toggle the decimal with leading zero list style": "앞에 0이 붙는 십진수 목록 스타일 전환",
195
+ "Toggle the disc list style": "흰 원형 목록 스타일 전환",
196
+ "Toggle the lower–latin list style": "소문자 알파벳 목록 스타일 전환",
197
+ "Toggle the lower–roman list style": "소문자 로마자 목록 스타일 전환",
198
+ "Toggle the square list style": "검은 사각형 목록 스타일 전환",
199
+ "Toggle the upper–latin list style": "대문자 알파벳 목록 스타일 전환",
200
+ "Toggle the upper–roman list style": "대문자 로마자 목록 스타일 전환",
201
+ Turquoise: "청록색",
202
+ "Type or paste your content here.": "여기에 내용을 입력하거나 붙여넣으세요.",
203
+ "Type your title": "제목을 입력해주세요",
204
+ Underline: "밑줄",
205
+ Undo: "실행 취소",
206
+ Unlink: "링크 삭제",
207
+ Update: "업데이트",
208
+ "Update image URL": "이미지 URL 업데이트",
209
+ "Upload failed": "업로드 실패",
210
+ "Upload in progress": "업로드 진행 중",
211
+ "Upper-latin": "대문자 알파벳",
212
+ "Upper-roman": "대문자 로마자",
213
+ "Vertical text alignment toolbar": "세로 텍스트 정렬 도구 모음",
214
+ White: "흰색",
215
+ "Widget toolbar": "위젯 툴바",
216
+ Width: "가로",
217
+ "Wrap text": "텍스트 줄 바꿈",
218
+ Yellow: "노랑색"
219
+ }), t.getPluralForm = function (e) {
220
+ return 0;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));