@cosmicdrift/kumiko-locale-de 0.211.0 → 0.213.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-locale-de",
3
- "version": "0.211.0",
3
+ "version": "0.213.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.211.0"
31
+ "@cosmicdrift/kumiko-framework": "0.213.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",
@@ -229,7 +230,9 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
229
230
  "We've sent you an activation link. Click it to set your password and sign in.",
230
231
  "auth.signup.successTitle": "Email sent",
231
232
  "auth.signup.title": "Create account",
233
+ "auth.signupComplete.activated": "Your account is active and you're signed in.",
232
234
  "auth.signupComplete.confirmPassword": "Confirm password",
235
+ "auth.signupComplete.continue": "Continue",
233
236
  "auth.signupComplete.intro": "Choose a password (at least 8 characters) for your new account.",
234
237
  "auth.signupComplete.mismatch": "Passwords do not match.",
235
238
  "auth.signupComplete.missingToken":
@@ -612,6 +615,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
612
615
  "profile.email.title": "Email address",
613
616
  "profile.errors.emailUnchanged": "That is already your email address.",
614
617
  "profile.errors.generic": "Something went wrong.",
618
+ "profile.loading": "Loading…",
615
619
  "profile.password.confirm": "Confirm new password",
616
620
  "profile.password.mismatch": "Passwords do not match.",
617
621
  "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",
@@ -238,7 +239,9 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
238
239
  "Wir haben dir einen Aktivierungs-Link an deine E-Mail-Adresse geschickt. Klicke ihn an, um dein Passwort zu setzen und dich einzuloggen.",
239
240
  "auth.signup.successTitle": "Mail gesendet",
240
241
  "auth.signup.title": "Account erstellen",
242
+ "auth.signupComplete.activated": "Dein Konto ist jetzt aktiv und du bist angemeldet.",
241
243
  "auth.signupComplete.confirmPassword": "Passwort bestätigen",
244
+ "auth.signupComplete.continue": "Weiter",
242
245
  "auth.signupComplete.intro":
243
246
  "Wähle ein Passwort (mindestens 8 Zeichen) für deinen neuen Account.",
244
247
  "auth.signupComplete.mismatch": "Die Passwörter stimmen nicht überein.",
@@ -630,6 +633,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
630
633
  "profile.email.title": "E-Mail-Adresse",
631
634
  "profile.errors.emailUnchanged": "Das ist bereits deine E-Mail-Adresse.",
632
635
  "profile.errors.generic": "Etwas ist schiefgegangen.",
636
+ "profile.loading": "Lädt…",
633
637
  "profile.password.confirm": "Neues Passwort bestätigen",
634
638
  "profile.password.mismatch": "Die Passwörter stimmen nicht überein.",
635
639
  "profile.password.new": "Neues Passwort",