Merge pull request #1020 from notmd/vietnamese

Support vietnamese
This commit is contained in:
Keith Stevens
2023-01-31 16:44:45 +09:00
committed by GitHub
4 changed files with 50 additions and 1 deletions
+1 -1
View File
@@ -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"],
},
};
+22
View File
@@ -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"
}
+13
View File
@@ -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"
}