@kopexa/i18n 17.12.1 → 17.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,12 @@
1
1
  var en = {
2
+ "date-picker.clear": "Clear",
3
+ "date-picker.open_calendar": "Open calendar",
4
+ "date-picker.select_date": "Select date",
5
+ "date-picker.select_date_and_time": "Select date and time",
6
+ "date-picker.today": "Today",
7
+ "editable-text.cancel": "Cancel",
8
+ "editable-text.edit": "Edit",
9
+ "editable-text.save": "Save",
2
10
  "editor.controlblock.header_status": "Show status in header",
3
11
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
4
12
  "editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
@@ -46,6 +54,50 @@ var en = {
46
54
  "editor.controlref.variant_card": "Card",
47
55
  "editor.controlref.variant_chip": "Chip",
48
56
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
57
+ "editor.placeholder": "Write, type '/' for commands…",
58
+ "editor.slash.ask_ai": "Ask AI",
59
+ "editor.slash.ask_ai.subtext": "Ask AI to generate content",
60
+ "editor.slash.blockquote": "Blockquote",
61
+ "editor.slash.blockquote.subtext": "Blockquote block",
62
+ "editor.slash.bullet_list": "Bullet List",
63
+ "editor.slash.bullet_list.subtext": "List with unordered items",
64
+ "editor.slash.callout": "Callout",
65
+ "editor.slash.callout.subtext": "Highlighted block for important information",
66
+ "editor.slash.code_block": "Code Block",
67
+ "editor.slash.code_block.subtext": "Code block with syntax highlighting",
68
+ "editor.slash.continue_writing": "Continue Writing",
69
+ "editor.slash.continue_writing.subtext": "Continue writing from the current position",
70
+ "editor.slash.control": "Control",
71
+ "editor.slash.control.subtext": "Insert a control block",
72
+ "editor.slash.filter_placeholder": "Filter...",
73
+ "editor.slash.formula": "Formula",
74
+ "editor.slash.formula.subtext": "LaTeX math formula block",
75
+ "editor.slash.group.ai": "AI",
76
+ "editor.slash.group.insert": "Insert",
77
+ "editor.slash.group.style": "Style",
78
+ "editor.slash.group.upload": "Upload",
79
+ "editor.slash.heading_1": "Heading 1",
80
+ "editor.slash.heading_1.subtext": "Top-level heading",
81
+ "editor.slash.heading_2": "Heading 2",
82
+ "editor.slash.heading_2.subtext": "Key section heading",
83
+ "editor.slash.heading_3": "Heading 3",
84
+ "editor.slash.heading_3.subtext": "Subsection and group heading",
85
+ "editor.slash.image": "Image",
86
+ "editor.slash.image.subtext": "Resizable image with caption",
87
+ "editor.slash.ordered_list": "Numbered List",
88
+ "editor.slash.ordered_list.subtext": "List with ordered items",
89
+ "editor.slash.separator": "Separator",
90
+ "editor.slash.separator.subtext": "Horizontal line to separate content",
91
+ "editor.slash.table": "Table",
92
+ "editor.slash.table.subtext": "Insert a table",
93
+ "editor.slash.task_list": "To-do list",
94
+ "editor.slash.task_list.subtext": "List with tasks",
95
+ "editor.slash.text": "Text",
96
+ "editor.slash.text.subtext": "Regular text paragraph",
97
+ "editor.slash.toc": "Table of Contents",
98
+ "editor.slash.toc.subtext": "Auto-generated list of headings",
99
+ "editor.slash.warning": "Warning",
100
+ "editor.slash.warning.subtext": "Warning callout block",
49
101
  "editor.table.align_bottom": "Align bottom",
50
102
  "editor.table.align_center": "Align center",
51
103
  "editor.table.align_left": "Align left",
@@ -80,9 +132,41 @@ var en = {
80
132
  "editor.table.sort_row_asc": "Sort row A-Z",
81
133
  "editor.table.sort_row_desc": "Sort row Z-A",
82
134
  "editor.table.split_cell": "Split cell",
83
- "editable-text.cancel": "Cancel",
84
- "editable-text.edit": "Edit",
85
- "editable-text.save": "Save",
135
+ "editor.toolbar.align.center": "Align center",
136
+ "editor.toolbar.align.justify": "Justify",
137
+ "editor.toolbar.align.left": "Align left",
138
+ "editor.toolbar.align.right": "Align right",
139
+ "editor.toolbar.block.blockquote": "Blockquote",
140
+ "editor.toolbar.block.bullet_list": "Bulleted list",
141
+ "editor.toolbar.block.code_block": "Code block",
142
+ "editor.toolbar.block.heading_1": "Heading 1",
143
+ "editor.toolbar.block.heading_2": "Heading 2",
144
+ "editor.toolbar.block.heading_3": "Heading 3",
145
+ "editor.toolbar.block.heading_4": "Heading 4",
146
+ "editor.toolbar.block.ordered_list": "Numbered list",
147
+ "editor.toolbar.block.task_list": "To-do list",
148
+ "editor.toolbar.block.text": "Text",
149
+ "editor.toolbar.bold": "Bold",
150
+ "editor.toolbar.code": "Code",
151
+ "editor.toolbar.highlight_color": "Highlight color",
152
+ "editor.toolbar.italic": "Italic",
153
+ "editor.toolbar.link.edit": "Edit link",
154
+ "editor.toolbar.link.open": "Open link in new tab",
155
+ "editor.toolbar.link.placeholder": "Enter URL...",
156
+ "editor.toolbar.link.remove": "Remove link",
157
+ "editor.toolbar.link.save": "Save link",
158
+ "editor.toolbar.more_options": "More options",
159
+ "editor.toolbar.redo": "Redo",
160
+ "editor.toolbar.reset_formatting": "Reset formatting",
161
+ "editor.toolbar.strikethrough": "Strikethrough",
162
+ "editor.toolbar.subscript": "Subscript",
163
+ "editor.toolbar.superscript": "Superscript",
164
+ "editor.toolbar.table.insert": "Insert table",
165
+ "editor.toolbar.text_color": "Text color",
166
+ "editor.toolbar.turn_into": "Turn into",
167
+ "editor.toolbar.turn_into_current": "Turn into (current: {current})",
168
+ "editor.toolbar.underline": "Underline",
169
+ "editor.toolbar.undo": "Undo",
86
170
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
87
171
  "file_upload.apply_crop": "Apply",
88
172
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -97,7 +181,6 @@ var en = {
97
181
  "filter-bar.clear_all": "Clear all",
98
182
  "filter-bar.enter_value": "Enter value...",
99
183
  "filter-bar.no_results": "No results found",
100
- "filter-bar.operator_label": "{field} operator",
101
184
  "filter-bar.operator.contains": "contains",
102
185
  "filter-bar.operator.ends_with": "ends with",
103
186
  "filter-bar.operator.equals": "is",
@@ -110,6 +193,7 @@ var en = {
110
193
  "filter-bar.operator.not_contains": "does not contain",
111
194
  "filter-bar.operator.not_equals": "is not",
112
195
  "filter-bar.operator.starts_with": "starts with",
196
+ "filter-bar.operator_label": "{field} operator",
113
197
  "filter-bar.remove_filter": "Remove {field} filter",
114
198
  "filter-bar.search_placeholder": "Search...",
115
199
  "filter-bar.select_value": "Select value...",
@@ -124,7 +208,6 @@ var en = {
124
208
  "filter.enter_value": "Enter value...",
125
209
  "filter.loading": "Loading...",
126
210
  "filter.no_fields": "No filter options available",
127
- "filter.operator_label": "{field} operator",
128
211
  "filter.operator.between": "between",
129
212
  "filter.operator.contains": "contains",
130
213
  "filter.operator.ends_with": "ends with",
@@ -138,6 +221,7 @@ var en = {
138
221
  "filter.operator.not_contains": "does not contain",
139
222
  "filter.operator.not_equals": "is not",
140
223
  "filter.operator.starts_with": "starts with",
224
+ "filter.operator_label": "{field} operator",
141
225
  "filter.range_max": "Max",
142
226
  "filter.range_min": "Min",
143
227
  "filter.remove_filter": "Remove {field} filter",
@@ -189,6 +273,15 @@ var en = {
189
273
  "grc.impact.scale.risk.5": "Critical",
190
274
  "grc.impact.title_cia": "CIA Impact",
191
275
  "grc.impact.title_ciaa": "CIAA Impact",
276
+ "grc.risk.consequence": "Consequence",
277
+ "grc.risk.level.critical": "Critical",
278
+ "grc.risk.level.high": "High",
279
+ "grc.risk.level.low": "Low",
280
+ "grc.risk.level.medium": "Medium",
281
+ "grc.risk.level.unrated": "Not rated",
282
+ "grc.risk.likelihood": "Likelihood",
283
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
284
+ "grc.risk.rating": "Rating",
192
285
  "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
193
286
  "grc.risk_treatment.accept.hint": "Requires: Documented approval",
194
287
  "grc.risk_treatment.accept.label": "Accept",
@@ -212,15 +305,6 @@ var en = {
212
305
  "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
213
306
  "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
214
307
  "grc.risk_treatment.transfer.label": "Transfer",
215
- "grc.risk.consequence": "Consequence",
216
- "grc.risk.level.critical": "Critical",
217
- "grc.risk.level.high": "High",
218
- "grc.risk.level.low": "Low",
219
- "grc.risk.level.medium": "Medium",
220
- "grc.risk.level.unrated": "Not rated",
221
- "grc.risk.likelihood": "Likelihood",
222
- "grc.risk.not_rated_hint": "Risk has not been assessed yet",
223
- "grc.risk.rating": "Rating",
224
308
  "pdf_viewer.error_hint": "Please try again.",
225
309
  "pdf_viewer.error_title": "Something went wrong while loading the document.",
226
310
  "pdf_viewer.loading": "Loading document…",
@@ -235,86 +319,7 @@ var en = {
235
319
  "pdf_viewer.toolbar_zoom_level": "{level}%",
236
320
  "pdf_viewer.toolbar_zoom_out": "Zoom out",
237
321
  "use_file_upload.file_exceeds_max": "File \"{name}\" exceeds the maximum size of {max}.",
238
- "use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type.",
239
- "editor.toolbar.block.text": "Text",
240
- "editor.toolbar.block.heading_1": "Heading 1",
241
- "editor.toolbar.block.heading_2": "Heading 2",
242
- "editor.toolbar.block.heading_3": "Heading 3",
243
- "editor.toolbar.block.heading_4": "Heading 4",
244
- "editor.toolbar.block.bullet_list": "Bulleted list",
245
- "editor.toolbar.block.ordered_list": "Numbered list",
246
- "editor.toolbar.block.task_list": "To-do list",
247
- "editor.toolbar.block.blockquote": "Blockquote",
248
- "editor.toolbar.block.code_block": "Code block",
249
- "editor.toolbar.turn_into": "Turn into",
250
- "editor.toolbar.turn_into_current": "Turn into (current: {current})",
251
- "editor.toolbar.reset_formatting": "Reset formatting",
252
- "editor.toolbar.bold": "Bold",
253
- "editor.toolbar.italic": "Italic",
254
- "editor.toolbar.underline": "Underline",
255
- "editor.toolbar.strikethrough": "Strikethrough",
256
- "editor.toolbar.code": "Code",
257
- "editor.toolbar.superscript": "Superscript",
258
- "editor.toolbar.subscript": "Subscript",
259
- "editor.toolbar.link.save": "Save link",
260
- "editor.toolbar.link.open": "Open link in new tab",
261
- "editor.toolbar.link.edit": "Edit link",
262
- "editor.toolbar.link.remove": "Remove link",
263
- "editor.toolbar.link.placeholder": "Enter URL...",
264
- "editor.toolbar.undo": "Undo",
265
- "editor.toolbar.redo": "Redo",
266
- "editor.slash.group.ai": "AI",
267
- "editor.slash.group.style": "Style",
268
- "editor.slash.group.insert": "Insert",
269
- "editor.slash.group.upload": "Upload",
270
- "editor.slash.continue_writing": "Continue Writing",
271
- "editor.slash.continue_writing.subtext": "Continue writing from the current position",
272
- "editor.slash.ask_ai": "Ask AI",
273
- "editor.slash.ask_ai.subtext": "Ask AI to generate content",
274
- "editor.slash.text": "Text",
275
- "editor.slash.text.subtext": "Regular text paragraph",
276
- "editor.slash.heading_1": "Heading 1",
277
- "editor.slash.heading_1.subtext": "Top-level heading",
278
- "editor.slash.heading_2": "Heading 2",
279
- "editor.slash.heading_2.subtext": "Key section heading",
280
- "editor.slash.heading_3": "Heading 3",
281
- "editor.slash.heading_3.subtext": "Subsection and group heading",
282
- "editor.slash.bullet_list": "Bullet List",
283
- "editor.slash.bullet_list.subtext": "List with unordered items",
284
- "editor.slash.ordered_list": "Numbered List",
285
- "editor.slash.ordered_list.subtext": "List with ordered items",
286
- "editor.slash.task_list": "To-do list",
287
- "editor.slash.task_list.subtext": "List with tasks",
288
- "editor.slash.blockquote": "Blockquote",
289
- "editor.slash.blockquote.subtext": "Blockquote block",
290
- "editor.slash.code_block": "Code Block",
291
- "editor.slash.code_block.subtext": "Code block with syntax highlighting",
292
- "editor.slash.control": "Control",
293
- "editor.slash.control.subtext": "Insert a control block",
294
- "editor.slash.separator": "Separator",
295
- "editor.slash.separator.subtext": "Horizontal line to separate content",
296
- "editor.slash.table": "Table",
297
- "editor.slash.table.subtext": "Insert a table",
298
- "editor.slash.toc": "Table of Contents",
299
- "editor.slash.toc.subtext": "Auto-generated list of headings",
300
- "editor.slash.callout": "Callout",
301
- "editor.slash.callout.subtext": "Highlighted block for important information",
302
- "editor.slash.warning": "Warning",
303
- "editor.slash.warning.subtext": "Warning callout block",
304
- "editor.slash.formula": "Formula",
305
- "editor.slash.formula.subtext": "LaTeX math formula block",
306
- "editor.slash.image": "Image",
307
- "editor.slash.image.subtext": "Resizable image with caption",
308
- "editor.slash.filter_placeholder": "Filter...",
309
- "editor.toolbar.table.insert": "Insert table",
310
- "editor.toolbar.text_color": "Text color",
311
- "editor.toolbar.highlight_color": "Highlight color",
312
- "editor.toolbar.align.left": "Align left",
313
- "editor.toolbar.align.center": "Align center",
314
- "editor.toolbar.align.right": "Align right",
315
- "editor.toolbar.align.justify": "Justify",
316
- "editor.placeholder": "Write, type '/' for commands…",
317
- "editor.toolbar.more_options": "More options"
322
+ "use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type."
318
323
  };
319
324
 
320
325
  export { en as default };
package/dist/lang/en.d.ts CHANGED
@@ -1,4 +1,12 @@
1
1
  var en = {
2
+ "date-picker.clear": "Clear",
3
+ "date-picker.open_calendar": "Open calendar",
4
+ "date-picker.select_date": "Select date",
5
+ "date-picker.select_date_and_time": "Select date and time",
6
+ "date-picker.today": "Today",
7
+ "editable-text.cancel": "Cancel",
8
+ "editable-text.edit": "Edit",
9
+ "editable-text.save": "Save",
2
10
  "editor.controlblock.header_status": "Show status in header",
3
11
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
4
12
  "editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
@@ -46,6 +54,50 @@ var en = {
46
54
  "editor.controlref.variant_card": "Card",
47
55
  "editor.controlref.variant_chip": "Chip",
48
56
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
57
+ "editor.placeholder": "Write, type '/' for commands…",
58
+ "editor.slash.ask_ai": "Ask AI",
59
+ "editor.slash.ask_ai.subtext": "Ask AI to generate content",
60
+ "editor.slash.blockquote": "Blockquote",
61
+ "editor.slash.blockquote.subtext": "Blockquote block",
62
+ "editor.slash.bullet_list": "Bullet List",
63
+ "editor.slash.bullet_list.subtext": "List with unordered items",
64
+ "editor.slash.callout": "Callout",
65
+ "editor.slash.callout.subtext": "Highlighted block for important information",
66
+ "editor.slash.code_block": "Code Block",
67
+ "editor.slash.code_block.subtext": "Code block with syntax highlighting",
68
+ "editor.slash.continue_writing": "Continue Writing",
69
+ "editor.slash.continue_writing.subtext": "Continue writing from the current position",
70
+ "editor.slash.control": "Control",
71
+ "editor.slash.control.subtext": "Insert a control block",
72
+ "editor.slash.filter_placeholder": "Filter...",
73
+ "editor.slash.formula": "Formula",
74
+ "editor.slash.formula.subtext": "LaTeX math formula block",
75
+ "editor.slash.group.ai": "AI",
76
+ "editor.slash.group.insert": "Insert",
77
+ "editor.slash.group.style": "Style",
78
+ "editor.slash.group.upload": "Upload",
79
+ "editor.slash.heading_1": "Heading 1",
80
+ "editor.slash.heading_1.subtext": "Top-level heading",
81
+ "editor.slash.heading_2": "Heading 2",
82
+ "editor.slash.heading_2.subtext": "Key section heading",
83
+ "editor.slash.heading_3": "Heading 3",
84
+ "editor.slash.heading_3.subtext": "Subsection and group heading",
85
+ "editor.slash.image": "Image",
86
+ "editor.slash.image.subtext": "Resizable image with caption",
87
+ "editor.slash.ordered_list": "Numbered List",
88
+ "editor.slash.ordered_list.subtext": "List with ordered items",
89
+ "editor.slash.separator": "Separator",
90
+ "editor.slash.separator.subtext": "Horizontal line to separate content",
91
+ "editor.slash.table": "Table",
92
+ "editor.slash.table.subtext": "Insert a table",
93
+ "editor.slash.task_list": "To-do list",
94
+ "editor.slash.task_list.subtext": "List with tasks",
95
+ "editor.slash.text": "Text",
96
+ "editor.slash.text.subtext": "Regular text paragraph",
97
+ "editor.slash.toc": "Table of Contents",
98
+ "editor.slash.toc.subtext": "Auto-generated list of headings",
99
+ "editor.slash.warning": "Warning",
100
+ "editor.slash.warning.subtext": "Warning callout block",
49
101
  "editor.table.align_bottom": "Align bottom",
50
102
  "editor.table.align_center": "Align center",
51
103
  "editor.table.align_left": "Align left",
@@ -80,9 +132,41 @@ var en = {
80
132
  "editor.table.sort_row_asc": "Sort row A-Z",
81
133
  "editor.table.sort_row_desc": "Sort row Z-A",
82
134
  "editor.table.split_cell": "Split cell",
83
- "editable-text.cancel": "Cancel",
84
- "editable-text.edit": "Edit",
85
- "editable-text.save": "Save",
135
+ "editor.toolbar.align.center": "Align center",
136
+ "editor.toolbar.align.justify": "Justify",
137
+ "editor.toolbar.align.left": "Align left",
138
+ "editor.toolbar.align.right": "Align right",
139
+ "editor.toolbar.block.blockquote": "Blockquote",
140
+ "editor.toolbar.block.bullet_list": "Bulleted list",
141
+ "editor.toolbar.block.code_block": "Code block",
142
+ "editor.toolbar.block.heading_1": "Heading 1",
143
+ "editor.toolbar.block.heading_2": "Heading 2",
144
+ "editor.toolbar.block.heading_3": "Heading 3",
145
+ "editor.toolbar.block.heading_4": "Heading 4",
146
+ "editor.toolbar.block.ordered_list": "Numbered list",
147
+ "editor.toolbar.block.task_list": "To-do list",
148
+ "editor.toolbar.block.text": "Text",
149
+ "editor.toolbar.bold": "Bold",
150
+ "editor.toolbar.code": "Code",
151
+ "editor.toolbar.highlight_color": "Highlight color",
152
+ "editor.toolbar.italic": "Italic",
153
+ "editor.toolbar.link.edit": "Edit link",
154
+ "editor.toolbar.link.open": "Open link in new tab",
155
+ "editor.toolbar.link.placeholder": "Enter URL...",
156
+ "editor.toolbar.link.remove": "Remove link",
157
+ "editor.toolbar.link.save": "Save link",
158
+ "editor.toolbar.more_options": "More options",
159
+ "editor.toolbar.redo": "Redo",
160
+ "editor.toolbar.reset_formatting": "Reset formatting",
161
+ "editor.toolbar.strikethrough": "Strikethrough",
162
+ "editor.toolbar.subscript": "Subscript",
163
+ "editor.toolbar.superscript": "Superscript",
164
+ "editor.toolbar.table.insert": "Insert table",
165
+ "editor.toolbar.text_color": "Text color",
166
+ "editor.toolbar.turn_into": "Turn into",
167
+ "editor.toolbar.turn_into_current": "Turn into (current: {current})",
168
+ "editor.toolbar.underline": "Underline",
169
+ "editor.toolbar.undo": "Undo",
86
170
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
87
171
  "file_upload.apply_crop": "Apply",
88
172
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -97,7 +181,6 @@ var en = {
97
181
  "filter-bar.clear_all": "Clear all",
98
182
  "filter-bar.enter_value": "Enter value...",
99
183
  "filter-bar.no_results": "No results found",
100
- "filter-bar.operator_label": "{field} operator",
101
184
  "filter-bar.operator.contains": "contains",
102
185
  "filter-bar.operator.ends_with": "ends with",
103
186
  "filter-bar.operator.equals": "is",
@@ -110,6 +193,7 @@ var en = {
110
193
  "filter-bar.operator.not_contains": "does not contain",
111
194
  "filter-bar.operator.not_equals": "is not",
112
195
  "filter-bar.operator.starts_with": "starts with",
196
+ "filter-bar.operator_label": "{field} operator",
113
197
  "filter-bar.remove_filter": "Remove {field} filter",
114
198
  "filter-bar.search_placeholder": "Search...",
115
199
  "filter-bar.select_value": "Select value...",
@@ -124,7 +208,6 @@ var en = {
124
208
  "filter.enter_value": "Enter value...",
125
209
  "filter.loading": "Loading...",
126
210
  "filter.no_fields": "No filter options available",
127
- "filter.operator_label": "{field} operator",
128
211
  "filter.operator.between": "between",
129
212
  "filter.operator.contains": "contains",
130
213
  "filter.operator.ends_with": "ends with",
@@ -138,6 +221,7 @@ var en = {
138
221
  "filter.operator.not_contains": "does not contain",
139
222
  "filter.operator.not_equals": "is not",
140
223
  "filter.operator.starts_with": "starts with",
224
+ "filter.operator_label": "{field} operator",
141
225
  "filter.range_max": "Max",
142
226
  "filter.range_min": "Min",
143
227
  "filter.remove_filter": "Remove {field} filter",
@@ -189,6 +273,15 @@ var en = {
189
273
  "grc.impact.scale.risk.5": "Critical",
190
274
  "grc.impact.title_cia": "CIA Impact",
191
275
  "grc.impact.title_ciaa": "CIAA Impact",
276
+ "grc.risk.consequence": "Consequence",
277
+ "grc.risk.level.critical": "Critical",
278
+ "grc.risk.level.high": "High",
279
+ "grc.risk.level.low": "Low",
280
+ "grc.risk.level.medium": "Medium",
281
+ "grc.risk.level.unrated": "Not rated",
282
+ "grc.risk.likelihood": "Likelihood",
283
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
284
+ "grc.risk.rating": "Rating",
192
285
  "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
193
286
  "grc.risk_treatment.accept.hint": "Requires: Documented approval",
194
287
  "grc.risk_treatment.accept.label": "Accept",
@@ -212,15 +305,6 @@ var en = {
212
305
  "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
213
306
  "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
214
307
  "grc.risk_treatment.transfer.label": "Transfer",
215
- "grc.risk.consequence": "Consequence",
216
- "grc.risk.level.critical": "Critical",
217
- "grc.risk.level.high": "High",
218
- "grc.risk.level.low": "Low",
219
- "grc.risk.level.medium": "Medium",
220
- "grc.risk.level.unrated": "Not rated",
221
- "grc.risk.likelihood": "Likelihood",
222
- "grc.risk.not_rated_hint": "Risk has not been assessed yet",
223
- "grc.risk.rating": "Rating",
224
308
  "pdf_viewer.error_hint": "Please try again.",
225
309
  "pdf_viewer.error_title": "Something went wrong while loading the document.",
226
310
  "pdf_viewer.loading": "Loading document…",
@@ -235,86 +319,7 @@ var en = {
235
319
  "pdf_viewer.toolbar_zoom_level": "{level}%",
236
320
  "pdf_viewer.toolbar_zoom_out": "Zoom out",
237
321
  "use_file_upload.file_exceeds_max": "File \"{name}\" exceeds the maximum size of {max}.",
238
- "use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type.",
239
- "editor.toolbar.block.text": "Text",
240
- "editor.toolbar.block.heading_1": "Heading 1",
241
- "editor.toolbar.block.heading_2": "Heading 2",
242
- "editor.toolbar.block.heading_3": "Heading 3",
243
- "editor.toolbar.block.heading_4": "Heading 4",
244
- "editor.toolbar.block.bullet_list": "Bulleted list",
245
- "editor.toolbar.block.ordered_list": "Numbered list",
246
- "editor.toolbar.block.task_list": "To-do list",
247
- "editor.toolbar.block.blockquote": "Blockquote",
248
- "editor.toolbar.block.code_block": "Code block",
249
- "editor.toolbar.turn_into": "Turn into",
250
- "editor.toolbar.turn_into_current": "Turn into (current: {current})",
251
- "editor.toolbar.reset_formatting": "Reset formatting",
252
- "editor.toolbar.bold": "Bold",
253
- "editor.toolbar.italic": "Italic",
254
- "editor.toolbar.underline": "Underline",
255
- "editor.toolbar.strikethrough": "Strikethrough",
256
- "editor.toolbar.code": "Code",
257
- "editor.toolbar.superscript": "Superscript",
258
- "editor.toolbar.subscript": "Subscript",
259
- "editor.toolbar.link.save": "Save link",
260
- "editor.toolbar.link.open": "Open link in new tab",
261
- "editor.toolbar.link.edit": "Edit link",
262
- "editor.toolbar.link.remove": "Remove link",
263
- "editor.toolbar.link.placeholder": "Enter URL...",
264
- "editor.toolbar.undo": "Undo",
265
- "editor.toolbar.redo": "Redo",
266
- "editor.slash.group.ai": "AI",
267
- "editor.slash.group.style": "Style",
268
- "editor.slash.group.insert": "Insert",
269
- "editor.slash.group.upload": "Upload",
270
- "editor.slash.continue_writing": "Continue Writing",
271
- "editor.slash.continue_writing.subtext": "Continue writing from the current position",
272
- "editor.slash.ask_ai": "Ask AI",
273
- "editor.slash.ask_ai.subtext": "Ask AI to generate content",
274
- "editor.slash.text": "Text",
275
- "editor.slash.text.subtext": "Regular text paragraph",
276
- "editor.slash.heading_1": "Heading 1",
277
- "editor.slash.heading_1.subtext": "Top-level heading",
278
- "editor.slash.heading_2": "Heading 2",
279
- "editor.slash.heading_2.subtext": "Key section heading",
280
- "editor.slash.heading_3": "Heading 3",
281
- "editor.slash.heading_3.subtext": "Subsection and group heading",
282
- "editor.slash.bullet_list": "Bullet List",
283
- "editor.slash.bullet_list.subtext": "List with unordered items",
284
- "editor.slash.ordered_list": "Numbered List",
285
- "editor.slash.ordered_list.subtext": "List with ordered items",
286
- "editor.slash.task_list": "To-do list",
287
- "editor.slash.task_list.subtext": "List with tasks",
288
- "editor.slash.blockquote": "Blockquote",
289
- "editor.slash.blockquote.subtext": "Blockquote block",
290
- "editor.slash.code_block": "Code Block",
291
- "editor.slash.code_block.subtext": "Code block with syntax highlighting",
292
- "editor.slash.control": "Control",
293
- "editor.slash.control.subtext": "Insert a control block",
294
- "editor.slash.separator": "Separator",
295
- "editor.slash.separator.subtext": "Horizontal line to separate content",
296
- "editor.slash.table": "Table",
297
- "editor.slash.table.subtext": "Insert a table",
298
- "editor.slash.toc": "Table of Contents",
299
- "editor.slash.toc.subtext": "Auto-generated list of headings",
300
- "editor.slash.callout": "Callout",
301
- "editor.slash.callout.subtext": "Highlighted block for important information",
302
- "editor.slash.warning": "Warning",
303
- "editor.slash.warning.subtext": "Warning callout block",
304
- "editor.slash.formula": "Formula",
305
- "editor.slash.formula.subtext": "LaTeX math formula block",
306
- "editor.slash.image": "Image",
307
- "editor.slash.image.subtext": "Resizable image with caption",
308
- "editor.slash.filter_placeholder": "Filter...",
309
- "editor.toolbar.table.insert": "Insert table",
310
- "editor.toolbar.text_color": "Text color",
311
- "editor.toolbar.highlight_color": "Highlight color",
312
- "editor.toolbar.align.left": "Align left",
313
- "editor.toolbar.align.center": "Align center",
314
- "editor.toolbar.align.right": "Align right",
315
- "editor.toolbar.align.justify": "Justify",
316
- "editor.placeholder": "Write, type '/' for commands…",
317
- "editor.toolbar.more_options": "More options"
322
+ "use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type."
318
323
  };
319
324
 
320
325
  export { en as default };