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

43 lines
1.0 KiB
JSON

{
"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"
},
"Steps": {
"Login": "Login",
"Network": "Network",
"Settings": "Settings"
},
"Login": {
"Username": "Username",
"Password": "Password",
"Label": "Login",
"ChangeUser": "Change user",
"UserChanged": "User changed",
"Logout": "Logout",
"IncorrectCredentials": "Incorrect credentials.",
"Hello": "Hi, {{username}}",
"AuthenticationDate": "Authentication date"
},
"Machine": {
"FullName": "Full machine name",
"Name": "Machine name",
"IP": "IP",
"MAC": "MAC address",
"PoweredOn": "Powered on",
"Actions": {
"Wake": "Wake",
"Ping": "Ping"
}
}
}