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

38 lines
881 B
JSON
Raw Normal View History

2020-12-23 02:24:38 +02:00
{
"Language": {
"English": "Engleză",
"Romanian": "Română"
},
2020-12-24 02:27:29 +02:00
"Steps": {
"Login": "Autentificare",
"Network": "Rețea",
"Settings": "Setări"
},
2020-12-23 02:24:38 +02:00
"Login": {
"Username": "Utilizator",
2020-12-24 02:39:48 +02:00
"Password": "Parolă",
"Label": "Autentificare",
2020-12-24 15:56:30 +02:00
"ChangeUser": "Schimbă utilizatorul",
2020-12-24 18:39:28 +02:00
"UserChanged": "Utilizator schimbat",
2020-12-24 15:56:30 +02:00
"Logout": "Deconectare",
2020-12-24 18:22:07 +02:00
"IncorrectCredentials": "Credențiale incorecte.",
"Hello": "Salut, {{username}}",
"AuthenticationDate": "Momentul autentificării"
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
}
}