-
-
-
-
-
{{ uploadProgress.current | prettyByteSize }} (total {{ uploadProgress.total | prettyByteSize }})
-
-
-
-
-
+
+
+
+ {{ 'terminal.busy.restarting' | tr }}
+ {{ 'terminal.busy.restartingInPausedMode' | tr }}
+ {{ 'terminal.busy.resuming' | tr }}
+ {{ 'terminal.busy.installing' | tr }}
+
+
+
-
-
-
-
{{ selected.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Restarting app...
- Restarting app in paused mode...
- App is being resumed...
- App is being installed...
-
-
-
-
-
-
-
+
+
+
diff --git a/src/translation/en.json b/src/translation/en.json
index 4496b476a..dae2e66b1 100644
--- a/src/translation/en.json
+++ b/src/translation/en.json
@@ -331,7 +331,31 @@
"download": "Download Full Logs"
},
"terminal": {
- "title": "Terminal"
+ "title": "Terminal",
+ "download": {
+ "title": "Download from {{ name }}",
+ "filePath": "Path to file or directory",
+ "download": "Download"
+ },
+ "upload": {
+ "title": "Uploading file to {{ name }}"
+ },
+ "scheduler": "Scheduler/Cron",
+ "restart": "Restart",
+ "uploadToTmp": "Upload to /tmp",
+ "uploading": "Uploading...",
+ "downloadAction": "Download",
+ "busy": {
+ "restarting": "Restarting app...",
+ "restartingInPausedMode": "Restarting app in paused mode...",
+ "resuming": "App is being resumed...",
+ "installing": "App is being installed..."
+ },
+ "contextmenu": {
+ "copy": "Copy",
+ "clear": "Clear",
+ "pasteInfo": "For Paste use Ctrl+v"
+ }
},
"filemanager": {
"title": "File Manager"