@cosmicdrift/kumiko-locale-de 0.210.0 → 0.212.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/package.json +2 -2
- package/src/__tests__/en-catalog.ts +2 -0
- package/src/strings.ts +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-locale-de",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.212.0",
|
|
4
4
|
"description": "German UI and mail copy for Kumiko framework screens. Opt in by mounting localeDe() + localeDeClient().",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@cosmicdrift/kumiko-framework": "0.
|
|
31
|
+
"@cosmicdrift/kumiko-framework": "0.212.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"registry": "https://registry.npmjs.org",
|
|
@@ -20,6 +20,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
20
20
|
"admin-shell:overview.users": "Users",
|
|
21
21
|
"admin-shell:workspace.platform": "Platform",
|
|
22
22
|
"admin-shell:workspace.tenant": "Administration",
|
|
23
|
+
"audit.log.actor.system": "System",
|
|
23
24
|
"audit.log.col.actor": "Actor",
|
|
24
25
|
"audit.log.col.aggregate": "Aggregate",
|
|
25
26
|
"audit.log.col.type": "Event",
|
|
@@ -612,6 +613,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
612
613
|
"profile.email.title": "Email address",
|
|
613
614
|
"profile.errors.emailUnchanged": "That is already your email address.",
|
|
614
615
|
"profile.errors.generic": "Something went wrong.",
|
|
616
|
+
"profile.loading": "Loading…",
|
|
615
617
|
"profile.password.confirm": "Confirm new password",
|
|
616
618
|
"profile.password.mismatch": "Passwords do not match.",
|
|
617
619
|
"profile.password.new": "New password",
|
package/src/strings.ts
CHANGED
|
@@ -20,6 +20,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
20
20
|
"admin-shell:overview.users": "Benutzer",
|
|
21
21
|
"admin-shell:workspace.platform": "Plattform",
|
|
22
22
|
"admin-shell:workspace.tenant": "Administration",
|
|
23
|
+
"audit.log.actor.system": "System",
|
|
23
24
|
"audit.log.col.actor": "Akteur",
|
|
24
25
|
"audit.log.col.aggregate": "Aggregate",
|
|
25
26
|
"audit.log.col.type": "Ereignis",
|
|
@@ -630,6 +631,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
630
631
|
"profile.email.title": "E-Mail-Adresse",
|
|
631
632
|
"profile.errors.emailUnchanged": "Das ist bereits deine E-Mail-Adresse.",
|
|
632
633
|
"profile.errors.generic": "Etwas ist schiefgegangen.",
|
|
634
|
+
"profile.loading": "Lädt…",
|
|
633
635
|
"profile.password.confirm": "Neues Passwort bestätigen",
|
|
634
636
|
"profile.password.mismatch": "Die Passwörter stimmen nicht überein.",
|
|
635
637
|
"profile.password.new": "Neues Passwort",
|