forked from AkkomaGang/akkoma-fe
update Chinese translation
This commit is contained in:
parent
e1d21512a9
commit
819e9ce6a3
2 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@ const messages = {
|
||||||
pt: require('./pt.json'),
|
pt: require('./pt.json'),
|
||||||
ro: require('./ro.json'),
|
ro: require('./ro.json'),
|
||||||
ru: require('./ru.json'),
|
ru: require('./ru.json'),
|
||||||
'zh-CN': require('./zh-CN.json')
|
zh: require('./zh.json')
|
||||||
}
|
}
|
||||||
|
|
||||||
export default messages
|
export default messages
|
||||||
|
|
|
@ -98,9 +98,9 @@
|
||||||
"delete_account_description": "永久删除你的帐号和所有消息。",
|
"delete_account_description": "永久删除你的帐号和所有消息。",
|
||||||
"delete_account_error": "删除账户时发生错误,如果一直删除不了,请联系实例管理员。",
|
"delete_account_error": "删除账户时发生错误,如果一直删除不了,请联系实例管理员。",
|
||||||
"delete_account_instructions": "在下面输入你的密码来确认删除账户",
|
"delete_account_instructions": "在下面输入你的密码来确认删除账户",
|
||||||
"export_theme": "Save preset",
|
"export_theme": "保存预置主题",
|
||||||
"filtering": "过滤器",
|
"filtering": "过滤器",
|
||||||
"filtering_explanation": "所有包含以下词汇的图片都会被隐藏,一行一个",
|
"filtering_explanation": "所有包含以下词汇的内容都会被隐藏,一行一个",
|
||||||
"follow_export": "导出关注",
|
"follow_export": "导出关注",
|
||||||
"follow_export_button": "将关注导出成 csv 文件",
|
"follow_export_button": "将关注导出成 csv 文件",
|
||||||
"follow_export_processing": "正在处理,过一会儿就可以下载你的文件了",
|
"follow_export_processing": "正在处理,过一会儿就可以下载你的文件了",
|
||||||
|
@ -136,15 +136,15 @@
|
||||||
"nsfw_clickthrough": "将不和谐附件隐藏,点击才能打开",
|
"nsfw_clickthrough": "将不和谐附件隐藏,点击才能打开",
|
||||||
"panelRadius": "面板",
|
"panelRadius": "面板",
|
||||||
"pause_on_unfocused": "在离开页面时暂停时间线推送",
|
"pause_on_unfocused": "在离开页面时暂停时间线推送",
|
||||||
"presets": "Presets",
|
"presets": "预置",
|
||||||
"profile_background": "个人资料背景图",
|
"profile_background": "个人资料背景图",
|
||||||
"profile_banner": "横幅图片",
|
"profile_banner": "横幅图片",
|
||||||
"profile_tab": "个人资料",
|
"profile_tab": "个人资料",
|
||||||
"radii_help": "设置界面边缘圆角 (单位:像素)",
|
"radii_help": "设置界面边缘的圆角 (单位:像素)",
|
||||||
"replies_in_timeline": "时间线中的回复",
|
"replies_in_timeline": "时间线中的回复",
|
||||||
"reply_link_preview": "启用鼠标悬停时预览回复链接",
|
"reply_link_preview": "启用鼠标悬停时预览回复链接",
|
||||||
"reply_visibility_all": "显示所有回复",
|
"reply_visibility_all": "显示所有回复",
|
||||||
"reply_visibility_following": "只显示发送给我的回复或者发送给我关注的用户的回复",
|
"reply_visibility_following": "只显示发送给我的回复/发送给我关注的用户的回复",
|
||||||
"reply_visibility_self": "只显示发送给我的回复",
|
"reply_visibility_self": "只显示发送给我的回复",
|
||||||
"saving_err": "保存设置时发生错误",
|
"saving_err": "保存设置时发生错误",
|
||||||
"saving_ok": "设置已保存",
|
"saving_ok": "设置已保存",
|
Loading…
Reference in a new issue