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 | 17 |
1 files changed, 17 insertions, 0 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 bfa6d05..40a40a4 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 @@ -373,4 +373,21 @@ export default { other: '找到 {n} 个文件', }, 'search.hint': '在所有已缓存的群组索引中搜索文件名。', + + // Presence, chat paging, leaving a group, the profile page + 'presence.online': '有一个服务本群组的 node 在线', + 'presence.offline': '本群组没有可达的 node', + 'presence.unknown': '尚未检测', + 'chat.load_older': '加载更早的 {n} 条消息', + 'chat.start_of_history': '对话开头', + 'chat.today': '今天', + 'chat.yesterday': '昨天', + 'chat.unread': '新消息', + 'chat.jump_latest': '跳到最新', + 'chat.jump_new': '新消息', + 'group.leave': '退出群组', + 'group.leave_confirm': '退出“{name}”?您将失去其文件和聊天的访问权。您上传的文件仍留在 node 上,node 也会保留它为您固定的身份,直到其运营者将其移除。', + 'profile.title': '个人资料', + 'usermenu.profile': '个人资料', + 'create_group.public_is_open': '任何人都可以找到并加入公开群组。若要挑选谁能进来,请创建为私密群组。', }; |