You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
3.2 KiB
JSON
57 lines
3.2 KiB
JSON
{
|
|
"installed": "已安装",
|
|
"active": "已启用",
|
|
"inactive": "未启用",
|
|
"out-of-date": "已过期",
|
|
"none-found": "无插件。",
|
|
"none-active": "无生效插件",
|
|
"find-plugins": "寻找插件",
|
|
|
|
"plugin-search": "插件搜索",
|
|
"plugin-search-placeholder": "搜索插件...",
|
|
"submit-anonymous-usage": "提交匿名插件使用数据。",
|
|
"reorder-plugins": "重新排序插件",
|
|
"order-active": "排序生效插件",
|
|
"dev-interested": "有兴趣为 NodeBB 开发插件?",
|
|
"docs-info": "有关插件创作的完整文档可以在 <a target=\"_blank\" href=\"https://docs.nodebb-cn.org/development\">NodeBB 文档</a>中找到。",
|
|
|
|
"order.description": "部分插件需要在其它插件启用之后才能完美运作。",
|
|
"order.explanation": "插件将按照以下顺序载入,从上至下。",
|
|
|
|
"plugin-item.themes": "主题",
|
|
"plugin-item.deactivate": "停用",
|
|
"plugin-item.activate": "启用",
|
|
"plugin-item.install": "安装",
|
|
"plugin-item.uninstall": "卸载",
|
|
"plugin-item.settings": "设置",
|
|
"plugin-item.installed": "已安装",
|
|
"plugin-item.latest": "最新",
|
|
"plugin-item.upgrade": "升级",
|
|
"plugin-item.more-info": "更多信息:",
|
|
"plugin-item.unknown": "未知",
|
|
"plugin-item.unknown-explanation": "无法确认该插件的状态,可能由于配置错误造成。",
|
|
"plugin-item.compatible": "此插件兼容 NodeBB %1",
|
|
"plugin-item.not-compatible": "此插件没有兼容性数据,请确保在生产环境中安装之前它可以正常工作。",
|
|
|
|
"alert.enabled": "插件已启用",
|
|
"alert.disabled": "插件已禁用",
|
|
"alert.upgraded": "插件已升级",
|
|
"alert.installed": "插件已安装",
|
|
"alert.uninstalled": "插件已卸载",
|
|
"alert.activate-success": "请 部署 & 重启 NodeBB 来完全激活此插件",
|
|
"alert.deactivate-success": "插件停用成功",
|
|
"alert.upgrade-success": "请部署并重启您的 NodeBB 来完成更新此插件。",
|
|
"alert.install-success": "插件安装成功,请启用插件。",
|
|
"alert.uninstall-success": "插件已成功被停用且卸载。",
|
|
"alert.suggest-error": "<p>NodeBB 联系不到包管理器, 继续安装最新版本?</p><div class=\"alert alert-danger\"><strong>服务器返回 (%1)</strong>: %2</div>",
|
|
"alert.package-manager-unreachable": "<p>NodeBB 联系不到包管理器,暂时不建议升级。</p>",
|
|
"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>",
|
|
"alert.reorder": "插件已重新排序",
|
|
"alert.reorder-success": "请部署并重启您的 NodeBB 来完成此流程。",
|
|
|
|
"license.title": "插件许可证信息",
|
|
"license.intro": "插件 <strong>%1</strong> 在 %2 下获得许可。请在激活此插件之前阅读,确认许可条款。",
|
|
"license.cta": "您希望继续使用此插件吗?"
|
|
}
|