diff --git a/public/language/pt-BR/admin/extend/plugins.json b/public/language/pt-BR/admin/extend/plugins.json index b8778ddd11..a325be6b91 100644 --- a/public/language/pt-BR/admin/extend/plugins.json +++ b/public/language/pt-BR/admin/extend/plugins.json @@ -37,15 +37,15 @@ "alert.uninstalled": "Plugin Desinstalado", "alert.activate-success": "Por favor reinicie o seu NodeBB para ativar completamente este plugin", "alert.deactivate-success": "Plugin desativado com sucesso", - "alert.upgrade-success": "Please rebuild and restart your NodeBB to fully upgrade this plugin.", + "alert.upgrade-success": "Por favor, recompile e reinicie seu NodeBB para atualizar totalmente este plugin.", "alert.install-success": "Plugin instalado com sucesso, por favor ative o plugin.", "alert.uninstall-success": "O plugin foi desativado com sucesso e desinstalado.", "alert.suggest-error": "
O NodeBB não pôde encontrar o administrador de pacotes, proceder com a instalação da última versão?
O NodeBB não pôde encontrar o administrador de pacotes, um upgrade não é sugerível agora.
", "alert.incompatible": "Nasua versão do NodeBB (v%1) o plugin pode ser atualizado até a sua v%2. Por favor atualize o seu NodeBB se você quiser instalar uma versão mais recente deste plugin.
", "alert.possibly-incompatible": "Nenhuma Informação de Compatibilidade Encontrada
Este plugin não especificou uma versão específica para instalação dada a sua versão do NodeBB. A compatibilidade completa não pode ser garantid, e pode causar o seu NodeBB de não mais iniciar adequadamente.
Se ocorrer que o NodeBB não se inicie adequadamente:
$ ./nodebb reset plugin=\"%1\"Continuar a instalação da última versão deste plugin?
", - "alert.reorder": "Plugins Re-ordered", - "alert.reorder-success": "Please rebuild and restart your NodeBB to fully complete the process.", + "alert.reorder": "Plugins reordenados", + "alert.reorder-success": "Por favor, recompile e reinicie o NodeBB para completar o processo.", "license.title": "Informação de Licença do Plugin", "license.intro": "O plugin %1 está licenciado sob a %2. Por gentileza leia e entenda a licença antes de ativar este plugin.", diff --git a/public/language/pt-BR/admin/extend/widgets.json b/public/language/pt-BR/admin/extend/widgets.json index e7e2bba297..d21f3f40c1 100644 --- a/public/language/pt-BR/admin/extend/widgets.json +++ b/public/language/pt-BR/admin/extend/widgets.json @@ -2,7 +2,7 @@ "available": "Widgets Disponíveis", "explanation": "Escolha um widget do menu de dropdown e então arraste e solte numa área de widget do template à esquerda.", "none-installed": "Nenhum widget encontrado! Ative o plugin de widgets padrão no painel de controle de plugins. ", - "clone-from": "Clone widgets from", + "clone-from": "Copiar widgets de", "containers.available": "Contâineres Disponíveis", "containers.explanation": "Arrastar e soltar em cima de qualquer widget ativo", "containers.none": "Nenhum", @@ -16,7 +16,7 @@ "alert.confirm-delete": "Tem certeza que deseja excluir este widget?", "alert.updated": "Widgets Atualizados", "alert.update-success": "Widgets atualizados com sucesso", - "alert.clone-success": "Successfully cloned widgets", + "alert.clone-success": "Widgets copiados com sucesso!", - "error.select-clone": "Please select a page to clone from" + "error.select-clone": "Por favor, seleciona a página a ser copiada" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/extend/plugins.json b/public/language/zh-CN/admin/extend/plugins.json index c54e35667d..03500f2587 100644 --- a/public/language/zh-CN/admin/extend/plugins.json +++ b/public/language/zh-CN/admin/extend/plugins.json @@ -44,8 +44,8 @@ "alert.package-manager-unreachable": "NodeBB 联系不到包管理器,暂时不建议升级。
", "alert.incompatible": "NodeBB 版本(v%1) 只支持到此插件的v%2版本。如需要此插件更加新的版本请先升级 NodeBB。
", "alert.possibly-incompatible": "未找到兼容性信息
此插件未注明对应的 NodeBB 版本。可能会产生兼容问题,导致 NodeBB 无法正常启动。
NodeBB 无法正常启动时请运行以下命令:
$ ./nodebb reset plugin=\"%1\" 是否继续安装此插件的最新版本?
", - "alert.reorder": "Plugins Re-ordered", - "alert.reorder-success": "Please rebuild and restart your NodeBB to fully complete the process.", + "alert.reorder": "排序后插件", + "alert.reorder-success": "请部署并重启你的 NodeBB 以便完成此流程。", "license.title": "插件许可证信息", "license.intro": "插件 %1 在 %2 下获得许可。请在激活此插件之前阅读和理解许可条款。", diff --git a/public/language/zh-CN/admin/settings/group.json b/public/language/zh-CN/admin/settings/group.json index e91f75ce8f..c5b06a2b10 100644 --- a/public/language/zh-CN/admin/settings/group.json +++ b/public/language/zh-CN/admin/settings/group.json @@ -5,7 +5,7 @@ "private-groups.warning": "注意!如果这个选项未启用并且你有私有群组,那么你的群组将变为公共的。", "allow-creation": "允许创建群组", "allow-creation-help": "如果启用,用户就可以创建群组(默认:不启用)", - "allow-multiple-badges-help": "This flag can be used to allow users to select multiple group badges, requires theme support.", + "allow-multiple-badges-help": "启用此选项后,用户可以选择显示多个群组徽章,需要主题支持。", "max-name-length": "群组名字的最大长度", "cover-image": "群组封面图片", "default-cover": "默认封面图片", diff --git a/public/language/zh-CN/admin/settings/notifications.json b/public/language/zh-CN/admin/settings/notifications.json index c8e2f20b01..544d415382 100644 --- a/public/language/zh-CN/admin/settings/notifications.json +++ b/public/language/zh-CN/admin/settings/notifications.json @@ -3,5 +3,5 @@ "welcome-notification": "欢迎通知", "welcome-notification-link": "欢迎通知链接", "welcome-notification-uid": "用户欢迎通知 (UID)", - "notification-alert-timeout": "Notification Alert Timeout" + "notification-alert-timeout": "通知与警报超时时间" } \ No newline at end of file diff --git a/public/language/zh-CN/error.json b/public/language/zh-CN/error.json index ebb9ed288d..ff50f7477c 100644 --- a/public/language/zh-CN/error.json +++ b/public/language/zh-CN/error.json @@ -18,7 +18,7 @@ "invalid-username-or-password": "请确认用户名和密码", "invalid-search-term": "无效的搜索关键字", "invalid-url": "无效的 URL", - "local-login-disabled": "Local login system has been disabled for non-privileged accounts.", + "local-login-disabled": "已禁用非管理账户的本地登录。", "csrf-invalid": "可能是由于会话过期,登录失败。请重试。", "invalid-pagination-value": "无效的分页数值,必须介于 %1 和 %2 之间", "username-taken": "此用户名已被占用", diff --git a/public/language/zh-CN/modules.json b/public/language/zh-CN/modules.json index 800c71a7ea..97d48c2d53 100644 --- a/public/language/zh-CN/modules.json +++ b/public/language/zh-CN/modules.json @@ -22,16 +22,16 @@ "chat.delete_message_confirm": "您确定删除此消息吗?", "chat.retrieving-users": "查找用户", "chat.manage-room": "管理聊天室", - "chat.add-user-help": "Search for users here. When selected, the user will be added to the chat. The new user will not be able to see chat messages written before they were added to the conversation. Only room owners may remove users from chat rooms.", + "chat.add-user-help": "在这里查找更多用户。选中之后添加到聊天中,新用户在加入聊天之前看不到聊天消息。只有聊天室所有者可以从聊天室中移除用户。", "chat.confirm-chat-with-dnd-user": "该用户将其状态设置为DnD(请勿打扰)。 你还想和他们聊天吗?", - "chat.rename-room": "Rename Room", + "chat.rename-room": "重命名房间", "chat.rename-placeholder": "在这里输入房间名字", "chat.rename-help": "这里设置的房间名字能够被房间内所有人都看到。", "chat.leave": "离开聊天室", "chat.leave-prompt": "您确定要离开聊天室?", "chat.leave-help": "离开此聊天会将您在聊天中的未接收的消息移除。您在重新加入之后不会看到任何聊天记录", "chat.in-room": "在此房间", - "chat.kick": "Kick", + "chat.kick": "踢出", "composer.compose": "编写帮助", "composer.show_preview": "显示预览", "composer.hide_preview": "隐藏预览", diff --git a/public/language/zh-CN/pages.json b/public/language/zh-CN/pages.json index 0c84f3ee06..6bb793e6e9 100644 --- a/public/language/zh-CN/pages.json +++ b/public/language/zh-CN/pages.json @@ -49,7 +49,7 @@ "account/upvoted": "帖子被 %1 顶过", "account/downvoted": "帖子被 %1 踩过", "account/best": "%1 发布的最佳帖子", - "account/blocks": "Blocked users for %1", + "account/blocks": "%1 屏蔽的用户", "account/uploads": "%1 上传的文件", "confirm": "电子邮箱已确认", "maintenance.text": "%1 正在进行维护。请稍后再来。", diff --git a/public/language/zh-CN/uploads.json b/public/language/zh-CN/uploads.json index 2f3c593500..d2ed828706 100644 --- a/public/language/zh-CN/uploads.json +++ b/public/language/zh-CN/uploads.json @@ -3,7 +3,7 @@ "select-file-to-upload": "请选择需要上传的文件!", "upload-success": "文件上传成功!", "maximum-file-size": "最大 %1 kb", - "no-uploads-found": "No uploads found", - "public-uploads-info": "Uploads are public, all visitors can see them.", - "private-uploads-info": "Uploads are private, only logged in users can see them." + "no-uploads-found": "没有找到上传文件", + "public-uploads-info": "上传文件是公开的,所有访客均可见。", + "private-uploads-info": "上传文件是私有的,仅登陆用户可见。" } \ No newline at end of file diff --git a/public/language/zh-CN/user.json b/public/language/zh-CN/user.json index 744d51cdbe..38fd44928b 100644 --- a/public/language/zh-CN/user.json +++ b/public/language/zh-CN/user.json @@ -29,8 +29,8 @@ "ignored": "忽略", "followers": "粉丝", "following": "关注", - "blocks": "封禁", - "block_toggle": "Toggle Block", + "blocks": "屏蔽", + "block_toggle": "屏蔽该用户", "aboutme": "关于我", "signature": "签名档", "birthday": "生日", @@ -91,7 +91,7 @@ "has_no_upvoted_posts": "此用户还未顶过任何帖子。", "has_no_downvoted_posts": "此用户还未踩过任何帖子。", "has_no_voted_posts": "这个用户还未评价任何帖子", - "has_no_blocks": "You have blocked no users.", + "has_no_blocks": "您没有屏蔽其他用户。", "email_hidden": "电子邮箱已隐藏", "hidden": "隐藏", "paginate_description": "使用分页式版块浏览", @@ -146,24 +146,24 @@ "info.moderation-note": "版主备注", "info.moderation-note.success": "版主备注已保存", "info.moderation-note.add": "添加备注", - "consent.title": "Your Rights & Consent", - "consent.lead": "This community forum collects and processes your personal information.", - "consent.intro": "We use this information strictly to personalise your experience in this community, as well as to associate the posts you make to your user account. During the registration step you were asked to provide a username and email address, you can also optionally provide additional information to complete your user profile on this website.