discourse/config/locales/client.zh_CN.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4800 lines
211 KiB
YAML
Raw Normal View History

2020-08-05 09:55:12 -04:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2014-04-14 11:41:51 -04:00
#
# To work with us on translations, join this project:
2020-08-05 09:55:12 -04:00
# https://translate.discourse.org/
2014-04-14 11:41:51 -04:00
2013-03-23 06:19:26 -04:00
zh_CN:
js:
number:
2015-07-22 13:27:18 -04:00
format:
2018-11-29 10:51:16 -05:00
separator: "."
2020-04-20 05:37:59 -04:00
delimiter: ","
human:
storage_units:
2019-01-19 17:29:54 -05:00
format: "%n %u"
units:
byte:
other: 字节
gb: GB
kb: KB
mb: MB
tb: TB
2015-07-22 13:27:18 -04:00
short:
2020-08-05 09:55:12 -04:00
thousands: "%{number}k"
2020-06-10 12:00:16 -04:00
millions: "%{number}M"
dates:
2019-12-19 12:31:52 -05:00
time: "HH:mm"
time_with_zone: "HH:mm (z)"
2020-01-20 11:00:44 -05:00
time_short_day: "ddd, HH:mm"
2019-12-19 12:31:52 -05:00
timeline_date: "YYYY[年]M[月]"
2020-04-20 05:37:59 -04:00
long_no_year: "M[月]D[日] HH:mm"
long_no_year_no_time: "M[月]D[日]"
full_no_year_no_time: "M[月]D[日]"
long_with_year: "YYYY[年]M[月]D[日] HH:mm"
long_with_year_no_time: "YYYY[年]M[月]D[日]"
full_with_year_no_time: "YYYY[年]M[月]D[日]"
long_date_with_year: "YY[年]M[月]D[日] LT"
long_date_without_year: "M[月]D[日] LT"
long_date_with_year_without_time: "YY[年]M[月]D[日]"
long_date_without_year_with_linebreak: "M[月]D[日] <br/>LT"
long_date_with_year_with_linebreak: "YY[年]M[月]D[日] <br/>LT"
2020-01-20 11:00:44 -05:00
wrap_ago: "%{date} 前"
tiny:
2020-01-20 11:00:44 -05:00
half_a_minute: "< 1 分钟"
less_than_x_seconds:
2020-01-20 11:00:44 -05:00
other: "< %{count} 秒"
2014-04-11 11:53:02 -04:00
x_seconds:
2020-01-20 11:00:44 -05:00
other: "%{count} 秒"
2017-12-06 10:25:12 -05:00
less_than_x_minutes:
2020-01-20 11:00:44 -05:00
other: "< %{count} 分钟"
2014-04-11 11:53:02 -04:00
x_minutes:
2020-01-20 11:00:44 -05:00
other: "%{count} 分钟"
2014-04-11 11:53:02 -04:00
about_x_hours:
2020-01-20 11:00:44 -05:00
other: "约 %{count} 小时"
2014-04-11 11:53:02 -04:00
x_days:
2020-01-20 11:00:44 -05:00
other: "%{count} 天"
2017-12-06 10:25:12 -05:00
x_months:
2018-06-21 10:34:09 -04:00
other: "%{count} 个月"
2014-04-11 11:53:02 -04:00
about_x_years:
2020-08-11 09:04:00 -04:00
other: "%{count}y"
2014-04-11 11:53:02 -04:00
over_x_years:
2020-08-11 09:04:00 -04:00
other: "> %{count}y"
2014-04-11 11:53:02 -04:00
almost_x_years:
2020-08-11 09:04:00 -04:00
other: "%{count}y"
2020-09-01 09:02:16 -04:00
date_month: "M[月]D[日]"
2020-04-20 05:37:59 -04:00
date_year: "YY[年]M[月]"
2013-06-10 19:17:04 -04:00
medium:
2014-04-11 11:53:02 -04:00
x_minutes:
2020-01-20 11:00:44 -05:00
other: "%{count} 分钟"
2014-04-11 11:53:02 -04:00
x_hours:
2020-01-20 11:00:44 -05:00
other: "%{count} 小时"
2014-04-11 11:53:02 -04:00
x_days:
2020-01-20 11:00:44 -05:00
other: "%{count} 天"
2020-09-01 09:02:16 -04:00
date_year: "YY[年]M[月]D[日]"
2014-04-11 11:53:02 -04:00
medium_with_ago:
x_minutes:
2020-01-20 11:00:44 -05:00
other: "%{count} 分钟前"
2014-04-11 11:53:02 -04:00
x_hours:
2018-06-21 10:34:09 -04:00
other: "%{count}小时前"
2014-04-11 11:53:02 -04:00
x_days:
2020-01-20 11:00:44 -05:00
other: "%{count} 天前"
2019-09-25 22:29:44 -04:00
x_months:
2020-01-20 11:00:44 -05:00
other: "%{count} 个月前"
2019-09-25 22:29:44 -04:00
x_years:
2020-01-20 11:00:44 -05:00
other: "%{count} 年前"
2015-07-01 09:53:15 -04:00
later:
x_days:
2020-01-20 11:00:44 -05:00
other: "%{count} 天后"
2015-07-01 09:53:15 -04:00
x_months:
2020-01-20 11:00:44 -05:00
other: "%{count} 个月后"
2015-07-01 09:53:15 -04:00
x_years:
2020-01-20 11:00:44 -05:00
other: "%{count} 年后"
2019-01-19 17:29:54 -05:00
previous_month: "上个月"
next_month: "下个月"
2017-12-06 10:25:12 -05:00
placeholder: 日期
2013-03-23 06:19:26 -04:00
share:
2021-05-04 10:34:37 -04:00
topic_html: '话题:<span class="topic-title">%{topicTitle}</span>'
2019-03-28 10:07:51 -04:00
post: "帖子 #%{postNumber}"
2019-01-19 17:29:54 -05:00
close: "关闭"
2021-05-04 10:34:37 -04:00
twitter: "分享到 Twitter"
facebook: "分享到 Facebook"
2020-08-05 09:55:12 -04:00
email: "通过电子邮件发送"
2020-09-29 09:01:52 -04:00
url: "复制并分享网址"
2015-08-04 03:47:39 -04:00
action_codes:
2021-05-04 10:34:37 -04:00
public_topic: "于 %{when} 将此话题设为公开"
private_topic: "于 %{when} 将该话题转换为私信"
split_topic: "于 %{when} 拆分了此话题"
invited_user: "于 %{when} 邀请了 %{who}"
invited_group: "于 %{when} 邀请了 %{who}"
user_left: "%{who} 于 %{when} 离开了该私信"
removed_user: "于 %{when} 移除了 %{who}"
removed_group: "于 %{when} 移除了 %{who}"
autobumped: "于 %{when} 自动顶帖"
2015-08-31 12:49:30 -04:00
autoclosed:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 关闭"
disabled: "于 %{when} 打开"
2015-08-31 12:49:30 -04:00
closed:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 关闭"
disabled: "于 %{when} 打开"
2015-08-31 12:49:30 -04:00
archived:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 归档"
disabled: "于 %{when} 取消归档"
2015-08-31 12:49:30 -04:00
pinned:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 置顶"
disabled: "于 %{when} 取消置顶"
2015-08-31 12:49:30 -04:00
pinned_globally:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 全站置顶"
disabled: "于 %{when} 取消全站置顶"
2015-08-31 12:49:30 -04:00
visible:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 显示"
disabled: "于 %{when} 隐藏"
2017-05-25 09:55:55 -04:00
banner:
2021-05-04 10:34:37 -04:00
enabled: "于 %{when} 将此设置为横幅,在用户关闭前将会在每个页面的顶部显示。"
disabled: "于 %{when} 移除了该横幅,将不再显示在每个页面的顶部。"
2020-02-25 10:29:14 -05:00
forwarded: "转发上述邮件"
2021-05-04 10:34:37 -04:00
topic_admin_menu: "操作话题"
wizard_required: "欢迎来到你全新的Discourse让我们跟随<a href='%{url}' data-auto-route='true'>安装向导</a>开始吧✨"
emails_are_disabled: "所有的出站邮件都已被管理员全局,任何类型的邮件提醒都不会发出。"
2021-04-20 09:33:17 -04:00
software_update_prompt:
message: "我们已经更新了网站,请 <span>刷新页面</span>,否则可能会遇到未知故障。"
dismiss: "忽略"
2020-10-20 09:34:57 -04:00
bootstrap_mode_enabled:
2021-05-04 10:34:37 -04:00
other: "为了使你的新站点更易启用,现正处于引导模式中,所有的新用户的信任等级都将设为 1并为他们启用每日摘要邮件。引导模式会在达到 %{count} 个用户时自动关闭。"
bootstrap_mode_disabled: "引导模式将会在 24 小时内关闭。"
2017-05-25 09:55:55 -04:00
themes:
default_description: "默认"
2021-05-04 10:34:37 -04:00
broken_theme_alert: "因为主题或组件 %{theme} 有错误,你的站点可能无法正常运行, 在 %{path} 它。"
2016-02-22 11:10:12 -05:00
s3:
regions:
2020-08-05 09:55:12 -04:00
ap_northeast_1: "亚太地区(东京)"
ap_northeast_2: "亚太地区(首尔)"
2021-03-23 11:12:04 -04:00
ap_east_1: "亚太地区(香港)"
2020-08-05 09:55:12 -04:00
ap_south_1: "亚太地区(孟买)"
ap_southeast_1: "亚太地区(新加坡)"
ap_southeast_2: "亚太地区(悉尼)"
2019-03-28 10:07:51 -04:00
ca_central_1: "加拿大(中部)"
2019-12-19 12:31:52 -05:00
cn_north_1: "中国(北京)"
2018-10-12 10:39:59 -04:00
cn_northwest_1: "中国(宁夏)"
2019-12-19 12:31:52 -05:00
eu_central_1: "欧洲(法兰克福)"
2019-03-28 10:07:51 -04:00
eu_north_1: "欧洲(斯德哥尔摩)"
2019-12-19 12:31:52 -05:00
eu_west_1: "欧洲(爱尔兰)"
eu_west_2: "欧洲(伦敦)"
eu_west_3: "欧洲(巴黎)"
2019-03-28 10:07:51 -04:00
sa_east_1: "南美(圣保罗)"
2017-07-20 05:27:02 -04:00
us_east_1: "美国东部N. Virginia"
2017-08-16 11:36:35 -04:00
us_east_2: "美国东部(俄亥俄州)"
2020-01-20 11:00:44 -05:00
us_gov_east_1: "AWS 政府云US-East"
us_gov_west_1: "AWS 政府云US-West"
2017-07-20 05:27:02 -04:00
us_west_1: "美国西部N. California"
us_west_2: "美国西部Oregon"
2021-05-04 10:34:37 -04:00
clear_input: "清空输入"
edit: "编辑该话题的标题和分类"
2019-03-28 10:07:51 -04:00
expand: "展开"
not_implemented: "非常抱歉,这个功能仍在开发中!"
2013-03-23 06:19:26 -04:00
no_value: "否"
yes_value: "是"
2018-04-24 09:59:30 -04:00
submit: "提交"
generic_error: "抱歉,出了点小问题。"
generic_error_with_reason: "出错了:%{error}"
2019-01-14 12:23:49 -05:00
go_ahead: "继续"
2014-08-18 11:17:59 -04:00
sign_up: "注册"
2014-08-15 14:02:14 -04:00
log_in: "登录"
2014-12-29 08:36:33 -05:00
age: "年龄"
joined: "加入于"
2014-07-25 09:35:28 -04:00
admin_title: "管理"
2013-03-23 06:19:26 -04:00
show_more: "显示更多"
2015-08-31 12:49:30 -04:00
show_help: "选项"
2014-08-08 16:34:01 -04:00
links: "链接"
2015-04-22 09:35:15 -04:00
links_lowercase:
2018-06-21 10:34:09 -04:00
other: "链接"
2016-04-07 12:04:44 -04:00
faq: "常见问题"
2014-07-25 09:35:28 -04:00
guidelines: "指引"
privacy_policy: "隐私政策"
2014-07-17 01:03:49 -04:00
privacy: "隐私"
tos: "服务条款"
2018-10-12 10:39:59 -04:00
rules: "规则"
2019-01-02 12:32:38 -05:00
conduct: "行为准则"
2014-03-27 18:51:31 -04:00
mobile_view: "移动版"
desktop_view: "桌面版"
2014-12-29 08:36:33 -05:00
you: "你"
2013-03-23 06:19:26 -04:00
or: "或"
now: "刚才"
2019-01-19 17:29:54 -05:00
read_more: "阅读更多"
2013-08-14 23:38:54 -04:00
more: "更多"
2021-02-02 08:37:52 -05:00
x_more:
other: "%{count} 更多"
2013-08-14 23:38:54 -04:00
less: "更少"
2013-08-27 03:21:20 -04:00
never: "从未"
2021-05-04 10:34:37 -04:00
every_30_minutes: "每 30 分钟"
2016-03-15 11:41:18 -04:00
every_hour: "每小时"
2013-08-27 03:21:20 -04:00
daily: "每天"
weekly: "每周"
2019-04-24 09:02:04 -04:00
every_month: "每月"
2020-08-05 09:55:12 -04:00
every_six_months: "每六个月"
2020-06-10 12:00:16 -04:00
max_of_count: "不超过 %{count}"
2015-07-01 09:53:15 -04:00
alternation: "或"
character_count:
2018-06-21 10:34:09 -04:00
other: "%{count} 个字符"
2018-11-29 10:51:16 -05:00
related_messages:
title: "相关消息"
2020-01-20 11:00:44 -05:00
see_all: '查看来自 @%{username} 的<a href="%{path}">所有消息</a> ...'
2013-03-23 06:19:26 -04:00
suggested_topics:
2021-05-04 10:34:37 -04:00
title: "推荐话题"
pm_title: "推荐消息"
2014-08-15 14:02:14 -04:00
about:
simple_title: "关于"
2021-05-04 10:34:37 -04:00
title: "关于 %{title}"
2014-08-15 14:02:14 -04:00
stats: "站点统计"
2016-03-01 03:46:46 -05:00
our_admins: "我们的管理员"
our_moderators: "我们的版主"
2019-08-26 08:36:46 -04:00
moderators: "版主"
2014-08-15 14:02:14 -04:00
stat:
2020-08-05 09:55:12 -04:00
all_time: "不限时间"
2021-04-13 10:02:08 -04:00
last_day: "过去 24 小时"
last_7_days: "过去 7 天"
last_30_days: "过去 30 天"
2014-10-30 17:30:05 -04:00
like_count: "赞"
2021-05-04 10:34:37 -04:00
topic_count: "话题"
2014-10-30 17:30:05 -04:00
post_count: "帖子"
2017-03-01 00:28:16 -05:00
user_count: "用户"
2015-02-13 09:07:41 -05:00
active_user_count: "活跃用户"
2015-01-21 12:28:30 -05:00
contact: "联系我们"
2020-11-17 08:49:58 -05:00
contact_info: "如果出现影响到此站点的关键问题或紧急事项,请通过 %{contact_info} 联系我们。"
2015-01-21 12:28:30 -05:00
bookmarked:
title: "收藏"
clear_bookmarks: "取消收藏"
2015-01-21 12:28:30 -05:00
help:
2021-05-04 10:34:37 -04:00
bookmark: "点击收藏该话题的第一个帖子"
unbookmark: "点击移除本话题的所有收藏"
unbookmark_with_reminder: "点击以移除该话题上的所有收藏和提醒,你在该话题中设定了一个于 %{reminder_at} 的提醒。"
2013-03-23 06:19:26 -04:00
bookmarks:
2021-05-04 10:34:37 -04:00
created: "你已收藏了该帖子,%{name}"
2019-12-19 12:31:52 -05:00
not_bookmarked: "收藏此帖"
2021-05-04 10:34:37 -04:00
created_with_reminder: "你已收藏了该帖子并设置了一个于 %{date} 的提醒,%{name}"
remove: "取消收藏"
2020-04-24 09:16:29 -04:00
delete: "删除收藏"
confirm_delete: "你确定要删除该收藏吗?你所设置的提醒也会被一并删除。"
2021-05-04 10:34:37 -04:00
confirm_clear: "你确定要清空这个话题中的所有收藏?"
2019-12-19 12:31:52 -05:00
save: "保存"
2021-05-04 10:34:37 -04:00
no_timezone: '你尚未设置时区,将无法设置提醒,在 <a href="%{basePath}/my/preferences/profile">你的个人资料中</a>设置。'
2020-04-20 05:37:59 -04:00
invalid_custom_datetime: "你所提供的日期和时间无效,请重试。"
list_permission_denied: "你没有权限查看该用户的收藏。"
2021-05-04 10:34:37 -04:00
no_user_bookmarks: "你没有已收藏的帖子,收藏可让你快速定位指定的帖子。"
2020-08-05 09:55:12 -04:00
auto_delete_preference:
label: "自动删除"
never: "从不"
when_reminder_sent: "发送提醒时"
2021-05-04 10:34:37 -04:00
on_owner_reply: "在我回复此话题之后"
search_placeholder: "按名称、话题标题或帖子内容搜索收藏内容"
2020-08-05 09:55:12 -04:00
search: "搜索"
2019-12-19 12:31:52 -05:00
reminders:
2021-05-04 10:34:37 -04:00
today_with_time: "今天 %{time}"
tomorrow_with_time: "明天 %{time}"
at_time: "于 %{date_time}"
existing_reminder: "你为该收藏所设定的提醒将在 %{at_date_time} 发出"
2020-05-26 10:06:07 -04:00
copy_codeblock:
copied: "已复制!"
2018-11-05 05:58:41 -05:00
drafts:
2021-05-04 10:34:37 -04:00
resume: "恢复"
2018-11-05 05:58:41 -05:00
remove: "移除"
2021-05-04 10:34:37 -04:00
remove_confirmation: "你确定要删除草稿吗?"
new_topic: "新建话题草稿"
new_private_message: "新建私信草稿"
2018-11-05 05:58:41 -05:00
topic_reply: "草稿回复"
2019-03-28 10:07:51 -04:00
abandon:
2021-05-04 10:34:37 -04:00
confirm: "你正在为这个话题起草一个草稿,你想对它做什么?"
yes_value: "丢弃"
no_value: "恢复编辑"
2018-08-07 12:05:45 -04:00
topic_count_latest:
2021-05-04 10:34:37 -04:00
other: "有 %{count} 个新的或更新的话题"
2018-08-07 12:05:45 -04:00
topic_count_unread:
2021-05-04 10:34:37 -04:00
other: "有 %{count} 个未读话题"
2018-08-07 12:05:45 -04:00
topic_count_new:
2021-05-04 10:34:37 -04:00
other: "有 %{count} 个新话题"
2013-03-23 06:19:26 -04:00
preview: "预览"
cancel: "取消"
2020-10-30 11:06:32 -04:00
deleting: "删除中..."
save: "保存更改"
2018-10-12 10:39:59 -04:00
saving: "保存中…"
2013-03-23 06:19:26 -04:00
saved: "已保存!"
2013-08-15 23:16:17 -04:00
upload: "上传"
2018-10-12 10:39:59 -04:00
uploading: "上传中…"
2020-06-10 12:00:16 -04:00
uploading_filename: "上传中:%{filename}..."
2021-05-18 09:11:41 -04:00
processing_filename: "正在处理:%{filename}…"
2018-11-05 05:58:41 -05:00
clipboard: "剪贴板"
uploaded: "上传成功!"
2018-10-12 10:39:59 -04:00
pasting: "粘贴中…"
2014-05-23 19:20:16 -04:00
enable: "启用"
2021-05-04 10:34:37 -04:00
disable: "禁用"
2018-06-08 10:27:53 -04:00
continue: "继续"
2021-05-04 10:34:37 -04:00
undo: "重做"
2014-05-23 19:20:16 -04:00
revert: "撤销"
failed: "失败"
switch_to_anon: "进入匿名模式"
2015-04-13 14:28:48 -04:00
switch_from_anon: "退出匿名模式"
2014-06-30 06:51:39 -04:00
banner:
close: "隐藏横幅。"
2016-03-01 03:46:46 -05:00
edit: "编辑该横幅 >>"
2019-09-25 22:29:44 -04:00
pwa:
2021-05-04 10:34:37 -04:00
install_banner: "你想要<a href>安装 %{title} 在此设备上吗?</a>"
2013-05-22 01:45:32 -04:00
choose_topic:
2021-05-04 10:34:37 -04:00
none_found: "没有找到话题。"
2013-05-22 01:45:32 -04:00
title:
2021-05-04 10:34:37 -04:00
search: "搜索话题"
placeholder: "在此处输入话题标题、链接或 ID"
2019-03-28 10:07:51 -04:00
choose_message:
2021-05-04 10:34:37 -04:00
none_found: "没有找到消息"
2019-03-28 10:07:51 -04:00
title:
2021-05-04 10:34:37 -04:00
search: "搜索消息"
placeholder: "在此处输入消息的标题、链接或ID"
2019-04-24 09:02:04 -04:00
review:
2019-06-10 10:36:08 -04:00
order_by: "排序依据"
in_reply_to: "回复给"
2019-09-25 22:29:44 -04:00
explain:
2021-05-04 10:34:37 -04:00
why: "解释为什么该条目最终进入队列"
2019-09-25 22:29:44 -04:00
title: "需审核评分"
2019-10-01 16:50:22 -04:00
formula: "公式"
2019-09-25 22:29:44 -04:00
subtotal: "小计"
2019-12-19 12:31:52 -05:00
total: "总计"
2021-05-04 10:34:37 -04:00
min_score_visibility: "可见的最低评分"
score_to_hide: "隐藏帖子的评分"
2019-11-05 10:52:29 -05:00
take_action_bonus:
name: "立即执行"
title: "当工作人员选择采取行动时,会给标记加分。"
user_accuracy_bonus:
name: "用户准确性"
2020-04-20 05:37:59 -04:00
title: "先前已同意其标记的用户将获得奖励。"
2019-09-25 22:29:44 -04:00
trust_level_bonus:
name: "信任等级"
2021-05-04 10:34:37 -04:00
title: "待审阅条目由较高信任级别且具有较高分数的用户创建的。"
2019-11-05 10:52:29 -05:00
type_bonus:
name: "奖励类型"
2020-04-20 05:37:59 -04:00
title: "某些可审核类型可以由管理人员加权,以使其具有更高的优先级。"
2019-05-20 07:42:05 -04:00
claim_help:
2020-04-20 05:37:59 -04:00
optional: "你可以认领此条目以避免被他人审核。"
2019-05-20 07:42:05 -04:00
required: "在你审核之前你必须认领此条目。"
2020-04-20 05:37:59 -04:00
claimed_by_you: "你已认领此条目现在可以审核了。"
2021-05-04 10:34:37 -04:00
claimed_by_other: "此条目仅可被 <b>%{username}</b> 审核。"
2019-05-20 07:42:05 -04:00
claim:
2021-05-04 10:34:37 -04:00
title: "认领该话题"
2019-05-20 07:42:05 -04:00
unclaim:
help: "移除该认领"
2019-04-24 09:02:04 -04:00
awaiting_approval: "需要审核"
delete: "删除"
settings:
saved: "已保存!"
save_changes: "保存更改"
title: "设置"
2019-06-10 10:36:08 -04:00
priorities:
title: "需审核优先级"
2019-04-24 09:02:04 -04:00
moderation_history: "管理日志"
2019-05-20 07:42:05 -04:00
view_all: "查看全部"
2021-05-04 10:34:37 -04:00
grouped_by_topic: "按话题分组"
none: "没有需要审核的条目"
2019-05-20 07:42:05 -04:00
view_pending: "查看待审核"
2019-04-24 09:02:04 -04:00
topic_has_pending:
2021-05-04 10:34:37 -04:00
other: "该话题中有 <b>%{count}</b> 个帖子等待审核"
2019-05-20 07:42:05 -04:00
title: "审核"
2021-05-04 10:34:37 -04:00
topic: "话题:"
filtered_topic: "您正在选择性地查看这一话题中的可审核内容。"
2019-04-24 09:02:04 -04:00
filtered_user: "用户"
2020-12-08 10:51:49 -05:00
filtered_reviewed_by: "审核者"
2021-05-04 10:34:37 -04:00
show_all_topics: "显示所有话题"
2020-04-20 05:37:59 -04:00
deleted_post: "(已删除的帖子)"
deleted_user: "(已删除的用户)"
2019-04-24 09:02:04 -04:00
user:
2020-02-13 15:00:16 -05:00
bio: "简介"
2020-02-25 10:29:14 -05:00
website: "网站"
2019-04-24 09:02:04 -04:00
username: "用户名"
email: "邮箱"
name: "名称"
fields: "字段"
2021-01-19 10:14:59 -05:00
reject_reason: "原因"
2019-04-24 09:02:04 -04:00
user_percentage:
summary:
2021-05-04 10:34:37 -04:00
other: "%{agreed}%{disagreed}%{ignored} (共 %{count} 个标记)"
2019-04-24 09:02:04 -04:00
agreed:
2021-05-04 10:34:37 -04:00
other: "%{count}% 同意"
2019-04-24 09:02:04 -04:00
disagreed:
2021-05-04 10:34:37 -04:00
other: "%{count}% 不同意"
2019-04-24 09:02:04 -04:00
ignored:
2021-05-04 10:34:37 -04:00
other: "%{count}% 忽略"
2019-04-24 09:02:04 -04:00
topics:
2021-05-04 10:34:37 -04:00
topic: "话题"
reviewable_count: "总数"
reported_by: "举报人"
deleted: "[已删除的话题]"
original: "(原话题)"
2019-04-24 09:02:04 -04:00
details: "详情"
unique_users:
2020-06-10 12:00:16 -04:00
other: "%{count} 位用户"
2019-04-24 09:02:04 -04:00
replies:
2021-05-04 10:34:37 -04:00
other: "%{count} 条回复"
2019-04-24 09:02:04 -04:00
edit: "编辑"
save: "保存"
cancel: "取消"
2021-05-04 10:34:37 -04:00
new_topic: "批准此条目将会创建一个新的话题"
2019-04-24 09:02:04 -04:00
filters:
2019-06-17 13:25:37 -04:00
all_categories: "(所有分类)"
2019-04-24 09:02:04 -04:00
type:
2019-05-30 10:40:16 -04:00
title: "类型"
2021-05-04 10:34:37 -04:00
all: "(全部类型)"
2019-04-24 09:02:04 -04:00
minimum_score: "最低分:"
refresh: "刷新"
status: "状态"
2019-05-30 10:40:16 -04:00
category: "分类"
2019-06-10 10:36:08 -04:00
orders:
2020-06-01 13:58:51 -04:00
score: "评分"
2021-05-04 10:34:37 -04:00
score_asc: "评分(倒序)"
2019-06-10 10:36:08 -04:00
created_at: "创建时间"
created_at_asc: "创建时间(倒序)"
2019-05-20 07:42:05 -04:00
priority:
2019-06-10 10:36:08 -04:00
title: "最低优先级"
2021-05-04 10:34:37 -04:00
any: "(任何)"
2021-04-27 10:01:06 -04:00
low: "低"
2020-04-20 05:37:59 -04:00
medium: "中"
2019-05-20 07:42:05 -04:00
high: "高"
2019-04-24 09:02:04 -04:00
conversation:
2020-04-20 05:37:59 -04:00
view_full: "查看完整对话"
2019-04-24 09:02:04 -04:00
scores:
2021-05-04 10:34:37 -04:00
about: "该分数是根据举报者的信任等级、该用户以往举报的准确性以及被举报条目的优先级计算得出的。"
2019-04-24 09:02:04 -04:00
score: "评分"
date: "日期"
type: "类型"
status: "状态"
submitted_by: "提交人"
reviewed_by: "审核者"
statuses:
pending:
title: "待定"
approved:
title: "已批准"
rejected:
2021-05-04 10:34:37 -04:00
title: "已驳回"
2019-04-24 09:02:04 -04:00
ignored:
2021-05-04 10:34:37 -04:00
title: "已忽略"
2019-04-24 09:02:04 -04:00
deleted:
title: "已删除"
reviewed:
title: "(所有已审核)"
all:
title: "(全部)"
types:
reviewable_flagged_post:
title: "被标记的帖子"
flagged_by: "标记者"
2019-06-10 10:36:08 -04:00
reviewable_queued_topic:
2021-05-04 10:34:37 -04:00
title: "队列中话题"
2019-05-20 07:42:05 -04:00
reviewable_queued_post:
2021-05-04 10:34:37 -04:00
title: "队列中帖子"
2019-04-24 09:02:04 -04:00
reviewable_user:
title: "用户"
2021-04-27 10:01:06 -04:00
reviewable_post:
title: "帖子"
2019-04-24 09:02:04 -04:00
approval:
2021-05-04 10:34:37 -04:00
title: "需要批准的帖子"
description: "我们已经收到了你的发帖,不过帖子需要由版主审核才能显示,请耐心等待。"
2019-04-24 09:02:04 -04:00
pending_posts:
2021-05-04 10:34:37 -04:00
other: "你有 <strong>%{count}</strong> 个帖子在等待审核。"
2019-04-24 09:02:04 -04:00
ok: "确认"
2020-11-03 12:08:07 -05:00
example_username: "用户名"
2021-01-19 10:14:59 -05:00
reject_reason:
2021-05-04 10:34:37 -04:00
title: "你为什么驳回这个用户?"
send_email: "发送驳回邮件"
2021-02-16 09:24:37 -05:00
relative_time_picker:
minutes:
other: "分钟"
hours:
other: "小时"
days:
other: "天"
months:
other: "月"
2021-03-09 09:19:02 -05:00
years:
other: "年"
relative: "相对的"
2021-02-02 08:37:52 -05:00
time_shortcut:
later_today: "今天晚些时候"
next_business_day: "下一个工作日"
tomorrow: "明天"
next_week: "下周"
post_local_date: "发布日期"
later_this_week: "本周晚些时候"
start_of_next_business_week: "星期一"
start_of_next_business_week_alt: "下周一"
next_month: "下个月"
custom: "自定义日期和时间"
2021-02-16 09:24:37 -05:00
relative: "相对时间"
2021-02-02 08:37:52 -05:00
none: "不需要"
2021-04-27 10:01:06 -04:00
last_custom: "上次自定义日期时间"
2013-05-03 08:21:50 -04:00
user_action:
2021-05-04 10:34:37 -04:00
user_posted_topic: "<a href='%{userUrl}'>%{user}</a>发表了<a href='%{topicUrl}'>该话题</a>"
you_posted_topic: "<a href='%{userUrl}'>你</a>发表了<a href='%{topicUrl}'>该话题</a>"
2020-06-10 12:00:16 -04:00
user_replied_to_post: "<a href='%{userUrl}'>%{user}</a>回复了<a href='%{postUrl}'>%{post_number}</a>"
you_replied_to_post: "<a href='%{userUrl}'>你</a>回复了<a href='%{postUrl}'>%{post_number}</a>"
2021-05-04 10:34:37 -04:00
user_replied_to_topic: "<a href='%{userUrl}'>%{user}</a>回复了<a href='%{topicUrl}'>该话题</a>"
you_replied_to_topic: "<a href='%{userUrl}'>你</a>回复了<a href='%{topicUrl}'>该话题</a>"
2020-06-10 12:00:16 -04:00
user_mentioned_user: "<a href='%{user1Url}'>%{user}</a>提到了<a href='%{user2Url}'>%{another_user}</a>"
user_mentioned_you: "<a href='%{user1Url}'>%{user}</a>提到了<a href='%{user2Url}'>你</a>"
you_mentioned_user: "<a href='%{user1Url}'>你</a>提到了<a href='%{user2Url}'>%{another_user}</a>"
posted_by_user: "由<a href='%{userUrl}'>%{user}</a>发表"
posted_by_you: "由<a href='%{userUrl}'>你</a>发表"
sent_by_user: "由<a href='%{userUrl}'>%{user}</a>发送"
sent_by_you: "由 <a href='%{userUrl}'>你</a>发送"
2015-03-24 11:27:12 -04:00
directory:
2020-09-01 09:02:16 -04:00
username: "用户名"
2019-12-19 12:31:52 -05:00
filter_name: "按用户名筛选"
2015-04-09 11:28:06 -04:00
title: "用户"
2021-05-04 10:34:37 -04:00
likes_given: "已送出"
likes_received: "已收到"
topics_entered: "已浏览"
topics_entered_long: "已浏览话题"
time_read: "阅读时长"
2021-05-04 10:34:37 -04:00
topic_count: "话题"
topic_count_long: "话题已创建"
2015-03-24 11:27:12 -04:00
post_count: "回复"
2016-09-13 11:47:44 -04:00
post_count_long: "回帖数"
2015-04-09 11:28:06 -04:00
no_results: "没有找到结果。"
days_visited: "访问"
days_visited_long: "访问天数"
posts_read: "阅读"
2020-04-20 05:37:59 -04:00
posts_read_long: "看帖"
last_updated: "最近更新:"
2015-03-24 11:27:12 -04:00
total_rows:
2018-06-21 10:34:09 -04:00
other: "%{count} 位用户"
2016-12-28 13:45:25 -05:00
group_histories:
actions:
2018-11-05 05:58:41 -05:00
change_group_setting: "更改群组设置"
2016-12-28 13:45:25 -05:00
add_user_to_group: "增加用户"
remove_user_from_group: "移除用户"
make_user_group_owner: "设为所有者"
remove_user_as_group_owner: "撤销所有者"
groups:
2018-11-05 05:58:41 -05:00
member_added: "已添加"
2019-04-24 09:02:04 -04:00
member_requested: "请求于"
2018-06-08 10:27:53 -04:00
add_members:
2021-05-04 10:34:37 -04:00
title: "添加成员到 %{group_name}"
2020-08-05 09:55:12 -04:00
description: "你也可以粘贴一个以逗号分隔的列表。"
usernames: "输入用户名或电子邮件地址"
input_placeholder: "用户名或电子邮件"
notify_users: "通知用户"
2019-04-24 09:02:04 -04:00
requests:
title: "请求"
reason: "理由"
accept: "接受"
accepted: "已接受"
deny: "拒绝"
denied: "已拒绝"
undone: "撤销请求"
2020-04-20 05:37:59 -04:00
handle: "处理成员请求"
2018-04-24 09:59:30 -04:00
manage:
2019-01-19 17:29:54 -05:00
title: "管理"
name: "名字"
full_name: "全名"
2018-06-08 10:27:53 -04:00
add_members: "添加成员"
2021-05-04 10:34:37 -04:00
delete_member_confirm: "要从群组 %{group} 中移除用户 %{username} 吗?"
2018-04-24 09:59:30 -04:00
profile:
2019-12-19 12:31:52 -05:00
title: 个人资料
2018-04-24 09:59:30 -04:00
interaction:
2018-11-05 05:58:41 -05:00
title: 交互
posting: 发帖
2018-04-24 09:59:30 -04:00
notification: 通知
2020-08-05 09:55:12 -04:00
email:
title: "邮箱"
2021-05-04 10:34:37 -04:00
status: "已通过 IMAP 同步了 %{old_emails} / %{total_emails} 封邮件。"
2020-08-05 09:55:12 -04:00
credentials:
title: "认证"
smtp_server: "SMTP 服务器"
smtp_port: "SMTP 端口"
smtp_ssl: "使用 SSL 连接 SMTP"
imap_server: "IMAP 服务器"
imap_port: "IMAP 端口"
imap_ssl: "为 IMAP 使用 SSL"
username: "用户名"
password: "密码"
2021-02-02 08:37:52 -05:00
settings:
title: "设置"
2021-05-04 10:34:37 -04:00
allow_unknown_sender_topic_replies: "允许从未知发件人话题的回复。"
allow_unknown_sender_topic_replies_hint: "允许未知发件人回复群组话题,如果未启用此功能,那么不在 IMAP 邮件对话中,且未被邀请至该话题的邮件地址的回复,将会创建一个新的话题。"
2020-08-05 09:55:12 -04:00
mailboxes:
synchronized: "已同步的邮箱"
none_found: "未在此电子邮件帐户中找到任何邮箱。"
2021-05-04 10:34:37 -04:00
disabled: "已"
2018-04-24 09:59:30 -04:00
membership:
2021-05-04 10:34:37 -04:00
title: 成员
2018-04-24 09:59:30 -04:00
access: 访问
2020-08-11 09:04:00 -04:00
categories:
2021-05-04 10:34:37 -04:00
title: 分类
long_title: "分类默认通知"
description: "将用户添加到此组时,其分类通知将默认设置为此,在这之后,他们还可以自行修改。"
watched_categories_instructions: "自动关注这些分类中的所有话题,组成员将收到所有新帖子和话题的通知,话题旁还会显示新帖子的数量。"
tracked_categories_instructions: "自动跟踪这些分类中的所有话题,新帖子的数量将显示在话题旁边。"
watching_first_post_categories_instructions: "用户将收到这些分类中每个新话题的第一篇文章的通知。"
regular_categories_instructions: "如果这些分类已经被静音,将为群组成员取消静音,用户被提及到或被回复时会被通知。"
muted_categories_instructions: "用户不会收到有关这些类别中新话题的任何通知,也不会出现在分类或最新话题页面上。"
2020-08-11 09:04:00 -04:00
tags:
title: 标签
long_title: "标签默认通知"
description: "将用户添加到此组时,其标签的通知将默认为这些设置。在这之后,还可以修改。"
2021-05-04 10:34:37 -04:00
watched_tags_instructions: "自动关注带有这些标签的所有话题。组成员将收到所有新帖子和话题的通知,话题旁边还会显示新帖子的数量。"
tracked_tags_instructions: "自动跟踪有这些标签的所有话题,新帖子的数量将显示在话题旁边。"
watching_first_post_tags_instructions: "用户将收到带有这些标签的每个新话题的第一篇文章的通知。"
regular_tags_instructions: "如果这些标签已经被静音,将为群组成员取消静音,用户被提及到或被回复时会被通知。"
muted_tags_instructions: "用户不会收到有关这些标签的新话题的任何通知,也不会出现在最新话题中。"
2018-04-24 09:59:30 -04:00
logs:
title: "日志"
2021-05-04 10:34:37 -04:00
when: "何时"
2018-04-24 09:59:30 -04:00
action: "操作"
2021-05-04 10:34:37 -04:00
acting_user: "操作用户"
2018-11-05 05:58:41 -05:00
target_user: "目标用户"
2021-05-04 10:34:37 -04:00
subject: "话题"
2018-04-24 09:59:30 -04:00
details: "详情"
from: "从"
to: "到"
2020-08-18 09:02:44 -04:00
permissions:
title: "权限"
none: "没有分类关联到这个群组。"
description: "这个群组的成员可以访问这些分类。"
2018-11-05 05:58:41 -05:00
public_admission: "允许用户自由加入群组(需要群组公开可见)"
public_exit: "允许用户自由离开群组"
2016-01-08 15:50:00 -05:00
empty:
2016-12-28 13:45:25 -05:00
posts: "群组成员没有发布帖子。"
2016-09-02 10:42:45 -04:00
members: "群组没有成员。"
2020-04-20 05:37:59 -04:00
requests: "没有请求加入此群组的请求。"
2017-01-04 13:13:08 -05:00
mentions: "群组从未被提及过。"
2017-05-25 09:55:55 -04:00
messages: "群组从未发送过私信。"
2021-05-04 10:34:37 -04:00
topics: "群组的成员从未发表话题。"
2017-01-04 13:13:08 -05:00
logs: "没有关于群组的日志。"
2015-11-16 10:25:35 -05:00
add: "添加"
2018-04-24 09:59:30 -04:00
join: "加入"
leave: "离开"
request: "请求"
2021-05-04 10:34:37 -04:00
message: "消息"
2020-04-20 05:37:59 -04:00
confirm_leave: "你确定要离开这个群组吗?"
2021-05-04 10:34:37 -04:00
allow_membership_requests: "允许用户向群组所有者发送成员申请(需要公开可见的群组)"
membership_request_template: "用户发送成员申请时向其显示的自定义模板"
2017-08-31 14:50:26 -04:00
membership_request:
2021-05-04 10:34:37 -04:00
submit: "提交申请"
title: "申请加入 %{group_name}"
reason: "向群组所有者说明你为什么要进入这个群组"
2017-01-18 11:33:12 -05:00
membership: "成员资格"
2020-04-20 05:37:59 -04:00
name: "名称"
2018-06-08 10:27:53 -04:00
group_name: "群组名"
2018-04-24 09:59:30 -04:00
user_count: "用户"
2017-01-04 13:13:08 -05:00
bio: "关于群组"
2018-04-24 09:59:30 -04:00
selector_placeholder: "输入用户名"
2015-11-16 10:25:35 -05:00
owner: "所有者"
2016-12-28 13:45:25 -05:00
index:
title: "群组"
2018-06-08 10:27:53 -04:00
all: "所有群组"
2017-01-04 13:13:08 -05:00
empty: "没有可见的群组。"
2018-06-08 10:27:53 -04:00
filter: "根据群组类型筛选"
2021-05-04 10:34:37 -04:00
owner_groups: "我拥有的群组"
close_groups: "已关闭群组"
2020-04-24 09:16:29 -04:00
automatic_groups: "自动群组"
automatic: "自动"
2018-08-07 12:05:45 -04:00
closed: "已关闭"
2018-04-24 09:59:30 -04:00
public: "公开"
private: "私密"
2020-04-20 05:37:59 -04:00
public_groups: "公开的群组"
2020-04-24 09:16:29 -04:00
automatic_group: 自动群组
2018-08-07 12:05:45 -04:00
close_group: 关闭群组
2018-04-24 09:59:30 -04:00
my_groups: "我的群组"
2021-05-04 10:34:37 -04:00
group_type: "群组类型"
is_group_user: "成员"
2018-04-24 09:59:30 -04:00
is_group_owner: "所有者"
title:
2018-11-05 05:58:41 -05:00
other: "群组"
2017-01-04 13:13:08 -05:00
activity: "活动"
2018-04-24 09:59:30 -04:00
members:
title: "成员"
filter_placeholder_admin: "用户名或电子邮件"
2018-04-24 09:59:30 -04:00
filter_placeholder: "用户名"
remove_member: "移除成员"
2021-05-04 10:34:37 -04:00
remove_member_description: "从群组中移除 <b>%{username}</b>"
2018-04-24 09:59:30 -04:00
make_owner: "设为所有者"
2021-05-04 10:34:37 -04:00
make_owner_description: "使 <b>%{username}</b> 成为群组所有者"
2018-04-24 09:59:30 -04:00
remove_owner: "撤销所有者"
2021-05-04 10:34:37 -04:00
remove_owner_description: "把 <b>%{username}</b> 从群组所有者中移除"
make_primary: "设为主要成员"
make_primary_description: "设为 <b>%{username}</b> 的主要群组"
2021-02-09 08:56:15 -05:00
remove_primary: "移除主要"
2021-05-04 10:34:37 -04:00
remove_primary_description: "为 <b>%{username}</b> 移除这个主要群组"
2021-02-09 08:56:15 -05:00
remove_members: "移除成员"
remove_members_description: "从该群组中删除选定的用户"
make_owners: "设为所有者"
make_owners_description: "使选定的用户成为该群组的所有者"
remove_owners: "移除所有者"
remove_owners_description: "从该群组中移除选定的所有者"
make_all_primary: "全部设为主要"
make_all_primary_description: "为选定的用户设置这个主要群组"
remove_all_primary: "移除主要"
remove_all_primary_description: "移除这个主要群组"
2018-04-24 09:59:30 -04:00
owner: "所有者"
2021-02-09 08:56:15 -05:00
primary: "主要"
2019-09-04 10:24:43 -04:00
forbidden: "你不可以查看成员列表。"
2021-05-04 10:34:37 -04:00
topics: "话题"
posts: "帖子"
2016-03-17 11:01:02 -04:00
mentions: "提及"
2021-05-04 10:34:37 -04:00
messages: "消息"
notification_level: "群组消息的默认通知等级"
alias_levels:
2021-05-04 10:34:37 -04:00
mentionable: "谁能 @提及 该群组"
messageable: "谁能向此群组发送消息"
nobody: "没有人"
2021-05-04 10:34:37 -04:00
only_admins: "仅管理员"
2020-04-20 05:37:59 -04:00
mods_and_admins: "仅版主和管理员"
2021-05-04 10:34:37 -04:00
members_mods_and_admins: "仅组员、版主与管理员"
owners_mods_and_admins: "仅所有者、版主与管理员"
everyone: "任何人"
2016-01-08 15:50:00 -05:00
notifications:
watching:
2021-05-04 10:34:37 -04:00
title: "关注"
description: "你将会在该消息中的每个新帖子发布后收到通知,并且会显示新回复数量。"
watching_first_post:
2021-05-04 10:34:37 -04:00
title: "关注新帖子"
2019-03-28 10:07:51 -04:00
description: "你将收到有关此组中新消息的通知,但不会回复消息。"
2016-01-08 15:50:00 -05:00
tracking:
2016-08-23 08:52:48 -04:00
title: "跟踪"
2021-05-04 10:34:37 -04:00
description: "你会在别人@你或回复你时收到通知,并且新帖数量也将在这些话题后显示。"
2016-01-08 15:50:00 -05:00
regular:
title: "常规"
2016-09-02 10:42:45 -04:00
description: "如果有人@你或回复你,将通知你。"
2016-01-08 15:50:00 -05:00
muted:
2016-08-23 08:52:48 -04:00
title: "静音"
2019-03-28 10:07:51 -04:00
description: "你不会收到有关此组中消息的任何通知。"
2017-01-04 13:13:08 -05:00
flair_url: "头像图片"
2021-05-04 10:34:37 -04:00
flair_upload_description: "使用边长不小于 20px 的正方形图片。"
2017-01-04 13:13:08 -05:00
flair_bg_color: "头像背景颜色"
flair_bg_color_placeholder: "(可选)十六进制色彩值"
flair_color: "头像颜色"
flair_color_placeholder: "(可选)十六进制色彩值"
flair_preview_icon: "预览图标"
flair_preview_image: "预览图片"
2020-06-01 13:58:51 -04:00
flair_type:
icon: "选择图标"
image: "上传图片"
2013-05-03 08:21:50 -04:00
user_action_groups:
2020-06-10 12:00:16 -04:00
"1": "点赞"
2018-04-27 13:20:04 -04:00
"2": "获得赞"
"3": "收藏"
2021-05-04 10:34:37 -04:00
"4": "话题"
2018-04-27 13:20:04 -04:00
"5": "回复"
"6": "回应"
2020-04-20 05:37:59 -04:00
"7": "提及"
2018-04-27 13:20:04 -04:00
"9": "引用"
"11": "编辑"
"12": "发送"
2021-05-04 10:34:37 -04:00
"13": "收件箱"
2018-04-27 13:20:04 -04:00
"14": "待定"
2018-11-05 05:58:41 -05:00
"15": "草稿"
2013-10-20 20:43:53 -04:00
categories:
2013-11-01 02:48:34 -04:00
all: "所有分类"
2018-10-12 10:39:59 -04:00
all_subcategories: "全部"
2014-05-23 19:20:16 -04:00
no_subcategory: "无"
2013-10-20 20:43:53 -04:00
category: "分类"
2016-01-08 15:50:00 -05:00
category_list: "显示分类列表"
2015-09-16 10:20:29 -04:00
reorder:
2021-05-04 10:34:37 -04:00
title: "分类排序"
title_long: "重新对分类列表进行排序"
save: "保存排序"
2015-09-16 10:20:29 -04:00
apply_all: "应用"
position: "位置"
posts: "新帖"
2021-05-04 10:34:37 -04:00
topics: "话题"
2013-10-20 20:43:53 -04:00
latest: "最新"
2013-10-22 20:47:24 -04:00
toggle_ordering: "排序控制"
2014-03-27 18:51:31 -04:00
subcategories: "子分类"
2021-05-04 10:34:37 -04:00
muted: "已静音分类"
2016-08-25 11:04:46 -04:00
topic_sentence:
2021-05-04 10:34:37 -04:00
other: "%{count} 话题"
2021-02-09 08:56:15 -05:00
topic_stat:
other: "%{number} / %{unit}"
topic_stat_unit:
week: "周"
month: "月"
topic_stat_all_time:
other: "总计 %{number}"
2018-12-14 10:34:12 -05:00
topic_stat_sentence_week:
2021-05-04 10:34:37 -04:00
other: "过去一周有 %{count} 个新话题。"
2018-12-14 10:34:12 -05:00
topic_stat_sentence_month:
2021-05-04 10:34:37 -04:00
other: "过去一个月有 %{count} 个新话题。"
n_more: "分类 (还有 %{count} 个分类)"
2014-07-17 01:03:49 -04:00
ip_lookup:
title: IP 地址查询
hostname: 主机名
location: 位置
2020-08-05 09:55:12 -04:00
location_not_found: '(未知)'
2014-07-17 01:03:49 -04:00
organisation: 组织
phone: 电话
other_accounts: "使用此 IP 地址的其他用户:"
2014-12-04 09:18:21 -05:00
delete_other_accounts: "删除 %{count}"
2014-11-27 09:58:52 -05:00
username: "用户名"
trust_level: "信任等级"
read_time: "阅读时间"
2021-05-04 10:34:37 -04:00
topics_entered: "进入的话题"
2014-11-27 09:58:52 -05:00
post_count: "# 帖子"
confirm_delete_other_accounts: "确定要删除这些账户?"
2021-05-04 10:34:37 -04:00
powered_by: "使用 <a href='https://maxmind.com'>MaxMindDB</a>"
2018-11-05 05:58:41 -05:00
copied: "已复制"
2015-08-04 03:47:39 -04:00
user_fields:
none: "(选择一项)"
2021-05-04 10:34:37 -04:00
required: '请为 “%{name}” 输入一个值。'
2013-03-23 06:19:26 -04:00
user:
2020-06-10 12:00:16 -04:00
said: "%{username}"
2014-03-27 18:51:31 -04:00
profile: "个人资料"
2021-05-04 10:34:37 -04:00
mute: "静音"
2014-03-27 18:51:31 -04:00
edit: "修改设置"
2017-01-04 13:13:08 -05:00
download_archive:
2017-06-18 23:39:10 -04:00
button_text: "全部下载"
2017-01-04 13:13:08 -05:00
confirm: "你确定要下载你的帖子吗?"
2017-05-25 09:55:55 -04:00
success: "下载开始,完成后将有私信通知你。"
2021-05-04 10:34:37 -04:00
rate_limit_error: "帖子只能每天下载一次,请明天再试。"
new_private_message: "新建消息"
2016-08-25 11:04:46 -04:00
private_message: "私信"
private_messages: "私信"
2019-04-24 09:02:04 -04:00
user_notifications:
2020-05-04 10:39:01 -04:00
filters:
2020-06-01 13:58:51 -04:00
filter_by: "筛选"
2020-05-04 10:39:01 -04:00
all: "全部"
2021-05-04 10:34:37 -04:00
read: "已读"
2020-05-04 10:39:01 -04:00
unread: "未读"
ignore_duration_title: "忽略的用户"
2019-05-20 07:42:05 -04:00
ignore_duration_username: "用户名"
2019-04-24 09:02:04 -04:00
ignore_duration_when: "持续时间:"
ignore_duration_save: "忽略"
ignore_duration_note: "请注意所有忽略的项目会在忽略的时间段过去后被自动移除"
ignore_duration_time_frame_required: "请选择时间范围"
2021-05-04 10:34:37 -04:00
ignore_no_users: "你没有忽略任何用户"
ignore_option: "已忽略"
2019-04-24 09:02:04 -04:00
ignore_option_title: "你将不会收到关于此用户的通知并且隐藏其所有帖子及回复。"
2019-05-20 07:42:05 -04:00
add_ignored_user: "添加..."
2021-05-04 10:34:37 -04:00
mute_option: "已静音"
2019-04-24 09:02:04 -04:00
mute_option_title: "你不会收到任何关于此用户的通知"
normal_option: "普通"
normal_option_title: "如果用户回复、引用或提到你,你将会收到消息。"
2021-01-26 08:52:35 -05:00
notification_schedule:
title: "定时通知"
label: "启用自定义定时通知"
2021-04-07 05:58:41 -04:00
tip: "在这些时间之外,你将自动进入 “勿扰” 状态。"
2021-01-26 08:52:35 -05:00
midnight: "午夜"
none: "无"
monday: "星期一"
tuesday: "星期二"
wednesday: "星期三"
thursday: "星期四"
friday: "星期五"
saturday: "星期六"
sunday: "星期日"
to: "到"
2013-03-23 06:19:26 -04:00
activity_stream: "活动"
2021-02-12 07:18:05 -05:00
read: "阅读"
2021-05-04 10:34:37 -04:00
read_help: "最近阅读的话题"
2013-03-23 06:19:26 -04:00
preferences: "设置"
2019-12-19 12:31:52 -05:00
feature_topic_on_profile:
2021-05-04 10:34:37 -04:00
open_search: "选择一个新话题"
title: "选择一个话题"
search_label: "通过标题搜索话题"
2019-12-19 12:31:52 -05:00
save: "保存"
clear:
title: "清除"
2021-05-04 10:34:37 -04:00
warning: "你确定要清除精选话题吗?"
2020-04-20 05:37:59 -04:00
use_current_timezone: "使用现在的时区"
2019-07-15 09:43:22 -04:00
profile_hidden: "此用户公共信息已被隐藏。"
2015-09-07 10:18:43 -04:00
expand_profile: "展开"
2021-05-04 10:34:37 -04:00
collapse_profile: "收起"
bookmarks: "收藏"
2021-05-04 10:34:37 -04:00
bio: "关于我"
2019-12-05 11:20:52 -05:00
timezone: "时区"
invited_by: "邀请人"
trust_level: "信任等级"
notifications: "通知"
2016-01-08 15:50:00 -05:00
statistics: "统计"
2015-08-10 14:11:05 -04:00
desktop_notifications:
2018-11-05 05:58:41 -05:00
label: "实时通知"
2021-05-04 10:34:37 -04:00
not_supported: "通知功能暂不支持该浏览器,抱歉。"
2015-08-10 14:11:05 -04:00
perm_default: "启用通知"
perm_denied_btn: "拒绝授权"
2021-05-04 10:34:37 -04:00
perm_denied_expl: "你拒绝了通知提醒的权限,设置浏览器以启用通知提醒。"
disable: "通知"
2015-08-10 14:11:05 -04:00
enable: "启用通知"
2021-05-04 10:34:37 -04:00
each_browser_note: '注意:你必须在你使用的每个浏览器上更改此设置,在 “勿扰” 状态下,所有通知都将被,无视具体设置。'
2018-11-05 05:58:41 -05:00
consent_prompt: "有回复时是否接收通知?"
2019-01-19 17:29:54 -05:00
dismiss: "忽略"
dismiss_notifications: "忽略所有"
2014-10-23 10:45:56 -04:00
dismiss_notifications_tooltip: "标记所有未读通知为已读"
2021-05-04 10:34:37 -04:00
no_messages_title: "你没有消息"
2021-04-07 05:58:41 -04:00
no_messages_body: >
2021-04-13 10:02:08 -04:00
想要直接与某人对话而不是公开的讨论?选择他的头像后点击 %{icon} 私信按钮。<br><br> 如果你需要帮助,你可以 <a href='%{aboutUrl}'>联系管理员</a>。
2021-05-04 10:34:37 -04:00
no_bookmarks_title: "你还没有任何收藏"
2021-04-27 10:01:06 -04:00
no_bookmarks_body: >
2021-05-04 10:34:37 -04:00
用 %{icon} 按钮收藏帖子,它们将出现在这里,便于参考。你也可以安排一个提醒!
2021-04-27 10:01:06 -04:00
no_notifications_title: "你还没有任何通知"
2021-05-04 10:34:37 -04:00
first_notification: "你的第一个通知!选中它以开始。"
dynamic_favicon: "在浏览器图标上显示数量"
2020-08-25 09:02:37 -04:00
skip_new_user_tips:
description: "跳过新用户流程提示和徽章"
not_first_time: "不是第一次?"
skip_link: "跳过这些提示"
2019-03-28 10:07:51 -04:00
theme_default_on_all_devices: "将其设为我所有设备上的默认主题"
2020-09-01 09:02:16 -04:00
color_scheme_default_on_all_devices: "为我所有的设备上设置默认配色方案"
color_scheme: "配色方案"
color_schemes:
2021-01-12 08:29:05 -05:00
default_description: "主题默认"
2020-09-01 09:02:16 -04:00
disable_dark_scheme: "与常规相同"
dark_instructions: "你可以通过切换你的设备的深色模式来预览深色模式的配色方案。"
undo: "重置"
regular: "常规的"
dark: "深色模式"
default_dark_scheme: "(站点默认值)"
2020-08-11 09:04:00 -04:00
dark_mode: "深色模式"
dark_mode_enable: "自动启用深色模式配色方案"
2019-03-28 10:07:51 -04:00
text_size_default_on_all_devices: "将其设为我所有设备上的默认字体大小"
allow_private_messages: "允许其他用户发送私信给我"
external_links_in_new_tab: "在新标签页打开外部链接"
enable_quoting: "在选择文字时显示引用回复按钮"
2021-05-04 10:34:37 -04:00
enable_defer: "启用延迟以标记未读话题"
2013-08-14 23:42:20 -04:00
change: "修改"
2021-05-04 10:34:37 -04:00
featured_topic: "精选话题"
moderator: "%{user} 是版主"
admin: "%{user} 是管理员"
moderator_tooltip: "此用户是版主"
admin_tooltip: "此用户是管理员"
2017-11-30 15:31:58 -05:00
silenced_tooltip: "该用户已被禁言。"
2021-05-04 10:34:37 -04:00
suspended_notice: "该用户已被封禁到 %{date}。"
2017-11-13 15:02:53 -05:00
suspended_permanently: "该用户被封禁了。"
2020-08-25 09:02:37 -04:00
suspended_reason: "原因: "
2020-10-20 09:34:57 -04:00
github_profile: "GitHub"
2016-06-30 04:17:13 -04:00
email_activity_summary: "活动摘要"
mailing_list_mode:
label: "邮件列表模式"
enabled: "启用邮件列表模式"
instructions: |
此设置将覆盖活动摘要。<br />
2021-05-04 10:34:37 -04:00
已静音话题和分类不包含在这些邮件中。
2016-06-30 04:17:13 -04:00
individual: "为每个新帖发送一封邮件通知"
2016-11-28 15:58:38 -05:00
individual_no_echo: "为每个除了我发表的新帖发送一封邮件通知"
2020-06-10 12:00:16 -04:00
many_per_day: "为每个新帖给我发送邮件(大约每天 %{dailyEmailEstimate} 封)"
2018-06-08 10:27:53 -04:00
few_per_day: "为每个新帖给我发送邮件(大约每天 2 封)"
2021-05-04 10:34:37 -04:00
warning: "邮件列表模式启用,邮件通知设置被覆盖。"
tag_settings: "标签"
2021-05-04 10:34:37 -04:00
watched_tags: "已关注"
watched_tags_instructions: "你将自动关注所有含有这些标签的话题。你会收到所有新帖子和话题的通知,且新帖子的数量也会显示在话题旁边。"
tracked_tags: "已跟踪"
tracked_tags_instructions: "你将自动跟踪所有含有这些标签的话题,新帖数量将会显示在话题旁边。"
2016-08-23 08:52:48 -04:00
muted_tags: "静音"
2021-05-04 10:34:37 -04:00
muted_tags_instructions: "你将不会收到有这些标签的新话题任何通知,它们也不会出现在最新话题中。"
watched_categories: "已关注"
watched_categories_instructions: "你将自动关注这些分类中的所有话题,你会收到所有新帖子和新话题的通知,新帖数量也会显示在话题旁边。"
tracked_categories: "已跟踪"
tracked_categories_instructions: "你将自动跟踪这些分类中的所有话题,新帖数量将会显示在话题旁边。"
watched_first_post_categories: "关注新贴"
watched_first_post_categories_instructions: "这些分类里面每一个新话题的第一帖会通知你。"
watched_first_post_tags: "关注新贴"
watched_first_post_tags_instructions: "有这些标签的每一个新话题第一帖会通知你。"
muted_categories: "已静音"
muted_categories_instructions: "你不会收到这些分类中任何关于新话题的通知,并且这些新话题也不会出现在分类或最新的页面上。"
muted_categories_instructions_dont_hide: "你将不会收到在这些分类中的新话题通知。"
2020-08-25 09:02:37 -04:00
regular_categories: "活跃用户"
2021-05-04 10:34:37 -04:00
regular_categories_instructions: "你会在“最新”和“热门”话题列表中看到这些分类。"
no_category_access: "无法保存,作为审核者你仅具有受限的分类访问权限"
2019-01-02 12:32:38 -05:00
delete_account: "删除我的账户"
delete_account_confirm: "你真的要永久删除自己的账户吗?删除之后无法恢复!"
deleted_yourself: "你的账户已被删除。"
2018-11-05 05:58:41 -05:00
delete_yourself_not_allowed: "想删除账户请联系管理人员。"
2021-05-04 10:34:37 -04:00
unread_message_count: "消息"
2014-11-17 11:05:06 -05:00
admin_delete: "删除"
2015-04-09 11:28:06 -04:00
users: "用户"
2021-05-04 10:34:37 -04:00
muted_users: "已静音"
2020-09-29 09:01:52 -04:00
muted_users_instructions: "屏蔽来自这些用户的所有通知以及私信。"
2021-05-04 10:34:37 -04:00
allowed_pm_users: "已允许"
2020-08-05 09:55:12 -04:00
allowed_pm_users_instructions: "仅允许来自这些用户的私信。"
allow_private_messages_from_specific_users: "仅允许特定用户向我发送私信"
2021-05-04 10:34:37 -04:00
ignored_users: "已忽略"
2020-10-27 10:36:21 -04:00
ignored_users_instructions: "屏蔽这些用户的所有帖子、通知和私信。"
2019-07-15 09:43:22 -04:00
tracked_topics_link: "显示"
2021-05-04 10:34:37 -04:00
automatically_unpin_topics: "当我完整阅读了话题后自动取消置顶。"
2016-11-28 15:58:38 -05:00
apps: "应用"
2021-05-04 10:34:37 -04:00
revoke_access: "撤销访问权限"
undo_revoke_access: "重做撤销访问权限"
2016-11-28 15:58:38 -05:00
api_approved: "已批准:"
2018-11-05 05:58:41 -05:00
api_last_used_at: "最后使用于:"
2017-05-25 09:55:55 -04:00
theme: "主题"
2020-06-01 13:58:51 -04:00
save_to_change_theme: '主题会在你点击“%{save_text}”后被更新。'
2017-11-30 15:31:58 -05:00
home: "默认主页"
2017-12-06 10:25:12 -05:00
staged: "暂存"
2014-07-10 16:07:19 -04:00
staff_counters:
flags_given: "采纳标记"
flagged_posts: "被标记"
deleted_posts: "已删除"
2020-02-25 10:29:14 -05:00
suspensions: "封禁"
2014-09-23 11:47:42 -04:00
warnings_received: "警告"
2020-04-20 05:37:59 -04:00
rejected_posts: "被驳回的帖子"
2013-09-01 22:09:11 -04:00
messages:
all: "所有"
2016-01-08 15:50:00 -05:00
inbox: "收件箱"
sent: "已发送"
2021-05-04 10:34:37 -04:00
archive: "归档"
2016-09-02 10:42:45 -04:00
groups: "我的群组"
2021-05-04 10:34:37 -04:00
bulk_select: "选择消息"
2016-01-08 15:50:00 -05:00
move_to_inbox: "移动到收件箱"
2021-05-04 10:34:37 -04:00
move_to_archive: "归档"
failed_to_move: "移动选中消息失败(可能你的网络出问题了)"
2016-01-08 15:50:00 -05:00
select_all: "全选"
2018-04-24 09:59:30 -04:00
tags: "标签"
2017-05-25 09:55:55 -04:00
preferences_nav:
2019-01-02 12:32:38 -05:00
account: "账户"
2021-03-09 09:19:02 -05:00
security: "安全"
2017-09-14 11:02:39 -04:00
profile: "个人信息"
2017-05-25 09:55:55 -04:00
emails: "邮件"
notifications: "通知"
categories: "分类"
2019-03-28 10:07:51 -04:00
users: "用户"
2017-05-25 09:55:55 -04:00
tags: "标签"
interface: "界面"
apps: "应用"
change_password:
success: "(邮件已发送)"
in_progress: "(正在发送邮件)"
error: "(错误)"
2020-05-04 10:39:01 -04:00
emoji: "挂锁表情符号"
2013-08-18 22:53:05 -04:00
action: "发送密码重置邮件"
set_password: "设置密码"
2017-03-01 00:28:16 -05:00
choose_new: "输入新密码"
choose: "输入密码"
2018-11-05 05:58:41 -05:00
second_factor_backup:
2020-10-20 09:34:57 -04:00
title: "双重认证备份码"
2018-11-05 05:58:41 -05:00
regenerate: "重新生成"
2021-05-04 10:34:37 -04:00
disable: "禁用"
2018-11-05 05:58:41 -05:00
enable: "启用"
enable_long: "启用备份码"
2020-10-20 09:34:57 -04:00
manage:
2021-05-04 10:34:37 -04:00
other: "管理备份码,你还剩下 <strong>%{count}</strong> 个可用的备份码。"
2020-05-26 10:06:07 -04:00
copy_to_clipboard: "复制到剪贴板"
2018-11-05 05:58:41 -05:00
copy_to_clipboard_error: "复制到剪贴板时出错"
2020-05-26 10:06:07 -04:00
copied_to_clipboard: "已复制到剪贴板"
2020-06-01 13:58:51 -04:00
download_backup_codes: "下载备份码"
2020-10-20 09:34:57 -04:00
remaining_codes:
2021-05-04 10:34:37 -04:00
other: "你还剩下 <strong>%{count}</strong> 个可用的备份码。"
2019-12-05 11:20:52 -05:00
use: "使用备份码"
2020-10-20 09:34:57 -04:00
enable_prerequisites: "在生成备份码之前你必须选用一个双重验证方式。"
2018-11-05 05:58:41 -05:00
codes:
title: "备份码生成"
2021-05-04 10:34:37 -04:00
description: "每个备份码只能使用一次,请存放于安全可读的地方。"
second_factor:
2020-10-20 09:34:57 -04:00
title: "双重认证"
enable: "管理双重认证"
2020-09-01 09:02:16 -04:00
disable_all: "全部禁用"
2019-12-05 11:20:52 -05:00
forgot_password: "忘记密码?"
2020-04-20 05:37:59 -04:00
confirm_password_description: "请确认密码后继续"
2019-10-08 06:25:24 -04:00
name: "名称"
2021-05-04 10:34:37 -04:00
label: "代码"
2018-11-05 05:58:41 -05:00
rate_limit: "请等待另一个验证码。"
2019-05-20 07:42:05 -04:00
enable_description: |
使用我们支持的应用 (<a href="https://www.google.com/search?q=authenticator+apps+for+android" target="_blank">Android</a> <a href="https://www.google.com/search?q=authenticator+apps+for+ios" target="_blank">iOS</a>) 扫描此二维码并输入您的授权码。
2021-05-04 10:34:37 -04:00
disable_description: "请输入来自应用的验证码"
2018-04-24 09:59:30 -04:00
show_key_description: "手动输入"
2019-06-10 10:36:08 -04:00
short_description: |
2020-04-20 05:37:59 -04:00
使用一次性安全码保护你的账户。
2020-10-20 09:34:57 -04:00
extended_description: |
2021-05-04 10:34:37 -04:00
双重验证要求你的密码之外的一次性令牌,从而为你的账户增加额外的安全性。可以在<a href="https://www.google.com/search?q=authenticator+apps+for+android" target='_blank'>Android</a>和<a href="https://www.google.com/search?q=authenticator+apps+for+ios">iOS</a> 设备上生成令牌。
2020-10-20 09:34:57 -04:00
oauth_enabled_warning: "请注意,一旦你的账户启用了双重验证,社交登录将被停用。"
2020-04-20 05:37:59 -04:00
use: "使用身份验证器应用"
2020-10-20 09:34:57 -04:00
enforced_notice: "在访问站点之前,你需要启用双重认证。"
2021-05-04 10:34:37 -04:00
disable: "禁用"
disable_confirm: "你确定要禁用所有的双重认证措施吗?"
2020-05-26 10:06:07 -04:00
save: "保存"
2019-07-15 09:43:22 -04:00
edit: "编辑"
2020-10-20 09:34:57 -04:00
edit_title: "添加认证器"
edit_description: "认证器名称"
2020-05-26 10:06:07 -04:00
enable_security_key_description: |
当你准备好<a href="https://www.google.com/search?q=hardware+security+key" target="_blank">物理安全密钥</a>后,请按下面的“注册”按钮。
2019-08-26 08:36:46 -04:00
totp:
2021-05-04 10:34:37 -04:00
title: "基于令牌的身份验证器"
2020-05-26 10:06:07 -04:00
add: "添加身份验证器"
2019-08-26 08:36:46 -04:00
default_name: "我的身份验证器"
2020-04-20 05:37:59 -04:00
name_and_code_required_error: "你必须提供你的身份验证器应用的名称和代码。"
2019-10-08 06:25:24 -04:00
security_key:
register: "注册"
2019-12-05 11:20:52 -05:00
title: "安全密钥"
2020-05-26 10:06:07 -04:00
add: "添加安全密钥"
2019-12-05 11:20:52 -05:00
default_name: "主要安全密钥"
not_allowed_error: "安全密钥注册过程已超时或被取消。"
already_added_error: "你已注册此安全密钥,无需再次注册。"
edit: "编辑安全密钥"
2020-05-26 10:06:07 -04:00
save: "保存"
2019-12-05 11:20:52 -05:00
edit_description: "安全密钥名称"
2020-04-20 05:37:59 -04:00
name_required_error: "你必须提供安全密钥的名称。"
2013-08-14 23:38:54 -04:00
change_about:
2016-08-25 11:04:46 -04:00
title: "更改个人信息"
2021-05-04 10:34:37 -04:00
error: "修改时出错了"
2013-03-23 06:19:26 -04:00
change_username:
title: "更换用户名"
2018-11-05 05:58:41 -05:00
confirm: "你确定要更改用户名吗?"
taken: "抱歉,此用户名已经有人使用了。"
2013-03-23 06:19:26 -04:00
invalid: "此用户名不合法,用户名只能包含字母和数字"
2020-06-14 17:39:33 -04:00
add_email:
2021-05-04 10:34:37 -04:00
title: "添加邮箱"
2020-06-14 17:39:33 -04:00
add: "添加"
2013-03-23 06:19:26 -04:00
change_email:
title: "更换邮箱"
taken: "抱歉,此邮箱不可用。"
error: "修改你的邮箱时出错了,可能邮箱已经被使用了?"
success: "我们已经发送了一封确认信到该邮箱,请按照邮箱内指示完成确认。"
2020-10-16 18:07:21 -04:00
success_via_admin: "我们已经向该地址发送了一封邮件。请按照邮件中的说明完成确认。"
2017-08-31 14:50:26 -04:00
success_staff: "我们已经发送了一封确认信到你现在的邮箱,请按照邮件内指示完成确认。"
2013-08-15 23:07:25 -04:00
change_avatar:
title: "更换头像"
2020-06-10 12:00:16 -04:00
gravatar: "<a href='//%{gravatarBaseUrl}%{gravatarLoginUrl}' target='_blank'>%{gravatarName}</a>,基于"
2021-05-04 10:34:37 -04:00
gravatar_title: "在 %{gravatarName} 网站修改你的头像"
gravatar_failed: "我们无法找到此电子邮件的 %{gravatarName}。"
refresh_gravatar_title: "刷新你的 %{gravatarName}"
letter_based: "默认头像"
2013-08-18 22:53:05 -04:00
uploaded_avatar: "自定义图片"
uploaded_avatar_empty: "上传自定义图片"
2013-08-18 22:53:05 -04:00
upload_title: "上传图片"
image_is_not_a_square: "注意:图片不是正方形的,我们裁剪了部分图像。"
2021-05-04 10:34:37 -04:00
logo_small: "网站的小徽标,默认情况下使用。"
2014-05-23 19:20:16 -04:00
change_profile_background:
2021-05-04 10:34:37 -04:00
title: "个人资料顶部"
instructions: "个人资料的顶部会被居中显示且默认宽度为1110px。"
2014-10-30 17:30:05 -04:00
change_card_background:
2021-05-04 10:34:37 -04:00
title: "用户卡片背景"
instructions: "显示在用户卡片中,上传的图片将被居中且默认宽度为 590px。"
2019-12-19 12:31:52 -05:00
change_featured_topic:
2021-05-04 10:34:37 -04:00
title: "精选话题"
instructions: "此话题的链接会显示在你的用户卡片和资料中。"
2013-03-23 06:19:26 -04:00
email:
title: "邮箱"
2021-05-04 10:34:37 -04:00
primary: "主要邮箱"
secondary: "次要邮箱"
2020-06-14 17:39:33 -04:00
primary_label: "主要"
unconfirmed_label: "未确认"
resend_label: "重新发送确认邮件"
resending_label: "发送中..."
resent_label: "邮件已发送"
update_email: "更换邮箱"
2021-05-04 10:34:37 -04:00
set_primary: "设置为主要邮箱"
2020-06-14 17:39:33 -04:00
destroy: "删除邮箱"
add_email: "添加次要邮箱"
2021-02-09 08:56:15 -05:00
auth_override_instructions: "身份验证提供商可以更新电子邮件。"
2021-05-04 10:34:37 -04:00
no_secondary: "没有次要邮箱"
2020-04-20 05:37:59 -04:00
instructions: "绝不会被公开显示"
2020-10-06 09:03:58 -04:00
admin_note: "注意:一位管理员用户更改另一位非管理员用户的电子邮件,则表明该用户已失去了其原始电子邮件帐户的访问权限,因此重置密码的电子邮件将发送到其新邮箱。在用户完成重置密码流程之前,用户的电子邮件不会被更改。"
ok: "将通过邮件验证确认"
2021-05-04 10:34:37 -04:00
required: "请输入一个邮箱地址"
invalid: "请填写正确的邮箱地址"
2021-05-04 10:34:37 -04:00
authenticated: "你的邮箱已被 %{provider} 验证过了"
2021-03-09 09:19:02 -05:00
invite_auth_email_invalid: "您的邀请电子邮件与 %{provider} 验证的电子邮件不匹配"
frequency_immediately: "如果你没有阅读过摘要邮件中的相关内容,将立即发送电子邮件给你。"
2015-11-30 14:23:26 -05:00
frequency:
2020-06-10 12:00:16 -04:00
other: "仅在 %{count} 分钟内没有访问时发送邮件给你。"
2018-11-05 05:58:41 -05:00
associated_accounts:
title: "关联账户"
connect: "连接"
revoke: "撤销"
2019-08-26 08:36:46 -04:00
cancel: "取消"
2018-11-05 05:58:41 -05:00
not_connected: "(没有连接)"
2021-05-04 10:34:37 -04:00
confirm_modal_title: "连接 %{provider} 帐号"
2019-09-25 22:29:44 -04:00
confirm_description:
2021-05-04 10:34:37 -04:00
account_specific: "你的 %{provider} 帐号“%{account_description}”会被用作认证。"
generic: "你的 %{provider} 帐号会被用作认证。"
2013-03-23 06:19:26 -04:00
name:
2021-05-04 10:34:37 -04:00
title: "名称"
2017-03-01 00:28:16 -05:00
instructions: "你的全名(可选)"
2021-05-04 10:34:37 -04:00
instructions_required: "你的全名"
required: "请输入一个名称"
too_short: "名称过短"
ok: "名称可用"
2013-03-23 06:19:26 -04:00
username:
title: "用户名"
2017-04-17 14:16:18 -04:00
instructions: "独一无二,没有空格,简短"
2020-06-10 12:00:16 -04:00
short_instructions: "其他人可以用 @%{username} 来提及你"
available: "用户名可用"
2021-05-04 10:34:37 -04:00
not_available: "不可用,试试 %{suggestion} "
2017-03-01 00:28:16 -05:00
not_available_no_suggestion: "不可用"
too_short: "用户名过短"
too_long: "用户名过长"
2018-10-12 10:39:59 -04:00
checking: "查看用户名是否可用…"
prefilled: "邮箱与用户匹配成功"
2020-06-01 13:58:51 -04:00
required: "请输入一个用户名"
2021-02-23 09:10:04 -05:00
edit: "编辑用户名"
locale:
title: "界面语言"
2021-05-04 10:34:37 -04:00
instructions: "用户界面语言,将在你刷新页面后改变。"
default: "默认"
2016-11-28 15:58:38 -05:00
any: "任意"
2013-03-23 06:19:26 -04:00
password_confirmation:
2021-05-04 10:34:37 -04:00
title: "重复密码"
2020-04-20 05:37:59 -04:00
invite_code:
title: "邀请码"
instructions: "账户注册需要邀请码"
2018-11-05 05:58:41 -05:00
auth_tokens:
title: "最近使用的设备"
details: "详情"
2020-08-05 09:55:12 -04:00
log_out_all: "退出所有登录"
2018-11-05 05:58:41 -05:00
not_you: "不是你?"
2020-06-10 12:00:16 -04:00
show_all: "显示所有(%{count}"
2018-11-05 05:58:41 -05:00
show_few: "显示部分"
was_this_you: "这是你吗?"
2020-08-05 09:55:12 -04:00
was_this_you_description: "如果不是你,我们建议你更改密码并退出所有登录。"
2021-05-04 10:34:37 -04:00
browser_and_device: "%{browser} 在 %{device}"
2020-04-20 05:37:59 -04:00
secure_account: "保护我的账户"
2018-11-05 05:58:41 -05:00
latest_post: "你上次发布了......"
2020-10-20 09:34:57 -04:00
device_location: '<span class="auth-token-device">%{device}</span> &ndash; <span title="IP: %{ip}">%{location}</span>'
browser_active: '%{browser} | <span class="active">正在使用</span>'
browser_last_seen: "%{browser} | %{date}"
2016-08-05 14:39:55 -04:00
last_posted: "最后发帖"
last_emailed: "最后邮寄"
last_seen: "最后活动"
2014-03-27 18:51:31 -04:00
created: "加入时间"
2021-05-04 10:34:37 -04:00
log_out: "登出"
2016-08-25 11:04:46 -04:00
location: "地点"
2017-09-14 11:02:39 -04:00
website: "网址"
email_settings: "邮箱"
2018-11-05 05:58:41 -05:00
hide_profile_and_presence: "隐藏我的公开个人资料和状态功能"
2021-05-04 10:34:37 -04:00
enable_physical_keyboard: "在 iPad 上启用物理键盘支持"
2019-03-28 10:07:51 -04:00
text_size:
title: "文本大小"
2020-08-05 09:55:12 -04:00
smallest: "最小"
2019-03-28 10:07:51 -04:00
smaller: "更小"
normal: "普通"
larger: "更大"
largest: "最大"
2019-04-24 09:02:04 -04:00
title_count_mode:
2021-05-04 10:34:37 -04:00
title: "背景页面标题显示数量:"
2019-04-24 09:02:04 -04:00
notifications: "新通知"
contextual: "新建页面内容"
2016-03-15 11:41:18 -04:00
like_notification_frequency:
2021-05-04 10:34:37 -04:00
title: "被赞时通知"
2016-03-15 11:41:18 -04:00
always: "始终"
2020-09-29 09:01:52 -04:00
first_time_and_daily: "每天帖子首个被赞"
first_time: "帖子第一次被赞"
2016-03-15 11:41:18 -04:00
never: "从不"
2016-03-07 09:14:32 -05:00
email_previous_replies:
title: "邮件底部包含历史回复"
2021-05-04 10:34:37 -04:00
unless_emailed: "之前未发送过"
always: "始终"
2016-03-07 09:14:32 -05:00
never: "从不"
2013-03-23 06:19:26 -04:00
email_digests:
2021-05-04 10:34:37 -04:00
title: "长期未访问时发送热门话题和回复的摘要邮件"
2016-03-15 11:41:18 -04:00
every_30_minutes: "每半小时"
every_hour: "每小时"
2013-03-23 06:19:26 -04:00
daily: "每天"
weekly: "每周"
2019-04-24 09:02:04 -04:00
every_month: "每月"
2021-05-04 10:34:37 -04:00
every_six_months: "每六个月"
2019-03-28 10:07:51 -04:00
email_level:
2021-05-04 10:34:37 -04:00
title: "当有人引用和回复我的帖子、@我或邀请我至话题时,给我发送邮件"
2019-03-28 10:07:51 -04:00
always: "始终"
only_when_away: "只在离开时"
never: "从不"
2020-04-20 05:37:59 -04:00
email_messages_level: "有人给我发送消息时给我发送邮件"
include_tl0_in_digests: "摘要邮件中包含新用户的内容"
2020-04-20 05:37:59 -04:00
email_in_reply_to: "在邮件中包含回复内容的节选"
2013-03-23 06:19:26 -04:00
other_settings: "其它"
2014-01-05 09:14:10 -05:00
categories_settings: "分类"
2013-03-23 06:19:26 -04:00
new_topic_duration:
2021-05-04 10:34:37 -04:00
label: "何时被当作新话题"
not_viewed: "我没有看过的"
last_here: "上次访问后发布"
after_1_day: "一天内发布"
after_2_days: "两天内发布"
after_1_week: "一周内发布"
after_2_weeks: "两周内发布"
2021-05-04 10:34:37 -04:00
auto_track_topics: "自动跟踪我浏览的话题"
2013-03-23 06:19:26 -04:00
auto_track_options:
never: "从不"
immediately: "立即"
2016-08-05 14:39:55 -04:00
after_30_seconds: "30秒后"
after_1_minute: "1分钟后"
after_2_minutes: "2分钟后"
after_3_minutes: "3分钟后"
after_4_minutes: "4分钟后"
after_5_minutes: "5分钟后"
after_10_minutes: "10分钟后"
2021-05-04 10:34:37 -04:00
notification_level_when_replying: "当我在话题中回复后,将话题设置至"
2013-03-23 06:19:26 -04:00
invited:
title: "邀请"
2021-05-04 10:34:37 -04:00
pending_tab: "待确认"
2021-03-09 09:19:02 -05:00
pending_tab_with_count: "待确认(%{count}"
expired_tab: "已过期"
2021-05-04 10:34:37 -04:00
expired_tab_with_count: "已过期(%{count}"
2021-03-09 09:19:02 -05:00
redeemed_tab: "已确认"
redeemed_tab_with_count: "已确认(%{count}"
invited_via: "邀请"
2021-03-23 11:12:04 -04:00
invited_via_link: "链接 %{key}%{count} / %{max} 已激活)"
2021-03-09 09:19:02 -05:00
groups: "群组"
2021-05-04 10:34:37 -04:00
topic: "话题"
2021-03-09 09:19:02 -05:00
sent: "创建/发送时间"
expires_at: "过期"
edit: "编辑"
remove: "移除"
copy_link: "获取链接"
reinvite: "重新发送电子邮件"
reinvited: "邀请已重新发送"
removed: "已移除"
search: "输入以搜索邀请…"
2013-03-23 06:19:26 -04:00
user: "邀请用户"
2018-11-05 05:58:41 -05:00
none: "无邀请显示。"
2015-11-16 10:25:35 -05:00
truncated:
2020-06-10 12:00:16 -04:00
other: "只显示前 %{count} 个邀请。"
2013-03-23 06:19:26 -04:00
redeemed: "确认邀请"
2014-03-27 18:51:31 -04:00
redeemed_at: "已确认"
2021-05-04 10:34:37 -04:00
pending: "待确认邀请"
topics_entered: "已查看话题"
posts_read_count: "已读帖子"
expired: "邀请已过期。"
2021-03-09 09:19:02 -05:00
remove_all: "移除过期的邀请"
removed_all: "已移除所有已过期的邀请!"
remove_all_confirm: "你确定要移除所有已过期的邀请吗?"
reinvite_all: "重新发送所有邀请"
2017-05-25 09:55:55 -04:00
reinvite_all_confirm: "确定要重发这些邀请吗?"
2021-03-09 09:19:02 -05:00
reinvited_all: "所有的邀请都已发出!"
2013-03-23 06:19:26 -04:00
time_read: "阅读时间"
days_visited: "访问天数"
2019-01-02 12:32:38 -05:00
account_age_days: "账户建立天数"
2020-11-17 08:49:58 -05:00
create: "邀请"
2020-11-03 12:08:07 -05:00
generate_link: "创建邀请链接"
link_generated: "这是你的邀请链接!"
2016-11-28 15:58:38 -05:00
valid_for: "邀请链接只对这个邮件地址有效:%{email}"
2020-10-27 10:36:21 -04:00
single_user: "通过电子邮件邀请"
multiple_user: "通过链接邀请"
2020-06-10 12:00:16 -04:00
invite_link:
2020-06-14 17:39:33 -04:00
title: "邀请链接"
2020-06-10 12:00:16 -04:00
success: "邀请链接生成成功!"
2020-06-14 17:39:33 -04:00
error: "生成邀请链接时出错"
2021-05-04 10:34:37 -04:00
max_redemptions_allowed_label: "允许多少人通过这个链接注册?"
2020-06-14 17:39:33 -04:00
expires_at: "邀请链接多久失效?"
2021-03-09 09:19:02 -05:00
invite:
new_title: "创建邀请"
edit_title: "编辑邀请"
instructions: "分享此链接可立即授予访问此站点的权限:"
copy_link: "复制链接"
2021-03-16 10:49:29 -04:00
expires_in_time: "%{time} 内过期"
expired_at_time: "过期时间为 %{time}"
2021-03-09 09:19:02 -05:00
show_advanced: "显示高级选项"
hide_advanced: "隐藏高级选项"
2021-04-27 10:01:06 -04:00
restrict_email: "将邀请限制为一个电子邮件地址"
2021-03-09 09:19:02 -05:00
max_redemptions_allowed: "最大使用次数:"
add_to_groups: "添加到群组:"
2021-05-04 10:34:37 -04:00
invite_to_topic: "首次登录时邀请至话题:"
2021-03-09 09:19:02 -05:00
expires_at: "过期时间:"
2021-05-04 10:34:37 -04:00
custom_message: "可选私信:"
2021-03-09 09:19:02 -05:00
send_invite_email: "保存并发送电子邮件"
save_invite: "保存邀请"
invite_saved: "邀请已保存。"
2021-03-16 10:49:29 -04:00
invite_copied: "邀请链接已复制。"
2021-05-04 10:34:37 -04:00
blank_email: "邀请链接未复制,电子邮件地址为必填项。"
2014-06-19 08:19:05 -04:00
bulk_invite:
2020-11-17 08:49:58 -05:00
none: "此页面没有要显示的邀请。"
2020-06-14 17:39:33 -04:00
text: "批量邀请"
2021-03-09 09:19:02 -05:00
instructions: |
2021-05-04 10:34:37 -04:00
<p>邀请用户可以加速你的社区的发展,准备一个<a href="https://en.wikipedia.org/wiki/Comma-separated_values" target="_blank"> CSV 文件</a>,每行至少含有一个你想要邀请的邮件地址。如果你想要将他们添加到群组或者在首次登录时引导至特定的话题中,下列由逗号分隔的信息可选填。</p>
2021-03-09 09:19:02 -05:00
<pre>john@smith.com,first_group_name;second_group_name,topic_id</pre>
2021-05-04 10:34:37 -04:00
<p>你所上传的 CSV 文件中的每一个电子邮件地址都将被发送一个邀请,你可以稍后进行管理。</p>
2021-03-09 09:19:02 -05:00
progress: "已上传 %{progress}%..."
success: "文件上传成功,操作完成时会通过私信通知你。"
2017-03-01 00:28:16 -05:00
error: "抱歉文件必须是CSV格式。"
2013-03-23 06:19:26 -04:00
password:
title: "密码"
too_short: "密码过短"
2020-04-20 05:37:59 -04:00
common: "密码过于常见"
same_as_username: "密码不能与用户名相同"
same_as_email: "密码不能与邮箱相同"
ok: "密码符合要求"
2021-05-04 10:34:37 -04:00
instructions: "至少 %{count} 个字符"
2020-05-26 10:06:07 -04:00
required: "请输入一个密码"
2016-02-22 11:10:12 -05:00
summary:
title: "概要"
stats: "统计"
2016-03-31 13:58:07 -04:00
time_read: "阅读时间"
2020-09-29 09:01:52 -04:00
recent_time_read: "近期阅读时间"
2016-03-31 13:58:07 -04:00
topic_count:
2021-05-04 10:34:37 -04:00
other: "已创建话题"
2016-03-31 13:58:07 -04:00
post_count:
2021-05-04 10:34:37 -04:00
other: "已发表帖子"
2016-07-11 10:53:19 -04:00
likes_given:
2021-05-04 10:34:37 -04:00
other: "已发出"
2016-07-11 10:53:19 -04:00
likes_received:
2021-05-04 10:34:37 -04:00
other: "已收到"
2016-03-31 13:58:07 -04:00
days_visited:
2018-06-21 10:34:09 -04:00
other: "访问天数"
2017-12-06 10:25:12 -05:00
topics_entered:
2021-05-04 10:34:37 -04:00
other: "已阅话题"
2016-03-31 13:58:07 -04:00
posts_read:
2020-09-29 09:01:52 -04:00
other: "已读帖子"
2016-05-09 14:09:52 -04:00
bookmark_count:
2018-06-21 10:34:09 -04:00
other: "收藏"
2016-02-22 11:10:12 -05:00
top_replies: "热门回复"
2016-03-31 13:58:07 -04:00
no_replies: "暂无回复。"
more_replies: "更多回复"
2021-05-04 10:34:37 -04:00
top_topics: "热门话题"
no_topics: "暂无话题。"
more_topics: "更多话题"
top_badges: "热门徽章"
2016-03-31 13:58:07 -04:00
no_badges: "暂无徽章。"
2016-02-22 11:10:12 -05:00
more_badges: "更多徽章"
2016-05-09 14:09:52 -04:00
top_links: "热门链接"
2017-08-01 13:11:52 -04:00
no_links: "暂无链接。"
2020-09-29 09:01:52 -04:00
most_liked_by: "被谁赞得最多"
2016-07-27 17:44:16 -04:00
most_liked_users: "赞谁最多"
2016-07-11 10:53:19 -04:00
most_replied_to_users: "最多回复至"
2017-08-01 13:11:52 -04:00
no_likes: "暂无赞。"
2018-11-05 05:58:41 -05:00
top_categories: "热门分类"
2021-05-04 10:34:37 -04:00
topics: "话题"
2018-11-05 05:58:41 -05:00
replies: "回复"
2013-03-23 06:19:26 -04:00
ip_address:
2014-03-27 18:51:31 -04:00
title: "最后使用的 IP 地址"
2014-05-07 10:33:41 -04:00
registration_ip_address:
title: "注册 IP 地址"
2015-01-21 12:28:30 -05:00
avatar:
title: "头像"
2021-05-04 10:34:37 -04:00
header_title: "个人信息、消息、收藏和设置"
2021-02-09 08:56:15 -05:00
name_and_description: "%{name} - %{description}"
2021-02-23 09:10:04 -05:00
edit: "编辑个人资料图片"
title:
title: "头衔"
2018-11-05 05:58:41 -05:00
none: "(无)"
2019-11-05 10:52:29 -05:00
primary_group:
title: "主要群组"
none: "(无)"
2013-03-23 06:19:26 -04:00
filters:
all: "全部"
stream:
2014-03-27 18:51:31 -04:00
posted_by: "发送人"
2013-03-23 06:19:26 -04:00
sent_by: "发送时间"
2016-08-25 11:04:46 -04:00
private_message: "私信"
2021-05-04 10:34:37 -04:00
the_topic: "本话题"
2018-10-12 10:39:59 -04:00
loading: "载入中…"
2014-07-17 01:03:49 -04:00
errors:
2014-11-17 11:05:06 -05:00
prev_page: "无法载入"
2014-07-17 01:03:49 -04:00
reasons:
network: "网络错误"
server: "服务器出错"
forbidden: "禁止访问"
2014-07-17 01:03:49 -04:00
unknown: "错误"
not_found: "页面不存在"
2014-07-17 01:03:49 -04:00
desc:
network: "请检查网络状态"
network_fixed: "网络似乎恢复正常了"
2020-06-10 12:00:16 -04:00
server: "错误代码:%{status}"
forbidden: "好像不能进行此操作"
not_found: "没有这个页面"
unknown: "出了点小问题"
2014-07-17 01:03:49 -04:00
buttons:
back: "返回"
again: "重试"
fixed: "载入"
2020-04-20 05:37:59 -04:00
modal:
close: "关闭"
dismiss_error: "忽略错误"
2013-03-23 06:19:26 -04:00
close: "关闭"
2021-05-04 10:34:37 -04:00
assets_changed_confirm: "该站点刚才收到了一个软件更新,是否马上获取最新版本?"
logout: "你已登出。"
2014-11-27 09:58:52 -05:00
refresh: "刷新"
2020-05-04 10:39:01 -04:00
home: "首页"
read_only_mode:
2021-05-04 10:34:37 -04:00
enabled: "站点处于只读模式,你可以继续浏览,但是回复、点赞和其它操作暂时被禁用。"
2014-07-10 16:07:19 -04:00
login_disabled: "只读模式下不允许登录。"
2020-08-05 09:55:12 -04:00
logout_disabled: "站点处于只读模式时退出登录被禁用。"
2020-04-20 05:37:59 -04:00
too_few_topics_and_posts_notice_MF: >-
2021-05-04 10:34:37 -04:00
让我们<a href="https://blog.discourse.org/2014/08/building-a-discourse-community/">开始讨论吧!</a>现 {currentTopics, plural, one {仅有 <strong>#</strong> 个话题} other {共有 <strong>#</strong> 个话题}}和{currentPosts, plural, one { <strong>#</strong> 个帖子} other { <strong>#</strong> 个帖子}}。访客需要更多的阅读和回复——我们建议至少 {requiredTopics, plural, one { <strong>#</strong> 个话题} other { <strong>#</strong> 个话题}}和{requiredPosts, plural, one { <strong>#</strong> 个帖子} other { <strong>#</strong> 个帖子}}。此消息仅管理人员可见。
2020-04-20 05:37:59 -04:00
too_few_topics_notice_MF: >-
2021-05-04 10:34:37 -04:00
让我们<a href="https://blog.discourse.org/2014/08/building-a-discourse-community/">开始讨论吧!</a>现{currentTopics, plural, one {仅有<strong>#</strong> 个话题} other { 共有 <strong>#</strong> 个话题}}。访客需要更多的阅读和回复——我们建议至少 {requiredTopics, plural, one {<strong>#</strong>个话题} other {<strong>#</strong> 个话题}}。此消息仅管理人员可见。
2020-04-20 05:37:59 -04:00
too_few_posts_notice_MF: >-
2021-05-04 10:34:37 -04:00
让我们<a href="https://blog.discourse.org/2014/08/building-a-discourse-community/">开始讨论吧!</a>现 {currentPosts, plural, one {仅有 <strong>#</strong> 个帖子} other {共有 <strong>#</strong> 个帖子}}。访客需要更多的阅读和回复——我们建议至少 {requiredPosts, plural, one {<strong>#</strong> 个帖子} other {<strong>#</strong> 个帖子}}。此消息仅管理人员可见。
2019-06-10 10:36:08 -04:00
logs_error_rate_notice:
2021-05-04 10:34:37 -04:00
reached_hour_MF: "<b>{relativeAge}</b> <a href='{url}' target='_blank'>{rate, plural, one {# 错误/小时} other {# 错误/小时}}</a>达到了站点设置中的限制{limit, plural, one {# error/hour} other {# errors/hour}}。"
reached_minute_MF: "<b>{relativeAge}</b>1 <a href='{url}' target='_blank'>{rate, plural, one {# 错误/分钟} other {# 错误/分钟}}</a>已经达到站点设置限制 {limit, plural, one {# 错误/分钟} other {# 错误/分钟}}。"
exceeded_hour_MF: "<b>{relativeAge}</b> <a href='{url}' target='_blank'>{rate, plural, one {# 错误/小时} other {# 错误/小时}}</a>超出了站点设置中的限制{limit, plural, one {# 错误/小时} other {# 错误/小时}}。"
exceeded_minute_MF: "<b>{relativeAge}</b>1 <a href='{url}' target='_blank'>{rate, plural, one {# 错误/分钟} other {# 错误/分钟}}</a>已经超出站点设置限制 {limit, plural, one {# 错误/分钟} other {# 错误/分钟}}。"
2018-10-12 10:39:59 -04:00
learn_more: "了解更多…"
2016-09-13 11:47:44 -04:00
first_post: 最早帖子
2016-08-23 08:52:48 -04:00
mute: 静音
unmute: 取消静音
2017-11-30 15:31:58 -05:00
last_post: 最后发帖
2021-05-04 10:34:37 -04:00
local_time: "本地时间"
2017-11-30 15:31:58 -05:00
time_read: 阅读
2019-01-19 17:29:54 -05:00
time_read_recently: "最近 %{time_read}"
time_read_tooltip: "合计阅读时间 %{time_read}"
time_read_recently_tooltip: "总阅读时间 %{time_read}最近60天 %{recent_time_read}"
2015-04-22 09:35:15 -04:00
last_reply_lowercase: 最后回复
replies_lowercase:
other: 回复
2015-09-21 08:21:42 -04:00
signup_cta:
sign_up: "注册"
hide_session: "明天提醒我"
2021-05-04 10:34:37 -04:00
hide_forever: "不,谢谢"
hidden_for_session: "好的,我们会在明天提醒你,不过你随时都可以使用“登录”来创建账户。"
2020-04-20 05:37:59 -04:00
intro: "你好!看起来你正在享受讨论,但还没有注册一个账户。"
2021-05-04 10:34:37 -04:00
value_prop: "当你创建了账户,我们就可以准确地记录你的阅读进度,你再次访问时就可以回到之前离开的地方。当有人回复你,你可以通过这里或电子邮件收到通知,并且你还可以通过点赞帖子向他人分享你的喜爱之情。:heartpulse:"
2013-11-18 12:48:26 -05:00
summary:
2021-05-04 10:34:37 -04:00
enabled_description: "你正在查看话题的精简摘要版本:一些社区公认有意思的帖子。"
2021-02-09 08:56:15 -05:00
description:
2021-05-04 10:34:37 -04:00
other: "总计 <b>%{count}</b> 个回复。"
description_time_MF: "总计 {replyCount, plural, one {<b>#</b>} other {<b>#</b>}} 个回复,预计阅读时间为 <b>{readingTime, plural,one {#}other {#}} 分钟</b>。"
enable: "概括本话题"
2019-01-19 17:29:54 -05:00
disable: "显示所有帖子"
2014-08-01 10:32:56 -04:00
deleted_filter:
2021-05-04 10:34:37 -04:00
enabled_description: "这个话题包含已删除的帖子,他们已经被隐藏。"
disabled_description: "显示了话题中已删除的帖子。"
2014-08-01 10:32:56 -04:00
enable: "隐藏已删除的帖子"
2014-08-18 11:17:59 -04:00
disable: "显示已删除的帖子"
2013-03-23 06:19:26 -04:00
private_message_info:
2016-08-25 11:04:46 -04:00
title: "私信"
2020-10-20 09:34:57 -04:00
invite: "邀请其他人"
edit: "添加或移除"
remove: "移除"
add: "添加"
2021-05-04 10:34:37 -04:00
leave_message: "你真的想要离开私信么?"
2020-06-10 12:00:16 -04:00
remove_allowed_user: "确定将 %{name} 从本条私信中移除?"
remove_allowed_group: "确定将 %{name} 从本条私信中移除?"
2019-01-19 17:29:54 -05:00
email: "邮箱"
username: "用户名"
last_seen: "最后活动"
created: "创建时间"
created_lowercase: "创建时间"
2020-02-25 10:29:14 -05:00
trust_level: "信任等级"
2019-01-19 17:29:54 -05:00
search_hint: "用户名、电子邮件或 IP 地址"
2013-03-23 06:19:26 -04:00
create_account:
2021-05-04 10:34:37 -04:00
header_title: "欢迎!"
2021-02-12 07:18:05 -05:00
subheader_title: "创建你的帐户"
2020-06-10 12:00:16 -04:00
disclaimer: "注册即表示你同意<a href='%{privacy_link}' target='blank'>隐私策略</a>和<a href='%{tos_link}' target='blank'>服务条款</a>。"
2021-02-12 07:18:05 -05:00
title: "创建你的帐户"
2021-05-04 10:34:37 -04:00
failed: "出问题了,有可能这个邮箱已经被注册了,试试忘记密码链接?"
2013-03-23 06:19:26 -04:00
forgot_password:
2015-04-09 11:28:06 -04:00
title: "重置密码"
2017-03-28 10:50:09 -04:00
action: "我忘记了密码"
invite: "输入你的用户名或邮箱地址,我们会发送密码重置邮件给你。"
2013-03-23 06:19:26 -04:00
reset: "重置密码"
complete_username: "如果你的账户名 <b>%{username}</b> 存在,你将马上收到一封电子邮件,以重置密码。"
complete_email: "如果你的账户 <b>%{email}</b> 存在,你将马上收到一封电子邮件,以重置密码。"
2021-05-04 10:34:37 -04:00
complete_username_found: "我们找到一个与用户名 <b>%{username}</b> 匹配的账户,你应该会收到一封说明如何重设密码的电子邮件。"
complete_email_found: "我们找到一个与 <b>%{email}</b> 相匹配的账户,你应该会收到一封说明如何重设密码的电子邮件。"
complete_username_not_found: "没有找到用户 <b>%{username}</b>"
2020-08-25 09:02:37 -04:00
complete_email_not_found: "没有找到用户 <b>%{email}</b>"
2019-01-02 12:32:38 -05:00
help: "没收到邮件?请先查看你的垃圾邮件文件夹。<p>不确定使用了哪个邮箱地址?输入邮箱地址来查看是否存在。</p><p>如果你已无法进入你账户的邮箱,请联系<a href='%{basePath}/about'>我们的工作人员。</a></p>"
2021-05-04 10:34:37 -04:00
button_ok: "确认"
2017-08-16 11:36:35 -04:00
button_help: "帮助"
email_login:
link_label: "给我通过邮件发送一个登录链接"
button_label: "通过邮件"
2021-05-04 10:34:37 -04:00
login_link: "不用密码,通过电子邮件发送登录链接"
2020-05-04 10:39:01 -04:00
emoji: "挂锁表情符号"
2021-05-04 10:34:37 -04:00
complete_username: "如果有一个与用户名 <b>%{username}</b> 相匹配的账户,你很快就会收到一封带有登录链接的电子邮件。"
complete_email: "如果 <b>%{email}</b> 与账户相匹配,你很快就会收到一封带有登录链接的电子邮件。"
complete_username_found: "我们找到了一个与用户名 <b>%{username}</b> 相匹配的账户,你很快就会收到一封带有登录链接的电子邮件。"
complete_email_found: "我们发现了一个与 <b>%{email}</b> 相匹配的账户,你很快就会收到一封带有登录链接的电子邮件。"
complete_username_not_found: "没有与用户名 <b>%{username}</b> 相匹配的账户"
complete_email_not_found: "没有账户匹配 <b>%{email}</b>"
confirm_title: 转入到 %{site_name}
logging_in_as: 用 %{email} 登录
2019-06-25 10:57:18 -04:00
confirm_button: 登录完成
2013-03-23 06:19:26 -04:00
login:
2021-02-12 07:18:05 -05:00
header_title: "欢迎回来"
subheader_title: "登录到你的帐户"
2014-08-15 14:02:14 -04:00
title: "登录"
2014-06-10 10:48:27 -04:00
username: "用户"
2013-03-23 06:19:26 -04:00
password: "密码"
2020-10-20 09:34:57 -04:00
second_factor_title: "双重认证"
2021-05-04 10:34:37 -04:00
second_factor_description: "请输入来自应用的验证码:"
2019-12-05 11:20:52 -05:00
second_factor_backup: "使用备用码登录"
2020-10-20 09:34:57 -04:00
second_factor_backup_title: "双重认证备份"
2018-11-05 05:58:41 -05:00
second_factor_backup_description: "请输入你的备份码:"
2021-05-04 10:34:37 -04:00
second_factor: "使用身份验证器应用登录"
2019-12-05 11:20:52 -05:00
security_key_description: "当你准备好物理安全密钥后,请按下面的“使用安全密钥进行身份验证”按钮。"
security_key_alternative: "尝试另一种方式"
2019-11-05 10:52:29 -05:00
security_key_authenticate: "使用安全密钥进行身份验证"
security_key_not_allowed_error: "安全密钥验证超时或被取消。"
security_key_no_matching_credential_error: "在提供的安全密钥中找不到匹配的凭据。"
2019-12-05 11:20:52 -05:00
security_key_support_missing_error: "您当前的设备或浏览器不支持使用安全密钥。请使用其他方法。"
2021-02-16 09:24:37 -05:00
email_placeholder: "电子邮件 / 用户名"
caps_lock_warning: "大写锁定开启"
2018-11-29 10:51:16 -05:00
error: "未知错误"
2021-05-04 10:34:37 -04:00
cookies_error: "你的浏览器似乎禁用了 Cookie如果不先启用它们你可能无法登录。"
rate_limit: "请稍后再尝试登录"
blank_username: "请输入你的邮件地址或用户名。"
2014-12-29 08:36:33 -05:00
blank_username_or_password: "请输入你的邮件地址或用户名,以及密码。"
2019-01-19 17:29:54 -05:00
reset_password: "重置密码"
2018-10-12 10:39:59 -04:00
logging_in: "登录中…"
2013-03-23 06:19:26 -04:00
or: "或"
2018-10-12 10:39:59 -04:00
authenticating: "验证中…"
2019-01-02 12:32:38 -05:00
awaiting_activation: "你的账户尚未激活,点击忘记密码链接以重新发送激活邮件。"
2021-05-04 10:34:37 -04:00
awaiting_approval: "你的账户尚未被论坛版主审核,请等待一段时间,当你的账户被审核时会收到一封电子邮件。"
2013-09-01 22:09:11 -04:00
requires_invite: "抱歉,本论坛仅接受邀请注册。"
2020-06-10 12:00:16 -04:00
not_activated: "你还不能登录。我们已经发送了一封邮件至 <b>%{sentTo}</b>,请打开它并完成账户激活。"
2021-05-04 10:34:37 -04:00
not_allowed_from_ip_address: "你不能使用当前 IP 地址登录。"
2015-04-09 11:28:06 -04:00
admin_not_allowed_from_ip_address: "你不能从这个 IP 地址以管理员身份登录。"
2014-03-27 18:51:31 -04:00
resend_activation_email: "点击此处重新发送激活邮件。"
2020-10-20 09:34:57 -04:00
omniauth_disallow_totp: "你的账户已启用双重认证,请使用密码登录。"
2017-05-25 09:55:55 -04:00
resend_title: "重发激活邮件"
change_email: "更改邮件地址"
provide_new_email: "给个新地址!然后我们会再给你发一封确认邮件。"
submit_new_email: "更新邮件地址"
2020-06-10 12:00:16 -04:00
sent_activation_email_again: "我们又向 <b>%{currentEmail}</b> 发送了一封激活邮件,邮件送达可能需要几分钟;请检查一下你邮箱的垃圾邮件文件夹。"
2021-05-04 10:34:37 -04:00
sent_activation_email_again_generic: "我们发送了另一封激活邮件,它可能需要几分钟才能到达;记得检查你的垃圾邮件文件夹。"
to_continue: "请登录"
preferences: "需要登入后更改设置"
2021-05-04 10:34:37 -04:00
not_approved: "你的账户还未通过审核,一旦审核通过,我们将邮件通知你。"
2014-05-23 19:20:16 -04:00
google_oauth2:
2018-11-05 05:58:41 -05:00
name: "Google"
2017-03-28 10:50:09 -04:00
title: "Google 登录"
2013-03-23 06:19:26 -04:00
twitter:
2018-11-05 05:58:41 -05:00
name: "Twitter"
2017-03-28 10:50:09 -04:00
title: "Twitter 登录"
2016-03-15 11:41:18 -04:00
instagram:
2018-11-05 05:58:41 -05:00
name: "Instagram"
2017-04-27 13:26:15 -04:00
title: "Instagram 登录"
2013-03-23 06:19:26 -04:00
facebook:
2018-11-05 05:58:41 -05:00
name: "Facebook"
2017-03-28 10:50:09 -04:00
title: "Facebook 登录"
2013-03-23 06:19:26 -04:00
github:
2018-11-05 05:58:41 -05:00
name: "GitHub"
2017-04-27 13:26:15 -04:00
title: "GitHub 登录"
2019-09-04 10:24:43 -04:00
discord:
name: "Discord"
2021-05-04 10:34:37 -04:00
title: "Discord 登录"
2019-10-08 06:25:24 -04:00
second_factor_toggle:
2021-05-04 10:34:37 -04:00
totp: "改用身份验证应用"
2019-10-08 06:25:24 -04:00
backup_code: "使用备份码"
2017-03-01 00:28:16 -05:00
invites:
accept_title: "邀请"
2020-05-04 10:39:01 -04:00
emoji: "信封表情符号"
2021-05-04 10:34:37 -04:00
welcome_to: "欢迎来到 %{site_name}"
2017-03-08 11:54:01 -05:00
invited_by: "邀请你的是:"
2019-01-02 12:32:38 -05:00
social_login_available: "你也可以通过任何使用这个邮箱的社交网站登录。"
2021-05-04 10:34:37 -04:00
your_email: "你的账户的邮箱地址为 <b>%{email}</b>。"
2017-03-08 11:54:01 -05:00
accept_invite: "接受邀请"
2019-01-02 12:32:38 -05:00
success: "已创建你的账户,你现在可以登录了。"
2017-05-31 13:06:20 -04:00
name_label: "昵称"
2020-09-29 09:01:52 -04:00
password_label: "密码"
2017-08-16 11:36:35 -04:00
optional_description: "(可选)"
2017-03-08 11:54:01 -05:00
password_reset:
continue: "转入到 %{site_name}"
2016-08-05 14:39:55 -04:00
emoji_set:
apple_international: "Apple/国际化"
google: "Google"
twitter: "Twitter"
win10: "Win10"
2017-08-16 11:36:35 -04:00
google_classic: "Google Classic"
facebook_messenger: "Facebook Messenger"
2016-11-28 15:58:38 -05:00
category_page_style:
categories_only: "仅分类"
2021-05-04 10:34:37 -04:00
categories_with_featured_topics: "有精选话题的分类"
categories_and_latest_topics: "分类和最新话题"
categories_and_top_topics: "分类和最热话题"
2018-11-05 05:58:41 -05:00
categories_boxes: "带子分类的框"
2021-05-04 10:34:37 -04:00
categories_boxes_with_topics: "有精选话题的框"
2015-11-20 12:55:08 -05:00
shortcut_modifier_key:
2019-01-19 17:29:54 -05:00
shift: "Shift"
ctrl: "Ctrl"
alt: "Alt"
2019-05-30 10:40:16 -04:00
enter: "回车"
conditional_loading_section:
loading: 载入中……
2020-10-20 09:34:57 -04:00
category_row:
topic_count:
2021-05-04 10:34:37 -04:00
other: "这个分类下共有 %{count} 个话题"
2020-11-24 11:25:37 -05:00
plus_subcategories_title:
other: "%{name} 和 %{count} 子类别"
plus_subcategories:
other: "+ %{count} 个子类别"
select_kit:
2021-05-04 10:34:37 -04:00
filter_by: "筛选器:%{name}"
2021-02-09 08:56:15 -05:00
select_to_filter: "选择要筛选的值"
2018-10-12 10:39:59 -04:00
default_header_text: 选择…
2017-09-14 11:02:39 -04:00
no_content: 无符合的结果
2017-08-31 14:50:26 -04:00
filter_placeholder: 搜索……
2018-11-05 05:58:41 -05:00
filter_placeholder_with_any: 搜索或创建...
2020-06-10 12:00:16 -04:00
create: "创建:“%{content}”"
max_content_reached:
2020-06-10 12:00:16 -04:00
other: "你只能选择 %{count} 条记录。"
2018-11-05 05:58:41 -05:00
min_content_not_reached:
2021-05-04 10:34:37 -04:00
other: "选择至少 %{count} 条。"
2020-10-20 09:34:57 -04:00
invalid_selection_length:
2021-05-04 10:34:37 -04:00
other: "至少选择 %{count} 个字符。"
2020-05-26 10:06:07 -04:00
components:
2021-04-13 10:02:08 -04:00
tag_drop:
filter_for_more: 筛选更多...
2020-05-26 10:06:07 -04:00
categories_admin_dropdown:
2020-09-01 09:02:16 -04:00
title: "分类管理"
2019-08-26 08:36:46 -04:00
date_time_picker:
from:
to: 发至
2017-08-16 11:36:35 -04:00
emoji_picker:
filter_placeholder: 查找表情符号
2020-04-20 05:37:59 -04:00
smileys_&_emotion: 笑脸与情感
2019-03-28 10:07:51 -04:00
people_&_body: 人与身体
animals_&_nature: 动物与自然
food_&_drink: 饮食
travel_&_places: 旅行与地点
activities: 活动
2017-08-16 11:36:35 -04:00
objects: 物品
2019-03-28 10:07:51 -04:00
symbols: 符号
2021-05-04 10:34:37 -04:00
flags: 旗帜
2017-08-16 11:36:35 -04:00
recent: 近期使用
2017-08-31 14:50:26 -04:00
default_tone: 无肤色
2020-08-11 09:04:00 -04:00
light_tone: 浅色肤色
medium_light_tone: 中度浅色皮肤
2017-08-31 14:50:26 -04:00
medium_tone: 中间肤色
2020-08-11 09:04:00 -04:00
medium_dark_tone: 中度深色皮肤
2017-08-31 14:50:26 -04:00
dark_tone: 深肤色
2020-04-20 05:37:59 -04:00
default: 自定义表情符号
shared_drafts:
title: "共享草稿"
2021-05-04 10:34:37 -04:00
notice: "这个话题只有可发布共享草稿的用户可见。"
2018-11-05 05:58:41 -05:00
destination_category: "目标分类"
publish: "发布共享草稿"
confirm_publish: "你确定要发布此草稿吗?"
2021-05-04 10:34:37 -04:00
publishing: "发布话题中......"
2013-03-23 06:19:26 -04:00
composer:
2016-02-22 11:10:12 -05:00
emoji: "Emoji :)"
2015-11-16 10:25:35 -05:00
more_emoji: "更多…"
2015-09-21 08:21:42 -04:00
options: "选项"
whisper: "密语"
2016-11-28 15:58:38 -05:00
unlist: "隐藏"
2021-05-04 10:34:37 -04:00
add_warning: "这是一个官方警告"
toggle_whisper: "切换密语"
toggle_unlisted: "切换隐藏"
posting_not_on_topic: "你想回复哪一个话题?"
saved_local_draft_tip: "已保存到本地"
similar_topics: "你的话题有点相似于…"
2013-03-23 06:19:26 -04:00
drafts_offline: "离线草稿"
2019-01-19 17:29:54 -05:00
edit_conflict: "编辑冲突"
2020-10-20 09:34:57 -04:00
group_mentioned_limit:
2021-05-04 10:34:37 -04:00
other: "<b>警告!</b>你提及了 <a href='%{group_link}'> %{group} </a>,但是这个群组的成员数量超过了管理员所设置的可提及最大数量限制 %{count} 个用户,没有人会收到通知。"
2016-11-28 15:58:38 -05:00
group_mentioned:
2020-06-10 12:00:16 -04:00
other: "提及 %{group} 时,你将通知 <a href='%{group_link}'>%{count} 人</a> 确定吗?"
2016-11-28 15:58:38 -05:00
cannot_see_mention:
2020-06-10 12:00:16 -04:00
category: "你提到了 %{username} ,然而他们不能访问该分类,所以他们不会被通知。你需要把他们加入到能访问该分类的群组中。"
2020-08-25 09:02:37 -04:00
private: "你提到了%{username},然而他们不能访问该私信,所以他们不会被通知。你需要邀请他们至私信中。"
2020-06-10 12:00:16 -04:00
duplicate_link: "好像<b>@%{username}</b>在<a href='%{post_url}'>%{ago}</a>中前的回复中已经发了你的链接 <b>%{domain}</b> 你想再次发表链接吗?"
reference_topic_title: "回复:%{title}"
error:
title_missing: "标题为空"
2021-02-09 08:56:15 -05:00
title_too_short:
2021-05-04 10:34:37 -04:00
other: "标题至少需要 %{count} 个字符"
2021-02-09 08:56:15 -05:00
title_too_long:
2021-05-04 10:34:37 -04:00
other: "标题不能多于 %{count} 个字符"
2019-10-01 16:50:22 -04:00
post_missing: "帖子不能为空"
2021-02-09 08:56:15 -05:00
post_length:
2021-05-04 10:34:37 -04:00
other: "帖子至少需要 %{count} 个字符"
try_like: "你尝试过使用 %{heart} 按钮了吗?"
category_missing: "你必须选择一个分类"
2020-10-20 09:34:57 -04:00
tags_missing:
2021-05-04 10:34:37 -04:00
other: "你必须选择至少 %{count} 个标签"
topic_template_not_modified: "请通过编辑话题模板来为话题添加详情。"
2013-03-23 06:19:26 -04:00
save_edit: "保存编辑"
2018-11-05 05:58:41 -05:00
overwrite_edit: "覆盖编辑"
2021-05-04 10:34:37 -04:00
reply_original: "回复原始话题"
2013-03-23 06:19:26 -04:00
reply_here: "在此回复"
reply: "回复"
cancel: "取消"
2021-05-04 10:34:37 -04:00
create_topic: "创建话题"
2016-08-25 11:04:46 -04:00
create_pm: "私信"
2017-11-30 15:31:58 -05:00
create_whisper: "密语"
2018-11-05 05:58:41 -05:00
create_shared_draft: "创建共享草稿"
edit_shared_draft: "编辑共享草稿"
title: "或 Ctrl + 回车"
users_placeholder: "添加用户"
2018-10-12 10:39:59 -04:00
title_placeholder: "一句话概况讨论内容…"
2020-02-25 10:29:14 -05:00
title_or_link_placeholder: "输入标题,或粘贴一个链接"
2013-11-19 09:21:20 -05:00
edit_reason_placeholder: "编辑理由"
2017-01-04 13:13:08 -05:00
topic_featured_link_placeholder: "在标题里输入链接"
2021-05-04 10:34:37 -04:00
remove_featured_link: "从话题中移除链接。"
reply_placeholder: "在此键入,使用 MarkdownBBCode 或 HTML 格式,可拖拽或粘贴图片。"
reply_placeholder_no_images: "在此输入,使用 MarkdownBBCode 或 HTML 格式。"
2019-05-20 07:42:05 -04:00
reply_placeholder_choose_category: "输入前请选择一个分类。"
2020-02-25 10:29:14 -05:00
view_new_post: "浏览你的新帖。"
2015-11-16 10:25:35 -05:00
saving: "保存中"
2013-03-23 06:19:26 -04:00
saved: "已保存!"
2021-05-04 10:34:37 -04:00
saved_draft: "正在编辑草稿,点击继续。"
2018-10-12 10:39:59 -04:00
uploading: "上传中…"
2021-04-13 10:02:08 -04:00
show_preview: "显示预览"
hide_preview: "隐藏预览"
quote_post_title: "引用整个帖子"
2016-09-28 05:00:36 -04:00
bold_label: "B"
2013-03-23 06:19:26 -04:00
bold_title: "加粗"
bold_text: "加粗示例"
2016-09-28 05:00:36 -04:00
italic_label: "I"
2013-03-23 06:19:26 -04:00
italic_title: "斜体"
italic_text: "斜体示例"
2013-03-23 06:19:26 -04:00
link_title: "链接"
2020-02-25 10:29:14 -05:00
link_description: "在此输入链接描述"
2013-03-23 06:19:26 -04:00
link_dialog_title: "插入链接"
link_optional_text: "可选标题"
2021-05-04 10:34:37 -04:00
link_url_placeholder: "粘贴 URL 或键入以搜索话题"
2020-12-15 09:25:10 -05:00
blockquote_title: "引用"
blockquote_text: "引用"
2013-10-17 08:51:52 -04:00
code_title: "预格式化文本"
2020-02-25 10:29:14 -05:00
code_text: "预格式化文本将缩进 4 格"
paste_code_text: "输入或粘贴代码"
2014-03-27 18:51:31 -04:00
upload_title: "上传"
upload_description: "在此输入上传资料的描述"
2013-03-23 06:19:26 -04:00
olist_title: "数字列表"
ulist_title: "符号列表"
list_item: "列表条目"
2018-04-24 09:59:30 -04:00
toggle_direction: "切换方向"
2013-03-23 06:19:26 -04:00
help: "Markdown 编辑帮助"
2018-12-14 10:34:12 -05:00
collapse: "最小化编辑面板"
open: "打开编辑面板"
2017-12-06 10:25:12 -05:00
abandon: "关闭编辑面板并放弃草稿"
2018-11-05 05:58:41 -05:00
enter_fullscreen: "进入全屏编辑模式"
exit_fullscreen: "退出全屏编辑模式"
2020-09-15 09:04:17 -04:00
show_toolbar: "显示编辑器工具栏"
hide_toolbar: "隐藏编辑器工具栏"
2015-11-16 10:25:35 -05:00
modal_ok: "确认"
modal_cancel: "取消"
2017-05-25 09:55:55 -04:00
cant_send_pm: "抱歉,你不能向 %{username} 发送私信。"
2016-11-28 15:58:38 -05:00
yourself_confirm:
title: "你忘记添加收信人了吗?"
body: "目前该私信只发给了你自己!"
2020-10-20 09:34:57 -04:00
slow_mode:
2021-04-20 09:33:17 -04:00
error: "本帖处于慢速模式下。你刚刚已经发帖;可以在 %{timeLeft} 再次发帖。"
2021-05-04 10:34:37 -04:00
admin_options_title: "本话题可选设置"
2018-06-08 10:27:53 -04:00
composer_actions:
reply: 回复
draft: 草稿
edit: 编辑
2018-11-05 05:58:41 -05:00
reply_to_post:
2021-05-04 10:34:37 -04:00
label: 以 %{postUsername} 的身份回复
2018-11-05 05:58:41 -05:00
desc: 回复特定帖子
reply_as_new_topic:
2021-05-04 10:34:37 -04:00
label: 回复为联结话题
desc: 创建一个新话题链接到这一话题
confirm: 您保存了新的话题草稿,如果您创建链接话题该草稿将被覆盖。
2020-08-05 09:55:12 -04:00
reply_as_new_group_message:
2021-05-04 10:34:37 -04:00
label: 回复为新群组消息
desc: 向相同的收件人创建新私信
reply_as_private_message:
label: 新消息
desc: 新建一个私信
reply_to_topic:
2021-05-04 10:34:37 -04:00
label: 回复话题
desc: 回复话题,不是任何特定的帖子
2018-11-05 05:58:41 -05:00
toggle_whisper:
label: 切换密语
desc: 只有管理人员才能看到密语
create_topic:
2021-05-04 10:34:37 -04:00
label: "新话题"
2018-06-08 10:27:53 -04:00
shared_draft:
label: "共享草稿"
2021-05-04 10:34:37 -04:00
desc: "起草一个只对允许的用户可见的话题"
2018-11-05 05:58:41 -05:00
toggle_topic_bump:
2021-05-04 10:34:37 -04:00
label: "切换话题顶帖"
2020-10-06 09:03:58 -04:00
desc: "回复但不改变最新回复的日期"
2021-05-04 10:34:37 -04:00
reload: "重载"
2020-10-06 09:03:58 -04:00
ignore: "忽略"
2013-03-23 06:19:26 -04:00
notifications:
2017-12-06 10:25:12 -05:00
tooltip:
regular:
2020-06-10 12:00:16 -04:00
other: "%{count} 个未读通知"
2017-12-06 10:25:12 -05:00
message:
2020-06-10 12:00:16 -04:00
other: "%{count} 条未读私信"
2020-04-20 05:37:59 -04:00
high_priority:
2020-05-26 10:06:07 -04:00
other: "%{count} 个未读的高优先级通知"
2017-05-25 09:55:55 -04:00
title: "使用@提到你,回复你的内容、私信以及其他的通知"
2015-02-03 13:50:05 -05:00
none: "现在无法载入通知"
empty: "未发现通知"
2019-04-24 09:02:04 -04:00
post_approved: "你的帖子已被审核"
2019-05-20 07:42:05 -04:00
reviewable_items: "待审核帖子"
2020-06-10 12:00:16 -04:00
mentioned: "<span>%{username}</span> %{description}"
group_mentioned: "<span>%{username}</span> %{description}"
quoted: "<span>%{username}</span> %{description}"
bookmark_reminder: "<span>%{username}</span>%{description}"
replied: "<span>%{username}</span> %{description}"
posted: "<span>%{username}</span> %{description}"
edited: "<span>%{username}</span> %{description}"
liked: "<span>%{username}</span> %{description}"
2020-11-10 09:23:06 -05:00
liked_2: "<span class='double-user'>%{username}, %{username2}</span> %{description}"
2017-09-28 13:33:13 -04:00
liked_many:
2020-11-10 09:23:06 -05:00
other: "<span class='multi-user'>%{username}, %{username2} 还有其余 %{count} 人 </span> %{description}"
2019-03-28 10:07:51 -04:00
liked_consolidated_description:
2020-06-10 12:00:16 -04:00
other: "你的帖子有%{count}个赞"
liked_consolidated: "<span>%{username}</span>%{description}"
private_message: "<span>%{username}</span> %{description}"
invited_to_private_message: "<p><span>%{username}</span> %{description}"
invited_to_topic: "<span>%{username}</span> %{description}"
invitee_accepted: "<span>%{username}</span> 已接受你的邀请"
moved_post: "<span>%{username}</span> 移动了 %{description}"
linked: "<span>%{username}</span> %{description}"
granted_badge: "获得 “%{description}”"
topic_reminder: "<span>%{username}</span> %{description}"
2021-05-04 10:34:37 -04:00
watching_first_post: "<span>新话题</span> %{description}"
2020-06-10 12:00:16 -04:00
membership_request_accepted: "接受来自“%{group_name}”的邀请"
2020-10-20 09:34:57 -04:00
membership_request_consolidated:
2021-05-04 10:34:37 -04:00
other: "%{count} 个申请加入“%{group_name}”群组的请求"
2020-08-05 09:55:12 -04:00
reaction: "<span>%{username}</span> %{description}"
reaction_2: "<span>%{username} %{username2}</span> %{description}"
2021-05-04 10:34:37 -04:00
votes_released: "%{description} - 已完成"
2017-09-28 13:33:13 -04:00
group_message_summary:
2021-05-04 10:34:37 -04:00
other: "%{count} 条消息在 %{group_name} 群组的收件箱中"
2015-05-12 17:38:29 -04:00
popup:
2021-05-04 10:34:37 -04:00
mentioned: '%{username} 在“%{topic}”提到了你 - %{site_title}'
group_mentioned: '%{username} 在 “%{topic}”提到了你 - %{site_title}'
quoted: '%{username} 在 “%{topic}”引用了你的帖子 - %{site_title}'
replied: '%{username} 在 “%{topic}”回复了你 - %{site_title}'
posted: '%{username} 在 “%{topic}”中发布了帖子 - %{site_title}'
private_message: '%{username} 在 “%{topic}”中向你发送了个人消息 - %{site_title}'
linked: '%{username} 在 “%{topic}”中链接了你的帖子 - %{site_title}'
watching_first_post: '%{username} 发布了新话题 “%{topic}” - %{site_title}'
2019-01-19 17:29:54 -05:00
confirm_title: "通知已启用 - %{site_title}"
confirm_body: "成功!通知已启用。"
2021-05-04 10:34:37 -04:00
custom: "来自 %{username} 在 %{site_title} 的通知"
2019-06-10 10:36:08 -04:00
titles:
mentioned: "提及到"
replied: "新回复"
quoted: "引用"
edited: "编辑"
2020-09-29 09:01:52 -04:00
liked: "新的赞"
2019-06-10 10:36:08 -04:00
private_message: "新私信"
2021-05-04 10:34:37 -04:00
invited_to_private_message: "邀请进行私信"
2019-06-10 10:36:08 -04:00
invitee_accepted: "邀请已接受"
posted: "新帖子"
moved_post: "帖子已移动"
linked: "链接"
2020-04-20 05:37:59 -04:00
bookmark_reminder: "收藏提醒"
bookmark_reminder_with_name: "收藏提醒 - %{name}"
2019-06-10 10:36:08 -04:00
granted_badge: "勋章授予"
2021-05-04 10:34:37 -04:00
invited_to_topic: "邀请到话题"
2019-06-10 10:36:08 -04:00
group_mentioned: "群组提及"
group_message_summary: "新建群组消息"
2021-05-04 10:34:37 -04:00
watching_first_post: "近期话题"
topic_reminder: "话题提醒"
2019-06-10 10:36:08 -04:00
liked_consolidated: "新的赞"
2021-05-04 10:34:37 -04:00
post_approved: "帖子已批准"
2019-12-19 12:31:52 -05:00
membership_request_consolidated: "新的成员申请"
2020-08-05 09:55:12 -04:00
reaction: "新的反应"
2020-08-11 09:04:00 -04:00
votes_released: "投票已发布"
upload_selector:
2013-03-23 06:19:26 -04:00
title: "插入图片"
2013-08-14 23:38:54 -04:00
title_with_attachments: "上传图片或文件"
2013-03-23 06:19:26 -04:00
from_my_computer: "来自我的设备"
from_the_web: "来自网络"
2014-11-17 11:05:06 -05:00
remote_tip: "图片链接"
2021-05-05 07:23:44 -04:00
remote_tip_with_attachments: "链接到图像或文件"
2015-07-30 13:11:12 -04:00
local_tip: "从你的设备中选择图片"
2021-05-05 07:23:44 -04:00
local_tip_with_attachments: "从你的设备中选择图片或文件"
2021-05-04 10:34:37 -04:00
hint: "(你也可以通过拖放到编辑器的方式来上传)"
hint_for_supported_browsers: "可以拖放或复制粘帖至编辑器以上传"
2014-03-27 18:51:31 -04:00
uploading: "上传中"
2015-07-01 09:53:15 -04:00
select_file: "选择文件"
2017-12-06 10:25:12 -05:00
default_image_alt_text: 图片
2021-05-05 07:23:44 -04:00
supported_formats: "支持的格式"
2013-03-23 06:19:26 -04:00
search:
sort_by: "排序"
relevance: "最相关"
2016-09-13 11:47:44 -04:00
latest_post: "最新发帖"
2021-05-04 10:34:37 -04:00
latest_topic: "最新话题"
most_viewed: "最多查看"
2015-09-21 08:21:42 -04:00
most_liked: "最多赞"
2015-09-16 10:20:29 -04:00
select_all: "全选"
clear_all: "清除所有"
2021-05-04 10:34:37 -04:00
too_short: "你的搜索关键词太短。"
2018-11-05 05:58:41 -05:00
result_count:
2021-05-04 10:34:37 -04:00
other: "<span>%{count}%{plus} 条关于</span><span class='term'>%{term}</span>的结果"
title: "搜索话题、帖子、用户或分类"
full_page_title: "搜索话题或帖子"
2013-03-23 06:19:26 -04:00
no_results: "没有找到结果。"
2015-08-04 03:47:39 -04:00
no_more_results: "没有找到更多结果。"
2020-06-10 12:00:16 -04:00
post_format: "#%{post_number} 来自于 %{username}"
results_page: "关于“%{term}”的搜索结果"
2021-05-04 10:34:37 -04:00
more_results: "还有更多结果,请增加你的搜索条件。"
2017-08-31 14:50:26 -04:00
cant_find: "找不到你要找的内容?"
2021-05-04 10:34:37 -04:00
start_new_topic: "不如创建一个新话题?"
or_search_google: "或者尝试使用 Google 进行搜索:"
search_google: "尝试使用 Google 进行搜索:"
2017-08-31 14:50:26 -04:00
search_google_button: "Google"
2021-01-26 08:52:35 -05:00
search_button: "搜索"
2014-06-30 06:51:39 -04:00
context:
2020-06-10 12:00:16 -04:00
user: "搜索 @%{username} 的帖子"
category: "搜索 #%{category} 分类"
2021-05-04 10:34:37 -04:00
tag: "搜索 #%{tag} 标签"
topic: "搜索本话题"
2017-05-25 09:55:55 -04:00
private_messages: "搜索私信"
2016-11-28 15:58:38 -05:00
advanced:
title: 高级搜索
posted_by:
label: 发帖人
in_category:
2017-12-06 10:25:12 -05:00
label: 分类
2016-11-28 15:58:38 -05:00
in_group:
label: 在该群组中
with_badge:
label: 有该徽章
with_tags:
2021-05-04 10:34:37 -04:00
label: 拥有标签
2016-11-28 15:58:38 -05:00
filters:
2021-05-04 10:34:37 -04:00
label: 只返回话题/帖子……
2018-11-05 05:58:41 -05:00
title: 仅在标题中匹配
2020-04-20 05:37:59 -04:00
likes: 我赞过的
2016-12-14 13:55:24 -05:00
posted: 我参与发帖
2019-12-19 12:31:52 -05:00
created: 我创建的
2021-05-04 10:34:37 -04:00
watching: 我正在关注
2016-11-28 15:58:38 -05:00
tracking: 我正在追踪
2016-12-14 13:55:24 -05:00
private: 在我的私信中
2017-12-06 10:25:12 -05:00
bookmarks: 我收藏了
2016-11-28 15:58:38 -05:00
first: 是第一帖
pinned: 是置顶的
2019-06-17 13:25:37 -04:00
seen: 我看了
unseen: 我还没看过
2016-12-14 13:55:24 -05:00
wiki: 公共编辑
2017-08-31 14:50:26 -04:00
images: 包含图片
2017-12-06 10:25:12 -05:00
all_tags: 上述所有标签
2016-11-28 15:58:38 -05:00
statuses:
2021-05-04 10:34:37 -04:00
label: 当话题
2016-11-28 15:58:38 -05:00
open: 是开放的
closed: 是关闭的
2019-12-19 12:31:52 -05:00
public: 是公开的
2021-05-04 10:34:37 -04:00
archived: 已归档
2016-11-28 15:58:38 -05:00
noreplies: 没有回复
single_user: 只有一个用户参与
post:
2020-10-06 09:03:58 -04:00
count:
2020-10-16 18:07:21 -04:00
label: 帖子数量
2020-10-06 09:03:58 -04:00
min:
placeholder: 最小值
max:
placeholder: 最大值
2016-11-28 15:58:38 -05:00
time:
label: 发表于
2020-10-16 18:07:21 -04:00
before: 早于
after: 晚于
2020-09-29 09:01:52 -04:00
views:
2021-05-04 10:34:37 -04:00
label: 查看
2020-09-29 09:01:52 -04:00
min_views:
placeholder: 最小值
max_views:
placeholder: 最大值
2021-05-04 10:34:37 -04:00
hamburger_menu: "转到另一个话题列表或分类"
2015-09-16 10:20:29 -04:00
new_item: "新"
2019-01-19 17:29:54 -05:00
go_back: "返回"
not_logged_in_user: "显示当前活动和设置的用户页面"
current_user: "转到用户页面"
2021-03-02 09:28:30 -05:00
view_all: "查看全部 %{tab}"
2013-03-23 06:19:26 -04:00
topics:
2016-10-06 11:51:00 -04:00
new_messages_marker: "上次访问"
2014-02-23 00:24:27 -05:00
bulk:
2016-11-28 15:58:38 -05:00
select_all: "选择全部"
clear_all: "清除全部"
2021-05-04 10:34:37 -04:00
unlist_topics: "隐藏话题"
relist_topics: "显示话题"
2014-02-23 00:24:27 -05:00
reset_read: "设为未读"
2021-05-04 10:34:37 -04:00
delete: "删除话题"
2015-11-20 12:55:08 -05:00
dismiss: "忽略"
2021-05-04 10:34:37 -04:00
dismiss_read: "忽略所有未读话题"
2018-10-12 10:39:59 -04:00
dismiss_button: "忽略…"
2021-05-04 10:34:37 -04:00
dismiss_tooltip: "忽略新帖或停止跟踪话题"
also_dismiss_topics: "停止追踪这些话题以不再显示为未读"
2014-03-27 18:51:31 -04:00
dismiss_new: "设为已读"
2021-05-04 10:34:37 -04:00
toggle: "切换话题批量选择"
2014-02-23 00:24:27 -05:00
actions: "批量操作"
2017-05-25 09:55:55 -04:00
change_category: "设置分类"
2021-05-04 10:34:37 -04:00
close_topics: "关闭话题"
archive_topics: "归档话题"
2021-03-16 10:49:29 -04:00
move_messages_to_inbox: "移至收件箱"
2017-05-25 09:55:55 -04:00
notification_level: "通知"
2021-02-09 08:56:15 -05:00
change_notification_level: "更改通知级别"
2021-05-04 10:34:37 -04:00
choose_new_category: "选择话题新分类:"
selected:
2021-05-04 10:34:37 -04:00
other: "已选择 <b>%{count}</b> 个话题"
2017-03-08 11:54:01 -05:00
change_tags: "替换标签"
append_tags: "添加标签"
2021-05-04 10:34:37 -04:00
choose_new_tags: "为话题选择新标签:"
choose_append_tags: "为这些话题添加新标签:"
changed_tags: "话题的标签已被修改"
2021-02-09 08:56:15 -05:00
remove_tags: "移除所有标签"
confirm_remove_tags:
2021-05-04 10:34:37 -04:00
other: "所有的标签将从 <b>%{count}</b> 个话题中移除,你确定吗?"
2020-10-30 11:06:32 -04:00
progress:
2021-05-04 10:34:37 -04:00
other: "进度: <strong>%{count}</strong> 话题"
2013-03-23 06:19:26 -04:00
none:
2021-05-04 10:34:37 -04:00
unread: "你没有未读话题。"
new: "你没有近期话题可读。"
read: "你尚未阅读任何话题。"
posted: "你尚未在任何话题中发帖。"
2020-09-29 09:01:52 -04:00
ready_to_create: "准备好 "
2020-10-16 18:07:21 -04:00
latest: "你全都看过了!"
2021-05-04 10:34:37 -04:00
bookmarks: "你没有收藏任何话题。"
category: "%{category} 分类中没有话题。"
top: "没有热门话题。"
2014-08-27 23:22:11 -04:00
educate:
2021-05-04 10:34:37 -04:00
new: '<p>这里显示近期话题, 默认情况下显示近 2 天内创建的话题,还会显示一个<span class="badge new-topic badge-notification" style="vertical-align:middle;line-height:inherit;">近期</span>的标志。</p><p>你可以在<a href="%{userPrefsUrl}">用户设置</a>中修改。</p>'
unread: "<p>你的未读话题显示在这里,</p><p>下列情况中的话题会被认为是未读的并显示未读计数<span class=\"badge new-posts badge-notification\">1</span></p><ul><li>创建话题</li><li>回复话题</li><li>阅读话题的时长超过4分钟</li></ul><p>或者曾使用每个话题中的\U0001F514手动调整话题的提醒等级为关注或跟踪。</p><p>查看你的<a href=\"%{userPrefsUrl}\">设置</a>可进行修改</p>"
2013-03-23 06:19:26 -04:00
bottom:
2021-05-04 10:34:37 -04:00
latest: "没有更多话题了。"
posted: "没有更多已发布话题了。"
read: "没有更多已阅话题了。"
new: "没有更多的近期话题了。"
unread: "没有更多未读话题了。"
category: "没有更多%{category}的话题了。"
tag: "没有更多带有%{tag}的话题了。"
top: "没有更多的热门话题了."
bookmarks: "没有更多收藏的话题了。"
2013-03-23 06:19:26 -04:00
topic:
2016-08-25 11:04:46 -04:00
filter_to:
2021-05-04 10:34:37 -04:00
other: "话题中 %{count} 个帖子"
create: "新建话题"
create_long: "创建新的话题"
2018-06-08 10:27:53 -04:00
open_draft: "打开草稿"
2019-01-19 17:29:54 -05:00
private_message: "开始发私信"
2016-01-18 14:58:32 -05:00
archive_message:
2021-05-04 10:34:37 -04:00
help: "移动私信到归档"
title: "归档"
2016-01-18 14:58:32 -05:00
move_to_inbox:
2019-01-19 17:29:54 -05:00
title: "移动到收件箱"
help: "移动私信到收件箱"
edit_message:
2019-01-19 17:29:54 -05:00
help: "编辑消息中的第一帖"
2020-05-26 10:06:07 -04:00
title: "编辑"
2019-06-10 10:36:08 -04:00
defer:
help: "标记为未读"
title: "推迟处理"
2019-12-19 12:31:52 -05:00
feature_on_profile:
2021-05-04 10:34:37 -04:00
help: "添加此话题的链接到你的用户卡片和资料中。"
2019-12-19 12:31:52 -05:00
title: "精选到个人资料"
remove_from_profile:
2021-05-04 10:34:37 -04:00
warning: "你的个人资料中已存在精选话题。如果继续,此话题会替换存在的话题。"
help: "在你的个人资料中移除指向该话题的链接"
2019-12-19 12:31:52 -05:00
title: "从个人资料中移除"
2021-05-04 10:34:37 -04:00
list: "话题"
new: "近期话题"
2019-01-19 17:29:54 -05:00
unread: "未读"
new_topics:
2021-05-04 10:34:37 -04:00
other: "%{count} 近期话题"
unread_topics:
2021-05-04 10:34:37 -04:00
other: "%{count} 未读话题"
title: "话题"
2013-03-23 06:19:26 -04:00
invalid_access:
2021-05-04 10:34:37 -04:00
title: "这是私密话题"
description: "抱歉,你没有没有权限浏览此话题。"
login_required: "此话题需要登录后浏览。"
2013-03-23 06:19:26 -04:00
server_error:
2021-05-04 10:34:37 -04:00
title: "载入话题失败"
description: "抱歉,无法加载该话题,有可能是网络连接出现了问题。请重试。如果问题依然存在,请联系我们。"
2013-03-23 06:19:26 -04:00
not_found:
2021-05-04 10:34:37 -04:00
title: "未找到话题"
description: "抱歉,无法找到此话题。可能已经被删除了。"
total_unread_posts:
2021-05-04 10:34:37 -04:00
other: "这个话题中,你有 %{count} 条未读的帖子"
unread_posts:
2021-05-04 10:34:37 -04:00
other: "这个话题中,你有 %{count} 个未读的帖子"
new_posts:
2021-05-04 10:34:37 -04:00
other: "自你上一次阅读此话题后,又有 %{count} 个新帖子发表了"
likes:
2021-05-04 10:34:37 -04:00
other: "这个话题收到了%{count}个赞"
back_to_list: "返回列表"
2021-05-04 10:34:37 -04:00
options: "话题选项"
show_links: "显示此话题中的链接"
toggle_information: "切换话题详情"
read_more_in_category: "想阅读更多?浏览%{catLink}的其他话题或%{latestLink}。"
2020-06-10 12:00:16 -04:00
read_more: "想阅读更多?%{catLink}或%{latestLink}。"
2021-05-04 10:34:37 -04:00
unread_indicator: "还没有成员读过此话题的最新帖子。"
read_more_MF: "还有{ UNREAD, plural, =0 {} one { <a href='{basePath}/unread'>1个未读话题</a>} other {<a href='{basePath}/unread'>#个未读话题</a> }}{BOTH, select, true{和} false{} other{}}{NEW, plural, =0{} one{<a href='{basePath}/new'>#1个新话题</a>} other{<a href='{basePath}/new'>#个新话题 </a>}}, 或者{CATEGORY,select,true{浏览其它的{catLink}话题} false{{latestLink}} other{}}"
2020-05-04 10:39:01 -04:00
bumped_at_title_MF: "{FIRST_POST}: {CREATED_AT}\n{LAST_POST}: {BUMPED_AT}"
2016-08-25 11:04:46 -04:00
browse_all_categories: 浏览所有分类
2020-09-01 09:02:16 -04:00
browse_all_tags: 浏览所有标签
2021-05-04 10:34:37 -04:00
view_latest_topics: 查阅最新话题
2020-09-29 09:01:52 -04:00
suggest_create_topic: 开始讨论一个新的话题?
jump_reply_up: 转到更早的回复
jump_reply_down: 转到更新的回复
2021-05-04 10:34:37 -04:00
deleted: "此话题已被删除"
2020-10-20 09:34:57 -04:00
slow_mode_update:
title: "慢速模式"
2021-05-04 10:34:37 -04:00
select: "用户只能在这个话题中发言一次:"
description: "为了提高回帖太快或有争议内容的话题的讨论质量,用户再次发言之前必须稍作等待。"
2020-11-03 12:08:07 -05:00
save: "启用"
2021-04-20 09:33:17 -04:00
enabled_until: "启用直到:"
2020-10-20 09:34:57 -04:00
remove: "停用"
hours: "小时:"
minutes: "分钟:"
seconds: "秒:"
durations:
2021-04-20 09:33:17 -04:00
10_minutes: "10 分钟"
2020-10-20 09:34:57 -04:00
15_minutes: "15分钟"
2021-04-20 09:33:17 -04:00
30_minutes: "30 分钟"
45_minutes: "45 分钟"
2020-10-20 09:34:57 -04:00
1_hour: "1小时"
2021-04-20 09:33:17 -04:00
2_hours: "2 小时"
2020-10-20 09:34:57 -04:00
4_hours: "4小时"
2021-04-20 09:33:17 -04:00
8_hours: "8 小时"
12_hours: "12 小时"
24_hours: "24 小时"
2020-10-20 09:34:57 -04:00
custom: "自定义持续时间"
slow_mode_notice:
2021-05-04 10:34:37 -04:00
duration: "这个话题下的每个发帖之间需要等待 %{duration}"
2017-05-25 09:55:55 -04:00
topic_status_update:
2021-05-04 10:34:37 -04:00
title: "话题计时器"
2017-05-25 09:55:55 -04:00
save: "设置计时器"
num_of_hours: "小时数:"
2020-04-20 05:37:59 -04:00
num_of_days: "天数"
2017-05-25 09:55:55 -04:00
remove: "撤销计时器"
publish_to: "发布至:"
when: "时间:"
2021-02-09 08:56:15 -05:00
time_frame_required: "请选择一个时间范围"
min_duration: "持续时间必须大于0"
2021-02-23 09:10:04 -05:00
max_duration: "持续时间必须少于 20 年"
2017-05-25 09:55:55 -04:00
auto_update_input:
2017-11-13 15:02:53 -05:00
none: "选择时间范围"
now: "当前"
2017-05-25 09:55:55 -04:00
later_today: "今天的某个时候"
tomorrow: "明天"
later_this_week: "这周的某个时候"
this_weekend: "周末"
next_week: "下个星期"
2017-11-13 15:02:53 -05:00
two_weeks: "两周"
2017-05-25 09:55:55 -04:00
next_month: "下个月"
2019-04-24 09:02:04 -04:00
two_months: "两个月"
2017-11-13 15:02:53 -05:00
three_months: "三个月"
2019-04-24 09:02:04 -04:00
four_months: "四个月"
2017-11-13 15:02:53 -05:00
six_months: "六个月"
one_year: "一年"
forever: "永远"
2017-05-25 09:55:55 -04:00
pick_date_and_time: "选择日期和时间"
2021-05-04 10:34:37 -04:00
set_based_on_last_post: "根据最后发帖关闭"
2017-05-29 02:53:49 -04:00
publish_to_category:
2020-09-01 09:02:16 -04:00
title: "定时发布"
2017-05-29 02:53:49 -04:00
temp_open:
title: "临时开启"
auto_reopen:
2021-05-04 10:34:37 -04:00
title: "自动开启话题"
2017-05-29 02:53:49 -04:00
temp_close:
title: "临时关闭"
auto_close:
2021-05-04 10:34:37 -04:00
title: "自动关闭话题"
label: "自动关闭话题前等待:"
2017-05-29 02:53:49 -04:00
error: "请输入一个有效值。"
2021-05-04 10:34:37 -04:00
based_on_last_post: "最后发帖之后的多长时间内不自动关闭话题。"
2021-02-16 09:24:37 -05:00
auto_close_after_last_post:
2021-05-04 10:34:37 -04:00
title: "最后发帖后自动关闭话题"
2017-05-29 02:53:49 -04:00
auto_delete:
2021-05-04 10:34:37 -04:00
title: "自动删除话题"
2019-03-28 10:07:51 -04:00
auto_bump:
title: "自动顶帖"
2017-05-29 02:53:49 -04:00
reminder:
title: "提醒我"
2020-04-20 05:37:59 -04:00
auto_delete_replies:
title: "自动删除回复"
2017-05-29 02:53:49 -04:00
status_update_notice:
2021-05-04 10:34:37 -04:00
auto_open: "本话题将在 %{timeLeft} 自动开启。"
auto_close: "本话题将在 %{timeLeft} 自动关闭。"
auto_publish_to_category: "话题将在%{timeLeft}后被发布到<a href=%{categoryUrl}>#%{categoryName}</a> 。"
auto_close_after_last_post: "如在 %{duration} 内没有新回复后话题将被关闭。"
auto_delete: "话题在 %{timeLeft} 后将被自动删除。"
auto_bump: "这个话题将在 %{timeLeft} 后自动顶帖。"
auto_reminder: "你将在 %{timeLeft} 后收到该话题的提醒。"
auto_delete_replies: "此话题的回复会在 %{duration} 后自动删除。"
2019-01-19 17:29:54 -05:00
auto_close_title: "自动关闭设置"
2016-11-28 15:58:38 -05:00
auto_close_immediate:
2021-05-04 10:34:37 -04:00
other: "话题中的最后一个帖子已经存在 %{count} 小时,因此该话题将立即关闭。"
2021-02-09 08:56:15 -05:00
auto_close_momentarily:
2021-05-04 10:34:37 -04:00
other: "最后的回帖已经是 %{count} 小时前了,因此这个话题将会被立即关闭。"
2016-06-30 04:17:13 -04:00
timeline:
back: "返回"
back_description: "回到最后一个未读帖子"
replies_short: "%{current} / %{total}"
2013-03-23 06:19:26 -04:00
progress:
2021-05-04 10:34:37 -04:00
title: 话题进度
2014-06-30 06:51:39 -04:00
go_top: "顶部"
go_bottom: "底部"
go: "前往"
2015-06-01 14:03:27 -04:00
jump_bottom: "跳至最后一个帖子"
2018-10-12 10:39:59 -04:00
jump_prompt: "跳到…"
2021-02-09 08:56:15 -05:00
jump_prompt_of:
2021-05-04 10:34:37 -04:00
other: "第 %{count} 帖"
2019-05-30 10:40:16 -04:00
jump_prompt_long: "跳到……"
jump_bottom_with_number: "跳至第 %{post_number} 帖"
2018-11-05 05:58:41 -05:00
jump_prompt_to_date: "至今"
jump_prompt_or: "或"
2013-03-23 06:19:26 -04:00
total: 全部帖子
current: 当前帖子
2013-03-23 06:19:26 -04:00
notifications:
2021-05-04 10:34:37 -04:00
title: 改变你收到该话题通知的频率
2013-03-23 06:19:26 -04:00
reasons:
2021-05-04 10:34:37 -04:00
mailing_list_mode: "邮件列表模式已启用,将以邮件通知你关于该话题的回复。"
"3_10": "因为你关注了该话题上的标签,你将会收到通知。"
2021-05-11 13:01:59 -04:00
"3_10_stale": "因为你之前关注了该话题上的标签,你会收到通知。"
2021-05-04 10:34:37 -04:00
"3_6": "因为你关注了该分类,你将会收到通知。"
2021-05-11 13:01:59 -04:00
"3_6_stale": "因为你之前关注了该分类,你会收到通知。"
2021-05-04 10:34:37 -04:00
"3_5": "因为你自动关注了该话题,你将会收到通知。"
"3_2": "因为你关注了该话题,你将会收到通知。"
"3_1": "因为你创建了这个话题,你将会收到通知。"
"3": "因为你关注了该话题,你将会收到通知。"
2019-01-19 17:29:54 -05:00
"2_8": "因为你追踪了该分类,所以你会看到新回复的数量。"
2021-05-11 13:01:59 -04:00
"2_8_stale": "因为你之前追踪了该分类,你会看到新回复的数量。"
2021-05-04 10:34:37 -04:00
"2_4": "你会看到新回复的数量的原因是你曾经回复过该话题。"
"2_2": "你会看到新回复数量的原因是你追踪了该话题。"
"2": '你会看到新回复的计数是因为你<a href="%{basePath}/u/%{username}/preferences/notifications">浏览过该话题</a>。'
2020-04-20 05:37:59 -04:00
"1_2": "有人@你或回复你时会通知你。"
2019-01-19 17:29:54 -05:00
"1": "如果有人@你或回复你,将通知你。"
"0_7": "你将忽略关于该分类的所有通知。"
2021-05-04 10:34:37 -04:00
"0_2": "你将忽略关于该话题的所有通知。"
"0": "你将忽略关于该话题的所有通知。"
watching_pm:
2018-11-29 10:51:16 -05:00
title: "关注"
2017-05-25 09:55:55 -04:00
description: "私信有新回复时提醒我,并显示新回复数量。"
2013-03-23 06:19:26 -04:00
watching:
2021-05-04 10:34:37 -04:00
title: "关注"
description: "你将收到该话题所有新回复的通知,还会显示新回复的数量。"
tracking_pm:
2016-08-23 08:52:48 -04:00
title: "跟踪"
2017-05-25 09:55:55 -04:00
description: "在私信标题后显示新回复数量。你只会在别人@你或回复你的帖子时才会收到通知。"
2013-03-23 06:19:26 -04:00
tracking:
2016-08-23 08:52:48 -04:00
title: "跟踪"
2021-05-04 10:34:37 -04:00
description: "将为该话题显示新回复的数量,你会在有人@你或回复你的时候收到通知。"
2013-03-23 06:19:26 -04:00
regular:
2015-08-31 12:49:30 -04:00
title: "普通"
2016-09-02 10:42:45 -04:00
description: "如果有人@你或回复你,将通知你。"
2014-08-01 10:32:56 -04:00
regular_pm:
2015-08-31 12:49:30 -04:00
title: "普通"
2016-09-02 10:42:45 -04:00
description: "如果有人@你或回复你,将通知你。"
muted_pm:
2016-08-23 08:52:48 -04:00
title: "静音"
2020-04-20 05:37:59 -04:00
description: "你永远都不会收到任何关于此私信的通知。"
2013-03-23 06:19:26 -04:00
muted:
2016-08-23 08:52:48 -04:00
title: "静音"
2021-05-04 10:34:37 -04:00
description: "你不会收到关于此话题的任何通知,它也不会出现在最新话题中。"
2013-03-23 06:19:26 -04:00
actions:
2021-05-04 10:34:37 -04:00
title: "操作"
recover: "撤销删除话题"
delete: "删除话题"
open: "打开话题"
close: "关闭话题"
2018-10-12 10:39:59 -04:00
multi_select: "选择帖子…"
2020-10-20 09:34:57 -04:00
slow_mode: "设为慢速模式"
2021-05-04 10:34:37 -04:00
timed_update: "设置话题计时器…"
pin: "置顶话题…"
unpin: "取消置顶话题…"
unarchive: "取消归档话题"
archive: "归档话题"
invisible: "隐藏"
visible: "取消隐藏"
2013-03-23 06:19:26 -04:00
reset_read: "重置阅读数据"
2021-05-04 10:34:37 -04:00
make_public: "设置为公开话题"
make_private: "设置为私信"
2018-11-05 05:58:41 -05:00
reset_bump_date: "重置顶帖日期"
2015-04-13 14:28:48 -04:00
feature:
2021-05-04 10:34:37 -04:00
pin: "置顶话题"
unpin: "取消置顶话题"
pin_globally: "全局置顶话题"
make_banner: "横幅话题"
remove_banner: "移除横幅话题"
2013-03-23 06:19:26 -04:00
reply:
2019-01-19 17:29:54 -05:00
title: "回复"
2021-05-04 10:34:37 -04:00
help: "开始撰写此话题的回复"
2013-03-23 06:19:26 -04:00
clear_pin:
title: "取消置顶"
2021-05-04 10:34:37 -04:00
help: "取消本话题的置顶状态,将不再固定显示在话题列表顶部。"
2013-03-23 06:19:26 -04:00
share:
2019-01-19 17:29:54 -05:00
title: "分享"
2019-03-28 10:07:51 -04:00
extended_title: "分享一个链接"
2021-05-04 10:34:37 -04:00
help: "分享指向这个话题的链接"
instructions: "分享此话题的链接:"
copied: "话题链接已复制。"
2021-04-27 10:01:06 -04:00
notify_users:
title: "通知"
2021-05-04 10:34:37 -04:00
instructions: "通知以下用户有关此话题的信息:"
2021-04-27 10:01:06 -04:00
success:
2021-05-04 10:34:37 -04:00
other: "此话题已成功通知选中用户"
2021-04-27 10:01:06 -04:00
invite_users: "邀请"
2016-11-28 15:58:38 -05:00
print:
2019-01-19 17:29:54 -05:00
title: "打印"
2021-05-04 10:34:37 -04:00
help: "打开该话题的印刷版本"
flag_topic:
2019-01-19 17:29:54 -05:00
title: "标记"
2021-05-04 10:34:37 -04:00
help: "私下标记此话题以警告,或发送一个关于它的私人通知"
success_message: "你已经成功标记该话题。"
2019-08-26 08:36:46 -04:00
make_public:
2021-05-04 10:34:37 -04:00
title: "转换为公开话题"
choose_category: "请为公开话题选择分类:"
2015-04-09 11:28:06 -04:00
feature_topic:
2021-05-04 10:34:37 -04:00
title: "精选此话题"
pin: "将该话题置于 %{categoryLink} 分类顶端直到"
unpin: "从 %{categoryLink} 分类顶端移除话题。"
unpin_until: "从 %{categoryLink} 分类顶端移除话题,或等到 <strong>%{until}</strong>。"
pin_note: "用户可以取消他们的置顶话题。"
pin_validation: "置顶该话题需要一个日期。"
not_pinned: "%{categoryLink} 没有置顶话题。"
2015-11-30 14:23:26 -05:00
already_pinned:
2021-05-04 10:34:37 -04:00
other: "%{categoryLink} 分类的置顶话题数:<strong class='badge badge-notification unread'>%{count}</strong>"
pin_globally: "将话题置于全部话题列表顶端直到"
2020-10-20 09:34:57 -04:00
confirm_pin_globally:
2021-05-04 10:34:37 -04:00
other: "已经有 %{count} 个全局置顶的话题,太多的置顶话题可能会困扰新用户和匿名访客,你确定要全局置顶话题吗?"
unpin_globally: "将话题从全部话题列表的顶端移除。"
unpin_globally_until: "从全部话题列表顶端移除话题,或等到 <strong>%{until}</strong>。"
global_pin_note: "用户可以取消他们的全局置顶话题。"
not_pinned_globally: "没有全局置顶的话题。"
2015-11-30 14:23:26 -05:00
already_pinned_globally:
2021-05-04 10:34:37 -04:00
other: "全局置顶的话题数:<strong class='badge badge-notification unread'>%{count}</strong>"
make_banner: "将话题设置为出现在所有页面顶端的横幅话题。"
remove_banner: "移除所有页面顶端的横幅话题。"
banner_note: "用户能够通过关闭忽略横幅,在同一时间内只能设置一个横幅话题。"
no_banner_exists: "没有横幅话题。"
banner_exists: "当前<strong class='badge badge-notification unread'>设置</strong>了横幅话题。"
2018-10-12 10:39:59 -04:00
inviting: "邀请中…"
2021-05-04 10:34:37 -04:00
automatically_add_to_groups: "此邀请包含了对这些群组的访问权限:"
2013-03-23 06:19:26 -04:00
invite_private:
2019-01-19 17:29:54 -05:00
title: "邀请至私信"
email_or_username: "受邀人的邮箱或用户名"
2021-05-04 10:34:37 -04:00
email_or_username_placeholder: "邮箱地址或者用户名"
2013-03-23 06:19:26 -04:00
action: "邀请"
2017-05-25 09:55:55 -04:00
success: "成功邀请了用户至该私信。"
success_group: "成功邀请了群组至该私信。"
error: "抱歉,邀请时出了点小问题。"
2020-08-05 09:55:12 -04:00
not_allowed: "对不起,该用户无法被邀请。"
2016-09-02 10:42:45 -04:00
group_name: "群组名"
2021-05-04 10:34:37 -04:00
controls: "话题控件"
2013-03-23 06:19:26 -04:00
invite_reply:
2019-01-19 17:29:54 -05:00
title: "邀请"
2015-04-13 14:28:48 -04:00
username_placeholder: "用户名"
2019-01-19 17:29:54 -05:00
action: "发送邀请"
2021-05-04 10:34:37 -04:00
help: "通过邮箱或通知邀请其他人到该话题"
2021-02-02 08:37:52 -05:00
to_forum: "我们会发送一封简短的邮件,让你的朋友通过点击链接即可参与讨论。"
2021-05-04 10:34:37 -04:00
discourse_connect_enabled: "输入你要邀请到这个话题的用户名。"
to_topic_blank: "输入你要邀请到这个话题的用户名或邮箱地址。"
to_topic_email: "你输入了邮箱地址,我们将发送一封邮件,邀请你的朋友直接回复该话题。"
to_topic_username: "你输入了用户名,我们将发送一个至该话题链接的邀请通知。"
to_username: "输入你想邀请的人的用户名,我们将发送一个至该话题链接的邀请通知。"
2019-01-19 17:29:54 -05:00
email_placeholder: "name@example.com"
2021-05-04 10:34:37 -04:00
success_email: "我们已发送了一封邀请邮件到 <b>%{invitee}</b>,邀请被接受后我们会通知你。查看你的用户页面中的邀请选项卡可以追踪你的邀请进展。"
success_username: "我们已经邀请了该用户参与该话题。"
error: "抱歉,我们不能邀请这个人,可能他已经被邀请了?(邀请有频率限制)"
success_existing_email: "用户 <b>%{emailOrUsername}</b> 已存在,我们邀请过该用户参与该话题。"
2019-01-19 17:29:54 -05:00
login_reply: "登录以回复"
2013-03-23 06:19:26 -04:00
filters:
n_posts:
2020-06-10 12:00:16 -04:00
other: "%{count} 个帖子"
2021-05-04 10:34:37 -04:00
cancel: "移除筛选"
2019-03-28 10:07:51 -04:00
move_to:
title: "移动到"
action: "移动到"
2020-04-20 05:37:59 -04:00
error: "移动帖子时发生了错误。"
2013-05-22 01:45:32 -04:00
split_topic:
2021-05-04 10:34:37 -04:00
title: "拆分话题"
action: "拆分话题"
topic_name: "新话题的标题"
radio_label: "新建话题"
error: "拆分话题时发生错误。"
instructions:
2021-05-04 10:34:37 -04:00
other: "你将创建一个新话题,并包含你选择的 <b>%{count}</b> 个帖子。"
2013-05-22 01:45:32 -04:00
merge_topic:
2021-05-04 10:34:37 -04:00
title: "合并话题"
action: "合并话题"
error: "合并话题时发生错误。"
radio_label: "现有话题"
instructions:
2021-05-04 10:34:37 -04:00
other: "请选择一个话题以便移动这 <b>%{count}</b> 个帖子。"
2019-03-28 10:07:51 -04:00
move_to_new_message:
2021-05-04 10:34:37 -04:00
title: "拆分消息"
action: "拆分消息"
message_title: "新消息的标题"
radio_label: "新建消息"
2019-03-28 10:07:51 -04:00
participants: "参与者"
instructions:
2021-05-04 10:34:37 -04:00
other: "你正在发送 <b>%{count}</b> 篇帖子到一条新的消息。"
2019-03-28 10:07:51 -04:00
move_to_existing_message:
2021-05-04 10:34:37 -04:00
title: "合并消息"
action: "合并消息"
radio_label: "现有消息"
2019-03-28 10:07:51 -04:00
participants: "参与者"
instructions:
2021-05-04 10:34:37 -04:00
other: "请选择你要将 <b>%{count}</b> 个帖子所移动到的消息。"
2016-08-05 14:39:55 -04:00
merge_posts:
2021-05-04 10:34:37 -04:00
title: "合并已选定的帖子"
action: "合并已选定的帖子"
error: "合并选定帖子时发生了错误。"
2020-04-20 05:37:59 -04:00
publish_page:
2020-09-01 09:02:16 -04:00
title: "页面发布"
2021-05-04 10:34:37 -04:00
publish: "发布"
description: "当一个话题被发布为页面后,其链接可被共享,并且可以以自定义样式显示。"
slug: "缩写"
2020-06-21 05:58:21 -04:00
public: "公开"
2021-05-04 10:34:37 -04:00
public_description: "即使关联的话题是私有的,用户也可以看到该页面。"
2020-09-01 09:02:16 -04:00
publish_url: "你的页面已发布在:"
2021-05-04 10:34:37 -04:00
topic_published: "你的话题已发布在:"
2020-09-01 09:02:16 -04:00
preview_url: "你的页面将被发布在:"
invalid_slug: "抱歉,您不能发布该页面。"
unpublish: "取消发布"
2021-05-04 10:34:37 -04:00
unpublished: "你的页面已经取消发布,因此无法再访问。"
2020-09-01 09:02:16 -04:00
publishing_settings: "发布设置"
2014-04-11 11:53:02 -04:00
change_owner:
2018-11-05 05:58:41 -05:00
title: "更改所有者"
2021-05-04 10:34:37 -04:00
action: "更改所有者"
error: "更改帖子所有者时发生错误。"
placeholder: "新所有者的用户名"
2018-11-05 05:58:41 -05:00
instructions:
2021-05-04 10:34:37 -04:00
other: "请选择 <b>@%{old_user}</b> 创建的 %{count} 个帖子的新所有者。"
2020-04-20 05:37:59 -04:00
instructions_without_old_user:
2021-05-04 10:34:37 -04:00
other: "请为 %{count} 个帖子选择一个新的所有者。"
2015-08-31 12:49:30 -04:00
change_timestamp:
2021-05-04 10:34:37 -04:00
title: "更改时间戳"
action: "更改时间戳"
invalid_timestamp: "时间戳不能为未来。"
error: "更改话题时间戳时发生错误。"
instructions: "请为话题选择新的时间戳,话题中的所有帖子将按照相同的时间差更新。"
2013-03-23 06:19:26 -04:00
multi_select:
2019-01-19 17:29:54 -05:00
select: "选择"
2020-06-10 12:00:16 -04:00
selected: "已选择(%{count}"
2017-12-20 15:28:29 -05:00
select_post:
2019-01-19 17:29:54 -05:00
label: "选中"
title: "将帖子加入选择"
2017-12-20 15:28:29 -05:00
selected_post:
2019-01-19 17:29:54 -05:00
label: "已选中"
title: "单击以将帖子从中移除"
2017-12-20 15:28:29 -05:00
select_replies:
2021-05-04 10:34:37 -04:00
label: "选择回复"
2019-01-19 17:29:54 -05:00
title: "选择帖子及其所有回复"
2018-11-05 05:58:41 -05:00
select_below:
2021-05-04 10:34:37 -04:00
label: "选择下方"
2019-01-19 17:29:54 -05:00
title: "选择帖子及其后的所有内容"
2020-04-20 05:37:59 -04:00
delete: 删除所选项
2013-03-23 06:19:26 -04:00
cancel: 取消选择
select_all: 全选
2021-05-04 10:34:37 -04:00
deselect_all: 取消全选
description:
2020-06-10 12:00:16 -04:00
other: "已选择 <b>%{count}</b> 个帖子。"
2019-04-24 09:02:04 -04:00
deleted_by_author:
2021-05-04 10:34:37 -04:00
other: "(话题被作者删除,如无标记将在 %{count} 小时后自动删除)"
2013-03-23 06:19:26 -04:00
post:
2016-11-28 15:58:38 -05:00
quote_reply: "引用"
2020-08-05 09:55:12 -04:00
quote_share: "分享"
2021-05-04 10:34:37 -04:00
edit_reason: "理由:"
2020-06-10 12:00:16 -04:00
post_number: "帖子 %{number}"
2021-05-04 10:34:37 -04:00
ignored: "已忽略内容"
wiki_last_edited_on: "维基最后编辑于 %{dateTime}"
last_edited_on: "帖子最后编辑于 %{dateTime}"
reply_as_new_topic: "回复为联结话题"
2017-05-25 09:55:55 -04:00
reply_as_new_private_message: "向相同的收件人回复新私信"
2020-06-10 12:00:16 -04:00
continue_discussion: "自 %{postLink} 继续讨论:"
follow_quote: "转到所引用的帖子"
2020-05-04 10:39:01 -04:00
show_full: "显示完整帖子"
2019-05-20 07:42:05 -04:00
show_hidden: "显示已忽略内容。"
deleted_by_author:
2018-06-21 10:34:09 -04:00
other: "(帖子被作者删除,如无标记将在 %{count} 小时后自动删除)"
2018-04-24 09:59:30 -04:00
collapse: "折叠"
2013-12-06 19:30:21 -05:00
expand_collapse: "展开/折叠"
2021-05-04 10:34:37 -04:00
locked: "一个管理人员锁定了该帖的编辑"
gap:
2020-06-10 12:00:16 -04:00
other: "查看 %{count} 个隐藏回复"
2019-03-28 10:07:51 -04:00
notice:
2021-05-04 10:34:37 -04:00
new_user: "这是 %{user} 的首个发帖 - 让我们欢迎他加入社区吧!"
returning_user: "从我们上一次看到 %{user} 有一阵子了 — 他上次发帖是 %{time}。"
unread: "未读帖子"
2015-07-22 13:27:18 -04:00
has_replies:
2020-06-10 12:00:16 -04:00
other: "%{count} 回复"
2020-12-15 09:25:10 -05:00
has_replies_count: "%{count}"
unknown_user: "(未知或已删除的用户)"
2015-07-22 13:27:18 -04:00
has_likes_title:
2021-05-04 10:34:37 -04:00
other: "%{count} 人赞了该贴"
2020-09-29 09:01:52 -04:00
has_likes_title_only_you: "你赞了这个帖子"
2015-11-30 14:23:26 -05:00
has_likes_title_you:
2021-05-04 10:34:37 -04:00
other: "你和另外的 %{count} 人赞了该帖"
2020-12-15 09:25:10 -05:00
filtered_replies_hint:
other: "查看此帖子及其 %{count} 个回复"
2020-12-22 08:49:40 -05:00
filtered_replies_viewing:
other: "查看 %{count} 个回复"
in_reply_to: "加载父帖子"
2021-02-09 08:56:15 -05:00
view_all_posts: "查看所有帖子"
2013-03-23 06:19:26 -04:00
errors:
2021-05-04 10:34:37 -04:00
create: "抱歉,在创建你的帖子时发生了错误,请重试。"
edit: "抱歉,在编辑你的帖子时发生了错误,请重试。"
upload: "抱歉,在上传文件时发生了错误,请重试。"
file_too_large: "抱歉,该文件太大(最大大小为 %{max_size_kb}KB为什么不将您的大文件上传到云共享服务然后粘贴链接"
too_many_uploads: "抱歉,一次只能上传一张图片。"
2020-10-20 09:34:57 -04:00
too_many_dragged_and_dropped_files:
2021-05-04 10:34:37 -04:00
other: "抱歉,一次只能上传 %{count} 个文件。"
2020-06-10 12:00:16 -04:00
upload_not_authorized: "抱歉,你没有上传文件的权限(验证扩展:%{authorized_extensions})。"
image_upload_not_allowed_for_new_user: "抱歉,新用户无法上传图片。"
attachment_upload_not_allowed_for_new_user: "抱歉,新用户无法上传附件。"
attachment_download_requires_login: "抱歉,你需要登录后才能下载附件。"
2021-03-23 11:12:04 -04:00
cancel_composer:
confirm: "你想对自己的帖子做什么?"
discard: "丢弃"
save_draft: "保存草稿供以后使用"
keep_editing: "继续编辑"
via_email: "通过邮件发表的帖子"
via_auto_generated_email: "通过自动生成邮件发表的帖子"
2016-08-05 14:39:55 -04:00
whisper: "设置帖子为密语,只对版主可见"
2017-03-08 11:54:01 -05:00
wiki:
about: "这个帖子是维基"
2013-03-23 06:19:26 -04:00
archetypes:
2019-01-19 17:29:54 -05:00
save: "保存选项"
few_likes_left: "谢谢你的热情!你今天的赞快用完了。"
2013-03-23 06:19:26 -04:00
controls:
2017-03-01 00:28:16 -05:00
reply: "开始撰写本帖的回复"
2020-04-20 05:37:59 -04:00
like: "点赞此帖"
2020-09-29 09:01:52 -04:00
has_liked: "你已赞了这个帖子"
2019-09-25 22:29:44 -04:00
read_indicator: "阅读了帖子的用户"
undo_like: "取消赞"
2013-03-23 06:19:26 -04:00
edit: "编辑本帖"
2017-08-31 14:50:26 -04:00
edit_action: "编辑"
edit_anonymous: "抱歉,需要登录后才能编辑该贴。"
2021-05-04 10:34:37 -04:00
flag: "私下标记此贴以警告,或发送一个关于它的私人通知"
2013-03-23 06:19:26 -04:00
delete: "删除本帖"
undelete: "恢复本帖"
2016-08-23 08:52:48 -04:00
share: "分享指向这个帖子的链接"
2013-03-23 06:19:26 -04:00
more: "更多"
2018-04-24 09:59:30 -04:00
delete_replies:
2021-05-04 10:34:37 -04:00
confirm: "是否要删除该贴的回复?"
2018-11-05 05:58:41 -05:00
direct_replies:
2021-05-04 10:34:37 -04:00
other: "是,%{count} 个直接回复"
2018-11-05 05:58:41 -05:00
all_replies:
2021-05-04 10:34:37 -04:00
other: "是,以及共计 %{count} 个回复"
2018-04-24 09:59:30 -04:00
just_the_post: "不,只是这篇帖子"
2021-05-04 10:34:37 -04:00
admin: "帖子管理操作"
wiki: "设为维基"
unwiki: "移除维基"
2016-03-28 04:30:18 -04:00
convert_to_moderator: "添加管理人员颜色标识"
revert_to_regular: "移除管理人员颜色标识"
2014-09-23 11:47:42 -04:00
rebake: "重建 HTML"
2020-09-01 09:02:16 -04:00
publish_page: "页面发布"
2014-09-30 10:23:17 -04:00
unhide: "显示"
2021-05-04 10:34:37 -04:00
change_owner: "更改所有者"
2018-04-24 09:59:30 -04:00
grant_badge: "授予徽章"
lock_post: "锁定帖子"
lock_post_description: "禁止发帖者编辑这篇帖子"
unlock_post: "解锁帖子"
2018-11-05 05:58:41 -05:00
unlock_post_description: "允许发布者编辑帖子"
2021-05-04 10:34:37 -04:00
delete_topic_disallowed_modal: "你无权删除该贴,如果你真想删除,向版主提交原因并标记。"
delete_topic_disallowed: "你无权删除此话题"
2021-02-09 08:56:15 -05:00
delete_topic_confirm_modal:
2021-05-04 10:34:37 -04:00
other: "当前话题已被浏览超过 %{count} 次,因此可能是一个受欢迎的搜索结果。你确定要完全删除该话题,而不是对其进行编辑以改善它吗?"
delete_topic_confirm_modal_yes: "是,删除此话题"
2020-10-30 11:06:32 -04:00
delete_topic_confirm_modal_no: "不,保留这个话题"
2021-05-04 10:34:37 -04:00
delete_topic_error: "删除此话题时发生错误"
delete_topic: "删除话题"
2019-05-20 07:42:05 -04:00
add_post_notice: "添加管理人员通知"
2020-11-17 08:49:58 -05:00
change_post_notice: "变更管理人员通知"
2021-05-04 10:34:37 -04:00
delete_post_notice: "删除管理人员通知"
2019-07-15 09:43:22 -04:00
remove_timer: "移除计时器"
2021-02-16 09:24:37 -05:00
edit_timer: "编辑计时器"
2013-03-23 06:19:26 -04:00
actions:
people:
2019-12-19 12:31:52 -05:00
like:
other: "点赞"
read:
other: "看过"
2017-12-06 10:25:12 -05:00
like_capped:
2021-05-04 10:34:37 -04:00
other: "还有其他 %{count} 人赞了它"
2019-12-19 12:31:52 -05:00
read_capped:
2021-05-04 10:34:37 -04:00
other: "还有 %{count} 个其他用户看过"
by_you:
2021-05-04 10:34:37 -04:00
off_topic: "你已标记其为偏离话题"
spam: "你已标记其为垃圾信息"
inappropriate: "你已标记其为不恰当的言辞"
notify_moderators: "你已标记了本帖要求管理人员处理"
notify_user: "你已经通知了该用户"
2018-11-05 05:58:41 -05:00
delete:
confirm:
2021-05-04 10:34:37 -04:00
other: "你确定要删除这 %{count} 个帖子吗?"
2017-06-18 23:39:10 -04:00
merge:
confirm:
2020-06-10 12:00:16 -04:00
other: "确定要合并这 %{count} 个帖子吗?"
2013-12-13 08:36:11 -05:00
revisions:
controls:
2014-03-27 18:51:31 -04:00
first: "第一版"
previous: "上一版"
next: "下一版"
last: "最新版"
hide: "隐藏版本历史"
show: "显示版本历史"
2021-05-04 10:34:37 -04:00
revert: "还原到版本 %{revision}"
2017-03-08 11:54:01 -05:00
edit_wiki: "编辑维基"
edit_post: "编辑帖子"
2020-06-10 12:00:16 -04:00
comparing_previous_to_current_out_of_total: "<strong>%{previous}</strong> %{icon} <strong>%{current}</strong> / %{total}"
2013-12-13 08:36:11 -05:00
displays:
inline:
title: "行内显示渲染后的页面,并标示增加和删除的内容"
2019-01-19 17:29:54 -05:00
button: "HTML"
2013-12-13 08:36:11 -05:00
side_by_side:
title: "并排显示渲染后的页面,分开标示增加和删除的内容"
2019-01-19 17:29:54 -05:00
button: "HTML"
2013-12-13 08:36:11 -05:00
side_by_side_markdown:
title: "并排显示源码,分开标示增加和删除的内容"
2019-01-19 17:29:54 -05:00
button: "原始"
2017-05-29 02:53:49 -04:00
raw_email:
displays:
raw:
title: "显示原始邮件地址"
2019-01-19 17:29:54 -05:00
button: "原始"
2017-05-29 02:53:49 -04:00
text_part:
2021-05-04 10:34:37 -04:00
title: "显示邮件的文本部分"
button: "文本"
2017-05-29 02:53:49 -04:00
html_part:
title: "显示邮件的 HTML 部分"
2019-01-19 17:29:54 -05:00
button: "HTML"
2019-12-19 12:31:52 -05:00
bookmarks:
2021-05-04 10:34:37 -04:00
create: "创建收藏"
2020-04-20 05:37:59 -04:00
edit: "编辑收藏"
2021-05-04 10:34:37 -04:00
created: "已创建"
2020-05-04 10:39:01 -04:00
updated: "已更新"
2019-12-19 12:31:52 -05:00
name: "名称"
2020-04-20 05:37:59 -04:00
name_placeholder: "这个收藏是做什么用的?"
set_reminder: "提醒我"
2020-02-25 10:29:14 -05:00
actions:
delete_bookmark:
name: "删除收藏"
2021-05-04 10:34:37 -04:00
description: "从你的个人资料中删除收藏并停止所有关于该收藏的提醒"
2020-04-20 05:37:59 -04:00
edit_bookmark:
name: "编辑收藏"
description: "编辑收藏名称或修改提醒的日期和时间"
2021-03-23 11:12:04 -04:00
pin_bookmark:
2021-05-04 10:34:37 -04:00
name: "置顶收藏"
description: "置顶收藏,这将使其显示在收藏列表的顶部。"
2021-03-23 11:12:04 -04:00
unpin_bookmark:
2021-05-04 10:34:37 -04:00
name: "取消置顶收藏"
description: "取消置顶收藏,它将不再出现在收藏列表的顶部。"
2020-12-15 09:25:10 -05:00
filtered_replies:
viewing_posts_by: "查看 %{post_count} 个帖子"
viewing_subset: "一些回复已被折叠"
2021-05-04 10:34:37 -04:00
viewing_summary: "查看此话题的摘要"
2020-12-15 09:25:10 -05:00
post_number: "%{username},帖子 #%{post_number}"
show_all: "显示全部"
2013-03-23 06:19:26 -04:00
category:
2019-01-19 17:29:54 -05:00
can: "能够&hellip; "
none: "(未分类)"
all: "所有分类"
2019-08-26 08:36:46 -04:00
choose: "分类&hellip;"
2019-03-28 10:07:51 -04:00
edit: "编辑"
edit_dialog_title: "编辑: %{categoryName}"
2021-05-04 10:34:37 -04:00
view: "浏览分类的话题"
2020-10-27 10:36:21 -04:00
back: "返回分类"
2019-01-19 17:29:54 -05:00
general: "常规"
settings: "设置"
2021-05-04 10:34:37 -04:00
topic_template: "话题模板"
2016-07-11 10:53:19 -04:00
tags: "标签"
2019-05-20 07:42:05 -04:00
tags_allowed_tags: "限制这些标签只能用在此分类"
tags_allowed_tag_groups: "限制这些标签组只能用在此分类"
tags_placeholder: "(可选)允许使用的标签列表"
2021-05-04 10:34:37 -04:00
tags_tab_description: "上面所指定的标签和标签组仅在此分类以及其它也指定了它们的分类中可用,它们将无法在其它分类中使用。"
tag_groups_placeholder: "(可选)允许使用的标签组列表"
2020-10-27 10:36:21 -04:00
manage_tag_groups_link: "管理标签组"
2020-04-20 05:37:59 -04:00
allow_global_tags_label: "也允许其它标签"
2019-12-05 11:20:52 -05:00
tag_group_selector_placeholder: "(可选)标签组"
2021-05-04 10:34:37 -04:00
required_tag_group_description: "要求新话题包含标签组中的标签:"
2020-04-20 05:37:59 -04:00
min_tags_from_required_group_label: "标签数量:"
2019-12-05 11:20:52 -05:00
required_tag_group_label: "标签组:"
2018-11-05 05:58:41 -05:00
topic_featured_link_allowed: "允许在该分类中发布特色链接标题"
2019-01-19 17:29:54 -05:00
delete: "删除分类"
2021-05-04 10:34:37 -04:00
create: "新建分类"
2019-01-19 17:29:54 -05:00
create_long: "创建新的分类"
save: "保存分类"
2021-05-04 10:34:37 -04:00
slug: "分类简称"
slug_placeholder: "(可选)用于 URL 以“-”分割的单词"
2013-03-23 06:19:26 -04:00
creation_error: 创建此分类时发生了错误。
2013-05-22 22:56:49 -04:00
save_error: 在保存此分类时发生了错误。
2013-03-23 06:19:26 -04:00
name: "分类名称"
description: "描述"
2021-05-04 10:34:37 -04:00
topic: "分类话题"
2014-07-10 16:07:19 -04:00
logo: "分类标志图片"
background_image: "分类背景图片"
2013-03-23 06:19:26 -04:00
badge_colors: "徽章颜色"
background_color: "背景色"
foreground_color: "前景色"
name_placeholder: "应该简明扼要。"
2020-04-20 05:37:59 -04:00
color_placeholder: "任意网页颜色"
2014-12-29 08:36:33 -05:00
delete_confirm: "你确定要删除此分类吗?"
delete_error: "在删除此分类时发生了错误。"
2013-03-23 06:19:26 -04:00
list: "列出分类"
2014-06-19 08:19:05 -04:00
no_description: "请为本分类添加描述信息。"
2021-05-04 10:34:37 -04:00
change_in_category_topic: "访问分类话题来编辑描述信息"
2019-01-19 17:29:54 -05:00
already_used: "此色彩已经被另一个分类使用"
2014-03-27 18:51:31 -04:00
security: "安全性"
2020-11-24 11:25:37 -05:00
security_add_group: "新增群组"
permissions:
group: "群组"
2021-05-04 10:34:37 -04:00
see: "阅读"
2020-11-24 11:25:37 -05:00
reply: "回复"
create: "创建"
2021-05-04 10:34:37 -04:00
no_groups_selected: "没有群组被授予访问权限,此类别仅对管理员可见。"
everyone_has_access: '这个分类是公开的任何人都可以阅读回复和创建帖子。要限制权限请删除“everyone”组的一个或多个权限。'
2020-11-24 11:25:37 -05:00
toggle_reply: "切换回复权限"
toggle_full: "切换创建权限"
2021-05-04 10:34:37 -04:00
inherited: '此权限继承自 “everyone”'
2020-04-20 05:37:59 -04:00
special_warning: "警告:这是一个预设的分类,它的安全设置不能被更改。如果你不想要使用这个分类,直接删除它,而不是另作他用。"
2019-03-28 10:07:51 -04:00
uncategorized_security_warning: "这是个特殊的分类。如果不知道应该话题属于哪个分类,那么请使用这个分类。这个分类没有安全设置。"
2021-05-04 10:34:37 -04:00
uncategorized_general_warning: '这个分类是特殊的,它用作未选择分类的新话题的默认分类。如果你想要避免此行为并强制选择分类,<a href="%{settingLink}">请在此处禁用该设置</a>。如果你要修改其名称或描述,请转到<a href="%{customizeLink}">自定义/文本内容</a>。'
pending_permission_change_alert: "你还没有添加 %{group} 到此分类;点击此按钮添加。"
2014-07-10 16:07:19 -04:00
images: "图片"
2015-07-30 13:11:12 -04:00
email_in: "自定义进站电子邮件地址:"
2019-01-02 12:32:38 -05:00
email_in_allow_strangers: "接受无账户的匿名用户的邮件"
2021-05-04 10:34:37 -04:00
email_in_disabled: "站点设置中禁用了通过电子邮件发布新话题的功能,要启用通过电子邮件发布新话题,"
2014-08-08 16:34:01 -04:00
email_in_disabled_click: '启用“邮件发表”设置。'
2017-12-12 11:09:24 -05:00
mailinglist_mirror: "分类镜像了一个邮件列表"
2021-05-04 10:34:37 -04:00
show_subcategory_list: "在这个分类中把子分类列表显示在话题的上面"
read_only_banner: "当一名用户不能在该分类创建话题时显示的横幅文字:"
num_featured_topics: "分类页面上显示的话题数量:"
subcategory_num_featured_topics: "父分类页面上的精选话题数量:"
all_topics_wiki: "默认将新话题设为维基"
allow_unlimited_owner_edits_on_first_post: "允许所有者对话题中的第一篇帖子进行无限的编辑"
2017-05-29 02:53:49 -04:00
subcategory_list_style: "子分类列表样式:"
2021-05-04 10:34:37 -04:00
sort_order: "话题排序依据:"
default_view: "默认话题列表:"
2017-05-29 02:53:49 -04:00
default_top_period: "默认热门时长:"
2020-06-10 12:00:16 -04:00
default_list_filter: "默认列表筛选"
2020-01-20 11:00:44 -05:00
allow_badges_label: "允许在此分类中授予徽章"
2013-08-14 23:38:54 -04:00
edit_permissions: "编辑权限"
2020-08-05 09:55:12 -04:00
reviewable_by_group: "除管理人员外,该分类的内容还可以被以下用户审核:"
2019-05-20 07:42:05 -04:00
review_group_name: "群组名"
2021-05-04 10:34:37 -04:00
require_topic_approval: "所有新话题需要版主审批"
2018-11-05 05:58:41 -05:00
require_reply_approval: "所有新回复需要版主审批"
2013-10-20 20:43:53 -04:00
this_year: "今年"
2019-05-20 07:42:05 -04:00
position: "分类页面位置:"
2013-12-18 07:55:09 -05:00
default_position: "默认位置"
2020-08-25 09:02:37 -04:00
position_disabled: "分类按照其活跃程度的顺序显示。要固定分类列表的显示顺序, "
2014-08-08 16:34:01 -04:00
position_disabled_click: '启用“固定分类位置”设置。'
2021-05-04 10:34:37 -04:00
minimum_required_tags: "在一个话题中至少含有多少个标签:"
2013-10-26 07:39:34 -04:00
parent: "上级分类"
2021-05-04 10:34:37 -04:00
num_auto_bump_daily: "每天自动顶贴的话题的数量"
navigate_to_first_post_after_read: "阅读话题后导航到第一个帖子"
2014-06-19 08:19:05 -04:00
notifications:
watching:
2021-05-04 10:34:37 -04:00
title: "关注"
description: "你将自动关注这个分类中的所有话题,你会收到所有新话题中的每一个新帖的通知,还会显示新回复的数量。"
watching_first_post:
2021-05-04 10:34:37 -04:00
title: "关注新帖"
description: "你将收到此分类中的新话题通知,不包括回复。"
2014-06-19 08:19:05 -04:00
tracking:
2020-04-20 05:37:59 -04:00
title: "追踪"
2021-05-04 10:34:37 -04:00
description: "你将自动跟踪这个分类中的所有话题,如果有人 @ 你或回复你,将通知你,还将显示新回复的数量。"
2014-06-19 08:19:05 -04:00
regular:
2016-03-01 03:46:46 -05:00
title: "普通"
2016-09-02 10:42:45 -04:00
description: "如果有人@你或回复你,将通知你。"
2014-06-19 08:19:05 -04:00
muted:
2016-08-23 08:52:48 -04:00
title: "静音"
2021-05-04 10:34:37 -04:00
description: "你将不会收到有这些个分类新话题的任何通知,它们也不会出现在最新话题中。"
2019-03-28 10:07:51 -04:00
search_priority:
label: "搜索优先级"
options:
normal: "普通"
2021-05-04 10:34:37 -04:00
ignore: "忽略"
2019-04-24 09:02:04 -04:00
very_low: "非常低"
low: "低"
high: "高"
very_high: "非常高"
2016-11-28 15:58:38 -05:00
sort_options:
default: "默认"
likes: "赞"
2020-09-29 09:01:52 -04:00
op_likes: "原始帖子的赞"
2020-11-24 11:25:37 -05:00
views: "浏览"
2016-11-28 15:58:38 -05:00
posts: "帖子"
2021-05-04 10:34:37 -04:00
activity: "活跃"
posters: "发帖者"
2016-11-28 15:58:38 -05:00
category: "分类"
2019-12-19 12:31:52 -05:00
created: "创建日期"
2019-01-19 17:29:54 -05:00
sort_ascending: "升序"
sort_descending: "降序"
2017-05-29 02:53:49 -04:00
subcategory_list_styles:
rows: "行"
2021-05-04 10:34:37 -04:00
rows_with_featured_topics: "有精选话题的行"
boxes: "方框"
boxes_with_featured_topics: "有推荐话题的方框"
2019-04-24 09:02:04 -04:00
settings_sections:
general: "常规"
moderation: "审核"
2021-05-04 10:34:37 -04:00
appearance: "外观"
2019-04-24 09:02:04 -04:00
email: "邮箱"
2020-06-14 17:39:33 -04:00
list_filters:
2021-05-04 10:34:37 -04:00
all: "所有话题"
2020-06-14 17:39:33 -04:00
none: "无子分类"
2021-01-19 10:14:59 -05:00
colors_disabled: "你无法选择颜色,因为你没有类别样式。"
2013-03-23 06:19:26 -04:00
flagging:
2019-01-19 17:29:54 -05:00
title: "感谢你帮助我们建设文明社区!"
action: "标记帖子"
2021-05-04 10:34:37 -04:00
take_action: "执行操作..."
2020-10-16 18:07:21 -04:00
take_action_options:
default:
2021-05-04 10:34:37 -04:00
title: "执行操作"
2020-10-16 18:07:21 -04:00
details: "立即采取标记达到阈值时的措施,而不是等待更多的社区标记"
suspend:
title: "封禁用户"
2021-05-04 10:34:37 -04:00
details: "立即采取标记达到阈值时的措施,并封禁用户"
2020-10-16 18:07:21 -04:00
silence:
title: "禁言用户"
2021-05-04 10:34:37 -04:00
details: "立即采取标记达到阈值时的措施,并禁言用户"
notify_action: "消息"
official_warning: "官方警告"
delete_spammer: "删除垃圾内容发布者"
2021-03-23 11:12:04 -04:00
flag_for_review: "加入审查队列"
2021-05-04 10:34:37 -04:00
delete_confirm_MF: "你将删除该用户的 {POSTS, plural, one {<b>1</b> 个帖子} other {<b>#</b> 个帖子}} 和 {TOPICS, plural, one {<b>1</b> 个话题} other {<b>#</b> 个话题}}并且删除该账户阻止其IP地址 <b>{ip_address}</b> 再次注册,同时将其邮件地址 <b>{email}</b> 加入永久的黑名单,你确定该用户是垃圾内容制造者吗?"
2020-05-04 10:39:01 -04:00
yes_delete_spammer: "是的,删除垃圾内容发布者"
2014-10-08 16:07:59 -04:00
ip_address_missing: "N/A"
hidden_email_address: "(隐藏)"
2021-05-04 10:34:37 -04:00
submit_tooltip: "私下提交标记"
2020-05-04 10:39:01 -04:00
take_action_tooltip: "立即采取标记达到阈值时的措施,而不是等待更多的社区标记"
cant: "抱歉,当前你不能标记该帖子。"
2019-01-19 17:29:54 -05:00
notify_staff: "私下通知管理人员"
2014-11-06 15:16:58 -05:00
formatted_name:
2020-05-04 10:39:01 -04:00
off_topic: "偏离话题"
inappropriate: "这是不当言论"
spam: "这是广告内容"
2021-05-04 10:34:37 -04:00
custom_placeholder_notify_user: "详细说明,易于理解,保持友善。"
2020-05-04 10:39:01 -04:00
custom_placeholder_notify_moderators: "让我们知道你关心的是什么,并尽可能地提供相关链接和例子。"
2013-03-23 06:19:26 -04:00
custom_message:
2016-09-02 10:42:45 -04:00
at_least:
2020-06-10 12:00:16 -04:00
other: "输入至少 %{count} 个字符"
2016-08-25 11:04:46 -04:00
more:
2020-06-10 12:00:16 -04:00
other: "还差 %{count} 个…"
2016-08-25 11:04:46 -04:00
left:
2020-06-10 12:00:16 -04:00
other: "剩余 %{count}"
flagging_topic:
2017-05-02 06:38:55 -04:00
title: "感谢你帮助我们建设文明社区!"
2021-05-04 10:34:37 -04:00
action: "标记话题"
notify_action: "消息"
2013-11-15 12:15:46 -05:00
topic_map:
2021-05-04 10:34:37 -04:00
title: "话题摘要"
2016-03-01 03:46:46 -05:00
participants_title: "主要发帖者"
2015-06-01 14:03:27 -04:00
links_title: "热门链接"
2018-10-12 10:39:59 -04:00
links_shown: "显示更多链接…"
2014-04-11 11:53:02 -04:00
clicks:
2018-06-21 10:34:09 -04:00
other: "%{count} 次点击"
2016-07-11 10:53:19 -04:00
post_links:
about: "为本帖展开更多链接"
title:
2021-05-04 10:34:37 -04:00
other: "还有 %{count} 篇"
2013-03-23 06:19:26 -04:00
topic_statuses:
warning:
2021-05-04 10:34:37 -04:00
help: "这是一个官方警告。"
2015-01-21 12:28:30 -05:00
bookmarked:
2021-05-04 10:34:37 -04:00
help: "你已经收藏了此话题"
2013-03-23 06:19:26 -04:00
locked:
2021-05-04 10:34:37 -04:00
help: "这个话题已被关闭,不再接受新的回复"
2015-09-07 10:18:43 -04:00
archived:
2021-05-04 10:34:37 -04:00
help: "本话题已归档,即已经冻结,无法修改"
2015-09-07 10:18:43 -04:00
locked_and_archived:
2021-05-04 10:34:37 -04:00
help: "这个话题已被关闭并归档,不再接受新的回复且不能被修改"
2014-04-11 11:53:02 -04:00
unpinned:
2021-05-04 10:34:37 -04:00
title: "取消置顶"
help: "话题已经取消置顶;它将以默认顺序显示"
2014-04-11 11:53:02 -04:00
pinned_globally:
title: "全局置顶"
2021-05-04 10:34:37 -04:00
help: "本话题已全局置顶,它始终会在最新列表以及它所属的分类中置顶"
2013-03-23 06:19:26 -04:00
pinned:
2014-04-11 11:53:02 -04:00
title: "置顶"
2021-05-04 10:34:37 -04:00
help: "本话题已置顶,它将始终显示在它所属分类的顶端"
2019-03-28 10:07:51 -04:00
unlisted:
2021-05-04 10:34:37 -04:00
help: "本话题被设置为不显示在话题列表中,只能通过链接来访问"
2019-07-15 09:43:22 -04:00
personal_message:
2021-05-04 10:34:37 -04:00
title: "此话题是一条私信"
help: "此话题是一条私信"
2013-03-23 06:19:26 -04:00
posts: "帖子"
2015-04-09 11:28:06 -04:00
posts_likes_MF: |
2021-05-04 10:34:37 -04:00
这个话题共有{count, plural, other {# 条回复}}{ratio, select,
low {,点赞比例比较高}
med {,点赞比例很高}
high {,点赞比例非常之高}
2015-04-09 11:28:06 -04:00
other {}}
2013-03-23 06:19:26 -04:00
original_post: "原始帖"
views: "浏览"
2015-04-22 09:35:15 -04:00
views_lowercase:
2018-06-21 10:34:09 -04:00
other: "浏览"
2013-03-23 06:19:26 -04:00
replies: "回复"
2017-03-08 11:54:01 -05:00
views_long:
2021-05-04 10:34:37 -04:00
other: "本话题已经被浏览过 %{number} 次"
2013-03-23 06:19:26 -04:00
activity: "活动"
likes: "赞"
2015-04-22 09:35:15 -04:00
likes_lowercase:
2018-06-21 10:34:09 -04:00
other: "赞"
users: "用户"
2015-04-22 09:35:15 -04:00
users_lowercase:
2018-06-21 10:34:09 -04:00
other: "用户"
2013-03-23 06:19:26 -04:00
category_title: "分类"
2021-05-11 13:01:59 -04:00
history: "历史最近100次修订"
2020-06-10 12:00:16 -04:00
changed_by: "由 %{author}"
2014-10-23 10:45:56 -04:00
raw_email:
2017-05-29 02:53:49 -04:00
title: "进站邮件"
2014-10-23 10:45:56 -04:00
not_available: "不可用!"
2013-03-23 06:19:26 -04:00
categories_list: "分类列表"
filters:
2021-05-04 10:34:37 -04:00
with_topics: "%{filter} 话题"
with_category: "%{category} 的 %{filter} 话题"
latest:
2015-11-25 17:09:48 -05:00
title: "最新"
title_with_count:
2020-06-10 12:00:16 -04:00
other: "最新(%{count}"
2021-05-04 10:34:37 -04:00
help: "有新帖的话题"
2013-03-23 06:19:26 -04:00
read:
2016-08-05 14:39:55 -04:00
title: "已读"
2021-05-04 10:34:37 -04:00
help: "你阅读过的话题,以你阅读的顺序排序"
2013-03-23 06:19:26 -04:00
categories:
title: "分类"
2020-06-10 12:00:16 -04:00
title_in: "分类 - %{categoryName}"
2021-05-04 10:34:37 -04:00
help: "归入各种类别的所有话题"
2013-03-23 06:19:26 -04:00
unread:
2015-11-25 17:09:48 -05:00
title: "未读"
title_with_count:
2020-06-10 12:00:16 -04:00
other: "未读(%{count}"
2021-05-04 10:34:37 -04:00
help: "你目前关注或跟踪有了未读帖子的话题"
2015-11-30 14:23:26 -05:00
lower_title_with_count:
2020-06-10 12:00:16 -04:00
other: "%{count} 未读"
2013-03-23 06:19:26 -04:00
new:
2015-11-25 17:09:48 -05:00
lower_title_with_count:
2020-06-10 12:00:16 -04:00
other: "%{count} 近期"
2015-07-01 09:53:15 -04:00
lower_title: "近期"
2015-11-25 17:09:48 -05:00
title: "近期"
title_with_count:
2020-06-10 12:00:16 -04:00
other: "近期(%{count}"
2021-05-04 10:34:37 -04:00
help: "最近几天里创建的话题"
2013-03-23 06:19:26 -04:00
posted:
title: "我的帖子"
2021-05-04 10:34:37 -04:00
help: "你发表过帖子的话题"
2015-02-03 13:50:05 -05:00
bookmarks:
2019-01-14 12:23:49 -05:00
title: "收藏"
2021-05-04 10:34:37 -04:00
help: "你收藏的话题"
2013-03-23 06:19:26 -04:00
category:
2020-06-10 12:00:16 -04:00
title: "%{categoryName}"
2015-11-30 14:23:26 -05:00
title_with_count:
2020-06-10 12:00:16 -04:00
other: "%{categoryName} (%{count})"
2021-05-04 10:34:37 -04:00
help: "%{categoryName}分类中热门的话题"
2014-01-01 08:29:10 -05:00
top:
2014-03-27 18:51:31 -04:00
title: "热门"
2021-05-04 10:34:37 -04:00
help: "在最近的一年,一月,一周或一天最活跃的话题"
2015-04-13 14:28:48 -04:00
all:
title: "不限时间"
2014-01-19 08:36:32 -05:00
yearly:
2015-04-13 14:28:48 -04:00
title: "年度"
2015-08-04 03:47:39 -04:00
quarterly:
2020-04-20 05:37:59 -04:00
title: "季度"
2014-01-19 08:36:32 -05:00
monthly:
2015-04-13 14:28:48 -04:00
title: "月度"
2014-01-19 08:36:32 -05:00
weekly:
2015-04-13 14:28:48 -04:00
title: "每周"
2014-01-19 08:36:32 -05:00
daily:
2015-04-13 14:28:48 -04:00
title: "每天"
all_time: "不限时间"
2015-07-16 09:48:02 -04:00
this_year: "年"
2020-04-20 05:37:59 -04:00
this_quarter: "季"
2015-07-16 09:48:02 -04:00
this_month: "月"
this_week: "周"
2014-01-01 08:29:10 -05:00
today: "今天"
2020-05-26 10:06:07 -04:00
other_periods: "查看热门:"
2020-10-20 09:34:57 -04:00
browser_update: '很抱歉,<a href="https://www.discourse.org/faq/#browser">你的浏览器对于本站点来说太过陈旧了</a>。请<a href="https://browsehappy.com">更新你的浏览器</a>以浏览丰富的内容,还可以登录和回帖。'
permission_types:
2014-03-27 18:51:31 -04:00
full: "创建 / 回复 / 阅读"
create_post: "回复 / 阅读"
readonly: "阅读"
2016-08-05 14:39:55 -04:00
lightbox:
download: "下载"
2020-04-20 05:37:59 -04:00
previous: "上一个(左方向键)"
next: "下一个(右方向键)"
2020-01-20 11:00:44 -05:00
counter: "%curr% / %total%"
2019-04-24 09:02:04 -04:00
close: "关闭(Esc)"
content_load_error: '<a href="%url%">内容</a>无法加载'
image_load_error: '<a href="%url%">图像</a>无法加载'
2021-04-27 10:01:06 -04:00
cannot_render_video: 由于你的浏览器不支持编解码器,因此无法播放此视频。
2016-07-11 10:53:19 -04:00
keyboard_shortcuts_help:
2019-05-30 10:40:16 -04:00
shortcut_key_delimiter_comma: ""
shortcut_key_delimiter_plus: "+"
shortcut_delimiter_or: "%{shortcut1}或%{shortcut2}"
shortcut_delimiter_slash: "%{shortcut1}/%{shortcut2}"
shortcut_delimiter_space: "%{shortcut1}%{shortcut2}"
2019-01-19 17:29:54 -05:00
title: "键盘快捷键"
2016-07-11 10:53:19 -04:00
jump_to:
2019-01-19 17:29:54 -05:00
title: "转至"
home: "%{shortcut} 首页"
latest: "%{shortcut} 最新"
new: "%{shortcut} 近期"
unread: "%{shortcut} 未读"
categories: "%{shortcut} 分类"
top: "%{shortcut} 热门"
bookmarks: "%{shortcut} 收藏"
profile: "%{shortcut} 个人页面"
messages: "%{shortcut} 私信"
drafts: "%{shortcut}草稿"
2021-05-04 10:34:37 -04:00
next: "%{shortcut} 下一个话题"
previous: "%{shortcut} 上一个话题"
2016-07-11 10:53:19 -04:00
navigation:
2019-01-19 17:29:54 -05:00
title: "导航"
jump: "%{shortcut} 前往帖子 #"
back: "%{shortcut} 返回"
up_down: "%{shortcut} 移动选择焦点 &uarr; &darr;"
2021-05-04 10:34:37 -04:00
open: "%{shortcut} 打开选择的话题"
next_prev: "%{shortcut} 下一个/前一个段落"
2019-07-15 09:43:22 -04:00
go_to_unread_post: "%{shortcut}前往第一个未读帖子"
2016-07-11 10:53:19 -04:00
application:
2019-01-19 17:29:54 -05:00
title: "应用"
2021-05-04 10:34:37 -04:00
create: "%{shortcut} 创建新话题"
notifications: "%{shortcut} Open notifications"
hamburger_menu: "%{shortcut} 打开汉堡菜单"
user_profile_menu: "%{shortcut} 打开用户菜单"
2021-05-04 10:34:37 -04:00
show_incoming_updated_topics: "%{shortcut} 显示更新话题"
search: "%{shortcut} 搜索"
help: "%{shortcut} 打开键盘帮助"
dismiss_new_posts: "%{shortcut} 解除新/帖子提示"
2021-05-04 10:34:37 -04:00
dismiss_topics: "%{shortcut} 解除话题提示"
2020-08-05 09:55:12 -04:00
log_out: "%{shortcut} 退出登录"
2018-11-05 05:58:41 -05:00
composing:
2019-01-19 17:29:54 -05:00
title: "编辑"
return: "%{shortcut}返回编辑器"
fullscreen: "%{shortcut}全屏编辑器"
2020-04-20 05:37:59 -04:00
bookmarks:
title: "收藏"
enter: "%{shortcut} 保存并关闭"
2020-05-04 10:39:01 -04:00
later_today: "%{shortcut} 今天的某个时候"
2020-04-20 05:37:59 -04:00
later_this_week: "%{shortcut} 本周的晚些时候"
tomorrow: "%{shortcut} 明天"
next_week: "%{shortcut} 下周"
next_month: "%{shortcut} 下个月"
next_business_week: "%{shortcut} 下周开始"
next_business_day: "%{shortcut} 下个工作日"
custom: "%{shortcut} 自定义日期和时间"
none: "%{shortcut} 没有提醒"
2020-04-24 09:16:29 -04:00
delete: "%{shortcut} 删除收藏"
2016-07-11 10:53:19 -04:00
actions:
2019-01-19 17:29:54 -05:00
title: "动作"
2021-05-04 10:34:37 -04:00
bookmark_topic: "%{shortcut} 切换话题收藏状态"
pin_unpin_topic: "%{shortcut} 置顶/截至置顶话题"
share_topic: "%{shortcut} 分享话题"
share_post: "%{shortcut} 分享帖子"
2021-05-04 10:34:37 -04:00
reply_as_new_topic: "%{shortcut} 回复为联结话题"
reply_topic: "%{shortcut} 回复话题"
reply_post: "%{shortcut} 回复帖子"
quote_post: "%{shortcut} 引用帖子"
2020-09-29 09:01:52 -04:00
like: "%{shortcut} 点赞帖子"
flag: "%{shortcut} 标记帖子"
bookmark: "%{shortcut} 收藏帖子"
edit: "%{shortcut} 编辑帖子"
delete: "%{shortcut} 删除帖子"
2021-05-04 10:34:37 -04:00
mark_muted: "%{shortcut} 忽略话题"
mark_regular: "%{shortcut} 常规(默认)话题"
mark_tracking: "%{shortcut} 追踪话题"
mark_watching: "%{shortcut} 看话题"
print: "%{shortcut} 打印话题"
defer: "%{shortcut}延迟话题"
topic_admin_actions: "%{shortcut}打开话题管理"
2020-04-20 05:37:59 -04:00
search_menu:
title: "搜索菜单"
prev_next: "%{shortcut}上下移动所选内容"
insert_url: "%{shortcut}将选定内容插入到打开的编辑器"
2016-07-11 10:53:19 -04:00
badges:
earned_n_times:
2020-01-20 11:00:44 -05:00
other: "已获得此徽章 %{count} 次"
2016-07-11 10:53:19 -04:00
granted_on: "授予于%{date}"
others_count: "其他有该徽章的人(%{count}"
title: 徽章
2017-05-29 02:53:49 -04:00
allow_title: "你可以将该徽章设为头衔"
2020-01-20 11:00:44 -05:00
multiple_grant: "可多次获得"
2016-07-11 10:53:19 -04:00
badge_count:
2020-01-20 11:00:44 -05:00
other: "%{count} 个徽章"
2016-07-11 10:53:19 -04:00
more_badges:
2018-06-21 10:34:09 -04:00
other: "+%{count} 更多"
2016-07-11 10:53:19 -04:00
granted:
2020-01-20 11:00:44 -05:00
other: "%{count} 已授予"
2016-07-11 10:53:19 -04:00
select_badge_for_title: 选择一个徽章作为你的头衔使用
2018-11-05 05:58:41 -05:00
none: "(无)"
2020-01-20 11:00:44 -05:00
successfully_granted: "成功将 %{badge} 授予 %{username}"
2016-07-11 10:53:19 -04:00
badge_grouping:
getting_started:
2020-01-20 11:00:44 -05:00
name: 入门指南
2016-07-11 10:53:19 -04:00
community:
name: 社区
trust_level:
2016-09-02 10:42:45 -04:00
name: 信任等级
2016-07-11 10:53:19 -04:00
other:
name: 其它
posting:
name: 发帖
tagging:
all_tags: "所有标签"
2018-11-05 05:58:41 -05:00
other_tags: "其他标签"
2016-07-11 10:53:19 -04:00
selector_all_tags: "所有标签"
2016-08-05 14:39:55 -04:00
selector_no_tags: "无标签"
changed: "标签被修改:"
2016-07-11 10:53:19 -04:00
tags: "标签"
2017-12-06 10:25:12 -05:00
choose_for_topic: "可选标签"
2020-01-20 11:00:44 -05:00
info: "详情"
2019-12-19 12:31:52 -05:00
default_info: "该标签不限于任何类别,并且没有同义词。"
2020-02-25 10:29:14 -05:00
category_restricted: "此标签仅限于你无权访问的分类。"
2020-02-13 15:00:16 -05:00
synonyms: "同义词"
synonyms_description: "使用以下标签时,它们将被替换为<b>%{base_tag_name}</b> 。"
2019-12-19 12:31:52 -05:00
tag_groups_info:
2020-06-10 12:00:16 -04:00
other: "此标签属于这些标签组:%{tag_groups}。"
2019-12-19 12:31:52 -05:00
category_restrictions:
other: "只能在这些分类中使用:"
2020-02-13 15:00:16 -05:00
edit_synonyms: "管理同义词"
add_synonyms_label: "添加同义词:"
2019-12-05 11:20:52 -05:00
add_synonyms: "新增"
2020-02-13 15:00:16 -05:00
add_synonyms_explanation:
other: "当前任何使用了此标签的地方都将被改为使用<b>%{tag_name}</b>代替。你确定要应用此更改吗?"
add_synonyms_failed: "不能将以下标记添加为同义词: <b>%{tag_names}</b> 。确保它们没有同义词并且不是其他标签的同义词。"
remove_synonym: "删除同义词"
delete_synonym_confirm: '您确定要删除同义词“ %{tag_name}”吗?'
2016-08-05 14:39:55 -04:00
delete_tag: "删除标签"
2017-11-13 15:02:53 -05:00
delete_confirm:
2021-05-04 10:34:37 -04:00
other: "你确定你想要删除这个标签以及撤销在%{count}个话题中的关联么?"
2017-11-13 15:02:53 -05:00
delete_confirm_no_topics: "你确定你想要删除这个标签吗?"
2020-02-13 15:00:16 -05:00
delete_confirm_synonyms:
2020-06-10 12:00:16 -04:00
other: "其%{count}个同义词也将被删除。"
2016-08-05 14:39:55 -04:00
rename_tag: "重命名标签"
rename_instructions: "标签的新名称:"
sort_by: "排序方式:"
sort_by_count: "总数"
2016-07-11 10:53:19 -04:00
sort_by_name: "名称"
2016-08-05 14:39:55 -04:00
manage_groups: "管理标签组"
2021-05-04 10:34:37 -04:00
manage_groups_description: "定义组以整理标签"
2018-11-05 05:58:41 -05:00
upload: "上传标签"
2021-05-04 10:34:37 -04:00
upload_description: "上传 csv 文件以批量创建标签"
upload_instructions: "每行一个,可以使用 tag_nametag_group 格式附带标签组。"
2018-11-05 05:58:41 -05:00
upload_successful: "标签上传成功"
2018-11-29 10:51:16 -05:00
delete_unused_confirmation:
2021-05-04 10:34:37 -04:00
other: "%{count} 个标签将被删除:%{tags}"
2018-11-29 10:51:16 -05:00
delete_unused_confirmation_more_tags:
2021-05-04 10:34:37 -04:00
other: "%{tags} 及其他 %{count} 个"
2020-08-25 09:02:37 -04:00
delete_no_unused_tags: "没有未使用的标签。"
2021-02-09 08:56:15 -05:00
tag_list_joiner: ", "
2018-11-29 10:51:16 -05:00
delete_unused: "删除未使用的标签"
2021-05-04 10:34:37 -04:00
delete_unused_description: "删除所有未与话题或私信关联的标签"
2018-11-29 10:51:16 -05:00
cancel_delete_unused: "取消"
2016-07-11 10:53:19 -04:00
filters:
2021-05-04 10:34:37 -04:00
without_category: "%{tag} 的 %{filter} 话题"
with_category: "%{category}中带有 %{tag} 的 %{filter} 话题"
untagged_without_category: "无标签的 %{filter} 话题"
untagged_with_category: "%{category} 中无标签的 %{filter} 话题"
2016-07-11 10:53:19 -04:00
notifications:
watching:
2021-05-04 10:34:37 -04:00
title: "关注"
description: "你将自动关注所有含有此标签的话题。你将收到所有新帖子和话题的通知,此外,话题旁边还会显示未读和新帖子的数量。"
watching_first_post:
2021-05-04 10:34:37 -04:00
title: "关注新话题"
description: "你将会收到此标签中的新话题的通知,但对话题的回复则不会。"
2016-07-11 10:53:19 -04:00
tracking:
2016-08-23 08:52:48 -04:00
title: "跟踪"
2021-05-04 10:34:37 -04:00
description: "你将自动监看所有含有此标签的话题,未读和新帖的计数将显示在话题旁边。"
2016-07-11 10:53:19 -04:00
regular:
2016-08-05 14:39:55 -04:00
title: "普通"
2020-04-20 05:37:59 -04:00
description: "有人@你或回复你的帖子时将会通知你"
2016-07-11 10:53:19 -04:00
muted:
2016-08-23 08:52:48 -04:00
title: "静音"
2021-05-04 10:34:37 -04:00
description: "你不会收到任何含有此标签的新话题的通知,也不会在未读栏。"
2016-07-11 10:53:19 -04:00
groups:
title: "标签组"
2016-08-05 14:39:55 -04:00
about: "将标签分组以便管理。"
new: "新标签组"
tags_label: "标签组内标签:"
parent_tag_label: "上级标签:"
2020-05-04 10:39:01 -04:00
parent_tag_description: "未设置上级标签前不能使用标签组内的标签。"
2021-05-04 10:34:37 -04:00
one_per_topic_label: "本组中的每个话题限制一个标签"
2019-06-17 13:25:37 -04:00
new_name: "新建标签组"
2019-12-05 11:20:52 -05:00
name_placeholder: "标签组名称"
2016-08-05 14:39:55 -04:00
save: "保存"
delete: "删除"
confirm_delete: "确定要删除此标签组吗?"
2018-11-05 05:58:41 -05:00
everyone_can_use: "每个人都可以使用标签"
2020-10-16 18:07:21 -04:00
usable_only_by_groups: "标签对所有人可见,但只有管理人员可以添加它们"
visible_only_to_groups: "标签仅对以下群组可见"
2021-04-27 10:01:06 -04:00
cannot_save: "无法保存标签组。确保至少有一个标签存在,标签组名称不为空,并且为标签组选择一个权限。"
2016-07-11 10:53:19 -04:00
topics:
none:
2021-05-04 10:34:37 -04:00
unread: "你没有未读话题。"
new: "你没有新的话题"
read: "你尚未阅读任何话题。"
posted: "你尚未在任何话题中发帖。"
latest: "没有最新话题。"
bookmarks: "你还没有收藏话题。"
top: "没有热门话题。"
2016-08-05 14:39:55 -04:00
invite:
2018-11-05 05:58:41 -05:00
custom_message: "通过编写<a href>自定义消息</a>,使你的邀请更个性化。"
2016-08-05 14:39:55 -04:00
custom_message_placeholder: "输入留言"
2021-01-19 10:14:59 -05:00
approval_not_required: "用户一旦接受此邀请,就会被自动批准。"
2020-04-20 05:37:59 -04:00
custom_message_template_forum: "你好,你应该加入这个论坛!"
2021-05-04 10:34:37 -04:00
custom_message_template_topic: "你好,我觉得你可能会喜欢这个话题!"
2020-08-05 09:55:12 -04:00
forced_anonymous: "由于负载过大,暂时对所有用户都显示匿名用户所见的内容。"
2021-03-02 09:28:30 -05:00
forced_anonymous_login_required: "该站点正处于极端负载状态,当前无法加载,请在数分钟后重试。"
2020-05-26 10:06:07 -04:00
footer_nav:
back: "返回"
2020-06-01 13:58:51 -04:00
forward: "继续"
2020-05-26 10:06:07 -04:00
share: "分享"
dismiss: "忽略"
2016-11-28 15:58:38 -05:00
safe_mode:
enabled: "安全模式已经开启,关闭该浏览器窗口以退出安全模式"
2021-05-04 10:34:37 -04:00
image_removed: "(图像被移除)"
2020-12-22 08:49:40 -05:00
do_not_disturb:
2021-04-07 05:58:41 -04:00
title: "勿扰..."
label: "勿扰"
2020-12-22 08:49:40 -05:00
remaining: "剩余 %{remaining}"
options:
half_hour: "30分钟"
one_hour: "1 小时"
two_hours: "2 小时"
tomorrow: "直到明天"
custom: "自定义"
2021-01-26 08:52:35 -05:00
set_schedule: "设定一个定时通知"
2013-03-23 06:19:26 -04:00
admin_js:
2019-12-19 12:31:52 -05:00
type_to_filter: "输入以筛选…"
2013-03-23 06:19:26 -04:00
admin:
2019-01-19 17:29:54 -05:00
title: "Discourse 管理员"
moderator: "版主"
2019-06-10 10:36:08 -04:00
tags:
remove_muted_tags_from_latest:
always: "始终"
2020-04-20 05:37:59 -04:00
only_muted: "单独或与其它静音的标签一起使用时"
2019-06-10 10:36:08 -04:00
never: "从不"
2018-11-05 05:58:41 -05:00
reports:
2021-05-04 10:34:37 -04:00
title: "可用举报列表"
2013-03-23 06:19:26 -04:00
dashboard:
2014-08-08 16:34:01 -04:00
title: "仪表盘"
2019-05-30 10:40:16 -04:00
last_updated: "仪表盘更新于:"
2021-05-04 10:34:37 -04:00
discourse_last_updated: "Discourse 更新于:"
2013-03-23 06:19:26 -04:00
version: "安装的版本"
2014-12-29 08:36:33 -05:00
up_to_date: "你正在运行最新的论坛版本。"
2013-03-23 06:19:26 -04:00
critical_available: "有一个关键更新可用。"
updates_available: "目前有可用更新。"
please_upgrade: "请升级!"
2013-08-22 21:52:10 -04:00
no_check_performed: "检测更新未执行,请确保 sidekiq 在正常运行。"
2013-08-14 23:38:54 -04:00
stale_data: "最近一次检查更新未执行,请确保 sidekiq 在正常运行。"
2014-12-29 08:36:33 -05:00
version_check_pending: "看来你最近刚更新过。太棒了!"
2013-03-23 06:19:26 -04:00
installed_version: "已安装"
latest_version: "最新版本"
2020-08-25 09:02:37 -04:00
problems_found: "根据您当前的站点设置提供一些建议"
2021-01-26 08:52:35 -05:00
new_features:
title: "\U0001F381 新功能"
dismiss: "忽略"
learn_more: "了解更多"
last_checked: "上次检查"
refresh_problems: "刷新"
no_problems: "找不到问题."
2019-01-19 17:29:54 -05:00
moderators: "版主:"
admins: "管理员:"
silenced: "禁言:"
suspended: "禁止登录"
2016-08-25 11:04:46 -04:00
private_messages_short: "私信"
private_messages_title: "私信"
2015-07-22 13:27:18 -04:00
mobile_title: "移动"
2019-03-28 10:07:51 -04:00
space_used: "%{usedSize}已经使用"
space_used_and_free: "%{usedSize}%{freeSize}空闲)"
2015-02-13 09:07:41 -05:00
uploads: "上传"
backups: "备份"
2019-03-28 10:07:51 -04:00
backup_count:
other: "%{count}备份在%{location}"
2018-11-05 05:58:41 -05:00
lastest_backup: "最新:%{date}"
2015-02-13 09:07:41 -05:00
traffic_short: "流量"
traffic: "应用 web 请求"
2017-02-13 16:42:15 -05:00
page_views: "浏览量"
page_views_short: "浏览量"
2015-02-13 09:07:41 -05:00
show_traffic_report: "显示详细的流量报告"
2018-11-05 05:58:41 -05:00
community_health: 社区健康
moderators_activity: 版主活跃度
whats_new_in_discourse: Discourse中有什么新东西
activity_metrics: 活跃指标
all_reports: "所有报告"
general_tab: "常规"
2019-01-28 10:27:20 -05:00
moderation_tab: "审核"
security_tab: "安全"
reports_tab: "报告"
2019-03-28 10:07:51 -04:00
report_filter_any: "任意"
2018-11-05 05:58:41 -05:00
disabled: 停用
2019-06-17 13:25:37 -04:00
timeout_error: 对不起,查询时间过长,请选择一个较短的间隔
2018-11-05 05:58:41 -05:00
exception_error: 抱歉,执行查询时发生错误
too_many_requests: 你执行这个操作太多次了,请稍后再试。
2018-11-29 10:51:16 -05:00
not_found_error: 抱歉,报告不存在
2019-12-19 12:31:52 -05:00
filter_reports: 筛选报告
2013-03-23 06:19:26 -04:00
reports:
2018-11-05 05:58:41 -05:00
trend_title: "%{percent}更改。目前%{current},在前一期间是%{prev}。"
2013-03-23 06:19:26 -04:00
today: "今天"
yesterday: "昨天"
2018-11-05 05:58:41 -05:00
last_7_days: "过去7天"
last_30_days: "过去30天"
2013-03-23 06:19:26 -04:00
all_time: "所有时间内"
2020-02-25 10:29:14 -05:00
7_days_ago: "7 天前"
2016-08-05 14:39:55 -04:00
30_days_ago: "30天之前"
all: "全部"
2014-11-06 15:16:58 -05:00
view_table: "表格"
2016-08-05 14:39:55 -04:00
view_graph: "图表"
2014-11-06 15:16:58 -05:00
refresh_report: "刷新报告"
2020-08-05 09:55:12 -04:00
daily: 每天
monthly: 月度
weekly: 每周
2020-04-24 09:16:29 -04:00
dates: "日期UTC"
2016-09-02 10:42:45 -04:00
groups: "所有群组"
2018-11-05 05:58:41 -05:00
disabled: "此报告已禁用"
totals_for_sample: "总计样本"
2019-06-10 10:36:08 -04:00
average_for_sample: "平均样本"
2018-11-05 05:58:41 -05:00
total: "所有时间总计"
no_data: "没有数据显示。"
trending_search:
more: '<a href="%{basePath}/admin/logs/search_logs">搜索日志</a>'
disabled: '趋势搜索报告已停用。启用<a href="%{basePath}/admin/site_settings/category/all_results?filter=log%20search%20queries">记录搜索查询</a>以收集数据。'
2019-05-20 07:42:05 -04:00
filters:
2020-06-14 17:39:33 -04:00
file_extension:
2019-05-20 07:42:05 -04:00
label: 文件扩展名
group:
label: 群组
category:
label: 分类
2020-06-14 17:39:33 -04:00
include_subcategories:
2020-04-24 09:16:29 -04:00
label: "包括子分类"
2013-03-23 06:19:26 -04:00
commits:
2014-03-27 18:51:31 -04:00
latest_changes: "最近的更新:请经常升级!"
2013-03-23 06:19:26 -04:00
by: "来自"
groups:
2018-06-08 10:27:53 -04:00
new:
title: "新建群组"
create: "创建"
2018-11-05 05:58:41 -05:00
name:
too_short: "群组名太短"
too_long: "群组名太长"
checking: "查看群组名是否可用……"
available: "群组名可用"
not_available: "群组名不可用"
blank: "群组名不能为空"
add_members:
as_owner: "设置用户为此群组拥有者"
manage:
interaction:
email: 邮箱
2018-11-05 05:58:41 -05:00
incoming_email: "自定义进站电子邮件地址"
incoming_email_placeholder: "输入邮箱地址"
visibility: 可见
visibility_levels:
title: "此群组对谁可见?"
public: "所有人"
2019-08-26 08:36:46 -04:00
logged_on_users: "已登录用户"
2020-09-15 09:04:17 -04:00
members: "群组的所有者、成员还有版主"
staff: "群组的所有者和成员"
2019-07-15 09:43:22 -04:00
owners: "群组拥有者"
description: "管理员能看到所有群组。"
2019-09-04 10:24:43 -04:00
members_visibility_levels:
2019-09-25 22:29:44 -04:00
title: "谁可以看见这个群组的成员?"
2019-09-04 10:24:43 -04:00
description: "管理员可以查看所有群组的成员。"
2019-12-05 11:20:52 -05:00
publish_read_state: "在群组消息中发布群组阅读状态"
membership:
2018-11-05 05:58:41 -05:00
automatic: 自动
trust_levels_title: "这些用户加入时,将自动赋予信任等级:"
2020-02-25 10:29:14 -05:00
effects: 影响
trust_levels_none: "无"
2018-11-05 05:58:41 -05:00
automatic_membership_email_domains: "用户注册时邮箱域名若与列表完全匹配则自动添加至这个群组:"
2021-02-09 08:56:15 -05:00
automatic_membership_user_count:
other: "%{count}个拥有域名邮件地址的用户将会被添加到这个群组中。"
2018-11-05 05:58:41 -05:00
primary_group: "自动设置为主要群组"
name_placeholder: "群组名,没有空格,和用户名一样的规则"
2016-09-02 10:42:45 -04:00
primary: "主要群组"
no_primary: "(无主要群组)"
title: "群组"
edit: "编辑群组"
2014-03-27 18:51:31 -04:00
refresh: "刷新"
2016-09-02 10:42:45 -04:00
about: "在这里编辑群组的名字和成员"
group_members: "群组成员"
delete: "删除"
2016-09-02 10:42:45 -04:00
delete_confirm: "删除这个群组吗?"
2021-01-26 08:52:35 -05:00
delete_with_messages_confirm:
other: "删除此群组将导致 %{count} 条消息被孤立,群组成员将无法再访问它们。<br><br>你确定吗?"
2016-09-02 10:42:45 -04:00
delete_failed: "无法删除群组。如果该群组是自动生成的,则不可删除。"
2021-03-30 09:44:13 -04:00
delete_automatic_group: 这是一个自动群组,不能删除。
2016-08-05 14:39:55 -04:00
delete_owner_confirm: "移除“%{username}”的权限?"
2015-01-12 09:23:52 -05:00
add: "添加"
2015-04-09 11:28:06 -04:00
custom: "定制"
automatic: "自动"
2019-12-19 12:31:52 -05:00
default_title: "默认头衔"
2018-11-05 05:58:41 -05:00
default_title_description: "将会应用给此群组所有用户"
2015-11-20 12:55:08 -05:00
group_owners: 所有者
add_owners: 添加所有者
2018-11-05 05:58:41 -05:00
none_selected: "选择一个群组以开始"
no_custom_groups: "创建一个自定义群组"
api:
2014-03-27 18:51:31 -04:00
generate_master: "生成主 API 密钥"
2015-09-16 10:20:29 -04:00
none: "当前没有可用的 API 密钥。"
2013-10-22 20:47:24 -04:00
user: "用户"
2014-03-27 18:51:31 -04:00
title: "API"
2019-12-05 11:20:52 -05:00
key: "密钥"
2019-10-10 11:15:24 -04:00
created: 创建时间
2019-12-05 11:20:52 -05:00
updated: 已更新
last_used: 最后使用
2020-08-05 09:55:12 -04:00
never_used: '(从不)'
2013-10-22 20:47:24 -04:00
generate: "生成"
2019-12-05 11:20:52 -05:00
undo_revoke: "取消撤销"
2013-10-22 20:47:24 -04:00
revoke: "撤销"
all_users: "所有用户"
2019-12-05 11:20:52 -05:00
active_keys: "激活API密钥"
manage_keys: 管理密钥
2019-11-06 10:43:13 -05:00
show_details: 详情
description: 描述
2020-08-05 09:55:12 -04:00
no_description: '(没有描述)'
2019-12-05 11:20:52 -05:00
all_api_keys: 所有API密钥
user_mode: 用户等级
impersonate_all_users: 模拟任意用户
single_user: "单个用户"
user_placeholder: 输入用户名
description_placeholder: 此密钥将被如何使用?
2019-11-06 10:43:13 -05:00
save: 保存
2019-12-05 11:20:52 -05:00
new_key: 新建API密钥
2019-11-14 09:41:42 -05:00
revoked: 已撤销
2019-12-05 11:20:52 -05:00
delete: 永久删除
2020-01-20 11:00:44 -05:00
not_shown_again: 此key只展示一次请妥善保存。
2019-12-19 12:31:52 -05:00
continue: 继续
2020-08-05 09:55:12 -04:00
use_global_key: 全局密钥(允许所有操作)
scopes:
2020-08-25 09:02:37 -04:00
description: |
使用作用域时你可以将一个API密钥限定于一组特定的终端节点。
你还可以定义允许哪些参数。使用逗号分隔多个值。
2020-08-05 09:55:12 -04:00
title: 范围
resource: 资源
action: 操作
allowed_parameters: 允许的参数
optional_allowed_parameters: 允许的参数 (可选)
any_parameter: '(任意参数)'
2020-08-25 09:02:37 -04:00
allowed_urls: 允许的URL
descriptions:
topics:
2021-05-04 10:34:37 -04:00
read: 阅读一个话题或其中的一个帖子。支持RSS。
write: 创建一个新的话题或发表到一个现有的话题。
read_lists: 阅读如热门、最新、新的话题这样的话题列表。支持RSS。
2020-08-25 09:02:37 -04:00
wordpress: 需要 WordPress 才能使 wp-discourse 插件正常工作。
users:
2021-04-13 10:02:08 -04:00
bookmarks: 列出用户收藏。使用 ICS 格式时返回收藏提醒。
2021-02-09 08:56:15 -05:00
sync_sso: 使用 DiscoursetConnect 同步用户。
2020-08-25 09:02:37 -04:00
show: 获取有关用户的信息。
check_emails: 列出用户电子邮件。
2020-12-01 08:34:25 -05:00
update: 更新用户个人资料信息。
log_out: 注销用户的所有会话。
anonymize: 匿名用户帐户。
delete: 删除用户帐户。
2020-11-17 08:49:58 -05:00
email:
receive_emails: 将此范围与邮件收件人结合起来处理传入的电子邮件。
2016-10-06 11:51:00 -04:00
web_hooks:
title: "Webhooks"
none: "当前没有 Webhooks。"
2020-10-16 18:07:21 -04:00
instruction: "Webhook 让 Discourse 可以在特定事件发生时通知外部服务。当 webhook 事件触发时,一个 POST 请求将发向指定URL。"
2016-10-06 11:51:00 -04:00
detailed_instruction: "一个 POST 请求将在选定事件发生时发至指定 URL。"
new: "新建 Webhook"
create: "创建"
save: "保存"
destroy: "删除"
description: "描述"
controls: "控制"
go_back: "返回列表"
payload_url: "Payload URL"
payload_url_placeholder: "https://example.com/postreceive"
2021-04-13 10:02:08 -04:00
warn_local_payload_url: "似乎您正在尝试将 Webhook 设置为本地 URL。传递到本地地址的事件可能会导致副作用或意外行为。继续吗"
2016-10-06 11:51:00 -04:00
secret_invalid: "密钥不能包含空白字符。"
secret_too_short: "密钥必须至少有 12 个字符。"
2017-03-08 11:54:01 -05:00
secret_placeholder: "可选字符,用于生成签名"
2016-10-06 11:51:00 -04:00
event_type_missing: "你必须设置一个事件类型。"
content_type: "内容格式"
secret: "密钥"
2017-05-29 02:53:49 -04:00
event_chooser: "哪些事件可以触发该 webhook"
2020-10-16 18:07:21 -04:00
wildcard_event: "给我发送所有事件。"
individual_event: "选择个别事件。"
2016-10-06 11:51:00 -04:00
verify_certificate: "检查 Payload URL 的 TLS 证书"
active: "启用"
2018-10-12 10:39:59 -04:00
active_notice: "当事件发生时,我们会推送细节"
2016-10-06 11:51:00 -04:00
categories_filter_instructions: "相关 Webhook 事件将在满足特定分类的情况下才发送。留空忽略分类限制。"
categories_filter: "触发的分类"
2018-12-14 10:34:12 -05:00
tags_filter_instructions: "相关Webhook事件将在满足特定标签的情况下才发送。留空忽略标签限制。"
tags_filter: "触发的标签"
2016-10-06 11:51:00 -04:00
groups_filter_instructions: "相关 Webhook 事件将在满足特定群组的情况下才发送。留空忽略群组限制。"
groups_filter: "触发的群组"
delete_confirm: "删除这个 webhook"
topic_event:
2021-05-04 10:34:37 -04:00
name: "话题事件"
details: "当有新话题、话题被修订、修改或者删除时。"
2016-10-06 11:51:00 -04:00
post_event:
name: "帖子事件"
details: "当有新回复、编辑、帖子被删除或者恢复时。"
user_event:
name: "用户事件"
2021-04-13 10:02:08 -04:00
details: "用户登录,注销后,确认其电子邮件已创建,批准或更新。"
2018-11-05 05:58:41 -05:00
group_event:
name: "群组事件"
details: "当群组创建,更新或销毁时。"
category_event:
name: "分类事件"
details: "当分类创建,更新或销毁时。"
tag_event:
name: "标签事件"
details: "当标签创建,更新或销毁时。"
2019-04-24 09:02:04 -04:00
reviewable_event:
name: "需审核事件"
2019-05-20 07:42:05 -04:00
details: "当新条目准备审核时及其状态更新时。"
2019-09-04 10:24:43 -04:00
notification_event:
name: "通知事件"
2019-09-25 22:29:44 -04:00
details: "当用户在其feed中收到通知时。"
2020-04-20 05:37:59 -04:00
user_badge_event:
name: "徽章授予事件"
details: "当一个用户收到一个徽章时。"
2021-04-13 10:02:08 -04:00
group_user_event:
name: "组用户事件"
details: "在组中添加或删除用户时。"
2021-05-04 10:34:37 -04:00
like_event:
name: "点赞事件"
details: "当用户点赞一个贴子时"
2016-10-06 11:51:00 -04:00
delivery_status:
title: "分发状态"
inactive: "不活跃"
failed: "失败"
successful: "成功"
2019-04-24 09:02:04 -04:00
disabled: "停用"
2016-10-06 11:51:00 -04:00
events:
none: "没有相关事件。"
redeliver: "重新发送"
incoming:
2020-06-10 12:00:16 -04:00
other: "有 %{count} 个新事件。"
2016-10-06 11:51:00 -04:00
completed_in:
2020-06-10 12:00:16 -04:00
other: "在 %{count} 秒内完成。"
2016-10-06 11:51:00 -04:00
request: "请求"
response: "回应"
redeliver_confirm: "你确定要再次发送一样的内容吗?"
headers: "头部"
payload: "内容"
body: "内容"
go_list: "前往列表"
go_details: "编辑 Webhook"
go_events: "前往事件列表"
ping: "Ping"
status: "状态码"
event_id: "ID"
timestamp: "创建时间"
completion: "完成时间"
actions: "操作"
2015-02-19 11:11:24 -05:00
plugins:
title: "插件"
installed: "安装的插件"
2017-08-01 13:11:52 -04:00
name: "插件名"
2015-02-19 11:11:24 -05:00
none_installed: "你没有安装任何插件。"
version: "版本"
2015-07-22 13:27:18 -04:00
enabled: "启用?"
is_enabled: "是"
not_enabled: "否"
2015-02-19 11:11:24 -05:00
change_settings: "更改设置"
2015-07-22 13:27:18 -04:00
change_settings_short: "设置"
2015-02-19 11:11:24 -05:00
howto: "如何安装插件?"
2018-11-05 05:58:41 -05:00
official: "官方插件"
backups:
title: "备份"
menu:
backups: "备份"
logs: "日志"
none: "无可用备份"
2016-05-09 14:09:52 -04:00
read_only:
enable:
title: "开启只读模式"
label: "开启只读模式"
confirm: "你确定要开启只读模式么?"
disable:
title: "关闭只读模式"
label: "关闭只读模式"
logs:
none: "暂无日志"
columns:
filename: "文件名"
size: "大小"
upload:
2015-04-09 11:28:06 -04:00
label: "上传"
title: "上传备份至实例"
2018-10-12 10:39:59 -04:00
uploading: "上传中…"
2020-06-10 12:00:16 -04:00
uploading_progress: "上传中……%{progress}%"
success: "'%{filename}'已成功上传。文件正在被处理将在几分钟后显示在列表中。"
error: "上传“%{filename}”时出错:%{message}"
operations:
is_running: "已有操作正在执行"
2020-06-10 12:00:16 -04:00
failed: "%{operation}执行失败。请检查日志。"
cancel:
2015-04-09 11:28:06 -04:00
label: "取消"
title: "取消当前操作"
2014-12-29 08:36:33 -05:00
confirm: "你确定要取消当前操作吗?"
backup:
2015-04-09 11:28:06 -04:00
label: "备份"
title: "建立一个备份"
2014-12-29 08:36:33 -05:00
confirm: "你确定要开始建立一个备份吗?"
2018-11-05 05:58:41 -05:00
without_uploads: "是(不包括上传)"
download:
2015-04-09 11:28:06 -04:00
label: "下载"
2017-05-29 02:53:49 -04:00
title: "发送含下载链接的邮件"
2017-08-31 14:50:26 -04:00
alert: "包含下载备份链接的邮件已经发送给你了。"
destroy:
title: "删除备份"
2014-12-29 08:36:33 -05:00
confirm: "你确定要删除该备份吗?"
restore:
2014-08-08 16:34:01 -04:00
is_disabled: "站点设置中禁用了恢复功能。"
2015-04-09 11:28:06 -04:00
label: "恢复"
2014-08-08 16:34:01 -04:00
title: "恢复该备份"
2016-03-07 09:14:32 -05:00
confirm: "你确定要从该备份中恢复吗?"
rollback:
2015-04-09 11:28:06 -04:00
label: "回滚"
title: "将数据库回滚到之前的工作状态"
2014-12-29 08:36:33 -05:00
confirm: "你确定要将数据库回滚到之前的工作状态吗?"
2018-11-05 05:58:41 -05:00
location:
2019-01-02 12:32:38 -05:00
local: "本地存储"
2019-03-28 10:07:51 -04:00
s3: "S3"
backup_storage_error: "无法访问备份:%{error_message}"
2014-08-18 11:17:59 -04:00
export_csv:
2017-05-25 09:55:55 -04:00
success: "导出开始,完成后你将被通过私信通知。"
2014-08-18 11:17:59 -04:00
failed: "导出失败。请检查日志。"
2014-12-04 09:18:21 -05:00
button_text: "导出"
2014-12-29 08:36:33 -05:00
button_title:
user: "以CSV格式导出所有用户列表"
2016-03-01 03:46:46 -05:00
staff_action: "以CSV格式导出所有管理人员操作历史记录"
2020-01-20 11:00:44 -05:00
screened_email: "以 CSV 格式导出所有已屏蔽的电子邮件列表。"
screened_ip: "以 CSV 格式导出所有已屏蔽的 IP 地址列表。"
screened_url: "以 CSV 格式导出所有已屏蔽的 URL 列表。"
2015-07-01 09:53:15 -04:00
export_json:
button_text: "导出"
2015-02-25 12:17:17 -05:00
invite:
button_text: "发送邀请"
button_title: "发送邀请"
2013-03-23 06:19:26 -04:00
customize:
title: "定制"
long_title: "站点定制"
2013-03-23 06:19:26 -04:00
preview: "预览"
2017-05-29 02:53:49 -04:00
explain_preview: "看看站点应用该主题后的样子"
2013-03-23 06:19:26 -04:00
save: "保存"
new: "新建"
new_style: "新样式"
2020-01-20 11:00:44 -05:00
install: "安装"
2013-03-23 06:19:26 -04:00
delete: "删除"
2019-05-20 07:42:05 -04:00
delete_confirm: '你确定要删除“%{theme_name}”?'
2014-05-02 14:01:27 -04:00
color: "颜色"
opacity: "透明度"
copy: "复制"
2017-05-29 02:53:49 -04:00
copy_to_clipboard: "复制到剪贴板"
copied_to_clipboard: "已复制到剪贴板"
copy_to_clipboard_error: "复制到剪贴板时出错"
theme_owner: "禁止编辑,拥有者:"
2015-11-30 14:23:26 -05:00
email_templates:
2019-08-26 08:36:46 -04:00
title: "邮箱"
2021-05-04 10:34:37 -04:00
subject: "话题"
multiple_subjects: "这个邮件模板包括多个话题。"
2015-11-30 14:23:26 -05:00
body: "内容"
2019-12-19 12:31:52 -05:00
revert: "撤销变更"
revert_confirm: "你确定要撤销你的修改吗?"
2017-05-25 09:55:55 -04:00
theme:
2018-11-05 05:58:41 -05:00
theme: "主题"
component: "组件"
components: "组件"
theme_name: "主题名称"
component_name: "组件名称"
2019-03-28 10:07:51 -04:00
themes_intro: "选择现有主题或安装新主题即可开始使用"
2020-04-20 05:37:59 -04:00
themes_intro_emoji: "女艺术家表情符号"
2021-05-04 10:34:37 -04:00
beginners_guide_title: "Discourse 主题的初学者使用指导"
developers_guide_title: "Discourse 主题的开发者指导"
2018-11-08 17:59:49 -05:00
browse_themes: "浏览社区主题"
2017-05-29 02:53:49 -04:00
customize_desc: "定制:"
title: "主题"
2018-11-05 05:58:41 -05:00
create: "创建"
2019-03-28 10:07:51 -04:00
create_type: "类型"
create_name: "名称"
2020-09-29 09:01:52 -04:00
long_title: "修改你的站点的色彩、CSS 和HTML内容"
2017-05-29 02:53:49 -04:00
edit: "编辑"
2021-05-04 10:34:37 -04:00
edit_confirm: "这是一个远程主题,如果你编辑了 CSS/HTML在下一次更新时这些变动将会被删除。"
2019-05-20 07:42:05 -04:00
update_confirm: "这些本地更改将被更新删除。你确定你要继续吗?"
update_confirm_yes: "是,继续更新"
2017-05-29 02:53:49 -04:00
common: "通用"
desktop: "桌面"
mobile: "移动"
2018-04-24 09:59:30 -04:00
settings: "设置"
2019-03-28 10:07:51 -04:00
translations: "翻译"
2019-05-20 07:42:05 -04:00
extra_scss: "附加 SCSS"
2020-05-04 10:39:01 -04:00
extra_files: "附加文件"
extra_files_upload: "导出主题以查看这些文件。"
extra_files_remote: "导出主题或查看git仓库以查看这些文件。"
2017-05-29 02:53:49 -04:00
preview: "预览"
2019-03-28 10:07:51 -04:00
show_advanced: "显示高级设置"
hide_advanced: "隐藏高级设置"
hide_unused_fields: "隐藏未使用的设置"
2017-05-29 02:53:49 -04:00
is_default: "主题默认启用"
user_selectable: "用户可选择主题"
2020-09-01 09:02:16 -04:00
color_scheme_user_selectable: "配色方案可由用户选择"
2020-11-17 08:49:58 -05:00
auto_update: "当 Discourse 更新时自动更新"
2019-03-28 10:07:51 -04:00
color_scheme: "调色板"
2020-08-25 09:02:37 -04:00
default_light_scheme: "浅色(默认)"
2017-05-29 02:53:49 -04:00
color_scheme_select: "选择主题使用的颜色"
custom_sections: "自定义段落:"
theme_components: "主题组件"
2020-01-20 11:00:44 -05:00
add_all_themes: "添加所有主题"
2018-11-05 05:58:41 -05:00
convert: "转换"
2018-11-08 17:59:49 -05:00
convert_component_alert: "你确定转换此组件到主题吗?将会从组件%{relatives}中移除。"
convert_component_tooltip: "转换此组件到主题"
2021-02-09 08:56:15 -05:00
convert_component_alert_generic: "你确定要将这个组件转换成主题吗?"
2021-05-04 10:34:37 -04:00
convert_theme_alert: "你确定转换此组件到主题吗?它将作为%{relatives}的上级删除。"
2021-02-09 08:56:15 -05:00
convert_theme_alert_generic: "你确定要将这个主题转换成组件吗?"
2018-11-08 17:59:49 -05:00
convert_theme_tooltip: "转换此主题到组件"
2020-09-29 09:01:52 -04:00
inactive_themes: "未使用的主题:"
2019-03-28 10:07:51 -04:00
inactive_components: "未使用的组件:"
2018-11-08 17:59:49 -05:00
broken_theme_tooltip: "此主题的CSSHTML或YAML中存在错误"
2019-07-15 09:43:22 -04:00
disabled_component_tooltip: "此组件已被停用"
2020-08-25 09:02:37 -04:00
default_theme_tooltip: "此主题是站点的默认主题"
2018-11-08 17:59:49 -05:00
updates_available_tooltip: "此主题有更新可用"
2020-06-10 12:00:16 -04:00
and_x_more: "和%{count}更多。"
2018-11-08 17:59:49 -05:00
collapse: 折叠
2017-05-29 02:53:49 -04:00
uploads: "上传"
no_uploads: "你可以上传与主题相关的组件,例如字体和图片"
add_upload: "添加上传"
2020-08-25 09:02:37 -04:00
upload_file_tip: "选择要上传的资源png、woff2等"
2017-05-29 02:53:49 -04:00
variable_name: "SCSS 变量名:"
2018-11-08 17:59:49 -05:00
variable_name_invalid: "变量名无效。只允许使用字母数字。必须以字母开头。必须是独特的。"
variable_name_error:
invalid_syntax: "变量名无效。只允许使用字母数字。必须以字母开头。"
no_overwrite: "变量名无效。不得覆盖现有变量。"
must_be_unique: "变量名无效。必须是独特的。"
2017-05-29 02:53:49 -04:00
upload: "上传"
2018-11-08 17:59:49 -05:00
select_component: "选择一个组件……"
unsaved_changes_alert: "你还未保存更改,舍弃并继续?"
2020-02-13 15:00:16 -05:00
unsaved_parent_themes: "你尚未将组件分配给主题,是否要继续?"
2018-11-08 17:59:49 -05:00
discard: "舍去"
stay: "保留"
2017-05-29 02:53:49 -04:00
css_html: "自定义 CSS/HTML"
edit_css_html: "编辑 CSS/HTML"
edit_css_html_help: "你还未编辑任何 CSS 或 HTML"
delete_upload_confirm: "删除这个上传?(主题 CSS 可能会出问题!)"
2020-02-13 15:00:16 -05:00
component_on_themes: "在这些主题上包括组件"
2020-01-20 11:00:44 -05:00
included_components: "包含的组件"
add_all: "添加所有"
2017-05-29 02:53:49 -04:00
import_web_tip: "目录包含主题"
2021-02-23 09:10:04 -05:00
direct_install_tip: "你确定要从下面列出的仓库中安装<strong>%{name}</strong>吗?"
2019-06-17 13:25:37 -04:00
import_web_advanced: "高级..."
2019-08-26 08:36:46 -04:00
import_file_tip: "包含主题的.tar.gz、.zip或.dcstyle.json文件"
2018-11-08 17:59:49 -05:00
is_private: "主题在私有git存储库中"
remote_branch: "分支名称(可选)"
public_key: "授予对repo的以下公钥访问权限"
2021-04-20 09:33:17 -04:00
public_key_note: "在上面输入一个有效的私有仓库 URL 后,将生成一个 SSH 密钥并显示在这里。"
2019-03-28 10:07:51 -04:00
install: "安装"
installed: "已安装"
install_popular: "热门"
2020-04-20 05:37:59 -04:00
install_upload: "来自你的设备"
2019-05-20 07:42:05 -04:00
install_git_repo: "从 git 仓库"
2019-03-28 10:07:51 -04:00
install_create: "创建新的"
2021-01-12 08:29:05 -05:00
duplicate_remote_theme: "主题组件 “%{name}” 已经安装,你确定要安装另一个副本吗?"
2019-03-28 10:07:51 -04:00
about_theme: "关于"
2017-05-25 09:55:55 -04:00
license: "许可证"
2019-03-28 10:07:51 -04:00
version: "版本:"
authors: "作者:"
2020-05-04 10:39:01 -04:00
creator: "创建者:"
2019-03-28 10:07:51 -04:00
source_url: "来源"
2019-07-15 09:43:22 -04:00
enable: "启用"
disable: "停用"
disabled: "此组件已被停用。"
2019-08-26 08:36:46 -04:00
disabled_by: "此组件已被禁用,操作者:"
2019-03-28 10:07:51 -04:00
required_version:
error: "此主题已被自动禁用因为它与此版本的Discourse不兼容。"
2020-06-10 12:00:16 -04:00
minimum: "需要Discourse%{version}版本或以上。"
maximum: "需要Discourse%{version}版本或以下。"
2018-11-08 17:59:49 -05:00
component_of: "组件:"
2017-05-25 09:55:55 -04:00
update_to_latest: "更新到最新"
check_for_updates: "检查更新"
2018-10-12 10:39:59 -04:00
updating: "更新…"
2017-05-25 09:55:55 -04:00
up_to_date: "主题已经是最新版本,上次检查:"
2020-12-01 08:34:25 -05:00
has_overwritten_history: "当前主题版本不再存在,因为 Git 历史记录已被强制推送覆盖。"
2017-05-25 09:55:55 -04:00
add: "添加"
2018-04-24 09:59:30 -04:00
theme_settings: "主题设置"
no_settings: "这个主题内没有设置"
2019-03-28 10:07:51 -04:00
theme_translations: "翻译主题"
2018-11-08 17:59:49 -05:00
empty: "无项目"
2017-06-18 23:39:10 -04:00
commits_behind:
2020-06-10 12:00:16 -04:00
other: "主题落后了 %{count} 个变更!"
2018-11-08 17:59:49 -05:00
compare_commits: "(查看新提交)"
2021-02-23 09:10:04 -05:00
remote_theme_edits: "如果你想要编辑此主题,你必须 <a href='%{repoURL}' target='_blank'>在其资源库上提交一个更改</a>"
2018-11-08 17:59:49 -05:00
repo_unreachable: "无法联系此主题的Git存储库。错误信息"
2019-12-05 11:20:52 -05:00
imported_from_archive: "此主题是从一个.zip文件导入的"
2017-05-25 09:55:55 -04:00
scss:
text: "CSS"
title: "输入自定义 CSS我们接受所有有效的 CSS 和 SCSS 样式"
header:
2020-09-29 09:01:52 -04:00
text: "Header"
title: "输入需要显示在网站顶部的HTML"
2017-05-25 09:55:55 -04:00
after_header:
2020-09-29 09:01:52 -04:00
text: "After Header"
title: "输入需要显示在所有页面的Header下方的HTML"
2017-05-29 02:53:49 -04:00
footer:
2020-09-29 09:01:52 -04:00
text: "Footer"
title: "输入需要显示在页面底部的HTML"
2017-05-29 02:53:49 -04:00
embedded_scss:
2020-09-29 09:01:52 -04:00
text: "Embedded CSS"
title: "输入自定义的CSS"
2020-08-25 09:02:37 -04:00
color_definitions:
text: "颜色配置"
title: "输入自定义颜色配置(仅限高级用户)"
2020-10-20 09:34:57 -04:00
placeholder: |2-
2021-01-26 08:52:35 -05:00
使用这个样式表将自定义的颜色添加到CSS自定义属性列表。
2020-10-20 09:34:57 -04:00
例如:
2021-01-26 08:52:35 -05:00
%{example}
2020-10-20 09:34:57 -04:00
强烈建议使用前缀为属性命名以避免与插件或核心程序冲突。
2017-05-29 02:53:49 -04:00
head_tag:
text: "</head>"
title: "将在 </head> 标签前插入的 HTML"
body_tag:
text: "</body>"
title: "将在 </body> 标签前插入的 HTML"
2018-04-24 09:59:30 -04:00
yaml:
text: "YAML"
title: "用 YAML 格式定义主题设置"
2021-05-18 09:11:41 -04:00
scss_color_variables_warning: "不建议在主题中使用核心 SCSS 颜色变量,请改用 CSS 自定义属性,详细信息参见 <a href=\"https://meta.discourse.org/t/-/77551#color-variables-2\" target=\"_blank\">本指南</a>"
scss_warning_inline: "不建议在主题中使用核心 SCSS 颜色变量。"
2014-05-02 14:01:27 -04:00
colors:
2019-03-28 10:07:51 -04:00
select_base:
title: "选择基色调色板"
description: "基础颜色"
2014-05-02 14:01:27 -04:00
title: "颜色"
2019-03-28 10:07:51 -04:00
edit: "编辑调色板"
long_title: "调色板"
about: "修改主题使用的颜色。创建一个新的调色板以开始。"
new_name: "新调色板"
2014-05-02 14:01:27 -04:00
copy_name_prefix: "复制于"
2019-03-28 10:07:51 -04:00
delete_confirm: "删除这个调色板?"
2016-03-01 03:46:46 -05:00
undo: "重置"
2014-12-29 08:36:33 -05:00
undo_title: "撤销你对这个颜色的编辑至上一次保存的状态。"
2014-05-23 19:20:16 -04:00
revert: "撤销"
2019-03-28 10:07:51 -04:00
revert_title: "重置颜色至 Discourse 的默认调色板。"
2014-05-23 19:20:16 -04:00
primary:
2019-01-19 17:29:54 -05:00
name: "主要"
description: "大部分的文字、图标和边框。"
2020-10-16 18:07:21 -04:00
primary-medium:
name: "主要-中"
primary-low-mid:
name: "主要-低-中"
2014-05-23 19:20:16 -04:00
secondary:
2019-01-19 17:29:54 -05:00
name: "次要"
description: "主要背景颜色和一些按钮的文字颜色。"
2014-05-23 19:20:16 -04:00
tertiary:
2019-01-19 17:29:54 -05:00
name: "再次"
description: "链接、一些按钮、提示和强调颜色。"
2014-05-23 19:20:16 -04:00
quaternary:
2016-08-05 14:39:55 -04:00
name: "备选"
2014-05-23 19:20:16 -04:00
description: "导航链接"
header_background:
name: "顶栏背景"
description: "站点顶栏背景颜色"
header_primary:
name: "顶栏主要"
description: "顶栏的文字和图标"
highlight:
2020-08-11 09:04:00 -04:00
name: "高亮显示"
2021-05-04 10:34:37 -04:00
description: "页面中高亮元素的背景色,如帖子和话题。"
2020-10-16 18:07:21 -04:00
highlight-high:
name: "高亮-高"
highlight-medium:
name: "高亮-中"
highlight-low:
name: "高亮-低"
2014-05-23 19:20:16 -04:00
danger:
2019-01-19 17:29:54 -05:00
name: "危险"
2021-05-04 10:34:37 -04:00
description: "突出显示删除帖子和话题等操作的颜色。"
2014-05-23 19:20:16 -04:00
success:
2019-01-19 17:29:54 -05:00
name: "成功"
description: "用于指示操作成功。"
2014-05-23 19:20:16 -04:00
love:
2019-01-19 17:29:54 -05:00
name: "赞"
2020-09-29 09:01:52 -04:00
description: "赞同按钮的颜色。"
2019-08-26 08:36:46 -04:00
robots:
title: "覆盖你的站点的robots.txt文件"
warning: "这会永久性地覆盖所有相关的站点设置。"
overridden: 你的站点的默认robots.txt文件已被覆盖。
email_style:
2019-09-25 22:29:44 -04:00
title: "邮件样式"
heading: "自定义邮件样式"
html: "HTML模板"
2019-08-26 08:36:46 -04:00
css: "CSS"
2019-09-25 22:29:44 -04:00
reset: "重置为默认"
reset_confirm: "你确定要重设为默认值%{fieldName}并且丢弃所有修改吗?"
save_error_with_reason: "你的修改没有保存。%{error}"
instructions: "自定义所有HTML邮件渲染所使用的模板使用CSS样式化。"
email:
2016-02-22 11:10:12 -05:00
title: "邮件"
settings: "设置"
2016-02-22 11:10:12 -05:00
templates: "模板"
2016-02-02 04:51:43 -05:00
preview_digest: "预览"
2018-12-14 10:34:12 -05:00
advanced_test:
title: "高级测试"
desc: "了解Discourse如何处理收到的电子邮件。为了能够正确处理电子邮件请在下方粘贴整个原始邮件。"
email: "原始消息"
run: "运行测试"
text: "已选择的测试正文"
elided: "省略文本"
2018-10-12 10:39:59 -04:00
sending_test: "发送测试邮件…"
2014-11-27 09:58:52 -05:00
error: "<b>错误</b> - %{server_error}"
2014-12-29 08:36:33 -05:00
test_error: "发送测试邮件时遇到问题。请再检查一遍邮件设置,确认你的主机没有封锁邮件链接,然后重试。"
sent: "已发送"
skipped: "跳过"
2016-05-09 14:09:52 -04:00
bounced: "退回"
2016-02-22 11:10:12 -05:00
received: "收到"
2021-05-04 10:34:37 -04:00
rejected: "已驳回"
2013-03-23 06:19:26 -04:00
sent_at: "发送时间"
time: "时间"
2013-08-14 23:38:54 -04:00
user: "用户"
2013-03-23 06:19:26 -04:00
email_type: "邮件类型"
to_address: "目的地址"
test_email_address: "测试电子邮件地址"
2014-07-25 09:35:28 -04:00
send_test: "发送测试电子邮件"
2013-03-23 06:19:26 -04:00
sent_test: "已发送!"
delivery_method: "发送方式"
2015-08-31 12:49:30 -04:00
preview_digest_desc: "预览发送给不活跃用户的摘要邮件内容。"
refresh: "刷新"
2016-11-28 15:58:38 -05:00
send_digest_label: "发送结果至:"
send_digest: "发送"
2018-10-12 10:39:59 -04:00
sending_email: "发送邮件…"
format: "格式"
html: "html"
text: "text"
2020-04-20 05:37:59 -04:00
html_preview: "预览邮件内容"
2014-07-10 16:07:19 -04:00
last_seen_user: "用户最后登录时间:"
2017-01-04 13:13:08 -05:00
no_result: "没有找到摘要信息。"
reply_key: "回复关键字"
skipped_reason: "跳过理由"
2016-02-22 11:10:12 -05:00
incoming_emails:
from_address: "来自"
to_addresses: "发至"
cc_addresses: "抄送"
2021-05-04 10:34:37 -04:00
subject: "话题"
2016-02-22 11:10:12 -05:00
error: "错误"
none: "没有找到进站邮件。"
2016-03-07 09:14:32 -05:00
modal:
title: "进站邮件详情"
error: "错误"
2016-03-31 13:58:07 -04:00
headers: "头部"
2020-04-20 05:37:59 -04:00
subject: "标题"
2016-03-07 09:14:32 -05:00
body: "内容"
2021-05-04 10:34:37 -04:00
rejection_message: "驳回邮件"
2016-02-22 11:10:12 -05:00
filters:
from_placeholder: "from@example.com"
to_placeholder: "to@example.com"
cc_placeholder: "cc@example.com"
2021-05-04 10:34:37 -04:00
subject_placeholder: "话题…"
2016-02-22 11:10:12 -05:00
error_placeholder: "错误"
logs:
none: "未发现日志。"
filters:
2019-12-19 12:31:52 -05:00
title: "筛选器"
user_placeholder: "username"
2014-07-17 01:03:49 -04:00
address_placeholder: "name@example.com"
2015-09-16 10:20:29 -04:00
type_placeholder: "摘要、注册…"
reply_key_placeholder: "回复键"
2017-12-11 12:01:48 -05:00
moderation_history:
performed_by: "执行由"
no_results: "暂无管理历史。"
actions:
delete_user: "删除的用户"
suspend_user: "封禁的用户"
silence_user: "禁言的用户"
delete_post: "删除的帖子"
2021-05-04 10:34:37 -04:00
delete_topic: "删除的话题"
2018-11-29 10:51:16 -05:00
post_approved: "帖子已审批"
2013-08-14 23:38:54 -04:00
logs:
title: "日志"
action: "操作"
created_at: "创建"
2013-08-15 23:07:25 -04:00
last_match_at: "最近匹配"
match_count: "匹配"
2013-08-22 21:52:10 -04:00
ip_address: "IP"
2021-05-04 10:34:37 -04:00
topic_id: "话题 ID"
2014-10-08 16:07:59 -04:00
post_id: "帖子 ID"
2015-10-02 10:40:28 -04:00
category_id: "分类 ID"
2019-01-19 17:29:54 -05:00
delete: "删除"
edit: "编辑"
save: "保存"
2013-08-15 23:07:25 -04:00
screened_actions:
2014-08-01 10:32:56 -04:00
block: "封禁"
2013-08-15 23:07:25 -04:00
do_nothing: "无操作"
2013-08-14 23:38:54 -04:00
staff_actions:
2017-05-31 13:06:20 -04:00
all: "全部"
2019-12-19 12:31:52 -05:00
filter: "筛选器:"
2013-08-14 23:38:54 -04:00
title: "管理人员操作"
clear_filters: "显示全部"
2018-11-08 17:59:49 -05:00
staff_user: "用户"
2013-08-14 23:38:54 -04:00
target_user: "目标用户"
2021-05-04 10:34:37 -04:00
subject: "话题"
2013-08-14 23:38:54 -04:00
when: "时间"
context: "环境"
details: "详情"
2013-08-22 21:52:10 -04:00
previous_value: "之前"
new_value: "新建"
diff: "差别"
show: "显示"
modal_title: "详情"
no_previous: "没有之前的值。"
deleted: "没有新的值。记录被删除。"
2013-08-14 23:38:54 -04:00
actions:
delete_user: "删除用户"
change_trust_level: "更改信任等级"
2015-02-03 13:50:05 -05:00
change_username: "修改用户名"
2013-08-22 21:52:10 -04:00
change_site_setting: "更改站点设置"
2017-08-31 14:50:26 -04:00
change_theme: "更改主题"
2017-05-25 09:55:55 -04:00
delete_theme: "删除主题"
2016-01-08 15:50:00 -05:00
change_site_text: "更改站点文字"
2014-03-27 18:51:31 -04:00
suspend_user: "封禁用户"
unsuspend_user: "解禁用户"
2020-02-25 10:29:14 -05:00
removed_suspend_user: "封禁用户(已移除)"
2018-11-08 17:59:49 -05:00
removed_unsuspend_user: "禁止的用户(已移除)"
2014-03-27 18:51:31 -04:00
grant_badge: "授予徽章"
revoke_badge: "撤销徽章"
2020-09-09 10:59:40 -04:00
check_email: "查看电子邮件"
2021-05-04 10:34:37 -04:00
delete_topic: "删除话题"
2018-04-24 09:59:30 -04:00
recover_topic: "撤销删除帖子"
2014-10-08 16:07:59 -04:00
delete_post: "删除帖子"
2020-04-20 05:37:59 -04:00
impersonate: "模拟用户"
2015-03-24 11:27:12 -04:00
anonymize_user: "匿名用户"
2015-07-16 09:48:02 -04:00
roll_up: "回退 IP 封禁"
2015-10-02 10:40:28 -04:00
change_category_settings: "更改分类设置"
delete_category: "删除分类"
create_category: "创建分类"
2017-11-30 15:31:58 -05:00
silence_user: "禁言用户"
unsilence_user: "解除禁言用户"
2018-11-08 17:59:49 -05:00
removed_silence_user: "禁言用户(已移除)"
removed_unsilence_user: "取消禁言用户(已移除)"
2016-02-22 11:10:12 -05:00
grant_admin: "授予管理员权限"
revoke_admin: "撤销管理员权限"
grant_moderation: "授予版主权限"
revoke_moderation: "撤销版主权限"
2017-03-08 11:54:01 -05:00
backup_create: "创建备份"
2016-05-09 14:09:52 -04:00
deleted_tag: "删除的标签"
2018-11-29 10:51:16 -05:00
deleted_unused_tags: "已被删除的未使用标签"
2016-05-09 14:09:52 -04:00
renamed_tag: "重命名的标签"
2016-08-05 14:39:55 -04:00
revoke_email: "撤销邮件"
2017-03-08 11:54:01 -05:00
lock_trust_level: "锁定信任等级"
unlock_trust_level: "解锁信任等级"
activate_user: "已激活用户"
deactivate_user: "停用帐号"
change_readonly_mode: "更改只读模式"
backup_download: "下载备份文件"
backup_destroy: "删除备份"
2017-05-31 13:06:20 -04:00
reviewed_post: "已审核的帖子"
custom_staff: "插件自定义操作"
2018-04-24 09:59:30 -04:00
post_locked: "帖子锁定"
post_edit: "帖子编辑"
post_unlocked: "帖子解锁"
check_personal_message: "检查个人信息"
2020-10-20 09:34:57 -04:00
disabled_second_factor: "停用双重认证"
2018-04-24 09:59:30 -04:00
topic_published: "帖子已发布"
2018-11-08 17:59:49 -05:00
post_approved: "帖子已审批"
2021-05-04 10:34:37 -04:00
post_rejected: "帖子已驳回"
create_badge: "创建徽章"
change_badge: "更换徽章"
delete_badge: "删除徽章"
merge_user: "合并用户"
2018-11-08 17:59:49 -05:00
entity_export: "导出实体"
2018-11-29 10:51:16 -05:00
change_name: "更换名称"
2021-05-04 10:34:37 -04:00
topic_timestamps_changed: "话题时间戳已更改"
2019-03-28 10:07:51 -04:00
approve_user: "批准的用户"
2019-04-24 09:02:04 -04:00
web_hook_create: "创建webhook"
web_hook_update: "更新webhook"
web_hook_destroy: "销毁webhook"
2019-05-20 07:42:05 -04:00
web_hook_deactivate: "禁用webhook"
2019-06-17 13:25:37 -04:00
embeddable_host_create: "创建可嵌入的主机"
embeddable_host_update: "更新可嵌入的主机"
embeddable_host_destroy: "销毁可嵌入的主机"
2019-06-25 10:57:18 -04:00
change_theme_setting: "更改主题设置"
2019-07-15 09:43:22 -04:00
disable_theme_component: "停用主题组件"
enable_theme_component: "启用主题组件"
2019-12-05 11:20:52 -05:00
revoke_title: "撤销头衔"
change_title: "修改头衔"
api_key_create: "创建api密钥"
api_key_update: "更新api密钥"
api_key_destroy: "销毁api密钥"
2019-12-19 12:31:52 -05:00
override_upload_secure_status: "覆盖上传安全状态"
2020-09-01 09:02:16 -04:00
page_published: "页面发布"
page_unpublished: "取消页面发布"
2020-06-14 17:39:33 -04:00
add_email: "添加邮箱"
update_email: "更新邮箱"
destroy_email: "删除邮箱"
2021-05-04 10:34:37 -04:00
topic_closed: "话题已关闭"
topic_opened: "话题已开放"
topic_archived: "话题已归档"
topic_unarchived: "取消话题归档"
2020-08-05 09:55:12 -04:00
post_staff_note_create: "添加管理人员注释"
post_staff_note_destroy: "删除管理人员注释"
2021-01-19 10:14:59 -05:00
delete_group: "删除群组"
2013-08-15 23:07:25 -04:00
screened_emails:
2020-01-20 11:00:44 -05:00
title: "已屏蔽的邮件地址"
2013-08-15 23:07:25 -04:00
description: "当有人试图用以下邮件地址注册时,将受到阻止或其它系统操作。"
email: "邮件地址"
2014-06-19 08:19:05 -04:00
actions:
allow: "允许"
2013-08-15 23:07:25 -04:00
screened_urls:
2020-01-20 11:00:44 -05:00
title: "已屏蔽的 URL"
2014-03-27 18:51:31 -04:00
description: "以下是垃圾信息发布者使用过的 URL。"
2013-08-15 23:07:25 -04:00
url: "URL"
2013-11-05 21:21:15 -05:00
domain: "域名"
2013-10-22 20:47:24 -04:00
screened_ips:
2020-01-20 11:00:44 -05:00
title: "已屏蔽的 IP"
2020-08-05 09:55:12 -04:00
description: '受监视的 IP 地址,使用“放行”可将 IP 地址加入允许列表。'
2014-03-27 18:51:31 -04:00
delete_confirm: "确定要撤销对 IP 地址为 %{ip_address} 的规则?"
2020-04-20 05:37:59 -04:00
roll_up_confirm: "你确定要将常用屏蔽 IP 地址归类为子网地址吗?"
2014-12-04 09:18:21 -05:00
rolled_up_some_subnets: "成功地折叠了 IP 封禁记录至这些子网: %{subnets}。"
2019-06-17 13:25:37 -04:00
rolled_up_no_subnet: "没有可折叠内容。"
2013-10-22 20:47:24 -04:00
actions:
2014-08-01 10:32:56 -04:00
block: "封禁"
2013-10-22 20:47:24 -04:00
do_nothing: "放行"
allow_admin: "允许管理"
2013-10-26 07:39:34 -04:00
form:
label: "新:"
ip_address: "IP地址"
add: "添加"
2015-02-19 11:11:24 -05:00
filter: "搜索"
2014-12-04 09:18:21 -05:00
roll_up:
text: "折叠"
title: "如果有至少 'min_ban_entries_for_roll_up' 个记录,创建一个子网封禁记录"
2017-12-06 10:25:12 -05:00
search_logs:
title: "搜索日志"
term: "术语"
searches: "搜索"
2019-03-28 10:07:51 -04:00
click_through_rate: "CTR"
2017-12-06 10:25:12 -05:00
types:
all_search_types: "所有搜索类型"
header: "头部"
full_page: "完整页面"
2018-11-08 17:59:49 -05:00
click_through_only: "全部(仅点击)"
header_search_results: "标题搜索结果"
2014-08-27 23:22:11 -04:00
logster:
title: "错误日志"
2017-08-01 13:11:52 -04:00
watched_words:
2017-08-31 14:50:26 -04:00
title: "敏感词"
2017-08-01 13:11:52 -04:00
search: "搜索"
clear_filter: "清除"
2021-03-02 09:28:30 -05:00
show_words:
other: "显示%{count}个字词"
2019-08-26 08:36:46 -04:00
download: 下载
clear_all: 清除全部
2021-03-16 10:49:29 -04:00
clear_all_confirm: "您确定要清除 %{action} 动作的所有敏感词吗?"
2017-08-01 13:11:52 -04:00
actions:
2019-01-19 17:29:54 -05:00
block: "封禁"
censor: "审查"
require_approval: "需要审核"
2020-04-20 05:37:59 -04:00
flag: "标记"
2021-03-02 09:28:30 -05:00
replace: "替换"
2021-04-27 10:01:06 -04:00
tag: "标签"
2017-08-31 14:50:26 -04:00
action_descriptions:
2019-01-19 17:29:54 -05:00
block: "防止发布包含这些敏感词的帖子。用户提交帖子时会收到错误提示。"
censor: "允许包含这些敏感词的帖子,但将其替换为隐藏敏感词的字符。"
require_approval: "包含这些敏感词的帖子需通过人工审核才能被看到。"
flag: "允许包含这些敏感词的帖子,但将其标记为不当,以便版主审核。"
2021-03-02 09:28:30 -05:00
replace: "使用另外的字词替换帖子中的字词"
2021-05-04 10:34:37 -04:00
tag: "根据第一个帖子自动为话题打标签"
2017-08-01 13:11:52 -04:00
form:
2021-05-11 13:01:59 -04:00
label: "包含字词"
placeholder: "输入字词(*为通配符)"
2017-11-13 15:02:53 -05:00
placeholder_regexp: "正则表达式"
2021-03-02 09:28:30 -05:00
replacement_label: "替换"
replacement_placeholder: "示例 https://example.com"
2021-03-09 09:19:02 -05:00
tag_label: "标签"
tag_placeholder: "标签1,标签2,标签3"
2019-01-19 17:29:54 -05:00
add: "新增"
success: "成功"
exists: "已存在"
2019-08-26 08:36:46 -04:00
upload: "从文件添加"
2017-08-31 14:50:26 -04:00
upload_successful: "上传成功。敏感词已添加。"
2019-08-26 08:36:46 -04:00
test:
button_label: "测试"
2019-09-25 22:29:44 -04:00
modal_title: "测试“%{action}”敏感词"
description: "在下方输入文本以检查匹配的敏感词"
found_matches: "发现匹配:"
2019-08-26 08:36:46 -04:00
no_matches: "无符合的结果"
impersonate:
2020-04-20 05:37:59 -04:00
title: "模拟用户"
help: "使用此工具来模拟一个用户账户以方便调试。你应该在完成后立即注销。"
2015-06-01 14:03:27 -04:00
not_found: "无法找到该用户。"
2020-04-20 05:37:59 -04:00
invalid: "抱歉,你不能模拟此用户。"
2013-03-23 06:19:26 -04:00
users:
2019-01-19 17:29:54 -05:00
title: "用户"
create: "添加管理员用户"
2013-03-23 06:19:26 -04:00
last_emailed: "最后一次邮寄"
not_found: "抱歉,在我们的系统中此用户名不存在。"
2014-12-04 09:18:21 -05:00
id_not_found: "抱歉,在我们的系统中此用户 id 不存在。"
2019-03-28 10:07:51 -04:00
active: "已激活"
2014-11-06 15:16:58 -05:00
show_emails: "显示邮件"
2019-04-24 09:02:04 -04:00
hide_emails: "隐藏电子邮件"
nav:
new: "新建"
active: "活跃"
2019-01-19 17:29:54 -05:00
staff: "管理人员"
suspended: "禁止登录"
silenced: "已禁言"
staged: "暂存"
2013-03-23 06:19:26 -04:00
approved: "已批准?"
2013-05-03 08:21:50 -04:00
titles:
2020-01-20 11:00:44 -05:00
active: "活跃用户"
2019-01-19 17:29:54 -05:00
new: "新用户"
pending: "等待审核用户"
newuser: "信任等级为0的用户新用户"
basic: "信任等级为1的用户基本用户"
member: "信任等级为2的用户成员"
regular: "信任等级为3的用户活跃"
leader: "信任等级为4的用户资深"
2016-03-01 03:46:46 -05:00
staff: "管理人员"
2019-01-19 17:29:54 -05:00
admins: "管理员"
moderators: "版主"
2020-02-25 10:29:14 -05:00
silenced: "已禁言的用户"
suspended: "已封禁的用户"
2019-01-19 17:29:54 -05:00
staged: "暂存用户"
not_verified: "未验证"
2014-10-03 10:41:37 -04:00
check_email:
title: "显示用户电子邮件"
2014-10-08 16:07:59 -04:00
text: "显示"
2021-02-23 09:10:04 -05:00
check_sso:
title: "显示 SSO 有效负载"
text: "显示"
2013-03-23 06:19:26 -04:00
user:
2020-06-10 12:00:16 -04:00
suspend_failed: "封禁此用户时发生了错误 %{error}"
unsuspend_failed: "解禁此用户时发生了错误 %{error}"
2020-02-25 10:29:14 -05:00
suspend_duration: "将该用户封禁多久?"
suspend_reason_label: "你为什么封禁该用户?该理由<b>对所有人可见</b>并将放置在用户的个人主页上,当用户尝试登陆时也会显示该理由。语句尽量简洁。"
suspend_reason_hidden_label: "你为什么封禁该用户?当用户尝试登陆时会显示该理由。语句尽量简洁。"
2014-03-27 18:51:31 -04:00
suspend_reason: "封禁的理由"
2020-11-17 08:49:58 -05:00
suspend_reason_title: "封禁原因"
suspend_reasons:
not_listening_to_staff: "不理会管理人员的反馈"
consuming_staff_time: "消耗了过多的管理人员时间"
combatative: "太好斗了"
in_wrong_place: "在错误的地方"
no_constructive_purpose: "除了在社区内引起异议外,他们的行动没有任何建设性的目的"
custom: "自定义..."
2017-11-13 15:02:53 -05:00
suspend_message: "邮件消息"
2020-02-25 10:29:14 -05:00
suspend_message_placeholder: "可选内容,可以提供关于此次封禁的更多信息,这些信息会通过邮件告知用户。"
2014-03-27 18:51:31 -04:00
suspended_by: "封禁操作者:"
2020-02-25 10:29:14 -05:00
silence_reason: "禁言理由"
silenced_by: "禁言操作者:"
silence_modal_title: "禁言用户"
2017-12-06 10:25:12 -05:00
silence_duration: "该用户将被禁言多久?"
silence_reason_label: "为何禁言该用户?"
silence_reason_placeholder: "禁言理由"
silence_message: "邮件消息"
2020-02-25 10:29:14 -05:00
silence_message_placeholder: "(留空以发送默认消息)"
suspended_until: "(直到 %{until}"
2017-11-13 15:02:53 -05:00
cant_suspend: "该用户不能被封禁。"
2013-03-23 06:19:26 -04:00
delete_all_posts: "删除所有帖子"
2019-06-17 13:25:37 -04:00
delete_posts_progress: "删除帖子..."
2019-03-28 10:07:51 -04:00
delete_posts_failed: "删除帖子时出现问题。"
2020-09-29 09:01:52 -04:00
penalty_post_actions: "你想对关联帖子做什么?"
2018-04-24 09:59:30 -04:00
penalty_post_delete: "删除帖子"
2019-06-10 10:36:08 -04:00
penalty_post_delete_replies: "删除帖子+所有回复"
2018-04-24 09:59:30 -04:00
penalty_post_edit: "编辑帖子"
penalty_post_none: "什么都不做"
2018-11-08 17:59:49 -05:00
penalty_count: "处罚计数"
clear_penalty_history:
title: "清除处罚历史"
2020-02-25 10:29:14 -05:00
description: "有处罚的用户无法达到信任等级3"
2021-05-04 10:34:37 -04:00
delete_all_posts_confirm_MF: "你将要删除 {POSTS, plural, one {1 个帖子} other {# 个帖子}}和 {TOPICS, plural, one {1 个话题} other {# 个话题}}。确定吗?"
2017-11-30 15:31:58 -05:00
silence: "禁言"
unsilence: "解除禁言"
2020-02-25 10:29:14 -05:00
silenced: "已禁言?"
2013-03-23 06:19:26 -04:00
moderator: "版主?"
admin: "管理员?"
2020-02-25 10:29:14 -05:00
suspended: "已封禁?"
2016-03-28 14:04:04 -04:00
staged: "暂存?"
2013-03-23 06:19:26 -04:00
show_admin_profile: "管理员"
show_public_profile: "显示公开介绍"
2020-04-20 05:37:59 -04:00
impersonate: "模拟用户"
2017-03-08 11:54:01 -05:00
action_logs: "操作日志"
2014-06-30 06:51:39 -04:00
ip_lookup: "IP 查询"
2020-08-05 09:55:12 -04:00
log_out: "退出登录"
logged_out: "用户已退出了所有设备上的登录"
2019-01-19 17:29:54 -05:00
revoke_admin: "吊销管理员资格"
grant_admin: "赋予管理员资格"
2017-05-25 09:55:55 -04:00
grant_admin_confirm: "我们已经发送了一封邮件以验证新管理员。请打开邮件并按照指示完成确认。"
2019-01-19 17:29:54 -05:00
revoke_moderation: "吊销论坛版主资格"
grant_moderation: "赋予论坛版主资格"
unsuspend: "解禁"
2020-02-25 10:29:14 -05:00
suspend: "封禁"
2018-11-08 17:59:49 -05:00
show_flags_received: "显示收到的标记"
flags_received_by: "%{username}收到的标记"
flags_received_none: "此用户未收到任何标记。"
2013-03-23 06:19:26 -04:00
reputation: 声誉
permissions: 权限
activity: 活动
2020-04-20 05:37:59 -04:00
like_count: 点赞 / 获赞
2019-01-19 17:29:54 -05:00
last_100_days: "在最近 100 天"
2021-05-04 10:34:37 -04:00
private_topics_count: 私有话题数量
2013-03-23 06:19:26 -04:00
posts_read_count: 已阅帖子数量
2016-04-07 12:04:44 -04:00
post_count: 发表的帖子数量
2020-10-20 09:34:57 -04:00
second_factor_enabled: 双重认证已启用
2021-05-04 10:34:37 -04:00
topics_entered: 已查看的话题数量
2016-03-28 04:30:18 -04:00
flags_given_count: 提交标记数量
flags_received_count: 被他人标记数量
warnings_received_count: 收到警告
2019-01-19 17:29:54 -05:00
flags_given_received_count: "给出的标记 / 收到的标记"
approve: "批准"
2013-03-23 06:19:26 -04:00
approved_by: "批准人"
approve_success: "用户已被批准, 激活邮件已发送。"
approve_bulk_success: "成功!所有选定的用户已批准并通知。"
time_read: "阅读时间"
2015-03-24 11:27:12 -04:00
anonymize: "匿名用户"
2015-04-09 11:28:06 -04:00
anonymize_confirm: "你确定要匿名化该账户信息吗?这将改变用户名和邮件地址,并且重置所有个人主页信息。"
anonymize_yes: "是的,匿名化该账户"
anonymize_failed: "在匿名化该账户时遇到问题。"
delete: "删除用户"
2021-01-20 06:43:57 -05:00
delete_posts:
progress:
title: "删除帖子的进度"
2020-04-24 09:16:29 -04:00
merge:
2020-05-26 10:06:07 -04:00
button: "合并"
2020-04-24 09:16:29 -04:00
prompt:
2020-05-04 10:39:01 -04:00
title: "迁移并删除 @%{username}"
2020-04-24 09:16:29 -04:00
description: |
<p>请为<b>@%{username} </b>的内容选择一个新的主人。</p>
2021-05-04 10:34:37 -04:00
<p>所有话题、帖子、消息或其它由<b>@%{username}</b>所创作的内容将被过户。</p>
2020-04-24 09:16:29 -04:00
target_username_placeholder: "新的所有者的用户名"
2020-05-04 10:39:01 -04:00
transfer_and_delete: "迁移并删除 @%{username}"
2020-04-24 09:16:29 -04:00
cancel: "取消"
2021-01-20 06:43:57 -05:00
progress:
title: "合并进度"
2020-04-24 09:16:29 -04:00
confirmation:
2020-05-04 10:39:01 -04:00
title: "迁移并删除 @%{username}"
2020-04-24 09:16:29 -04:00
description: |
2020-05-04 10:39:01 -04:00
<p><b>@%{username}</b>的所有内容将被过户到<b>%{targetUsername}</b>。在内容被过户后,<b>@%{username}</b>的账户将被删除。</p>
2020-04-24 09:16:29 -04:00
<p><b>该操作无法被撤销</b></p>
<p>要继续请输入:<code>%{text}</code></p>
2020-05-04 10:39:01 -04:00
text: "迁移 @%{username} 到 @%{targetUsername}"
transfer_and_delete: "迁移并删除 @%{username}"
2020-04-24 09:16:29 -04:00
cancel: "取消"
merging_user: "合并用户..."
merge_failed: "合并用户时出错。"
2013-12-23 08:05:29 -05:00
delete_forbidden_because_staff: "不能删除管理员和版主。"
2016-04-07 12:04:44 -04:00
delete_posts_forbidden_because_staff: "不能完全删除管理员和版主的帖子。"
delete_forbidden:
2018-06-21 10:34:09 -04:00
other: "用户如果有帖子将不能删除。在试图尝试删除一个用户前删除所有的帖子(%{count} 天前的帖子不能被删除)"
2014-04-11 11:53:02 -04:00
cant_delete_all_posts:
2018-06-21 10:34:09 -04:00
other: "不能删除所有帖子。一些帖子发表于 %{count} 天前。设置项delete_user_max_post_age"
2014-05-23 19:20:16 -04:00
cant_delete_all_too_many_posts:
2018-06-21 10:34:09 -04:00
other: "不能删除所有帖子,因为用户有超过 %{count} 个帖子。delete_all_posts_max"
2019-03-28 10:07:51 -04:00
delete_confirm: "通常最好匿名用户而不是删除它们,以避免删除 Discourse 的现有内容。<br><br>您确定要删除此用户吗?这项操作是不可逆的!"
2014-08-18 11:17:59 -04:00
delete_and_block: "删除并<b>封禁</b>该邮件地址和IP地址"
delete_dont_block: "仅删除"
deleting_user: "删除用户"
deleted: "该用户已被删除。"
delete_failed: "在删除用户时发生了错误。请确保删除该用户前删除了该用户的所有帖子。"
2013-05-22 22:56:49 -04:00
send_activation_email: "发送激活邮件"
activation_email_sent: "激活邮件已发送。"
2020-08-25 09:02:37 -04:00
send_activation_email_failed: "在发送激活邮件时发生了错误。%{error}"
2019-01-02 12:32:38 -05:00
activate: "激活账户"
2013-05-22 22:56:49 -04:00
activate_failed: "在激活用户帐号时发生了错误。"
2019-01-02 12:32:38 -05:00
deactivate_account: "停用账户"
2013-05-22 22:56:49 -04:00
deactivate_failed: "在停用用户帐号时发生了错误。"
2019-01-19 17:29:54 -05:00
unsilence_failed: "解除禁言时出错了。"
silence_failed: "禁言用户时出错了。"
2021-05-04 10:34:37 -04:00
silence_confirm: "你确定要禁言该用户吗?他们将不能发或创建话题。"
2019-01-19 17:29:54 -05:00
silence_accept: "是的,禁言该用户"
2016-08-05 14:39:55 -04:00
bounce_score: "累计退信分值"
reset_bounce_score:
label: "重置"
title: "重置累计退信分值为 0"
2017-05-29 02:53:49 -04:00
visit_profile: "访问<a href='%{url}'>用户设置页面</a>编辑他们的个人页"
deactivate_explanation: "已停用的用户必须重新验证他们的电子邮件。"
2020-02-25 10:29:14 -05:00
suspended_explanation: "已禁封的用户不能登录。"
2021-05-04 10:34:37 -04:00
silence_explanation: "已禁言的用户不能发帖或创建话题。"
staged_explanation: "暂存用户只能通过邮件回复指定话题。"
2016-08-05 14:39:55 -04:00
bounce_score_explanation:
none: "近期该邮箱没有退信。"
some: "近期该邮箱有少量退信。"
threshold_reached: "近期该邮箱有过多退信。"
2013-11-02 10:53:46 -04:00
trust_level_change_failed: "改变用户等级时出现了一个问题。"
2020-02-25 10:29:14 -05:00
suspend_modal_title: "封禁用户"
2020-04-20 05:37:59 -04:00
confirm_cancel_penalty: "你确定要放弃惩罚吗?"
2020-02-25 10:29:14 -05:00
trust_level_2_users: "信任等级2用户"
2016-03-01 03:46:46 -05:00
trust_level_3_requirements: "信任等级 3 要求"
2014-10-03 10:41:37 -04:00
trust_level_locked_tip: "信任等级已经被锁定,系统将不会升降用户的信任等级"
trust_level_unlocked_tip: "信任等级已经解锁,系统将自动升降用户的信任等级"
lock_trust_level: "锁定信任等级"
unlock_trust_level: "解锁信任等级"
tl3_requirements:
2016-08-05 14:39:55 -04:00
title: "信任等级3的要求"
2016-08-25 11:04:46 -04:00
table_title:
2018-06-21 10:34:09 -04:00
other: "这最近 %{count} 天:"
2016-03-28 04:30:18 -04:00
value_heading: "当前"
2016-03-01 03:46:46 -05:00
requirement_heading: "要求"
visits: "访问"
days: "天数"
2021-05-04 10:34:37 -04:00
topics_replied_to: "回复的话题"
topics_viewed: "已读话题"
topics_viewed_all_time: "已阅的话题(全部)"
2014-07-10 16:07:19 -04:00
posts_read: "已读帖子"
2018-06-08 10:27:53 -04:00
posts_read_all_time: "已读的帖子(全部)"
2016-03-28 04:30:18 -04:00
flagged_posts: "被标记的帖子"
flagged_by_users: "标记其的用户"
2020-04-20 05:37:59 -04:00
likes_given: "点赞"
2020-09-29 09:01:52 -04:00
likes_received: "获赞"
likes_received_days: "获赞:独立天数"
likes_received_users: "获赞:每用户"
2020-02-25 10:29:14 -05:00
suspended: "已封禁最近6个月"
2019-08-26 08:36:46 -04:00
silenced: "禁言最近6个月"
2016-03-28 04:30:18 -04:00
qualifies: "符合信任等级3要求"
does_not_qualify: "不符合信任等级3要求"
2014-10-03 10:41:37 -04:00
will_be_promoted: "将在近期被提升。"
will_be_demoted: "将在近期被降级。"
2016-03-28 04:30:18 -04:00
on_grace_period: "目前在升级宽限期,不会被降级。"
2014-10-03 10:41:37 -04:00
locked_will_not_be_promoted: "信任等级被锁定。将不再被提升。"
locked_will_not_be_demoted: "信任等级被锁定。将不再被降级。"
2021-02-09 08:56:15 -05:00
discourse_connect:
title: "DiscourseConnect 单点登录"
2014-08-27 23:22:11 -04:00
external_id: "外部 ID"
external_username: "用户名"
2021-02-09 08:56:15 -05:00
external_name: "昵称"
external_email: "邮箱"
external_avatar_url: "头像 URL"
2020-10-16 18:07:21 -04:00
last_payload: "上次 Payload"
2021-02-09 08:56:15 -05:00
delete_sso_record: "删除 SSO 记录"
confirm_delete: "你确定要删除 DiscourseConnect 记录吗?"
2014-10-03 10:41:37 -04:00
user_fields:
title: "用户属性"
help: "增加用户能填写的字段。"
2014-10-03 10:41:37 -04:00
create: "创建用户属性 "
untitled: "无标题"
name: "字段名称"
type: "字段类型"
2014-10-08 16:07:59 -04:00
description: "字段描述信息"
2014-10-03 10:41:37 -04:00
save: "保存"
edit: "编辑"
delete: "删除"
cancel: "取消"
2014-12-29 08:36:33 -05:00
delete_confirm: "你确定要删除这个用户字段么?"
2015-08-04 03:47:39 -04:00
options: "选项"
required:
title: "在注册时需要填写?"
enabled: "必填"
disabled: "可选"
2014-10-08 16:07:59 -04:00
editable:
title: "在注册后可以修改?"
enabled: "可修改"
disabled: "不可修改"
2015-02-13 09:07:41 -05:00
show_on_profile:
title: "在个人信息页显示?"
enabled: "在个人信息页显示"
disabled: "未在个人信息页显示"
2016-08-05 14:39:55 -04:00
show_on_user_card:
title: "在用户卡片上显示?"
enabled: "在用户卡片上显示"
disabled: "在用户卡片上隐藏"
2021-04-27 10:01:06 -04:00
searchable:
title: "可搜索?"
enabled: "可搜索"
disabled: "不可搜索"
2014-10-03 10:41:37 -04:00
field_types:
2019-01-19 17:29:54 -05:00
text: "文本字段"
confirm: "确认"
2015-08-04 03:47:39 -04:00
dropdown: "下拉菜单"
2014-10-03 10:41:37 -04:00
site_text:
2015-12-14 12:30:21 -05:00
description: "你可以自定义论坛的任意文本。请按以下搜索:"
search: "搜索你想要编辑的文本"
2019-08-26 08:36:46 -04:00
title: "文字"
2019-01-19 17:29:54 -05:00
edit: "编辑"
2015-12-14 12:30:21 -05:00
revert: "撤销更变"
revert_confirm: "你确定要撤销你的更变吗?"
go_back: "返回搜索"
recommended: "我们建议自定义以下文本以符合你的需求:"
2019-01-19 17:29:54 -05:00
show_overriden: "只显示修改过的"
2021-01-19 10:14:59 -05:00
locale: "语言:"
2021-01-26 08:52:35 -05:00
fallback_locale_warning: "您正在基于 %{fallback}编辑语言。选择 %{fallback} 作为界面语言的用户将看不到你的更改。"
2019-03-28 10:07:51 -04:00
more_than_50_results: "有超过50个结果。请优化您的搜索。"
2018-04-24 09:59:30 -04:00
settings:
2019-01-19 17:29:54 -05:00
show_overriden: "只显示被覆盖"
2020-11-17 08:49:58 -05:00
history: "查看变更历史"
2019-01-19 17:29:54 -05:00
reset: "重置"
none: "无"
2013-03-23 06:19:26 -04:00
site_settings:
2021-04-13 10:02:08 -04:00
emoji_list:
invalid_input: "Emoji 列表只能包含有效的 Emoji 名,例如 hugs"
add_emoji_button:
label: "添加 Emoji"
2019-01-19 17:29:54 -05:00
title: "设置"
2013-11-20 20:06:33 -05:00
no_results: "找不到结果。"
2018-11-08 17:59:49 -05:00
more_than_30_results: "超过30个结果。请优化你的搜索或选择一个分类。"
2013-12-23 08:05:29 -05:00
clear_filter: "清除"
2015-03-24 11:27:12 -04:00
add_url: "增加链接"
2015-07-01 09:53:15 -04:00
add_host: "添加主机"
2019-05-20 07:42:05 -04:00
add_group: "添加群组"
2018-11-08 17:59:49 -05:00
uploaded_image_list:
label: "编辑列表"
empty: "没有图片。请上传一个。"
upload:
label: "上传"
title: "上传图片"
selectable_avatars:
title: "用户可选择的头像列表"
2013-11-19 09:21:20 -05:00
categories:
2019-01-19 17:29:54 -05:00
all_results: "全部"
required: "必填"
2020-01-20 11:00:44 -05:00
branding: "站点图标"
2019-01-19 17:29:54 -05:00
basic: "基本设置"
users: "用户"
posting: "发帖"
email: "电子邮件"
files: "文件"
trust: "信任等级"
security: "安全性"
2014-04-11 11:53:02 -04:00
onebox: "Onebox"
2019-01-19 17:29:54 -05:00
seo: "搜索引擎优化"
spam: "垃圾信息"
rate_limits: "频率限制"
developer: "开发者"
2014-01-01 08:29:10 -05:00
embedding: "嵌入"
2014-08-01 10:32:56 -04:00
legal: "法律信息"
2019-01-19 17:29:54 -05:00
api: "API"
user_api: "用户 API"
uncategorized: "未分类"
backups: "备份"
2014-07-25 09:35:28 -04:00
login: "登录"
2015-02-13 09:07:41 -05:00
plugins: "插件"
2015-08-31 12:49:30 -04:00
user_preferences: "用户设置"
2016-05-09 14:09:52 -04:00
tags: "标签"
2016-08-25 11:04:46 -04:00
search: "搜索"
2017-01-04 13:13:08 -05:00
groups: "群组"
2019-03-28 10:07:51 -04:00
dashboard: "仪表盘"
2018-11-08 17:59:49 -05:00
secret_list:
invalid_input: "输入字段不能为空或包含竖线字符。"
2019-11-05 10:52:29 -05:00
default_categories:
2020-09-29 09:01:52 -04:00
modal_description: "你想在已存在的设置上应用此更改吗?这将更改%{count}位现有用户的自定义设置。"
2019-11-05 10:52:29 -05:00
modal_yes: "是"
2019-12-05 11:20:52 -05:00
modal_no: "不,仅应用以后的更改"
2020-06-10 12:00:16 -04:00
simple_list:
add_item: "添加项..."
2021-03-02 09:28:30 -05:00
json_schema:
2021-03-16 10:49:29 -04:00
edit: 打开编辑器
2021-03-02 09:28:30 -05:00
modal_title: "编辑 %{name}"
badges:
2014-03-27 18:51:31 -04:00
title: 徽章
new_badge: 新徽章
new: 新建
name: 名称
2014-05-02 14:01:27 -04:00
badge: 徽章
2014-03-27 18:51:31 -04:00
display_name: 显示名称
description: 描述
2016-03-28 14:04:04 -04:00
long_description: 详情
2014-03-27 18:51:31 -04:00
badge_type: 徽章分类
2016-09-02 10:42:45 -04:00
badge_grouping: 群组
2014-08-01 10:32:56 -04:00
badge_groupings:
modal_title: 徽章组
2014-03-27 18:51:31 -04:00
granted_by: 授予由
granted_at: 授予于
2021-05-04 10:34:37 -04:00
reason_help: '(一个至话题或帖子的链接)'
save: 保存
delete: 删除
2014-12-29 08:36:33 -05:00
delete_confirm: 你确定要删除此徽章吗?
2014-03-27 18:51:31 -04:00
revoke: 撤销
2015-03-18 08:57:27 -04:00
reason: 理由
expand: 展开 &hellip;
2014-12-29 08:36:33 -05:00
revoke_confirm: 你确定要撤销此徽章吗?
2014-03-27 18:51:31 -04:00
edit_badges: 编辑徽章
grant_badge: 授予徽章
granted_badges: 已授予的徽章
grant: 授予
2020-01-20 11:00:44 -05:00
no_user_badges: "%{name} 尚未被授予任何徽章。"
2014-03-27 18:51:31 -04:00
no_badges: 没有可供授予的徽章。
2014-10-23 10:45:56 -04:00
none_selected: "选择一个徽章开始"
2014-05-07 10:33:41 -04:00
allow_title: 允许将徽章用作头衔
2014-06-19 08:19:05 -04:00
multiple_grant: 能被授予多次
2014-07-17 01:03:49 -04:00
listable: 在公共徽章页面显示徽章
2014-07-25 09:35:28 -04:00
enabled: 启用徽章系统
2014-07-10 16:07:19 -04:00
icon: 图标
2014-10-30 17:30:05 -04:00
image: 图片
2021-03-23 11:12:04 -04:00
graphic: 图形
2020-01-20 11:00:44 -05:00
icon_help: "输入一个 Font Awsome 图标的名称使用前缀“far-”表示常规图标“fab-”表示品牌图标)"
2021-03-23 11:12:04 -04:00
image_help: "如果两者都已设置,正在上传的图像将覆盖图标字段。"
select_an_icon: "选择一个图标"
upload_an_image: "上传图片"
2020-12-15 09:25:10 -05:00
read_only_setting_help: "自定义文本"
2014-08-01 10:32:56 -04:00
query: 徽章查询SQL
target_posts: 查询到的帖子
auto_revoke: 每天运行撤销查询
show_posts: 在徽章页面显示被授予帖子的徽章
2020-01-20 11:00:44 -05:00
trigger: 触发条件
2014-08-01 10:32:56 -04:00
trigger_type:
none: "每日更新"
post_action: "当用户操作一个帖子时"
post_revision: "当用户编辑或者创建帖子时"
trust_level_change: "当用户信任等级改变时"
user_change: "当用户被编辑或创建时"
2016-08-05 14:39:55 -04:00
post_processed: "在帖子被处理之后"
preview:
2016-03-31 13:58:07 -04:00
link_text: "预览将授予的徽章"
plan_text: "预览查询计划"
modal_title: "徽章查询预览"
sql_error_header: "查询时出错。"
error_help: "查看下列关于徽章查询的帮助链接。"
bad_count_warning:
header: "警告!"
2020-01-20 11:00:44 -05:00
text: "缺少授予徽章的样本。这在徽章查询返回用户 ID 或者帖子 ID 不存在的时候发生。这可能导致未预期的结果发生——请再次检查你的查询。"
2015-11-30 14:23:26 -05:00
no_grant_count: "没有徽章可以被授予。"
grant_count:
2018-06-21 10:34:09 -04:00
other: "已授予 <b>%{count}</b> 个徽章。"
sample: "样本:"
grant:
2020-08-05 09:55:12 -04:00
with: <span class="username">%{username}</span>
with_post: <span class="username">%{username}</span>因 %{link} 帖子
with_post_time: <span class="username">%{username}</span> 因在 <span class="time">%{time}</span> 时的 %{link} 帖子
with_time: <span class="username">%{username}</span> 在 <span class="time">%{time}</span>
2019-03-28 10:07:51 -04:00
badge_intro:
2020-04-20 05:37:59 -04:00
title: "选择现一个现有的徽章或创建一个新的徽章来开始使用"
emoji: "女学生表情符号"
2020-01-20 11:00:44 -05:00
what_are_badges_title: "什么是徽章?"
2019-03-28 10:07:51 -04:00
badge_query_examples_title: "徽章查询示例"
2020-01-20 11:00:44 -05:00
mass_award:
2020-02-13 15:00:16 -05:00
title: 批量授予
description: 一次性将同一个的徽章授予多个用户。
2020-02-25 10:29:14 -05:00
no_badge_selected: 请选择一个徽章开始使用。
2020-02-13 15:00:16 -05:00
perform: "授予徽章给用户"
2020-02-25 10:29:14 -05:00
upload_csv: 上传包含用户邮箱或用户名的CSV文件
aborted: 请上传一个包含用户电子邮件或用户名的CSV文件
2020-02-13 15:00:16 -05:00
success: 你的CSV已收到用户很快就会收到他们的徽章。
replace_owners: 从所有者中删除这个徽章
2015-01-02 08:34:05 -05:00
emoji:
title: "Emoji"
2020-08-25 09:02:37 -04:00
help: "增加所有人可用的 emoji。提示一次性拖进多个文件"
2015-01-02 08:34:05 -05:00
add: "增加新的 Emoji"
2020-06-10 12:00:16 -04:00
uploading: "上传中…"
2016-01-18 14:58:32 -05:00
name: "名称"
2020-04-20 05:37:59 -04:00
group: "群组"
2015-01-02 08:34:05 -05:00
image: "图片"
2020-04-20 05:37:59 -04:00
alt: "自定义表情符号预览"
2015-01-02 08:34:05 -05:00
delete_confirm: "你确定要删除 :%{name}: emoji 么?"
2015-08-25 03:56:29 -04:00
embedding:
2020-09-29 09:01:52 -04:00
get_started: "如果你想要将 Discourse 嵌入至其他网站,请添加他们的域名。"
2015-08-31 12:49:30 -04:00
confirm_delete: "你确定要删除这个主机吗?"
2021-05-04 10:34:37 -04:00
sample: "使用下列 HTML 代码至你的站点创建和嵌入 Discourse 话题。把<b>REPLACE_ME</b> 替换成你将嵌入至的网址。"
2015-08-31 12:49:30 -04:00
title: "嵌入"
host: "允许的主机"
2020-04-20 05:37:59 -04:00
class_name: "类名"
2020-08-05 09:55:12 -04:00
allowed_paths: "路径允许列表"
2015-08-31 12:49:30 -04:00
edit: "编辑"
category: "发布到分类"
add_host: "增加主机"
settings: "嵌入设置"
crawling_settings: "爬虫设置"
2021-05-04 10:34:37 -04:00
crawling_description: "当 Discourse 为你的帖子创建了话题时,如果没有 RSS/ATOM 流存在,它将尝试从 HTML 中解析内容。有时分离其中的内容时可能是很有挑战性的,所以我们提供了指定 CSS 规则的能力来帮助分离过程。"
embed_by_username: "话题创建者的用户名"
2015-08-31 12:49:30 -04:00
embed_post_limit: "嵌入的最大帖子数量。"
2016-11-28 15:58:38 -05:00
embed_title_scrubber: "从帖子中提取标题的正则表达式"
2015-08-31 12:49:30 -04:00
embed_truncate: "截断嵌入的帖子"
2021-05-04 10:34:37 -04:00
embed_unlisted: "直到有一个回复前,导入的话题不会被列出。"
2020-08-05 09:55:12 -04:00
allowed_embed_selectors: "允许嵌入的元素的CSS选择器"
blocked_embed_selectors: "从嵌入中移除的元素的CSS选择器"
2020-10-16 18:07:21 -04:00
allowed_embed_classnames: "允许的CSS类名"
2015-08-31 12:49:30 -04:00
save: "保存嵌入设置"
2015-07-30 13:11:12 -04:00
permalink:
title: "永久链接"
2020-04-20 05:37:59 -04:00
description: "所应用的重定向链接无法被论坛识别。"
2015-07-30 13:11:12 -04:00
url: "URL"
2021-05-04 10:34:37 -04:00
topic_id: "话题 ID"
topic_title: "话题"
2015-07-30 13:11:12 -04:00
post_id: "帖子 ID"
post_title: "帖子"
category_id: "分类 ID"
category_title: "分类"
2020-06-01 13:58:51 -04:00
tag_name: "标签名称"
external_url: "外部或相关 URL"
2020-04-20 05:37:59 -04:00
destination: "目标"
copy_to_clipboard: "拷贝永久链接到剪贴板"
2015-07-30 13:11:12 -04:00
delete_confirm: 你确定要删除该永久链接?
form:
label: "新:"
add: "添加"
filter: "搜索URL 或外部 URL"
2019-03-28 10:07:51 -04:00
reseed:
2019-05-20 07:42:05 -04:00
action:
label: "替换文本..."
2021-05-04 10:34:37 -04:00
title: "用翻译替换分类和话题的文本"
2019-03-28 10:07:51 -04:00
modal:
2019-05-20 07:42:05 -04:00
title: "替换文本"
2021-05-04 10:34:37 -04:00
subtitle: "用最新的翻译替换系统生成的类别和话题的文本"
2019-03-28 10:07:51 -04:00
categories: "分类"
2021-05-04 10:34:37 -04:00
topics: "话题"
2019-04-24 09:02:04 -04:00
replace: "替换"
2016-11-28 15:58:38 -05:00
wizard_js:
wizard:
done: "完成"
2018-11-29 10:51:16 -05:00
finish: "结束"
2016-11-28 15:58:38 -05:00
back: "上一步"
next: "下一步"
step: "%{current} / %{total}"
upload: "上传"
2018-10-12 10:39:59 -04:00
uploading: "上传中…"
2018-11-08 17:59:49 -05:00
upload_error: "抱歉,上传文件时发生了错误。请重试。"
2016-11-28 15:58:38 -05:00
quit: "以后再说"
staff_count:
2018-06-21 10:34:09 -04:00
other: "你的社区中包括你在内有 %{count} 位工作人员。"
2016-11-28 15:58:38 -05:00
invites:
add_user: "添加"
none_added: "你还没有邀请任何工作人员。你确定要继续吗?"
roles:
admin: "管理员"
moderator: "版主"
regular: "普通用户"
2018-11-05 05:58:41 -05:00
previews:
2021-05-04 10:34:37 -04:00
topic_title: "讨论话题"
2020-09-15 09:04:17 -04:00
font_title: "%{font}字体"
2018-11-05 05:58:41 -05:00
share_button: "分享"
reply_button: "回复"