Files
Open-Assistant/website/public/locales/en/common.json
T
Richard MacarthyandGitHub cc3891ed12 Fix hydration issues side menu, move side_menu.json to common.json (#1327)
Fixes #1326

This PR moves all json in side_menu.json to common.json. We have an issue with the side menu layout as it's a high level component and this causes hydration issues with SSR when global namespaces are not passed by default.
2023-02-09 11:45:03 +09:00

39 lines
1.0 KiB
JSON

{
"about": "About",
"account_settings": "Account",
"admin_dashboard": "Admin Dashboard",
"connect": "Connect",
"conversational": "Conversational AI for everyone.",
"copied": "Copied",
"dark_mode": "Dark Mode",
"dashboard_home": "Dashboard Home",
"dashboard": "Dashboard",
"delete": "Delete",
"discord": "Discord",
"docs": "Docs",
"github": "GitHub",
"leaderboard": "Leaderboard",
"legal": "Legal",
"light_mode": "Light Mode",
"loading": "Loading...",
"messages_dashboard": "Messages Dashboard",
"messages": "Messages",
"more_information": "More Information",
"no": "No",
"parameters": "Parameters",
"privacy_policy": "Privacy Policy",
"report_a_bug": "Report a Bug",
"sign_in": "Sign In",
"sign_out": "Sign Out",
"status": "Status",
"status_dashboard": "Status Dashboard",
"success": "Success",
"terms_of_service": "Terms of Service",
"title": "Open Assistant",
"trollboard": "Trollboard",
"user_leaderboard": "User Leaderboard",
"users_dashboard": "Users Dashboard",
"users": "Users",
"yes": "Yes"
}