diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/i18n.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/i18n.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/i18n.js b/packages/meshbay-hub/src/meshbay_hub/static/i18n.js index 0ec7d4a..8ac35e7 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/i18n.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/i18n.js @@ -86,6 +86,7 @@ const en = { 'group.offline_hint': 'Files will appear when a node hosting this group connects.', 'group.upload': 'Upload', 'group.uploading': 'Uploading...', + 'group.view': 'View', 'group.err_transport': 'Transport module not loaded', // Status @@ -101,6 +102,7 @@ const en = { 'chat.empty': 'No messages yet. Start the conversation!', 'chat.placeholder': 'Type a message...', 'chat.send': 'Send', + 'chat.attach': 'Attach file', // Video player 'video.loading': 'Loading {name}...', @@ -204,7 +206,9 @@ const en = { // Members 'members.col_role': 'Role', + 'members.group_role': 'Group role', 'members.admin': 'Admin', + 'members.group_admin': 'Group admin', 'members.member': 'Member', 'members.invite_title': 'Invite member', 'members.username_placeholder': 'Username', |