Skip to content

Commit

Permalink
fix: russian translations (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored May 9, 2024
1 parent 98a6244 commit 8f890fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions includes/i18n/ru.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
'search' => "Поиск",
'sort' => "Сортировка",
'name' => "Имя",
'last_added' => "Последний добавленный",
'last_added' => "Дата создания",
'price' => "Стоимость",
'next_payment' => "Следующий платеж",
'inactive' => "Отключить подписку",
'member' => "Член",
'member' => "Член семьи",
'category' => "Категория",
'payment_method' => "Способ оплаты",
"Daily" => "День",
"Weekly" => "Неделя",
"Monthly" => "Месяц",
"Yearly" => "Год",
"daily" => "День(и)",
"weekly" => "Неделя(и)",
"monthly" => "Месяц(ы)",
"yearly" => "Год(ы)",
"daily" => "День",
"weekly" => "Неделя",
"monthly" => "Месяц",
"yearly" => "Год",
"days" => "дней",
"weeks" => "недель",
"months" => "месяцев",
Expand Down Expand Up @@ -109,9 +109,9 @@
'household_info' => "Поле электронной почты позволяет членам семьи получать уведомления об истечении срока действия подписки.",
"notifications" => "Уведомления",
"enable_email_notifications" => "Включить уведомления по электронной почте",
"notify_me" => "Уведомить меня",
"notify_me" => "Уведомить меня за",
"day_before" => "день до события",
"days_before" => "дня до события",
"days_before" => "дня(дней) до события",
"smtp_address" => "SMTP-адрес",
"port" => "Порт",
"tls" => "TLS",
Expand Down Expand Up @@ -161,7 +161,7 @@
"custom_colors" => "Пользовательские цвета",
"dark_theme" => "Темная тема",
"switch_theme" => "Переключить светлую/темную тему",
"calculate_monthly_price" => "Рассчитайть и показать ежемесячную цену для всех подписок",
"calculate_monthly_price" => "Рассчитать и показать ежемесячную цену для всех подписок",
"convert_prices" => "Всегда конвертировать и показывать цены в моей основной валюте (медленнее)",
"hide_disabled_subscriptions" => "Скрыть отключенные подписки",
"experimental_settings" => "Экспериментальные настройки",
Expand Down
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.26.0";
$version = "v1.26.2";
?>

0 comments on commit 8f890fc

Please sign in to comment.