@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.
- 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
package/dist/loaders/index.js
CHANGED
|
@@ -28,13 +28,21 @@ module.exports = __toCommonJS(loaders_exports);
|
|
|
28
28
|
// src/lang/de.json
|
|
29
29
|
var de_default = {
|
|
30
30
|
"audit-info.created_at": "Erstellt",
|
|
31
|
-
"color-picker.hex_label": "Hex",
|
|
32
|
-
"color-picker.label": "Farbe",
|
|
33
|
-
"color-picker.pick_color": "Farbe ausw\xE4hlen",
|
|
34
31
|
"audit-info.created_by": "Erstellt von",
|
|
35
32
|
"audit-info.title": "Metadaten",
|
|
36
33
|
"audit-info.updated_at": "Aktualisiert",
|
|
37
34
|
"audit-info.updated_by": "Aktualisiert von",
|
|
35
|
+
"color-picker.hex_label": "Hex",
|
|
36
|
+
"color-picker.label": "Farbe",
|
|
37
|
+
"color-picker.pick_color": "Farbe ausw\xE4hlen",
|
|
38
|
+
"date-picker.clear": "L\xF6schen",
|
|
39
|
+
"date-picker.open_calendar": "Kalender \xF6ffnen",
|
|
40
|
+
"date-picker.select_date": "Datum ausw\xE4hlen",
|
|
41
|
+
"date-picker.select_date_and_time": "Datum und Uhrzeit ausw\xE4hlen",
|
|
42
|
+
"date-picker.today": "Heute",
|
|
43
|
+
"editable-text.cancel": "Abbrechen",
|
|
44
|
+
"editable-text.edit": "Bearbeiten",
|
|
45
|
+
"editable-text.save": "Speichern",
|
|
38
46
|
"editor.callout.cancel": "Abbrechen",
|
|
39
47
|
"editor.callout.save": "Speichern",
|
|
40
48
|
"editor.callout.settings": "Einstellungen",
|
|
@@ -49,62 +57,6 @@ var de_default = {
|
|
|
49
57
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
50
58
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
51
59
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
52
|
-
"editor.math.cancel": "Abbrechen",
|
|
53
|
-
"editor.math.edit": "Bearbeiten",
|
|
54
|
-
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
55
|
-
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
56
|
-
"editor.math.latex_input": "LaTeX",
|
|
57
|
-
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
58
|
-
"editor.math.preview": "Vorschau",
|
|
59
|
-
"editor.math.save": "Speichern",
|
|
60
|
-
"editor.math.title": "Formel",
|
|
61
|
-
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
62
|
-
"editor.image.alt_text": "Alternativtext",
|
|
63
|
-
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
64
|
-
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
65
|
-
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
66
|
-
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
67
|
-
"editor.image.loading": "Bild wird geladen...",
|
|
68
|
-
"editor.image.remove": "Entfernen",
|
|
69
|
-
"editor.image.retry": "Wiederholen",
|
|
70
|
-
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
71
|
-
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
72
|
-
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
73
|
-
"editor.image.uploading": "Wird hochgeladen...",
|
|
74
|
-
"editor.table.row_actions": "Zeilenaktionen",
|
|
75
|
-
"editor.table.column_actions": "Spaltenaktionen",
|
|
76
|
-
"editor.table.cell_options": "Zellenoptionen",
|
|
77
|
-
"editor.table.alignment": "Ausrichtung",
|
|
78
|
-
"editor.table.align_left": "Linksb\xFCndig",
|
|
79
|
-
"editor.table.align_center": "Zentriert",
|
|
80
|
-
"editor.table.align_right": "Rechtsb\xFCndig",
|
|
81
|
-
"editor.table.justify": "Blocksatz",
|
|
82
|
-
"editor.table.align_top": "Oben ausrichten",
|
|
83
|
-
"editor.table.align_middle": "Mittig ausrichten",
|
|
84
|
-
"editor.table.align_bottom": "Unten ausrichten",
|
|
85
|
-
"editor.table.insert_row_above": "Zeile oberhalb einf\xFCgen",
|
|
86
|
-
"editor.table.insert_row_below": "Zeile unterhalb einf\xFCgen",
|
|
87
|
-
"editor.table.insert_column_left": "Spalte links einf\xFCgen",
|
|
88
|
-
"editor.table.insert_column_right": "Spalte rechts einf\xFCgen",
|
|
89
|
-
"editor.table.delete_row": "Zeile l\xF6schen",
|
|
90
|
-
"editor.table.delete_column": "Spalte l\xF6schen",
|
|
91
|
-
"editor.table.move_row_up": "Zeile nach oben",
|
|
92
|
-
"editor.table.move_row_down": "Zeile nach unten",
|
|
93
|
-
"editor.table.move_column_left": "Spalte nach links",
|
|
94
|
-
"editor.table.move_column_right": "Spalte nach rechts",
|
|
95
|
-
"editor.table.sort_row_asc": "Zeile A-Z sortieren",
|
|
96
|
-
"editor.table.sort_row_desc": "Zeile Z-A sortieren",
|
|
97
|
-
"editor.table.sort_column_asc": "Spalte A-Z sortieren",
|
|
98
|
-
"editor.table.sort_column_desc": "Spalte Z-A sortieren",
|
|
99
|
-
"editor.table.duplicate_row": "Zeile duplizieren",
|
|
100
|
-
"editor.table.duplicate_column": "Spalte duplizieren",
|
|
101
|
-
"editor.table.header_row": "Kopfzeile",
|
|
102
|
-
"editor.table.header_column": "Kopfspalte",
|
|
103
|
-
"editor.table.merge_cells": "Zellen verbinden",
|
|
104
|
-
"editor.table.split_cell": "Zelle teilen",
|
|
105
|
-
"editor.table.clear_row_contents": "Zeileninhalt l\xF6schen",
|
|
106
|
-
"editor.table.clear_column_contents": "Spalteninhalt l\xF6schen",
|
|
107
|
-
"editor.table.clear_contents": "Inhalt l\xF6schen",
|
|
108
60
|
"editor.controlref.appearance": "Darstellung",
|
|
109
61
|
"editor.controlref.border": "Rahmen",
|
|
110
62
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -115,16 +67,23 @@ var de_default = {
|
|
|
115
67
|
"editor.controlref.control_with_title": "Kontrolle: {title}",
|
|
116
68
|
"editor.controlref.controls": "Kontrollen",
|
|
117
69
|
"editor.controlref.display_options": "Anzeigeoptionen",
|
|
70
|
+
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
71
|
+
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
118
72
|
"editor.controlref.live_preview": "Live-Vorschau",
|
|
119
73
|
"editor.controlref.map_control": "Kontrolle zuordnen",
|
|
120
74
|
"editor.controlref.map_control_aria": "Kontrolle zuordnen",
|
|
75
|
+
"editor.controlref.missing_badge": "Kontrolle existiert nicht mehr",
|
|
76
|
+
"editor.controlref.missing_callout": "Die aktuell zugeordnete Kontrolle wurde nicht gefunden. Sie wurde m\xF6glicherweise gel\xF6scht oder Sie haben keinen Zugriff mehr. Bitte w\xE4hlen Sie eine andere Kontrolle aus.",
|
|
121
77
|
"editor.controlref.no_control_selected": "Keine Kontrolle ausgew\xE4hlt",
|
|
122
78
|
"editor.controlref.no_results": "Keine Kontrollen gefunden f\xFCr \u201E{query}\u201C. Dieser Chip kann unzugeordnet bleiben.",
|
|
79
|
+
"editor.controlref.outdated_badge": "Es ist eine neuere Revision vorhanden",
|
|
80
|
+
"editor.controlref.outdated_callout": "Es gibt eine neuere Revision der aktuell zugeordneten Kontrolle. Aktualisieren Sie auf die neueste Version, indem Sie sie unten erneut ausw\xE4hlen.",
|
|
123
81
|
"editor.controlref.radius": "Radius",
|
|
124
82
|
"editor.controlref.results_count": "{count, plural, one {# Ergebnis} other {# Ergebnisse}}",
|
|
125
83
|
"editor.controlref.save_settings": "Einstellungen speichern",
|
|
126
84
|
"editor.controlref.search_controls": "Kontrollen durchsuchen\u2026",
|
|
127
85
|
"editor.controlref.search_hint": "Beginnen Sie zu tippen, um nach ID, Titel oder Status zu suchen.",
|
|
86
|
+
"editor.controlref.search_placeholder": "z. B. CTRL-001, Asset Inventory \u2026",
|
|
128
87
|
"editor.controlref.searching": "Suche l\xE4uft\u2026",
|
|
129
88
|
"editor.controlref.selected": "Ausgew\xE4hlt",
|
|
130
89
|
"editor.controlref.settings": "Einstellungen",
|
|
@@ -134,6 +93,7 @@ var de_default = {
|
|
|
134
93
|
"editor.controlref.show_implementations": "Umsetzungen anzeigen",
|
|
135
94
|
"editor.controlref.show_status": "Status anzeigen",
|
|
136
95
|
"editor.controlref.show_status_indicator": "Status-Indikator anzeigen",
|
|
96
|
+
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
137
97
|
"editor.controlref.spacing": "Abstand",
|
|
138
98
|
"editor.controlref.unmap": "Zuordnung aufheben",
|
|
139
99
|
"editor.controlref.unmapped_control": "Nicht zugeordnete Kontrolle",
|
|
@@ -142,14 +102,106 @@ var de_default = {
|
|
|
142
102
|
"editor.controlref.variant_card": "Karte",
|
|
143
103
|
"editor.controlref.variant_chip": "Chip",
|
|
144
104
|
"editor.controlref.variant_hint": "W\xE4hlen Sie eine visuelle Darstellung f\xFCr diesen Abschnitt.",
|
|
145
|
-
"editor.
|
|
146
|
-
"editor.
|
|
147
|
-
"editor.
|
|
148
|
-
"editor.
|
|
149
|
-
"editor.
|
|
150
|
-
"editor.
|
|
151
|
-
"editor.
|
|
152
|
-
"editor.
|
|
105
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
106
|
+
"editor.image.alt_text": "Alternativtext",
|
|
107
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
108
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
109
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
110
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
111
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
112
|
+
"editor.image.remove": "Entfernen",
|
|
113
|
+
"editor.image.retry": "Wiederholen",
|
|
114
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
115
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
116
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
117
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
118
|
+
"editor.math.cancel": "Abbrechen",
|
|
119
|
+
"editor.math.edit": "Bearbeiten",
|
|
120
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
121
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
122
|
+
"editor.math.latex_input": "LaTeX",
|
|
123
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
124
|
+
"editor.math.preview": "Vorschau",
|
|
125
|
+
"editor.math.save": "Speichern",
|
|
126
|
+
"editor.math.title": "Formel",
|
|
127
|
+
"editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
|
|
128
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
129
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
130
|
+
"editor.slash.blockquote": "Zitat",
|
|
131
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
132
|
+
"editor.slash.bullet_list": "Aufz\xE4hlung",
|
|
133
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
|
|
134
|
+
"editor.slash.callout": "Hinweis",
|
|
135
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
|
|
136
|
+
"editor.slash.code_block": "Codeblock",
|
|
137
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
138
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
139
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
140
|
+
"editor.slash.control": "Kontrolle",
|
|
141
|
+
"editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
|
|
142
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
143
|
+
"editor.slash.formula": "Formel",
|
|
144
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
145
|
+
"editor.slash.group.ai": "KI",
|
|
146
|
+
"editor.slash.group.insert": "Einf\xFCgen",
|
|
147
|
+
"editor.slash.group.style": "Formatierung",
|
|
148
|
+
"editor.slash.group.upload": "Hochladen",
|
|
149
|
+
"editor.slash.heading_1": "\xDCberschrift 1",
|
|
150
|
+
"editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
|
|
151
|
+
"editor.slash.heading_2": "\xDCberschrift 2",
|
|
152
|
+
"editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
|
|
153
|
+
"editor.slash.heading_3": "\xDCberschrift 3",
|
|
154
|
+
"editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
|
|
155
|
+
"editor.slash.image": "Bild",
|
|
156
|
+
"editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
|
|
157
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
158
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
159
|
+
"editor.slash.separator": "Trennlinie",
|
|
160
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
161
|
+
"editor.slash.table": "Tabelle",
|
|
162
|
+
"editor.slash.table.subtext": "Tabelle einf\xFCgen",
|
|
163
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
164
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
165
|
+
"editor.slash.text": "Text",
|
|
166
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
167
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
168
|
+
"editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
|
|
169
|
+
"editor.slash.warning": "Warnung",
|
|
170
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
171
|
+
"editor.table.align_bottom": "Unten ausrichten",
|
|
172
|
+
"editor.table.align_center": "Zentriert",
|
|
173
|
+
"editor.table.align_left": "Linksb\xFCndig",
|
|
174
|
+
"editor.table.align_middle": "Mittig ausrichten",
|
|
175
|
+
"editor.table.align_right": "Rechtsb\xFCndig",
|
|
176
|
+
"editor.table.align_top": "Oben ausrichten",
|
|
177
|
+
"editor.table.alignment": "Ausrichtung",
|
|
178
|
+
"editor.table.cell_options": "Zellenoptionen",
|
|
179
|
+
"editor.table.clear_column_contents": "Spalteninhalt l\xF6schen",
|
|
180
|
+
"editor.table.clear_contents": "Inhalt l\xF6schen",
|
|
181
|
+
"editor.table.clear_row_contents": "Zeileninhalt l\xF6schen",
|
|
182
|
+
"editor.table.column_actions": "Spaltenaktionen",
|
|
183
|
+
"editor.table.delete_column": "Spalte l\xF6schen",
|
|
184
|
+
"editor.table.delete_row": "Zeile l\xF6schen",
|
|
185
|
+
"editor.table.duplicate_column": "Spalte duplizieren",
|
|
186
|
+
"editor.table.duplicate_row": "Zeile duplizieren",
|
|
187
|
+
"editor.table.header_column": "Kopfspalte",
|
|
188
|
+
"editor.table.header_row": "Kopfzeile",
|
|
189
|
+
"editor.table.insert_column_left": "Spalte links einf\xFCgen",
|
|
190
|
+
"editor.table.insert_column_right": "Spalte rechts einf\xFCgen",
|
|
191
|
+
"editor.table.insert_row_above": "Zeile oberhalb einf\xFCgen",
|
|
192
|
+
"editor.table.insert_row_below": "Zeile unterhalb einf\xFCgen",
|
|
193
|
+
"editor.table.justify": "Blocksatz",
|
|
194
|
+
"editor.table.merge_cells": "Zellen verbinden",
|
|
195
|
+
"editor.table.move_column_left": "Spalte nach links",
|
|
196
|
+
"editor.table.move_column_right": "Spalte nach rechts",
|
|
197
|
+
"editor.table.move_row_down": "Zeile nach unten",
|
|
198
|
+
"editor.table.move_row_up": "Zeile nach oben",
|
|
199
|
+
"editor.table.row_actions": "Zeilenaktionen",
|
|
200
|
+
"editor.table.sort_column_asc": "Spalte A-Z sortieren",
|
|
201
|
+
"editor.table.sort_column_desc": "Spalte Z-A sortieren",
|
|
202
|
+
"editor.table.sort_row_asc": "Zeile A-Z sortieren",
|
|
203
|
+
"editor.table.sort_row_desc": "Zeile Z-A sortieren",
|
|
204
|
+
"editor.table.split_cell": "Zelle teilen",
|
|
153
205
|
"editor.toc.cancel": "Abbrechen",
|
|
154
206
|
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
155
207
|
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
@@ -164,88 +216,49 @@ var de_default = {
|
|
|
164
216
|
"editor.toc.style_default": "Standard",
|
|
165
217
|
"editor.toc.style_flat": "Flach",
|
|
166
218
|
"editor.toc.title": "Inhaltsverzeichnis",
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"
|
|
219
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
220
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
221
|
+
"editor.toolbar.align.left": "Linksb\xFCndig",
|
|
222
|
+
"editor.toolbar.align.right": "Rechtsb\xFCndig",
|
|
223
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
224
|
+
"editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
|
|
225
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
226
|
+
"editor.toolbar.block.heading_1": "\xDCberschrift 1",
|
|
227
|
+
"editor.toolbar.block.heading_2": "\xDCberschrift 2",
|
|
228
|
+
"editor.toolbar.block.heading_3": "\xDCberschrift 3",
|
|
229
|
+
"editor.toolbar.block.heading_4": "\xDCberschrift 4",
|
|
230
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
231
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
232
|
+
"editor.toolbar.block.text": "Text",
|
|
233
|
+
"editor.toolbar.bold": "Fett",
|
|
234
|
+
"editor.toolbar.code": "Code",
|
|
235
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
236
|
+
"editor.toolbar.italic": "Kursiv",
|
|
237
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
238
|
+
"editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
|
|
239
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
240
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
241
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
242
|
+
"editor.toolbar.more_options": "Weitere Optionen",
|
|
243
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
244
|
+
"editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
|
|
245
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
246
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
247
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
248
|
+
"editor.toolbar.table.insert": "Tabelle einf\xFCgen",
|
|
249
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
250
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
251
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
252
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
253
|
+
"editor.toolbar.undo": "R\xFCckg\xE4ngig",
|
|
170
254
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
255
|
+
"file_upload.apply_crop": "Best\xE4tigen",
|
|
171
256
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
257
|
+
"file_upload.cancel": "Abbrechen",
|
|
172
258
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
173
259
|
"file_upload.remove_avatar": "Avatar entfernen",
|
|
174
260
|
"file_upload.too_many_files": "Es k\xF6nnen maximal {max} Dateien hochgeladen werden.",
|
|
175
261
|
"file_upload.upload_avatar": "Avatar hochladen",
|
|
176
|
-
"use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
|
|
177
|
-
"use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.',
|
|
178
|
-
"file_upload.apply_crop": "Best\xE4tigen",
|
|
179
|
-
"file_upload.cancel": "Abbrechen",
|
|
180
|
-
"filter.add_filter": "Filter hinzuf\xFCgen",
|
|
181
|
-
"filter.apply": "Anwenden",
|
|
182
|
-
"filter.cancel": "Abbrechen",
|
|
183
|
-
"filter.clear_all": "Alle l\xF6schen",
|
|
184
|
-
"filter.enter_value": "Wert eingeben...",
|
|
185
|
-
"filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
|
|
186
|
-
"filter.operator.between": "zwischen",
|
|
187
|
-
"filter.operator.contains": "enth\xE4lt",
|
|
188
|
-
"filter.operator.ends_with": "endet mit",
|
|
189
|
-
"filter.operator.equals": "ist",
|
|
190
|
-
"filter.operator.gt": "gr\xF6\xDFer als",
|
|
191
|
-
"filter.operator.gte": "gr\xF6\xDFer oder gleich",
|
|
192
|
-
"filter.operator.is_empty": "ist leer",
|
|
193
|
-
"filter.operator.is_not_empty": "ist nicht leer",
|
|
194
|
-
"filter.operator.lt": "kleiner als",
|
|
195
|
-
"filter.operator.lte": "kleiner oder gleich",
|
|
196
|
-
"filter.operator.not_contains": "enth\xE4lt nicht",
|
|
197
|
-
"filter.operator.not_equals": "ist nicht",
|
|
198
|
-
"filter.operator.starts_with": "beginnt mit",
|
|
199
|
-
"filter.select_value": "Wert ausw\xE4hlen...",
|
|
200
|
-
"filter.loading": "L\xE4dt...",
|
|
201
|
-
"filter.boolean_true": "Ja",
|
|
202
|
-
"filter.boolean_false": "Nein",
|
|
203
|
-
"filter.range_min": "Min",
|
|
204
|
-
"filter.range_max": "Max",
|
|
205
|
-
"filter.remove_filter": "{field}-Filter entfernen",
|
|
206
|
-
"filter.operator_label": "{field} Operator",
|
|
207
|
-
"filter.value_label": "{field} Wert",
|
|
208
|
-
"filter.value_min_label": "{field} Minimalwert",
|
|
209
|
-
"filter.value_max_label": "{field} Maximalwert",
|
|
210
|
-
"grc.compliance.dora.label": "DORA",
|
|
211
|
-
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
212
|
-
"grc.compliance.nis2.label": "NIS2",
|
|
213
|
-
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
214
|
-
"grc.control.mapped.more": "+{count} weitere",
|
|
215
|
-
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
216
|
-
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
217
|
-
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
218
|
-
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
219
|
-
"grc.impact.cancel": "Abbrechen",
|
|
220
|
-
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
221
|
-
"grc.impact.edit": "Bearbeiten",
|
|
222
|
-
"grc.impact.integrity": "Integrit\xE4t",
|
|
223
|
-
"grc.impact.justification": "Begr\xFCndung",
|
|
224
|
-
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
225
|
-
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
226
|
-
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
227
|
-
"grc.impact.save": "Speichern",
|
|
228
|
-
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
229
|
-
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
230
|
-
"grc.impact.scale.asset.2": "Gering",
|
|
231
|
-
"grc.impact.scale.asset.3": "Mittel",
|
|
232
|
-
"grc.impact.scale.asset.4": "Hoch",
|
|
233
|
-
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
234
|
-
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
235
|
-
"grc.impact.scale.process.1": "Unbedeutend",
|
|
236
|
-
"grc.impact.scale.process.2": "Gering",
|
|
237
|
-
"grc.impact.scale.process.3": "Relevant",
|
|
238
|
-
"grc.impact.scale.process.4": "Wichtig",
|
|
239
|
-
"grc.impact.scale.process.5": "Vital",
|
|
240
|
-
"grc.impact.required": "Erforderlich",
|
|
241
|
-
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
242
|
-
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
243
|
-
"grc.impact.scale.risk.2": "Gering",
|
|
244
|
-
"grc.impact.scale.risk.3": "Mittel",
|
|
245
|
-
"grc.impact.scale.risk.4": "Hoch",
|
|
246
|
-
"grc.impact.scale.risk.5": "Kritisch",
|
|
247
|
-
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
248
|
-
"grc.impact.title_ciaa": "CIAA-Auswirkung",
|
|
249
262
|
"filter-bar.add_filter": "Filter hinzuf\xFCgen",
|
|
250
263
|
"filter-bar.apply": "Anwenden",
|
|
251
264
|
"filter-bar.cancel": "Abbrechen",
|
|
@@ -270,102 +283,102 @@ var de_default = {
|
|
|
270
283
|
"filter-bar.select_value": "Wert ausw\xE4hlen...",
|
|
271
284
|
"filter-bar.selected_count": "{count} ausgew\xE4hlt",
|
|
272
285
|
"filter-bar.value_label": "{field} Wert",
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
334
|
-
"
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"editor.toolbar.text_color": "Textfarbe",
|
|
358
|
-
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
359
|
-
"editor.toolbar.align.left": "Linksb\xFCndig",
|
|
360
|
-
"editor.toolbar.align.center": "Zentriert",
|
|
361
|
-
"editor.toolbar.align.right": "Rechtsb\xFCndig",
|
|
362
|
-
"editor.toolbar.align.justify": "Blocksatz",
|
|
363
|
-
"editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
|
|
364
|
-
"editor.toolbar.more_options": "Weitere Optionen"
|
|
286
|
+
"filter.add_filter": "Filter hinzuf\xFCgen",
|
|
287
|
+
"filter.apply": "Anwenden",
|
|
288
|
+
"filter.boolean_false": "Nein",
|
|
289
|
+
"filter.boolean_true": "Ja",
|
|
290
|
+
"filter.cancel": "Abbrechen",
|
|
291
|
+
"filter.clear_all": "Alle l\xF6schen",
|
|
292
|
+
"filter.enter_value": "Wert eingeben...",
|
|
293
|
+
"filter.loading": "L\xE4dt...",
|
|
294
|
+
"filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
|
|
295
|
+
"filter.operator.between": "zwischen",
|
|
296
|
+
"filter.operator.contains": "enth\xE4lt",
|
|
297
|
+
"filter.operator.ends_with": "endet mit",
|
|
298
|
+
"filter.operator.equals": "ist",
|
|
299
|
+
"filter.operator.gt": "gr\xF6\xDFer als",
|
|
300
|
+
"filter.operator.gte": "gr\xF6\xDFer oder gleich",
|
|
301
|
+
"filter.operator.is_empty": "ist leer",
|
|
302
|
+
"filter.operator.is_not_empty": "ist nicht leer",
|
|
303
|
+
"filter.operator.lt": "kleiner als",
|
|
304
|
+
"filter.operator.lte": "kleiner oder gleich",
|
|
305
|
+
"filter.operator.not_contains": "enth\xE4lt nicht",
|
|
306
|
+
"filter.operator.not_equals": "ist nicht",
|
|
307
|
+
"filter.operator.starts_with": "beginnt mit",
|
|
308
|
+
"filter.operator_label": "{field} Operator",
|
|
309
|
+
"filter.range_max": "Max",
|
|
310
|
+
"filter.range_min": "Min",
|
|
311
|
+
"filter.remove_filter": "{field}-Filter entfernen",
|
|
312
|
+
"filter.select_value": "Wert ausw\xE4hlen...",
|
|
313
|
+
"filter.value_label": "{field} Wert",
|
|
314
|
+
"filter.value_max_label": "{field} Maximalwert",
|
|
315
|
+
"filter.value_min_label": "{field} Minimalwert",
|
|
316
|
+
"grc.compliance.dora.label": "DORA",
|
|
317
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
318
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
319
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
320
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
321
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
322
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
323
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
324
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
325
|
+
"grc.impact.cancel": "Abbrechen",
|
|
326
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
327
|
+
"grc.impact.edit": "Bearbeiten",
|
|
328
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
329
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
330
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
331
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
332
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
333
|
+
"grc.impact.required": "Erforderlich",
|
|
334
|
+
"grc.impact.save": "Speichern",
|
|
335
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
336
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
337
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
338
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
339
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
340
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
341
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
342
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
343
|
+
"grc.impact.scale.process.2": "Gering",
|
|
344
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
345
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
346
|
+
"grc.impact.scale.process.5": "Vital",
|
|
347
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
348
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
349
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
350
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
351
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
352
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
353
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
354
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung",
|
|
355
|
+
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
356
|
+
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
357
|
+
"pdf_viewer.loading": "Dokument wird geladen\u2026",
|
|
358
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
359
|
+
"pdf_viewer.toolbar_download": "Herunterladen",
|
|
360
|
+
"pdf_viewer.toolbar_fit_width": "An Breite anpassen",
|
|
361
|
+
"pdf_viewer.toolbar_next_page": "N\xE4chste Seite",
|
|
362
|
+
"pdf_viewer.toolbar_page_of": "{page} von {total}",
|
|
363
|
+
"pdf_viewer.toolbar_prev_page": "Vorherige Seite",
|
|
364
|
+
"pdf_viewer.toolbar_print": "Drucken",
|
|
365
|
+
"pdf_viewer.toolbar_zoom_in": "Vergr\xF6\xDFern",
|
|
366
|
+
"pdf_viewer.toolbar_zoom_level": "{level} %",
|
|
367
|
+
"pdf_viewer.toolbar_zoom_out": "Verkleinern",
|
|
368
|
+
"use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
|
|
369
|
+
"use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.'
|
|
365
370
|
};
|
|
366
371
|
|
|
367
372
|
// src/lang/en.json
|
|
368
373
|
var en_default = {
|
|
374
|
+
"date-picker.clear": "Clear",
|
|
375
|
+
"date-picker.open_calendar": "Open calendar",
|
|
376
|
+
"date-picker.select_date": "Select date",
|
|
377
|
+
"date-picker.select_date_and_time": "Select date and time",
|
|
378
|
+
"date-picker.today": "Today",
|
|
379
|
+
"editable-text.cancel": "Cancel",
|
|
380
|
+
"editable-text.edit": "Edit",
|
|
381
|
+
"editable-text.save": "Save",
|
|
369
382
|
"editor.controlblock.header_status": "Show status in header",
|
|
370
383
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
371
384
|
"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.",
|
|
@@ -413,6 +426,50 @@ var en_default = {
|
|
|
413
426
|
"editor.controlref.variant_card": "Card",
|
|
414
427
|
"editor.controlref.variant_chip": "Chip",
|
|
415
428
|
"editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
|
|
429
|
+
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
430
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
431
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
432
|
+
"editor.slash.blockquote": "Blockquote",
|
|
433
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
434
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
435
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
436
|
+
"editor.slash.callout": "Callout",
|
|
437
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
438
|
+
"editor.slash.code_block": "Code Block",
|
|
439
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
440
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
441
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
442
|
+
"editor.slash.control": "Control",
|
|
443
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
444
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
445
|
+
"editor.slash.formula": "Formula",
|
|
446
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
447
|
+
"editor.slash.group.ai": "AI",
|
|
448
|
+
"editor.slash.group.insert": "Insert",
|
|
449
|
+
"editor.slash.group.style": "Style",
|
|
450
|
+
"editor.slash.group.upload": "Upload",
|
|
451
|
+
"editor.slash.heading_1": "Heading 1",
|
|
452
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
453
|
+
"editor.slash.heading_2": "Heading 2",
|
|
454
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
455
|
+
"editor.slash.heading_3": "Heading 3",
|
|
456
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
457
|
+
"editor.slash.image": "Image",
|
|
458
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
459
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
460
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
461
|
+
"editor.slash.separator": "Separator",
|
|
462
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
463
|
+
"editor.slash.table": "Table",
|
|
464
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
465
|
+
"editor.slash.task_list": "To-do list",
|
|
466
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
467
|
+
"editor.slash.text": "Text",
|
|
468
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
469
|
+
"editor.slash.toc": "Table of Contents",
|
|
470
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
471
|
+
"editor.slash.warning": "Warning",
|
|
472
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
416
473
|
"editor.table.align_bottom": "Align bottom",
|
|
417
474
|
"editor.table.align_center": "Align center",
|
|
418
475
|
"editor.table.align_left": "Align left",
|
|
@@ -447,9 +504,41 @@ var en_default = {
|
|
|
447
504
|
"editor.table.sort_row_asc": "Sort row A-Z",
|
|
448
505
|
"editor.table.sort_row_desc": "Sort row Z-A",
|
|
449
506
|
"editor.table.split_cell": "Split cell",
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
507
|
+
"editor.toolbar.align.center": "Align center",
|
|
508
|
+
"editor.toolbar.align.justify": "Justify",
|
|
509
|
+
"editor.toolbar.align.left": "Align left",
|
|
510
|
+
"editor.toolbar.align.right": "Align right",
|
|
511
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
512
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
513
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
514
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
515
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
516
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
517
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
518
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
519
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
520
|
+
"editor.toolbar.block.text": "Text",
|
|
521
|
+
"editor.toolbar.bold": "Bold",
|
|
522
|
+
"editor.toolbar.code": "Code",
|
|
523
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
524
|
+
"editor.toolbar.italic": "Italic",
|
|
525
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
526
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
527
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
528
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
529
|
+
"editor.toolbar.link.save": "Save link",
|
|
530
|
+
"editor.toolbar.more_options": "More options",
|
|
531
|
+
"editor.toolbar.redo": "Redo",
|
|
532
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
533
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
534
|
+
"editor.toolbar.subscript": "Subscript",
|
|
535
|
+
"editor.toolbar.superscript": "Superscript",
|
|
536
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
537
|
+
"editor.toolbar.text_color": "Text color",
|
|
538
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
539
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
540
|
+
"editor.toolbar.underline": "Underline",
|
|
541
|
+
"editor.toolbar.undo": "Undo",
|
|
453
542
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
|
|
454
543
|
"file_upload.apply_crop": "Apply",
|
|
455
544
|
"file_upload.avatar_uploaded": "Avatar uploaded",
|
|
@@ -464,7 +553,6 @@ var en_default = {
|
|
|
464
553
|
"filter-bar.clear_all": "Clear all",
|
|
465
554
|
"filter-bar.enter_value": "Enter value...",
|
|
466
555
|
"filter-bar.no_results": "No results found",
|
|
467
|
-
"filter-bar.operator_label": "{field} operator",
|
|
468
556
|
"filter-bar.operator.contains": "contains",
|
|
469
557
|
"filter-bar.operator.ends_with": "ends with",
|
|
470
558
|
"filter-bar.operator.equals": "is",
|
|
@@ -477,6 +565,7 @@ var en_default = {
|
|
|
477
565
|
"filter-bar.operator.not_contains": "does not contain",
|
|
478
566
|
"filter-bar.operator.not_equals": "is not",
|
|
479
567
|
"filter-bar.operator.starts_with": "starts with",
|
|
568
|
+
"filter-bar.operator_label": "{field} operator",
|
|
480
569
|
"filter-bar.remove_filter": "Remove {field} filter",
|
|
481
570
|
"filter-bar.search_placeholder": "Search...",
|
|
482
571
|
"filter-bar.select_value": "Select value...",
|
|
@@ -491,7 +580,6 @@ var en_default = {
|
|
|
491
580
|
"filter.enter_value": "Enter value...",
|
|
492
581
|
"filter.loading": "Loading...",
|
|
493
582
|
"filter.no_fields": "No filter options available",
|
|
494
|
-
"filter.operator_label": "{field} operator",
|
|
495
583
|
"filter.operator.between": "between",
|
|
496
584
|
"filter.operator.contains": "contains",
|
|
497
585
|
"filter.operator.ends_with": "ends with",
|
|
@@ -505,6 +593,7 @@ var en_default = {
|
|
|
505
593
|
"filter.operator.not_contains": "does not contain",
|
|
506
594
|
"filter.operator.not_equals": "is not",
|
|
507
595
|
"filter.operator.starts_with": "starts with",
|
|
596
|
+
"filter.operator_label": "{field} operator",
|
|
508
597
|
"filter.range_max": "Max",
|
|
509
598
|
"filter.range_min": "Min",
|
|
510
599
|
"filter.remove_filter": "Remove {field} filter",
|
|
@@ -556,6 +645,15 @@ var en_default = {
|
|
|
556
645
|
"grc.impact.scale.risk.5": "Critical",
|
|
557
646
|
"grc.impact.title_cia": "CIA Impact",
|
|
558
647
|
"grc.impact.title_ciaa": "CIAA Impact",
|
|
648
|
+
"grc.risk.consequence": "Consequence",
|
|
649
|
+
"grc.risk.level.critical": "Critical",
|
|
650
|
+
"grc.risk.level.high": "High",
|
|
651
|
+
"grc.risk.level.low": "Low",
|
|
652
|
+
"grc.risk.level.medium": "Medium",
|
|
653
|
+
"grc.risk.level.unrated": "Not rated",
|
|
654
|
+
"grc.risk.likelihood": "Likelihood",
|
|
655
|
+
"grc.risk.not_rated_hint": "Risk has not been assessed yet",
|
|
656
|
+
"grc.risk.rating": "Rating",
|
|
559
657
|
"grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
|
|
560
658
|
"grc.risk_treatment.accept.hint": "Requires: Documented approval",
|
|
561
659
|
"grc.risk_treatment.accept.label": "Accept",
|
|
@@ -579,15 +677,6 @@ var en_default = {
|
|
|
579
677
|
"grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
|
|
580
678
|
"grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
|
|
581
679
|
"grc.risk_treatment.transfer.label": "Transfer",
|
|
582
|
-
"grc.risk.consequence": "Consequence",
|
|
583
|
-
"grc.risk.level.critical": "Critical",
|
|
584
|
-
"grc.risk.level.high": "High",
|
|
585
|
-
"grc.risk.level.low": "Low",
|
|
586
|
-
"grc.risk.level.medium": "Medium",
|
|
587
|
-
"grc.risk.level.unrated": "Not rated",
|
|
588
|
-
"grc.risk.likelihood": "Likelihood",
|
|
589
|
-
"grc.risk.not_rated_hint": "Risk has not been assessed yet",
|
|
590
|
-
"grc.risk.rating": "Rating",
|
|
591
680
|
"pdf_viewer.error_hint": "Please try again.",
|
|
592
681
|
"pdf_viewer.error_title": "Something went wrong while loading the document.",
|
|
593
682
|
"pdf_viewer.loading": "Loading document\u2026",
|
|
@@ -602,86 +691,7 @@ var en_default = {
|
|
|
602
691
|
"pdf_viewer.toolbar_zoom_level": "{level}%",
|
|
603
692
|
"pdf_viewer.toolbar_zoom_out": "Zoom out",
|
|
604
693
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
605
|
-
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
606
|
-
"editor.toolbar.block.text": "Text",
|
|
607
|
-
"editor.toolbar.block.heading_1": "Heading 1",
|
|
608
|
-
"editor.toolbar.block.heading_2": "Heading 2",
|
|
609
|
-
"editor.toolbar.block.heading_3": "Heading 3",
|
|
610
|
-
"editor.toolbar.block.heading_4": "Heading 4",
|
|
611
|
-
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
612
|
-
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
613
|
-
"editor.toolbar.block.task_list": "To-do list",
|
|
614
|
-
"editor.toolbar.block.blockquote": "Blockquote",
|
|
615
|
-
"editor.toolbar.block.code_block": "Code block",
|
|
616
|
-
"editor.toolbar.turn_into": "Turn into",
|
|
617
|
-
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
618
|
-
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
619
|
-
"editor.toolbar.bold": "Bold",
|
|
620
|
-
"editor.toolbar.italic": "Italic",
|
|
621
|
-
"editor.toolbar.underline": "Underline",
|
|
622
|
-
"editor.toolbar.strikethrough": "Strikethrough",
|
|
623
|
-
"editor.toolbar.code": "Code",
|
|
624
|
-
"editor.toolbar.superscript": "Superscript",
|
|
625
|
-
"editor.toolbar.subscript": "Subscript",
|
|
626
|
-
"editor.toolbar.link.save": "Save link",
|
|
627
|
-
"editor.toolbar.link.open": "Open link in new tab",
|
|
628
|
-
"editor.toolbar.link.edit": "Edit link",
|
|
629
|
-
"editor.toolbar.link.remove": "Remove link",
|
|
630
|
-
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
631
|
-
"editor.toolbar.undo": "Undo",
|
|
632
|
-
"editor.toolbar.redo": "Redo",
|
|
633
|
-
"editor.slash.group.ai": "AI",
|
|
634
|
-
"editor.slash.group.style": "Style",
|
|
635
|
-
"editor.slash.group.insert": "Insert",
|
|
636
|
-
"editor.slash.group.upload": "Upload",
|
|
637
|
-
"editor.slash.continue_writing": "Continue Writing",
|
|
638
|
-
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
639
|
-
"editor.slash.ask_ai": "Ask AI",
|
|
640
|
-
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
641
|
-
"editor.slash.text": "Text",
|
|
642
|
-
"editor.slash.text.subtext": "Regular text paragraph",
|
|
643
|
-
"editor.slash.heading_1": "Heading 1",
|
|
644
|
-
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
645
|
-
"editor.slash.heading_2": "Heading 2",
|
|
646
|
-
"editor.slash.heading_2.subtext": "Key section heading",
|
|
647
|
-
"editor.slash.heading_3": "Heading 3",
|
|
648
|
-
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
649
|
-
"editor.slash.bullet_list": "Bullet List",
|
|
650
|
-
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
651
|
-
"editor.slash.ordered_list": "Numbered List",
|
|
652
|
-
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
653
|
-
"editor.slash.task_list": "To-do list",
|
|
654
|
-
"editor.slash.task_list.subtext": "List with tasks",
|
|
655
|
-
"editor.slash.blockquote": "Blockquote",
|
|
656
|
-
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
657
|
-
"editor.slash.code_block": "Code Block",
|
|
658
|
-
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
659
|
-
"editor.slash.control": "Control",
|
|
660
|
-
"editor.slash.control.subtext": "Insert a control block",
|
|
661
|
-
"editor.slash.separator": "Separator",
|
|
662
|
-
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
663
|
-
"editor.slash.table": "Table",
|
|
664
|
-
"editor.slash.table.subtext": "Insert a table",
|
|
665
|
-
"editor.slash.toc": "Table of Contents",
|
|
666
|
-
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
667
|
-
"editor.slash.callout": "Callout",
|
|
668
|
-
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
669
|
-
"editor.slash.warning": "Warning",
|
|
670
|
-
"editor.slash.warning.subtext": "Warning callout block",
|
|
671
|
-
"editor.slash.formula": "Formula",
|
|
672
|
-
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
673
|
-
"editor.slash.image": "Image",
|
|
674
|
-
"editor.slash.image.subtext": "Resizable image with caption",
|
|
675
|
-
"editor.slash.filter_placeholder": "Filter...",
|
|
676
|
-
"editor.toolbar.table.insert": "Insert table",
|
|
677
|
-
"editor.toolbar.text_color": "Text color",
|
|
678
|
-
"editor.toolbar.highlight_color": "Highlight color",
|
|
679
|
-
"editor.toolbar.align.left": "Align left",
|
|
680
|
-
"editor.toolbar.align.center": "Align center",
|
|
681
|
-
"editor.toolbar.align.right": "Align right",
|
|
682
|
-
"editor.toolbar.align.justify": "Justify",
|
|
683
|
-
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
684
|
-
"editor.toolbar.more_options": "More options"
|
|
694
|
+
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
685
695
|
};
|
|
686
696
|
|
|
687
697
|
// src/loaders/index.ts
|