tooot/src/i18n/zh-Hans/components/instance.json

28 lines
728 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"server": {
"textInput": {
"placeholder": "输入社区服务器地址"
},
"button": "登录",
"information": {
"name": "社区名称",
"accounts": "用户总数",
"statuses": "嘟文总数",
"domains": "连结总数"
},
"disclaimer": {
"base": "登录过程将使用系统浏览器你的账号登录信息tooot应用无法读取。详见 ",
"privacy": "隐私条款"
}
},
"update": {
"alert": {
"title": "此社区已登录",
"message": "你可以登录同个社区的另一个账号,不影响已登录的账号",
"buttons": {
"cancel": "$t(common:buttons.cancel)",
"continue": "继续"
}
}
}
}