feat: add Italian and Dutch localization files

- Introduced new localization files for Italian (it-IT.json) and Dutch (nl-NL.json) languages, providing complete translations for the application interface and enhancing accessibility for users in these regions.
This commit is contained in:
Daniel Luiz Alves
2025-05-31 03:29:49 -03:00
parent 3677b6e494
commit 9baf3588c0
2 changed files with 1348 additions and 0 deletions

View File

@@ -0,0 +1,674 @@
{
"common": {
"loading": "Caricamento in corso, attendere...",
"cancel": "Annulla",
"save": "Salva",
"delete": "Elimina",
"close": "Chiudi",
"download": "Scarica",
"unexpectedError": "Si è verificato un errore imprevisto. Riprova.",
"yes": "Sì",
"no": "No",
"dashboard": "Pannello di controllo"
},
"createShare": {
"title": "Crea Condivisione",
"nameLabel": "Nome Condivisione",
"expirationLabel": "Data di Scadenza",
"expirationPlaceholder": "GG/MM/AAAA HH:MM",
"maxViewsLabel": "Visualizzazioni Massime",
"maxViewsPlaceholder": "Lascia vuoto per illimitate",
"passwordProtection": "Protetto da Parola d'accesso",
"passwordLabel": "Parola d'accesso",
"create": "Crea Condivisione",
"success": "Condivisione creata con successo",
"error": "Errore durante la creazione della condivisione"
},
"dashboard": {
"loadError": "Errore durante il caricamento dei dati del pannello di controllo",
"linkCopied": "Link copiato negli appunti",
"pageTitle": "Pannello di controllo",
"breadcrumb": "Pannello di controllo"
},
"emptyState": {
"noFiles": "Nessun file caricato ancora",
"uploadFile": "Carica File"
},
"errors": {
"invalidCredentials": "Email o password non validi",
"userNotFound": "Utente non trovato",
"accountLocked": "Account bloccato. Riprova più tardi",
"unexpectedError": "Si è verificato un errore imprevisto. Riprova"
},
"fileActions": {
"editFile": "Modifica File",
"nameLabel": "Nome",
"namePlaceholder": "Inserisci nuovo nome",
"extension": "Estensione",
"descriptionLabel": "Descrizione",
"descriptionPlaceholder": "Inserisci descrizione del file",
"deleteFile": "Elimina File",
"deleteConfirmation": "Sei sicuro di voler eliminare ?",
"deleteWarning": "Questa azione non può essere annullata."
},
"fileManager": {
"downloadError": "Errore durante il download del file",
"updateSuccess": "File aggiornato con successo",
"updateError": "Errore durante l'aggiornamento del file",
"deleteSuccess": "File eliminato con successo",
"deleteError": "Errore durante l'eliminazione del file"
},
"filePreview": {
"loading": "Caricamento anteprima...",
"notAvailable": "Anteprima non disponibile",
"downloadToView": "Scarica il file per visualizzare il contenuto",
"audioNotSupported": "Il tuo browser non supporta l'elemento audio",
"videoNotSupported": "Il tuo browser non supporta l'elemento video",
"loadError": "Errore durante il caricamento dell'anteprima",
"downloadError": "Errore durante il download del file"
},
"fileSelector": {
"availableFiles": "File Disponibili ({count})",
"shareFiles": "Condividi File ({count})",
"searchPlaceholder": "Cerca file...",
"noMatchingFiles": "Nessun file corrispondente",
"noAvailableFiles": "Nessun file disponibile",
"noFilesInShare": "Nessun file nella condivisione",
"saveChanges": "Salva Modifiche"
},
"files": {
"title": "Tutti i File",
"uploadFile": "Carica File",
"loadError": "Errore durante il caricamento dei file",
"pageTitle": "I Miei File",
"breadcrumb": "I Miei File",
"downloadStart": "Download iniziato",
"downloadError": "Errore durante il download del file",
"updateSuccess": "File aggiornato con successo",
"updateError": "Errore durante l'aggiornamento del file",
"deleteSuccess": "File eliminato con successo",
"deleteError": "Errore durante l'eliminazione del file"
},
"filesTable": {
"ariaLabel": "Tabella dei file",
"columns": {
"name": "NOME",
"description": "DESCRIZIONE",
"size": "DIMENSIONE",
"createdAt": "CREATO IL",
"updatedAt": "AGGIORNATO IL",
"actions": "AZIONI"
},
"actions": {
"menu": "Menu azioni file",
"preview": "Anteprima",
"edit": "Modifica",
"download": "Scarica",
"delete": "Elimina"
}
},
"footer": {
"poweredBy": "Sviluppato da",
"kyanHomepage": "Homepage di Kyantech"
},
"forgotPassword": {
"emailLabel": "Indirizzo Email",
"emailPlaceholder": "Inserisci la tua email",
"sending": "Invio in corso...",
"submit": "Invia Istruzioni di Reimpostazione",
"backToLogin": "Torna all'Accesso",
"title": "Parola d'accesso Dimenticata",
"description": "Inserisci il tuo indirizzo email e ti invieremo le istruzioni per reimpostare la parola d'accesso.",
"resetInstructions": "Istruzioni di reimpostazione inviate alla tua email",
"pageTitle": "Parola d'accesso Dimenticata"
},
"generateShareLink": {
"generateTitle": "Genera Link di Condivisione",
"updateTitle": "Aggiorna Link di Condivisione",
"generateDescription": "Genera un link per condividere i tuoi file",
"updateDescription": "Aggiorna l'alias per questo link di condivisione",
"aliasPlaceholder": "Inserisci alias",
"linkReady": "Il tuo link di condivisione è pronto:",
"generateButton": "Genera Link",
"updateButton": "Aggiorna Link",
"copyButton": "Copia Link",
"success": "Link generato con successo",
"error": "Errore durante la generazione del link",
"copied": "Link copiato negli appunti"
},
"home": {
"description": "L'alternativa open-source a WeTransfer. Condividi file in sicurezza, senza tracciamento o limitazioni.",
"documentation": "Documentazione",
"starOnGithub": "Metti una stella su GitHub",
"privacyMessage": "Costruito pensando alla privacy. I tuoi file prima del caricamento sono accessibili solo a chi ha il link di condivisione. Sempre gratuito e open source.",
"header": {
"fileSharing": "Condivisione file",
"tagline": "semplice e gratuita"
},
"pageTitle": "Pagina iniziale"
},
"login": {
"welcome": "Benvenuto in",
"signInToContinue": "Accedi per continuare",
"emailLabel": "Indirizzo Email",
"emailPlaceholder": "Inserisci la tua email",
"passwordLabel": "Parola d'accesso",
"passwordPlaceholder": "Inserisci la tua parola d'accesso",
"signIn": "Accedi",
"signingIn": "Accesso in corso...",
"forgotPassword": "Parola d'accesso dimenticata?",
"pageTitle": "Accesso"
},
"logo": {
"labels": {
"appLogo": "Logo dell'App"
},
"buttons": {
"upload": "Carica Logo",
"remove": "Rimuovi Logo"
},
"messages": {
"uploadSuccess": "Logo caricato con successo",
"removeSuccess": "Logo rimosso con successo"
},
"errors": {
"uploadFailed": "Errore durante il caricamento del logo",
"removeFailed": "Errore durante la rimozione del logo"
}
},
"navbar": {
"logoAlt": "Logo dell'App",
"profileMenu": "Menu Profilo",
"profile": "Profilo",
"settings": "Impostazioni",
"usersManagement": "Gestione Utenti",
"logout": "Logout"
},
"navigation": {
"dashboard": "Pannello di controllo"
},
"profile": {
"password": {
"title": "Cambia Parola d'accesso",
"newPassword": "Nuova Parola d'accesso",
"confirmPassword": "Conferma Nuova Parola d'accesso",
"updateButton": "Aggiorna Parola d'accesso"
},
"form": {
"title": "Informazioni Profilo",
"firstName": "Nome",
"lastName": "Cognome",
"username": "Nome Utente",
"email": "Indirizzo email",
"updateButton": "Aggiorna Profilo"
},
"header": {
"title": "Profilo",
"subtitle": "Gestisci le tue informazioni personali e la password"
},
"picture": {
"title": "Foto Profilo",
"description": "Clicca sull'icona della fotocamera per cambiare la tua foto profilo",
"uploadPhoto": "Carica Foto",
"removePhoto": "Rimuovi Foto"
},
"errors": {
"loadFailed": "Errore durante il caricamento dei dati utente",
"updateFailed": "Errore durante l'aggiornamento del profilo",
"passwordFailed": "Errore durante l'aggiornamento della parola d'accesso",
"imageFailed": "Errore durante l'aggiornamento dell'immagine profilo",
"imageRemoveFailed": "Errore durante la rimozione dell'immagine profilo"
},
"messages": {
"noChanges": "Nessuna modifica da salvare",
"updateSuccess": "Profilo aggiornato con successo",
"fillPasswords": "Compila entrambi i campi parola d'accesso",
"passwordSuccess": "Parola d'accesso aggiornata con successo",
"imageSuccess": "Immagine profilo aggiornata con successo",
"imageRemoved": "Immagine profilo rimossa con successo"
},
"pageTitle": "Profilo"
},
"quickAccess": {
"files": {
"title": "I Miei File",
"description": "Accedi e gestisci i tuoi file caricati"
},
"shares": {
"title": "Le Mie Condivisioni",
"description": "Visualizza e gestisci i tuoi file condivisi"
}
},
"recentFiles": {
"title": "Caricamenti Recenti",
"viewAll": "Visualizza Tutti",
"uploadFile": "Carica File",
"noFiles": "Nessun file caricato ancora"
},
"recentShares": {
"title": "Condivisioni Recenti",
"viewAll": "Visualizza Tutte",
"createShare": "Crea Condivisione",
"noShares": "Nessuna condivisione creata ancora",
"createFirst": "Crea la tua prima condivisione"
},
"recipientSelector": {
"emailPlaceholder": "Inserisci email destinatario",
"add": "Aggiungi",
"recipients": "Destinatari ({count})",
"notifyAll": "Notifica Tutti",
"noRecipients": "Nessun destinatario aggiunto ancora",
"addSuccess": "Destinatario aggiunto con successo",
"addError": "Errore durante l'aggiunta del destinatario",
"removeSuccess": "Destinatario rimosso con successo",
"removeError": "Errore durante la rimozione del destinatario",
"sendingNotifications": "Invio notifiche in corso...",
"notifySuccess": "Destinatari notificati con successo",
"notifyError": "Errore durante la notifica dei destinatari"
},
"register": {
"validation": {
"firstNameRequired": "Il nome è obbligatorio",
"lastNameRequired": "Il cognome è obbligatorio",
"usernameMinLength": "Il nome utente deve essere di almeno 3 caratteri",
"invalidEmail": "Indirizzo email non valido",
"passwordMinLength": "La parola d'accesso deve essere di almeno 8 caratteri",
"success": "Utente amministratore creato con successo!",
"error": "Errore durante la creazione dell'utente amministratore"
},
"labels": {
"firstName": "Nome",
"lastName": "Cognome",
"username": "Nome Utente",
"email": "Indirizzo email",
"password": "Parola d'accesso"
},
"buttons": {
"creating": "Creazione in corso...",
"createAdmin": "Crea Account Amministratore"
}
},
"resetPassword": {
"pageTitle": "Reimposta Parola d'accesso",
"header": {
"title": "Reimposta Parola d'accesso",
"description": "Inserisci la tua nuova parola d'accesso qui sotto"
},
"form": {
"newPassword": "Nuova Parola d'accesso",
"newPasswordPlaceholder": "Inserisci la tua nuova parola d'accesso",
"confirmPassword": "Conferma Nuova Parola d'accesso",
"confirmPasswordPlaceholder": "Conferma la tua nuova parola d'accesso",
"resetting": "Reimpostazione in corso...",
"submit": "Reimposta Parola d'accesso",
"backToLogin": "Torna all'Accesso"
},
"messages": {
"success": "Parola d'accesso reimpostata con successo"
},
"errors": {
"serverError": "Errore durante la reimpostazione della parola d'accesso. Riprova.",
"invalidToken": "Token di reimpostazione non valido o mancante"
}
},
"searchBar": {
"placeholder": "Cerca file...",
"results": "Trovati {filtered} di {total} file"
},
"settings": {
"groups": {
"defaultDescription": "Opzioni di configurazione",
"general": {
"title": "Generale",
"description": "Impostazioni base dell'applicazione"
},
"email": {
"title": "Posta elettronica",
"description": "Configurazione server posta elettronica"
},
"security": {
"title": "Sicurezza",
"description": "Impostazioni di sicurezza e autenticazione"
},
"storage": {
"title": "Archiviazione",
"description": "Configurazione archiviazione file"
}
},
"fields": {
"noDescription": "Nessuna descrizione disponibile",
"appLogo": {
"title": "Logo Applicazione",
"description": "Immagine logo dell'applicazione"
},
"appName": {
"title": "Nome Applicazione",
"description": "Nome dell'applicazione mostrato agli utenti"
},
"appDescription": {
"title": "Descrizione Applicazione",
"description": "Breve descrizione dell'applicazione"
},
"showHomePage": {
"title": "Mostra Pagina Iniziale",
"description": "Mostra la Pagina Iniziale dopo l'installazione"
},
"smtpEnabled": {
"title": "SMTP Abilitato",
"description": "Abilita o disabilita la funzionalità posta elettronica SMTP"
},
"smtpHost": {
"title": "Server SMTP",
"description": "Indirizzo del server SMTP"
},
"smtpPort": {
"title": "Porta SMTP",
"description": "Porta del server SMTP"
},
"smtpUser": {
"title": "Utente SMTP",
"description": "Nome utente per l'autenticazione SMTP"
},
"smtpPass": {
"title": "Parola d'accesso SMTP",
"description": "Parola d'accesso per l'autenticazione SMTP"
},
"smtpFromName": {
"title": "Nome Mittente",
"description": "Nome visualizzato per le email inviate"
},
"smtpFromEmail": {
"title": "Indirizzo email Mittente",
"description": "Indirizzo email del mittente"
},
"maxLoginAttempts": {
"title": "Tentativi Accesso Massimi",
"description": "Numero massimo di tentativi di accesso prima del blocco"
},
"loginBlockDuration": {
"title": "Durata Blocco",
"description": "Durata (in secondi) del blocco dopo il superamento dei tentativi"
},
"passwordMinLength": {
"title": "Lunghezza Minima Parola d'accesso",
"description": "Numero minimo di caratteri per le parole d'accesso"
},
"passwordResetTokenExpiration": {
"title": "Scadenza Token Reimpostazione",
"description": "Tempo di validità (in secondi) per il token di reimpostazione parola d'accesso"
},
"maxFileSize": {
"title": "Dimensione Massima File",
"description": "Dimensione massima consentita per i caricamenti (in byte)"
},
"maxTotalStoragePerUser": {
"title": "Archiviazione Massima per Utente",
"description": "Limite totale di archiviazione per utente (in byte)"
}
},
"buttons": {
"save": "Salva {group}"
},
"errors": {
"loadFailed": "Errore durante il caricamento delle impostazioni",
"updateFailed": "Errore durante l'aggiornamento delle impostazioni"
},
"messages": {
"noChanges": "Nessuna modifica da salvare",
"updateSuccess": "Impostazioni {group} aggiornate con successo"
},
"title": "Impostazioni",
"breadcrumb": "Impostazioni",
"pageTitle": "Impostazioni"
},
"share": {
"errors": {
"invalidPassword": "Parola d'accesso non valida. Riprova.",
"loadFailed": "Errore durante il caricamento della condivisione",
"downloadFailed": "Errore durante il download del file"
},
"messages": {
"downloadStarted": "Download iniziato"
},
"password": {
"title": "Condivisione Protetta da Parola d'accesso",
"protected": "Questa condivisione è protetta da parola d'accesso",
"incorrect": "Parola d'accesso errata. Riprova.",
"label": "Parola d'accesso",
"placeholder": "Inserisci parola d'accesso della condivisione",
"submit": "Invia"
},
"details": {
"untitled": "Condivisione Senza Titolo",
"created": "Creata: {date}",
"expires": "Scade: {date}"
},
"notFound": {
"title": "Condivisione Non Trovata",
"description": "Questa condivisione potrebbe essere stata eliminata o è scaduta."
},
"pageTitle": "Condivisione"
},
"shareActions": {
"deleteTitle": "Elimina Condivisione",
"deleteConfirmation": "Sei sicuro di voler eliminare questa condivisione? Questa azione non può essere annullata.",
"editTitle": "Modifica Condivisione",
"nameLabel": "Nome Condivisione",
"expirationLabel": "Data di Scadenza",
"expirationPlaceholder": "GG/MM/AAAA HH:MM",
"maxViewsLabel": "Visualizzazioni Massime",
"maxViewsPlaceholder": "Lascia vuoto per illimitate",
"passwordProtection": "Protetto da Parola d'accesso",
"passwordLabel": "Parola d'accesso",
"passwordPlaceholder": "Inserisci parola d'accesso",
"newPasswordLabel": "Nuova Parola d'accesso (lascia vuoto per mantenere quella attuale)",
"newPasswordPlaceholder": "Inserisci nuova parola d'accesso",
"manageFilesTitle": "Gestisci File",
"manageRecipientsTitle": "Gestisci Destinatari",
"editSuccess": "Condivisione aggiornata con successo",
"editError": "Errore durante l'aggiornamento della condivisione"
},
"shareDetails": {
"title": "Dettagli Condivisione",
"subtitle": "Informazioni dettagliate su questa condivisione",
"basicInfo": "Informazioni Base",
"name": "Nome",
"untitled": "Senza titolo",
"views": "Visualizzazioni",
"dates": "Date",
"created": "Creata",
"expires": "Scade",
"never": "Mai",
"security": "Sicurezza",
"passwordProtected": "Protetta da Parola d'accesso",
"publicAccess": "Accesso Pubblico",
"maxViews": "Visualizzazioni Massime:",
"files": "File",
"recipients": "Destinatari",
"notAvailable": "N/D",
"invalidDate": "Data non valida",
"loadError": "Errore durante il caricamento dei dettagli della condivisione"
},
"shareManager": {
"deleteSuccess": "Condivisione eliminata con successo",
"deleteError": "Errore durante l'eliminazione della condivisione",
"updateSuccess": "Condivisione aggiornata con successo",
"updateError": "Errore durante l'aggiornamento della condivisione",
"filesUpdateSuccess": "File aggiornati con successo",
"filesUpdateError": "Errore durante l'aggiornamento dei file",
"recipientsUpdateSuccess": "Destinatari aggiornati con successo",
"recipientsUpdateError": "Errore durante l'aggiornamento dei destinatari",
"linkGenerateSuccess": "Link di condivisione generato con successo",
"linkGenerateError": "Errore durante la generazione del link di condivisione",
"notifyLoading": "Invio notifiche in corso...",
"notifySuccess": "Destinatari notificati con successo",
"notifyError": "Errore durante la notifica dei destinatari"
},
"shares": {
"errors": {
"loadFailed": "Errore durante il caricamento delle condivisioni",
"notifyFailed": "Errore durante la notifica dei destinatari",
"smtpConfigFailed": "Errore durante il caricamento della configurazione SMTP"
},
"messages": {
"linkCopied": "Link copiato negli appunti",
"recipientsNotified": "Destinatari notificati con successo"
},
"empty": {
"message": "Nessuna condivisione creata ancora",
"createButton": "Crea Condivisione"
},
"header": {
"title": "Le Mie Condivisioni",
"myShares": "Le Mie Condivisioni"
},
"search": {
"title": "Tutte le Condivisioni",
"createButton": "Crea Condivisione",
"placeholder": "Cerca condivisioni...",
"results": "Trovate {filtered} di {total} condivisioni"
},
"pageTitle": "Condivisioni"
},
"sharesTable": {
"ariaLabel": "Tabella condivisioni",
"never": "Mai",
"columns": {
"name": "NOME",
"createdAt": "CREATA IL",
"expiresAt": "SCADE IL",
"status": "STATO",
"security": "SICUREZZA",
"files": "FILE",
"recipients": "DESTINATARI",
"actions": "AZIONI"
},
"status": {
"neverExpires": "Non Scade Mai",
"active": "Attiva",
"expired": "Scaduta"
},
"security": {
"protected": "Protetta",
"public": "Pubblica"
},
"filesCount": "file",
"recipientsCount": "destinatari",
"actions": {
"menu": "Menu azioni condivisione",
"edit": "Modifica",
"manageFiles": "Gestisci File",
"manageRecipients": "Gestisci Destinatari",
"viewDetails": "Visualizza Dettagli",
"generateLink": "Genera Link",
"editLink": "Modifica Link",
"copyLink": "Copia Link",
"notifyRecipients": "Notifica Destinatari",
"delete": "Elimina"
}
},
"storageUsage": {
"title": "Utilizzo Archiviazione",
"ariaLabel": "Barra di progresso utilizzo archiviazione",
"used": "utilizzato",
"available": "disponibile"
},
"theme": {
"toggle": "Cambia tema",
"light": "Chiaro",
"dark": "Scuro",
"system": "Sistema"
},
"uploadFile": {
"title": "Carica File",
"selectFile": "Clicca per selezionare un file",
"preview": "Anteprima",
"uploadProgress": "Progresso caricamento",
"upload": "Carica",
"success": "File caricato con successo",
"error": "Errore durante il caricamento del file",
"fileSizeExceeded": "La dimensione del file supera il limite di {maxsizemb}MB.",
"insufficientStorage": "Spazio di archiviazione insufficiente. Hai {availablespace}MB disponibili.",
"unauthorized": "Non autorizzato: è richiesto un token valido per accedere a questa risorsa."
},
"users": {
"modes": {
"create": "crea",
"edit": "modifica"
},
"errors": {
"loadFailed": "Errore durante il caricamento degli utenti",
"submitFailed": "Errore durante la {mode} dell'utente",
"deleteFailed": "Errore durante l'eliminazione dell'utente",
"statusUpdateFailed": "Errore durante l'aggiornamento dello stato dell'utente"
},
"messages": {
"createSuccess": "Utente creato con successo",
"updateSuccess": "Utente aggiornato con successo",
"deleteSuccess": "Utente eliminato con successo",
"activateSuccess": "Utente attivato con successo",
"deactivateSuccess": "Utente disattivato con successo"
},
"actions": {
"edit": "Modifica",
"activate": "Attiva",
"deactivate": "Disattiva",
"delete": "Elimina"
},
"delete": {
"title": "Conferma Eliminazione Utente",
"confirmation": "Sei sicuro di voler eliminare l'utente {firstName} {lastName}? Questa azione non può essere annullata.",
"confirm": "Elimina Utente"
},
"form": {
"titleCreate": "Aggiungi Nuovo Utente",
"titleEdit": "Modifica Utente",
"firstName": "Nome",
"lastName": "Cognome",
"username": "Nome Utente",
"email": "Indirizzo email",
"password": "Parola d'accesso",
"newPassword": "Nuova Parola d'accesso (opzionale)",
"passwordPlaceholder": "Lascia vuoto per mantenere la parola d'accesso attuale",
"role": "Ruolo",
"roleUser": "Utente",
"roleAdmin": "Amministratore",
"create": "Crea",
"save": "Salva"
},
"status": {
"title": "Conferma Cambio Stato",
"confirmation": "Sei sicuro di voler {action} l'utente {firstName} {lastName}?",
"activate": "attivare",
"deactivate": "disattivare",
"user": "Utente"
},
"header": {
"title": "Gestione Utenti",
"addUser": "Aggiungi Utente",
"management": "Gestione Utenti"
},
"table": {
"user": "UTENTE",
"email": "INDIRIZZO EMAIL",
"status": "STATO",
"role": "RUOLO",
"actions": "AZIONI",
"active": "Attivo",
"inactive": "Inattivo",
"admin": "Amministratore",
"userr": "Utente"
}
},
"validation": {
"firstNameRequired": "Il nome è obbligatorio",
"lastNameRequired": "Il cognome è obbligatorio",
"usernameLength": "Il nome utente deve essere di almeno 3 caratteri",
"usernameSpaces": "Il nome utente non può contenere spazi",
"invalidEmail": "Inserisci un indirizzo email valido",
"passwordLength": "La parola d'accesso deve essere di almeno 8 caratteri",
"passwordsMatch": "Le parole d'accesso devono corrispondere",
"emailRequired": "L'indirizzo email è obbligatorio",
"passwordRequired": "La parola d'accesso è obbligatoria"
}
}

View File

@@ -0,0 +1,674 @@
{
"common": {
"loading": "Laden, even wachten...",
"cancel": "Annuleren",
"save": "Opslaan",
"delete": "Verwijderen",
"close": "Sluiten",
"download": "Downloaden",
"unexpectedError": "Er is een onverwachte fout opgetreden. Probeer het opnieuw.",
"yes": "Ja",
"no": "Nee",
"dashboard": "Controlepaneel"
},
"createShare": {
"title": "Delen Maken",
"nameLabel": "Naam van Delen",
"expirationLabel": "Vervaldatum",
"expirationPlaceholder": "DD/MM/JJJJ UU:MM",
"maxViewsLabel": "Maximum Weergaven",
"maxViewsPlaceholder": "Laat leeg voor onbeperkt",
"passwordProtection": "Wachtwoord Beveiligd",
"passwordLabel": "Wachtwoord",
"create": "Delen Maken",
"success": "Delen succesvol aangemaakt",
"error": "Fout bij het maken van delen"
},
"dashboard": {
"loadError": "Fout bij het laden van controlepaneel gegevens",
"linkCopied": "Link gekopieerd naar klembord",
"pageTitle": "Controlepaneel",
"breadcrumb": "Controlepaneel"
},
"emptyState": {
"noFiles": "Nog geen bestanden geüpload",
"uploadFile": "Bestand Uploaden"
},
"errors": {
"invalidCredentials": "Ongeldig e-mail of wachtwoord",
"userNotFound": "Gebruiker niet gevonden",
"accountLocked": "Account vergrendeld. Probeer het later opnieuw",
"unexpectedError": "Er is een onverwachte fout opgetreden. Probeer het opnieuw"
},
"fileActions": {
"editFile": "Bestand Bewerken",
"nameLabel": "Naam",
"namePlaceholder": "Voer nieuwe naam in",
"extension": "Extensie",
"descriptionLabel": "Beschrijving",
"descriptionPlaceholder": "Voer bestandsbeschrijving in",
"deleteFile": "Bestand Verwijderen",
"deleteConfirmation": "Weet je zeker dat je wilt verwijderen?",
"deleteWarning": "Deze actie kan niet ongedaan worden gemaakt."
},
"fileManager": {
"downloadError": "Fout bij het downloaden van bestand",
"updateSuccess": "Bestand succesvol bijgewerkt",
"updateError": "Fout bij het bijwerken van bestand",
"deleteSuccess": "Bestand succesvol verwijderd",
"deleteError": "Fout bij het verwijderen van bestand"
},
"filePreview": {
"loading": "Voorvertoning laden...",
"notAvailable": "Voorvertoning niet beschikbaar",
"downloadToView": "Download bestand om inhoud te bekijken",
"audioNotSupported": "Je browser ondersteunt het audio-element niet",
"videoNotSupported": "Je browser ondersteunt het video-element niet",
"loadError": "Fout bij het laden van voorvertoning",
"downloadError": "Fout bij het downloaden van bestand"
},
"fileSelector": {
"availableFiles": "Beschikbare Bestanden ({count})",
"shareFiles": "Bestanden Delen ({count})",
"searchPlaceholder": "Bestanden zoeken...",
"noMatchingFiles": "Geen overeenkomende bestanden",
"noAvailableFiles": "Geen beschikbare bestanden",
"noFilesInShare": "Geen bestanden in delen",
"saveChanges": "Wijzigingen Opslaan"
},
"files": {
"title": "Alle Bestanden",
"uploadFile": "Bestand Uploaden",
"loadError": "Fout bij het laden van bestanden",
"pageTitle": "Mijn Bestanden",
"breadcrumb": "Mijn Bestanden",
"downloadStart": "Download gestart",
"downloadError": "Fout bij het downloaden van bestand",
"updateSuccess": "Bestand succesvol bijgewerkt",
"updateError": "Fout bij het bijwerken van bestand",
"deleteSuccess": "Bestand succesvol verwijderd",
"deleteError": "Fout bij het verwijderen van bestand"
},
"filesTable": {
"ariaLabel": "Bestanden tabel",
"columns": {
"name": "NAAM",
"description": "BESCHRIJVING",
"size": "GROOTTE",
"createdAt": "AANGEMAAKT OP",
"updatedAt": "BIJGEWERKT OP",
"actions": "ACTIES"
},
"actions": {
"menu": "Bestandsacties menu",
"preview": "Voorvertoning",
"edit": "Bewerken",
"download": "Downloaden",
"delete": "Verwijderen"
}
},
"footer": {
"poweredBy": "Mogelijk gemaakt door",
"kyanHomepage": "Kyantech homepage"
},
"forgotPassword": {
"emailLabel": "E-mailadres",
"emailPlaceholder": "Voer je e-mail in",
"sending": "Verzenden...",
"submit": "Reset Instructies Verzenden",
"backToLogin": "Terug naar Inloggen",
"title": "Wachtwoord Vergeten",
"description": "Voer je e-mailadres in en we sturen je instructies om je wachtwoord te resetten.",
"resetInstructions": "Reset instructies verzonden naar je e-mail",
"pageTitle": "Wachtwoord Vergeten"
},
"generateShareLink": {
"generateTitle": "Deel Link Genereren",
"updateTitle": "Deel Link Bijwerken",
"generateDescription": "Genereer een link om je bestanden te delen",
"updateDescription": "Werk de alias bij voor deze deel link",
"aliasPlaceholder": "Voer alias in",
"linkReady": "Je deel link is klaar:",
"generateButton": "Link Genereren",
"updateButton": "Link Bijwerken",
"copyButton": "Link Kopiëren",
"success": "Link succesvol gegenereerd",
"error": "Fout bij het genereren van link",
"copied": "Link gekopieerd naar klembord"
},
"home": {
"description": "Het open-source alternatief voor WeTransfer. Deel bestanden veilig, zonder tracking of beperkingen.",
"documentation": "Documentatie",
"starOnGithub": "Star op GitHub",
"privacyMessage": "Gebouwd met privacy in gedachten. Je bestanden voor upload zijn alleen toegankelijk voor degenen met de deel link. Altijd gratis en open source.",
"header": {
"fileSharing": "Bestanden delen",
"tagline": "eenvoudig en gratis"
},
"pageTitle": "Startpagina"
},
"login": {
"welcome": "Welkom bij",
"signInToContinue": "Log in om door te gaan",
"emailLabel": "E-mailadres",
"emailPlaceholder": "Voer je e-mail in",
"passwordLabel": "Wachtwoord",
"passwordPlaceholder": "Voer je wachtwoord in",
"signIn": "Inloggen",
"signingIn": "Inloggen...",
"forgotPassword": "Wachtwoord vergeten?",
"pageTitle": "Aanmelden"
},
"logo": {
"labels": {
"appLogo": "Applicatie Logo"
},
"buttons": {
"upload": "Logo Uploaden",
"remove": "Logo Verwijderen"
},
"messages": {
"uploadSuccess": "Logo succesvol geüpload",
"removeSuccess": "Logo succesvol verwijderd"
},
"errors": {
"uploadFailed": "Fout bij het uploaden van logo",
"removeFailed": "Fout bij het verwijderen van logo"
}
},
"navbar": {
"logoAlt": "Applicatie Logo",
"profileMenu": "Profiel Menu",
"profile": "Profiel",
"settings": "Instellingen",
"usersManagement": "Gebruikersbeheer",
"logout": "Uitloggen"
},
"navigation": {
"dashboard": "Controlepaneel"
},
"profile": {
"password": {
"title": "Wachtwoord Wijzigen",
"newPassword": "Nieuw Wachtwoord",
"confirmPassword": "Bevestig Nieuw Wachtwoord",
"updateButton": "Wachtwoord Bijwerken"
},
"form": {
"title": "Profiel Informatie",
"firstName": "Voornaam",
"lastName": "Achternaam",
"username": "Gebruikersnaam",
"email": "E-mail",
"updateButton": "Profiel Bijwerken"
},
"header": {
"title": "Profiel",
"subtitle": "Beheer je persoonlijke informatie en wachtwoord"
},
"picture": {
"title": "Profielfoto",
"description": "Klik op het camera-icoon om je profielfoto te wijzigen",
"uploadPhoto": "Foto Uploaden",
"removePhoto": "Foto Verwijderen"
},
"errors": {
"loadFailed": "Fout bij het laden van gebruikersgegevens",
"updateFailed": "Fout bij het bijwerken van profiel",
"passwordFailed": "Fout bij het bijwerken van wachtwoord",
"imageFailed": "Fout bij het bijwerken van profielafbeelding",
"imageRemoveFailed": "Fout bij het verwijderen van profielafbeelding"
},
"messages": {
"noChanges": "Geen wijzigingen om op te slaan",
"updateSuccess": "Profiel succesvol bijgewerkt",
"fillPasswords": "Vul beide wachtwoordvelden in",
"passwordSuccess": "Wachtwoord succesvol bijgewerkt",
"imageSuccess": "Profielafbeelding succesvol bijgewerkt",
"imageRemoved": "Profielafbeelding succesvol verwijderd"
},
"pageTitle": "Profiel"
},
"quickAccess": {
"files": {
"title": "Mijn Bestanden",
"description": "Toegang tot en beheer van je geüploade bestanden"
},
"shares": {
"title": "Mijn Delingen",
"description": "Bekijk en beheer je gedeelde bestanden"
}
},
"recentFiles": {
"title": "Recente Uploads",
"viewAll": "Alles Bekijken",
"uploadFile": "Bestand Uploaden",
"noFiles": "Nog geen bestanden geüpload"
},
"recentShares": {
"title": "Recente Delingen",
"viewAll": "Alles Bekijken",
"createShare": "Delen Maken",
"noShares": "Nog geen delingen aangemaakt",
"createFirst": "Maak je eerste delen"
},
"recipientSelector": {
"emailPlaceholder": "Voer ontvanger e-mail in",
"add": "Toevoegen",
"recipients": "Ontvangers ({count})",
"notifyAll": "Alle Waarschuwen",
"noRecipients": "Nog geen ontvangers toegevoegd",
"addSuccess": "Ontvanger succesvol toegevoegd",
"addError": "Fout bij het toevoegen van ontvanger",
"removeSuccess": "Ontvanger succesvol verwijderd",
"removeError": "Fout bij het verwijderen van ontvanger",
"sendingNotifications": "Meldingen verzenden...",
"notifySuccess": "Ontvangers succesvol gewaarschuwd",
"notifyError": "Fout bij het waarschuwen van ontvangers"
},
"register": {
"validation": {
"firstNameRequired": "Voornaam is verplicht",
"lastNameRequired": "Achternaam is verplicht",
"usernameMinLength": "Gebruikersnaam moet minimaal 3 tekens zijn",
"invalidEmail": "Ongeldig e-mail",
"passwordMinLength": "Wachtwoord moet minimaal 8 tekens zijn",
"success": "Administrator gebruiker succesvol aangemaakt!",
"error": "Fout bij het aanmaken van administrator gebruiker"
},
"labels": {
"firstName": "Voornaam",
"lastName": "Achternaam",
"username": "Gebruikersnaam",
"email": "E-mail",
"password": "Wachtwoord"
},
"buttons": {
"creating": "Aanmaken...",
"createAdmin": "Admin Account Aanmaken"
}
},
"resetPassword": {
"pageTitle": "Wachtwoord Resetten",
"header": {
"title": "Wachtwoord Resetten",
"description": "Voer je nieuwe wachtwoord hieronder in"
},
"form": {
"newPassword": "Nieuw Wachtwoord",
"newPasswordPlaceholder": "Voer je nieuwe wachtwoord in",
"confirmPassword": "Bevestig Nieuw Wachtwoord",
"confirmPasswordPlaceholder": "Bevestig je nieuwe wachtwoord",
"resetting": "Wachtwoord Resetten...",
"submit": "Wachtwoord Resetten",
"backToLogin": "Terug naar Inloggen"
},
"messages": {
"success": "Wachtwoord succesvol gereset"
},
"errors": {
"serverError": "Fout bij het resetten van wachtwoord. Probeer het opnieuw.",
"invalidToken": "Ongeldig of ontbrekend reset token"
}
},
"searchBar": {
"placeholder": "Bestanden zoeken...",
"results": "{filtered} van {total} bestanden gevonden"
},
"settings": {
"groups": {
"defaultDescription": "Configuratieopties",
"general": {
"title": "Algemeen",
"description": "Basis applicatie instellingen"
},
"email": {
"title": "E-mail",
"description": "E-mailserver configuratie"
},
"security": {
"title": "Beveiliging",
"description": "Beveiliging en authenticatie instellingen"
},
"storage": {
"title": "Opslag",
"description": "Bestandsopslag configuratie"
}
},
"fields": {
"noDescription": "Geen beschrijving beschikbaar",
"appLogo": {
"title": "Applicatie Logo",
"description": "Applicatie logo afbeelding"
},
"appName": {
"title": "Applicatie Naam",
"description": "Applicatie naam getoond aan gebruikers"
},
"appDescription": {
"title": "Applicatie Beschrijving",
"description": "Korte beschrijving van de applicatie"
},
"showHomePage": {
"title": "Toon Startpagina",
"description": "Toon Startpagina na installatie"
},
"smtpEnabled": {
"title": "SMTP Ingeschakeld",
"description": "SMTP e-mail functionaliteit in- of uitschakelen"
},
"smtpHost": {
"title": "SMTP Server",
"description": "SMTP server adres"
},
"smtpPort": {
"title": "SMTP Poort",
"description": "SMTP server poort"
},
"smtpUser": {
"title": "SMTP Gebruiker",
"description": "Gebruikersnaam voor SMTP authenticatie"
},
"smtpPass": {
"title": "SMTP Wachtwoord",
"description": "Wachtwoord voor SMTP authenticatie"
},
"smtpFromName": {
"title": "Afzender Naam",
"description": "Weergavenaam voor verzonden e-mails"
},
"smtpFromEmail": {
"title": "Afzender E-mail",
"description": "Afzender e-mailadres"
},
"maxLoginAttempts": {
"title": "Maximum Inlogpogingen",
"description": "Maximum aantal inlogpogingen voor blokkering"
},
"loginBlockDuration": {
"title": "Blokkeringsduur",
"description": "Duur (in seconden) van blokkering na overschrijding pogingen"
},
"passwordMinLength": {
"title": "Minimum Wachtwoord Lengte",
"description": "Minimum aantal tekens voor wachtwoorden"
},
"passwordResetTokenExpiration": {
"title": "Reset Token Verloop",
"description": "Geldigheidstijd (in seconden) voor wachtwoord reset token"
},
"maxFileSize": {
"title": "Maximum Bestandsgrootte",
"description": "Maximum toegestane bestandsgrootte voor uploads (in bytes)"
},
"maxTotalStoragePerUser": {
"title": "Maximum Opslag Per Gebruiker",
"description": "Totale opslaglimiet per gebruiker (in bytes)"
}
},
"buttons": {
"save": "{group} Opslaan"
},
"errors": {
"loadFailed": "Fout bij het laden van instellingen",
"updateFailed": "Fout bij het bijwerken van instellingen"
},
"messages": {
"noChanges": "Geen wijzigingen om op te slaan",
"updateSuccess": "{group} instellingen succesvol bijgewerkt"
},
"title": "Instellingen",
"breadcrumb": "Instellingen",
"pageTitle": "Instellingen"
},
"share": {
"errors": {
"invalidPassword": "Ongeldig wachtwoord. Probeer het opnieuw.",
"loadFailed": "Fout bij het laden van delen",
"downloadFailed": "Fout bij het downloaden van bestand"
},
"messages": {
"downloadStarted": "Download gestart"
},
"password": {
"title": "Wachtwoord Beveiligd Delen",
"protected": "Dit delen is wachtwoord beveiligd",
"incorrect": "Onjuist wachtwoord. Probeer het opnieuw.",
"label": "Wachtwoord",
"placeholder": "Voer delen wachtwoord in",
"submit": "Verzenden"
},
"details": {
"untitled": "Naamloos Delen",
"created": "Aangemaakt: {date}",
"expires": "Verloopt: {date}"
},
"notFound": {
"title": "Delen Niet Gevonden",
"description": "Dit delen is mogelijk verwijderd of verlopen."
},
"pageTitle": "Delen"
},
"shareActions": {
"deleteTitle": "Delen Verwijderen",
"deleteConfirmation": "Weet je zeker dat je dit delen wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
"editTitle": "Delen Bewerken",
"nameLabel": "Deel Naam",
"expirationLabel": "Vervaldatum",
"expirationPlaceholder": "DD/MM/JJJJ UU:MM",
"maxViewsLabel": "Maximum Weergaven",
"maxViewsPlaceholder": "Laat leeg voor onbeperkt",
"passwordProtection": "Wachtwoord Beveiligd",
"passwordLabel": "Wachtwoord",
"passwordPlaceholder": "Voer wachtwoord in",
"newPasswordLabel": "Nieuw Wachtwoord (laat leeg om huidige te behouden)",
"newPasswordPlaceholder": "Voer nieuw wachtwoord in",
"manageFilesTitle": "Bestanden Beheren",
"manageRecipientsTitle": "Ontvangers Beheren",
"editSuccess": "Delen succesvol bijgewerkt",
"editError": "Fout bij het bijwerken van delen"
},
"shareDetails": {
"title": "Deel Details",
"subtitle": "Gedetailleerde informatie over dit delen",
"basicInfo": "Basis Informatie",
"name": "Naam",
"untitled": "Naamloos",
"views": "Weergaven",
"dates": "Datums",
"created": "Aangemaakt",
"expires": "Verloopt",
"never": "Nooit",
"security": "Beveiliging",
"passwordProtected": "Wachtwoord Beveiligd",
"publicAccess": "Publieke Toegang",
"maxViews": "Maximum Weergaven:",
"files": "Bestanden",
"recipients": "Ontvangers",
"notAvailable": "N.v.t.",
"invalidDate": "Ongeldige datum",
"loadError": "Fout bij het laden van deel details"
},
"shareManager": {
"deleteSuccess": "Delen succesvol verwijderd",
"deleteError": "Fout bij het verwijderen van delen",
"updateSuccess": "Delen succesvol bijgewerkt",
"updateError": "Fout bij het bijwerken van delen",
"filesUpdateSuccess": "Bestanden succesvol bijgewerkt",
"filesUpdateError": "Fout bij het bijwerken van bestanden",
"recipientsUpdateSuccess": "Ontvangers succesvol bijgewerkt",
"recipientsUpdateError": "Fout bij het bijwerken van ontvangers",
"linkGenerateSuccess": "Deel link succesvol gegenereerd",
"linkGenerateError": "Fout bij het genereren van deel link",
"notifyLoading": "Meldingen verzenden...",
"notifySuccess": "Ontvangers succesvol gewaarschuwd",
"notifyError": "Fout bij het waarschuwen van ontvangers"
},
"shares": {
"errors": {
"loadFailed": "Fout bij het laden van delingen",
"notifyFailed": "Fout bij het waarschuwen van ontvangers",
"smtpConfigFailed": "Fout bij het laden van SMTP configuratie"
},
"messages": {
"linkCopied": "Link gekopieerd naar klembord",
"recipientsNotified": "Ontvangers succesvol gewaarschuwd"
},
"empty": {
"message": "Nog geen delingen aangemaakt",
"createButton": "Delen Maken"
},
"header": {
"title": "Mijn Delingen",
"myShares": "Mijn Delingen"
},
"search": {
"title": "Alle Delingen",
"createButton": "Delen Maken",
"placeholder": "Delingen zoeken...",
"results": "{filtered} van {total} delingen gevonden"
},
"pageTitle": "Delingen"
},
"sharesTable": {
"ariaLabel": "Delingen tabel",
"never": "Nooit",
"columns": {
"name": "NAAM",
"createdAt": "AANGEMAAKT OP",
"expiresAt": "VERLOOPT OP",
"status": "STATUS",
"security": "BEVEILIGING",
"files": "BESTANDEN",
"recipients": "ONTVANGERS",
"actions": "ACTIES"
},
"status": {
"neverExpires": "Verloopt Nooit",
"active": "Actief",
"expired": "Verlopen"
},
"security": {
"protected": "Beveiligd",
"public": "Publiek"
},
"filesCount": "bestanden",
"recipientsCount": "ontvangers",
"actions": {
"menu": "Deel acties menu",
"edit": "Bewerken",
"manageFiles": "Bestanden Beheren",
"manageRecipients": "Ontvangers Beheren",
"viewDetails": "Details Bekijken",
"generateLink": "Link Genereren",
"editLink": "Link Bewerken",
"copyLink": "Link Kopiëren",
"notifyRecipients": "Ontvangers Waarschuwen",
"delete": "Verwijderen"
}
},
"storageUsage": {
"title": "Opslaggebruik",
"ariaLabel": "Opslaggebruik voortgangsbalk",
"used": "gebruikt",
"available": "beschikbaar"
},
"theme": {
"toggle": "Thema wisselen",
"light": "Licht",
"dark": "Donker",
"system": "Systeem"
},
"uploadFile": {
"title": "Bestand Uploaden",
"selectFile": "Klik om een bestand te selecteren",
"preview": "Voorvertoning",
"uploadProgress": "Upload voortgang",
"upload": "Uploaden",
"success": "Bestand succesvol geüpload",
"error": "Fout bij het uploaden van bestand",
"fileSizeExceeded": "Bestandsgrootte overschrijdt de limiet van {maxsizemb}MB.",
"insufficientStorage": "Onvoldoende opslagruimte. Je hebt {availablespace}MB beschikbaar.",
"unauthorized": "Niet geautoriseerd: een geldig token is vereist voor toegang tot deze bron."
},
"users": {
"modes": {
"create": "aanmaken",
"edit": "bewerken"
},
"errors": {
"loadFailed": "Fout bij het laden van gebruikers",
"submitFailed": "Fout bij het {mode} van gebruiker",
"deleteFailed": "Fout bij het verwijderen van gebruiker",
"statusUpdateFailed": "Fout bij het bijwerken van gebruikersstatus"
},
"messages": {
"createSuccess": "Gebruiker succesvol aangemaakt",
"updateSuccess": "Gebruiker succesvol bijgewerkt",
"deleteSuccess": "Gebruiker succesvol verwijderd",
"activateSuccess": "Gebruiker succesvol geactiveerd",
"deactivateSuccess": "Gebruiker succesvol gedeactiveerd"
},
"actions": {
"edit": "Bewerken",
"activate": "Activeren",
"deactivate": "Deactiveren",
"delete": "Verwijderen"
},
"delete": {
"title": "Gebruiker Verwijderen Bevestigen",
"confirmation": "Weet je zeker dat je gebruiker {firstName} {lastName} wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.",
"confirm": "Gebruiker Verwijderen"
},
"form": {
"titleCreate": "Nieuwe Gebruiker Toevoegen",
"titleEdit": "Gebruiker Bewerken",
"firstName": "Voornaam",
"lastName": "Achternaam",
"username": "Gebruikersnaam",
"email": "E-mail",
"password": "Wachtwoord",
"newPassword": "Nieuw Wachtwoord (optioneel)",
"passwordPlaceholder": "Laat leeg om huidige wachtwoord te behouden",
"role": "Rol",
"roleUser": "Gebruiker",
"roleAdmin": "Beheerder",
"create": "Aanmaken",
"save": "Opslaan"
},
"status": {
"title": "Status Wijziging Bevestigen",
"confirmation": "Weet je zeker dat je gebruiker {firstName} {lastName} wilt {action}?",
"activate": "activeren",
"deactivate": "deactiveren",
"user": "Gebruiker"
},
"header": {
"title": "Gebruikersbeheer",
"addUser": "Gebruiker Toevoegen",
"management": "Gebruikersbeheer"
},
"table": {
"user": "GEBRUIKER",
"email": "E-MAIL",
"status": "STATUS",
"role": "ROL",
"actions": "ACTIES",
"active": "Actief",
"inactive": "Inactief",
"admin": "Beheerder",
"userr": "Gebruiker"
}
},
"validation": {
"firstNameRequired": "Voornaam is verplicht",
"lastNameRequired": "Achternaam is verplicht",
"usernameLength": "Gebruikersnaam moet minimaal 3 tekens zijn",
"usernameSpaces": "Gebruikersnaam mag geen spaties bevatten",
"invalidEmail": "Voer een geldig e-mailadres in",
"passwordLength": "Wachtwoord moet minimaal 8 tekens zijn",
"passwordsMatch": "Wachtwoorden moeten overeenkomen",
"emailRequired": "E-mail is verplicht",
"passwordRequired": "Wachtwoord is verplicht"
}
}