diff --git a/frontend/src/i18n/translations/da-DK.ts b/frontend/src/i18n/translations/da-DK.ts index 9e738d8e..ff3f31f4 100644 --- a/frontend/src/i18n/translations/da-DK.ts +++ b/frontend/src/i18n/translations/da-DK.ts @@ -200,7 +200,7 @@ export default { "admin.shares.title": "Share management", "admin.shares.table.id": "Share ID", "admin.shares.table.username": "Creator", - "admin.shares.table.visitors": "Visitors", + "admin.shares.table.visitors": "Besøgende", "admin.shares.table.expires": "Expires At", "admin.shares.edit.delete.title": "Delete share {id}", "admin.shares.edit.delete.description": "Do you really want to delete this share?", @@ -240,7 +240,7 @@ export default { "upload.modal.expires.year-singular": "År", "upload.modal.expires.year-plural": "År", "upload.modal.accordion.name-and-description.title": "Name and description", - "upload.modal.accordion.name-and-description.name.placeholder": "Name", + "upload.modal.accordion.name-and-description.name.placeholder": "Navn", "upload.modal.accordion.name-and-description.description.placeholder": "Note for the recipients of this share", "upload.modal.accordion.email.title": "E-mail modtagere", "upload.modal.accordion.email.placeholder": "Indtast e-mail modtagere", @@ -276,7 +276,7 @@ export default { "share.modal.file-preview.error.not-supported.description": "A preview for this file type is unsupported. Please download the file to view it.", // END /share/[id] // /share/[id]/edit - "share.edit.title": "Edit {shareId}", + "share.edit.title": "Rediger {shareId}", "share.edit.append-upload": "Append file", "share.edit.notify.generic-error": "An error occurred while finishing your share.", "share.edit.notify.save-success": "Share updated successfully", diff --git a/frontend/src/i18n/translations/nl-BE.ts b/frontend/src/i18n/translations/nl-BE.ts index 15f43fc2..f77815ca 100644 --- a/frontend/src/i18n/translations/nl-BE.ts +++ b/frontend/src/i18n/translations/nl-BE.ts @@ -57,7 +57,7 @@ export default { // /auth/reset-password "resetPassword.title": "Wachtwoord vergeten?", "resetPassword.description": "Voer uw e-mailadres in om uw wachtwoord opnieuw in te stellen.", - "resetPassword.notify.success": "A message with a link to reset your password has been sent if the email exists.", + "resetPassword.notify.success": "Er is een bericht verzonden met een link om uw wachtwoord te resetten als het e-mail adres bestaat.", "resetPassword.button.back": "Terug naar login pagina", "resetPassword.text.resetPassword": "Wachtwoord opnieuw instellen", "resetPassword.text.enterNewPassword": "Voer uw nieuwe wachtwoord in", @@ -199,11 +199,11 @@ export default { // /admin/shares "admin.shares.title": "Share management", "admin.shares.table.id": "Share ID", - "admin.shares.table.username": "Creator", - "admin.shares.table.visitors": "Visitors", - "admin.shares.table.expires": "Expires At", - "admin.shares.edit.delete.title": "Delete share {id}", - "admin.shares.edit.delete.description": "Do you really want to delete this share?", + "admin.shares.table.username": "Auteur", + "admin.shares.table.visitors": "Bezoekers", + "admin.shares.table.expires": "Vervalt op", + "admin.shares.edit.delete.title": "Verwijder share {id}", + "admin.shares.edit.delete.description": "Weet u zeker dat u deze share wilt verwijderen?", // END /admin/shares // /upload "upload.title": "Uploaden", @@ -239,8 +239,8 @@ export default { "upload.modal.expires.month-plural": "Maanden", "upload.modal.expires.year-singular": "Jaar", "upload.modal.expires.year-plural": "Jaren", - "upload.modal.accordion.name-and-description.title": "Name and description", - "upload.modal.accordion.name-and-description.name.placeholder": "Name", + "upload.modal.accordion.name-and-description.title": "Naam en beschrijving", + "upload.modal.accordion.name-and-description.name.placeholder": "Naam", "upload.modal.accordion.name-and-description.description.placeholder": "Note for the recipients of this share", "upload.modal.accordion.email.title": "E-mail van de ontvangers", "upload.modal.accordion.email.placeholder": "Voer e-mail ontvangers in",