Преглед изворни кода

chore: minor changes to support the biffer features coming

jamesread пре 2 недеља
родитељ
комит
cf734c602e
3 измењених фајлова са 4 додато и 1 уклоњено
  1. 2 1
      lang/combined_output.json
  2. 1 0
      lang/en.yaml
  3. 1 0
      var/macos/config.yaml

+ 2 - 1
lang/combined_output.json

@@ -119,6 +119,7 @@
             "logs.no-logs-to-display": "There are no logs to display.",
             "logs.page-description": "This is a list of logs from actions that have been executed. Use the filter box for search terms and expressions.",
             "logs.queue": "Queue",
+            "logs.queue-action-details": "Action Details",
             "logs.queue-empty": "There are no active or waiting executions right now.",
             "logs.queue-entity": "Entity",
             "logs.queue-group-active": "{active} active (max {max})",
@@ -349,4 +350,4 @@
             "welcome": "欢迎使用 OliveTin"
         }
     }
-}
+}

+ 1 - 0
lang/en.yaml

@@ -47,6 +47,7 @@ translations:
   logs.queue-running: Running
   logs.queue-position: "#{position}"
   logs.queue-entity: Entity
+  logs.queue-action-details: Action Details
   diagnostics.get-support: Get support
   diagnostics.get-support-description: If you are having problems with OliveTin and want to raise a support request, it would be very helpful to include a sosreport from this page.
   diagnostics.where-to-find-help: Where to find help

+ 1 - 0
var/macos/config.yaml

@@ -147,6 +147,7 @@ actions:
   # Using a path under the user's home is more natural on macOS.
   - title: Delete old backups
     icon: ashtonished
+    justification: true
     shell: rm -rf "$HOME/Backups/old/"
     arguments:
       - name: confirm