Latest translations and fallbacks

v1.18.x
Misty (Bot) 8 years ago
parent fad64bf1f0
commit b2c16b2ba0

@ -45,7 +45,7 @@
"alert.incompatible": "<p>NodeBB 版本(v%1) 只支持到此插件的v%2版本。如需要此插件更加新的版本请先升级 NodeBB。</p>",
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>未找到兼容性信息</strong></p><p>此插件未注明对应的 NodeBB 版本。可能会产生兼容问题,导致 NodeBB 无法正常启动。</p></div><p> NodeBB 无法正常启动时请运行以下命令:</p> <pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre> <p>是否继续安装此插件的最新版本?</p>",
"license.title": "Plugin License Information",
"license.title": "插件许可证信息",
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
"license.cta": "Do you wish to continue with activating this plugin?"
"license.cta": "你希望继续使用这个插件吗?"
}

@ -11,7 +11,7 @@
"only-admins": "仅向管理员展示",
"only-global-mods-and-admins": "仅向全局版主及管理员展示",
"only-logged-in": "仅向已登录用户展示",
"only-guest": "Only display to guests",
"only-guest": "仅对游客展示",
"open-new-window": "在新窗口中打开",
"installed-plugins-required": "需要已安装的插件:",

@ -12,7 +12,7 @@
"manage/tags": "话题",
"manage/users": "用户",
"manage/registration": "注册申请",
"manage/post-queue": "Post Queue",
"manage/post-queue": "提交列表",
"manage/groups": "群组",
"manage/ip-blacklist": "IP 黑名单",

@ -1,9 +1,9 @@
{
"site-settings": "站点设置",
"title": "站点标题",
"title.url": "URL",
"title.url-placeholder": "The URL of the site title",
"title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"title.url": "网址",
"title.url-placeholder": "网站标题链接",
"title.url-help": "当标题被点击,用户将跳转到该地址。如果留空,用户将跳转到论坛首页。",
"title.name": "您的社区名称",
"title.show-in-header": "在顶部显示站点标题",
"browser-title": "浏览器标题",

@ -41,7 +41,7 @@
"new_register": "<strong>%1</strong> 发出了注册请求",
"new_register_multiple": "有 <strong>%1</strong> 条注册申请等待批准。",
"flag_assigned_to_you": "<strong>举报 %1</strong> 已经被指派给你",
"post_awaiting_review": "Post awaiting review",
"post_awaiting_review": "请求查验帖子",
"email-confirmed": "电子邮箱已确认",
"email-confirmed-message": "感谢您验证您的电子邮箱。您的帐户现已完全激活。",
"email-confirm-error-message": "验证的您电子邮箱地址时出现了问题。可能是因为验证码无效或已过期。",

@ -9,7 +9,7 @@
"moderator-tools": "版主工具",
"flagged-content": "已举报的内容",
"ip-blacklist": "IP 黑名单",
"post-queue": "Post Queue",
"post-queue": "提交列表",
"users/online": "在线会员",
"users/latest": "最新会员",
"users/sort-posts": "发帖最多的会员",

@ -1,7 +1,7 @@
{
"success": "成功",
"topic-post": "您已成功发布。",
"post-queued": "Your post is queued for approval.",
"post-queued": "你的帖子正在等待审核。",
"authentication-successful": "验证成功",
"settings-saved": "设置已保存!"
}
Loading…
Cancel
Save