|
4 | 4 | "add_plan_modal_error_template_not_found": "template not found", |
5 | 5 | "add_plan_modal_error_plan_delete_not_found": "failed to update config, plan to delete not found", |
6 | 6 | "add_plan_modal_success_plan_deleted": "Plan deleted from config, but not from restic repo. Snapshots will remain in storage and operations will be tracked until manually deleted. Reusing a deleted plan ID is not recommended if backups have already been performed.", |
7 | | - "add_plan_modal_error_destroy_prefix": "Destroy error:", |
| 7 | + "add_plan_modal_error_destroy_prefix": "Destroy error: ", |
8 | 8 | "add_plan_modal_error_operation_prefix": "Operation error: ", |
9 | 9 | "add_plan_modal_title_update": "Update Plan", |
10 | 10 | "add_plan_modal_title_add": "Add Plan", |
|
197 | 197 | "op_row_cancel_error": "Failed to cancel operation: ", |
198 | 198 | "op_row_logs_title": "Logs for operation {name} at {time}", |
199 | 199 | "op_row_view_logs": "[View Logs]", |
200 | | - "op_row_confirm_cancel": "[Confirm Cancel?]", |
201 | | - "op_row_cancel_op": "[Cancel Operation]", |
202 | | - "op_row_confirm_delete": "[Confirm Delete?]", |
203 | | - "op_row_delete": "[Delete]", |
204 | 200 | "op_row_backup_details": "Backup Details", |
205 | 201 | "op_row_item_errors": "Item Errors", |
206 | 202 | "op_row_error_on_item": "Error on item: {item}", |
|
293 | 289 | "add_repo_modal_field_io_priority_idle": "IO_IDLE - only runs when disk bandwidth is idle (e.g. no other operations are queued)", |
294 | 290 | "add_repo_modal_field_io_priority_placeholder": "Select an IO priority", |
295 | 291 | "add_repo_modal_field_cpu_priority": "CPU Priority:", |
296 | | - "add_repo_modal_field_cpu_priority_tooltip_intro": "Available CPU priority modes:", |
| 292 | + "add_repo_modal_field_cpu_priority_tooltip_intro": "Available CPU priority modes", |
297 | 293 | "add_repo_modal_field_cpu_priority_default": "CPU_DEFAULT - no change in priority", |
298 | 294 | "add_repo_modal_field_cpu_priority_high": "CPU_HIGH - higher than default priority (backrest must be running as root)", |
299 | 295 | "add_repo_modal_field_cpu_priority_low": "CPU_LOW - lower than default priority", |
300 | 296 | "add_repo_modal_field_cpu_priority_placeholder": "Select a CPU priority", |
301 | 297 | "add_repo_modal_field_auto_unlock": "Auto Unlock", |
302 | | - "add_repo_modal_field_auto_unlock_tooltip": "Auto-unlock will remove lockfiles at the start of forget and prune operations. This is potentially unsafe if the repo is shared by multiple client devices. Disabled by default.", |
303 | 298 | "add_repo_modal_preview_json": "Repo Config as JSON", |
304 | 299 | "add_repo_modal_error_missing_password": "Missing repo password. Either provide a password or set one of the env variables RESTIC_PASSWORD, RESTIC_PASSWORD_COMMAND, RESTIC_PASSWORD_FILE.", |
305 | 300 | "dashboard_error_fetch": "Failed to fetch summary data: ", |
|
353 | 348 | "add_plan_modal_retention_policy_keep_regardless_label": "Latest snapshots to keep regardless of age", |
354 | 349 | "add_plan_modal_retention_policy_subhourly_helper": "Schedule runs frequently; keep some recent snapshots.", |
355 | 350 | "op_row_error_path": "Path", |
356 | | - "op_row_error_message": "Message" |
| 351 | + "op_row_error_message": "Message", |
| 352 | + "add_repo_modal_env_vars_placeholder": "KEY=VALUE (One per line)", |
| 353 | + "app_menu_edit_plan": "app_menu_edit_plan", |
| 354 | + "add_repo_modal_field_auto_unlock_tooltip": "Auto-unlock will remove lockfiles at the start of most operations. This is potentially unsafe if the repo is shared by multiple client devices, otherwise is recommended for single-client setups.", |
| 355 | + "op_row_cancel_op": "Cancel Operation" |
357 | 356 | } |
0 commit comments