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

159 lines
4.2 KiB
TypeScript
Raw Normal View History

2021-01-01 23:10:47 +01:00
export default {
empty: {
error: {
message: '加载错误',
button: '重试'
},
success: {
2021-01-19 01:13:45 +01:00
message: '空无一物'
2021-01-01 23:10:47 +01:00
}
},
2021-01-19 01:13:45 +01:00
end: {
message: '居然刷到底了,喝杯 <0 /> 吧'
},
2021-02-17 21:39:38 +01:00
refresh: {
2021-02-27 16:33:54 +01:00
fetchPreviousPage: '较新于此的嘟嘟',
2021-02-18 22:05:13 +01:00
refetch: '最新的嘟嘟'
2021-01-19 01:13:45 +01:00
},
2021-01-01 23:10:47 +01:00
shared: {
actioned: {
pinned: '置顶',
2021-01-20 00:39:39 +01:00
favourite: '{{name}} 喜欢了你的嘟文',
status: '{{name}} 刚刚发嘟',
2021-01-01 23:10:47 +01:00
follow: '{{name}} 开始关注你',
2021-01-20 00:39:39 +01:00
follow_request: '{{name}} 请求关注你',
poll: '你参与的投票已结束',
2021-01-01 23:10:47 +01:00
reblog: {
default: '{{name}} 转嘟了',
2021-01-20 00:39:39 +01:00
notification: '{{name}} 转嘟了你的嘟文'
2021-01-01 23:10:47 +01:00
}
},
actions: {
2021-01-19 01:13:45 +01:00
favourited: {
2021-01-01 23:10:47 +01:00
function: '喜欢嘟文'
},
2021-01-19 01:13:45 +01:00
reblogged: {
2021-01-01 23:10:47 +01:00
function: '转嘟'
},
2021-01-19 01:13:45 +01:00
bookmarked: {
2021-03-16 23:15:37 +01:00
function: '喜欢嘟文'
2021-01-01 23:10:47 +01:00
}
},
2021-03-15 00:18:44 +01:00
actionsUsers: {
reblogged_by: '$t(sharedUsers:heading.statuses.reblogged_by)',
favourited_by: '$t(sharedUsers:heading.statuses.favourited_by)'
},
2021-01-01 23:10:47 +01:00
attachment: {
sensitive: {
button: '显示敏感内容'
},
unsupported: {
2021-01-19 01:13:45 +01:00
text: '附件读取错误',
2021-01-01 23:10:47 +01:00
button: '尝试远程链接'
}
},
content: {
expandHint: '隐藏内容'
},
2021-03-14 01:35:38 +01:00
fullConversation: '阅读全部对话',
2021-01-01 23:10:47 +01:00
header: {
shared: {
application: '发自于 {{application}}'
},
conversation: {
2021-01-24 02:25:43 +01:00
withAccounts: '与',
delete: {
function: '删除私信'
}
},
2021-01-19 01:13:45 +01:00
actions: {
account: {
heading: '关于用户',
mute: {
function: '隐藏 @{{acct}} 的嘟文',
button: '隐藏 @{{acct}} 的嘟文'
},
block: {
function: '屏蔽 @{{acct}}',
button: '屏蔽 @{{acct}}'
},
reports: {
function: '举报 @{{acct}}',
button: '举报 @{{acct}}'
}
},
domain: {
heading: '关于社区',
block: {
function: '屏蔽社区',
button: '屏蔽社区 {{domain}}'
2021-01-01 23:10:47 +01:00
},
2021-01-19 01:13:45 +01:00
alert: {
title: '确定要屏蔽 {{domain}} 吗?',
message:
'多数情况下,隐藏或屏蔽特定用户即可。\n\n屏蔽之后来自此社区的所有内容将不再出现在你的时间轴里。同时来自该社区的关注者将被移除。请谨慎使用。',
buttons: {
confirm: '确定屏蔽整个社区',
cancel: '$t(common:buttons.cancel)'
2021-01-01 23:10:47 +01:00
}
2021-01-19 01:13:45 +01:00
}
},
share: {
status: { heading: '分享嘟文', button: '分享此条嘟文的链接' },
account: { heading: '分享用户', button: '分享此用户的链接' }
},
status: {
heading: '关于嘟文',
delete: {
function: '删除',
button: '删除此条嘟文'
2021-01-01 23:10:47 +01:00
},
2021-01-19 01:13:45 +01:00
edit: {
function: '删除',
button: '删除并重新编辑此条嘟文',
alert: {
title: '确认删除嘟文?',
message:
'确定要删除这条嘟文并重新编辑它吗?所有相关的转嘟和喜欢都会被清除,回复将会失去关联。',
buttons: {
confirm: '删除并重新编辑',
cancel: '$t(common:buttons.cancel)'
2021-01-01 23:10:47 +01:00
}
}
2021-01-19 01:13:45 +01:00
},
mute: {
function: '静音',
button: {
positive: '静音此条嘟文及对话',
negative: '取消静音此条嘟文及对话'
}
},
pin: {
function: '置顶',
button: {
positive: '置顶此条嘟文',
negative: '取消置顶此条嘟文'
}
2021-01-01 23:10:47 +01:00
}
}
}
},
poll: {
meta: {
button: {
vote: '投票',
refresh: '刷新'
},
2021-01-13 01:03:46 +01:00
count: {
voters: '已投{{count}}人 • ',
2021-01-24 02:25:43 +01:00
votes: '已投{{count}}票 • '
2021-01-13 01:03:46 +01:00
},
2021-01-01 23:10:47 +01:00
expiration: {
expired: '投票已结束',
2021-01-13 01:03:46 +01:00
until: '<0 />截止'
}
2021-01-01 23:10:47 +01:00
}
}
}
}