mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: disable auto-save, add Save to Files button, accept all file types in library
- Disabled auto-save of processed files to library (worker no longer calls autoSaveToLibrary) - Added "Save to Files" button in the review panel for explicit saving - Files library upload area now accepts all file types, not just images - Removed "Drop images here" hardcoded text, replaced with i18n - Removed image-only file filter from library upload
This commit is contained in:
@@ -12,6 +12,7 @@ export const ru: TranslationKeys = {
|
||||
search: "Поиск инструментов...",
|
||||
dropFiles: "Перетащите файлы сюда или нажмите кнопку загрузки",
|
||||
loading: "Загрузка...",
|
||||
saving: "Saving...",
|
||||
error: "Произошла ошибка",
|
||||
confirm: "Подтвердить",
|
||||
close: "Закрыть",
|
||||
@@ -2457,6 +2458,8 @@ export const ru: TranslationKeys = {
|
||||
applyAndDownload: "Применить и скачать",
|
||||
andMore: "and {count} more",
|
||||
importFromFiles: "Import from Files",
|
||||
saveToFiles: "Save to Files",
|
||||
savedToFiles: "Saved to Files",
|
||||
adjustSettings: "Adjust settings",
|
||||
startOver: "Start over with a new file",
|
||||
backToTools: "Back to Tools",
|
||||
@@ -3232,6 +3235,8 @@ export const ru: TranslationKeys = {
|
||||
openFile: "Open File",
|
||||
selectFile: "Select File",
|
||||
openInPipeline: "Open in Pipeline",
|
||||
dropFilesHere: "Drop files here",
|
||||
orClickToSelect: "or click to select files",
|
||||
name: "Name",
|
||||
format: "Format",
|
||||
size: "Size",
|
||||
|
||||
Reference in New Issue
Block a user