mirror of https://github.com/tooot-app/app
New Crowdin updates (#89)
* New translations instance.json (Chinese Simplified) * New translations parse.json (Chinese Simplified) * New translations relationship.json (Chinese Simplified) * New translations relativeTime.json (Chinese Simplified) * New translations timeline.json (Chinese Simplified)
This commit is contained in:
parent
16dcbc6860
commit
9229a0256f
|
@ -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": "继续"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"HTML": {
|
||||||
|
"expanded": {
|
||||||
|
"true": "折叠{{hint}}",
|
||||||
|
"false": "展开{{hint}}"
|
||||||
|
},
|
||||||
|
"defaultHint": "全文"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"follow": {
|
||||||
|
"function": "关注"
|
||||||
|
},
|
||||||
|
"block": {
|
||||||
|
"function": "屏蔽"
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"error": "读取错误",
|
||||||
|
"blocked_by": "被用户屏蔽",
|
||||||
|
"blocking": "取消屏蔽",
|
||||||
|
"following": "取消关注",
|
||||||
|
"requested": "取消关注请求",
|
||||||
|
"default": "关注"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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": ""
|
||||||
|
}
|
||||||
|
}
|
|
@ -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 />截止"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue