diff --git a/website/next-i18next.config.js b/website/next-i18next.config.js index 2cc5c778..8a0ccb38 100644 --- a/website/next-i18next.config.js +++ b/website/next-i18next.config.js @@ -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"], }, }; diff --git a/website/public/locales/vi/common.json b/website/public/locales/vi/common.json new file mode 100644 index 00000000..a28addef --- /dev/null +++ b/website/public/locales/vi/common.json @@ -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" +} diff --git a/website/public/locales/vi/leaderboard.json b/website/public/locales/vi/leaderboard.json new file mode 100644 index 00000000..7ceeb732 --- /dev/null +++ b/website/public/locales/vi/leaderboard.json @@ -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" +} diff --git a/website/public/locales/vi/message.json b/website/public/locales/vi/message.json new file mode 100644 index 00000000..91f3b5f1 --- /dev/null +++ b/website/public/locales/vi/message.json @@ -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" +}