mirror of https://github.com/tooot-app/app
New Crowdin updates (#88)
* New translations public.json (Chinese Simplified) * New translations notifications.json (Chinese Simplified) * New translations meSwitch.json (Chinese Simplified) * New translations meSettingsFontsize.json (Chinese Simplified) * New translations meListsList.json (Chinese Simplified) * New translations meLists.json (Chinese Simplified) * New translations meFavourites.json (Chinese Simplified) * New translations meConversations.json (Chinese Simplified) * New translations meBookmarks.json (Chinese Simplified) * New translations relativeTime.json (Chinese Simplified) * New translations common.json (Chinese Simplified) * New translations timeline.json (Chinese Simplified) * New translations imageViewer.json (Chinese Simplified) * New translations announcements.json (Chinese Simplified) * New translations compose.json (Chinese Simplified) * New translations tabs.json (Chinese Simplified) * New translations screens.json (Chinese Simplified) * New translations actions.json (Chinese Simplified) * Updates
This commit is contained in:
parent
4dba96af98
commit
16dcbc6860
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"buttons": {
|
||||
"apply": "应用",
|
||||
"cancel": "取消"
|
||||
},
|
||||
"message": {
|
||||
"success": {
|
||||
"message": "{{function}}成功"
|
||||
},
|
||||
"warning": {
|
||||
"message": ""
|
||||
},
|
||||
"error": {
|
||||
"message": "{{function}}失败,请重试"
|
||||
}
|
||||
},
|
||||
"separator": ","
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"network": {
|
||||
"disconnected": {
|
||||
"message": "无法连接到网络",
|
||||
"description": "请检查手机设置里的网络连接"
|
||||
}
|
||||
},
|
||||
"screenshot": {
|
||||
"title": "隐私保护",
|
||||
"message": "请确保不要泄露其它用户的敏感信息,例如用户名、头像等,谢谢!",
|
||||
"button": "确认"
|
||||
},
|
||||
"localCorrupt": {
|
||||
"message": "登录已过期,请重新登录"
|
||||
},
|
||||
"pushError": {
|
||||
"message": "推送服务错误",
|
||||
"description": "请在设置中重新尝试启用推送通知"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"content": {
|
||||
"button": {
|
||||
"apply": "$t(common:buttons.apply)",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
},
|
||||
"notificationsFilter": {
|
||||
"heading": "显示通知",
|
||||
"content": {
|
||||
"follow": "$t(me.push.follow.heading)",
|
||||
"favourite": "$t(me.push.favourite.heading)",
|
||||
"reblog": "$t(me.push.reblog.heading)",
|
||||
"mention": "$t(me.push.mention.heading)",
|
||||
"poll": "$t(me.push.poll.heading)",
|
||||
"follow_request": "关注请求"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"heading": "公告",
|
||||
"content": {
|
||||
"published": "发布于 <0 />",
|
||||
"button": {
|
||||
"read": "已读",
|
||||
"unread": "标记为已读"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,157 @@
|
|||
{
|
||||
"heading": {
|
||||
"left": {
|
||||
"button": "退出编辑",
|
||||
"alert": {
|
||||
"title": "确认退出编辑?",
|
||||
"buttons": {
|
||||
"save": "保存草稿",
|
||||
"delete": "删除草稿",
|
||||
"cancel": "继续编辑"
|
||||
}
|
||||
}
|
||||
},
|
||||
"right": {
|
||||
"button": {
|
||||
"default": "发嘟嘟",
|
||||
"conversation": "发私信",
|
||||
"reply": "发布回复",
|
||||
"edit": "发嘟嘟"
|
||||
},
|
||||
"alert": {
|
||||
"default": {
|
||||
"title": "发布失败",
|
||||
"button": "返回重试"
|
||||
},
|
||||
"removeReply": {
|
||||
"title": "回复的嘟文不存在",
|
||||
"description": "回复的嘟文可能已被删除。确认移除回复嘟文的关联?",
|
||||
"cancel": "$t(common:buttons.cancel)",
|
||||
"confirm": "移除关联"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"root": {
|
||||
"header": {
|
||||
"postingAs": "以 @{{acct}}@{{domain}} 发嘟",
|
||||
"spoilerInput": {
|
||||
"placeholder": "折叠部分的警告信息"
|
||||
},
|
||||
"textInput": {
|
||||
"placeholder": "想说点什么呢"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"attachments": {
|
||||
"sensitive": "标记附件为敏感内容"
|
||||
},
|
||||
"poll": {
|
||||
"option": {
|
||||
"placeholder": {
|
||||
"single": "单选项",
|
||||
"multiple": "多选项"
|
||||
}
|
||||
},
|
||||
"multiple": {
|
||||
"heading": "可选项",
|
||||
"options": {
|
||||
"single": "单选",
|
||||
"multiple": "多选",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
},
|
||||
"expiration": {
|
||||
"heading": "有效期",
|
||||
"options": {
|
||||
"300": "5分钟",
|
||||
"1800": "30分钟",
|
||||
"3600": "1小时",
|
||||
"21600": "6小时",
|
||||
"86400": "1天",
|
||||
"259200": "3天",
|
||||
"604800": "7天",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"attachment": {
|
||||
"actions": {
|
||||
"options": {
|
||||
"library": "从相册上传",
|
||||
"photo": "拍摄上传",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
},
|
||||
"library": {
|
||||
"alert": {
|
||||
"title": "无读取权限",
|
||||
"message": "需要读取相册权限才能上传附件",
|
||||
"buttons": {
|
||||
"settings": "去更新设置",
|
||||
"cancel": "取消上传"
|
||||
}
|
||||
}
|
||||
},
|
||||
"photo": {
|
||||
"alert": {
|
||||
"title": "无拍照权限",
|
||||
"message": "需要使用相机权限才能上传附件",
|
||||
"buttons": {
|
||||
"settings": "去更新设置",
|
||||
"cancel": "取消上传"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"failed": {
|
||||
"alert": {
|
||||
"title": "上传失败",
|
||||
"button": "返回重试"
|
||||
}
|
||||
}
|
||||
},
|
||||
"visibility": {
|
||||
"title": "嘟文可见范围",
|
||||
"options": {
|
||||
"public": "公开",
|
||||
"unlisted": "不公开",
|
||||
"private": "仅关注者",
|
||||
"direct": "私信",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"drafts": "草稿 ({{count}})",
|
||||
"drafts_plural": "草稿 ({{count}})"
|
||||
},
|
||||
"editAttachment": {
|
||||
"header": {
|
||||
"title": "编辑附件",
|
||||
"right": {
|
||||
"failed": {
|
||||
"title": "编辑失败",
|
||||
"button": "返回重试"
|
||||
}
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"altText": {
|
||||
"heading": "为附件添加文字说明",
|
||||
"placeholder": "你可以为附件添加文字说明,以便更多人可以查看他们(包括视力障碍或视力受损人士)。\n\n优质的描述应该简洁明了,但要准确地描述照片中的内容,以便用户理解其含义。"
|
||||
},
|
||||
"imageFocus": "在预览图上拖动圆圈,以选择缩略图的焦点"
|
||||
}
|
||||
},
|
||||
"draftsList": {
|
||||
"header": {
|
||||
"title": "草稿"
|
||||
},
|
||||
"content": {
|
||||
"textEmpty": "无正文内容"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"content": {
|
||||
"options": {
|
||||
"save": "保存图片",
|
||||
"share": "分享图片",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
},
|
||||
"save": {
|
||||
"function": "保存图片",
|
||||
"success": "图片保存成功"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,227 @@
|
|||
{
|
||||
"tabs": {
|
||||
"local": {
|
||||
"name": "我的关注"
|
||||
},
|
||||
"public": {
|
||||
"name": "",
|
||||
"segments": {
|
||||
"left": "跨站嘟嘟",
|
||||
"right": "本站嘟嘟"
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"name": "通知"
|
||||
},
|
||||
"me": {
|
||||
"name": "关于我"
|
||||
}
|
||||
},
|
||||
"me": {
|
||||
"stacks": {
|
||||
"bookmarks": {
|
||||
"name": "书签"
|
||||
},
|
||||
"conversations": {
|
||||
"name": "私信"
|
||||
},
|
||||
"favourites": {
|
||||
"name": "喜欢"
|
||||
},
|
||||
"fontSize": {
|
||||
"name": "嘟文字号"
|
||||
},
|
||||
"lists": {
|
||||
"name": "列表"
|
||||
},
|
||||
"list": {
|
||||
"name": "列表:{{list}}"
|
||||
},
|
||||
"push": {
|
||||
"name": "推送通知"
|
||||
},
|
||||
"settings": {
|
||||
"name": "设置"
|
||||
},
|
||||
"switch": {
|
||||
"name": "切换账号"
|
||||
}
|
||||
},
|
||||
"fontSize": {
|
||||
"showcase": "嘟文示例",
|
||||
"demo": "<p>这是一条测试用的嘟文😊。以下是可供选择的字号,从小号至超大号。<br /><br />这个设置仅会调整嘟文的正文字号,不影响其它字号。</p>",
|
||||
"availableSizes": "可选字号",
|
||||
"sizes": {
|
||||
"S": "小号",
|
||||
"M": "默认",
|
||||
"L": "大号",
|
||||
"XL": "特大号",
|
||||
"XXL": "超大号"
|
||||
}
|
||||
},
|
||||
"push": {
|
||||
"enable": {
|
||||
"direct": "启用推送通知",
|
||||
"settings": "在系统设置中启用"
|
||||
},
|
||||
"global": {
|
||||
"heading": "启用tooot推送通知",
|
||||
"description": "通知消息将经由tooot服务器转发"
|
||||
},
|
||||
"decode": {
|
||||
"heading": "显示通知内容",
|
||||
"description": "经由tooot服务器中转的通知消息已被加密,但可以允许tooot服务器解密并转发消息。tooot消息服务器源码开源,且不留存任何日志。"
|
||||
},
|
||||
"default": {
|
||||
"heading": "默认通知"
|
||||
},
|
||||
"follow": {
|
||||
"heading": "新关注者"
|
||||
},
|
||||
"favourite": {
|
||||
"heading": "嘟文被喜欢"
|
||||
},
|
||||
"reblog": {
|
||||
"heading": "嘟文被转嘟"
|
||||
},
|
||||
"mention": {
|
||||
"heading": "嘟文提及你"
|
||||
},
|
||||
"poll": {
|
||||
"heading": "投票更新"
|
||||
},
|
||||
"howitworks": "了解通知消息转发如何工作"
|
||||
},
|
||||
"root": {
|
||||
"announcements": {
|
||||
"content": {
|
||||
"unread": "{{amount}}条未读公告",
|
||||
"read": "无未读公告",
|
||||
"empty": "无公告"
|
||||
}
|
||||
},
|
||||
"logout": {
|
||||
"button": "退出当前账号",
|
||||
"alert": {
|
||||
"title": "确认退出登录?",
|
||||
"message": "退出登录后,需要重新认证账号",
|
||||
"buttons": {
|
||||
"logout": "退出登录",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"push": {
|
||||
"heading": "$t(me.stacks.push.name)",
|
||||
"content": {
|
||||
"enabled": "已启用",
|
||||
"disabled": "已禁用"
|
||||
}
|
||||
},
|
||||
"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": "切换语言",
|
||||
"options": {
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"heading": "应用外观",
|
||||
"options": {
|
||||
"auto": "跟随系统",
|
||||
"light": "浅色模式",
|
||||
"dark": "深色模式",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
},
|
||||
"browser": {
|
||||
"heading": "外部链接",
|
||||
"options": {
|
||||
"internal": "应用内打开",
|
||||
"external": "浏览器打开",
|
||||
"cancel": "$t(common:buttons.cancel)"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"heading": "赞助 tooot 开发"
|
||||
},
|
||||
"review": {
|
||||
"heading": "给 tooot 打分"
|
||||
},
|
||||
"contact": {
|
||||
"heading": "联系 tooot"
|
||||
},
|
||||
"analytics": {
|
||||
"heading": "帮助我们改进",
|
||||
"description": "收集不与用户相关联的使用信息"
|
||||
},
|
||||
"version": "版本 v{{version}}"
|
||||
},
|
||||
"switch": {
|
||||
"existing": "选择已登录的账号",
|
||||
"new": "登录新社区"
|
||||
}
|
||||
},
|
||||
"shared": {
|
||||
"account": {
|
||||
"moved": "账户已迁移",
|
||||
"created_at": "注册时间:{{date}}",
|
||||
"summary": {
|
||||
"statuses_count": "{{count}} 条嘟文",
|
||||
"following_count": "$t(shared.users.accounts.following)",
|
||||
"followers_count": "$t(shared.users.accounts.followers)"
|
||||
}
|
||||
},
|
||||
"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}} 人喜欢"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue