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

42 lines
1.0 KiB
JSON
Raw Normal View History

2020-12-23 02:24:38 +02:00
{
"DATE": "{{date,intlDate}}",
"LONG_DATE": "{{date,intlLongDate}}",
"DATE_FORMAT": "{{date, format}}",
"TIME_FROM_X": "{{date,intlTimeFromX}}",
"H_FROM_X": "{{date,intlHoursFromX}}",
"H_FROM_M": "{{number,intlHoursFromMinutes}}",
"NUMBER": "{{number,intlNumber}}",
"DECIMAL": "{{number,intlDecimal}}",
"DECIMAL2": "{{number,intlDecimal2}}",
"Language": {
"English": "English",
"Romanian": "Romanian"
},
2020-12-24 02:27:29 +02:00
"Steps": {
"Login": "Login",
"Network": "Network",
"Settings": "Settings"
},
2020-12-23 02:24:38 +02:00
"Login": {
"Username": "Username",
2020-12-24 02:39:48 +02:00
"Password": "Password",
"Label": "Login",
2020-12-24 15:56:30 +02:00
"ChangeUser": "Change user",
2020-12-24 18:39:28 +02:00
"UserChanged": "User changed",
2020-12-24 15:56:30 +02:00
"Logout": "Logout",
2020-12-24 18:22:07 +02:00
"IncorrectCredentials": "Incorrect credentials.",
"Hello": "Hi, {{username}}",
"AuthenticationDate": "Authentication date"
2021-04-17 20:37:13 +03:00
},
"Machine": {
"FullName": "Full machine name",
"Name": "Machine name",
"IP": "IP",
2021-04-17 22:59:42 +03:00
"MAC": "MAC address",
2021-04-17 20:37:13 +03:00
"Actions": {
"Wake": "Wake",
"Ping": "Ping"
}
2020-12-23 02:24:38 +02:00
}
}