From b7d566fe9b31b04df0d1b76114c98faa5be9b037 Mon Sep 17 00:00:00 2001 From: n1rwana Date: Fri, 11 Aug 2023 00:40:44 +0300 Subject: [PATCH] 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) */