mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
WIP new WebAdmin: configs page
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -237,7 +237,11 @@
|
||||
"issuer": "Issuer",
|
||||
"data_provider": "Database",
|
||||
"driver": "Driver",
|
||||
"mode": "Mode"
|
||||
"mode": "Mode",
|
||||
"port": "Port",
|
||||
"domain": "Domain",
|
||||
"test": "Test",
|
||||
"get": "Get"
|
||||
},
|
||||
"fs": {
|
||||
"view_file": "View file \"{{- path}}\"",
|
||||
@@ -789,5 +793,46 @@
|
||||
"quota_mode0": "No quota update",
|
||||
"quota_mode1": "Update quota",
|
||||
"quota_mode2": "Update quota for users with quota limits"
|
||||
},
|
||||
"acme": {
|
||||
"title": "ACME",
|
||||
"generic_error": "Unable to obtain TLS certificates, check the server logs for more details",
|
||||
"help": "From this section you can request free TLS certificates for your SFTPGo services using the ACME protocol and the HTTP-01 challenge type. You must create a DNS entry under a custom domain that you own which resolves to your SFTPGo public IP address and the port 80 must be publicly reachable. You can set the configuration options for the most common use cases and single node setups here, for advanced configurations refer to the SFTPGo docs. A service restart is required to apply changes",
|
||||
"domain_help": "Multiple domains can be specified comma or space separated. They will be included in the same certificate",
|
||||
"email_help": "Email used for registration and recovery contact",
|
||||
"port_help": "If different from 80 you have to configure a reverse proxy",
|
||||
"protocols_help": "Use the obtained certificates for the specified protocols"
|
||||
},
|
||||
"smtp": {
|
||||
"title": "SMTP",
|
||||
"err_required_fields": "From address and Username cannot be both empty",
|
||||
"client_id_required": "Client ID is required",
|
||||
"client_secret_required": "Client Secret is required",
|
||||
"refresh_token_required": "Refresh Token is required",
|
||||
"help": "Set the SMTP configuration replacing the one defined using env vars or config file if any",
|
||||
"host": "Server name",
|
||||
"host_help": "If blank the configuration is disabled",
|
||||
"auth": "Authentication",
|
||||
"encryption": "Encryption",
|
||||
"sender": "Sender",
|
||||
"debug": "Debug logs",
|
||||
"domain_help": "HELO domain. Leave blank to use the server hostname",
|
||||
"test_recipient": "Address to send test emails to",
|
||||
"oauth2_provider": "OAuth2 provider",
|
||||
"oauth2_provider_help": "URI to redirect to after user authentication",
|
||||
"oauth2_tenant": "OAuth2 Tenant",
|
||||
"oauth2_tenant_help": "Azure tenant. Typical values are \"common\", \"organizations\", \"consumers\" or the tenant identifier",
|
||||
"oauth2_client_id": "OAuth2 Client ID",
|
||||
"oauth2_client_secret": "OAuth2 Client Secret",
|
||||
"oauth2_token": "OAuth2 Token",
|
||||
"recipient_required": "Specify a recipient to send a test email",
|
||||
"test_error": "Unable to send test email, check server logs for more details",
|
||||
"test_ok": "No errors were reported while sending the test email. Please check your inbox to make sure",
|
||||
"oauth2_flow_error": "Unable to get the URI to start OAuth2 flow",
|
||||
"oauth2_question": "Do you want to start the OAuth2 flow to get a token?"
|
||||
},
|
||||
"sftp": {
|
||||
"help": "From this section you can enable algorithms disabled by default. You don't need to set values already defined using env vars or config file. A service restart is required to apply changes",
|
||||
"host_key_algos": "Host Key Algorithms"
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@
|
||||
"update_folder": "Aggiorna cartella virtuale",
|
||||
"template_folder": "Modello cartella virtuale",
|
||||
"oauth2_error": "Impossibile completare il flusso OAuth2",
|
||||
"oauth2_success": "OAuth2 completato",
|
||||
"oauth2_success": "Flusso OAuth2 completato",
|
||||
"add_role": "Aggiungi ruolo",
|
||||
"update_role": "Aggiorna ruolo",
|
||||
"add_admin": "Aggiungi amministratore",
|
||||
@@ -237,7 +237,11 @@
|
||||
"issuer": "Emittente",
|
||||
"data_provider": "Database",
|
||||
"driver": "Driver",
|
||||
"mode": "Modalità"
|
||||
"mode": "Modalità",
|
||||
"port": "Porta",
|
||||
"domain": "Dominio",
|
||||
"test": "Test",
|
||||
"get": "Ottieni"
|
||||
},
|
||||
"fs": {
|
||||
"view_file": "Visualizza file \"{{- path}}\"",
|
||||
@@ -789,5 +793,46 @@
|
||||
"quota_mode0": "Non aggiornare quota",
|
||||
"quota_mode1": "Aggiorna quota",
|
||||
"quota_mode2": "Aggiorna quota per gli utenti con limiti di quota"
|
||||
},
|
||||
"acme": {
|
||||
"title": "ACME",
|
||||
"generic_error": "Impossibile ottenere certificati TLS, controlla i log del server per maggiori dettagli",
|
||||
"help": "Da questa sezione puoi richiedere certificati TLS gratuiti per i tuoi servizi SFTPGo utilizzando il protocollo ACME e la tipologia di challenge HTTP-01. Devi creare una voce DNS sotto un dominio personalizzato di tua proprietà che si risolve nel tuo indirizzo IP pubblico SFTPGo e la porta 80 deve essere raggiungibile pubblicamente. Qui è possibile impostare le opzioni di configurazione per i casi d'uso più comuni e le configurazioni a nodo singolo, per le configurazioni avanzate fare riferimento alla documentazione SFTPGo. Per applicare le modifiche è necessario il riavvio del servizio",
|
||||
"domain_help": "È possibile specificare più domini separati da virgole o spazi. Saranno inclusi nello stesso certificato",
|
||||
"email_help": "Email utilizzata per la registrazione e il contatto di recupero",
|
||||
"port_help": "Se diverso da 80 è necessario configurare un proxy inverso",
|
||||
"protocols_help": "Utilizzare i certificati ottenuti per i protocolli specificati"
|
||||
},
|
||||
"smtp": {
|
||||
"title": "SMTP",
|
||||
"err_required_fields": "L'indirizzo del mittente e lo username non possono essere entrambi vuoti",
|
||||
"client_id_required": "Il Client ID è obbligatorio",
|
||||
"client_secret_required": "Il Client Secret è obbligatorio",
|
||||
"refresh_token_required": "Il Refresh Token è obbligatorio",
|
||||
"help": "Imposta la configurazione SMTP sostituendo quella definita utilizzando env vars o il file di configurazione, se presente",
|
||||
"host": "Nome server",
|
||||
"host_help": "Se vuoto la configurazione è disabilitata",
|
||||
"auth": "Autenticazione",
|
||||
"encryption": "Crittografia",
|
||||
"sender": "Mittente",
|
||||
"debug": "Log a livello debug",
|
||||
"domain_help": "Dominio HELO. Lascia vuoto per utilizzare il nome host del server",
|
||||
"test_recipient": "Indirizzo a cui inviare e-mail di test",
|
||||
"oauth2_provider": "OAuth2 provider",
|
||||
"oauth2_provider_help": "URI a cui reindirizzare dopo l'autenticazione dell'utente",
|
||||
"oauth2_tenant": "OAuth2 Tenant",
|
||||
"oauth2_tenant_help": "Azure tenant. Valori tipici sono \"common\", \"organizations\", \"consumers\" or l'ID del tenant",
|
||||
"oauth2_client_id": "OAuth2 Client ID",
|
||||
"oauth2_client_secret": "OAuth2 Client Secret",
|
||||
"oauth2_token": "OAuth2 Token",
|
||||
"recipient_required": "Specifica un destinatario per inviare un'e-mail di prova",
|
||||
"test_error": "Impossibile inviare e-mail di prova, controlla i log del server per maggiori dettagli",
|
||||
"test_ok": "Non si sono verificati errori durante l'invio dell'e-mail di prova. Controlla la tua casella di posta per essere sicuro",
|
||||
"oauth2_flow_error": "Impossibile ottenere l'URI per avviare il flusso OAuth2",
|
||||
"oauth2_question": "Vuoi avviare il flusso OAuth2 per ottenere un token?"
|
||||
},
|
||||
"sftp": {
|
||||
"help": "Da questa sezione è possibile abilitare gli algoritmi disabilitati di default. Non è necessario impostare valori già definiti utilizzando env vars o il file di configurazione. Per applicare le modifiche è necessario il riavvio del servizio",
|
||||
"host_key_algos": "Algoritmi per chiavi host"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user