mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-08 11:13:58 +08:00
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.
37 lines
998 B
JSON
37 lines
998 B
JSON
{
|
|
"about": "关于",
|
|
"account_settings": "帐号",
|
|
"admin_dashboard": "管理面板",
|
|
"connect": "连接",
|
|
"conversational": "每个人的对话式人工智能。",
|
|
"copied": "已复制",
|
|
"dark_mode": "深色模式",
|
|
"dashboard_home": "概览首页",
|
|
"dashboard": "概览",
|
|
"delete": "删除",
|
|
"discord": "Discord",
|
|
"docs": "文档",
|
|
"github": "GitHub",
|
|
"leaderboard": "排行榜",
|
|
"legal": "法律信息",
|
|
"light_mode": "浅色模式",
|
|
"loading": "载入中...",
|
|
"messages_dashboard": "信息概览",
|
|
"messages": "信息",
|
|
"more_information": "更多信息",
|
|
"no": "否",
|
|
"privacy_policy": "隐私政策",
|
|
"report_a_bug": "报告问题",
|
|
"sign_in": "登入",
|
|
"sign_out": "登出",
|
|
"status_dashboard": "状态概览",
|
|
"status": "状态",
|
|
"success": "成功",
|
|
"terms_of_service": "服务条款",
|
|
"title": "Open Assistant",
|
|
"user_leaderboard": "用户排行榜",
|
|
"users_dashboard": "用户概览",
|
|
"users": "用户",
|
|
"yes": "是"
|
|
}
|