summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js
diff options
context:
space:
mode:
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.js14
1 files changed, 14 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 d0c9649..f1c2b75 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/nl.js
@@ -466,4 +466,18 @@ export default {
'group.unmute': 'Unmute notifications',
'profile.title': 'Profiel',
'usermenu.profile': 'Profiel',
+
+ // First-run setup wizard
+ 'setup.welcome_title': 'Welkom bij MeshBay',
+ 'setup.welcome_message': 'Uw node host uw bestanden — versleuteld, op uw machine. Laten we hem starten en uw eerste groep aanmaken.',
+ 'setup.node_detected': 'Lokale node gedetecteerd en actief.',
+ 'setup.node_not_running': 'Uw node is geïnstalleerd maar draait niet.',
+ 'setup.node_start': 'Node starten',
+ 'setup.node_starting': 'Node wordt gestart…',
+ 'setup.node_started': 'Node gestart.',
+ 'setup.node_not_installed': 'meshbay-node is niet geïnstalleerd op deze machine.',
+ 'setup.node_install_hint': 'Installeer het met uw pakketbeheerder en kom hier terug.',
+ 'setup.skip': 'Overslaan — groep aanmaken zonder lokale node',
+ 'setup.create_group': 'Eerste groep aanmaken',
+ 'setup.dismiss': 'Installatie overslaan',
};