revamp template

This commit is contained in:
fro1991
2025-02-01 16:44:51 +07:00
parent c432df568a
commit 276a289580
1212 changed files with 112762 additions and 0 deletions

16
src/i18n/messages/en.json Normal file
View File

@ -0,0 +1,16 @@
{
"USER.MENU.PUBLIC_PROFILE": "Public Profile",
"USER.MENU.MY_PROFILE": "My Profile",
"USER.MENU.MY_ACCOUNT": "My Account",
"USER.MENU.GET_STARTED": "Get Started",
"USER.MENU.BILLING": "Billing",
"USER.MENU.SECURITY": "Security",
"USER.MENU.MEMBERS_&_ROLES": "Members & Roles",
"USER.MENU.INTEGRATIONS": "Integrations",
"USER.MENU.NOTIFICATIONS": "Notifications",
"USER.MENU.DEV_FORUM": "Dev Forum",
"USER.MENU.PAYMENT_&_SUBSCRIPTION_INFO": "Payment & subscription info",
"USER.MENU.DARK_MODE": "Dark Mode",
"USER.MENU.LOGOUT": "Logout",
"USER.MENU.LANGUAGE": "Language"
}