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 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/i18n.js b/packages/meshbay-hub/src/meshbay_hub/static/i18n.js index 14a6c78..f43981b 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/i18n.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/i18n.js @@ -85,13 +85,11 @@ const en = { 'group.empty_dir': 'This directory is empty', 'group.download': 'Download', 'group.play': 'Play', - 'group.dl_failed': 'Download failed: {err}', 'group.offline_title': 'No nodes are currently online for this group.', 'group.offline_hint': 'Files will appear when a node hosting this group connects.', 'group.upload': 'Upload', 'group.mkdir': 'New folder', 'group.mkdir_prompt': 'Name of the new folder:', - 'group.uploading': 'Uploading...', 'group.view': 'View', 'group.delete': 'Delete', 'group.delete_confirm': 'Delete {name}?', @@ -278,6 +276,19 @@ const en = { + 'you normally talk. It works once, and it never passes through the hub.', 'members.invite_code_hint': 'They enter it the first time they open this group. ' + 'You do not need to be online then.', + 'transfers.title': 'Transfers', + 'transfers.clear': 'Clear finished', + 'transfers.cancel': 'Cancel', + 'transfers.done': 'Finished', + 'transfers.cancelled': 'Cancelled', + 'transfers.failed': 'Failed', + 'group.select': 'Select', + 'group.select_done': 'Done', + 'group.actions': 'Actions ({n})', + 'group.download_n': 'Download ({n})', + 'group.download_zip_n': 'Download folders as zip ({n})', + 'group.delete_n': 'Delete ({n})', + 'group.delete_n_confirm': 'Delete {n} item(s)? {names}', 'group.download_zip': 'Download as zip ({n} files)', 'group.zip_empty': 'That folder has nothing in it to download.', 'group.zip_no_stream': 'This browser cannot write a download straight to disk, ' |