mirror of
https://github.com/tooot-app/app
synced 2025-04-13 18:01:58 +02:00
commit
dd811fa311
@ -3,6 +3,9 @@
|
|||||||
"apply": "应用",
|
"apply": "应用",
|
||||||
"cancel": "取消"
|
"cancel": "取消"
|
||||||
},
|
},
|
||||||
|
"customEmoji": {
|
||||||
|
"accessibilityLabel": "自定义表情{{emoji}}"
|
||||||
|
},
|
||||||
"message": {
|
"message": {
|
||||||
"success": {
|
"success": {
|
||||||
"message": "{{function}}成功"
|
"message": "{{function}}成功"
|
||||||
|
@ -29,19 +29,33 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"favourited": {
|
"reply": {
|
||||||
"function": "喜欢嘟文"
|
"accessibilityLabel": "回复此嘟文"
|
||||||
},
|
},
|
||||||
"reblogged": {
|
"reblogged": {
|
||||||
|
"accessibilityLabel": "转发此嘟文",
|
||||||
"function": "转嘟"
|
"function": "转嘟"
|
||||||
},
|
},
|
||||||
|
"favourited": {
|
||||||
|
"accessibilityLabel": "添加此嘟文至喜欢列表",
|
||||||
|
"function": "喜欢嘟文"
|
||||||
|
},
|
||||||
"bookmarked": {
|
"bookmarked": {
|
||||||
|
"accessibilityLabel": "添加此嘟文至书签列表",
|
||||||
"function": "喜欢嘟文"
|
"function": "喜欢嘟文"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actionsUsers": {
|
"actionsUsers": {
|
||||||
"reblogged_by": "$t(screenTabs:shared.users.statuses.reblogged_by)",
|
"reblogged_by": {
|
||||||
"favourited_by": "$t(screenTabs:shared.users.statuses.favourited_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)"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"sensitive": {
|
"sensitive": {
|
||||||
@ -52,13 +66,36 @@
|
|||||||
"button": "尝试远程链接"
|
"button": "尝试远程链接"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"avatar": {
|
||||||
|
"accessibilityLabel": "{{name}}的头像",
|
||||||
|
"accessibilityHint": "点击进入{{name}}的页面"
|
||||||
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"expandHint": "隐藏内容"
|
"expandHint": "隐藏内容"
|
||||||
},
|
},
|
||||||
"fullConversation": "阅读全部对话",
|
"fullConversation": "阅读全部对话",
|
||||||
"header": {
|
"header": {
|
||||||
"shared": {
|
"shared": {
|
||||||
"application": "发自于 {{application}}"
|
"account": {
|
||||||
|
"name": {
|
||||||
|
"accessibilityHint": "用户显示名"
|
||||||
|
},
|
||||||
|
"account": {
|
||||||
|
"accessibilityHint": "用户帐户名"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"application": "发自于 {{application}}",
|
||||||
|
"muted": {
|
||||||
|
"accessibilityLabel": "已静音此嘟文"
|
||||||
|
},
|
||||||
|
"visibility": {
|
||||||
|
"direct": {
|
||||||
|
"accessibilityLabel": "此嘟文是私信"
|
||||||
|
},
|
||||||
|
"private": {
|
||||||
|
"accessibilityLabel": "此嘟文仅关注着可见"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"conversation": {
|
"conversation": {
|
||||||
"withAccounts": "与",
|
"withAccounts": "与",
|
||||||
@ -67,6 +104,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
|
"accessibilityHint": "更多关于此条嘟文,例如发布者等",
|
||||||
"account": {
|
"account": {
|
||||||
"heading": "关于用户",
|
"heading": "关于用户",
|
||||||
"mute": {
|
"mute": {
|
||||||
|
@ -45,15 +45,38 @@
|
|||||||
},
|
},
|
||||||
"footer": {
|
"footer": {
|
||||||
"attachments": {
|
"attachments": {
|
||||||
"sensitive": "标记附件为敏感内容"
|
"sensitive": "标记附件为敏感内容",
|
||||||
|
"remove": {
|
||||||
|
"accessibilityLabel": "删除已上传的附件,序号{{attachment}}"
|
||||||
|
},
|
||||||
|
"edit": {
|
||||||
|
"accessibilityLabel": "编辑已上传的附件,序号{{attachment}}"
|
||||||
|
},
|
||||||
|
"upload": {
|
||||||
|
"accessibilityLabel": "上传更多附件"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"emojis": {
|
||||||
|
"accessibilityHint": "点击添加表情符号至嘟文"
|
||||||
},
|
},
|
||||||
"poll": {
|
"poll": {
|
||||||
"option": {
|
"option": {
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
|
"accessibilityLabel": "选项{{index}}",
|
||||||
"single": "单选项",
|
"single": "单选项",
|
||||||
"multiple": "多选项"
|
"multiple": "多选项"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"quantity": {
|
||||||
|
"reduce": {
|
||||||
|
"accessibilityLabel": "减少至{{amount}}选项",
|
||||||
|
"accessibilityHint": "已达到最低选项数,目前有{{amount}}选项"
|
||||||
|
},
|
||||||
|
"increase": {
|
||||||
|
"accessibilityLabel": "增加至{{amount}}选项",
|
||||||
|
"accessibilityHint": "已达到最高选项数,目前有{{amount}}选项"
|
||||||
|
}
|
||||||
|
},
|
||||||
"multiple": {
|
"multiple": {
|
||||||
"heading": "可选项",
|
"heading": "可选项",
|
||||||
"options": {
|
"options": {
|
||||||
@ -79,6 +102,8 @@
|
|||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"attachment": {
|
"attachment": {
|
||||||
|
"accessibilityLabel": "上传附件",
|
||||||
|
"accessibilityHint": "当有任何附件时,投票功能将被禁用",
|
||||||
"actions": {
|
"actions": {
|
||||||
"options": {
|
"options": {
|
||||||
"library": "从相册上传",
|
"library": "从相册上传",
|
||||||
@ -113,7 +138,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"poll": {
|
||||||
|
"accessibilityLabel": "发起投票",
|
||||||
|
"accessibilityHint": "当启用投票功能时,附件功能将被禁用"
|
||||||
|
},
|
||||||
"visibility": {
|
"visibility": {
|
||||||
|
"accessibilityLabel": "此嘟文可见性为{{visibility}}",
|
||||||
"title": "嘟文可见范围",
|
"title": "嘟文可见范围",
|
||||||
"options": {
|
"options": {
|
||||||
"public": "公开",
|
"public": "公开",
|
||||||
@ -122,6 +152,13 @@
|
|||||||
"direct": "私信",
|
"direct": "私信",
|
||||||
"cancel": "$t(common:buttons.cancel)"
|
"cancel": "$t(common:buttons.cancel)"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"spoiler": {
|
||||||
|
"accessibilityLabel": "剧透"
|
||||||
|
},
|
||||||
|
"emoji": {
|
||||||
|
"accessibilityLabel": "添加表情符号",
|
||||||
|
"accessibilityHint": "打开表情选择面板,水平滑动切换页面"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"drafts": "草稿 ({{count}})",
|
"drafts": "草稿 ({{count}})",
|
||||||
@ -131,6 +168,7 @@
|
|||||||
"header": {
|
"header": {
|
||||||
"title": "编辑附件",
|
"title": "编辑附件",
|
||||||
"right": {
|
"right": {
|
||||||
|
"accessibilityLabel": "保存编辑附件",
|
||||||
"failed": {
|
"failed": {
|
||||||
"title": "编辑失败",
|
"title": "编辑失败",
|
||||||
"button": "返回重试"
|
"button": "返回重试"
|
||||||
@ -150,6 +188,7 @@
|
|||||||
"title": "草稿"
|
"title": "草稿"
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
|
"accessibilityHint": "已保存的草稿,点击编辑此草稿",
|
||||||
"textEmpty": "无正文内容"
|
"textEmpty": "无正文内容"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"content": {
|
"content": {
|
||||||
|
"actions": {
|
||||||
|
"accessibilityLabel": "更多此图像的操作",
|
||||||
|
"accessibilityHint": "您可以保存或分享此图片"
|
||||||
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"save": "保存图片",
|
"save": "保存图片",
|
||||||
"share": "分享图片",
|
"share": "分享图片",
|
||||||
|
@ -17,6 +17,18 @@
|
|||||||
"name": "关于我"
|
"name": "关于我"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"common": {
|
||||||
|
"search": {
|
||||||
|
"accessibilityLabel": "搜索",
|
||||||
|
"accessibilityHint": "搜索标签、用户或嘟文"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"filter": {
|
||||||
|
"accessibilityLabel": "筛选",
|
||||||
|
"accessibilityHint": "筛选显示的通知类型"
|
||||||
|
}
|
||||||
|
},
|
||||||
"me": {
|
"me": {
|
||||||
"stacks": {
|
"stacks": {
|
||||||
"bookmarks": {
|
"bookmarks": {
|
||||||
@ -175,6 +187,10 @@
|
|||||||
},
|
},
|
||||||
"shared": {
|
"shared": {
|
||||||
"account": {
|
"account": {
|
||||||
|
"actions": {
|
||||||
|
"accessibilityLabel": "对用户{{user}} 的操作",
|
||||||
|
"accessibilityHint": "您可以静音、屏蔽、举报或分享此用户"
|
||||||
|
},
|
||||||
"moved": "账户已迁移",
|
"moved": "账户已迁移",
|
||||||
"created_at": "注册时间:{{date}}",
|
"created_at": "注册时间:{{date}}",
|
||||||
"summary": {
|
"summary": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user