Changeset 475eeda in Klonkt for src/services/i18n.js


Ignore:
Timestamp:
06/23/2026 04:57:50 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
5a4c0b0
Parents:
fe6aac9
Message:

feat: premium status badge on the admin dashboard

Below the title, admin now shows a clickable premium badge (3 states):
Premium active (gold), Premium not connected (red), or Premium layer off
(grey). Links to Settings. i18n NL/EN/DE (adash.prem_*).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/i18n.js

    rfe6aac9 r475eeda  
    5858    // Beheer-dashboard
    5959    'admin.title': 'Beheer',
     60    'adash.prem_active': 'Premium actief',
     61    'adash.prem_unlinked': 'Premium niet gekoppeld',
     62    'adash.prem_layeroff': 'Premium-laag uit',
    6063    'admin.tagline_solo': 'Solo-modus — jouw site.',
    6164    'admin.tagline_hub': 'Hub-modus — bedrijfssite met gebruikers, elk hun eigen Klonkt Hub.',
     
    10511054    'downloads.btn': '⬇ Download',
    10521055    'admin.title': 'Admin',
     1056    'adash.prem_active': 'Premium active',
     1057    'adash.prem_unlinked': 'Premium not linked',
     1058    'adash.prem_layeroff': 'Premium layer off',
    10531059    'admin.tagline_solo': 'Solo mode — your site.',
    10541060    'admin.tagline_hub': 'Hub mode — a company site with users, each their own Klonkt Hub.',
     
    20382044    'downloads.btn': '⬇ Herunterladen',
    20392045    'admin.title': 'Verwaltung',
     2046    'adash.prem_active': 'Premium aktiv',
     2047    'adash.prem_unlinked': 'Premium nicht verbunden',
     2048    'adash.prem_layeroff': 'Premium-Ebene aus',
    20402049    'admin.tagline_solo': 'Solo-Modus — deine Seite.',
    20412050    'admin.tagline_hub': 'Hub-Modus — eine Firmenseite mit Nutzern, je ein eigener Klonkt Hub.',
Note: See TracChangeset for help on using the changeset viewer.