cdn-frontend/public/locales/en/translations.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2021-07-05 20:16:56 +03: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"
},
"Menu": {
"Dashboard": "Dashboard",
2021-08-03 01:09:30 +03:00
"Resources": "Resources",
"System": "System",
"Admin": "Admin",
"Settings": "Settings",
"Health": "Health",
"Community": "Community",
"Library": "Library",
"Support": "Support",
"FAQ": "FAQ",
"Template": "Template"
2021-07-05 20:16:56 +03:00
},
"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"
}
}
}