diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js index 8f3178a..ddd62c2 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js @@ -352,6 +352,11 @@ export default { + 'node zelf denkt te zijn, vernomen van een STUN-server en naar ons gestuurd; het ' + 'helpt de node te bereiken en bewijst niets.', 'admin.tab_blocklist': 'Blokkeerlijst', + 'admin.tab_general': "General", + 'admin.general_groups_heading': "Groups", + 'admin.allow_public_groups_label': "Allow members to create public groups", + 'admin.allow_public_groups_hint': "When off, new groups can only be private and invite-only. Existing public groups are left as they are — suspend them one by one from the Groups tab.", + 'admin.settings_readonly': "Only an admin can change these settings.", // Admin stats 'admin.stat_users': 'Gebruikers', @@ -371,6 +376,8 @@ export default { 'admin.no_users': 'Geen gebruikers gevonden', 'admin.btn_suspend': 'Schorsen', 'admin.btn_unsuspend': 'Herstellen', + 'admin.btn_revoke': "Revoke", + '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': 'Details', 'admin.btn_delete': 'Verwijderen', 'admin.delete_confirm': 'Het account "{user}" verwijderen? Dit kan niet ongedaan ' |