From 85440c7169522a49020c02f2eb1d108d147ba921 Mon Sep 17 00:00:00 2001 From: FAlexei <139798315+FAlexei@users.noreply.github.com> Date: Sun, 5 Nov 2023 13:37:22 +0300 Subject: [PATCH] Add Russian translation --- .../i18n/ru/cosmic_applet_notifications.ftl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cosmic-applet-notifications/i18n/ru/cosmic_applet_notifications.ftl diff --git a/cosmic-applet-notifications/i18n/ru/cosmic_applet_notifications.ftl b/cosmic-applet-notifications/i18n/ru/cosmic_applet_notifications.ftl new file mode 100644 index 00000000..e767ec77 --- /dev/null +++ b/cosmic-applet-notifications/i18n/ru/cosmic_applet_notifications.ftl @@ -0,0 +1,14 @@ +hours-ago = { NUMBER($duration) -> + [1] 1 час назад + *[other] {$duration} ч назад +} +minutes-ago = { NUMBER($duration) -> + [1] 1 минуту назад + *[other] {$duration} мин назад +} +show-less = Показать меньше +show-more = Показать на {$more} больше +clear-all = Очистить все уведомления +do-not-disturb = Не беспокоить +notification-settings = Параметры уведомлений... +no-notifications = Уведомлений нет \ No newline at end of file