fix(i18n): License-Status-Tags + letzte hardkodierte Strings entfernt

- statusTag() akzeptiert jetzt t als Parameter — Aktiv/Trial/
  Abgelaufen/Ungültig gehen durch license.tag* Keys
- en+de common.json: license.tagActive/tagTrial/tagExpired/tagInvalid

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-24 12:20:03 +02:00
parent 8c1963cac5
commit e37e472960
7 changed files with 20 additions and 12 deletions

View File

@@ -970,7 +970,11 @@
"confirmClearHint": "The system will fall back to trial-mode once the key is deleted.",
"lastVerifyFailed": "Last server verify failed",
"trialExpiring": "Trial expires in {{days}} day(s)",
"trialExpiringHint": "Activate a license before the trial period ends."
"trialExpiringHint": "Activate a license before the trial period ends.",
"tagActive": "Active",
"tagTrial": "Trial",
"tagExpired": "Expired",
"tagInvalid": "Invalid"
},
"licenseBanner": {
"expired": "License expired or invalid.",