chore: minor changes to support the biffer features coming

This commit is contained in:
jamesread 2026-06-17 17:33:50 +01:00
parent d4dbc172d2
commit cf734c602e
3 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,7 @@
"logs.no-logs-to-display": "There are no logs to display.", "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.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": "Queue",
"logs.queue-action-details": "Action Details",
"logs.queue-empty": "There are no active or waiting executions right now.", "logs.queue-empty": "There are no active or waiting executions right now.",
"logs.queue-entity": "Entity", "logs.queue-entity": "Entity",
"logs.queue-group-active": "{active} active (max {max})", "logs.queue-group-active": "{active} active (max {max})",

View File

@ -47,6 +47,7 @@ translations:
logs.queue-running: Running logs.queue-running: Running
logs.queue-position: "#{position}" logs.queue-position: "#{position}"
logs.queue-entity: Entity logs.queue-entity: Entity
logs.queue-action-details: Action Details
diagnostics.get-support: Get support 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.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 diagnostics.where-to-find-help: Where to find help

View File

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