From 9eaabe25decda204b6b4188479a2a1a2d4ef8d05 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 16 Jan 2020 01:21:14 +0700 Subject: [PATCH] add operation logger for config panel --- locales/en.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locales/en.json b/locales/en.json index 08fc6b74e..2d446e191 100644 --- a/locales/en.json +++ b/locales/en.json @@ -323,6 +323,9 @@ "log_app_remove": "Remove the '{}' app", "log_app_upgrade": "Upgrade the '{}' app", "log_app_makedefault": "Make '{}' the default app", + "log_app_action_run": "Run action of the '{}' app", + "log_app_config_show_panel": "Show the config panel of the '{}' app", + "log_app_config_apply": "Apply config to the '{}' app", "log_available_on_yunopaste": "This log is now available via {url}", "log_backup_restore_system": "Restore system from a backup archive", "log_backup_restore_app": "Restore '{}' from a backup archive",