trypost/lang/nl/auth.php
Paulo Castellano b4f61be6ef
Welcome: pre-subscription funnel and member subscription-required screen (#243)
* Rename pre-subscription onboarding funnel to Welcome.

Move the ICP steps to /welcome, drop the social-connect checkout gate, hold unpaid members on a subscription-required screen, and keep legacy /onboarding URLs working until the post-subscription checklist lands.

Closes #237

Co-authored-by: Cursor <cursoragent@cursor.com>

* Drop legacy /onboarding ICP URL aliases.

Unfinished users re-enter Welcome via EnsureAccountReady on next login; /onboarding stays free for the post-subscription checklist.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Simplify Welcome PostHog event names.

Use welcome.persona/goals/referral and drop the unused checkout case — begin checkout stays on the frontend as checkout.started / begin_checkout.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Slim welcome goal options to match the #204 set.

Drop team_collaboration, automate_api, and track_performance so the goals step stays at nine choices.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Split Welcome AI goals into TryPost AI and MCP assistants.

Rewrite ai_content for in-app generation and add use_mcp so Claude/ChatGPT/Cursor intent is captured separately across locales.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Harden Welcome goals gate and drop dead checkout UI.

Treat removed goal values as incomplete so mid-funnel users re-select, remove the unused canCheckout branch, and fix the pt-BR welcome progress label.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Add password visibility toggle to the login form.

Match the register eye control so users can reveal their password while signing in.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Point the sidebar community link to Discord.

Replace the X stay-updated entry with Join Discord and the trypost.it/discord invite.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Rename the sidebar Discord link to Discord community.

Softer label that matches the other support nav items.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix broken Turkish Discord community translation.

An unescaped apostrophe left a parse error in lang/tr/sidebar.php.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-06 11:34:50 -03:00

146 lines
6.2 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Deze gegevens komen niet overeen met onze administratie.',
'password' => 'Het opgegeven wachtwoord is onjuist.',
'throttle' => 'Te veel inlogpogingen. Probeer het over :seconds seconden opnieuw.',
'flash' => [
'welcome' => 'Welkom bij TryPost!',
'welcome_trial' => 'Welkom bij TryPost! Je proefperiode is gestart.',
],
'legal' => 'Door door te gaan ga je akkoord met onze <a href="https://trypost.it/terms" target="_blank">Servicevoorwaarden</a> en <a href="https://trypost.it/privacy" target="_blank">Privacybeleid</a>.',
'slides' => [
'calendar' => [
'title' => 'Visuele kalender',
'description' => 'Plan en agendeer je content met een intuïtieve drag-and-drop-kalender voor al je social accounts.',
],
'scheduling' => [
'title' => 'Slim plannen',
'description' => 'Plan posts voor LinkedIn, X, Instagram, TikTok, YouTube en meer — allemaal vanaf één plek.',
],
'media' => [
'title' => 'Rijke media',
'description' => 'Publiceer afbeeldingen, carrousels, stories en reels. Elk platform krijgt automatisch het juiste formaat.',
],
'video' => [
'title' => 'Video publiceren',
'description' => 'Upload video\'s één keer en publiceer naar TikTok, YouTube Shorts, Instagram Reels en Facebook Reels.',
],
'team' => [
'title' => 'Teamworkspaces',
'description' => 'Nodig je team uit, wijs rollen toe en beheer meerdere merken vanuit aparte workspaces.',
],
'signatures' => [
'title' => 'Handtekeningen',
'description' => 'Sla herbruikbare handtekeningen op (hashtags, links, afsluitingen) en voeg ze met één klik aan posts toe.',
],
],
'or_continue_with' => 'Of ga verder met',
'or_continue_with_email' => 'Of ga verder met e-mail',
'google_login' => 'Inloggen met Google',
'google_signup' => 'Aanmelden met Google',
'github_login' => 'Inloggen met GitHub',
'github_signup' => 'Aanmelden met GitHub',
'github_email_unavailable' => 'Kan je e-mailadres niet ophalen van GitHub. Maak je GitHub-e-mailadres openbaar of verleen de e-mailscope en probeer het opnieuw.',
'signup_success' => [
'page_title' => 'Welkom',
'title' => 'Je account wordt ingesteld',
'description' => 'Dit duurt meestal maar een paar seconden...',
],
'login' => [
'title' => 'Log in op je account',
'description' => 'Voer hieronder je e-mailadres en wachtwoord in om in te loggen',
'page_title' => 'Inloggen',
'email' => 'E-mailadres',
'password' => 'Wachtwoord',
'show_password' => 'Wachtwoord tonen',
'hide_password' => 'Wachtwoord verbergen',
'forgot_password' => 'Wachtwoord vergeten?',
'remember_me' => 'Ingelogd blijven',
'submit' => 'Inloggen',
'no_account' => 'Nog geen account?',
'sign_up' => 'Aanmelden',
],
'register' => [
'title' => 'Je hele social kalender, op één plek',
'description' => 'Maak je account aan en begin met het plannen van posts voor elk netwerk.',
'page_title' => 'Registreren',
'signup_with_email' => 'Aanmelden met e-mail',
'name' => 'Naam',
'name_placeholder' => 'Volledige naam',
'email' => 'E-mailadres',
'password' => 'Wachtwoord',
'show_password' => 'Wachtwoord tonen',
'hide_password' => 'Wachtwoord verbergen',
'submit' => 'Account aanmaken',
'has_account' => 'Heb je al een account?',
'log_in' => 'Inloggen',
],
'forgot_password' => [
'title' => 'Wachtwoord vergeten',
'description' => 'Voer je e-mailadres in om een link te ontvangen om je wachtwoord opnieuw in te stellen',
'page_title' => 'Wachtwoord vergeten',
'email' => 'E-mailadres',
'submit' => 'Stuur reset-link per e-mail',
'return_to' => 'Of ga terug naar',
'log_in' => 'inloggen',
],
'reset_password' => [
'title' => 'Wachtwoord opnieuw instellen',
'description' => 'Voer hieronder je nieuwe wachtwoord in',
'page_title' => 'Wachtwoord opnieuw instellen',
'email' => 'E-mail',
'password' => 'Wachtwoord',
'confirm_password' => 'Bevestig wachtwoord',
'confirm_placeholder' => 'Bevestig wachtwoord',
'submit' => 'Wachtwoord opnieuw instellen',
],
'verify_email' => [
'title' => 'E-mail verifiëren',
'description' => 'Verifieer je e-mailadres door op de link te klikken die we je zojuist per e-mail hebben gestuurd.',
'page_title' => 'E-mailverificatie',
'link_sent' => 'Er is een nieuwe verificatielink verstuurd naar het e-mailadres dat je bij registratie hebt opgegeven.',
'resend' => 'Verificatiemail opnieuw versturen',
'log_out' => 'Uitloggen',
],
'accept_invite' => [
'page_title' => 'Uitnodiging accepteren',
'title' => 'Je bent uitgenodigd!',
'description' => 'Je bent uitgenodigd om deel te nemen aan de workspace :workspace.',
'workspace' => 'Workspace',
'your_role' => 'Jouw rol',
'email' => 'E-mail',
'accept' => 'Uitnodiging accepteren',
'decline' => 'Uitnodiging weigeren',
'login_prompt' => 'Log in of maak een account aan om deze uitnodiging te accepteren.',
'log_in' => 'Inloggen',
'create_account' => 'Account aanmaken',
'expired_title' => 'Deze uitnodiging is niet meer geldig',
'expired_description' => 'De workspace van deze uitnodiging is verwijderd. Vraag de accounteigenaar om een nieuwe uitnodiging als je nog toegang nodig hebt.',
'expired_action' => 'Naar home',
],
];