2022-08-22 14:01:16 +05:30
|
|
|
const commands = {
|
|
|
|
SELECT_FILE: "Select a File",
|
2022-08-27 17:25:32 -04:00
|
|
|
SELECT_OUTPUT: "Save as",
|
|
|
|
SET_FILE: "Set file",
|
|
|
|
REPLACE_ORIGINAL: "Replace original",
|
2022-08-22 14:01:16 +05:30
|
|
|
UPSCAYL: "Upscale the Image",
|
|
|
|
UPSCAYL_DONE: "Upscaling Done",
|
|
|
|
UPSCAYL_PROGRESS: "Send Progress from Main to Renderer",
|
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = commands;
|