tooot/src/i18n/vi/components/instance.json

30 lines
704 B
JSON

{
"server": {
"textInput": {
"placeholder": "Máy chủ"
},
"button": "Đăng nhập",
"information": {
"name": "Tên máy chủ",
"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."
},
"terms": {
"base": ""
}
},
"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"
}
}
}
}