From 0b02e4019ebf9c2b473c46e6c22f9052a805fb32 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 5 Apr 2024 11:02:07 +0600 Subject: [PATCH] Updated russian localisation --- source/ubl-strings.h | 3 +++ ubl-settings-services.pot | 8 ++++++++ ubl-settings-services_ru.po | 8 ++++++++ 3 files changed, 19 insertions(+) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 472e379..6c0c1e8 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -134,4 +134,7 @@ #define SERVICE_LOG_TITLE_LABEL(target) yon_char_unite(_("View")," ",target," ",_("log"),NULL) #define SERVICE_UNIT_EDIT_TITLE_LABEL _("Edit unit file") +#define SYSTEMD_REEXEC_ERROR_LABEL _("Failed to re-execute systemd") +#define SYSTEMD_RELAUNCH_ERROR_LABEL _("failed to relaunch systemd") + #define SAVE_LABEL _("Save") \ No newline at end of file diff --git a/ubl-settings-services.pot b/ubl-settings-services.pot index a0e0cdb..1d49b50 100644 --- a/ubl-settings-services.pot +++ b/ubl-settings-services.pot @@ -446,5 +446,13 @@ msgid "Edit unit file" msgstr "" #: source/ubl-strings.h:137 +msgid "Failed to re-execute systemd" +msgstr "" + +#: source/ubl-strings.h:138 +msgid "failed to relaunch systemd" +msgstr "" + +#: source/ubl-strings.h:140 msgid "Save" msgstr "" diff --git a/ubl-settings-services_ru.po b/ubl-settings-services_ru.po index 43932a4..255aaf5 100644 --- a/ubl-settings-services_ru.po +++ b/ubl-settings-services_ru.po @@ -447,5 +447,13 @@ msgid "Edit unit file" msgstr "Редактировать юнит-файл" #: source/ubl-strings.h:137 +msgid "Failed to re-execute systemd" +msgstr "Ошибка перезагрузки systemd" + +#: source/ubl-strings.h:138 +msgid "failed to relaunch systemd" +msgstr "Ошибка перезапуска systemd" + +#: source/ubl-strings.h:140 msgid "Save" msgstr "Сохранить"