@cosmicdrift/kumiko-locale-de 0.220.0 → 0.221.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__/completeness.test.ts +10 -0
- package/src/__tests__/en-catalog.ts +33 -0
- package/src/strings.ts +35 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-locale-de",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.221.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.221.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"registry": "https://registry.npmjs.org",
|
|
@@ -24,4 +24,14 @@ describe("locale-de completeness", () => {
|
|
|
24
24
|
);
|
|
25
25
|
}
|
|
26
26
|
});
|
|
27
|
+
|
|
28
|
+
test("uses Mandant terminology, not raw Tenant/Organisation labels", () => {
|
|
29
|
+
const roleAllowlist = new Set(["TenantAdmin", "SystemAdmin"]);
|
|
30
|
+
const offenders: string[] = [];
|
|
31
|
+
for (const [key, value] of Object.entries(localeDeBundle)) {
|
|
32
|
+
if (roleAllowlist.has(value)) continue;
|
|
33
|
+
if (/\bTenants?\b|\bOrganisation/i.test(value)) offenders.push(key);
|
|
34
|
+
}
|
|
35
|
+
expect(offenders).toEqual([]);
|
|
36
|
+
});
|
|
27
37
|
});
|
|
@@ -230,6 +230,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
230
230
|
"We've sent you an activation link. Click it to set your password and sign in.",
|
|
231
231
|
"auth.signup.successTitle": "Email sent",
|
|
232
232
|
"auth.signup.title": "Create account",
|
|
233
|
+
"auth.signupComplete.activatedTitle": "Account activated",
|
|
233
234
|
"auth.signupComplete.activated": "Your account is active and you're signed in.",
|
|
234
235
|
"auth.signupComplete.confirmPassword": "Confirm password",
|
|
235
236
|
"auth.signupComplete.continue": "Continue",
|
|
@@ -289,6 +290,7 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
289
290
|
"delivery.log.col.channel": "Channel",
|
|
290
291
|
"delivery.log.col.recipient": "Recipient",
|
|
291
292
|
"delivery.log.col.status": "Status",
|
|
293
|
+
"delivery.log.col.tenantId": "Tenant",
|
|
292
294
|
"delivery.log.col.type": "Type",
|
|
293
295
|
"delivery.log.empty": "No delivery attempts.",
|
|
294
296
|
"delivery.log.loading": "Loading delivery attempts…",
|
|
@@ -635,8 +637,10 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
635
637
|
"screen:download-attempt-list.title": "Download attempts",
|
|
636
638
|
"screen:export-job-detail.title": "Export job",
|
|
637
639
|
"screen:export-job-list.title": "GDPR exports",
|
|
640
|
+
"screen:invite-create.title": "New invitation",
|
|
638
641
|
"screen:job-run-detail.title": "Job run",
|
|
639
642
|
"screen:job-runs.title": "Job runs",
|
|
643
|
+
"screen:member-roles-edit.title": "Edit roles",
|
|
640
644
|
"screen:members.title": "Team",
|
|
641
645
|
"screen:page-edit.title": "Edit page",
|
|
642
646
|
"screen:page-list.title": "Pages",
|
|
@@ -645,10 +649,13 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
645
649
|
"screen:profile-picker.title": "Compliance profile",
|
|
646
650
|
"screen:session-detail.title": "Session",
|
|
647
651
|
"screen:session-list.title": "Sessions",
|
|
652
|
+
"screen:subscription-stripe-system.title": "Stripe",
|
|
648
653
|
"screen:tag-list.title": "Tags",
|
|
649
654
|
"screen:tenant-edit.title": "Edit tenant",
|
|
650
655
|
"screen:tenant-list.title": "Tenants",
|
|
651
656
|
"screen:tenant-overview.title": "Overview",
|
|
657
|
+
"screen:tenant-settings-system.title": "Tenant Settings",
|
|
658
|
+
"screen:tenant-settings-tenant.title": "Tenant Settings",
|
|
652
659
|
"screen:tier-admin.title": "Assign tier manually",
|
|
653
660
|
"screen:toggle-admin.title": "Feature toggles",
|
|
654
661
|
"screen:user-edit.title": "Edit user",
|
|
@@ -667,6 +674,10 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
667
674
|
"sessions.list.col.revokedAt": "Revoked",
|
|
668
675
|
"sessions.list.col.userId": "User ID",
|
|
669
676
|
"sessions:nav.sessionList": "Sessions",
|
|
677
|
+
"subscription-stripe.api-key": "Stripe API Key",
|
|
678
|
+
"subscription-stripe.billing-live": "Stripe Billing Live",
|
|
679
|
+
"subscription-stripe.settings": "Stripe",
|
|
680
|
+
"subscription-stripe.webhook-secret": "Stripe Webhook Secret",
|
|
670
681
|
"tags.filter.clear": "Clear",
|
|
671
682
|
"tags.filter.label": "Filter by tag",
|
|
672
683
|
"tags.manage.cancel": "Cancel",
|
|
@@ -702,11 +713,20 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
702
713
|
"template-resolver.editor.saved": "Saved.",
|
|
703
714
|
"template-resolver.editor.saving": "Saving…",
|
|
704
715
|
"template-resolver.editor.titleLabel": "Title",
|
|
716
|
+
"tenant-settings.currency": "Default Currency",
|
|
717
|
+
"tenant-settings.locale": "Default Locale",
|
|
718
|
+
"tenant-settings.settings": "Tenant Settings",
|
|
719
|
+
"tenant-settings.settings.system": "Tenant Settings (Platform Default)",
|
|
720
|
+
"tenant.members.actions.editRoles": "Edit roles",
|
|
705
721
|
"tenant.members.active": "Active members",
|
|
706
722
|
"tenant.members.cancel": "Cancel",
|
|
723
|
+
"tenant.members.cancel.confirm": "Cancel this invitation? The invite link will stop working.",
|
|
724
|
+
"tenant.members.col.created": "Created",
|
|
707
725
|
"tenant.members.col.email": "Email",
|
|
708
726
|
"tenant.members.col.expires": "Valid until",
|
|
727
|
+
"tenant.members.col.lastActivity": "Last activity",
|
|
709
728
|
"tenant.members.col.roles": "Roles",
|
|
729
|
+
"tenant.members.col.status": "Status",
|
|
710
730
|
"tenant.members.col.userId": "User ID",
|
|
711
731
|
"tenant.members.filter.status": "Status",
|
|
712
732
|
"tenant.members.filter.status.option.active": "Active",
|
|
@@ -720,8 +740,21 @@ export const frameworkEnCatalog: Readonly<Record<string, string>> = {
|
|
|
720
740
|
"tenant.members.loading": "Loading members…",
|
|
721
741
|
"tenant.members.pending": "Pending invitations",
|
|
722
742
|
"tenant.members.pending.empty": "No pending invitations.",
|
|
743
|
+
"tenant.members.roles.edit.submit": "Save roles",
|
|
723
744
|
"tenant.members.title": "Members",
|
|
724
745
|
"tenant.nav.members": "Team",
|
|
746
|
+
"tenant:entity:__action-form__:field:email": "Email",
|
|
747
|
+
"tenant:entity:__action-form__:field:role": "Role",
|
|
748
|
+
"tenant:entity:__action-form__:field:role:option:Admin": "Admin",
|
|
749
|
+
"tenant:entity:__action-form__:field:role:option:Editor": "Editor",
|
|
750
|
+
"tenant:entity:__action-form__:field:role:option:TenantAdmin": "Tenant Admin",
|
|
751
|
+
"tenant:entity:__action-form__:field:role:option:User": "User",
|
|
752
|
+
"tenant:entity:__action-form__:field:roles": "Roles",
|
|
753
|
+
"tenant:entity:__action-form__:field:roles:option:Admin": "Admin",
|
|
754
|
+
"tenant:entity:__action-form__:field:roles:option:Editor": "Editor",
|
|
755
|
+
"tenant:entity:__action-form__:field:roles:option:TenantAdmin": "Tenant Admin",
|
|
756
|
+
"tenant:entity:__action-form__:field:roles:option:User": "User",
|
|
757
|
+
"tenant:entity:__action-form__:field:userId": "User ID",
|
|
725
758
|
"tenant:entity:tenant:field:isEnabled": "Enabled",
|
|
726
759
|
"tenant:entity:tenant:field:isEnabled:option:false": "No",
|
|
727
760
|
"tenant:entity:tenant:field:isEnabled:option:true": "Yes",
|
package/src/strings.ts
CHANGED
|
@@ -239,6 +239,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
239
239
|
"Wir haben dir einen Aktivierungs-Link an deine E-Mail-Adresse geschickt. Klicke ihn an, um dein Passwort zu setzen und dich einzuloggen.",
|
|
240
240
|
"auth.signup.successTitle": "Mail gesendet",
|
|
241
241
|
"auth.signup.title": "Account erstellen",
|
|
242
|
+
"auth.signupComplete.activatedTitle": "Konto aktiviert",
|
|
242
243
|
"auth.signupComplete.activated": "Dein Konto ist jetzt aktiv und du bist angemeldet.",
|
|
243
244
|
"auth.signupComplete.confirmPassword": "Passwort bestätigen",
|
|
244
245
|
"auth.signupComplete.continue": "Weiter",
|
|
@@ -301,6 +302,7 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
301
302
|
"delivery.log.col.channel": "Kanal",
|
|
302
303
|
"delivery.log.col.recipient": "Empfänger",
|
|
303
304
|
"delivery.log.col.status": "Status",
|
|
305
|
+
"delivery.log.col.tenantId": "Mandant",
|
|
304
306
|
"delivery.log.col.type": "Typ",
|
|
305
307
|
"delivery.log.empty": "Keine Zustellversuche.",
|
|
306
308
|
"delivery.log.loading": "Lade Zustellversuche…",
|
|
@@ -653,8 +655,10 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
653
655
|
"screen:download-attempt-list.title": "Download-Versuche",
|
|
654
656
|
"screen:export-job-detail.title": "Export-Job",
|
|
655
657
|
"screen:export-job-list.title": "DSGVO-Exporte",
|
|
658
|
+
"screen:invite-create.title": "Neue Einladung",
|
|
656
659
|
"screen:job-run-detail.title": "Job-Lauf",
|
|
657
660
|
"screen:job-runs.title": "Job-Läufe",
|
|
661
|
+
"screen:member-roles-edit.title": "Rollen bearbeiten",
|
|
658
662
|
"screen:members.title": "Team",
|
|
659
663
|
"screen:page-edit.title": "Seite bearbeiten",
|
|
660
664
|
"screen:page-list.title": "Seiten",
|
|
@@ -663,10 +667,13 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
663
667
|
"screen:profile-picker.title": "Compliance-Profil",
|
|
664
668
|
"screen:session-detail.title": "Sitzung",
|
|
665
669
|
"screen:session-list.title": "Sitzungen",
|
|
670
|
+
"screen:subscription-stripe-system.title": "Stripe",
|
|
666
671
|
"screen:tag-list.title": "Tags",
|
|
667
|
-
"screen:tenant-edit.title": "
|
|
672
|
+
"screen:tenant-edit.title": "Mandant bearbeiten",
|
|
668
673
|
"screen:tenant-list.title": "Mandanten",
|
|
669
674
|
"screen:tenant-overview.title": "Übersicht",
|
|
675
|
+
"screen:tenant-settings-system.title": "Mandanten-Einstellungen",
|
|
676
|
+
"screen:tenant-settings-tenant.title": "Mandanten-Einstellungen",
|
|
670
677
|
"screen:tier-admin.title": "Tier manuell zuweisen",
|
|
671
678
|
"screen:toggle-admin.title": "Feature-Toggles",
|
|
672
679
|
"screen:user-edit.title": "Benutzer bearbeiten",
|
|
@@ -685,6 +692,10 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
685
692
|
"sessions.list.col.revokedAt": "Widerrufen",
|
|
686
693
|
"sessions.list.col.userId": "User-ID",
|
|
687
694
|
"sessions:nav.sessionList": "Sitzungen",
|
|
695
|
+
"subscription-stripe.api-key": "Stripe API Key",
|
|
696
|
+
"subscription-stripe.billing-live": "Stripe Billing live",
|
|
697
|
+
"subscription-stripe.settings": "Stripe",
|
|
698
|
+
"subscription-stripe.webhook-secret": "Stripe Webhook Secret",
|
|
688
699
|
"tags.filter.clear": "Filter zurücksetzen",
|
|
689
700
|
"tags.filter.label": "Nach Tag filtern",
|
|
690
701
|
"tags.manage.cancel": "Abbrechen",
|
|
@@ -721,11 +732,21 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
721
732
|
"template-resolver.editor.saved": "Gespeichert.",
|
|
722
733
|
"template-resolver.editor.saving": "Speichern…",
|
|
723
734
|
"template-resolver.editor.titleLabel": "Titel",
|
|
735
|
+
"tenant-settings.currency": "Standard-Währung",
|
|
736
|
+
"tenant-settings.locale": "Standard-Sprache",
|
|
737
|
+
"tenant-settings.settings": "Mandanten-Einstellungen",
|
|
738
|
+
"tenant-settings.settings.system": "Mandanten-Einstellungen (Plattform-Standard)",
|
|
739
|
+
"tenant.members.actions.editRoles": "Rollen bearbeiten",
|
|
724
740
|
"tenant.members.active": "Aktive Mitglieder",
|
|
725
741
|
"tenant.members.cancel": "Zurückziehen",
|
|
742
|
+
"tenant.members.cancel.confirm":
|
|
743
|
+
"Einladung zurückziehen? Der Einladungslink funktioniert dann nicht mehr.",
|
|
744
|
+
"tenant.members.col.created": "Erstellt",
|
|
726
745
|
"tenant.members.col.email": "E-Mail",
|
|
727
746
|
"tenant.members.col.expires": "Gültig bis",
|
|
747
|
+
"tenant.members.col.lastActivity": "Letzte Aktivität",
|
|
728
748
|
"tenant.members.col.roles": "Rollen",
|
|
749
|
+
"tenant.members.col.status": "Status",
|
|
729
750
|
"tenant.members.col.userId": "User-ID",
|
|
730
751
|
"tenant.members.filter.status": "Status",
|
|
731
752
|
"tenant.members.filter.status.option.active": "Aktiv",
|
|
@@ -739,8 +760,21 @@ export const localeDeBundle: Readonly<Record<string, string>> = {
|
|
|
739
760
|
"tenant.members.loading": "Lade Mitglieder…",
|
|
740
761
|
"tenant.members.pending": "Ausstehende Einladungen",
|
|
741
762
|
"tenant.members.pending.empty": "Keine ausstehenden Einladungen.",
|
|
763
|
+
"tenant.members.roles.edit.submit": "Rollen speichern",
|
|
742
764
|
"tenant.members.title": "Mitglieder",
|
|
743
765
|
"tenant.nav.members": "Team",
|
|
766
|
+
"tenant:entity:__action-form__:field:email": "E-Mail",
|
|
767
|
+
"tenant:entity:__action-form__:field:role": "Rolle",
|
|
768
|
+
"tenant:entity:__action-form__:field:role:option:Admin": "Admin",
|
|
769
|
+
"tenant:entity:__action-form__:field:role:option:Editor": "Editor",
|
|
770
|
+
"tenant:entity:__action-form__:field:role:option:TenantAdmin": "Mandanten-Admin",
|
|
771
|
+
"tenant:entity:__action-form__:field:role:option:User": "User",
|
|
772
|
+
"tenant:entity:__action-form__:field:roles": "Rollen",
|
|
773
|
+
"tenant:entity:__action-form__:field:roles:option:Admin": "Admin",
|
|
774
|
+
"tenant:entity:__action-form__:field:roles:option:Editor": "Editor",
|
|
775
|
+
"tenant:entity:__action-form__:field:roles:option:TenantAdmin": "Mandanten-Admin",
|
|
776
|
+
"tenant:entity:__action-form__:field:roles:option:User": "User",
|
|
777
|
+
"tenant:entity:__action-form__:field:userId": "User-ID",
|
|
744
778
|
"tenant:entity:tenant:field:isEnabled": "Aktiv",
|
|
745
779
|
"tenant:entity:tenant:field:isEnabled:option:false": "Nein",
|
|
746
780
|
"tenant:entity:tenant:field:isEnabled:option:true": "Ja",
|