mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-03 17:10:10 +08:00
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: "en",
|
||||
locales: ["bn", "de", "en", "es", "fr", "ja", "pt-BR", "ru", "zh"],
|
||||
locales: ["bn", "de", "en", "es", "fr", "ja", "pt-BR", "ru", "vi", "zh"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"about": "About",
|
||||
"account_settings": "Account",
|
||||
"admin_dashboard": "Admin Dashboard",
|
||||
"connect": "Connect",
|
||||
"conversational": "Conversational AI for everyone.",
|
||||
"dashboard": "Dashboard",
|
||||
"discord": "Discord",
|
||||
"docs": "Docs",
|
||||
"github": "GitHub",
|
||||
"legal": "Legal",
|
||||
"loading": "Loading...",
|
||||
"more_information": "More Information",
|
||||
"no": "No",
|
||||
"privacy_policy": "Privacy Policy",
|
||||
"report_a_bug": "Report a Bug",
|
||||
"sign_in": "Đăng nhập",
|
||||
"sign_out": "Đăng xuất",
|
||||
"terms_of_service": "Terms of Service",
|
||||
"title": "Open Assistant",
|
||||
"yes": "Yes"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"daily": "Ngày",
|
||||
"last_updated_at": "Cập nhật lúc: {{val, datetime}}",
|
||||
"leaderboard": "Bảng xếp hạng",
|
||||
"monthly": "Tháng",
|
||||
"overall": "Overall",
|
||||
"rank": "Hạng",
|
||||
"score": "Điểm",
|
||||
"user": "User",
|
||||
"weekly": "Tuần",
|
||||
"prompt": "Prompts",
|
||||
"reply": "Replies",
|
||||
"label": "Labels"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"label_action": "Label",
|
||||
"label_title": "Label",
|
||||
"message": "Message",
|
||||
"open_new_tab_action": "Mở trong trang mới",
|
||||
"parent": "Parent",
|
||||
"reactions": "Reactions",
|
||||
"report_action": "Báo cáo",
|
||||
"report_placeholder": "Why should this message be reviewed?",
|
||||
"report_title": "Báo cáo",
|
||||
"send_report": "Gửi",
|
||||
"submit_labels": "Submit"
|
||||
}
|
||||
Reference in New Issue
Block a user