Files
bodyshop-desktop/src/util/translations/en-US/renderer.json
2025-04-23 13:17:10 -04:00

59 lines
1.5 KiB
JSON

{
"translation": {
"auth": {
"labels": {
"welcome": "Hi {{name}}"
},
"login": {
"error": "The username and password combination provided is not valid.",
"login": "Log In",
"resetpassword": "Reset Password"
}
},
"errors": {
"errorboundary": "Uh oh - we've hit an error.",
"notificationtitle": "Error Encountered"
},
"navigation": {
"home": "Home",
"settings": "Settings",
"signout": "Sign Out"
},
"settings": {
"actions": {
"addpath": "Add path",
"startwatcher": "Start Watcher",
"stopwatcher": "Stop Watcher\n"
},
"labels": {
"emsOutFilePath": "EMS Out File Path (Parts Order, etc.)",
"pollinginterval": "Polling Interval (ms)",
"ppcfilepath": "Parts Price Change File Path",
"started": "Started",
"stopped": "Stopped",
"watchedpaths": "Watched Paths",
"watchermodepolling": "Polling",
"watchermoderealtime": "Real Time",
"watcherstatus": "Watcher Status",
"paintScaleSettingsInput": "Paint Scale Settings Input",
"paintScaleSettingsOutput": "Paint Scale Settings Output",
"paintScalePath": "Paint Scale Path",
"paintScaleType": "Paint Scale Type",
"addPaintScalePath": "Add Paint Scale Path",
"remove": "Remove",
"actions": "Actions"
}
},
"title": {
"imex": "ImEX Online",
"rome": "Rome Online"
},
"updates": {
"apply": "Apply Update",
"available": "An update is available.",
"download": "Download Update",
"downloading": "An update is downloading."
}
}
}