Bring back filemanager translations

This commit is contained in:
Johannes Zellner
2025-10-20 09:53:49 +02:00
parent f5c81f5882
commit 5ee8e9da80
11 changed files with 766 additions and 44 deletions
+77 -4
View File
@@ -861,14 +861,18 @@
"reallyDelete": "Really delete?"
},
"newDirectoryDialog": {
"title": "New Folder"
"title": "New Folder",
"create": "Create"
},
"newFileDialog": {
"title": "New File",
"create": "Create"
},
"renameDialog": {
"reallyOverwrite": "A file with that name already exists. Overwrite existing file?"
"reallyOverwrite": "A file with that name already exists. Overwrite existing file?",
"title": "Rename {{ fileName }}",
"newName": "New Name",
"rename": "Rename"
},
"toolbar": {
"new": "New",
@@ -876,11 +880,80 @@
"newFile": "New File",
"newFolder": "New Folder",
"uploadFile": "Upload File",
"restartApp": "Restart App"
"restartApp": "Restart App",
"uploadFolder": "Upload Folder",
"openTerminal": "Open Terminal",
"openLogs": "Open Logs"
},
"extractionInProgress": "Extraction in progress",
"pasteInProgress": "Pasting in progress",
"deleteInProgress": "Deletion in progress"
"deleteInProgress": "Deletion in progress",
"chownDialog": {
"title": "Change ownership",
"newOwner": "New Owner",
"change": "Change Owner",
"recursiveCheckbox": "Change ownership recursively"
},
"uploadingDialog": {
"title": "Uploading files ({{ countDone }}/{{ count }})",
"errorAlreadyExists": "One or more files already exist.",
"errorFailed": "Failed to upload one or more files. Please try again.",
"closeWarning": "Do not refresh the page until upload has finished.",
"retry": "Retry",
"overwrite": "Overwrite"
},
"extractDialog": {
"title": "Extracting {{ fileName }}",
"closeWarning": "Do not refresh the page until extract has finished."
},
"textEditorCloseDialog": {
"title": "File has unsaved changes",
"details": "Your changes will be lost if you don't save them",
"dontSave": "Don't Save"
},
"notFound": "Not found",
"list": {
"name": "Name",
"size": "Size",
"owner": "Owner",
"empty": "No files",
"symlink": "symlink to {{ target }}",
"menu": {
"rename": "Rename",
"chown": "Change Ownership",
"extract": "Extract Here",
"download": "Download",
"delete": "Delete",
"edit": "Edit",
"cut": "Cut",
"copy": "Copy",
"paste": "Paste",
"selectAll": "Select All",
"open": "Open"
},
"mtime": "Modified"
},
"extract": {
"error": "Failed to extract: {{ message }}"
},
"newDirectory": {
"errorAlreadyExists": "Already exists"
},
"newFile": {
"errorAlreadyExists": "Already exists"
},
"status": {
"restartingApp": "restarting app"
},
"uploader": {
"uploading": "Uploading",
"exitWarning": "Upload still in progress. Really close this page?"
},
"textEditor": {
"undo": "Undo",
"redo": "Redo",
"save": "Save"
}
},
"email": {
"config": {