From 018bf567987aaa64025a2392ba56a4d16dd20d62 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 3 Feb 2022 17:34:08 +0100 Subject: [PATCH] New translations instance.json (Vietnamese) --- src/i18n/vi/components/instance.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/i18n/vi/components/instance.json diff --git a/src/i18n/vi/components/instance.json b/src/i18n/vi/components/instance.json new file mode 100644 index 00000000..52931919 --- /dev/null +++ b/src/i18n/vi/components/instance.json @@ -0,0 +1,28 @@ +{ + "server": { + "textInput": { + "placeholder": "Máy chủ" + }, + "button": "Đăng nhập", + "information": { + "name": "Tên", + "accounts": "Người dùng", + "statuses": "Tút", + "domains": "Liên hợp" + }, + "disclaimer": { + "base": "tooot sẽ không thấy được thông tin tài khoản của bạn. Tìm hiểu thêm ", + "privacy": "Bảo mật" + } + }, + "update": { + "alert": { + "title": "Đang đăng nhập vào máy chủ", + "message": "Bạn có thể đăng nhập nhiều tài khoản cùng lúc", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "continue": "Tiếp tục" + } + } + } +} \ No newline at end of file