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

35 lines
914 B
TypeScript
Raw Normal View History

2021-01-19 01:13:45 +01:00
export default {
server: {
textInput: { placeholder: '输入社区服务器地址' },
2021-01-22 01:34:20 +01:00
privateInstance: '非公开社区, 不能围观',
2021-01-19 01:13:45 +01:00
button: {
local: '登录',
remote: '围观'
},
information: {
name: '社区名称',
description: { heading: '社区简介', expandHint: '简介' },
accounts: '用户总数',
statuses: '嘟文总数',
domains: '连结总数'
},
disclaimer:
2021-01-20 00:39:39 +01:00
'登录过程将使用系统浏览器你的账号登录信息tooot应用无法读取。详见'
2021-01-19 01:13:45 +01:00
},
update: {
local: {
alert: {
title: '此社区已登录',
2021-01-20 00:39:39 +01:00
message: '你可以登录同个社区的另一个账号,不影响已登录的账号',
2021-01-19 01:13:45 +01:00
buttons: {
cancel: '$t(common:buttons.cancel)',
continue: '继续'
}
}
},
remote: {
succeed: '围观登记成功'
}
}
}