network-resurrector-frontend/public/locales/ro/translations.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2020-12-23 02:24:38 +02:00
{
"Language": {
"English": "Engleză",
"Romanian": "Română"
},
2023-03-20 18:49:35 +02:00
"Generic": {
"Copy": "Copiază",
"OpenInNewTab": "Deschide într-un tab nou",
"CopiedToClipboard": "Copiat în clipboard",
"SendEmail": "Trimite email"
},
2023-03-04 22:06:55 +02:00
"Menu": {
"Dashboard": "Bord",
"Machines": "Mașini",
2023-03-20 18:49:35 +02:00
"System": "Sistem",
2023-03-25 00:28:48 +02:00
"Administration": "Administrare",
2023-03-20 19:04:29 +02:00
"Settings": "Setări",
"About": "Despre"
2020-12-24 02:27:29 +02:00
},
2023-03-24 00:43:28 +02:00
"ViewModes": {
"Table": "Tabel",
"List": "Lista"
},
2020-12-23 02:24:38 +02:00
"Login": {
"Username": "Utilizator",
2020-12-24 02:39:48 +02:00
"Password": "Parolă",
"Label": "Autentificare",
2023-03-20 18:49:35 +02:00
"IncorrectCredentials": "Credențiale incorecte."
},
"User": {
"Profile": {
2023-03-21 18:14:32 +02:00
"Label": "Profil",
2023-03-20 18:49:35 +02:00
"Hello": "Salut, {{userName}}",
"Description": "{{userName}}, autentificat pe {{loginDate}}",
"OpenPortfolio": "Deschide portofoliu"
2023-03-21 18:14:32 +02:00
},
2023-03-25 00:28:48 +02:00
"Settings": "Setări",
2023-03-21 18:14:32 +02:00
"Logout": "Deconectare"
2021-04-17 20:37:13 +03:00
},
"Machine": {
"FullName": "Nume intreg masina",
"Name": "Nume masina",
"IP": "IP",
2021-04-17 22:59:42 +03:00
"MAC": "Adresa MAC",
2021-04-18 01:57:48 +03:00
"PoweredOn": "Pornit",
2021-04-17 20:37:13 +03:00
"Actions": {
"Wake": "Pornește",
2022-01-18 17:18:30 +02:00
"Ping": "Ping",
"More": "Mai mult",
"Shutdown": "Oprește",
"Restart": "Repornește",
"Advanced": "Avansat"
2021-04-17 20:37:13 +03:00
}
2020-12-23 02:24:38 +02:00
}
}