mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-24 12:50:50 +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
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"about": "About",
|
|
"account_settings": "계정",
|
|
"admin_dashboard": "관리자 대시보드",
|
|
"connect": "연결",
|
|
"conversational": "모두를 위한 대화형 AI.",
|
|
"copied": "Copied",
|
|
"dark_mode": "다크 모드",
|
|
"dashboard_home": "대시보드 홈",
|
|
"dashboard": "대시보드",
|
|
"delete": "삭제",
|
|
"discord": "Discord",
|
|
"docs": "문서",
|
|
"github": "GitHub",
|
|
"leaderboard": "리더보드",
|
|
"legal": "Legal",
|
|
"light_mode": "라이트 모드",
|
|
"loading": "로딩중...",
|
|
"messages_dashboard": "메세지 대시보드",
|
|
"messages": "메세지",
|
|
"more_information": "추가 정보",
|
|
"no": "아니오",
|
|
"privacy_policy": "개인정보보호 정책",
|
|
"report_a_bug": "버그신고",
|
|
"sign_in": "Sign In",
|
|
"sign_out": "Sign Out",
|
|
"status_dashboard": "상태 대시보드",
|
|
"status": "상태",
|
|
"success": "Success",
|
|
"terms_of_service": "서비스 약관",
|
|
"title": "오픈 어시스턴트",
|
|
"user_leaderboard": "사용자 리더보드",
|
|
"users_dashboard": "사용자 대시보드",
|
|
"users": "사용자",
|
|
"yes": "예"
|
|
}
|