2021-08-02 13:29:30 +02:00
{
"common" : {
"alerts" : {
"common" : {
2021-08-03 05:02:45 +02:00
"please_try_again" : "请重试。" ,
"please_try_again_later" : "请稍后重试。"
2021-08-02 13:29:30 +02:00
} ,
"sign_up_failure" : {
2021-08-03 05:02:45 +02:00
"title" : "注册失败"
2021-08-02 13:29:30 +02:00
} ,
"server_error" : {
2021-08-03 05:02:45 +02:00
"title" : "服务器错误"
2021-08-02 13:29:30 +02:00
} ,
"vote_failure" : {
2021-08-03 05:02:45 +02:00
"title" : "投票失败" ,
2021-08-09 10:17:48 +02:00
"poll_ended" : "投票已结束"
2021-08-02 13:29:30 +02:00
} ,
"discard_post_content" : {
2021-08-03 05:02:45 +02:00
"title" : "丢弃草案" ,
2021-08-03 08:13:51 +02:00
"message" : "确认要丢弃正在编辑的内容"
2021-08-02 13:29:30 +02:00
} ,
"publish_post_failure" : {
2021-08-03 08:13:51 +02:00
"title" : "发送失败" ,
"message" : "帖子发送失败。\n请检查你的网络连接。" ,
2021-08-02 13:29:30 +02:00
"attachments_message" : {
2021-08-03 08:13:51 +02:00
"video_attach_with_photo" : "无法在帖子中同时插入视频和图片。" ,
"more_than_one_video" : "最多添加一个视频。"
2021-08-02 13:29:30 +02:00
}
} ,
"edit_profile_failure" : {
2021-08-03 08:13:51 +02:00
"title" : "编辑个人资料出现错误" ,
"message" : "无法编辑个人资料,请重试。"
2021-08-02 13:29:30 +02:00
} ,
"sign_out" : {
2021-08-03 08:13:51 +02:00
"title" : "退出" ,
"message" : "您确定要退出吗?" ,
"confirm" : "退出"
2021-08-02 13:29:30 +02:00
} ,
"block_domain" : {
2021-08-03 08:13:51 +02:00
"title" : "你真的确定要屏蔽所有来自 %s 的内容吗?多数情况下,屏蔽或隐藏几个特定的用户就已经足够了。来自该网站的内容将不再出现在你的任何公共时间轴或通知列表里。来自该网站的关注者将会被移除。" ,
"block_entire_domain" : "屏蔽域名"
2021-08-02 13:29:30 +02:00
} ,
"save_photo_failure" : {
2021-08-03 08:13:51 +02:00
"title" : "保存照片失败" ,
"message" : "请启用照片库访问权限以保存照片。"
2021-08-02 13:29:30 +02:00
} ,
"delete_post" : {
2021-08-03 08:13:51 +02:00
"title" : "确定要删除这条消息吗?" ,
2022-02-15 07:25:42 +01:00
"message" : "确定要删除这个帖子吗?"
2021-08-02 13:29:30 +02:00
} ,
"clean_cache" : {
2021-08-03 08:13:51 +02:00
"title" : "清除缓存" ,
"message" : "成功清除 %s 缓存。"
2021-08-02 13:29:30 +02:00
}
} ,
"controls" : {
"actions" : {
2021-08-03 08:13:51 +02:00
"back" : "返回" ,
"next" : "下一个" ,
"previous" : "上一个" ,
"open" : "打开" ,
"add" : "添加" ,
"remove" : "删除" ,
"edit" : "编辑" ,
"save" : "保存" ,
"ok" : "好的" ,
"done" : "完成" ,
"confirm" : "确认" ,
"continue" : "继续" ,
2021-11-02 08:05:08 +01:00
"compose" : "撰写" ,
2021-08-03 08:13:51 +02:00
"cancel" : "取消" ,
"discard" : "放弃" ,
"try_again" : "再试一次" ,
"take_photo" : "拍照" ,
"save_photo" : "保存照片" ,
"copy_photo" : "拷贝照片" ,
"sign_in" : "登录" ,
"sign_up" : "注册" ,
"see_more" : "查看更多" ,
"preview" : "预览" ,
"share" : "分享" ,
"share_user" : "分享 %s" ,
"share_post" : "分享帖子" ,
"open_in_safari" : "在 Safari 中打开" ,
2022-01-10 07:12:50 +01:00
"open_in_browser" : "在浏览器中打开" ,
2021-08-03 08:13:51 +02:00
"find_people" : "查看推荐关注的用户" ,
"manually_search" : "手动搜索用户" ,
"skip" : "跳过" ,
"reply" : "回复" ,
"report_user" : "举报 %s" ,
"block_domain" : "屏蔽 %s" ,
"unblock_domain" : "解除屏蔽 %s" ,
"settings" : "设置" ,
2021-08-03 09:53:03 +02:00
"delete" : "删除"
2021-08-02 13:29:30 +02:00
} ,
"tabs" : {
2021-08-03 09:53:03 +02:00
"home" : "主页" ,
"search" : "搜索" ,
"notification" : "通知" ,
"profile" : "个人资料"
2021-08-02 13:29:30 +02:00
} ,
"keyboard" : {
"common" : {
2021-08-03 09:53:03 +02:00
"switch_to_tab" : "切换到 %s" ,
"compose_new_post" : "撰写新帖子" ,
"show_favorites" : "显示喜欢" ,
"open_settings" : "打开设置"
2021-08-02 13:29:30 +02:00
} ,
"timeline" : {
2021-08-03 09:53:03 +02:00
"previous_status" : "上一个帖子" ,
"next_status" : "下一个帖子" ,
"open_status" : "打开帖子" ,
"open_author_profile" : "打开作者的个人资料" ,
"open_reblogger_profile" : "打开转发者的个人资料" ,
"reply_status" : "回复此帖子" ,
"toggle_reblog" : "转发此帖子" ,
"toggle_favorite" : "喜欢此帖子" ,
"toggle_content_warning" : "启用或关闭内容警告" ,
"preview_image" : "预览照片"
2021-08-02 13:29:30 +02:00
} ,
"segmented_control" : {
2021-08-03 09:53:03 +02:00
"previous_section" : "上一节" ,
"next_section" : "下一节"
2021-08-02 13:29:30 +02:00
}
} ,
"status" : {
2021-08-06 11:09:53 +02:00
"user_reblogged" : "%s 转发" ,
2021-08-03 09:53:03 +02:00
"user_replied_to" : "回复给 %s" ,
"show_post" : "显示帖子" ,
"show_user_profile" : "查看用户个人资料" ,
"content_warning" : "内容警告" ,
2022-04-26 17:56:25 +02:00
"sensitive_content" : "敏感内容" ,
2021-08-03 09:53:03 +02:00
"media_content_warning" : "点击任意位置显示" ,
2022-04-11 23:29:56 +02:00
"tap_to_reveal" : "点击以显示" ,
2021-08-02 13:29:30 +02:00
"poll" : {
2021-08-03 09:53:03 +02:00
"vote" : "投票" ,
"closed" : "已关闭"
2021-08-02 13:29:30 +02:00
} ,
"actions" : {
2021-08-03 09:53:03 +02:00
"reply" : "回复" ,
"reblog" : "转发" ,
"unreblog" : "取消转发" ,
"favorite" : "喜欢" ,
"unfavorite" : "取消喜欢" ,
2022-02-11 16:04:05 +01:00
"menu" : "菜单" ,
2022-03-30 04:54:43 +02:00
"hide" : "隐藏" ,
2022-04-11 23:29:56 +02:00
"show_image" : "显示图片" ,
"show_gif" : "显示 GIF" ,
"show_video_player" : "显示视频播放器" ,
"tap_then_hold_to_show_menu" : "长按以显示菜单"
2021-08-02 13:29:30 +02:00
} ,
"tag" : {
"url" : "URL" ,
2021-08-03 09:53:03 +02:00
"mention" : "提及" ,
"link" : "链接" ,
"hashtag" : "标签" ,
"email" : "电子邮箱" ,
"emoji" : "表情"
2022-02-11 16:04:05 +01:00
} ,
"visibility" : {
2022-02-15 07:25:42 +01:00
"unlisted" : "任何人都可以看到这个帖子,但不会在公开的时间线中显示。" ,
"private" : "只有作者的关注者才能看到此帖子。" ,
2022-02-15 07:15:45 +01:00
"private_from_me" : "只有我的关注者才能看到此帖子。" ,
"direct" : "只有提到的用户才能看到此帖子。"
2021-08-02 13:29:30 +02:00
}
} ,
"friendship" : {
2021-08-03 09:53:03 +02:00
"follow" : "关注" ,
"following" : "正在关注" ,
"request" : "请求" ,
"pending" : "待确认" ,
"block" : "屏蔽" ,
"block_user" : "屏蔽 %s" ,
"block_domain" : "屏蔽 %s" ,
"unblock" : "解除屏蔽" ,
2021-08-03 08:13:51 +02:00
"unblock_user" : "解除屏蔽 %s" ,
"blocked" : "已屏蔽" ,
"mute" : "静音" ,
"mute_user" : "静音 %s" ,
"unmute" : "取消静音" ,
"unmute_user" : "取消静音 %s" ,
"muted" : "已静音" ,
2021-08-09 10:17:48 +02:00
"edit_info" : "编辑"
2021-08-02 13:29:30 +02:00
} ,
"timeline" : {
2021-08-03 08:13:51 +02:00
"filtered" : "已过滤" ,
2021-08-02 13:29:30 +02:00
"timestamp" : {
2021-08-09 09:17:14 +02:00
"now" : "现在"
2021-08-02 13:29:30 +02:00
} ,
"loader" : {
2021-08-03 08:13:51 +02:00
"load_missing_posts" : "加载帖子" ,
"loading_missing_posts" : "正在加载帖子..." ,
"show_more_replies" : "显示更多回复"
2021-08-02 13:29:30 +02:00
} ,
"header" : {
2021-08-03 08:13:51 +02:00
"no_status_found" : "没有找到帖子" ,
"blocking_warning" : "您无法查看此用户的个人资料\n直到您解除屏蔽他们。\n您的个人资料看起来对他们来说是这样的。" ,
"user_blocking_warning" : "您无法查看 %s 的个人资料\n直到您解除屏蔽他们。\n您的个人资料看起来对他们来说是这样的。" ,
"blocked_warning" : "您不能查看此用户的个人资料\n直到他们解除屏蔽。" ,
"user_blocked_warning" : "您不能查看 %s 的个人资料\n直到他们解除屏蔽。" ,
"suspended_warning" : "此用户已被封禁。" ,
"user_suspended_warning" : "%s 已被封禁。"
2021-08-02 13:29:30 +02:00
}
}
}
} ,
"scene" : {
"welcome" : {
2022-01-10 04:36:36 +01:00
"slogan" : "社交网络\n回到你的手中。" ,
2022-01-10 07:12:50 +01:00
"get_started" : "开始使用" ,
"log_in" : "登录"
2021-08-02 13:29:30 +02:00
} ,
"server_picker" : {
2021-08-03 08:13:51 +02:00
"title" : "挑选一个服务器,\n任意服务器。" ,
2022-01-10 07:12:50 +01:00
"subtitle" : "根据你的兴趣、区域或一般目的选择一个社区。" ,
"subtitle_extend" : "根据你的兴趣、区域或一般目的选择一个社区。每个社区都由完全独立的组织或个人管理。" ,
2021-08-02 13:29:30 +02:00
"button" : {
"category" : {
2021-08-03 08:13:51 +02:00
"all" : "全部" ,
"all_accessiblity_description" : "类别:全部" ,
"academia" : "学术" ,
"activism" : "行动主义" ,
"food" : "美食" ,
"furry" : "兽迷" ,
"games" : "游戏" ,
"general" : "通用" ,
"journalism" : "新闻" ,
2021-08-02 13:29:30 +02:00
"lgbt" : "lgbt" ,
2021-08-03 09:53:03 +02:00
"regional" : "地区" ,
"art" : "艺术" ,
"music" : "音乐" ,
"tech" : "科技"
2021-08-02 13:29:30 +02:00
} ,
2021-08-03 09:53:03 +02:00
"see_less" : "隐藏" ,
"see_more" : "更多"
2021-08-02 13:29:30 +02:00
} ,
"label" : {
2021-08-03 09:53:03 +02:00
"language" : "语言" ,
"users" : "用户" ,
"category" : "类别"
2021-08-02 13:29:30 +02:00
} ,
"input" : {
2022-05-11 10:48:25 +02:00
"placeholder" : "查找或加入你自己的服务器..." ,
"search_servers_or_enter_url" : "Search communities or enter URL"
2021-08-02 13:29:30 +02:00
} ,
"empty_state" : {
2021-08-03 09:53:03 +02:00
"finding_servers" : "正在查找可用的服务器..." ,
"bad_network" : "出了些问题。请检查你的互联网连接" ,
"no_results" : "无结果"
2021-08-02 13:29:30 +02:00
}
} ,
"register" : {
2022-05-13 05:11:55 +02:00
"title" : "让我们在 %s 上开始" ,
2021-08-02 13:29:30 +02:00
"input" : {
"avatar" : {
2021-08-03 09:53:03 +02:00
"delete" : "删除"
2021-08-02 13:29:30 +02:00
} ,
"username" : {
2021-08-03 09:53:03 +02:00
"placeholder" : "用户名" ,
"duplicate_prompt" : "此用户名已被使用"
2021-08-02 13:29:30 +02:00
} ,
"display_name" : {
2021-08-03 09:53:03 +02:00
"placeholder" : "昵称"
2021-08-02 13:29:30 +02:00
} ,
"email" : {
2021-08-03 09:53:03 +02:00
"placeholder" : "电子邮箱"
2021-08-02 13:29:30 +02:00
} ,
"password" : {
2021-08-03 09:53:03 +02:00
"placeholder" : "密码" ,
2022-01-10 07:12:50 +01:00
"require" : "您的密码至少需要:" ,
"character_limit" : "8 个字符" ,
2022-01-10 04:36:36 +01:00
"accessibility" : {
2022-01-10 07:12:50 +01:00
"checked" : "已选中" ,
"unchecked" : "未选中"
2022-01-10 04:36:36 +01:00
} ,
2021-08-03 09:53:03 +02:00
"hint" : "密码长度至少为 8 个字符"
2021-08-02 13:29:30 +02:00
} ,
"invite" : {
2021-08-03 09:53:03 +02:00
"registration_user_invite_request" : "加入的理由是?"
2021-08-02 13:29:30 +02:00
}
} ,
"error" : {
"item" : {
2021-08-03 09:53:03 +02:00
"username" : "用户名" ,
"email" : "电子邮箱" ,
"password" : "密码" ,
"agreement" : "协议" ,
"locale" : "地区" ,
"reason" : "原因"
2021-08-02 13:29:30 +02:00
} ,
"reason" : {
2021-08-03 09:53:03 +02:00
"blocked" : "%s 包含一个不允许的电子邮件提供商" ,
"unreachable" : "%s 似乎不存在" ,
"taken" : "%s 已被使用" ,
"reserved" : "%s 是一个保留的关键字" ,
"accepted" : "%s 必须被接受" ,
2021-08-03 11:15:12 +02:00
"blank" : "%s 为必需项" ,
"invalid" : "%s 无效" ,
"too_long" : "%s 长度过长" ,
"too_short" : "%s 长度太短" ,
"inclusion" : "%s 是不支持的值"
2021-08-02 13:29:30 +02:00
} ,
"special" : {
2021-08-03 11:15:12 +02:00
"username_invalid" : "用户名只能包含字母数字和下划线字符" ,
"username_too_long" : "用户名太长(不能超过 30 个字符)" ,
"email_invalid" : "这不是一个有效的电子邮件地址" ,
"password_too_short" : "密码太短(至少需要 8 个字符)"
2021-08-02 13:29:30 +02:00
}
}
} ,
"server_rules" : {
2021-08-03 11:15:12 +02:00
"title" : "一些基本规则。" ,
"subtitle" : "这些规则由 %s 的管理员设置。" ,
"prompt" : "如果继续,你必须遵守 %s 的服务条款和隐私政策。" ,
"terms_of_service" : "服务条款" ,
"privacy_policy" : "隐私政策" ,
2021-08-02 13:29:30 +02:00
"button" : {
2021-08-03 11:15:12 +02:00
"confirm" : "我同意"
2021-08-02 13:29:30 +02:00
}
} ,
"confirm_email" : {
2021-08-03 11:15:12 +02:00
"title" : "最后一件事。" ,
"subtitle" : "我们刚刚向 %s 发送了一封电子邮件,\n点击链接确认你的帐户。" ,
2021-08-02 13:29:30 +02:00
"button" : {
2021-08-03 11:15:12 +02:00
"open_email_app" : "打开电子邮件应用" ,
2022-01-10 07:12:50 +01:00
"resend" : "重新发送"
2021-08-02 13:29:30 +02:00
} ,
"dont_receive_email" : {
2021-08-03 11:15:12 +02:00
"title" : "请检查你的邮箱。" ,
"description" : "检查您的电子邮件地址是否正确,同时请检查你的垃圾箱。" ,
"resend_email" : "重新发送邮件"
2021-08-02 13:29:30 +02:00
} ,
"open_email_app" : {
2021-08-03 11:15:12 +02:00
"title" : "检查你的邮箱" ,
"description" : "我们刚刚向你发送了一封电子邮件。如果未收到,请检查你的垃圾箱。" ,
"mail" : "邮件" ,
"open_email_client" : "打开邮件客户端"
2021-08-02 13:29:30 +02:00
}
} ,
"home_timeline" : {
2021-08-03 11:15:12 +02:00
"title" : "主页" ,
2021-08-02 13:29:30 +02:00
"navigation_bar_state" : {
2021-08-03 11:15:12 +02:00
"offline" : "离线" ,
2021-08-03 09:53:03 +02:00
"new_posts" : "查看新帖子" ,
2021-08-03 11:15:12 +02:00
"published" : "已发送" ,
2022-05-11 10:48:25 +02:00
"Publishing" : "正在发送..." ,
"accessibility" : {
"logo_label" : "Logo Button" ,
"logo_hint" : "Tap to scroll to top and tap again to previous location"
}
2021-08-02 13:29:30 +02:00
}
} ,
"suggestion_account" : {
2021-08-03 09:53:03 +02:00
"title" : "查看推荐关注的用户" ,
"follow_explain" : "当你关注某个人时,你将会在主页看到他们的帖子。"
2021-08-02 13:29:30 +02:00
} ,
"compose" : {
"title" : {
2021-08-03 09:53:03 +02:00
"new_post" : "新帖子" ,
"new_reply" : "新回复"
2021-08-02 13:29:30 +02:00
} ,
"media_selection" : {
2021-08-03 09:53:03 +02:00
"camera" : "拍照" ,
"photo_library" : "照片库" ,
"browse" : "浏览"
2021-08-02 13:29:30 +02:00
} ,
2021-08-03 09:53:03 +02:00
"content_input_placeholder" : "写下你的想法" ,
"compose_action" : "发送" ,
"replying_to_user" : "回复给 %s" ,
2021-08-02 13:29:30 +02:00
"attachment" : {
2021-08-03 09:53:03 +02:00
"photo" : "照片" ,
"video" : "视频" ,
"attachment_broken" : "%s已损坏\n无法上传到 Mastodon" ,
"description_photo" : "为视觉障碍人士添加照片的文字说明..." ,
"description_video" : "为视觉障碍人士添加视频的文字说明..."
2021-08-02 13:29:30 +02:00
} ,
"poll" : {
2021-08-03 09:53:03 +02:00
"duration_time" : "时长:%s" ,
"thirty_minutes" : "30 分钟" ,
"one_hour" : "1 小时" ,
"six_hours" : "6 小时" ,
"one_day" : "1 天" ,
"three_days" : "3 天" ,
"seven_days" : "7 天" ,
"option_number" : "选项 %ld"
2021-08-02 13:29:30 +02:00
} ,
"content_warning" : {
2021-08-06 11:09:53 +02:00
"placeholder" : "在这里写下内容的警告消息..."
2021-08-02 13:29:30 +02:00
} ,
"visibility" : {
2021-08-03 09:53:03 +02:00
"public" : "公开" ,
"unlisted" : "不公开" ,
"private" : "仅关注者" ,
"direct" : "仅我提到的人"
2021-08-02 13:29:30 +02:00
} ,
"auto_complete" : {
2021-08-03 09:53:03 +02:00
"space_to_add" : "输入空格键入"
2021-08-02 13:29:30 +02:00
} ,
"accessibility" : {
2021-08-03 09:53:03 +02:00
"append_attachment" : "添加附件" ,
"append_poll" : "添加投票" ,
"remove_poll" : "移除投票" ,
"custom_emoji_picker" : "自定义表情选择器" ,
"enable_content_warning" : "启用内容警告" ,
"disable_content_warning" : "关闭内容警告" ,
2021-08-09 09:17:14 +02:00
"post_visibility_menu" : "帖子可见性"
2021-08-02 13:29:30 +02:00
} ,
"keyboard" : {
2021-08-03 09:53:03 +02:00
"discard_post" : "丢弃帖子" ,
"publish_post" : "发送帖子" ,
"toggle_poll" : "启用或关闭投票" ,
"toggle_content_warning" : "启用或关闭内容警告" ,
"append_attachment_entry" : "添加附件 - %s" ,
"select_visibility_entry" : "选择可见性 - %s"
2021-08-02 13:29:30 +02:00
}
} ,
"profile" : {
"dashboard" : {
2021-08-03 09:53:03 +02:00
"posts" : "帖子" ,
"following" : "正在关注" ,
2021-08-09 09:17:14 +02:00
"followers" : "关注者"
2021-08-02 13:29:30 +02:00
} ,
"fields" : {
2021-08-06 11:09:53 +02:00
"add_row" : "添加" ,
2021-08-02 13:29:30 +02:00
"placeholder" : {
2021-08-03 09:53:03 +02:00
"label" : "标签" ,
"content" : "内容"
2021-08-02 13:29:30 +02:00
}
} ,
"segmented_control" : {
2021-08-03 09:53:03 +02:00
"posts" : "帖子" ,
"replies" : "回复" ,
2022-02-15 07:15:45 +01:00
"posts_and_replies" : "帖子与回复" ,
2022-02-11 16:04:05 +01:00
"media" : "媒体" ,
2022-02-15 07:15:45 +01:00
"about" : "关于"
2021-08-02 13:29:30 +02:00
} ,
"relationship_action_alert" : {
2022-02-11 16:04:05 +01:00
"confirm_mute_user" : {
2022-02-15 07:15:45 +01:00
"title" : "静音账户" ,
"message" : "确认静音 %s"
2022-02-11 16:04:05 +01:00
} ,
2021-08-02 13:29:30 +02:00
"confirm_unmute_user" : {
2021-08-03 09:53:03 +02:00
"title" : "取消静音账户" ,
"message" : "确认取消静音 %s"
2021-08-02 13:29:30 +02:00
} ,
2022-02-11 16:04:05 +01:00
"confirm_block_user" : {
2022-02-15 07:15:45 +01:00
"title" : "屏蔽帐户" ,
"message" : "确认屏蔽 %s"
2022-02-11 16:04:05 +01:00
} ,
"confirm_unblock_user" : {
2022-02-15 07:15:45 +01:00
"title" : "解除屏蔽帐户" ,
"message" : "确认取消屏蔽 %s"
2021-08-02 13:29:30 +02:00
}
2022-03-30 04:54:43 +02:00
} ,
"accessibility" : {
2022-04-11 23:29:56 +02:00
"show_avatar_image" : "显示头像" ,
"edit_avatar_image" : "编辑头像" ,
2022-04-18 11:48:42 +02:00
"show_banner_image" : "显示顶部横幅图片" ,
2022-04-11 23:29:56 +02:00
"double_tap_to_open_the_list" : "双击打开列表"
2021-08-02 13:29:30 +02:00
}
} ,
2021-11-01 13:44:22 +01:00
"follower" : {
2021-11-02 08:05:08 +01:00
"footer" : "不会显示来自其它服务器的关注者"
2021-11-01 13:44:22 +01:00
} ,
"following" : {
2021-11-02 08:05:08 +01:00
"footer" : "不会显示来自其它服务器的关注"
2021-11-01 13:44:22 +01:00
} ,
2021-08-02 13:29:30 +02:00
"search" : {
2021-08-03 09:53:03 +02:00
"title" : "搜索" ,
2021-08-02 13:29:30 +02:00
"search_bar" : {
2021-08-03 09:53:03 +02:00
"placeholder" : "搜索标签和用户" ,
"cancel" : "取消"
2021-08-02 13:29:30 +02:00
} ,
"recommend" : {
2021-08-03 09:53:03 +02:00
"button_text" : "查看全部" ,
2021-08-02 13:29:30 +02:00
"hash_tag" : {
2021-08-03 09:53:03 +02:00
"title" : "在 Mastodon 上的趋势" ,
"description" : "大家感兴趣的标签" ,
"people_talking" : "%s 人正在讨论"
2021-08-02 13:29:30 +02:00
} ,
"accounts" : {
2021-08-03 09:53:03 +02:00
"title" : "你可能感兴趣的用户" ,
"description" : "你可能会喜欢关注这些用户" ,
"follow" : "关注"
2021-08-02 13:29:30 +02:00
}
} ,
"searching" : {
"segment" : {
2021-08-03 09:53:03 +02:00
"all" : "全部" ,
"people" : "用户" ,
"hashtags" : "标签" ,
"posts" : "帖子"
2021-08-02 13:29:30 +02:00
} ,
"empty_state" : {
2021-08-03 11:15:12 +02:00
"no_results" : "无结果"
2021-08-02 13:29:30 +02:00
} ,
2021-08-03 11:15:12 +02:00
"recent_search" : "最近搜索" ,
"clear" : "清除"
2021-08-02 13:29:30 +02:00
}
} ,
2022-04-15 12:54:25 +02:00
"discovery" : {
"tabs" : {
2022-04-21 03:06:49 +02:00
"posts" : "嘟文" ,
"hashtags" : "话题标签" ,
"news" : "最新消息" ,
2022-04-29 04:09:12 +02:00
"community" : "社区" ,
2022-04-18 11:48:42 +02:00
"for_you" : "为你推荐"
2022-04-22 12:17:37 +02:00
} ,
2022-04-26 17:56:25 +02:00
"intro" : "这些嘟文在你的长毛象小宇宙中备受关注。"
2022-04-15 12:54:25 +02:00
} ,
2021-08-02 13:29:30 +02:00
"favorite" : {
2021-08-03 11:15:12 +02:00
"title" : "你的喜欢"
2021-08-02 13:29:30 +02:00
} ,
"notification" : {
"title" : {
2021-08-10 14:01:14 +02:00
"Everything" : "全部" ,
2021-08-03 11:15:12 +02:00
"Mentions" : "提及"
2021-08-02 13:29:30 +02:00
} ,
2022-02-11 16:04:05 +01:00
"notification_description" : {
2022-02-15 07:15:45 +01:00
"followed_you" : "关注了你" ,
"favorited_your_post" : "喜欢了你的帖子" ,
"reblogged_your_post" : "转发了你的帖子" ,
"mentioned_you" : "提及了你" ,
"request_to_follow_you" : "关注请求" ,
"poll_has_ended" : "投票已结束"
2022-02-11 16:04:05 +01:00
} ,
2021-08-02 13:29:30 +02:00
"keyobard" : {
2021-08-03 09:53:03 +02:00
"show_everything" : "显示全部" ,
"show_mentions" : "显示提及"
2021-08-02 13:29:30 +02:00
}
} ,
"thread" : {
2021-08-03 09:53:03 +02:00
"back_title" : "帖子" ,
"title" : "来自 %s 的帖子"
2021-08-02 13:29:30 +02:00
} ,
"settings" : {
2021-08-03 09:53:03 +02:00
"title" : "设置" ,
2021-08-02 13:29:30 +02:00
"section" : {
"appearance" : {
2021-08-03 09:53:03 +02:00
"title" : "外观" ,
"automatic" : "自动" ,
2021-08-06 11:09:53 +02:00
"light" : "浅色" ,
2021-08-03 09:53:03 +02:00
"dark" : "深色"
2021-08-02 13:29:30 +02:00
} ,
2022-02-11 16:04:05 +01:00
"look_and_feel" : {
2022-02-15 07:15:45 +01:00
"title" : "外观和风格" ,
"use_system" : "跟随系统" ,
"really_dark" : "暗色" ,
"sorta_dark" : "深色" ,
"light" : "浅色"
2022-02-11 16:04:05 +01:00
} ,
2021-08-02 13:29:30 +02:00
"notifications" : {
2021-08-03 09:53:03 +02:00
"title" : "通知" ,
"favorites" : "喜欢我的帖子" ,
"follows" : "关注我" ,
"boosts" : "转发我的帖子" ,
"mentions" : "提及我" ,
2021-08-02 13:29:30 +02:00
"trigger" : {
2021-08-03 09:53:03 +02:00
"anyone" : "任何人" ,
"follower" : "关注者" ,
"follow" : "我关注的" ,
"noone" : "没有人" ,
"title" : "提示通知来自"
2021-08-02 13:29:30 +02:00
}
} ,
"preference" : {
2021-08-03 09:53:03 +02:00
"title" : "偏好" ,
"true_black_dark_mode" : "纯黑模式" ,
"disable_avatar_animation" : "禁用动画头像" ,
"disable_emoji_animation" : "禁用动画表情" ,
2022-03-30 04:54:43 +02:00
"using_default_browser" : "使用默认浏览器打开链接" ,
2022-04-11 23:29:56 +02:00
"open_links_in_mastodon" : "在 Mastodon 中打开链接"
2021-08-02 13:29:30 +02:00
} ,
"boring_zone" : {
"title" : "The Boring Zone" ,
2021-08-03 09:53:03 +02:00
"account_settings" : "账号设置" ,
"terms" : "服务条款" ,
"privacy" : "隐私政策"
2021-08-02 13:29:30 +02:00
} ,
"spicy_zone" : {
"title" : "The Spicy Zone" ,
2021-08-03 09:53:03 +02:00
"clear" : "清除图片缓存" ,
"signout" : "退出"
2021-08-02 13:29:30 +02:00
}
} ,
"footer" : {
2021-08-03 09:53:03 +02:00
"mastodon_description" : "Mastodon 是开源软件。欢迎前往 GitHub %s (%s) 贡献代码或反馈问题。"
2021-08-02 13:29:30 +02:00
} ,
"keyboard" : {
2021-08-03 09:53:03 +02:00
"close_settings_window" : "关闭设置窗口"
2021-08-02 13:29:30 +02:00
}
} ,
"report" : {
2022-02-15 07:15:45 +01:00
"title_report" : "举报" ,
2021-08-03 09:53:03 +02:00
"title" : "举报 %s" ,
"step1" : "步骤 1 / 2" ,
"step2" : "步骤 2 / 2" ,
"content1" : "是否有帖子需要举报?" ,
"content2" : "是否有关于此举报的详细描述信息?" ,
2022-02-15 07:15:45 +01:00
"report_sent_title" : "感谢提交举报,我们将会进行处理。" ,
2021-08-03 09:53:03 +02:00
"send" : "发送举报" ,
"skip_to_send" : "直接发送" ,
2022-02-11 16:04:05 +01:00
"text_placeholder" : "输入或粘贴额外的注释" ,
2022-05-11 10:48:25 +02:00
"reported" : "已报告" ,
"step_one" : {
"step_1_of_4" : "Step 1 of 4" ,
"whats_wrong_with_this_post" : "What's wrong with this post?" ,
"whats_wrong_with_this_account" : "What's wrong with this account?" ,
"whats_wrong_with_this_username" : "What's wrong with %s?" ,
"select_the_best_match" : "Select the best match" ,
"i_dont_like_it" : "I don’ t like it" ,
"it_is_not_something_you_want_to_see" : "It is not something you want to see" ,
"its_spam" : "It’ s spam" ,
"malicious_links_fake_engagement_or_repetetive_replies" : "Malicious links, fake engagement, or repetetive replies" ,
"it_violates_server_rules" : "It violates server rules" ,
"you_are_aware_that_it_breaks_specific_rules" : "You are aware that it breaks specific rules" ,
"its_something_else" : "It’ s something else" ,
"the_issue_does_not_fit_into_other_categories" : "The issue does not fit into other categories"
} ,
"step_two" : {
"step_2_of_4" : "Step 2 of 4" ,
"which_rules_are_being_violated" : "Which rules are being violated?" ,
"select_all_that_apply" : "Select all that apply" ,
"i_just_don’ t_like_it" : "I just don’ t like it"
} ,
"step_three" : {
"step_3_of_4" : "Step 3 of 4" ,
"are_there_any_posts_that_back_up_this_report" : "Are there any posts that back up this report?" ,
"select_all_that_apply" : "Select all that apply"
} ,
"step_four" : {
"step_4_of_4" : "Step 4 of 4" ,
"is_there_anything_else_we_should_know" : "Is there anything else we should know?"
} ,
"step_final" : {
"dont_want_to_see_this" : "Don’ t want to see this?" ,
"when_you_see_something_you_dont_like_on_mastodon_you_can_remove_the_person_from_your_experience." : "When you see something you don’ t like on Mastodon, you can remove the person from your experience." ,
"unfollow" : "Unfollow" ,
"unfollowed" : "Unfollowed" ,
"unfollow_user" : "Unfollow %s" ,
"mute_user" : "Mute %s" ,
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted" : "You won’ t see their posts or reblogs in your home feed. They won’ t know they’ ve been muted." ,
"block_user" : "Block %s" ,
2022-05-11 15:28:37 +02:00
"they_will_no_longer_be_able_to_follow_or_see_your_posts_but_they_can_see_if_theyve_been_blocked" : "They will no longer be able to follow or see your posts, but they can see if they’ ve been blocked." ,
"while_we_review_this_you_can_take_action_against_user" : "While we review this, you can take action against %s"
2022-05-11 10:48:25 +02:00
}
2021-08-02 13:29:30 +02:00
} ,
"preview" : {
"keyboard" : {
2021-08-03 09:53:03 +02:00
"close_preview" : "关闭预览" ,
"show_next" : "显示下一个" ,
"show_previous" : "显示前一个"
2021-08-02 13:29:30 +02:00
}
2021-09-16 11:35:56 +02:00
} ,
"account_list" : {
2021-09-16 12:08:21 +02:00
"tab_bar_hint" : "当前账户:%s。 双击并按住来打开账户切换页面" ,
"dismiss_account_switcher" : "关闭账户切换页面" ,
"add_account" : "添加账户"
2021-09-16 11:35:56 +02:00
} ,
"wizard" : {
2021-09-16 12:14:36 +02:00
"new_in_mastodon" : "新功能" ,
2021-09-16 12:08:21 +02:00
"multiple_account_switch_intro_description" : "按住个人资料标签按钮,即可在多个账户之间进行切换。" ,
"accessibility_hint" : "双击关闭此向导"
2021-08-02 13:29:30 +02:00
}
}
2022-02-11 16:04:05 +01:00
}