From f4854a2225a1885ea9e11b474bb3c1fe116e1df9 Mon Sep 17 00:00:00 2001 From: n1rwana Date: Thu, 10 Aug 2023 00:04:57 +0300 Subject: [PATCH 1/2] Update Logs.xml --- Web/Presenters/templates/Admin/Logs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Presenters/templates/Admin/Logs.xml b/Web/Presenters/templates/Admin/Logs.xml index 982b790c..32594d56 100644 --- a/Web/Presenters/templates/Admin/Logs.xml +++ b/Web/Presenters/templates/Admin/Logs.xml @@ -77,7 +77,7 @@ {/foreach} - {$change["ts"]} + {=new openvk\Web\Util\DateTime($change["ts"])} From b7d566fe9b31b04df0d1b76114c98faa5be9b037 Mon Sep 17 00:00:00 2001 From: n1rwana Date: Fri, 11 Aug 2023 00:40:44 +0300 Subject: [PATCH 2/2] Logs i18n --- locales/en.strings | 9 +++++++++ locales/ru.strings | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/locales/en.strings b/locales/en.strings index 4aaa4483..82544b54 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -1201,6 +1201,15 @@ "admin_banned_link_not_specified" = "The link is not specified"; "admin_banned_link_not_found" = "Link not found"; +"logs_adding" = "Creation"; +"logs_editing" = "Editing"; +"logs_removing" = "Deletion"; +"logs_restoring" = "Restoring"; +"logs_added" = "created"; +"logs_edited" = "edited"; +"logs_removed" = "removed"; +"logs_restored" = "restored"; + /* Paginator (deprecated) */ "paginator_back" = "Back"; diff --git a/locales/ru.strings b/locales/ru.strings index 6faa5e2e..988a0c6a 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -1089,6 +1089,14 @@ "admin_banned_link_initiator" = "Инициатор"; "admin_banned_link_not_specified" = "Ссылка не указана"; "admin_banned_link_not_found" = "Ссылка не найдена"; +"logs_adding" = "Создание"; +"logs_editing" = "Редактирование"; +"logs_removing" = "Удаление"; +"logs_restoring" = "Восстановление"; +"logs_added" = "добавил"; +"logs_edited" = "отредактировал"; +"logs_removed" = "удалил"; +"logs_restored" = "восстановил"; /* Paginator (deprecated) */