Add button to clear POST code logs

Utilize '#LogService.ClearLog' action to provide a possibility for the
user to clear POST code logs.

Change-Id: Iadd94b9ebc93bc81b13ee979962103587c939fc7
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ca7c4da..d3ea2ee 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -656,12 +656,20 @@
         "button": {
             "exportAll": "Export all"
         },
+        "modal": {
+            "deleteAllTitle": "Delete all logs",
+            "deleteAllMessage": "Are you sure you want to delete all logs? This action cannot be undone."
+        },
         "table": {
             "created": "Created",
             "bootCount": "Boot count",
             "postCode": "POST code",
             "searchLogs": "Search logs",
             "timeStampOffset": "Time stamp offset"
+        },
+        "toast": {
+            "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
+            "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
         }
     },
     "pageProfileSettings": {