summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/en.js')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/locales/en.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
index 0e4427d..25c1f6c 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/en.js
@@ -389,4 +389,21 @@ export default {
other: '{n} files found',
},
'search.hint': 'Search file names across all cached group indexes.',
+
+ // Presence, chat paging, leaving a group, the profile page
+ 'presence.online': 'A node serving this group is online',
+ 'presence.offline': 'No node is reachable for this group',
+ 'presence.unknown': 'Not checked yet',
+ 'chat.load_older': 'Load {n} older messages',
+ 'chat.start_of_history': 'Beginning of the conversation',
+ 'chat.today': 'Today',
+ 'chat.yesterday': 'Yesterday',
+ 'chat.unread': 'New messages',
+ 'chat.jump_latest': 'Jump to latest',
+ 'chat.jump_new': 'New messages',
+ 'group.leave': 'Leave group',
+ 'group.leave_confirm': 'Leave “{name}”? You will lose access to its files and chat. Files you uploaded stay on the node, and the node keeps the identity it pinned for you until its operator removes it.',
+ 'profile.title': 'Profile',
+ 'usermenu.profile': 'Profile',
+ 'create_group.public_is_open': 'Anyone can find and join a public group. To choose who comes in, make it private.',
};