2023-07-22 12:49:07 +02:00
export default {
// Navbar
"navbar.upload" : "Upload" ,
"navbar.signin" : "Log ind" ,
"navbar.home" : "Hjem" ,
"navbar.signup" : "Opret bruger" ,
"navbar.links.shares" : "Mine delte filer" ,
"navbar.links.reverse" : "Omvendt deling" ,
"navbar.avatar.account" : "Min bruger" ,
"navbar.avatar.admin" : "Administration" ,
"navbar.avatar.signout" : "Log ud" ,
// END navbar
// /
"home.title" : "En <h>self-hosted</h> fildelingsplatform." ,
2023-08-17 14:47:58 +02:00
"home.description" :
"Er du sikker på, at du vil overlade dine personlige filer til tredjeparter som WeTransfer?" ,
2023-07-22 12:49:07 +02:00
"home.bullet.a.name" : "Self-Hosted" ,
"home.bullet.a.description" : "Host Pingvin Share på din egen maskine." ,
"home.bullet.b.name" : "Privatliv" ,
2023-08-17 14:47:58 +02:00
"home.bullet.b.description" :
"Dine filer er dine filer og bør ikke komme i hænderne på tredjeparter." ,
2023-07-22 12:49:07 +02:00
"home.bullet.c.name" : "Ingen irriterende grænse for filstørrelse" ,
2023-08-17 14:47:58 +02:00
"home.bullet.c.description" :
"Upload så store filer, som du vil. Kun din harddisk sætter grænsen." ,
2023-07-22 12:49:07 +02:00
"home.button.start" : "Kom i gang" ,
"home.button.source" : "Source code" ,
// END /
// /auth/signin
"signin.title" : "Velkommen tilbage" ,
"signin.description" : "Har du ikke en bruger endnu?" ,
"signin.button.signup" : "Opret bruger" ,
"signin.input.email-or-username" : "E-mail eller brugernavn" ,
2023-08-17 14:47:58 +02:00
"signin.input.email-or-username.placeholder" :
"Din e-mail eller dit brugernavn" ,
2023-07-22 12:49:07 +02:00
"signin.input.password" : "Adgangskode" ,
"signin.input.password.placeholder" : "Din adgangskode" ,
"signin.button.submit" : "Log ind" ,
"signIn.notify.totp-required.title" : "2-faktor login påkrævet" ,
2023-08-17 14:47:58 +02:00
"signIn.notify.totp-required.description" :
"Indtast den aktuelle engangskode fra din 2-faktor Authenticator" ,
2023-07-22 12:49:07 +02:00
// END /auth/signin
// /auth/signup
"signup.title" : "Opret en bruger" ,
"signup.description" : "Har du allerede en bruger?" ,
"signup.button.signin" : "Log ind" ,
"signup.input.username" : "Brugernavn" ,
"signup.input.username.placeholder" : "Dit brugernavn" ,
"signup.input.email" : "E-mail" ,
"signup.input.email.placeholder" : "Din e-mail" ,
"signup.button.submit" : "Lad os komme i gang" ,
// END /auth/signup
// /auth/reset-password
"resetPassword.title" : "Glemt din adgangskode?" ,
2023-08-17 14:47:58 +02:00
"resetPassword.description" :
"Indtast din e-mail for at nulstille din adgangskode." ,
"resetPassword.notify.success" :
"En e-mail er blevet sendt med et link til at nulstille din adgangskode." ,
2023-07-22 12:49:07 +02:00
"resetPassword.button.back" : "Tilbage til login" ,
"resetPassword.text.resetPassword" : "Nulstil adgangskode" ,
"resetPassword.text.enterNewPassword" : "Indtast din nye adgangskode" ,
"resetPassword.input.password" : "Ny adgangskode" ,
"resetPassword.notify.passwordReset" : "Adgangskoden er blevet nulstillet." ,
// /account
"account.title" : "Min bruger" ,
"account.card.info.title" : "Brugerinfo" ,
"account.card.info.username" : "Brugernavn" ,
"account.card.info.email" : "E-mail" ,
"account.notify.info.success" : "Brugeren blev opdateret med succes" ,
"account.card.password.title" : "Adgangskode" ,
"account.card.password.old" : "Gammel adgangskode" ,
"account.card.password.new" : "Ny adgangskode" ,
"account.notify.password.success" : "Adgangskoden er ændret" ,
"account.card.security.title" : "Sikkerhed" ,
2023-08-17 14:47:58 +02:00
"account.card.security.totp.enable.description" :
"Indtast din nuværende adgangskode for at begynde opsætningen af 2-faktor login" ,
"account.card.security.totp.disable.description" :
"Enter your current password to disable TOTP" ,
2023-07-22 12:49:07 +02:00
"account.card.security.totp.button.start" : "Start" ,
"account.modal.totp.title" : "Aktiver 2-faktor login" ,
"account.modal.totp.step1" : "Trin 1: Tilføj din 2-faktor Authenticator" ,
"account.modal.totp.step2" : "Trin 2: Valider din kode" ,
"account.modal.totp.enterManually" : "Indtast manuelt" ,
"account.modal.totp.code" : "Kode" ,
"account.modal.totp.clickToCopy" : "Klik for at kopiere" ,
"account.modal.totp.verify" : "Bekræft" ,
"account.notify.totp.disable" : "2-faktor blev deaktiveret" ,
"account.notify.totp.enable" : "2-faktor blev deaktiveret" ,
"account.card.language.title" : "Sprog" ,
2023-08-17 14:47:58 +02:00
"account.card.language.description" :
"The project is translated by the community. Some languages might be incomplete." ,
2023-07-22 12:49:07 +02:00
"account.card.color.title" : "Farveskema" ,
// ThemeSwitcher.tsx
"account.theme.dark" : "Mørkt" ,
"account.theme.light" : "Lyst" ,
"account.theme.system" : "System" ,
"account.button.delete" : "Slet bruger" ,
"account.modal.delete.title" : "Slet bruger" ,
2023-08-17 14:47:58 +02:00
"account.modal.delete.description" :
"Er du sikker på at du vil slette din bruger, herunder alle dine aktive delinger?" ,
2023-07-22 12:49:07 +02:00
// END /account
// /account/shares
"account.shares.title" : "Mine delte filer" ,
"account.shares.title.empty" : "Der er tomt her 👀" ,
"account.shares.description.empty" : "Du har ingen delinger." ,
"account.shares.button.create" : "Opret en" ,
"account.shares.info.title" : "Share informations" ,
"account.shares.table.id" : "ID" ,
"account.shares.table.name" : "Navn" ,
"account.shares.table.description" : "Beskrivelse" ,
"account.shares.table.visitors" : "Besøgende" ,
"account.shares.table.expiresAt" : "Udløber d" ,
"account.shares.table.createdAt" : "Oprettet d." ,
"account.shares.table.size" : "Størrelse" ,
"account.shares.modal.share-informations" : "Share informations" ,
"account.shares.modal.share-link" : "Del link" ,
"account.shares.modal.delete.title" : "Delete share {share}" ,
2023-08-17 14:47:58 +02:00
"account.shares.modal.delete.description" :
"Ønsker du virkelig at slette denne deling?" ,
2023-07-22 12:49:07 +02:00
// END /account/shares
// /account/reverseShares
"account.reverseShares.title" : "Omvendt deling" ,
2023-08-17 14:47:58 +02:00
"account.reverseShares.description" :
"A reverse share allows you to generate a unique URL that allows external users to create a share." ,
2023-07-22 12:49:07 +02:00
"account.reverseShares.title.empty" : "Der er tomt her 👀" ,
2023-08-17 14:47:58 +02:00
"account.reverseShares.description.empty" :
"You don't have any reverse shares." ,
2023-07-22 12:49:07 +02:00
// showCreateReverseShareModal.tsx
"account.reverseShares.modal.expiration.label" : "Udløb" ,
"account.reverseShares.modal.expiration.minute-singular" : "Minut" ,
"account.reverseShares.modal.expiration.minute-plural" : "Minutter" ,
"account.reverseShares.modal.expiration.hour-singular" : "Time" ,
"account.reverseShares.modal.expiration.hour-plural" : "Timer" ,
"account.reverseShares.modal.expiration.day-singular" : "Dag" ,
"account.reverseShares.modal.expiration.day-plural" : "Dage" ,
"account.reverseShares.modal.expiration.week-singular" : "Uge" ,
"account.reverseShares.modal.expiration.week-plural" : "Uger" ,
"account.reverseShares.modal.expiration.month-singular" : "Måned" ,
"account.reverseShares.modal.expiration.month-plural" : "Måneder" ,
"account.reverseShares.modal.expiration.year-singular" : "År" ,
"account.reverseShares.modal.expiration.year-plural" : "År" ,
"account.reverseShares.modal.max-size.label" : "Maksimal størrelse for deling" ,
"account.reverseShares.modal.send-email" : "Send e-mail notifikation" ,
2023-08-17 14:47:58 +02:00
"account.reverseShares.modal.send-email.description" :
"Send en e-mail notifikation, når der oprettes en deling med dette omvendte delingslink." ,
2023-07-22 12:49:07 +02:00
"account.reverseShares.modal.max-use.label" : "Maksimal anvendelser" ,
2023-08-17 14:47:58 +02:00
"account.reverseShares.modal.max-use.description" :
"Det maksimale antal gange, denne URL kan bruges til at oprette en deling." ,
2023-07-22 12:49:07 +02:00
"account.reverseShare.never-expires" : "Denne omvendte deling udløber aldrig." ,
2023-08-17 14:47:58 +02:00
"account.reverseShare.expires-on" :
"Denne omvendte deling udløber den {expiration}." ,
"account.reverseShares.table.no-shares" :
"Der er ikke oprettet nogle delinger endnu" ,
2023-07-22 12:49:07 +02:00
"account.reverseShares.table.count.singular" : "del" ,
"account.reverseShares.table.count.plural" : "delinger" ,
"account.reverseShares.table.shares" : "Delinger" ,
"account.reverseShares.table.remaining" : "Resterende anvendelser" ,
"account.reverseShares.table.max-size" : "Maksimal størrelse for deling" ,
"account.reverseShares.table.expires" : "Udløber d" ,
"account.reverseShares.modal.reverse-share-link" : "Omvendt deling" ,
"account.reverseShares.modal.delete.title" : "Delete reverse share" ,
2023-08-17 14:47:58 +02:00
"account.reverseShares.modal.delete.description" :
"Ønsker du virkelig at slette denne omvendte deling? Hvis du gør det, vil de tilknyttede delinger også blive slettet." ,
2023-07-22 12:49:07 +02:00
// END /account/reverseShares
// /admin
"admin.title" : "Administration" ,
"admin.button.users" : "Brugeradministration" ,
"admin.button.config" : "Konfiguration" ,
"admin.version" : "Version" ,
// END /admin
// /admin/users
"admin.users.title" : "Brugeradministration" ,
"admin.users.table.username" : "Brugernavn" ,
"admin.users.table.email" : "E-mail" ,
"admin.users.table.admin" : "Admin" ,
"admin.users.edit.update.title" : "Opdater bruger {username}" ,
"admin.users.edit.update.admin-privileges" : "Admin rettigheder" ,
"admin.users.edit.update.change-password.title" : "Skift adgangskode" ,
"admin.users.edit.update.change-password.field" : "Ny adgangskode" ,
"admin.users.edit.update.change-password.button" : "Gem ny adgangskode" ,
"admin.users.edit.update.notify.password.success" : "Adgangskoden er ændret" ,
"admin.users.edit.delete.title" : "Slet bruger {username}" ,
2023-08-17 14:47:58 +02:00
"admin.users.edit.delete.description" :
"Er du sikker på du vil slette denne bruger og tilhørende delinger?" ,
2023-07-22 12:49:07 +02:00
// showCreateUserModal.tsx
"admin.users.modal.create.title" : "Opret bruger" ,
"admin.users.modal.create.username" : "Brugernavn" ,
"admin.users.modal.create.email" : "E-mail" ,
"admin.users.modal.create.password" : "Adgangskode" ,
"admin.users.modal.create.manual-password" : "Angiv adgangskode manuelt" ,
2023-08-17 14:47:58 +02:00
"admin.users.modal.create.manual-password.description" :
"If not checked, the user will receive an email with a link to set their password." ,
2023-07-22 12:49:07 +02:00
"admin.users.modal.create.admin" : "Admin privileges" ,
2023-08-17 14:47:58 +02:00
"admin.users.modal.create.admin.description" :
"If checked, the user will be able to access the admin panel." ,
2023-07-22 12:49:07 +02:00
// END /admin/users
// /upload
"upload.title" : "Upload" ,
2023-08-17 14:47:58 +02:00
"upload.notify.generic-error" :
"Der opstod en fejl under afslutningen af din deling." ,
2023-07-22 12:49:07 +02:00
"upload.notify.count-failed" : "{count} files failed to upload. Trying again." ,
// Dropzone.tsx
"upload.dropzone.title" : "Upload filer" ,
2023-08-17 14:47:58 +02:00
"upload.dropzone.description" :
"Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total." ,
"upload.dropzone.notify.file-too-big" :
"Your files exceed the maximum share size of {maxSize}." ,
2023-07-22 12:49:07 +02:00
// FileList.tsx
"upload.filelist.name" : "Navn" ,
"upload.filelist.size" : "Størrelse" ,
// showCreateUploadModal.tsx
"upload.modal.title" : "Opret Deling" ,
2023-08-17 14:47:58 +02:00
"upload.modal.link.error.invalid" :
"Can only contain letters, numbers, underscores, and hyphens" ,
2023-07-22 12:49:07 +02:00
"upload.modal.link.error.taken" : "Det valgte link er allerede i brug" ,
"upload.modal.not-signed-in" : "Du er ikke logget ind" ,
2023-08-17 14:47:58 +02:00
"upload.modal.not-signed-in-description" :
"Du vil ikke være i stand til at slette din deling manuelt og se antallet af besøgende." ,
2023-07-22 12:49:07 +02:00
"upload.modal.expires.never" : "aldrig" ,
"upload.modal.expires.never-long" : "Udløber aldrig" ,
"upload.modal.link.label" : "Link" ,
"upload.modal.expires.label" : "Udløb" ,
"upload.modal.expires.minute-singular" : "Minut" ,
"upload.modal.expires.minute-plural" : "Minutter" ,
"upload.modal.expires.hour-singular" : "Time" ,
"upload.modal.expires.hour-plural" : "Timer" ,
"upload.modal.expires.day-singular" : "Dag" ,
"upload.modal.expires.day-plural" : "Dage" ,
"upload.modal.expires.week-singular" : "Uge" ,
"upload.modal.expires.week-plural" : "Uger" ,
"upload.modal.expires.month-singular" : "Måned" ,
"upload.modal.expires.month-plural" : "Måneder" ,
"upload.modal.expires.year-singular" : "År" ,
"upload.modal.expires.year-plural" : "År" ,
"upload.modal.accordion.description.title" : "Beskrivelse" ,
2023-08-17 14:47:58 +02:00
"upload.modal.accordion.description.placeholder" :
"Note for the recipients of this share" ,
2023-07-22 12:49:07 +02:00
"upload.modal.accordion.email.title" : "E-mail modtagere" ,
"upload.modal.accordion.email.placeholder" : "Indtast e-mail modtagere" ,
"upload.modal.accordion.email.invalid-email" : "Ugyldig e-mailadresse" ,
"upload.modal.accordion.security.title" : "Sikkerhedsindstillinger" ,
"upload.modal.accordion.security.password.label" : "Adgangskodebeskyttelse" ,
"upload.modal.accordion.security.password.placeholder" : "Ingen adgangskode" ,
"upload.modal.accordion.security.max-views.label" : "Max antal visninger" ,
"upload.modal.accordion.security.max-views.placeholder" : "Ingen begrænsning" ,
// showCompletedUploadModal.tsx
"upload.modal.completed.never-expires" : "Denne deling vil aldrig udløbe." ,
2023-08-17 14:47:58 +02:00
"upload.modal.completed.expires-on" :
"Denne omvendte deling udløber den {expiration}." ,
2023-07-22 12:49:07 +02:00
"upload.modal.completed.share-ready" : "Delingen er klar" ,
// END /upload
// /share/[id]
"share.title" : "Del {shareId}" ,
"share.description" : "Se hvad jeg har delt med dig!" ,
2023-08-17 14:47:58 +02:00
"share.error.visitor-limit-exceeded.title" :
"Grænsen for besøgende overskredet" ,
"share.error.visitor-limit-exceeded.description" :
"Besøgsgrænsen for denne deling er blevet overskredet." ,
2023-07-22 12:49:07 +02:00
"share.error.removed.title" : "Deling fjernet" ,
"share.error.not-found.title" : "Delingen blev ikke fundet" ,
2023-08-17 14:47:58 +02:00
"share.error.not-found.description" :
"Den deling, du leder efter, eksisterer ikke." ,
2023-07-22 12:49:07 +02:00
"share.modal.password.title" : "Adgangskode påkrævet" ,
2023-08-17 14:47:58 +02:00
"share.modal.password.description" :
"For at få adgang til denne deling, indtast venligst adgangskoden til delingen." ,
2023-07-22 12:49:07 +02:00
"share.modal.password" : "Adgangskode" ,
"share.modal.error.invalid-password" : "Ugyldig adgangskode" ,
"share.button.download-all" : "Download alle" ,
2023-08-17 14:47:58 +02:00
"share.notify.download-all-preparing" :
"Delingen forberedes. Prøv igen om et par minutter." ,
2023-07-22 12:49:07 +02:00
"share.modal.file-link" : "Fil link" ,
"share.table.name" : "Navn" ,
"share.table.size" : "Størrelse" ,
2023-08-17 14:47:58 +02:00
"share.modal.file-preview.error.not-supported.title" :
"Forhåndsvisning ikke understøttet" ,
"share.modal.file-preview.error.not-supported.description" :
"En forhåndsvisning for thise filtype er ikke understøttet. Download venligst filen for at se den." ,
2023-07-22 12:49:07 +02:00
// END /share/[id]
// /admin/config
"admin.config.title" : "Konfiguration" ,
"admin.config.category.general" : "Generelt" ,
"admin.config.category.share" : "Del" ,
"admin.config.category.email" : "E-mail" ,
"admin.config.category.smtp" : "SMTP" ,
"admin.config.general.app-name" : "App-navn" ,
"admin.config.general.app-name.description" : "Navnet på applikationen" ,
"admin.config.general.app-url" : "App URL" ,
2023-08-17 14:47:58 +02:00
"admin.config.general.app-url.description" :
"På hvilken URL Pingvin Share er tilgængelig" ,
2023-07-22 12:49:07 +02:00
"admin.config.general.show-home-page" : "Vis forside" ,
"admin.config.general.show-home-page.description" : "Om forsiden skal vises" ,
"admin.config.general.logo" : "Logo" ,
2023-08-17 14:47:58 +02:00
"admin.config.general.logo.description" :
"Skift dit logo ved at uploade et nyt billede. Billedet skal være PNG og skal have formatet 1:1." ,
2023-07-22 12:49:07 +02:00
"admin.config.general.logo.placeholder" : "Vælg billede" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.enable-share-email-recipients" :
"Aktiver deling til e-mail modtagere" ,
"admin.config.email.enable-share-email-recipients.description" :
"Whether to allow emails to share recipients. Only enable this if you have enabled SMTP." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.share-recipients-subject" : "Share recipients subject" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.share-recipients-subject.description" :
"Subject of the email which gets sent to the share recipients." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.share-recipients-message" : "Share recipients message" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.share-recipients-message.description" :
"Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual value." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.reverse-share-subject" : "Reverse share subject" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.reverse-share-subject.description" :
"Subject of the email which gets sent when someone created a share with your reverse share link." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.reverse-share-message" : "Reverse share message" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.reverse-share-message.description" :
"Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.reset-password-subject" : "Reset password subject" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.reset-password-subject.description" :
"Subject of the email which gets sent when a user requests a password reset." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.reset-password-message" : "Nulstil adgangskode besked" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.reset-password-message.description" :
"Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.invite-subject" : "Invitations emne" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.invite-subject.description" :
"Emne for den e-mail, der sendes, når en administrator inviterer en ny bruger." ,
2023-07-22 12:49:07 +02:00
"admin.config.email.invite-message" : "Invitations besked" ,
2023-08-17 14:47:58 +02:00
"admin.config.email.invite-message.description" :
"Besked som bliver sendt, når en administrator inviterer en bruger. {url} vil blive erstattet med invitations-URL'en og {password} med adgangskoden." ,
2023-07-22 12:49:07 +02:00
"admin.config.share.allow-registration" : "Tillad oprettelser" ,
2023-08-17 14:47:58 +02:00
"admin.config.share.allow-registration.description" :
"Om alle skal kunne oprette en bruger" ,
"admin.config.share.allow-unauthenticated-shares" :
"Tillad uautoriserede delinger" ,
"admin.config.share.allow-unauthenticated-shares.description" :
"Whether unauthenticated users can create shares" ,
2023-07-22 12:49:07 +02:00
"admin.config.share.max-size" : "Maks. størrelse" ,
"admin.config.share.max-size.description" : "Maksimal filstørrelse i bytes" ,
2023-07-23 12:36:17 +02:00
"admin.config.share.zip-compression-level" : "Zip compression level" ,
2023-08-17 14:47:58 +02:00
"admin.config.share.zip-compression-level.description" :
"Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. " ,
2023-07-22 12:49:07 +02:00
"admin.config.smtp.enabled" : "Aktiveret" ,
2023-08-17 14:47:58 +02:00
"admin.config.smtp.enabled.description" :
"Om SMTP er aktiveret. Aktiver kun SMTP, hvis du har indtastet SMTP-server vært, port, e-mail, bruger og adgangskode." ,
2023-07-22 12:49:07 +02:00
"admin.config.smtp.host" : "Vært" ,
"admin.config.smtp.host.description" : "Vært for SMTP serveren" ,
"admin.config.smtp.port" : "Port" ,
"admin.config.smtp.port.description" : "Porten til SMTP serveren" ,
"admin.config.smtp.email" : "E-mail" ,
2023-08-17 14:47:58 +02:00
"admin.config.smtp.email.description" :
"E-mail adressen som der skal afsendes fra" ,
2023-07-22 12:49:07 +02:00
"admin.config.smtp.username" : "Brugernavn" ,
"admin.config.smtp.username.description" : "Brugernavnet til SMTP serveren" ,
"admin.config.smtp.password" : "Adgangskode" ,
"admin.config.smtp.password.description" : "Adgangskoden til SMTP serveren" ,
"admin.config.smtp.button.test" : "Send test e-mail" ,
// 404
"404.description" : "Ups! Denne side findes ikke." ,
"404.button.home" : "Bring me back home" ,
// Common translations
"common.button.save" : "Gem" ,
"common.button.create" : "Opret" ,
"common.button.submit" : "Submit" ,
"common.button.delete" : "Slet" ,
"common.button.cancel" : "Annuller" ,
"common.button.confirm" : "Bekræft" ,
"common.button.disable" : "Deaktiver" ,
"common.button.share" : "Del" ,
"common.button.generate" : "Generer" ,
"common.button.done" : "Færdig" ,
"common.text.link" : "Link" ,
"common.text.or" : "eller" ,
"common.button.go-back" : "Gå tilbage" ,
"common.notify.copied" : "Linket blev kopieret til udklipsholderen" ,
2023-07-25 17:05:12 +02:00
"common.success" : "Success" ,
2023-07-22 12:49:07 +02:00
"common.error" : "Fejl" ,
"common.error.unknown" : "En ukendt fejl opstod" ,
"common.error.invalid-email" : "Ugyldig e-mail" ,
"common.error.too-short" : "Skal være på mindst {length} tegn" ,
"common.error.too-long" : "Må højst være {length} tegn" ,
"common.error.exact-length" : "Skal være præcis {length} tegn" ,
"common.error.invalid-number" : "Skal være et tal" ,
2023-08-17 14:47:58 +02:00
"common.error.field-required" : "Dette felt er påkrævet" ,
} ;