tooot/src/i18n/zh-Hans/screens/tabs.json

352 lines
9.4 KiB
JSON
Raw Normal View History

{
"tabs": {
"local": {
"name": "我的关注"
},
"public": {
"name": "",
"segments": {
"left": "跨站嘟嘟",
"right": "本站嘟嘟"
}
},
"notifications": {
"name": "通知"
},
"me": {
"name": "关于我"
}
},
"common": {
"search": {
"accessibilityLabel": "搜索",
"accessibilityHint": "搜索标签、用户或嘟文"
}
},
"notifications": {
"filter": {
"accessibilityLabel": "筛选",
"accessibilityHint": "筛选显示的通知类型"
}
},
"me": {
"stacks": {
"bookmarks": {
"name": "书签"
},
"conversations": {
"name": "私信"
},
"favourites": {
"name": "喜欢"
},
"fontSize": {
"name": "嘟文字号"
},
"language": {
"name": "应用语言"
},
"lists": {
"name": "列表"
},
"list": {
"name": "列表:{{list}}"
},
"push": {
"name": "推送通知"
},
"profile": {
"name": "修改个人资料"
},
"profileName": {
"name": "修改昵称"
},
"profileNote": {
"name": "修改简介"
},
"profileFields": {
"name": "修改附加信息"
},
"settings": {
"name": "应用设置"
},
"webSettings": {
"name": "更多账户设置"
},
"switch": {
"name": "切换账号"
}
},
"fontSize": {
"demo": "<p>这是一条测试用的嘟文😊。以下是可供选择的字号,从小号至超大号。<br /><br />这个设置仅会调整嘟文的正文字号,不影响其它字号。</p>",
"sizes": {
"S": "小号",
"M": "默认",
"L": "大号",
"XL": "特大号",
"XXL": "超大号"
}
},
"profile": {
"cancellation": {
"title": "更改尚未保存",
"message": "您的更改尚未保存。是否放弃保存更改?",
"buttons": {
"cancel": "$t(common:buttons.cancel)",
"discard": "不保存"
}
},
"feedback": {
"succeed": "{{type}}已更新",
"failed": "{{type}}更新失败,请重试"
},
"root": {
"name": {
"title": "昵称"
},
"avatar": {
"title": "头像",
"description": "将缩小到400x400px"
},
"header": {
"title": "横幅",
"description": "将缩小到1500x500px"
},
"note": {
"title": "简介"
},
"fields": {
"title": "附加信息",
"total_one": "{{count}}项",
"total_other": "{{count}}项"
},
"visibility": {
"title": "嘟文默认可见范围",
"options": {
"public": "公开",
"unlisted": "不公开",
"private": "仅关注者",
"cancel": "$t(common:buttons.cancel)"
}
},
"sensitive": {
"title": "媒体默认设为敏感"
},
"lock": {
"title": "锁嘟",
"description": "你需要手动审核所有关注请求"
},
"bot": {
"title": "机器人帐户",
"description": "来自这个帐户的绝大多数操作都是自动进行的,并且可能无人监控"
}
},
"fields": {
"group": "第 {{index}} 组",
"label": "标签",
"content": "内容"
}
},
"push": {
"notAvailable": "您的手机不支持tooot推送通知",
"enable": {
"direct": "启用推送通知",
"settings": "在系统设置中启用"
},
"global": {
"heading": "启用 {{acct}}",
"description": "通知消息将经由tooot服务器转发"
},
"decode": {
"heading": "显示通知内容",
"description": "经由tooot服务器中转的通知消息已被加密但可以允许tooot服务器解密并转发消息。tooot消息服务器源码开源且不留存任何日志。"
},
"default": {
"heading": "默认通知"
},
"follow": {
"heading": "新关注者"
},
"follow_request": {
"heading": "关注请求"
},
"favourite": {
"heading": "嘟文被喜欢"
},
"reblog": {
"heading": "嘟文被转嘟"
},
"mention": {
"heading": "嘟文提及你"
},
"poll": {
"heading": "投票更新"
},
"status": {
"heading": "订阅用户的嘟文"
},
"howitworks": "了解通知消息转发如何工作"
},
"root": {
"announcements": {
"content": {
"unread": "{{amount}}条未读公告",
"read": "无未读公告",
"empty": "无公告"
}
},
"push": {
"content": {
"enabled": "已启用",
"disabled": "未启用"
}
},
"update": {
"title": "更新至最新版本"
},
"logout": {
"button": "退出当前账号",
"alert": {
"title": "确认退出登录?",
"message": "退出登录后,需要重新认证账号",
"buttons": {
"logout": "退出登录",
"cancel": "$t(common:buttons.cancel)"
}
}
}
},
"settings": {
"fontsize": {
"heading": "$t(me.stacks.fontSize.name)",
"content": {
"S": "$t(me.fontSize.sizes.S)",
"M": "$t(me.fontSize.sizes.M)",
"L": "$t(me.fontSize.sizes.L)",
"XL": "$t(me.fontSize.sizes.XL)",
"XXL": "$t(me.fontSize.sizes.XXL)"
}
},
"language": {
"heading": "$t(me.stacks.language.name)",
"options": {
"cancel": "$t(common:buttons.cancel)"
}
},
"theme": {
"heading": "应用外观",
"options": {
"auto": "跟随系统",
"light": "浅色模式",
"dark": "深色模式",
"cancel": "$t(common:buttons.cancel)"
}
},
"darkTheme": {
"heading": "深色主题",
"options": {
"lighter": "暗淡",
"darker": "暗黑",
"cancel": "$t(common:buttons.cancel)"
}
},
"browser": {
"heading": "外部链接",
"options": {
"internal": "应用内打开",
"external": "浏览器打开",
"cancel": "$t(common:buttons.cancel)"
}
},
"staticEmoji": {
"heading": "使用静态表情",
"description": "如果您在查看表情列表时经常遇到应用闪退,您可以尝试使用静态表情。"
},
"feedback": {
"heading": "功能建议"
},
"support": {
"heading": "赞助 tooot 开发"
},
"review": {
"heading": "给 tooot 打分"
},
"contact": {
"heading": "联系 tooot"
},
"analytics": {
"heading": "帮助我们改进",
"description": "收集不与用户相关联的使用信息"
},
"version": "版本 v{{version}}",
"instanceVersion": "长毛象版本 v{{version}}"
},
"switch": {
"existing": "选择已登录的账号",
"new": "登录新社区"
}
},
"shared": {
"account": {
"actions": {
"accessibilityLabel": "对用户{{user}} 的操作",
"accessibilityHint": "您可以静音、屏蔽、举报或分享此用户"
},
"followed_by": " 正在关注你",
"moved": "账户已迁移",
"created_at": "注册时间:{{date}}",
"summary": {
"statuses_count": "{{count}} 条嘟文",
"following_count": "$t(shared.users.accounts.following)",
"followers_count": "$t(shared.users.accounts.followers)"
},
"toots": {
"default": "嘟文",
"all": "嘟文和回复"
}
},
"attachments": {
"name": "<0 /><1>的媒体</1>"
},
"search": {
"header": {
"prefix": "搜索",
"placeholder": "什么呢"
},
"empty": {
"general": "输入关键词搜索<bold>$t(screenTabs:shared.search.sections.accounts)</bold>、<bold>$t(screenTabs:shared.search.sections.hashtags)</bold>或者<bold>$t(screenTabs:shared.search.sections.statuses)</bold>",
"advanced": {
"header": "高级搜索格式",
"example": {
"account": "$t(shared.search.header.prefix)指定$t(shared.search.sections.accounts)",
"hashtag": "$t(shared.search.header.prefix)指定$t(shared.search.sections.hashtags)",
"statusLink": "$t(shared.search.header.prefix)指定$t(shared.search.sections.statuses)",
"accountLink": "$t(shared.search.header.prefix)指定$t(shared.search.sections.accounts)"
}
}
},
"sections": {
"accounts": "用户",
"hashtags": "话题标签",
"statuses": "嘟文"
},
"notFound": "找不到 <bold>{{searchTerm}}</bold> 相关的 {{type}}"
},
"toot": {
"name": "对话"
},
"users": {
"accounts": {
"following": "关注 {{count}} 人",
"followers": "被 {{count}} 人关注"
},
"statuses": {
"reblogged_by": "{{count}} 人转嘟",
"favourited_by": "{{count}} 人喜欢"
}
},
"history": {
"name": "编辑历史"
}
}
}