New translations en.json (Romanian)

This commit is contained in:
Nicolas Meienberger 2023-05-08 21:41:34 +02:00
parent 636f148013
commit 0339370ecd

View file

@ -1,90 +1,90 @@
{ {
"server-messages": { "server-messages": {
"errors": { "errors": {
"invalid-credentials": "Invalid credentials", "invalid-credentials": "Datele de autentificare sunt invalide",
"admin-already-exists": "There is already an admin user. Please login to create a new user from the admin panel.", "admin-already-exists": "Există deja un utilizator administrator. Vă rugăm să vă autentificați pentru a crea un utilizator nou din panoul de administrare.",
"missing-email-or-password": "Missing email or password", "missing-email-or-password": "Lipsește adresa de e-mail sau parola",
"invalid-username": "Invalid username", "invalid-username": "Utilizator invalid",
"user-already-exists": "User already exists", "user-already-exists": "Utilizatorul există deja",
"error-creating-user": "Error creating user", "error-creating-user": "Eroare la crearea utilizatorului",
"no-change-password-request": "No change password request found", "no-change-password-request": "Nu s-a găsit nicio cerere de schimbare a parolei",
"operator-not-found": "Operator user not found", "operator-not-found": "Utilizator operator negăsit",
"user-not-found": "User not found", "user-not-found": "Utilizatorul nu a fost găsit",
"not-allowed-in-demo": "Not allowed in demo mode", "not-allowed-in-demo": "Nu este permis în modul demonstrativ",
"invalid-password": "Invalid password", "invalid-password": "Parolă incorectă",
"invalid-password-length": "Password must be at least 8 characters long", "invalid-password-length": "Parola trebuie să aibă cel puțin 8 caractere",
"invalid-locale": "Invalid locale", "invalid-locale": "Localizare invalidă",
"totp-session-not-found": "2FA session not found", "totp-session-not-found": "Sesiunea 2FA nu a fost găsită",
"totp-not-enabled": "2FA is not enabled for this user", "totp-not-enabled": "2FA nu este activat pentru acest utilizator",
"totp-invalid-code": "Invalid 2FA code", "totp-invalid-code": "Cod 2FA nevalid",
"totp-already-enabled": "2FA is already enabled for this user" "totp-already-enabled": "2FA este deja activat pentru acest utilizator"
}, },
"success": {} "success": {}
}, },
"auth": { "auth": {
"login": { "login": {
"title": "Login to your account", "title": "Conectaţi-vă la contul dumneavoastră",
"submit": "Login" "submit": "Autentificare"
}, },
"totp": { "totp": {
"title": "Two-factor authentication", "title": "Autentificare doi factori",
"instructions": "Enter the code from your authenticator app", "instructions": "Introdu codul din aplicația de autentificare",
"submit": "Confirm" "submit": "Confirma"
}, },
"register": { "register": {
"title": "Register your account", "title": "Înregistrați-vă contul",
"submit": "Register" "submit": "Înregistrare"
}, },
"reset-password": { "reset-password": {
"title": "Reset your password", "title": "Resetează-ţi parola",
"submit": "Reset password", "submit": "Resetare parola",
"cancel": "Cancel password change request", "cancel": "Anulează cererea de modificare a parolei",
"instructions": "Run this command on your server and then refresh this page", "instructions": "Rulează această comandă pe serverul tău și apoi reîmprospătează această pagină",
"success-title": "Password reset", "success-title": "Parolă resetată",
"success": "Your password has been reset. You can now login with your new password. And your email {email}", "success": "Parola ta a fost resetată. Acum te poți conecta cu noua ta parolă. Și adresa de e-mail {email}",
"back-to-login": "Back to login" "back-to-login": "Inapoi la autentificare"
}, },
"form": { "form": {
"email": "Email address", "email": "Adresă de e-mail",
"email-placeholder": "you@example.com", "email-placeholder": "you@example.com",
"password": "Password", "password": "Parolă",
"password-placeholder": "Enter your password", "password-placeholder": "Introduceţi parola",
"password-confirmation": "Confirm password", "password-confirmation": "Confirma parola",
"password-confirmation-placeholder": "Confirm your password", "password-confirmation-placeholder": "Confirmaţi parola",
"forgot": "Forgot password?", "forgot": "Ai uitat parola?",
"new-password-placeholder": "Your new password", "new-password-placeholder": "Noua ta parola",
"new-password-confirmation-placeholder": "Confirm your new password", "new-password-confirmation-placeholder": "Confirmă noua parolă",
"errors": { "errors": {
"email": { "email": {
"required": "Email address is required", "required": "Adresa de e-mail este necesară",
"email": "Email address is invalid", "email": "Adresa de e-mail nu este validă",
"invalid": "Email address is invalid" "invalid": "Adresa de e-mail nu este validă"
}, },
"password": { "password": {
"required": "Password is required", "required": "Parola este necesară",
"minlength": "Password must be at least 8 characters" "minlength": "Parola trebuie să aibă cel puțin 8 caractere"
}, },
"password-confirmation": { "password-confirmation": {
"required": "Password confirmation is required", "required": "Este necesară confirmarea parolei",
"minlength": "Password confirmation must be at least 8 characters", "minlength": "Confirmarea parolei trebuie să aibă cel puțin 8 caractere",
"match": "Passwords do not match" "match": "Parolele nu se potrivesc"
} }
} }
} }
}, },
"dashboard": { "dashboard": {
"title": "Dashboard", "title": "Tablou de bord",
"cards": { "cards": {
"disk": { "disk": {
"title": "Disk Space", "title": "Spatiu pe disc",
"subtitle": "Used out of {total} GB" "subtitle": "Utilizat din {total} GB"
}, },
"memory": { "memory": {
"title": "Memory Used" "title": "Memorie utilizată"
}, },
"cpu": { "cpu": {
"title": "CPU Load", "title": "Încărcătura procesorului",
"subtitle": "Uninstall apps to reduce load" "subtitle": "Dezinstalează aplicații pentru a reduce încărcarea"
} }
} }
} }