@ckeditor/ckeditor5-comments 42.0.2 → 43.0.0-alpha.1

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 (309) hide show
  1. package/CHANGELOG.md +1 -256
  2. package/build/comments.js +2 -2
  3. package/build/translations/af.js +1 -1
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/bg.js +1 -1
  6. package/build/translations/bn.js +1 -1
  7. package/build/translations/bs.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de-ch.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es-co.js +1 -1
  16. package/build/translations/es.js +1 -1
  17. package/build/translations/et.js +1 -1
  18. package/build/translations/fa.js +1 -1
  19. package/build/translations/fi.js +1 -1
  20. package/build/translations/fr.js +1 -1
  21. package/build/translations/gl.js +1 -1
  22. package/build/translations/he.js +1 -1
  23. package/build/translations/hi.js +1 -1
  24. package/build/translations/hr.js +1 -1
  25. package/build/translations/hu.js +1 -1
  26. package/build/translations/id.js +1 -1
  27. package/build/translations/it.js +1 -1
  28. package/build/translations/ja.js +1 -1
  29. package/build/translations/jv.js +1 -1
  30. package/build/translations/ko.js +1 -1
  31. package/build/translations/lt.js +1 -1
  32. package/build/translations/lv.js +1 -1
  33. package/build/translations/ms.js +1 -1
  34. package/build/translations/nl.js +1 -1
  35. package/build/translations/no.js +1 -1
  36. package/build/translations/pl.js +1 -1
  37. package/build/translations/pt-br.js +1 -1
  38. package/build/translations/pt.js +1 -1
  39. package/build/translations/ro.js +1 -1
  40. package/build/translations/ru.js +1 -1
  41. package/build/translations/sk.js +1 -1
  42. package/build/translations/sq.js +1 -1
  43. package/build/translations/sr-latn.js +1 -1
  44. package/build/translations/sr.js +1 -1
  45. package/build/translations/sv.js +1 -1
  46. package/build/translations/th.js +1 -1
  47. package/build/translations/ti.js +1 -1
  48. package/build/translations/tk.js +1 -1
  49. package/build/translations/tr.js +1 -1
  50. package/build/translations/tt.js +1 -1
  51. package/build/translations/ug.js +1 -1
  52. package/build/translations/uk.js +1 -1
  53. package/build/translations/ur.js +1 -1
  54. package/build/translations/vi.js +1 -1
  55. package/build/translations/zh-cn.js +1 -1
  56. package/build/translations/zh.js +1 -1
  57. package/dist/annotations/annotations.d.ts +1 -1
  58. package/dist/annotations/sidebar.d.ts +2 -2
  59. package/dist/annotations/view/annotationview.d.ts +4 -4
  60. package/dist/annotations/view/sidebaritemview.d.ts +7 -3
  61. package/dist/annotations/view/sidebarview.d.ts +25 -4
  62. package/dist/comments/commentsediting.d.ts +8 -0
  63. package/dist/comments/commentsrepository.d.ts +14 -2
  64. package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
  65. package/dist/comments/ui/view/basecommentview.d.ts +41 -3
  66. package/dist/comments/ui/view/commentinputview.d.ts +17 -2
  67. package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
  68. package/dist/comments/ui/view/commentslistview.d.ts +17 -5
  69. package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
  70. package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  71. package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
  72. package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
  73. package/dist/comments/ui/view/commentview.d.ts +9 -12
  74. package/dist/index-editor.css +33 -2
  75. package/dist/index.css +95 -2
  76. package/dist/index.d.ts +1 -0
  77. package/dist/index.js +9 -9
  78. package/dist/translations/af.js +1 -1
  79. package/dist/translations/af.umd.js +1 -1
  80. package/dist/translations/ar.js +1 -1
  81. package/dist/translations/ar.umd.js +1 -1
  82. package/dist/translations/bg.js +1 -1
  83. package/dist/translations/bg.umd.js +1 -1
  84. package/dist/translations/bn.js +1 -1
  85. package/dist/translations/bn.umd.js +1 -1
  86. package/dist/translations/bs.js +1 -1
  87. package/dist/translations/bs.umd.js +1 -1
  88. package/dist/translations/ca.js +1 -1
  89. package/dist/translations/ca.umd.js +1 -1
  90. package/dist/translations/cs.js +1 -1
  91. package/dist/translations/cs.umd.js +1 -1
  92. package/dist/translations/da.js +1 -1
  93. package/dist/translations/da.umd.js +1 -1
  94. package/dist/translations/de-ch.js +1 -1
  95. package/dist/translations/de-ch.umd.js +1 -1
  96. package/dist/translations/de.js +1 -1
  97. package/dist/translations/de.umd.js +1 -1
  98. package/dist/translations/el.js +1 -1
  99. package/dist/translations/el.umd.js +1 -1
  100. package/dist/translations/en-au.js +1 -1
  101. package/dist/translations/en-au.umd.js +1 -1
  102. package/dist/translations/en.js +1 -1
  103. package/dist/translations/en.umd.js +1 -1
  104. package/dist/translations/es-co.js +1 -1
  105. package/dist/translations/es-co.umd.js +1 -1
  106. package/dist/translations/es.js +1 -1
  107. package/dist/translations/es.umd.js +1 -1
  108. package/dist/translations/et.js +1 -1
  109. package/dist/translations/et.umd.js +1 -1
  110. package/dist/translations/fa.js +1 -1
  111. package/dist/translations/fa.umd.js +1 -1
  112. package/dist/translations/fi.js +1 -1
  113. package/dist/translations/fi.umd.js +1 -1
  114. package/dist/translations/fr.js +1 -1
  115. package/dist/translations/fr.umd.js +1 -1
  116. package/dist/translations/gl.js +1 -1
  117. package/dist/translations/gl.umd.js +1 -1
  118. package/dist/translations/he.js +1 -1
  119. package/dist/translations/he.umd.js +1 -1
  120. package/dist/translations/hi.js +1 -1
  121. package/dist/translations/hi.umd.js +1 -1
  122. package/dist/translations/hr.js +1 -1
  123. package/dist/translations/hr.umd.js +1 -1
  124. package/dist/translations/hu.js +1 -1
  125. package/dist/translations/hu.umd.js +1 -1
  126. package/dist/translations/id.js +1 -1
  127. package/dist/translations/id.umd.js +1 -1
  128. package/dist/translations/it.js +1 -1
  129. package/dist/translations/it.umd.js +1 -1
  130. package/dist/translations/ja.js +1 -1
  131. package/dist/translations/ja.umd.js +1 -1
  132. package/dist/translations/jv.js +1 -1
  133. package/dist/translations/jv.umd.js +1 -1
  134. package/dist/translations/ko.js +1 -1
  135. package/dist/translations/ko.umd.js +1 -1
  136. package/dist/translations/lt.js +1 -1
  137. package/dist/translations/lt.umd.js +1 -1
  138. package/dist/translations/lv.js +1 -1
  139. package/dist/translations/lv.umd.js +1 -1
  140. package/dist/translations/ms.js +1 -1
  141. package/dist/translations/ms.umd.js +1 -1
  142. package/dist/translations/nl.js +1 -1
  143. package/dist/translations/nl.umd.js +1 -1
  144. package/dist/translations/no.js +1 -1
  145. package/dist/translations/no.umd.js +1 -1
  146. package/dist/translations/pl.js +1 -1
  147. package/dist/translations/pl.umd.js +1 -1
  148. package/dist/translations/pt-br.js +1 -1
  149. package/dist/translations/pt-br.umd.js +1 -1
  150. package/dist/translations/pt.js +1 -1
  151. package/dist/translations/pt.umd.js +1 -1
  152. package/dist/translations/ro.js +1 -1
  153. package/dist/translations/ro.umd.js +1 -1
  154. package/dist/translations/ru.js +1 -1
  155. package/dist/translations/ru.umd.js +1 -1
  156. package/dist/translations/sk.js +1 -1
  157. package/dist/translations/sk.umd.js +1 -1
  158. package/dist/translations/sq.js +1 -1
  159. package/dist/translations/sq.umd.js +1 -1
  160. package/dist/translations/sr-latn.js +1 -1
  161. package/dist/translations/sr-latn.umd.js +1 -1
  162. package/dist/translations/sr.js +1 -1
  163. package/dist/translations/sr.umd.js +1 -1
  164. package/dist/translations/sv.js +1 -1
  165. package/dist/translations/sv.umd.js +1 -1
  166. package/dist/translations/th.js +1 -1
  167. package/dist/translations/th.umd.js +1 -1
  168. package/dist/translations/ti.js +1 -1
  169. package/dist/translations/ti.umd.js +1 -1
  170. package/dist/translations/tk.js +1 -1
  171. package/dist/translations/tk.umd.js +1 -1
  172. package/dist/translations/tr.js +1 -1
  173. package/dist/translations/tr.umd.js +1 -1
  174. package/dist/translations/tt.js +1 -1
  175. package/dist/translations/tt.umd.js +1 -1
  176. package/dist/translations/ug.js +1 -1
  177. package/dist/translations/ug.umd.js +1 -1
  178. package/dist/translations/uk.js +1 -1
  179. package/dist/translations/uk.umd.js +1 -1
  180. package/dist/translations/ur.js +1 -1
  181. package/dist/translations/ur.umd.js +1 -1
  182. package/dist/translations/vi.js +1 -1
  183. package/dist/translations/vi.umd.js +1 -1
  184. package/dist/translations/zh-cn.js +1 -1
  185. package/dist/translations/zh-cn.umd.js +1 -1
  186. package/dist/translations/zh.js +1 -1
  187. package/dist/translations/zh.umd.js +1 -1
  188. package/dist/utils/common-translations.d.ts +1 -1
  189. package/lang/contexts.json +15 -0
  190. package/lang/translations/af.po +62 -0
  191. package/lang/translations/ar.po +68 -2
  192. package/lang/translations/bg.po +64 -2
  193. package/lang/translations/bn.po +64 -2
  194. package/lang/translations/bs.po +63 -0
  195. package/lang/translations/ca.po +64 -2
  196. package/lang/translations/cs.po +66 -2
  197. package/lang/translations/da.po +64 -2
  198. package/lang/translations/de-ch.po +62 -0
  199. package/lang/translations/de.po +64 -2
  200. package/lang/translations/el.po +64 -2
  201. package/lang/translations/en-au.po +62 -0
  202. package/lang/translations/en.po +64 -2
  203. package/lang/translations/es-co.po +63 -0
  204. package/lang/translations/es.po +65 -2
  205. package/lang/translations/et.po +64 -2
  206. package/lang/translations/fa.po +62 -0
  207. package/lang/translations/fi.po +64 -2
  208. package/lang/translations/fr.po +65 -2
  209. package/lang/translations/gl.po +64 -2
  210. package/lang/translations/he.po +65 -2
  211. package/lang/translations/hi.po +64 -2
  212. package/lang/translations/hr.po +63 -0
  213. package/lang/translations/hu.po +64 -2
  214. package/lang/translations/id.po +63 -2
  215. package/lang/translations/it.po +65 -2
  216. package/lang/translations/ja.po +63 -2
  217. package/lang/translations/jv.po +61 -0
  218. package/lang/translations/ko.po +63 -2
  219. package/lang/translations/lt.po +66 -2
  220. package/lang/translations/lv.po +65 -2
  221. package/lang/translations/ms.po +63 -2
  222. package/lang/translations/nl.po +64 -2
  223. package/lang/translations/no.po +64 -2
  224. package/lang/translations/pl.po +66 -2
  225. package/lang/translations/pt-br.po +65 -2
  226. package/lang/translations/pt.po +65 -2
  227. package/lang/translations/ro.po +65 -2
  228. package/lang/translations/ru.po +66 -2
  229. package/lang/translations/sk.po +66 -2
  230. package/lang/translations/sq.po +62 -0
  231. package/lang/translations/sr-latn.po +65 -2
  232. package/lang/translations/sr.po +65 -2
  233. package/lang/translations/sv.po +64 -2
  234. package/lang/translations/th.po +63 -2
  235. package/lang/translations/ti.po +62 -0
  236. package/lang/translations/tk.po +62 -0
  237. package/lang/translations/tr.po +64 -2
  238. package/lang/translations/tt.po +61 -0
  239. package/lang/translations/ug.po +64 -2
  240. package/lang/translations/uk.po +66 -2
  241. package/lang/translations/ur.po +62 -0
  242. package/lang/translations/vi.po +63 -2
  243. package/lang/translations/zh-cn.po +63 -2
  244. package/lang/translations/zh.po +63 -2
  245. package/package.json +14 -13
  246. package/src/annotations/annotation.js +2 -2
  247. package/src/annotations/annotationcollection.js +1 -1
  248. package/src/annotations/annotations.d.ts +1 -1
  249. package/src/annotations/annotations.js +1 -1
  250. package/src/annotations/annotationsuis.js +1 -1
  251. package/src/annotations/editorannotations.js +1 -1
  252. package/src/annotations/inlineannotations.js +1 -1
  253. package/src/annotations/narrowsidebar.js +1 -1
  254. package/src/annotations/sidebar.d.ts +2 -2
  255. package/src/annotations/sidebar.js +1 -1
  256. package/src/annotations/view/annotationcounterbuttonview.js +1 -1
  257. package/src/annotations/view/annotationview.d.ts +4 -4
  258. package/src/annotations/view/annotationview.js +1 -1
  259. package/src/annotations/view/sidebaritemview.d.ts +7 -3
  260. package/src/annotations/view/sidebaritemview.js +1 -1
  261. package/src/annotations/view/sidebarview.d.ts +25 -4
  262. package/src/annotations/view/sidebarview.js +1 -1
  263. package/src/annotations/widesidebar.js +1 -1
  264. package/src/comments/addcommentthreadcommand.js +1 -1
  265. package/src/comments/commentsarchive.js +1 -1
  266. package/src/comments/commentsarchiveui.js +1 -1
  267. package/src/comments/commentsediting.d.ts +8 -0
  268. package/src/comments/commentsediting.js +1 -1
  269. package/src/comments/commentsrepository.d.ts +14 -2
  270. package/src/comments/commentsrepository.js +3 -3
  271. package/src/comments/commentsui.js +1 -1
  272. package/src/comments/integrations/clipboard.js +1 -1
  273. package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
  274. package/src/comments/integrations/importword.js +1 -1
  275. package/src/comments/ui/commenteditor/commenteditor.js +2 -2
  276. package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
  277. package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
  278. package/src/comments/ui/commentthreadcontroller.js +2 -2
  279. package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
  280. package/src/comments/ui/view/basecommentthreadview.js +1 -1
  281. package/src/comments/ui/view/basecommentview.d.ts +41 -3
  282. package/src/comments/ui/view/basecommentview.js +1 -1
  283. package/src/comments/ui/view/collapsedcommentsview.js +1 -1
  284. package/src/comments/ui/view/commentcontentview.js +1 -1
  285. package/src/comments/ui/view/commentinputview.d.ts +17 -2
  286. package/src/comments/ui/view/commentinputview.js +1 -1
  287. package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
  288. package/src/comments/ui/view/commentsarchiveview.js +1 -1
  289. package/src/comments/ui/view/commentslistview.d.ts +17 -5
  290. package/src/comments/ui/view/commentslistview.js +1 -1
  291. package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
  292. package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
  293. package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
  294. package/src/comments/ui/view/commentthreadheaderview.js +1 -1
  295. package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
  296. package/src/comments/ui/view/commentthreadinputview.js +1 -1
  297. package/src/comments/ui/view/commentthreadview.d.ts +11 -6
  298. package/src/comments/ui/view/commentthreadview.js +2 -2
  299. package/src/comments/ui/view/commentview.d.ts +9 -12
  300. package/src/comments/ui/view/commentview.js +2 -2
  301. package/src/comments.js +1 -1
  302. package/src/commentsonly.js +1 -1
  303. package/src/index.d.ts +1 -0
  304. package/src/index.js +1 -1
  305. package/src/utils/common-translations.d.ts +1 -1
  306. package/src/utils/common-translations.js +1 -1
  307. package/src/utils/createmutationobserver.js +1 -1
  308. package/theme/comment.css +6 -0
  309. package/theme/commentthread.css +43 -2
@@ -1 +1 @@
1
- !function(e){const E=e.sr=e.sr||{};E.dictionary=Object.assign(E.dictionary||{},{Comment:"Напомена","Comment editor":"Уређивач напомене ","Comment was made on an element":"Коментар је дат на елемент",COMMENTS_ARCHIVE:"Архива коментара","Delete comment thread?":"Бришете нит напомене?","Delete comment?":"Бришете напомену?",Edit:"Уреди",EMPTY_COMMENTS_ARCHIVE:"Нема архивираних нити коментара.",ENTER_COMMENT_ANNOUNCEMENT:"Unošenje komentara.​",EXTERNAL_AVATAR:"Приказано име аутора потиче из спољног извора (додао %0)",EXTERNAL_COMMENT:"Овај коментар долази из спољног извора.",EXTERNAL_IMPORT_WORD_AVATAR:"Приказано име аутора потиче из Ворд документа увезеног од стране %0",EXTERNAL_IMPORT_WORD_COMMENT:"Овај коментар долази из увезене Ворд датотеке.",LEAVE_COMMENT_ANNOUNCEMENT:"Napuštanje komentara.","Marked as resolved":"Означено као решено",NUMBER_OF_COMMENTS:["%0 komentar","%0 komentara","%0 коментара"],PENDING_ACTION_COMMENT_THREAD:"Несачувана измена у нити напомена.",Remove:"Одстрани",Reopen:"Поново отвори",Reply:"Odgovori","Reply to reopen discussion...":"Одговорите да поново отворите дискусију...","Reply...":"Одговори",Resolve:"Решити",TOO_LONG_COMMENT_ALERT:"Напомена је дугачка. Садржи %0 карактера, али је дозвољено максимално %1 карактера.","Write a comment...":"Напиши напомену"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.sr=E.sr||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Напомена","Comment editor":"Уређивач напомене ","Comment was made on an element":"Коментар је дат на елемент",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["","",""],COMMENTS_ARCHIVE:"Архива коментара",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"Бришете нит напомене?","Delete comment?":"Бришете напомену?",Edit:"Уреди",EMPTY_COMMENTS_ARCHIVE:"Нема архивираних нити коментара.",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"Приказано име аутора потиче из спољног извора (додао %0)",EXTERNAL_COMMENT:"Овај коментар долази из спољног извора.",EXTERNAL_IMPORT_WORD_AVATAR:"Приказано име аутора потиче из Ворд документа увезеног од стране %0",EXTERNAL_IMPORT_WORD_COMMENT:"Овај коментар долази из увезене Ворд датотеке.",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"Означено као решено",NUMBER_OF_COMMENTS:["%0 komentar","%0 komentara","%0 коментара"],PENDING_ACTION_COMMENT_THREAD:"Несачувана измена у нити напомена.",Remove:"Одстрани",Reopen:"Поново отвори",Reply:"Odgovori","Reply to reopen discussion...":"Одговорите да поново отворите дискусију...","Reply...":"Одговори",Resolve:"Решити","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"Напомена је дугачка. Садржи %0 карактера, али је дозвољено максимално %1 карактера.","Write a comment...":"Напиши напомену"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const n=e.sv=e.sv||{};n.dictionary=Object.assign(n.dictionary||{},{Comment:"Kommentar","Comment editor":"Kommentarsredigerare","Comment was made on an element":"En kommentar har gjorts om ett element",COMMENTS_ARCHIVE:"Kommentarsarkiv","Delete comment thread?":"Radera kommentarstråd?","Delete comment?":"Radera kommentar?",Edit:"Ändra",EMPTY_COMMENTS_ARCHIVE:"Det finns inga arkiverade kommentarstrådar.",ENTER_COMMENT_ANNOUNCEMENT:"Skriver en kommentar.",EXTERNAL_AVATAR:"Författarnamnet som visas kommer från en extern källa (tillagd av %0).",EXTERNAL_COMMENT:"Denna kommentar härrör från en extern källa.",EXTERNAL_IMPORT_WORD_AVATAR:"Författarnamnet som visas kommer från ett Word-dokument importerat av %0.",EXTERNAL_IMPORT_WORD_COMMENT:"Denna kommentar kommer från en importerad Word-fil.",LEAVE_COMMENT_ANNOUNCEMENT:"Kommenterar.","Marked as resolved":"Markerad som löst",NUMBER_OF_COMMENTS:["%0 kommentar","%0 kommentarer"],PENDING_ACTION_COMMENT_THREAD:"Osparad ändring i kommentarstråden.",Remove:"Ta bort",Reopen:"Öppna igen",Reply:"Svara","Reply to reopen discussion...":"Svara för att öppna diskussionen igen ...","Reply...":"Svara ...",Resolve:"Lös",TOO_LONG_COMMENT_ALERT:"Kommentarsinnehållet är för långt. Din kommentar har %0 tecken men gränsen är %1 tecken.","Write a comment...":"Skriv en kommentar ..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const n=e.sv=e.sv||{};n.dictionary=Object.assign(n.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Kommentar","Comment editor":"Kommentarsredigerare","Comment was made on an element":"En kommentar har gjorts om ett element",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["",""],COMMENTS_ARCHIVE:"Kommentarsarkiv",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"Radera kommentarstråd?","Delete comment?":"Radera kommentar?",Edit:"Ändra",EMPTY_COMMENTS_ARCHIVE:"Det finns inga arkiverade kommentarstrådar.",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"Författarnamnet som visas kommer från en extern källa (tillagd av %0).",EXTERNAL_COMMENT:"Denna kommentar härrör från en extern källa.",EXTERNAL_IMPORT_WORD_AVATAR:"Författarnamnet som visas kommer från ett Word-dokument importerat av %0.",EXTERNAL_IMPORT_WORD_COMMENT:"Denna kommentar kommer från en importerad Word-fil.",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"Markerad som löst",NUMBER_OF_COMMENTS:["%0 kommentar","%0 kommentarer"],PENDING_ACTION_COMMENT_THREAD:"Osparad ändring i kommentarstråden.",Remove:"Ta bort",Reopen:"Öppna igen",Reply:"Svara","Reply to reopen discussion...":"Svara för att öppna diskussionen igen ...","Reply...":"Svara ...",Resolve:"Lös","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"Kommentarsinnehållet är för långt. Din kommentar har %0 tecken men gränsen är %1 tecken.","Write a comment...":"Skriv en kommentar ..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.th=E.th||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"ข้อคิดเห็น","Comment editor":"เครื่องมือแก้ไขข้อคิดเห็น","Comment was made on an element":"ความคิดเห็นถูกสร้างบนส่วนประกอบ",COMMENTS_ARCHIVE:"คลังความคิดเห็น","Delete comment thread?":"ลบชุดข้อคิดเห็นหรือไม่","Delete comment?":"ลบข้อคิดเห็นหรือไม่",Edit:"แก้ไข",EMPTY_COMMENTS_ARCHIVE:"ไม่มีกลุ่มความคิดเห็นที่ถูกจัดเก็บ",ENTER_COMMENT_ANNOUNCEMENT:"กำลังเข้าสู่ความคิดเห็น",EXTERNAL_AVATAR:"ชื่อผู้เขียนที่แสดงมาจากแหล่งข้อมูลภายนอก (เพิ่มโดย %0)",EXTERNAL_COMMENT:"ความคิดเห็นนี้มาจากแหล่งภายนอก",EXTERNAL_IMPORT_WORD_AVATAR:"ชื่อผู้เขียนที่แสดงมาจากเอกสาร Word ที่นําเข้าโดย %0",EXTERNAL_IMPORT_WORD_COMMENT:"ความคิดเห็นนี้มาจากไฟล์ Word ที่นําเข้า",LEAVE_COMMENT_ANNOUNCEMENT:"กำลังแสดงความคิดเห็น","Marked as resolved":"ทำเครื่องหมายว่าแก้ไขแล้ว",NUMBER_OF_COMMENTS:"%0 ข้อคิดเห็น",PENDING_ACTION_COMMENT_THREAD:"การเปลี่ยนแปลงที่ยังไม่ได้บันทึกในชุดข้อคิดเห็น",Remove:"ลบ",Reopen:"เปิดใหม่",Reply:"ตอบ","Reply to reopen discussion...":"ตอบกลับเพื่อเปิดการสนทนาขึ้นมาใหม่...","Reply...":"ตอบ...",Resolve:"แก้ไข",TOO_LONG_COMMENT_ALERT:"เนื้อหาข้อคิดเห็นยาวเกินไป ข้อคิดเห็นของคุณมี %0 แต่เรามีขีดจำกัดอยู่ที่ %1 อักขระ","Write a comment...":"เขียนข้อคิดเห็น..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.th=E.th||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"ข้อคิดเห็น","Comment editor":"เครื่องมือแก้ไขข้อคิดเห็น","Comment was made on an element":"ความคิดเห็นถูกสร้างบนส่วนประกอบ",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:"",COMMENTS_ARCHIVE:"คลังความคิดเห็น",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"ลบชุดข้อคิดเห็นหรือไม่","Delete comment?":"ลบข้อคิดเห็นหรือไม่",Edit:"แก้ไข",EMPTY_COMMENTS_ARCHIVE:"ไม่มีกลุ่มความคิดเห็นที่ถูกจัดเก็บ",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"ชื่อผู้เขียนที่แสดงมาจากแหล่งข้อมูลภายนอก (เพิ่มโดย %0)",EXTERNAL_COMMENT:"ความคิดเห็นนี้มาจากแหล่งภายนอก",EXTERNAL_IMPORT_WORD_AVATAR:"ชื่อผู้เขียนที่แสดงมาจากเอกสาร Word ที่นําเข้าโดย %0",EXTERNAL_IMPORT_WORD_COMMENT:"ความคิดเห็นนี้มาจากไฟล์ Word ที่นําเข้า",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"ทำเครื่องหมายว่าแก้ไขแล้ว",NUMBER_OF_COMMENTS:"%0 ข้อคิดเห็น",PENDING_ACTION_COMMENT_THREAD:"การเปลี่ยนแปลงที่ยังไม่ได้บันทึกในชุดข้อคิดเห็น",Remove:"ลบ",Reopen:"เปิดใหม่",Reply:"ตอบ","Reply to reopen discussion...":"ตอบกลับเพื่อเปิดการสนทนาขึ้นมาใหม่...","Reply...":"ตอบ...",Resolve:"แก้ไข","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"เนื้อหาข้อคิดเห็นยาวเกินไป ข้อคิดเห็นของคุณมี %0 แต่เรามีขีดจำกัดอยู่ที่ %1 อักขระ","Write a comment...":"เขียนข้อคิดเห็น..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.ti=E.ti||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"","Comment editor":"","Comment was made on an element":"",COMMENTS_ARCHIVE:"","Delete comment thread?":"","Delete comment?":"",Edit:"ኣርም",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["",""],PENDING_ACTION_COMMENT_THREAD:"",Remove:"",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"",Resolve:"",TOO_LONG_COMMENT_ALERT:"","Write a comment...":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.ti=E.ti||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"","Comment editor":"","Comment was made on an element":"",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["",""],COMMENTS_ARCHIVE:"",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"","Delete comment?":"",Edit:"ኣርም",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["",""],PENDING_ACTION_COMMENT_THREAD:"",Remove:"",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"",Resolve:"","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"","Write a comment...":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const T=e.tk=e.tk||{};T.dictionary=Object.assign(T.dictionary||{},{Comment:"Teswir","Comment editor":"Teswir redaktory","Comment was made on an element":"",COMMENTS_ARCHIVE:"","Delete comment thread?":"Teswir bölümini pozuň?","Delete comment?":"Teswir pozuň?",Edit:"Redaktirläň",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["%0 Teswir","%0 Teswir"],PENDING_ACTION_COMMENT_THREAD:"Teswirler bölüminde saklanmadyk üýtgeşme.",Remove:"Aýyr",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"Jogap...",Resolve:"",TOO_LONG_COMMENT_ALERT:"Düşündiriş mazmuny gaty uzyn. Teswiriňizde %0 simwol bar, ýöne çäk %1 simwol.","Write a comment...":"Teswir ýazyň..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(T){const E=T.tk=T.tk||{};E.dictionary=Object.assign(E.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Teswir","Comment editor":"Teswir redaktory","Comment was made on an element":"",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["",""],COMMENTS_ARCHIVE:"",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"Teswir bölümini pozuň?","Delete comment?":"Teswir pozuň?",Edit:"Redaktirläň",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["%0 Teswir","%0 Teswir"],PENDING_ACTION_COMMENT_THREAD:"Teswirler bölüminde saklanmadyk üýtgeşme.",Remove:"Aýyr",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"Jogap...",Resolve:"","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"Düşündiriş mazmuny gaty uzyn. Teswiriňizde %0 simwol bar, ýöne çäk %1 simwol.","Write a comment...":"Teswir ýazyň..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(i){const e=i.tr=i.tr||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Yorum","Comment editor":"Yorum Düzenleyici","Comment was made on an element":"Bir öge hakkında yorum yapıldı",COMMENTS_ARCHIVE:"Yorum arşivi","Delete comment thread?":"Yorum dizesi silinsin mi?","Delete comment?":"Yorum silinsin mi?",Edit:"Düzenle",EMPTY_COMMENTS_ARCHIVE:"Arşivlenmiş yorum dizisi yok.",ENTER_COMMENT_ANNOUNCEMENT:"Bir yorum giriliyor.",EXTERNAL_AVATAR:"Görüntülenen yazar adı harici bir kaynaktan geliyor (%0 tarafından eklendi)",EXTERNAL_COMMENT:"Bu yorum harici bir kaynaktan geliyor.",EXTERNAL_IMPORT_WORD_AVATAR:"Görüntülenen yazar adı, %0 tarafından içe aktarılan bir Word belgesinden geliyor",EXTERNAL_IMPORT_WORD_COMMENT:"Bu yorum, içe aktarılan bir Word dosyasından geliyor.",LEAVE_COMMENT_ANNOUNCEMENT:"Bir yorum bırakılıyor.","Marked as resolved":"Çözüldü olarak işaretlendi",NUMBER_OF_COMMENTS:["%0 Yorum","%0 Yorum"],PENDING_ACTION_COMMENT_THREAD:"Yorum dizisinde kaydedilmemiş değişiklikler var.",Remove:"Sil",Reopen:"Yeniden aç",Reply:"Yanıtla","Reply to reopen discussion...":"Tartışmayı yeniden açmak için yanıtlayın...","Reply...":"Cevapla...",Resolve:"Ayrıştır",TOO_LONG_COMMENT_ALERT:"Yorum içeriğiniz çok uzun. Yorununuz %0 karakterden oluşuyor ama %1 karakter sayısına izin veriliyor.","Write a comment...":"Bir yorum yaz..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(i){const e=i.tr=i.tr||{};e.dictionary=Object.assign(e.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Yorum","Comment editor":"Yorum Düzenleyici","Comment was made on an element":"Bir öge hakkında yorum yapıldı",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["",""],COMMENTS_ARCHIVE:"Yorum arşivi",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"Yorum dizesi silinsin mi?","Delete comment?":"Yorum silinsin mi?",Edit:"Düzenle",EMPTY_COMMENTS_ARCHIVE:"Arşivlenmiş yorum dizisi yok.",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"Görüntülenen yazar adı harici bir kaynaktan geliyor (%0 tarafından eklendi)",EXTERNAL_COMMENT:"Bu yorum harici bir kaynaktan geliyor.",EXTERNAL_IMPORT_WORD_AVATAR:"Görüntülenen yazar adı, %0 tarafından içe aktarılan bir Word belgesinden geliyor",EXTERNAL_IMPORT_WORD_COMMENT:"Bu yorum, içe aktarılan bir Word dosyasından geliyor.",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"Çözüldü olarak işaretlendi",NUMBER_OF_COMMENTS:["%0 Yorum","%0 Yorum"],PENDING_ACTION_COMMENT_THREAD:"Yorum dizisinde kaydedilmemiş değişiklikler var.",Remove:"Sil",Reopen:"Yeniden aç",Reply:"Yanıtla","Reply to reopen discussion...":"Tartışmayı yeniden açmak için yanıtlayın...","Reply...":"Cevapla...",Resolve:"Ayrıştır","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"Yorum içeriğiniz çok uzun. Yorununuz %0 karakterden oluşuyor ama %1 karakter sayısına izin veriliyor.","Write a comment...":"Bir yorum yaz..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.tt=E.tt||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Аңлатма","Comment editor":"","Comment was made on an element":"",COMMENTS_ARCHIVE:"","Delete comment thread?":"","Delete comment?":"",Edit:"Редакцияләү",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:"",PENDING_ACTION_COMMENT_THREAD:"",Remove:"",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"",Resolve:"",TOO_LONG_COMMENT_ALERT:"","Write a comment...":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.tt=E.tt||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Аңлатма","Comment editor":"","Comment was made on an element":"",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:"",COMMENTS_ARCHIVE:"",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"","Delete comment?":"",Edit:"Редакцияләү",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:"",PENDING_ACTION_COMMENT_THREAD:"",Remove:"",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"",Resolve:"","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"","Write a comment...":""})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.ug=E.ug||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"ئىنكاس","Comment editor":"ئىنكاس تەھرىرلىگۈچ","Comment was made on an element":"ئېلېمېنتقا ئىنكاس يېزىلغان",COMMENTS_ARCHIVE:"ئىنكاس ئارخىپى","Delete comment thread?":"ئىنكاس باغلىمىنى ئۆچۈرەمسىز؟","Delete comment?":"ئىنكاسنى ئۆچۈرەمسىز؟",Edit:"تەھرىرلەش",EMPTY_COMMENTS_ARCHIVE:"ئارخىپلانغان ھېچقانداق ئىنكاس يوق.",ENTER_COMMENT_ANNOUNCEMENT:"ئىنكاسقا كىرىش.",EXTERNAL_AVATAR:"كۆرۈنگەن يازغۇچىنىڭ ئىسمى سىرتقى مەنبە (قوشقۇچى %0) دىن كەلگەن",EXTERNAL_COMMENT:"بۇ ئىنكاس سىرتقى مەنبەدىن كەلگەن.",EXTERNAL_IMPORT_WORD_AVATAR:"كۆرۈنگەن يازغۇچىنىڭ ئىسمى %0 ئەكىرگەن Wordھۆججىتىدىن دىن كەلگەن",EXTERNAL_IMPORT_WORD_COMMENT:"بۇ ئىنكاس ئەكىرىلگەن Word ھۆججىتىدىن كەلگەن.",LEAVE_COMMENT_ANNOUNCEMENT:"ئىنكاستىن چىقىش.","Marked as resolved":"ھەل قىلىندى بەلگىسى سېلىنغان",NUMBER_OF_COMMENTS:["%0 ئىنكاس","%0 ئىنكاس"],PENDING_ACTION_COMMENT_THREAD:"ئىنكاس رايونىدا ساقلانمىغان ئۆزگەرتىش مەۋجۇت",Remove:"چىقىرىۋېتىش",Reopen:"قايتا ئاچ",Reply:"جاۋاب","Reply to reopen discussion...":"قايتا ئېچىلغان سۆزلىشىشكە ئىنكاس قايتۇرىدۇ…","Reply...":"جاۋاب...",Resolve:"ھەل قىل",TOO_LONG_COMMENT_ALERT:"ئىنكاس مەزمۇنى بەك ئۇزۇن. ئىنكاسىڭىز %0 ھەرپ ئەمما چېكى %1 ھەرپ.","Write a comment...":"ئىنكاس يېزىش..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.ug=E.ug||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"ئىنكاس","Comment editor":"ئىنكاس تەھرىرلىگۈچ","Comment was made on an element":"ئېلېمېنتقا ئىنكاس يېزىلغان",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["",""],COMMENTS_ARCHIVE:"ئىنكاس ئارخىپى",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"ئىنكاس باغلىمىنى ئۆچۈرەمسىز؟","Delete comment?":"ئىنكاسنى ئۆچۈرەمسىز؟",Edit:"تەھرىرلەش",EMPTY_COMMENTS_ARCHIVE:"ئارخىپلانغان ھېچقانداق ئىنكاس يوق.",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"كۆرۈنگەن يازغۇچىنىڭ ئىسمى سىرتقى مەنبە (قوشقۇچى %0) دىن كەلگەن",EXTERNAL_COMMENT:"بۇ ئىنكاس سىرتقى مەنبەدىن كەلگەن.",EXTERNAL_IMPORT_WORD_AVATAR:"كۆرۈنگەن يازغۇچىنىڭ ئىسمى %0 ئەكىرگەن Wordھۆججىتىدىن دىن كەلگەن",EXTERNAL_IMPORT_WORD_COMMENT:"بۇ ئىنكاس ئەكىرىلگەن Word ھۆججىتىدىن كەلگەن.",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"ھەل قىلىندى بەلگىسى سېلىنغان",NUMBER_OF_COMMENTS:["%0 ئىنكاس","%0 ئىنكاس"],PENDING_ACTION_COMMENT_THREAD:"ئىنكاس رايونىدا ساقلانمىغان ئۆزگەرتىش مەۋجۇت",Remove:"چىقىرىۋېتىش",Reopen:"قايتا ئاچ",Reply:"جاۋاب","Reply to reopen discussion...":"قايتا ئېچىلغان سۆزلىشىشكە ئىنكاس قايتۇرىدۇ…","Reply...":"جاۋاب...",Resolve:"ھەل قىل","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"ئىنكاس مەزمۇنى بەك ئۇزۇن. ئىنكاسىڭىز %0 ھەرپ ئەمما چېكى %1 ھەرپ.","Write a comment...":"ئىنكاس يېزىش..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.uk=E.uk||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"Коментар","Comment editor":"Редактор коментарів","Comment was made on an element":"Було зроблено коментар до елемента",COMMENTS_ARCHIVE:"Архів коментарів","Delete comment thread?":"Видати ланцюжок коментарів?","Delete comment?":"Видалити коментар?",Edit:"Редагувати",EMPTY_COMMENTS_ARCHIVE:"Немає архівних гілок коментарів.",ENTER_COMMENT_ANNOUNCEMENT:"Вхід у коментар.",EXTERNAL_AVATAR:"Показане ім'я автора походить із зовнішнього джерела (доданого %0)",EXTERNAL_COMMENT:"Цей коментар походить від зовнішнього джерела.",EXTERNAL_IMPORT_WORD_AVATAR:"Показане ім'я автора походить із документу Word імпортованого %0",EXTERNAL_IMPORT_WORD_COMMENT:"Цей коментар походить з імпортованого Word файлу.",LEAVE_COMMENT_ANNOUNCEMENT:"Вихід з коментаря.","Marked as resolved":"Позначено як вирішене",NUMBER_OF_COMMENTS:["%0 Коментар","%0 Коментаря","%0 Коментарів","%0 Коментарів"],PENDING_ACTION_COMMENT_THREAD:"Незбережена зміна ланцюжка коментарів.",Remove:"Видалити",Reopen:"Відновити",Reply:"Відповісти","Reply to reopen discussion...":"Відповісти, щоб відновити обговорення...","Reply...":"Відповісти...",Resolve:"Вирішити",TOO_LONG_COMMENT_ALERT:"Коментар задовгий. Ваш коментар містить %0 знак із %1 допустимих.","Write a comment...":"Написати коментар..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.uk=E.uk||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Коментар","Comment editor":"Редактор коментарів","Comment was made on an element":"Було зроблено коментар до елемента",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["","","",""],COMMENTS_ARCHIVE:"Архів коментарів",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"Видати ланцюжок коментарів?","Delete comment?":"Видалити коментар?",Edit:"Редагувати",EMPTY_COMMENTS_ARCHIVE:"Немає архівних гілок коментарів.",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"Показане ім'я автора походить із зовнішнього джерела (доданого %0)",EXTERNAL_COMMENT:"Цей коментар походить від зовнішнього джерела.",EXTERNAL_IMPORT_WORD_AVATAR:"Показане ім'я автора походить із документу Word імпортованого %0",EXTERNAL_IMPORT_WORD_COMMENT:"Цей коментар походить з імпортованого Word файлу.",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"Позначено як вирішене",NUMBER_OF_COMMENTS:["%0 Коментар","%0 Коментаря","%0 Коментарів","%0 Коментарів"],PENDING_ACTION_COMMENT_THREAD:"Незбережена зміна ланцюжка коментарів.",Remove:"Видалити",Reopen:"Відновити",Reply:"Відповісти","Reply to reopen discussion...":"Відповісти, щоб відновити обговорення...","Reply...":"Відповісти...",Resolve:"Вирішити","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"Коментар задовгий. Ваш коментар містить %0 знак із %1 допустимих.","Write a comment...":"Написати коментар..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.ur=E.ur||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"تبصرہ","Comment editor":"تبصرہ ایڈیٹر","Comment was made on an element":"",COMMENTS_ARCHIVE:"","Delete comment thread?":"تبصرے کا دھاگہ حذف کریں؟","Delete comment?":"تبصرہ حذف کریں؟",Edit:"ترمیم",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["0% تبصرہ","0% تبصرے"],PENDING_ACTION_COMMENT_THREAD:"تبصرے دھاگے میں غیر محفوظ تبدیلیاں ہیں۔",Remove:"حذف کریں",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"جواب۔۔۔",Resolve:"",TOO_LONG_COMMENT_ALERT:"آپ کا تبصرہ طویل ہے۔ آپ کے تبصرے میں 0% حروف ہیں جبکہ 1% حروف کی حد ہے۔","Write a comment...":"تبصرہ کریں۔۔۔"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.ur=E.ur||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"تبصرہ","Comment editor":"تبصرہ ایڈیٹر","Comment was made on an element":"",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:["",""],COMMENTS_ARCHIVE:"",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"تبصرے کا دھاگہ حذف کریں؟","Delete comment?":"تبصرہ حذف کریں؟",Edit:"ترمیم",EMPTY_COMMENTS_ARCHIVE:"",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"",EXTERNAL_COMMENT:"",EXTERNAL_IMPORT_WORD_AVATAR:"",EXTERNAL_IMPORT_WORD_COMMENT:"",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"",NUMBER_OF_COMMENTS:["0% تبصرہ","0% تبصرے"],PENDING_ACTION_COMMENT_THREAD:"تبصرے دھاگے میں غیر محفوظ تبدیلیاں ہیں۔",Remove:"حذف کریں",Reopen:"",Reply:"","Reply to reopen discussion...":"","Reply...":"جواب۔۔۔",Resolve:"","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"آپ کا تبصرہ طویل ہے۔ آپ کے تبصرے میں 0% حروف ہیں جبکہ 1% حروف کی حد ہے۔","Write a comment...":"تبصرہ کریں۔۔۔"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(n){const t=n.vi=n.vi||{};t.dictionary=Object.assign(t.dictionary||{},{Comment:"Bình luận","Comment editor":"Trình chỉnh sửa bình luận","Comment was made on an element":"Bình luận được tạo trên một yếu tố",COMMENTS_ARCHIVE:"Kho lưu trữ bình luận","Delete comment thread?":"Xóa chuỗi bình luận?","Delete comment?":"Xóa bình luận?",Edit:"Chỉnh sửa",EMPTY_COMMENTS_ARCHIVE:"Không có chủ đề bình luận nào được lưu trữ.",ENTER_COMMENT_ANNOUNCEMENT:"Đang nhập bình luận.",EXTERNAL_AVATAR:"Tên tác giả được hiển thị đến từ nguồn bên ngoài (do %0 thêm vào)",EXTERNAL_COMMENT:"Nhận xét này đến từ một nguồn bên ngoài.",EXTERNAL_IMPORT_WORD_AVATAR:"Tên tác giả được hiển thị đến từ một tài liệu Word do %0 nhập",EXTERNAL_IMPORT_WORD_COMMENT:"Bình luận này đến từ một tệp Word được nhập.",LEAVE_COMMENT_ANNOUNCEMENT:"Đang viết bình luận.","Marked as resolved":"Đánh dấu là đã xử lí",NUMBER_OF_COMMENTS:"%0 Bình luận",PENDING_ACTION_COMMENT_THREAD:"Nội dung thay đổi chưa lưu trong chuỗi bình luận.",Remove:"Xóa",Reopen:"Mở lại",Reply:"Trả lời","Reply to reopen discussion...":"Trả lời để mở lại cuộc thảo luận...","Reply...":"Trả lời...",Resolve:"Xử lí",TOO_LONG_COMMENT_ALERT:"Nội dung bình luận quá dài. Bình luận của bạn có %0 ký tự, tuy nhiên giới hạn ký tự là %1.","Write a comment...":"Viết bình luận..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(n){const T=n.vi=n.vi||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"Bình luận","Comment editor":"Trình chỉnh sửa bình luận","Comment was made on an element":"Bình luận được tạo trên một yếu tố",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:"",COMMENTS_ARCHIVE:"Kho lưu trữ bình luận",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"Xóa chuỗi bình luận?","Delete comment?":"Xóa bình luận?",Edit:"Chỉnh sửa",EMPTY_COMMENTS_ARCHIVE:"Không có chủ đề bình luận nào được lưu trữ.",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"Tên tác giả được hiển thị đến từ nguồn bên ngoài (do %0 thêm vào)",EXTERNAL_COMMENT:"Nhận xét này đến từ một nguồn bên ngoài.",EXTERNAL_IMPORT_WORD_AVATAR:"Tên tác giả được hiển thị đến từ một tài liệu Word do %0 nhập",EXTERNAL_IMPORT_WORD_COMMENT:"Bình luận này đến từ một tệp Word được nhập.",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"Đánh dấu là đã xử lí",NUMBER_OF_COMMENTS:"%0 Bình luận",PENDING_ACTION_COMMENT_THREAD:"Nội dung thay đổi chưa lưu trong chuỗi bình luận.",Remove:"Xóa",Reopen:"Mở lại",Reply:"Trả lời","Reply to reopen discussion...":"Trả lời để mở lại cuộc thảo luận...","Reply...":"Trả lời...",Resolve:"Xử lí","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"Nội dung bình luận quá dài. Bình luận của bạn có %0 ký tự, tuy nhiên giới hạn ký tự là %1.","Write a comment...":"Viết bình luận..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E["zh-cn"]=E["zh-cn"]||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"评论","Comment editor":"评论插件","Comment was made on an element":"对元素进行了评论",COMMENTS_ARCHIVE:"评论存档","Delete comment thread?":"删除这组评论?","Delete comment?":"删除这条评论?",Edit:"编辑",EMPTY_COMMENTS_ARCHIVE:"没有已存档的评论。",ENTER_COMMENT_ANNOUNCEMENT:"进入评论。",EXTERNAL_AVATAR:"显示的作者名来自(%0 添加的)外部来源",EXTERNAL_COMMENT:"此评论来自外部来源。",EXTERNAL_IMPORT_WORD_AVATAR:"显示的作者名来自 %0 导入的 Word 文件",EXTERNAL_IMPORT_WORD_COMMENT:"此评论来自导入的 Word 文件。",LEAVE_COMMENT_ANNOUNCEMENT:"离开评论。","Marked as resolved":"标记为已解决",NUMBER_OF_COMMENTS:"%0 条评论",PENDING_ACTION_COMMENT_THREAD:"评论区有未保存内容",Remove:"删除",Reopen:"重新开启",Reply:"回复","Reply to reopen discussion...":"回复以重新开启讨论……","Reply...":"回复...",Resolve:"解决",TOO_LONG_COMMENT_ALERT:"评论内容过长。评论内容长度必须大于%0个字符而小于%1个字符。","Write a comment...":"编写评论..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E["zh-cn"]=E["zh-cn"]||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"评论","Comment editor":"评论插件","Comment was made on an element":"对元素进行了评论",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:"",COMMENTS_ARCHIVE:"评论存档",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"删除这组评论?","Delete comment?":"删除这条评论?",Edit:"编辑",EMPTY_COMMENTS_ARCHIVE:"没有已存档的评论。",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"显示的作者名来自(%0 添加的)外部来源",EXTERNAL_COMMENT:"此评论来自外部来源。",EXTERNAL_IMPORT_WORD_AVATAR:"显示的作者名来自 %0 导入的 Word 文件",EXTERNAL_IMPORT_WORD_COMMENT:"此评论来自导入的 Word 文件。",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"标记为已解决",NUMBER_OF_COMMENTS:"%0 条评论",PENDING_ACTION_COMMENT_THREAD:"评论区有未保存内容",Remove:"删除",Reopen:"重新开启",Reply:"回复","Reply to reopen discussion...":"回复以重新开启讨论……","Reply...":"回复...",Resolve:"解决","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"评论内容过长。评论内容长度必须大于%0个字符而小于%1个字符。","Write a comment...":"编写评论..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(E){const e=E.zh=E.zh||{};e.dictionary=Object.assign(e.dictionary||{},{Comment:"留言","Comment editor":"留言編輯器","Comment was made on an element":"對元件進行的留言",COMMENTS_ARCHIVE:"留言封存紀錄","Delete comment thread?":"刪除討論串?","Delete comment?":"刪除留言?",Edit:"編輯",EMPTY_COMMENTS_ARCHIVE:"無封存的留言串。",ENTER_COMMENT_ANNOUNCEMENT:"正在進入留言。",EXTERNAL_AVATAR:"顯示的作者名稱來自外部來源(由 %0 新增)",EXTERNAL_COMMENT:"此留言來自外部來源。",EXTERNAL_IMPORT_WORD_AVATAR:"顯示的作者名稱來自由 %0 匯入的 Word 文件",EXTERNAL_IMPORT_WORD_COMMENT:"此留言來自匯入的 Word 檔案。",LEAVE_COMMENT_ANNOUNCEMENT:"正在留下留言。","Marked as resolved":"已標記為解決",NUMBER_OF_COMMENTS:"%0 則留言",PENDING_ACTION_COMMENT_THREAD:"討論串尚未儲存。",Remove:"刪除",Reopen:"重新開啟",Reply:"回覆","Reply to reopen discussion...":"回覆以重新開啟討論...","Reply...":"回覆...",Resolve:"解決",TOO_LONG_COMMENT_ALERT:"留言內容太長。你的留言有 %0 個字,上限字數為 %1。","Write a comment...":"撰寫留言..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(E){const T=E.zh=E.zh||{};T.dictionary=Object.assign(T.dictionary||{},{ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS:"",ACCESSIBILITY_HELP_ANNOTATIONS_ENTER:"",ACCESSIBILITY_HELP_ANNOTATIONS_EXIT:"",ACCESSIBILITY_HELP_ANNOTATIONS_GROUP:"",ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO:"",ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS:"",ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT:"","Annotations list":"","Annotations sidebar":"",Comment:"留言","Comment editor":"留言編輯器","Comment was made on an element":"對元件進行的留言",COMMENT_ARIA_LABEL:"",COMMENT_THREAD_DESCRIPTION:"",COMMENT_THREAD_LABEL:"",COMMENTS_ARCHIVE:"留言封存紀錄",COMMENTS_ARCHIVE_LIST_LABEL:"","Delete comment thread?":"刪除討論串?","Delete comment?":"刪除留言?",Edit:"編輯",EMPTY_COMMENTS_ARCHIVE:"無封存的留言串。",ENTER_COMMENT_ANNOUNCEMENT:"",EXTERNAL_AVATAR:"顯示的作者名稱來自外部來源(由 %0 新增)",EXTERNAL_COMMENT:"此留言來自外部來源。",EXTERNAL_IMPORT_WORD_AVATAR:"顯示的作者名稱來自由 %0 匯入的 Word 文件",EXTERNAL_IMPORT_WORD_COMMENT:"此留言來自匯入的 Word 檔案。",LEAVE_COMMENT_ANNOUNCEMENT:"","Marked as resolved":"已標記為解決",NUMBER_OF_COMMENTS:"%0 則留言",PENDING_ACTION_COMMENT_THREAD:"討論串尚未儲存。",Remove:"刪除",Reopen:"重新開啟",Reply:"回覆","Reply to reopen discussion...":"回覆以重新開啟討論...","Reply...":"回覆...",Resolve:"解決","Thread comments":"",THREAD_CONTEXT_LABEL:"",TOO_LONG_COMMENT_ALERT:"留言內容太長。你的留言有 %0 個字,上限字數為 %1。","Write a comment...":"撰寫留言..."})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -10,7 +10,7 @@
10
10
  * @module comments/annotations/annotations
11
11
  * @publicApi
12
12
  */
13
- import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core.js';
13
+ import { ContextPlugin, Editor, type Context } from 'ckeditor5/src/core.js';
14
14
  import type { View } from 'ckeditor5/src/ui.js';
15
15
  import { type Locale } from 'ckeditor5/src/utils.js';
16
16
  import Annotation, { type AnnotationTarget } from './annotation.js';
@@ -11,7 +11,7 @@
11
11
  * @publicApi
12
12
  */
13
13
  import { ContextPlugin, type Context, type Editor } from 'ckeditor5/src/core.js';
14
- import type { View } from 'ckeditor5/src/ui.js';
14
+ import type { FocusableView } from 'ckeditor5/src/ui.js';
15
15
  import SidebarView from './view/sidebarview.js';
16
16
  import SidebarItemView from './view/sidebaritemview.js';
17
17
  import type Annotation from './annotation.js';
@@ -92,7 +92,7 @@ export default class Sidebar extends ContextPlugin {
92
92
  * By default, annotation's view will be displayed in the sidebar. However, you can provide any other view
93
93
  * to be displayed instead using `annotationToDisplay`. `annotation` will be then used only to gather data needed by `Sidebar`.
94
94
  */
95
- addAnnotation(annotation: Annotation, viewToDisplay?: View): SidebarItemView;
95
+ addAnnotation(annotation: Annotation, viewToDisplay?: FocusableView): SidebarItemView;
96
96
  /**
97
97
  * Returns sidebar item view that wraps given annotation view.
98
98
  */
@@ -10,7 +10,7 @@
10
10
  * @module comments/annotations/view/annotationview
11
11
  * @publicApi
12
12
  */
13
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
13
+ import { type FocusableView, View, type ViewCollection } from 'ckeditor5/src/ui.js';
14
14
  import { FocusTracker, KeystrokeHandler, type Rect, type Locale } from 'ckeditor5/src/utils.js';
15
15
  import '../../../theme/annotation.css';
16
16
  /**
@@ -19,7 +19,7 @@ import '../../../theme/annotation.css';
19
19
  * It introduces functionalities that make the given view ready to be used as an annotation, such as focus tracking, height resizing,
20
20
  * and other observable properties that help share current annotation state across different UIs.
21
21
  */
22
- export default class AnnotationView extends View {
22
+ export default class AnnotationView extends View implements FocusableView {
23
23
  /**
24
24
  * Tracks focus on the annotation view.
25
25
  *
@@ -67,7 +67,7 @@ export default class AnnotationView extends View {
67
67
  /**
68
68
  * Collection for content views.
69
69
  */
70
- content: ViewCollection;
70
+ content: ViewCollection<FocusableView>;
71
71
  /**
72
72
  * The inner annotation view.
73
73
  */
@@ -89,6 +89,6 @@ export default class AnnotationView extends View {
89
89
  */
90
90
  focus(): void;
91
91
  }
92
- export interface AnnotationMainView extends View {
92
+ export interface AnnotationMainView extends FocusableView {
93
93
  isActive: boolean;
94
94
  }
@@ -10,12 +10,12 @@
10
10
  * @module comments/annotations/view/sidebaritemview
11
11
  * @publicApi
12
12
  */
13
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
13
+ import { View, type ViewCollection, type FocusableView } from 'ckeditor5/src/ui.js';
14
14
  import { type Locale } from 'ckeditor5/src/utils.js';
15
15
  /**
16
16
  * A wrapper view that wraps given {@link module:ui/view~View} to display it as a {@link module:comments/annotations/sidebar~Sidebar} item.
17
17
  */
18
- export default class SidebarItemView extends View {
18
+ export default class SidebarItemView extends View implements FocusableView {
19
19
  element: HTMLElement;
20
20
  /**
21
21
  * The item top offset.
@@ -39,7 +39,7 @@ export default class SidebarItemView extends View {
39
39
  /**
40
40
  * A collection of content views.
41
41
  */
42
- content: ViewCollection;
42
+ content: ViewCollection<FocusableView>;
43
43
  /**
44
44
  * @inheritDoc
45
45
  */
@@ -48,6 +48,10 @@ export default class SidebarItemView extends View {
48
48
  * @inheritDoc
49
49
  */
50
50
  render(): void;
51
+ /**
52
+ * @inheritDoc
53
+ */
54
+ focus(): void;
51
55
  /**
52
56
  * Updates {@link #height the height property} according to the element's DOM height.
53
57
  */
@@ -10,13 +10,14 @@
10
10
  * @module comments/annotations/view/sidebarview
11
11
  * @publicApi
12
12
  */
13
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
14
- import { type Locale } from 'ckeditor5/src/utils.js';
13
+ import { View, FocusCycler, type ViewCollection, type ViewWithFocusCycler } from 'ckeditor5/src/ui.js';
14
+ import { FocusTracker, type Locale } from 'ckeditor5/src/utils.js';
15
+ import type SidebarItemView from './sidebaritemview.js';
15
16
  import '../../../theme/sidebar.css';
16
17
  /**
17
18
  * The sidebar view class that displays the collection of sidebar item views.
18
19
  */
19
- export default class SidebarView extends View {
20
+ export default class SidebarView extends View implements ViewWithFocusCycler {
20
21
  /**
21
22
  * @observable
22
23
  */
@@ -28,9 +29,29 @@ export default class SidebarView extends View {
28
29
  /**
29
30
  * A collection of sidebar item views.
30
31
  */
31
- list: ViewCollection;
32
+ list: ViewCollection<SidebarItemView>;
33
+ /**
34
+ * A collection of focusable views in the sidebar.
35
+ */
36
+ focusables: ViewCollection<SidebarItemView>;
37
+ /**
38
+ * Tracks information about DOM focus among sidebar item views.
39
+ */
40
+ readonly focusTracker: FocusTracker;
41
+ /**
42
+ * Helps cycling over {@link #focusables focusable items} in the sidebar.
43
+ */
44
+ readonly focusCycler: FocusCycler;
32
45
  /**
33
46
  * @inheritDoc
34
47
  */
35
48
  constructor(locale: Locale);
49
+ /**
50
+ * @inheritDoc
51
+ */
52
+ render(): void;
53
+ /**
54
+ * @inheritDoc
55
+ */
56
+ focus(): void;
36
57
  }
@@ -82,3 +82,11 @@ export default class CommentsEditing extends Plugin {
82
82
  */
83
83
  scrollToThreadMarker(threadId: string): void;
84
84
  }
85
+ /**
86
+ * Returns marker name split to group and id.
87
+ */
88
+ export declare function splitMarkerName(name: string): {
89
+ group: string;
90
+ id: string;
91
+ part: string;
92
+ };
@@ -19,7 +19,7 @@ import '../../theme/commentthread.css';
19
19
  import '../../theme/commentinput.css';
20
20
  import Annotation, { type AnnotationTarget } from '../annotations/annotation.js';
21
21
  import Annotations from '../annotations/annotations.js';
22
- import type BaseCommentThreadView from './ui/view/basecommentthreadview.js';
22
+ import type { default as BaseCommentThreadView } from './ui/view/basecommentthreadview.js';
23
23
  /**
24
24
  * Stores the list of {@link module:comments/comments/commentsrepository~CommentThread}
25
25
  * and provides event-driven API for managing them. It is also responsible for using the comments adapter
@@ -870,6 +870,18 @@ export type AddCommentEvent = {
870
870
  name: string;
871
871
  args: [CommentEventData];
872
872
  };
873
+ /**
874
+ * An event fired when the user pressed Escape key while the comment thread was focused.
875
+ */
876
+ export type CommentThreadEscapeEvent = {
877
+ name: string;
878
+ args: [
879
+ {
880
+ threadId: string;
881
+ channelId: string | symbol;
882
+ }
883
+ ];
884
+ };
873
885
  /**
874
886
  * @param commentId The comment ID.
875
887
  * @param authorId ID of the comment author.
@@ -998,7 +1010,7 @@ export interface CommentsAdapter {
998
1010
  resolvedAt?: Date | null;
999
1011
  resolvedBy?: string | null;
1000
1012
  attributes: Record<string, unknown>;
1001
- }>;
1013
+ } | null>;
1002
1014
  /**
1003
1015
  * Called each time the user changes the existing comment thread.
1004
1016
  *
@@ -10,12 +10,12 @@
10
10
  * @module comments/comments/ui/view/basecommentthreadview
11
11
  * @publicApi
12
12
  */
13
- import { View } from 'ckeditor5/src/ui.js';
14
- import type { Locale } from 'ckeditor5/src/utils.js';
13
+ import { FocusCycler, View, type FocusableView, type ViewCollection } from 'ckeditor5/src/ui.js';
14
+ import { type Locale, FocusTracker, KeystrokeHandler } from 'ckeditor5/src/utils.js';
15
15
  import CommentThreadInputView from './commentthreadinputview.js';
16
16
  import CommentsListView from './commentslistview.js';
17
17
  import CommentThreadHeaderView from './commentthreadheaderview.js';
18
- import type { User } from 'ckeditor5-collaboration/src/collaboration-core.js';
18
+ import { AriaDescriptionView, type User } from 'ckeditor5-collaboration/src/collaboration-core.js';
19
19
  import type { CommentThread } from '../../commentsrepository.js';
20
20
  import type { CommentThreadConfig } from '../../../config.js';
21
21
  /**
@@ -71,6 +71,31 @@ export default class BaseCommentThreadView extends View {
71
71
  * @readonly
72
72
  */
73
73
  readonly commentThreadInputView: CommentThreadInputView;
74
+ /**
75
+ * A helper view that provides an ARIA description for the comment thread used by
76
+ * assistive technologies.
77
+ */
78
+ readonly ariaDescriptionView: AriaDescriptionView;
79
+ /**
80
+ * An accessible thread label text exposed to assistive technologies.
81
+ */
82
+ ariaLabel: string;
83
+ /**
84
+ * The collection of focusable views in the comment thread.
85
+ */
86
+ readonly focusables: ViewCollection<FocusableView>;
87
+ /**
88
+ * Tracks information about DOM focus in the thread.
89
+ */
90
+ readonly focusTracker: FocusTracker;
91
+ /**
92
+ * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
93
+ */
94
+ readonly keystrokes: KeystrokeHandler;
95
+ /**
96
+ * Helps cycling over focusable views in the thread.
97
+ */
98
+ readonly focusCycler: FocusCycler;
74
99
  /**
75
100
  * @param locale The localization service instance.
76
101
  * @param model The model on which the view will base.
@@ -82,6 +107,10 @@ export default class BaseCommentThreadView extends View {
82
107
  * Focuses the view.
83
108
  */
84
109
  focus(): void;
110
+ /**
111
+ * @inheritDoc
112
+ */
113
+ render(): void;
85
114
  /**
86
115
  * @inheritDoc
87
116
  */
@@ -10,8 +10,9 @@
10
10
  * @module comments/comments/ui/view/basecommentview
11
11
  * @publicApi
12
12
  */
13
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
14
- import type { Locale } from 'ckeditor5/src/utils.js';
13
+ import { View, ViewCollection, type FocusableView, FocusCycler } from 'ckeditor5/src/ui.js';
14
+ import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils.js';
15
+ import { AriaDescriptionView } from 'ckeditor5-collaboration/src/collaboration-core.js';
15
16
  import type { Comment } from '../../commentsrepository.js';
16
17
  import type { CommentViewConfig } from '../../../config.js';
17
18
  /**
@@ -19,7 +20,7 @@ import type { CommentViewConfig } from '../../../config.js';
19
20
  *
20
21
  * It provides some behaviors, flags and building blocks to use when creating a custom comment view class.
21
22
  */
22
- export default class BaseCommentView extends View {
23
+ export default class BaseCommentView extends View implements FocusableView {
23
24
  locale: Locale;
24
25
  /**
25
26
  * Informs whether the comment view is in the editing mode.
@@ -44,6 +45,31 @@ export default class BaseCommentView extends View {
44
45
  * By default, the comment is in the "content mode" and this view collection stores the comment content view.
45
46
  */
46
47
  readonly visibleView: ViewCollection;
48
+ /**
49
+ * A helper view that provides an ARIA description for the comment used by
50
+ * assistive technologies.
51
+ */
52
+ readonly ariaDescriptionView: AriaDescriptionView;
53
+ /**
54
+ * An accessible label text used by assistive technologies describing the comment.
55
+ */
56
+ ariaLabel: string;
57
+ /**
58
+ * A collection of child views that can receive focus and contribute to the (shift) tab key navigation.
59
+ */
60
+ readonly focusables: ViewCollection<FocusableView>;
61
+ /**
62
+ * Tracks information about DOM focus in the comment view.
63
+ */
64
+ readonly focusTracker: FocusTracker;
65
+ /**
66
+ * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
67
+ */
68
+ readonly keystrokes: KeystrokeHandler;
69
+ /**
70
+ * Helps cycling over focusable {@link #focusables} in the comment.
71
+ */
72
+ readonly focusCycler: FocusCycler;
47
73
  /**
48
74
  * @param locale The localization service instance.
49
75
  * @param model The model on which the view will base.
@@ -62,6 +88,10 @@ export default class BaseCommentView extends View {
62
88
  * Focuses the view.
63
89
  */
64
90
  focus(): void;
91
+ /**
92
+ * @inheritDoc
93
+ */
94
+ render(): void;
65
95
  /**
66
96
  * @inheritDoc
67
97
  */
@@ -74,6 +104,14 @@ export default class BaseCommentView extends View {
74
104
  * Switches the comment back from the editing mode to the content display mode.
75
105
  */
76
106
  switchToDisplayMode(): void;
107
+ /**
108
+ * Gets the translated note which indicates that the comment comes from an external source.
109
+ */
110
+ getExternalCommentNote(): string;
111
+ /**
112
+ * Gets the translated notification text which indicates that author name comes from an external source.
113
+ */
114
+ getUserViewNotificationText(): string | null;
77
115
  }
78
116
  /**
79
117
  * Fired when a user performed an action that should lead to creating a new comment in the comment thread.
@@ -9,7 +9,7 @@
9
9
  /**
10
10
  * @module comments/comments/ui/view/commentinputview
11
11
  */
12
- import { View, ButtonView } from 'ckeditor5/src/ui.js';
12
+ import { View, FocusCycler, ButtonView, type FocusableView, type ViewCollection } from 'ckeditor5/src/ui.js';
13
13
  import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils.js';
14
14
  import { type EditorConfig, type DataApi } from 'ckeditor5/src/core.js';
15
15
  import CommentEditor from '../commenteditor/commenteditor.js';
@@ -60,6 +60,14 @@ export default class CommentInputView extends View {
60
60
  * Focus tracker for the view.
61
61
  */
62
62
  focusTracker: FocusTracker;
63
+ /**
64
+ * Collection of focusable sub-views in the input component.
65
+ */
66
+ focusables: ViewCollection<FocusableView>;
67
+ /**
68
+ * Helps providing keyboard navigation between {@link #focusables}.
69
+ */
70
+ focusCycler: FocusCycler;
63
71
  /**
64
72
  * Button view for the button which submits the comment.
65
73
  */
@@ -82,9 +90,16 @@ export default class CommentInputView extends View {
82
90
  /**
83
91
  * Focuses the view.
84
92
  */
85
- focus(): void;
93
+ focus(direction?: 1 | -1): void;
86
94
  /**
87
95
  * @inheritDoc
88
96
  */
89
97
  destroy(): Promise<void>;
90
98
  }
99
+ /**
100
+ * An event fired when a user successfully submits a comment. The event carries the comment content.
101
+ */
102
+ export type CommentInputSubmitEvent = {
103
+ name: 'submit';
104
+ args: [cotnent: string];
105
+ };
@@ -9,19 +9,27 @@
9
9
  /**
10
10
  * @module comments/comments/ui/view/commentslistview
11
11
  */
12
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
13
- import { type Locale } from 'ckeditor5/src/utils.js';
12
+ import { View, FocusCycler, type ViewCollection, type FocusableView } from 'ckeditor5/src/ui.js';
13
+ import { FocusTracker, type Locale } from 'ckeditor5/src/utils.js';
14
14
  import type AnnotationView from '../../../annotations/view/annotationview.js';
15
15
  /**
16
16
  * A view representing the content of comments archive.
17
17
  */
18
- export default class CommentsArchiveView extends View {
18
+ export default class CommentsArchiveView extends View implements FocusableView {
19
19
  /**
20
20
  * The flag indicating whether there are items to display in the comments archive.
21
21
  *
22
22
  * @observable
23
23
  */
24
24
  isEmpty: boolean;
25
+ /**
26
+ * Tracks information about the DOM focus in the comments archive.
27
+ */
28
+ readonly focusTracker: FocusTracker;
29
+ /**
30
+ * Helps cycling over {@link #_focusables} in the form.
31
+ */
32
+ readonly focusCycler: FocusCycler;
25
33
  /**
26
34
  * @param locale The localization service instance.
27
35
  * @param annotationViews Resolved comment thread annotation views to render inside the comments archive.
@@ -9,15 +9,15 @@
9
9
  /**
10
10
  * @module comments/comments/ui/view/commentslistview
11
11
  */
12
- import { View, type ViewCollection } from 'ckeditor5/src/ui.js';
13
- import { type Locale } from 'ckeditor5/src/utils.js';
12
+ import { View, FocusCycler, type ViewCollection, type FocusableView } from 'ckeditor5/src/ui.js';
13
+ import { FocusTracker, KeystrokeHandler, type Locale } from 'ckeditor5/src/utils.js';
14
14
  import type { CommentThread } from '../../commentsrepository.js';
15
15
  import type CommentView from './commentview.js';
16
16
  import type { CommentThreadConfig } from '../../../config.js';
17
17
  /**
18
18
  * A view representing the list of comments. It should be used as a part of the comment thread view.
19
19
  */
20
- export default class CommentsListView extends View {
20
+ export default class CommentsListView extends View implements FocusableView {
21
21
  locale: Locale;
22
22
  /**
23
23
  * Informs whether the list contains any comment view that is in the editing mode.
@@ -50,13 +50,25 @@ export default class CommentsListView extends View {
50
50
  *
51
51
  * @readonly
52
52
  */
53
- readonly commentViews: ViewCollection;
53
+ readonly commentViews: ViewCollection<CommentView>;
54
54
  /**
55
55
  * Comment view used to display information that comment has been resolved.
56
56
  *
57
57
  * @readonly
58
58
  */
59
59
  resolvedCommentView: CommentView | null;
60
+ /**
61
+ * Tracks information about DOM focus in the comments list.
62
+ */
63
+ readonly focusTracker: FocusTracker;
64
+ /**
65
+ * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
66
+ */
67
+ readonly keystrokes: KeystrokeHandler;
68
+ /**
69
+ * Helps cycling over focusable {@link #commentViews} in the list.
70
+ */
71
+ readonly focusCycler: FocusCycler;
60
72
  /**
61
73
  * @param locale The localization service instance.
62
74
  * @param model The model on which the view will base.
@@ -70,7 +82,7 @@ export default class CommentsListView extends View {
70
82
  /**
71
83
  * Focuses the view.
72
84
  */
73
- focus(): void;
85
+ focus(direction?: 1 | -1): void;
74
86
  /**
75
87
  * @inheritDoc
76
88
  */