diff --git a/src/i18n/zh-Hans/components/instance.json b/src/i18n/zh-Hans/components/instance.json new file mode 100644 index 00000000..1ac79f8f --- /dev/null +++ b/src/i18n/zh-Hans/components/instance.json @@ -0,0 +1,28 @@ +{ + "server": { + "textInput": { + "placeholder": "输入社区服务器地址" + }, + "button": "登录", + "information": { + "name": "社区名称", + "accounts": "用户总数", + "statuses": "嘟文总数", + "domains": "连结总数" + }, + "disclaimer": { + "base": "登录过程将使用系统浏览器,你的账号登录信息tooot应用无法读取。详见 ", + "privacy": "隐私条款" + } + }, + "update": { + "alert": { + "title": "此社区已登录", + "message": "你可以登录同个社区的另一个账号,不影响已登录的账号", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "continue": "继续" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/zh-Hans/components/parse.json b/src/i18n/zh-Hans/components/parse.json new file mode 100644 index 00000000..f141f891 --- /dev/null +++ b/src/i18n/zh-Hans/components/parse.json @@ -0,0 +1,9 @@ +{ + "HTML": { + "expanded": { + "true": "折叠{{hint}}", + "false": "展开{{hint}}" + }, + "defaultHint": "全文" + } +} \ No newline at end of file diff --git a/src/i18n/zh-Hans/components/relationship.json b/src/i18n/zh-Hans/components/relationship.json new file mode 100644 index 00000000..6f6b7e2d --- /dev/null +++ b/src/i18n/zh-Hans/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "关注" + }, + "block": { + "function": "屏蔽" + }, + "button": { + "error": "读取错误", + "blocked_by": "被用户屏蔽", + "blocking": "取消屏蔽", + "following": "取消关注", + "requested": "取消关注请求", + "default": "关注" + } +} \ No newline at end of file diff --git a/src/i18n/zh-Hans/components/relativeTime.json b/src/i18n/zh-Hans/components/relativeTime.json new file mode 100644 index 00000000..e9872070 --- /dev/null +++ b/src/i18n/zh-Hans/components/relativeTime.json @@ -0,0 +1,20 @@ +{ + "strings": { + "prefixAgo": "", + "prefixFromNow": "", + "suffixAgo": "前", + "suffixFromNow": "", + "seconds": "%d秒", + "minute": "1分钟", + "minutes": "%d分钟", + "hour": "1小时", + "hours": "%d小时", + "day": "1天", + "days": "%d天", + "month": "1个月", + "months": "%d月", + "year": "大约1年", + "years": "%d年", + "wordSeparator": "" + } +} \ No newline at end of file diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json new file mode 100644 index 00000000..12a699e7 --- /dev/null +++ b/src/i18n/zh-Hans/components/timeline.json @@ -0,0 +1,164 @@ +{ + "empty": { + "error": { + "message": "加载错误", + "button": "重试" + }, + "success": { + "message": "空无一物" + } + }, + "end": { + "message": "居然刷到底了,喝杯 <0 /> 吧" + }, + "refresh": { + "fetchPreviousPage": "较新于此的嘟嘟", + "refetch": "最新的嘟嘟" + }, + "shared": { + "actioned": { + "pinned": "置顶", + "favourite": "{{name}} 喜欢了你的嘟文", + "status": "{{name}} 刚刚发嘟", + "follow": "{{name}} 开始关注你", + "follow_request": "{{name}} 请求关注你", + "poll": "你参与的投票已结束", + "reblog": { + "default": "{{name}} 转嘟了", + "notification": "{{name}} 转嘟了你的嘟文" + } + }, + "actions": { + "favourited": { + "function": "喜欢嘟文" + }, + "reblogged": { + "function": "转嘟" + }, + "bookmarked": { + "function": "喜欢嘟文" + } + }, + "actionsUsers": { + "reblogged_by": "$t(screenTabs:shared.users.statuses.reblogged_by)", + "favourited_by": "$t(screenTabs:shared.users.statuses.favourited_by)" + }, + "attachment": { + "sensitive": { + "button": "显示敏感内容" + }, + "unsupported": { + "text": "附件读取错误", + "button": "尝试远程链接" + } + }, + "content": { + "expandHint": "隐藏内容" + }, + "fullConversation": "阅读全部对话", + "header": { + "shared": { + "application": "发自于 {{application}}" + }, + "conversation": { + "withAccounts": "与", + "delete": { + "function": "删除私信" + } + }, + "actions": { + "account": { + "heading": "关于用户", + "mute": { + "function": "隐藏 @{{acct}} 的嘟文", + "button": "隐藏 @{{acct}} 的嘟文" + }, + "block": { + "function": "屏蔽 @{{acct}}", + "button": "屏蔽 @{{acct}}" + }, + "reports": { + "function": "举报 @{{acct}}", + "button": "举报 @{{acct}}" + } + }, + "domain": { + "heading": "关于社区", + "block": { + "function": "屏蔽社区", + "button": "屏蔽社区 {{domain}}" + }, + "alert": { + "title": "确定要屏蔽 {{domain}} 吗?", + "message": "多数情况下,隐藏或屏蔽特定用户即可。\n\n屏蔽之后,来自此社区的所有内容将不再出现在你的时间轴里。同时,来自该社区的关注者将被移除。请谨慎使用。", + "buttons": { + "confirm": "确定屏蔽整个社区", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "share": { + "status": { + "heading": "分享嘟文", + "button": "分享此条嘟文的链接" + }, + "account": { + "heading": "分享用户", + "button": "分享此用户的链接" + } + }, + "status": { + "heading": "关于嘟文", + "delete": { + "function": "删除", + "button": "删除此条嘟文" + }, + "edit": { + "function": "删除", + "button": "删除并重新编辑此条嘟文", + "alert": { + "title": "确认删除嘟文?", + "message": "确定要删除这条嘟文并重新编辑它吗?所有相关的转嘟和喜欢都会被清除,回复将会失去关联。", + "buttons": { + "confirm": "删除并重新编辑", + "cancel": "$t(common:buttons.cancel)" + } + } + }, + "mute": { + "function": "静音", + "button": { + "positive": "静音此条嘟文及对话", + "negative": "取消静音此条嘟文及对话" + } + }, + "pin": { + "function": "置顶", + "button": { + "positive": "置顶此条嘟文", + "negative": "取消置顶此条嘟文" + } + } + } + } + }, + "poll": { + "meta": { + "button": { + "vote": "投票", + "refresh": "刷新" + }, + "count": { + "voters": "已投{{count}}人", + "voters_plural": "已投{{count}}人", + "votes": "{{count}}票", + "votes_plural": "{{count}}票" + }, + "expiration": { + "expired": "投票已结束", + "until": "<0 />截止" + } + } + } + } +} \ No newline at end of file