diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js index 9922a2d..99872f2 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/zh-CN.js @@ -494,7 +494,7 @@ export default { 'admin.revoke_group_confirm': "Revoke the group \"{group}\"? This pushes a signed revocation to every node hosting it and cannot be undone from here. Suspend it instead if you only need to pause it.", 'admin.btn_details': '详情', 'admin.btn_delete': '删除', - 'admin.delete_confirm': '删除账户“{user}”?此操作无法撤销。' + 'admin.delete_confirm': '删除账户“{user}”及其拥有的所有群组?此操作无法撤销。' + '该用户上传的文件仍留在托管它们的 node 上,每个 node 也会保留它固定的身份,' + '直到其运营者取消固定。停用是可撤销的选项。', 'admin.user_detail': '用户详情', |