@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
@@ -87,13 +87,79 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
87
87
  msgid "Comment"
88
88
  msgstr "التعليق"
89
89
 
90
+ msgctxt "The accessible label for the annotations sidebar."
91
+ msgid "Annotations sidebar"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
95
+ msgid "Annotations list"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label for the list of thread comments in an annotation."
99
+ msgid "Thread comments"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
103
+ msgid "THREAD_CONTEXT_LABEL"
104
+ msgstr ""
105
+
106
+ msgctxt "The accessible label describing the comment thread."
107
+ msgid "COMMENT_THREAD_LABEL"
108
+ msgid_plural "Comment thread by %1. %0 replies."
109
+ msgstr[0] ""
110
+ msgstr[1] ""
111
+ msgstr[2] ""
112
+ msgstr[3] ""
113
+ msgstr[4] ""
114
+ msgstr[5] ""
115
+
116
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
117
+ msgid "COMMENT_THREAD_DESCRIPTION"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessible label for a single comment."
121
+ msgid "COMMENT_ARIA_LABEL"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessible label for the list of archived comments."
125
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
146
+ msgstr ""
147
+
148
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
149
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
150
+ msgstr ""
151
+
152
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
153
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
154
+ msgstr ""
155
+
90
156
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
91
157
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
92
- msgstr "إدخال تعليق."
158
+ msgstr ""
93
159
 
94
160
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
95
161
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
96
- msgstr "ترك تعليق."
162
+ msgstr ""
97
163
 
98
164
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
99
165
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
83
83
  msgid "Comment"
84
84
  msgstr "Коментирай"
85
85
 
86
+ msgctxt "The accessible label for the annotations sidebar."
87
+ msgid "Annotations sidebar"
88
+ msgstr ""
89
+
90
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
91
+ msgid "Annotations list"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list of thread comments in an annotation."
95
+ msgid "Thread comments"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
99
+ msgid "THREAD_CONTEXT_LABEL"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the comment thread."
103
+ msgid "COMMENT_THREAD_LABEL"
104
+ msgid_plural "Comment thread by %1. %0 replies."
105
+ msgstr[0] ""
106
+ msgstr[1] ""
107
+
108
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
109
+ msgid "COMMENT_THREAD_DESCRIPTION"
110
+ msgstr ""
111
+
112
+ msgctxt "The accessible label for a single comment."
113
+ msgid "COMMENT_ARIA_LABEL"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for the list of archived comments."
117
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
121
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
146
+ msgstr ""
147
+
86
148
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
87
149
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
88
- msgstr "Въвеждане на коментар."
150
+ msgstr ""
89
151
 
90
152
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
91
153
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
92
- msgstr "Оставяне на коментар."
154
+ msgstr ""
93
155
 
94
156
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
95
157
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
83
83
  msgid "Comment"
84
84
  msgstr "মন্তব্য "
85
85
 
86
+ msgctxt "The accessible label for the annotations sidebar."
87
+ msgid "Annotations sidebar"
88
+ msgstr ""
89
+
90
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
91
+ msgid "Annotations list"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list of thread comments in an annotation."
95
+ msgid "Thread comments"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
99
+ msgid "THREAD_CONTEXT_LABEL"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the comment thread."
103
+ msgid "COMMENT_THREAD_LABEL"
104
+ msgid_plural "Comment thread by %1. %0 replies."
105
+ msgstr[0] ""
106
+ msgstr[1] ""
107
+
108
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
109
+ msgid "COMMENT_THREAD_DESCRIPTION"
110
+ msgstr ""
111
+
112
+ msgctxt "The accessible label for a single comment."
113
+ msgid "COMMENT_ARIA_LABEL"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for the list of archived comments."
117
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
121
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
146
+ msgstr ""
147
+
86
148
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
87
149
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
88
- msgstr "একটি মন্তব্য লিখুন।"
150
+ msgstr ""
89
151
 
90
152
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
91
153
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
92
- msgstr "একটি মন্তব্য ছেড়ে যান।"
154
+ msgstr ""
93
155
 
94
156
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
95
157
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -84,6 +84,69 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
84
84
  msgid "Comment"
85
85
  msgstr "Komentar"
86
86
 
87
+ msgctxt "The accessible label for the annotations sidebar."
88
+ msgid "Annotations sidebar"
89
+ msgstr ""
90
+
91
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
92
+ msgid "Annotations list"
93
+ msgstr ""
94
+
95
+ msgctxt "The accessible label for the list of thread comments in an annotation."
96
+ msgid "Thread comments"
97
+ msgstr ""
98
+
99
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
100
+ msgid "THREAD_CONTEXT_LABEL"
101
+ msgstr ""
102
+
103
+ msgctxt "The accessible label describing the comment thread."
104
+ msgid "COMMENT_THREAD_LABEL"
105
+ msgid_plural "Comment thread by %1. %0 replies."
106
+ msgstr[0] ""
107
+ msgstr[1] ""
108
+ msgstr[2] ""
109
+
110
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
111
+ msgid "COMMENT_THREAD_DESCRIPTION"
112
+ msgstr ""
113
+
114
+ msgctxt "The accessible label for a single comment."
115
+ msgid "COMMENT_ARIA_LABEL"
116
+ msgstr ""
117
+
118
+ msgctxt "The accessible label for the list of archived comments."
119
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
120
+ msgstr ""
121
+
122
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
123
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
124
+ msgstr ""
125
+
126
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
127
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
128
+ msgstr ""
129
+
130
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
131
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
132
+ msgstr ""
133
+
134
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
135
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
136
+ msgstr ""
137
+
138
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
139
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
140
+ msgstr ""
141
+
142
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
143
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
144
+ msgstr ""
145
+
146
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
147
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
148
+ msgstr ""
149
+
87
150
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
88
151
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
89
152
  msgstr ""
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
83
83
  msgid "Comment"
84
84
  msgstr "Comentar"
85
85
 
86
+ msgctxt "The accessible label for the annotations sidebar."
87
+ msgid "Annotations sidebar"
88
+ msgstr ""
89
+
90
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
91
+ msgid "Annotations list"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list of thread comments in an annotation."
95
+ msgid "Thread comments"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
99
+ msgid "THREAD_CONTEXT_LABEL"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the comment thread."
103
+ msgid "COMMENT_THREAD_LABEL"
104
+ msgid_plural "Comment thread by %1. %0 replies."
105
+ msgstr[0] ""
106
+ msgstr[1] ""
107
+
108
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
109
+ msgid "COMMENT_THREAD_DESCRIPTION"
110
+ msgstr ""
111
+
112
+ msgctxt "The accessible label for a single comment."
113
+ msgid "COMMENT_ARIA_LABEL"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for the list of archived comments."
117
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
121
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
146
+ msgstr ""
147
+
86
148
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
87
149
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
88
- msgstr "Introduint un comentari."
150
+ msgstr ""
89
151
 
90
152
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
91
153
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
92
- msgstr "Deixant un comentari."
154
+ msgstr ""
93
155
 
94
156
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
95
157
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -85,13 +85,77 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
85
85
  msgid "Comment"
86
86
  msgstr "Komentář"
87
87
 
88
+ msgctxt "The accessible label for the annotations sidebar."
89
+ msgid "Annotations sidebar"
90
+ msgstr ""
91
+
92
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
93
+ msgid "Annotations list"
94
+ msgstr ""
95
+
96
+ msgctxt "The accessible label for the list of thread comments in an annotation."
97
+ msgid "Thread comments"
98
+ msgstr ""
99
+
100
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
101
+ msgid "THREAD_CONTEXT_LABEL"
102
+ msgstr ""
103
+
104
+ msgctxt "The accessible label describing the comment thread."
105
+ msgid "COMMENT_THREAD_LABEL"
106
+ msgid_plural "Comment thread by %1. %0 replies."
107
+ msgstr[0] ""
108
+ msgstr[1] ""
109
+ msgstr[2] ""
110
+ msgstr[3] ""
111
+
112
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
113
+ msgid "COMMENT_THREAD_DESCRIPTION"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for a single comment."
117
+ msgid "COMMENT_ARIA_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessible label for the list of archived comments."
121
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
146
+ msgstr ""
147
+
148
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
149
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
150
+ msgstr ""
151
+
88
152
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
89
153
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
90
- msgstr "Zadání komentáře."
154
+ msgstr ""
91
155
 
92
156
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
93
157
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
94
- msgstr "Napsání komentáře."
158
+ msgstr ""
95
159
 
96
160
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
97
161
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
83
83
  msgid "Comment"
84
84
  msgstr "Kommentar"
85
85
 
86
+ msgctxt "The accessible label for the annotations sidebar."
87
+ msgid "Annotations sidebar"
88
+ msgstr ""
89
+
90
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
91
+ msgid "Annotations list"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list of thread comments in an annotation."
95
+ msgid "Thread comments"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
99
+ msgid "THREAD_CONTEXT_LABEL"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the comment thread."
103
+ msgid "COMMENT_THREAD_LABEL"
104
+ msgid_plural "Comment thread by %1. %0 replies."
105
+ msgstr[0] ""
106
+ msgstr[1] ""
107
+
108
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
109
+ msgid "COMMENT_THREAD_DESCRIPTION"
110
+ msgstr ""
111
+
112
+ msgctxt "The accessible label for a single comment."
113
+ msgid "COMMENT_ARIA_LABEL"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for the list of archived comments."
117
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
121
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
146
+ msgstr ""
147
+
86
148
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
87
149
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
88
- msgstr "Indtaster en kommentar."
150
+ msgstr ""
89
151
 
90
152
  msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
91
153
  msgid "LEAVE_COMMENT_ANNOUNCEMENT"
92
- msgstr "Indsender en kommentar."
154
+ msgstr ""
93
155
 
94
156
  msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
95
157
  msgid "PENDING_ACTION_COMMENT_THREAD"
@@ -83,6 +83,68 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
83
83
  msgid "Comment"
84
84
  msgstr "Kommentar"
85
85
 
86
+ msgctxt "The accessible label for the annotations sidebar."
87
+ msgid "Annotations sidebar"
88
+ msgstr ""
89
+
90
+ msgctxt "The accessible label for the list annotations in the annotations sidebar."
91
+ msgid "Annotations list"
92
+ msgstr ""
93
+
94
+ msgctxt "The accessible label for the list of thread comments in an annotation."
95
+ msgid "Thread comments"
96
+ msgstr ""
97
+
98
+ msgctxt "The accessible label describing the context of the comment thread (e.g. editor content being discussed)."
99
+ msgid "THREAD_CONTEXT_LABEL"
100
+ msgstr ""
101
+
102
+ msgctxt "The accessible label describing the comment thread."
103
+ msgid "COMMENT_THREAD_LABEL"
104
+ msgid_plural "Comment thread by %1. %0 replies."
105
+ msgstr[0] ""
106
+ msgstr[1] ""
107
+
108
+ msgctxt "The accessible label providing extra information about navigation in the comment thread."
109
+ msgid "COMMENT_THREAD_DESCRIPTION"
110
+ msgstr ""
111
+
112
+ msgctxt "The accessible label for a single comment."
113
+ msgid "COMMENT_ARIA_LABEL"
114
+ msgstr ""
115
+
116
+ msgctxt "The accessible label for the list of archived comments."
117
+ msgid "COMMENTS_ARCHIVE_LIST_LABEL"
118
+ msgstr ""
119
+
120
+ msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
121
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
122
+ msgstr ""
123
+
124
+ msgctxt "The accessibility help dialog keystroke description for moving from the edited content to the annotation."
125
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_MOVE_TO"
126
+ msgstr ""
127
+
128
+ msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
129
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
130
+ msgstr ""
131
+
132
+ msgctxt "The accessibility help dialog keystroke description for entering a thread."
133
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
134
+ msgstr ""
135
+
136
+ msgctxt "The accessibility help dialog keystroke description for moving across the internals of a thread."
137
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_BROWSE_GROUPS"
138
+ msgstr ""
139
+
140
+ msgctxt "The accessibility help dialog keystroke description for submitting a comment."
141
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
142
+ msgstr ""
143
+
144
+ msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
145
+ msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
146
+ msgstr ""
147
+
86
148
  msgctxt "A message read out by assistive technologies the moment the user selection moves into a comment."
87
149
  msgid "ENTER_COMMENT_ANNOUNCEMENT"
88
150
  msgstr ""