2021-03-29 00:14:08 +02:00
|
|
|
{
|
|
|
|
"empty": {
|
|
|
|
"error": {
|
|
|
|
"message": "加载错误",
|
|
|
|
"button": "重试"
|
|
|
|
},
|
|
|
|
"success": {
|
|
|
|
"message": "空无一物"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"message": "居然刷到底了,喝杯 <0 /> 吧"
|
|
|
|
},
|
2022-01-16 23:26:05 +01:00
|
|
|
"lookback": {
|
2022-02-06 23:55:49 +01:00
|
|
|
"message": "最后阅读于"
|
2022-01-16 23:26:05 +01:00
|
|
|
},
|
2021-03-29 00:14:08 +02:00
|
|
|
"refresh": {
|
|
|
|
"fetchPreviousPage": "较新于此的嘟嘟",
|
|
|
|
"refetch": "最新的嘟嘟"
|
|
|
|
},
|
|
|
|
"shared": {
|
|
|
|
"actioned": {
|
|
|
|
"pinned": "置顶",
|
|
|
|
"favourite": "{{name}} 喜欢了你的嘟文",
|
|
|
|
"status": "{{name}} 刚刚发嘟",
|
|
|
|
"follow": "{{name}} 开始关注你",
|
|
|
|
"follow_request": "{{name}} 请求关注你",
|
|
|
|
"poll": "你参与的投票已结束",
|
|
|
|
"reblog": {
|
|
|
|
"default": "{{name}} 转嘟了",
|
|
|
|
"notification": "{{name}} 转嘟了你的嘟文"
|
2022-05-28 19:28:08 +02:00
|
|
|
},
|
2022-05-28 22:29:41 +02:00
|
|
|
"update": "转嘟已被编辑"
|
2021-03-29 00:14:08 +02:00
|
|
|
},
|
|
|
|
"actions": {
|
2021-04-10 10:27:50 +02:00
|
|
|
"reply": {
|
|
|
|
"accessibilityLabel": "回复此嘟文"
|
2021-03-29 00:14:08 +02:00
|
|
|
},
|
|
|
|
"reblogged": {
|
2021-04-10 10:27:50 +02:00
|
|
|
"accessibilityLabel": "转发此嘟文",
|
2021-03-29 00:14:08 +02:00
|
|
|
"function": "转嘟"
|
|
|
|
},
|
2021-04-10 10:27:50 +02:00
|
|
|
"favourited": {
|
|
|
|
"accessibilityLabel": "添加此嘟文至喜欢列表",
|
|
|
|
"function": "喜欢嘟文"
|
|
|
|
},
|
2021-03-29 00:14:08 +02:00
|
|
|
"bookmarked": {
|
2021-04-10 10:27:50 +02:00
|
|
|
"accessibilityLabel": "添加此嘟文至书签列表",
|
2021-03-29 00:14:08 +02:00
|
|
|
"function": "喜欢嘟文"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"actionsUsers": {
|
2021-04-10 10:27:50 +02:00
|
|
|
"reblogged_by": {
|
|
|
|
"accessibilityLabel": "{{count}}用户转嘟了此嘟文",
|
|
|
|
"accessibilityHint": "点击以了解用户",
|
|
|
|
"text": "$t(screenTabs:shared.users.statuses.reblogged_by)"
|
|
|
|
},
|
|
|
|
"favourited_by": {
|
|
|
|
"accessibilityLabel": "{{count}}用户喜欢了此嘟文",
|
|
|
|
"accessibilityHint": "点击以了解用户",
|
|
|
|
"text": "$t(screenTabs:shared.users.statuses.favourited_by)"
|
2022-05-07 18:25:45 +02:00
|
|
|
},
|
|
|
|
"history": {
|
|
|
|
"accessibilityLabel": "此嘟文已被编辑{{count}}次",
|
|
|
|
"accessibilityHint": "点击查看所有编辑记录",
|
2022-05-08 23:55:55 +02:00
|
|
|
"text_one": "编辑{{count}}次",
|
|
|
|
"text_other": "编辑{{count}}次"
|
2021-04-10 10:27:50 +02:00
|
|
|
}
|
2021-03-29 00:14:08 +02:00
|
|
|
},
|
|
|
|
"attachment": {
|
|
|
|
"sensitive": {
|
|
|
|
"button": "显示敏感内容"
|
|
|
|
},
|
|
|
|
"unsupported": {
|
|
|
|
"text": "附件读取错误",
|
|
|
|
"button": "尝试远程链接"
|
|
|
|
}
|
|
|
|
},
|
2021-04-10 10:27:50 +02:00
|
|
|
"avatar": {
|
|
|
|
"accessibilityLabel": "{{name}}的头像",
|
|
|
|
"accessibilityHint": "点击进入{{name}}的页面"
|
|
|
|
},
|
2021-03-29 00:14:08 +02:00
|
|
|
"content": {
|
|
|
|
"expandHint": "隐藏内容"
|
|
|
|
},
|
2021-05-30 23:41:19 +02:00
|
|
|
"filtered": "已过滤",
|
2021-03-29 00:14:08 +02:00
|
|
|
"fullConversation": "阅读全部对话",
|
2021-05-26 18:16:21 +02:00
|
|
|
"translate": {
|
|
|
|
"default": "翻译",
|
|
|
|
"succeed": "由{{provider}}翻译自{{source}}",
|
2022-02-08 22:26:55 +01:00
|
|
|
"failed": "翻译失败",
|
|
|
|
"source_not_supported": "不支持嘟文的语言",
|
|
|
|
"target_not_supported": "不支持目标翻译语言"
|
2021-05-26 18:16:21 +02:00
|
|
|
},
|
2021-03-29 00:14:08 +02:00
|
|
|
"header": {
|
|
|
|
"shared": {
|
2021-04-10 10:27:50 +02:00
|
|
|
"account": {
|
|
|
|
"name": {
|
|
|
|
"accessibilityHint": "用户显示名"
|
|
|
|
},
|
|
|
|
"account": {
|
|
|
|
"accessibilityHint": "用户帐户名"
|
|
|
|
}
|
|
|
|
},
|
2022-05-17 03:40:36 +02:00
|
|
|
"application": "发自 {{application}}",
|
2022-05-07 18:25:45 +02:00
|
|
|
"edited": {
|
|
|
|
"accessibilityLabel": "嘟文已编辑"
|
|
|
|
},
|
2021-04-10 10:27:50 +02:00
|
|
|
"muted": {
|
|
|
|
"accessibilityLabel": "已静音此嘟文"
|
|
|
|
},
|
|
|
|
"visibility": {
|
|
|
|
"direct": {
|
|
|
|
"accessibilityLabel": "此嘟文是私信"
|
|
|
|
},
|
|
|
|
"private": {
|
2022-05-16 21:28:12 +02:00
|
|
|
"accessibilityLabel": "此嘟文仅关注者可见"
|
2021-04-10 10:27:50 +02:00
|
|
|
}
|
|
|
|
}
|
2021-03-29 00:14:08 +02:00
|
|
|
},
|
|
|
|
"conversation": {
|
|
|
|
"withAccounts": "与",
|
|
|
|
"delete": {
|
|
|
|
"function": "删除私信"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"poll": {
|
|
|
|
"meta": {
|
|
|
|
"button": {
|
|
|
|
"vote": "投票",
|
|
|
|
"refresh": "刷新"
|
|
|
|
},
|
|
|
|
"count": {
|
2022-05-08 23:55:55 +02:00
|
|
|
"voters_one": "已投{{count}}人",
|
|
|
|
"voters_other": "已投{{count}}人",
|
|
|
|
"votes_one": "{{count}}票",
|
|
|
|
"votes_other": "{{count}}票"
|
2021-03-29 00:14:08 +02:00
|
|
|
},
|
|
|
|
"expiration": {
|
|
|
|
"expired": "投票已结束",
|
|
|
|
"until": "<0 />截止"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-05-07 18:25:45 +02:00
|
|
|
}
|