The `never`/`you` keys had value == key in English; the sed that produced the German file rewrote the key too. Restores the keys so `pnpm i18n:check` (the CI test gate) passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
37 lines
962 B
JSON
37 lines
962 B
JSON
{
|
|
"title": "Personen",
|
|
"search": "Suche nach Benutzername, E-Mail oder Name",
|
|
"columns": {
|
|
"user": "Person",
|
|
"status": "Status",
|
|
"role": "Rolle",
|
|
"ponds": "Teiche",
|
|
"created": "Erstellt",
|
|
"lastLogin": "Letzter Login",
|
|
"actions": "Aktionen"
|
|
},
|
|
"status": {
|
|
"PENDING_VERIFICATION": "Ausstehend",
|
|
"ACTIVE": "Aktiv",
|
|
"DISABLED": "Deaktiviert"
|
|
},
|
|
"role": {
|
|
"admin": "Site-Admin",
|
|
"user": "Person"
|
|
},
|
|
"never": "nie",
|
|
"actions": {
|
|
"disable": "Deaktivieren",
|
|
"enable": "Aktivieren",
|
|
"resend": "Bestätigung erneut senden",
|
|
"delete": "Löschen",
|
|
"grantAdmin": "Zum Admin machen",
|
|
"revokeAdmin": "Admin entfernen",
|
|
"deleteConfirm": "{{name}} löschen? Die Urheberschaft wird zu „Gelöschte Person“ und der persönliche Teich wandert in den Papierkorb. Nicht rückgängig machbar.",
|
|
"you": "du"
|
|
},
|
|
"prev": "Zurück",
|
|
"next": "Weiter",
|
|
"page": "Seite {{page}}"
|
|
}
|