diff options
Diffstat (limited to 'src/i18n/zh.json')
| -rw-r--r-- | src/i18n/zh.json | 32 |
1 files changed, 25 insertions, 7 deletions
diff --git a/src/i18n/zh.json b/src/i18n/zh.json index a09ef3ab..abba4be9 100644 --- a/src/i18n/zh.json +++ b/src/i18n/zh.json @@ -43,7 +43,10 @@ "role": { "moderator": "监察员", "admin": "管理员" - } + }, + "flash_content": "点击以使用 Ruffle 显示 Flash 内容(实验性,可能无效)。", + "flash_security": "注意这可能有潜在的危险,因为 Flash 内容仍然是任意的代码。", + "flash_fail": "Flash 内容加载失败,请在控制台查看详情。" }, "image_cropper": { "crop_picture": "裁剪图片", @@ -96,7 +99,8 @@ "administration": "管理员", "chats": "聊天", "timelines": "时间线", - "bookmarks": "书签" + "bookmarks": "书签", + "home_timeline": "主页时间线" }, "notifications": { "broken_favorite": "未知的状态,正在搜索中…", @@ -300,7 +304,7 @@ "new_password": "新密码", "notification_visibility": "要显示的通知类型", "notification_visibility_follows": "关注", - "notification_visibility_likes": "点赞", + "notification_visibility_likes": "喜欢", "notification_visibility_mentions": "提及", "notification_visibility_repeats": "转发", "no_rich_text_description": "不显示富文本格式", @@ -571,7 +575,21 @@ "hide_all_muted_posts": "不显示已隐藏的发文", "hide_media_previews": "隐藏媒体预览", "word_filter": "词语过滤", - "save": "保存更改" + "save": "保存更改", + "file_export_import": { + "errors": { + "file_slightly_new": "文件的小版本不同,有些设置可能无法加载", + "file_too_old": "不兼容的主版本:{fileMajor},文件版本过旧,不受支持(最小设置版本 {feMajor})", + "file_too_new": "不兼容的主版本:{fileMajor},此 PleromaFE(设置版本 {feMajor})过旧,无法处理", + "invalid_file": "所选文件不是受支持的 Pleroma 设置备份。没有进行任何更改。" + }, + "restore_settings": "从文件恢复设置", + "backup_settings_theme": "备份设置和主题到文件", + "backup_settings": "备份设置到文件", + "backup_restore": "设置备份" + }, + "right_sidebar": "在右侧显示侧边栏", + "hide_shoutbox": "隐藏实例留言板" }, "time": { "day": "{0} 天", @@ -659,7 +677,6 @@ "follow": "关注", "follow_sent": "请求已发送!", "follow_progress": "请求中…", - "follow_again": "再次发送请求?", "follow_unfollow": "取消关注", "followees": "正在关注", "followers": "关注者", @@ -711,7 +728,8 @@ "striped": "条纹背景", "solid": "单一颜色背景", "disabled": "不突出显示" - } + }, + "edit_profile": "编辑个人资料" }, "user_profile": { "timeline_title": "用户时间线", @@ -829,7 +847,7 @@ "mute": "隐藏" }, "errors": { - "storage_unavailable": "Pleroma 无法访问浏览器储存。您的登陆名以及本地设置将不会被保存,您可能遇到意外问题。请尝试启用 cookies。" + "storage_unavailable": "Pleroma 无法访问浏览器储存。您的登陆以及本地设置将不会被保存,您也可能遇到未知问题。请尝试启用 cookies。" }, "shoutbox": { "title": "留言板" |
