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