From 5c3c1f3825317227755feac9b28acbffe993cfc5 Mon Sep 17 00:00:00 2001 From: Anthony Schuijlenburg Date: Sat, 1 Jul 2023 09:21:50 +0200 Subject: [PATCH 1/2] Update Dutch translations I noticed an error where enabling 2fa read "2fa is NOT enabled", while fixing this, I edited some other translations and added missing ones. --- resources/lang/nl/default.php | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/resources/lang/nl/default.php b/resources/lang/nl/default.php index 6cc416d..9534059 100644 --- a/resources/lang/nl/default.php +++ b/resources/lang/nl/default.php @@ -17,7 +17,7 @@ "code_placeholder" => "XXX-XXX", "recovery" => [ "heading" => "Twee-factorenauthenticatie", - "description" => "Bevestig de toegang tot je account door een van je noodherstelcodes in te voeren.", + "description" => "Bevestig de toegang tot je account door één van je noodherstelcodes in te voeren.", ], "recovery_code_placeholder" => "abcdef-98765", "recovery_code_text" => "Apparaat kwijt?", @@ -26,9 +26,9 @@ ], "registration" => [ "title" => "Registreren", - "heading" => "Nieuwe account aanmaken", + "heading" => "Nieuw account aanmaken", "submit" => [ - "label" => "Inloggen", + "label" => "Aanmelden", ], "notification_unique" => "Een account met dit e-mailaddres bestaat al. Graag inloggen.", ], @@ -38,8 +38,8 @@ "submit" => [ "label" => "Verzenden", ], - "notification_error" => "Error: probeer het later nogmaals.", - "notification_error_link_text"=>"Try Again", + "notification_error" => "Fout bij het resetten van het wachtwoord, probeer het later nogmaals.", + "notification_error_link_text"=>"Probeer opnieuw", "notification_success" => "Controleer je e-mail voor instructies!", ], "verification" => [ @@ -75,7 +75,7 @@ "notify" => "Wachtwoord succesvol bijgewerkt!", ], "2fa" => [ - "title" => "Twee-factorenauthenticatie", + "title" => "Tweefactorenauthenticatie", "description" => "Beheer 2-factor authenticatie voor je account (aanbevolen).", "actions" => [ "enable" => "Inschakelen", @@ -87,16 +87,16 @@ "setup_key" => "Sleutel: ", "not_enabled" => [ "title" => "Je hebt tweefactorauthenticatie niet ingeschakeld.", - "description"=>"Wanneer tweefactorauthenticatie is ingeschakeld, word je tijdens de authenticatie om een veilige, willekeurige token gevraagd. Je kunt deze token ophalen uit de Google Authenticator-app van je telefoon." + "description"=>"Wanneer tweefactorauthenticatie is ingeschakeld, word je tijdens de authenticatie om een veilige, willekeurige token gevraagd. Je kunt deze token ophalen uit bijvoorbeeld de Google Authenticator-app van je telefoon." ], "finish_enabling" => [ "title"=>"Voltooi het inschakelen van tweefactorauthenticatie.", "description" => "Om het inschakelen van tweefactorauthenticatie te voltooien, scan je de volgende QR-code met behulp van de authenticatietoepassing van je telefoon of voer je de configuratiesleutel in en geef je de gegenereerde OTP-code op." ], "enabled" => [ - "title"=>"Je hebt tweefactorauthenticatie niet ingeschakeld!", - "description" => "Tweefactorauthenticatie is nu ingeschakeld. Scan de volgende QR-code met de authenticatietoepassing van je telefoon of voer de configuratiesleutel in.", - "store_codes" => "Bewaar deze herstelcodes in een veilige wachtwoordbeheerder. Ze kunnen worden gebruikt om de toegang tot je account te herstellen als je apparaat voor tweefactorauthenticatie verloren is gegaan.", + "title"=>"Je hebt tweefactorauthenticatie ingeschakeld!", + "description" => "Tweefactorauthenticatie is nu ingeschakeld. Dat bevordert de veiligheid van je account.", + "store_codes" => "Bewaar deze herstelcodes in een veilige wachtwoordbeheerder. Ze kunnen worden gebruikt om de toegang tot je account te herstellen als je geen toegang meer hebt tot je apparaat voor tweefactorauthenticatie.", "show_codes" => "Toon herstelcodes", "hide_codes" => "Herstelcodes verbergen" ], @@ -107,7 +107,7 @@ ], "sanctum" => [ "title" => "API Tokens", - "description" => "Beheer API tokens voor externe-toegang tot je account. BELANGRIJK: je token is eenmalig zichbaar na aanmaken. Indien je je token vergeet zul je deze moeten verwijderen en een nieuwe aanmaken.", + "description" => "Beheer API tokens voor externe-toegang tot je account. LET OP: je token is eenmalig zichbaar na aanmaken. Indien je je token vergeet zul je deze moeten verwijderen en een nieuwe moeten aanmaken.", "create" => [ "notify" => "Token succesvol aangemaakt!", "submit" => [ @@ -128,6 +128,9 @@ "new_password_confirmation" => "Nieuw wachtwoord bevestigen", "token_name" => "Token naam", "abilities" => "Mogelijkheden", + "2fa_code" => "Code", + "2fa_recovery_code" => "Herstelcode" ], "or" => "Of", + "cancel" => "Annuleren" ]; From 5d4ae15f102c74ea41143123ccd9b0b221e86fb2 Mon Sep 17 00:00:00 2001 From: Anthony Schuijlenburg Date: Sat, 1 Jul 2023 09:25:24 +0200 Subject: [PATCH 2/2] Update default.php Updated one more translation, to be more concise with the rest of the translations --- resources/lang/nl/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl/default.php b/resources/lang/nl/default.php index 9534059..be273aa 100644 --- a/resources/lang/nl/default.php +++ b/resources/lang/nl/default.php @@ -76,7 +76,7 @@ ], "2fa" => [ "title" => "Tweefactorenauthenticatie", - "description" => "Beheer 2-factor authenticatie voor je account (aanbevolen).", + "description" => "Beheer tweefactorenauthenticatie voor je account (aanbevolen).", "actions" => [ "enable" => "Inschakelen", "regenerate_codes" => "Codes opnieuw genereren",