@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.
- package/CHANGELOG.md +1 -256
- package/build/comments.js +2 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/annotations/annotations.d.ts +1 -1
- package/dist/annotations/sidebar.d.ts +2 -2
- package/dist/annotations/view/annotationview.d.ts +4 -4
- package/dist/annotations/view/sidebaritemview.d.ts +7 -3
- package/dist/annotations/view/sidebarview.d.ts +25 -4
- package/dist/comments/commentsediting.d.ts +8 -0
- package/dist/comments/commentsrepository.d.ts +14 -2
- package/dist/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/dist/comments/ui/view/basecommentview.d.ts +41 -3
- package/dist/comments/ui/view/commentinputview.d.ts +17 -2
- package/dist/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/dist/comments/ui/view/commentslistview.d.ts +17 -5
- package/dist/comments/ui/view/commentthreadheadercontextview.d.ts +25 -0
- package/dist/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/dist/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/dist/comments/ui/view/commentthreadview.d.ts +11 -6
- package/dist/comments/ui/view/commentview.d.ts +9 -12
- package/dist/index-editor.css +33 -2
- package/dist/index.css +95 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/translations/af.js +1 -1
- package/dist/translations/af.umd.js +1 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/bs.js +1 -1
- package/dist/translations/bs.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de-ch.js +1 -1
- package/dist/translations/de-ch.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es-co.js +1 -1
- package/dist/translations/es-co.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fa.js +1 -1
- package/dist/translations/fa.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/jv.js +1 -1
- package/dist/translations/jv.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/ti.js +1 -1
- package/dist/translations/ti.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/ug.js +1 -1
- package/dist/translations/ug.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/utils/common-translations.d.ts +1 -1
- package/lang/contexts.json +15 -0
- package/lang/translations/af.po +62 -0
- package/lang/translations/ar.po +68 -2
- package/lang/translations/bg.po +64 -2
- package/lang/translations/bn.po +64 -2
- package/lang/translations/bs.po +63 -0
- package/lang/translations/ca.po +64 -2
- package/lang/translations/cs.po +66 -2
- package/lang/translations/da.po +64 -2
- package/lang/translations/de-ch.po +62 -0
- package/lang/translations/de.po +64 -2
- package/lang/translations/el.po +64 -2
- package/lang/translations/en-au.po +62 -0
- package/lang/translations/en.po +64 -2
- package/lang/translations/es-co.po +63 -0
- package/lang/translations/es.po +65 -2
- package/lang/translations/et.po +64 -2
- package/lang/translations/fa.po +62 -0
- package/lang/translations/fi.po +64 -2
- package/lang/translations/fr.po +65 -2
- package/lang/translations/gl.po +64 -2
- package/lang/translations/he.po +65 -2
- package/lang/translations/hi.po +64 -2
- package/lang/translations/hr.po +63 -0
- package/lang/translations/hu.po +64 -2
- package/lang/translations/id.po +63 -2
- package/lang/translations/it.po +65 -2
- package/lang/translations/ja.po +63 -2
- package/lang/translations/jv.po +61 -0
- package/lang/translations/ko.po +63 -2
- package/lang/translations/lt.po +66 -2
- package/lang/translations/lv.po +65 -2
- package/lang/translations/ms.po +63 -2
- package/lang/translations/nl.po +64 -2
- package/lang/translations/no.po +64 -2
- package/lang/translations/pl.po +66 -2
- package/lang/translations/pt-br.po +65 -2
- package/lang/translations/pt.po +65 -2
- package/lang/translations/ro.po +65 -2
- package/lang/translations/ru.po +66 -2
- package/lang/translations/sk.po +66 -2
- package/lang/translations/sq.po +62 -0
- package/lang/translations/sr-latn.po +65 -2
- package/lang/translations/sr.po +65 -2
- package/lang/translations/sv.po +64 -2
- package/lang/translations/th.po +63 -2
- package/lang/translations/ti.po +62 -0
- package/lang/translations/tk.po +62 -0
- package/lang/translations/tr.po +64 -2
- package/lang/translations/tt.po +61 -0
- package/lang/translations/ug.po +64 -2
- package/lang/translations/uk.po +66 -2
- package/lang/translations/ur.po +62 -0
- package/lang/translations/vi.po +63 -2
- package/lang/translations/zh-cn.po +63 -2
- package/lang/translations/zh.po +63 -2
- package/package.json +14 -13
- package/src/annotations/annotation.js +2 -2
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.d.ts +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.d.ts +2 -2
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.d.ts +4 -4
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.d.ts +7 -3
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.d.ts +25 -4
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.d.ts +8 -0
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +14 -2
- package/src/comments/commentsrepository.js +3 -3
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/clipboard.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +2 -2
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +2 -2
- package/src/comments/ui/view/basecommentthreadview.d.ts +32 -3
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.d.ts +41 -3
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.d.ts +17 -2
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.d.ts +11 -3
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.d.ts +17 -5
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheadercontextview.d.ts +21 -0
- package/src/comments/ui/view/commentthreadheadercontextview.js +23 -0
- package/src/comments/ui/view/commentthreadheaderview.d.ts +29 -3
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.d.ts +13 -2
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.d.ts +11 -6
- package/src/comments/ui/view/commentthreadview.js +2 -2
- package/src/comments/ui/view/commentview.d.ts +9 -12
- package/src/comments/ui/view/commentview.js +2 -2
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/utils/common-translations.d.ts +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
- package/theme/comment.css +6 -0
- package/theme/commentthread.css +43 -2
package/lang/translations/de.po
CHANGED
|
@@ -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 "
|
|
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"
|
package/lang/translations/el.po
CHANGED
|
@@ -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,6 +83,68 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Comment"
|
|
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 ""
|
package/lang/translations/en.po
CHANGED
|
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Comment"
|
|
85
85
|
|
|
86
|
+
msgctxt "The accessible label for the annotations sidebar."
|
|
87
|
+
msgid "Annotations sidebar"
|
|
88
|
+
msgstr "Annotations sidebar"
|
|
89
|
+
|
|
90
|
+
msgctxt "The accessible label for the list annotations in the annotations sidebar."
|
|
91
|
+
msgid "Annotations list"
|
|
92
|
+
msgstr "Annotations list"
|
|
93
|
+
|
|
94
|
+
msgctxt "The accessible label for the list of thread comments in an annotation."
|
|
95
|
+
msgid "Thread comments"
|
|
96
|
+
msgstr "Thread comments"
|
|
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 "Thread context: %0"
|
|
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] "Comment thread by %1. %1 reply."
|
|
106
|
+
msgstr[1] "Comment thread by %1. %0 replies."
|
|
107
|
+
|
|
108
|
+
msgctxt "The accessible label providing extra information about navigation in the comment thread."
|
|
109
|
+
msgid "COMMENT_THREAD_DESCRIPTION"
|
|
110
|
+
msgstr "Press Enter for more options. Press Escape to exit."
|
|
111
|
+
|
|
112
|
+
msgctxt "The accessible label for a single comment."
|
|
113
|
+
msgid "COMMENT_ARIA_LABEL"
|
|
114
|
+
msgstr "Comment by %0. Created on %1. %2. %3"
|
|
115
|
+
|
|
116
|
+
msgctxt "The accessible label for the list of archived comments."
|
|
117
|
+
msgid "COMMENTS_ARCHIVE_LIST_LABEL"
|
|
118
|
+
msgstr "List of comments"
|
|
119
|
+
|
|
120
|
+
msgctxt "The accessibility help dialog description of the group of keystrokes related to annotations."
|
|
121
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_GROUP"
|
|
122
|
+
msgstr "Keystrokes for interacting with annotation threads (e.g. comments, track changes suggestions)"
|
|
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 "Move focus to the thread when the selection is anchored in its marker"
|
|
127
|
+
|
|
128
|
+
msgctxt "The accessibility help dialog keystroke description for moving away from an annotation."
|
|
129
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_EXIT"
|
|
130
|
+
msgstr "Exit the annotation and move focus back to the edited content"
|
|
131
|
+
|
|
132
|
+
msgctxt "The accessibility help dialog keystroke description for entering a thread."
|
|
133
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_ENTER"
|
|
134
|
+
msgstr "Browse the focused annotation thread or thread comment"
|
|
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 "Move across internals of the annotation thread"
|
|
139
|
+
|
|
140
|
+
msgctxt "The accessibility help dialog keystroke description for submitting a comment."
|
|
141
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_SUBMIT_COMMENT"
|
|
142
|
+
msgstr "Submit the reply while writing a comment"
|
|
143
|
+
|
|
144
|
+
msgctxt "The accessibility help dialog keystroke description for navigating between annotations (threads)."
|
|
145
|
+
msgid "ACCESSIBILITY_HELP_ANNOTATIONS_NAVIGATE_THREADS"
|
|
146
|
+
msgstr "Move to the previous or next thread in the annotations sidebar or comments archive"
|
|
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 "Entering a
|
|
150
|
+
msgstr "Entering a content with comments. Press %0 to go to the discussion."
|
|
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 "Leaving a
|
|
154
|
+
msgstr "Leaving a content with comments."
|
|
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 "Comentar"
|
|
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 ""
|
package/lang/translations/es.po
CHANGED
|
@@ -84,13 +84,76 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
84
84
|
msgid "Comment"
|
|
85
85
|
msgstr "Comentario"
|
|
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
|
-
msgstr "
|
|
152
|
+
msgstr ""
|
|
90
153
|
|
|
91
154
|
msgctxt "A message read out by assistive technologies the moment the user selection leaves a comment."
|
|
92
155
|
msgid "LEAVE_COMMENT_ANNOUNCEMENT"
|
|
93
|
-
msgstr "
|
|
156
|
+
msgstr ""
|
|
94
157
|
|
|
95
158
|
msgctxt "The label for an alert shown when closing the editor with an unsaved comment change."
|
|
96
159
|
msgid "PENDING_ACTION_COMMENT_THREAD"
|
package/lang/translations/et.po
CHANGED
|
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Kommentaar"
|
|
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"
|
package/lang/translations/fa.po
CHANGED
|
@@ -83,6 +83,68 @@ 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
150
|
msgstr ""
|
package/lang/translations/fi.po
CHANGED
|
@@ -83,13 +83,75 @@ msgctxt "The tooltip for the comment toolbar button and the button that submits
|
|
|
83
83
|
msgid "Comment"
|
|
84
84
|
msgstr "Kommentti"
|
|
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"
|