@kopexa/i18n 17.4.0 → 17.5.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-QFS6LLV6.mjs → chunk-2ASAMT27.mjs} +1 -1
- package/dist/{chunk-6UWDSAYT.mjs → chunk-AXCASSHI.mjs} +13 -0
- package/dist/{chunk-EA7IZSAN.mjs → chunk-D4DTNPDG.mjs} +13 -0
- package/dist/{chunk-BGXE255Q.mjs → chunk-GKWVFJ3U.mjs} +1 -1
- package/dist/{chunk-ENXZNL5M.mjs → chunk-LIUASDA4.mjs} +2 -2
- package/dist/hooks/use-built-in-messages.js +26 -0
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +26 -0
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +26 -0
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +13 -0
- package/dist/lang/de.d.ts +13 -0
- package/dist/lang/de.js +13 -0
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +13 -0
- package/dist/lang/en.d.ts +13 -0
- package/dist/lang/en.js +13 -0
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +26 -0
- package/dist/loaders/index.mjs +3 -3
- package/package.json +4 -4
|
@@ -30,6 +30,19 @@ var en_default = {
|
|
|
30
30
|
"editor.math.preview": "Preview",
|
|
31
31
|
"editor.math.save": "Save",
|
|
32
32
|
"editor.math.title": "Formula",
|
|
33
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
34
|
+
"editor.image.alt_text": "Alt text",
|
|
35
|
+
"editor.image.error": "Failed to load image",
|
|
36
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
38
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
39
|
+
"editor.image.loading": "Loading image...",
|
|
40
|
+
"editor.image.remove": "Remove",
|
|
41
|
+
"editor.image.retry": "Retry",
|
|
42
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
45
|
+
"editor.image.uploading": "Uploading...",
|
|
33
46
|
"editor.controlref.appearance": "Appearance",
|
|
34
47
|
"editor.controlref.border": "Border",
|
|
35
48
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -30,6 +30,19 @@ var de_default = {
|
|
|
30
30
|
"editor.math.preview": "Vorschau",
|
|
31
31
|
"editor.math.save": "Speichern",
|
|
32
32
|
"editor.math.title": "Formel",
|
|
33
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
34
|
+
"editor.image.alt_text": "Alternativtext",
|
|
35
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
36
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
38
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
39
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
40
|
+
"editor.image.remove": "Entfernen",
|
|
41
|
+
"editor.image.retry": "Wiederholen",
|
|
42
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
45
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
33
46
|
"editor.controlref.appearance": "Darstellung",
|
|
34
47
|
"editor.controlref.border": "Rahmen",
|
|
35
48
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
de_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-D4DTNPDG.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AXCASSHI.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -57,6 +57,19 @@ var de_default = {
|
|
|
57
57
|
"editor.math.preview": "Vorschau",
|
|
58
58
|
"editor.math.save": "Speichern",
|
|
59
59
|
"editor.math.title": "Formel",
|
|
60
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
61
|
+
"editor.image.alt_text": "Alternativtext",
|
|
62
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
63
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
64
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
65
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
66
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
67
|
+
"editor.image.remove": "Entfernen",
|
|
68
|
+
"editor.image.retry": "Wiederholen",
|
|
69
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
70
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
71
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
72
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
60
73
|
"editor.controlref.appearance": "Darstellung",
|
|
61
74
|
"editor.controlref.border": "Rahmen",
|
|
62
75
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -216,6 +229,19 @@ var en_default = {
|
|
|
216
229
|
"editor.math.preview": "Preview",
|
|
217
230
|
"editor.math.save": "Save",
|
|
218
231
|
"editor.math.title": "Formula",
|
|
232
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
233
|
+
"editor.image.alt_text": "Alt text",
|
|
234
|
+
"editor.image.error": "Failed to load image",
|
|
235
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
236
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
237
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
238
|
+
"editor.image.loading": "Loading image...",
|
|
239
|
+
"editor.image.remove": "Remove",
|
|
240
|
+
"editor.image.retry": "Retry",
|
|
241
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
242
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
243
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
244
|
+
"editor.image.uploading": "Uploading...",
|
|
219
245
|
"editor.controlref.appearance": "Appearance",
|
|
220
246
|
"editor.controlref.border": "Border",
|
|
221
247
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
useBuiltInMessages
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-2ASAMT27.mjs";
|
|
6
|
+
import "../chunk-LIUASDA4.mjs";
|
|
7
|
+
import "../chunk-D4DTNPDG.mjs";
|
|
8
|
+
import "../chunk-AXCASSHI.mjs";
|
|
9
9
|
export {
|
|
10
10
|
useBuiltInMessages
|
|
11
11
|
};
|
package/dist/i18n.js
CHANGED
|
@@ -61,6 +61,19 @@ var de_default = {
|
|
|
61
61
|
"editor.math.preview": "Vorschau",
|
|
62
62
|
"editor.math.save": "Speichern",
|
|
63
63
|
"editor.math.title": "Formel",
|
|
64
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
65
|
+
"editor.image.alt_text": "Alternativtext",
|
|
66
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
67
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
68
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
69
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
70
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
71
|
+
"editor.image.remove": "Entfernen",
|
|
72
|
+
"editor.image.retry": "Wiederholen",
|
|
73
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
74
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
75
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
76
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
64
77
|
"editor.controlref.appearance": "Darstellung",
|
|
65
78
|
"editor.controlref.border": "Rahmen",
|
|
66
79
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -220,6 +233,19 @@ var en_default = {
|
|
|
220
233
|
"editor.math.preview": "Preview",
|
|
221
234
|
"editor.math.save": "Save",
|
|
222
235
|
"editor.math.title": "Formula",
|
|
236
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
237
|
+
"editor.image.alt_text": "Alt text",
|
|
238
|
+
"editor.image.error": "Failed to load image",
|
|
239
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
240
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
241
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
242
|
+
"editor.image.loading": "Loading image...",
|
|
243
|
+
"editor.image.remove": "Remove",
|
|
244
|
+
"editor.image.retry": "Retry",
|
|
245
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
246
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
247
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
248
|
+
"editor.image.uploading": "Uploading...",
|
|
223
249
|
"editor.controlref.appearance": "Appearance",
|
|
224
250
|
"editor.controlref.border": "Border",
|
|
225
251
|
"editor.controlref.cancel": "Cancel",
|
package/dist/i18n.mjs
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
I18nProvider
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-GKWVFJ3U.mjs";
|
|
6
|
+
import "./chunk-2ASAMT27.mjs";
|
|
7
|
+
import "./chunk-LIUASDA4.mjs";
|
|
8
|
+
import "./chunk-D4DTNPDG.mjs";
|
|
9
|
+
import "./chunk-AXCASSHI.mjs";
|
|
10
10
|
import "./chunk-TYEI7NWI.mjs";
|
|
11
11
|
import "./chunk-DWCWMJZD.mjs";
|
|
12
12
|
import "./chunk-DRJHB4YN.mjs";
|
package/dist/index.js
CHANGED
|
@@ -85,6 +85,19 @@ var de_default = {
|
|
|
85
85
|
"editor.math.preview": "Vorschau",
|
|
86
86
|
"editor.math.save": "Speichern",
|
|
87
87
|
"editor.math.title": "Formel",
|
|
88
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
89
|
+
"editor.image.alt_text": "Alternativtext",
|
|
90
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
91
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
92
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
93
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
94
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
95
|
+
"editor.image.remove": "Entfernen",
|
|
96
|
+
"editor.image.retry": "Wiederholen",
|
|
97
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
98
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
99
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
100
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
88
101
|
"editor.controlref.appearance": "Darstellung",
|
|
89
102
|
"editor.controlref.border": "Rahmen",
|
|
90
103
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -244,6 +257,19 @@ var en_default = {
|
|
|
244
257
|
"editor.math.preview": "Preview",
|
|
245
258
|
"editor.math.save": "Save",
|
|
246
259
|
"editor.math.title": "Formula",
|
|
260
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
261
|
+
"editor.image.alt_text": "Alt text",
|
|
262
|
+
"editor.image.error": "Failed to load image",
|
|
263
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
264
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
265
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
266
|
+
"editor.image.loading": "Loading image...",
|
|
267
|
+
"editor.image.remove": "Remove",
|
|
268
|
+
"editor.image.retry": "Retry",
|
|
269
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
270
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
271
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
272
|
+
"editor.image.uploading": "Uploading...",
|
|
247
273
|
"editor.controlref.appearance": "Appearance",
|
|
248
274
|
"editor.controlref.border": "Border",
|
|
249
275
|
"editor.controlref.cancel": "Cancel",
|
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
I18nProvider
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-GKWVFJ3U.mjs";
|
|
5
|
+
import "./chunk-2ASAMT27.mjs";
|
|
6
|
+
import "./chunk-LIUASDA4.mjs";
|
|
7
|
+
import "./chunk-D4DTNPDG.mjs";
|
|
8
|
+
import "./chunk-AXCASSHI.mjs";
|
|
9
9
|
import "./chunk-TYEI7NWI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useSafeIntl
|
package/dist/lang/de.d.mts
CHANGED
|
@@ -27,6 +27,19 @@ var de = {
|
|
|
27
27
|
"editor.math.preview": "Vorschau",
|
|
28
28
|
"editor.math.save": "Speichern",
|
|
29
29
|
"editor.math.title": "Formel",
|
|
30
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
31
|
+
"editor.image.alt_text": "Alternativtext",
|
|
32
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
33
|
+
"editor.image.file_too_large": "Datei ist zu groß (max. {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
35
|
+
"editor.image.invalid_type": "Ungültiger Dateityp",
|
|
36
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
37
|
+
"editor.image.remove": "Entfernen",
|
|
38
|
+
"editor.image.retry": "Wiederholen",
|
|
39
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
42
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
30
43
|
"editor.controlref.appearance": "Darstellung",
|
|
31
44
|
"editor.controlref.border": "Rahmen",
|
|
32
45
|
"editor.controlref.cancel": "Abbrechen",
|
package/dist/lang/de.d.ts
CHANGED
|
@@ -27,6 +27,19 @@ var de = {
|
|
|
27
27
|
"editor.math.preview": "Vorschau",
|
|
28
28
|
"editor.math.save": "Speichern",
|
|
29
29
|
"editor.math.title": "Formel",
|
|
30
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
31
|
+
"editor.image.alt_text": "Alternativtext",
|
|
32
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
33
|
+
"editor.image.file_too_large": "Datei ist zu groß (max. {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
35
|
+
"editor.image.invalid_type": "Ungültiger Dateityp",
|
|
36
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
37
|
+
"editor.image.remove": "Entfernen",
|
|
38
|
+
"editor.image.retry": "Wiederholen",
|
|
39
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
42
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
30
43
|
"editor.controlref.appearance": "Darstellung",
|
|
31
44
|
"editor.controlref.border": "Rahmen",
|
|
32
45
|
"editor.controlref.cancel": "Abbrechen",
|
package/dist/lang/de.js
CHANGED
|
@@ -30,6 +30,19 @@ var de_default = {
|
|
|
30
30
|
"editor.math.preview": "Vorschau",
|
|
31
31
|
"editor.math.save": "Speichern",
|
|
32
32
|
"editor.math.title": "Formel",
|
|
33
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
34
|
+
"editor.image.alt_text": "Alternativtext",
|
|
35
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
36
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
38
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
39
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
40
|
+
"editor.image.remove": "Entfernen",
|
|
41
|
+
"editor.image.retry": "Wiederholen",
|
|
42
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
45
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
33
46
|
"editor.controlref.appearance": "Darstellung",
|
|
34
47
|
"editor.controlref.border": "Rahmen",
|
|
35
48
|
"editor.controlref.cancel": "Abbrechen",
|
package/dist/lang/de.mjs
CHANGED
package/dist/lang/en.d.mts
CHANGED
|
@@ -27,6 +27,19 @@ var en = {
|
|
|
27
27
|
"editor.math.preview": "Preview",
|
|
28
28
|
"editor.math.save": "Save",
|
|
29
29
|
"editor.math.title": "Formula",
|
|
30
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
31
|
+
"editor.image.alt_text": "Alt text",
|
|
32
|
+
"editor.image.error": "Failed to load image",
|
|
33
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
35
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
36
|
+
"editor.image.loading": "Loading image...",
|
|
37
|
+
"editor.image.remove": "Remove",
|
|
38
|
+
"editor.image.retry": "Retry",
|
|
39
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
42
|
+
"editor.image.uploading": "Uploading...",
|
|
30
43
|
"editor.controlref.appearance": "Appearance",
|
|
31
44
|
"editor.controlref.border": "Border",
|
|
32
45
|
"editor.controlref.cancel": "Cancel",
|
package/dist/lang/en.d.ts
CHANGED
|
@@ -27,6 +27,19 @@ var en = {
|
|
|
27
27
|
"editor.math.preview": "Preview",
|
|
28
28
|
"editor.math.save": "Save",
|
|
29
29
|
"editor.math.title": "Formula",
|
|
30
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
31
|
+
"editor.image.alt_text": "Alt text",
|
|
32
|
+
"editor.image.error": "Failed to load image",
|
|
33
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
35
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
36
|
+
"editor.image.loading": "Loading image...",
|
|
37
|
+
"editor.image.remove": "Remove",
|
|
38
|
+
"editor.image.retry": "Retry",
|
|
39
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
42
|
+
"editor.image.uploading": "Uploading...",
|
|
30
43
|
"editor.controlref.appearance": "Appearance",
|
|
31
44
|
"editor.controlref.border": "Border",
|
|
32
45
|
"editor.controlref.cancel": "Cancel",
|
package/dist/lang/en.js
CHANGED
|
@@ -30,6 +30,19 @@ var en_default = {
|
|
|
30
30
|
"editor.math.preview": "Preview",
|
|
31
31
|
"editor.math.save": "Save",
|
|
32
32
|
"editor.math.title": "Formula",
|
|
33
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
34
|
+
"editor.image.alt_text": "Alt text",
|
|
35
|
+
"editor.image.error": "Failed to load image",
|
|
36
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
38
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
39
|
+
"editor.image.loading": "Loading image...",
|
|
40
|
+
"editor.image.remove": "Remove",
|
|
41
|
+
"editor.image.retry": "Retry",
|
|
42
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
45
|
+
"editor.image.uploading": "Uploading...",
|
|
33
46
|
"editor.controlref.appearance": "Appearance",
|
|
34
47
|
"editor.controlref.border": "Border",
|
|
35
48
|
"editor.controlref.cancel": "Cancel",
|
package/dist/lang/en.mjs
CHANGED
package/dist/loaders/index.js
CHANGED
|
@@ -55,6 +55,19 @@ var de_default = {
|
|
|
55
55
|
"editor.math.preview": "Vorschau",
|
|
56
56
|
"editor.math.save": "Speichern",
|
|
57
57
|
"editor.math.title": "Formel",
|
|
58
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
59
|
+
"editor.image.alt_text": "Alternativtext",
|
|
60
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
61
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
62
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
63
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
64
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
65
|
+
"editor.image.remove": "Entfernen",
|
|
66
|
+
"editor.image.retry": "Wiederholen",
|
|
67
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
68
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
69
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
70
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
58
71
|
"editor.controlref.appearance": "Darstellung",
|
|
59
72
|
"editor.controlref.border": "Rahmen",
|
|
60
73
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -214,6 +227,19 @@ var en_default = {
|
|
|
214
227
|
"editor.math.preview": "Preview",
|
|
215
228
|
"editor.math.save": "Save",
|
|
216
229
|
"editor.math.title": "Formula",
|
|
230
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
231
|
+
"editor.image.alt_text": "Alt text",
|
|
232
|
+
"editor.image.error": "Failed to load image",
|
|
233
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
234
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
235
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
236
|
+
"editor.image.loading": "Loading image...",
|
|
237
|
+
"editor.image.remove": "Remove",
|
|
238
|
+
"editor.image.retry": "Retry",
|
|
239
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
240
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
241
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
242
|
+
"editor.image.uploading": "Uploading...",
|
|
217
243
|
"editor.controlref.appearance": "Appearance",
|
|
218
244
|
"editor.controlref.border": "Border",
|
|
219
245
|
"editor.controlref.cancel": "Cancel",
|
package/dist/loaders/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
loadBuiltinMessages
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-LIUASDA4.mjs";
|
|
5
|
+
import "../chunk-D4DTNPDG.mjs";
|
|
6
|
+
import "../chunk-AXCASSHI.mjs";
|
|
7
7
|
export {
|
|
8
8
|
loadBuiltinMessages
|
|
9
9
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/i18n",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.5.1",
|
|
4
4
|
"description": "i18n provider for kopexa apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n"
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"react": ">=19.0.0-rc.0",
|
|
29
29
|
"react-dom": ">=19.0.0-rc.0",
|
|
30
30
|
"motion": ">=12.23.6",
|
|
31
|
-
"@kopexa/theme": "17.
|
|
31
|
+
"@kopexa/theme": "17.11.1"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"react-intl": "^7.1.14",
|
|
35
|
-
"@kopexa/shared-utils": "17.0.
|
|
36
|
-
"@kopexa/react-utils": "17.0.
|
|
35
|
+
"@kopexa/shared-utils": "17.0.20",
|
|
36
|
+
"@kopexa/react-utils": "17.0.20"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|