diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js index 630548b..e3f9270 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/locales/pl.js @@ -479,4 +479,18 @@ export default { 'group.unmute': 'Unmute notifications', 'profile.title': 'Profil', 'usermenu.profile': 'Profil', + + // First-run setup wizard + 'setup.welcome_title': 'Witamy w MeshBay', + 'setup.welcome_message': 'Pana/Pani node przechowuje pliki — zaszyfrowane, na Pana/Pani maszynie. Uruchommy go i utwórzmy pierwszą grupę.', + 'setup.node_detected': 'Wykryto lokalny node — działa.', + 'setup.node_not_running': 'Node jest zainstalowany, ale nie działa.', + 'setup.node_start': 'Uruchom node', + 'setup.node_starting': 'Uruchamianie node…', + 'setup.node_started': 'Node uruchomiony.', + 'setup.node_not_installed': 'meshbay-node nie jest zainstalowany na tej maszynie.', + 'setup.node_install_hint': 'Zainstaluj go za pomocą menedżera pakietów, a potem wróć tutaj.', + 'setup.skip': 'Pomiń — utwórz grupę bez lokalnego node', + 'setup.create_group': 'Utwórz pierwszą grupę', + 'setup.dismiss': 'Pomiń konfigurację', }; |