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

75 lines
1.7 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"
},
"Generic": {
"Copy": "Copy",
"OpenInNewTab": "Open in new tab",
"CopiedToClipboard": "Copied to clipboard",
"SendEmail": "Send email"
},
"Menu": {
"Dashboard": "Dashboard",
"Machines": "Machines",
"System": "System",
"Administration": "Administration",
"Settings": "Settings",
"About": "About"
},
"ViewModes": {
"Table": "Table",
"List": "List"
},
"Login": {
"Username": "Username",
"Password": "Password",
"Label": "Login",
"IncorrectCredentials": "Incorrect credentials."
},
"User": {
"Profile": {
"Label": "Profile",
"Hello": "Hi, {{userName}}",
"Description": "{{userName}}, authenticated on {{loginDate}}",
"OpenPortfolio": "Open portfolio"
},
"Settings": "Settings",
"Logout": "Logout"
},
"Machine": {
"FullName": "Full machine name",
"Name": "Machine name",
"IP": "IP",
"MAC": "MAC address",
"PoweredOn": "Powered on",
"Actions": {
"Wake": "Wake",
"Ping": "Ping",
"More": "More",
"Shutdown": "Shutdown",
"Restart": "Restart",
"Advanced": "Advanced"
}
},
"About": {
"Navigation": {
"System": "System",
"ReleaseNotes": "Release notes"
},
"ReleaseNotes": {
"Version": "Version",
"Date": "Date"
}
}
}