Video_downloader/web/i18n/en/button.json
wukko 4f50b44e68
web/SettingsInput: make the clear button non-destructive
clear button now clears data only in the input box, not actual data

if you accidentally clear old data and don't save it, you can restore it with one click :3
2025-02-05 19:01:30 +06:00

26 lines
603 B
JSON

{
"gotit": "got it",
"cancel": "cancel",
"reset": "reset",
"done": "done",
"download.audio": "download audio",
"download": "download",
"share": "share",
"copy": "copy",
"copy.section": "copy the section link",
"copied": "copied",
"import": "import",
"continue": "continue",
"star": "star",
"follow": "follow",
"save": "save",
"export": "export",
"yes": "yes",
"no": "no",
"clear": "clear",
"show_input": "show input",
"hide_input": "hide input",
"restore_input": "restore input",
"clear_input": "clear input"
}