From f4c924a6d81026faca2f841ee53f566ccac95a6b Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Mon, 24 Nov 2025 00:16:12 +0000 Subject: [PATCH] languages --- frontend/public/locales/en-GB/translation.json | 8 ++++++-- frontend/public/locales/en-US/translation.json | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index e8ebd252c9..5a7aee13cd 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -5139,7 +5139,10 @@ "role": "Role", "team": "Team", "status": "Status", - "actions": "Actions", + "actions": { + "label": "Actions", + "upgrade": "Upgrade" + }, "noMembersFound": "No members found", "active": "Active", "disabled": "Disabled", @@ -5251,7 +5254,8 @@ "slotsAvailable": "{{count}} user slot(s) available", "noSlotsAvailable": "No slots available", "currentUsage": "Currently using {{current}} of {{max}} user licences" - } + }, + "loginRequired": "Enable login mode first" }, "teams": { "title": "Teams", diff --git a/frontend/public/locales/en-US/translation.json b/frontend/public/locales/en-US/translation.json index c0390af772..d81787c7b8 100644 --- a/frontend/public/locales/en-US/translation.json +++ b/frontend/public/locales/en-US/translation.json @@ -4949,7 +4949,10 @@ "role": "Role", "team": "Team", "status": "Status", - "actions": "Actions", + "actions": { + "label": "Actions", + "upgrade": "Upgrade" + }, "noMembersFound": "No members found", "active": "Active", "disabled": "Disabled", @@ -5061,7 +5064,8 @@ "slotsAvailable": "{{count}} user slot(s) available", "noSlotsAvailable": "No slots available", "currentUsage": "Currently using {{current}} of {{max}} user licenses" - } + }, + "loginRequired": "Enable login mode first" }, "teams": { "title": "Teams",