Commit Graph

2 Commits

Author SHA1 Message Date
2bd2e03fd6 i18n: add untranslated English string baseline
- Extract 485 remaining hardcoded English UI strings across
  app, cloud, components, contexts, hooks, and modules
- Append them to a new 'untranslated' namespace in en.ts as baseline
- Mirror same English values in zh.ts as placeholders to maintain key alignment
- No Chinese translations added yet - to be translated in future pass
2026-06-24 08:57:02 +00:00
46d20e5877 i18n: localize remaining UI strings in users module
- Add namePlaceholder, emailPlaceholder, userActions keys to users namespace
- Add Chinese translations for the new keys
- Fix remaining hardcoded placeholders in UserInviteModal (John Doe, hello@netbird.io)
- Fix hardcoded placeholder in ServiceUserModal (use serviceUserNamePlaceholder)
- Fix hardcoded aria-label in UserActionCell (use t('userActions'))
2026-06-24 07:00:26 +00:00