mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
New Crowdin updates (#3428)
This commit is contained in:
@@ -21,7 +21,7 @@ return [
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Adgangskode',
|
||||
'password_confirm' => 'Bekræft adgangskode',
|
||||
'password_hint' => 'Must be at least 8 characters',
|
||||
'password_hint' => 'Skal være på mindst 8 karakterer',
|
||||
'forgot_password' => 'Glemt Adgangskode?',
|
||||
'remember_me' => 'Husk mig',
|
||||
'ldap_email_hint' => 'Angiv venligst din kontos e-mail.',
|
||||
@@ -38,6 +38,11 @@ return [
|
||||
'registration_email_domain_invalid' => 'E-Mail domænet har ikke adgang til denne applikation',
|
||||
'register_success' => 'Tak for din registrering. Du er nu registeret og logget ind.',
|
||||
|
||||
// Login auto-initiation
|
||||
'auto_init_starting' => 'Attempting Login',
|
||||
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
|
||||
'auto_init_start_link' => 'Proceed with authentication',
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'Nulstil adgangskode',
|
||||
'reset_password_send_instructions' => 'Indtast din E-Mail herunder og du vil blive sendt en E-Mail med et link til at nulstille din adgangskode.',
|
||||
@@ -54,7 +59,7 @@ return [
|
||||
'email_confirm_text' => 'Bekræft venligst din E-Mail adresse ved at klikke på linket nedenfor:',
|
||||
'email_confirm_action' => 'Bekræft E-Mail',
|
||||
'email_confirm_send_error' => 'E-Mail-bekræftelse kræves, men systemet kunne ikke sende E-Mailen. Kontakt administratoren for at sikre, at E-Mail er konfigureret korrekt.',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_success' => 'Din email er blevet bekræftet! Du bør nu kune logge ind med denne emailadresse.',
|
||||
'email_confirm_resent' => 'Bekræftelsesmail sendt, tjek venligst din indboks.',
|
||||
|
||||
'email_not_confirmed' => 'E-Mail adresse ikke bekræftet',
|
||||
@@ -71,7 +76,7 @@ return [
|
||||
'user_invite_page_welcome' => 'Velkommen til :appName!',
|
||||
'user_invite_page_text' => 'For at færdiggøre din konto og få adgang skal du indstille en adgangskode, der bruges til at logge ind på :appName ved fremtidige besøg.',
|
||||
'user_invite_page_confirm_button' => 'Bekræft adgangskode',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
'user_invite_success_login' => 'Adgangskoden er sat. Du burde nu kunne logge ind med din angivede adgangskode for at tilgå :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Opsætning af Multi-faktor godkendelse',
|
||||
@@ -88,23 +93,23 @@ return [
|
||||
'mfa_gen_confirm_and_enable' => 'Bekræft og aktivér',
|
||||
'mfa_gen_backup_codes_title' => 'Backup koder opsætning',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_backup_codes_download' => 'Download koder',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Hver kode kan kun bruges en gang',
|
||||
'mfa_gen_totp_title' => 'Mobil App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup' => 'Verificer Opsætning',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods' => 'Ingen Metoder Konfigureret',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_use_totp' => 'Bekræft ved brug af en mobil app',
|
||||
'mfa_verify_use_backup_codes' => 'Bekræft ved hjælp af en backup kode',
|
||||
'mfa_verify_backup_code' => 'Backup Kode',
|
||||
'mfa_verify_backup_code_desc' => 'Indtast en af dine resterende backup koder nedenfor:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Indtast backup kode her',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
];
|
||||
|
Reference in New Issue
Block a user