Hermes 284313f908
Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

98 lines
4.0 KiB
JSON

{
"register": {
"tagline": "Piattaforma PSA potenziata dall'AI per MSP",
"heroAlt": "Logo del cliente",
"heroText": "Un PSA open source, che potenzia il futuro degli MSP con insight e automazione basati sull'AI.",
"title": "Registrati",
"subtitle": "Inizia a usare Alga MSP.",
"clientNameLabel": "Nome del cliente",
"clientNamePlaceholder": "Inserisci il nome del tuo cliente",
"userNameLabel": "Nome utente",
"userNamePlaceholder": "Inserisci il tuo nome utente",
"emailLabel": "Email",
"emailPlaceholder": "Inserisci la tua email",
"passwordLabel": "Password",
"passwordPlaceholder": "Crea una password",
"criteria": {
"minLength": "8+ caratteri",
"uppercase": "Maiuscola",
"lowercase": "Minuscola",
"number": "Numero",
"special": "Carattere speciale"
},
"submit": "Registrati",
"alreadyHaveAccount": "Hai già un account?",
"logIn": "Accedi",
"alerts": {
"passwordTitle": "Password ",
"passwordCriteriaMessage": "Assicurati che la tua password soddisfi tutti i criteri specificati.",
"failedTitle": "Operazione non riuscita !!!",
"tryAgainMessage": "Per favore riprova"
}
},
"forgotPassword": {
"logoAlt": "Logo AlgaPSA",
"title": "Password dimenticata?",
"subtitle": "Nessun problema, ti invieremo le istruzioni per il ripristino.",
"emailLabel": "Email",
"emailPlaceholder": "Inserisci la tua email",
"sendResetButton": "Invia link di ripristino",
"backToLogin": "← Torna all'accesso",
"resetLinkSent": "Se esiste un account con questa email, è stato inviato un link per il ripristino della password."
},
"passwordReset": {
"setNew": {
"title": "Reimposta la tua password",
"subtitle": "Imposta una nuova password per il tuo account",
"accountInformation": "Informazioni account",
"nameLabel": "Nome:",
"emailLabel": "Email:",
"usernameLabel": "Nome utente:",
"accountTypeLabel": "Tipo di account:",
"newPasswordLabel": "Nuova password",
"confirmPasswordLabel": "Conferma nuova password",
"confirmPasswordPlaceholder": "Conferma la tua nuova password",
"passwordRequirements": "Requisiti della password",
"requirements": {
"minLength": "Almeno 8 caratteri",
"hasUppercase": "Una lettera maiuscola",
"hasLowercase": "Una lettera minuscola",
"hasNumber": "Un numero",
"hasSpecialChar": "Un carattere speciale",
"passwordsMatch": "Le password coincidono"
},
"submit": "Reimposta password",
"rememberYourPassword": "Ricordi la tua password?",
"signInInstead": "Accedi invece",
"loading": "Caricamento...",
"alerts": {
"passwordTitle": "Password ",
"passwordsDoNotMatchMessage": "Assicurati che le tue password coincidano.",
"passwordCriteriaMessage": "Assicurati che la tua password soddisfi tutti i criteri specificati.",
"warningTitle": "Attenzione!!!",
"missingClientInfoMessage": "Mancano le informazioni del cliente.",
"failedTitle": "Operazione non riuscita !!!",
"tryAgainMessage": "Per favore riprova. Se l'errore persiste contatta l'assistenza"
}
},
"confirmation": {
"logoAlt": "Logo",
"title": "Password reimpostata",
"subtitle": "La tua password è stata reimpostata con successo.",
"subtitleContinue": "Fai clic qui sotto per accedere con la tua nuova password.",
"continue": "Continua"
}
},
"verifyEmail": {
"loading": "Caricamento...",
"welcomeTitle": "Benvenuto!",
"welcomeMessage": "La tua email è stata verificata con successo. Verrai reindirizzato alla pagina di accesso a breve.",
"processErrorTitle": "Errore di processo!",
"errorTitle": "Errore!",
"tokenRequiredMessage": "Il processo di verifica richiede un token. Per favore riprova.",
"unknownErrorMessage": "Errore sconosciuto durante la verifica del token",
"redirecting": "Reindirizzamento tra {{count}} secondi...",
"goToSignIn": "Vai all'accesso"
}
}