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

59 lines
1.4 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"
},
2023-03-20 18:49:35 +02:00
"Generic": {
"Copy": "Copy",
"OpenInNewTab": "Open in new tab",
"CopiedToClipboard": "Copied to clipboard",
"SendEmail": "Send email"
},
2023-03-04 22:06:55 +02:00
"Menu": {
"Dashboard": "Dashboard",
"Machines": "Machines",
2023-03-20 18:49:35 +02:00
"System": "System",
2023-03-04 22:06:55 +02:00
"Trash": "Trash",
2023-03-20 19:04:29 +02:00
"Settings": "Settings",
"About": "About"
2020-12-24 02:27:29 +02:00
},
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
"Logout": "Logout",
2023-03-20 18:49:35 +02:00
"IncorrectCredentials": "Incorrect credentials."
},
"User": {
"Profile": {
"Hello": "Hi, {{userName}}",
"Description": "{{userName}}, authenticated on {{loginDate}}",
"OpenPortfolio": "Open portfolio"
}
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-18 01:57:48 +03:00
"PoweredOn": "Powered on",
2021-04-17 20:37:13 +03:00
"Actions": {
"Wake": "Wake",
2022-01-18 17:18:30 +02:00
"Ping": "Ping",
"More": "More",
"Shutdown": "Shutdown",
"Restart": "Restart",
"Advanced": "Advanced"
2021-04-17 20:37:13 +03:00
}
2020-12-23 02:24:38 +02:00
}
}