diff --git a/src/gui/src/i18n/translations/ru.js b/src/gui/src/i18n/translations/ru.js index d2900e10..38900f7c 100644 --- a/src/gui/src/i18n/translations/ru.js +++ b/src/gui/src/i18n/translations/ru.js @@ -399,56 +399,52 @@ const ru = { "You can't share with yourself.": 'Вы не можете поделиться с самим собой.', 'This user already has access to this item': 'Этот пользователь уже имеет доступ к этому элементу.', - // ---------------------------------------- - // Missing translations: - // ---------------------------------------- - "billing.change_payment_method": undefined, // In English: "Change" - "billing.cancel": undefined, // In English: "Cancel" - "billing.download_invoice": undefined, // In English: "Download" - "billing.payment_method": undefined, // In English: "Payment Method" - "billing.payment_method_updated": undefined, // In English: "Payment method updated!" - "billing.confirm_payment_method": undefined, // In English: "Confirm Payment Method" - "billing.payment_history": undefined, // In English: "Payment History" - "billing.refunded": undefined, // In English: "Refunded" - "billing.paid": undefined, // In English: "Paid" - "billing.ok": undefined, // In English: "OK" - "billing.resume_subscription": undefined, // In English: "Resume Subscription" - "billing.subscription_cancelled": undefined, // In English: "Your subscription has been canceled." - "billing.subscription_cancelled_description": undefined, // In English: "You will still have access to your subscription until the end of this billing period." - "billing.offering.free": undefined, // In English: "Free" - "billing.offering.pro": undefined, // In English: "Professional" - "billing.offering.business": undefined, // In English: "Business" - "billing.cloud_storage": undefined, // In English: "Cloud Storage" - "billing.ai_access": undefined, // In English: "AI Access" - "billing.bandwidth": undefined, // In English: "Bandwidth" - "billing.apps_and_games": undefined, // In English: "Apps & Games" - "billing.upgrade_to_pro": undefined, // In English: "Upgrade to %strong%" - "billing.switch_to": undefined, // In English: "Switch to %strong%" - "billing.payment_setup": undefined, // In English: "Payment Setup" - "billing.back": undefined, // In English: "Back" - "billing.you_are_now_subscribed_to": undefined, // In English: "You are now subscribed to %strong% tier." - "billing.you_are_now_subscribed_to_without_tier": undefined, // In English: "You are now subscribed" - "billing.subscription_cancellation_confirmation": undefined, // In English: "Are you sure you want to cancel your subscription?" - "billing.subscription_setup": undefined, // In English: "Subscription Setup" - "billing.cancel_it": undefined, // In English: "Cancel It" - "billing.keep_it": undefined, // In English: "Keep It" - "billing.subscription_resumed": undefined, // In English: "Your %strong% subscription has been resumed!" - "billing.upgrade_now": undefined, // In English: "Upgrade Now" - "billing.upgrade": undefined, // In English: "Upgrade" - "billing.currently_on_free_plan": undefined, // In English: "You are currently on the free plan." - "billing.download_receipt": undefined, // In English: "Download Receipt" - "billing.subscription_check_error": undefined, // In English: "A problem occurred while checking your subscription status." - "billing.email_confirmation_needed": undefined, // In English: "Your email has not been confirmed. We'll send you a code to confirm it now." - "billing.sub_cancelled_but_valid_until": undefined, // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe." - "billing.current_plan_until_end_of_period": undefined, // In English: "Your current plan until the end of this billing period." - "billing.current_plan": undefined, // In English: "Current plan" - "billing.cancelled_subscription_tier": undefined, // In English: "Cancelled Subscription (%%)" - "billing.manage": undefined, // In English: "Manage" - "billing.limited": undefined, // In English: "Limited" - "billing.expanded": undefined, // In English: "Expanded" - "billing.accelerated": undefined, // In English: "Accelerated" - "billing.enjoy_msg": undefined, // In English: "Enjoy %% of Cloud Storage plus other benefits." - + "billing.change_payment_method": 'Изменить', // In English: "Change" + "billing.cancel": 'Отмена', // In English: "Cancel" + "billing.download_invoice": 'Загрузить', // In English: "Download" + "billing.payment_method": 'Метод оплаты', // In English: "Payment Method" + "billing.payment_method_updated": 'Метод оплаты обновлён!', // In English: "Payment method updated!" + "billing.confirm_payment_method": 'Подтвердить метод оплаты', // In English: "Confirm Payment Method" + "billing.payment_history": 'История платежей', // In English: "Payment History" + "billing.refunded": 'Средства возвращены', // In English: "Refunded" + "billing.paid": 'Оплачено', // In English: "Paid" + "billing.ok": 'Ок', // In English: "OK" + "billing.resume_subscription": 'Продолжить подписку', // In English: "Resume Subscription" + "billing.subscription_cancelled": 'Ваша подписка отменена.', // In English: "Your subscription has been canceled." + "billing.subscription_cancelled_description": 'Вы можете пользоваться подпиской до конца оплаченного периода', // In English: "You will still have access to your subscription until the end of this billing period." + "billing.offering.free": 'Бесплатно', // In English: "Free" + "billing.offering.pro": 'Профессиональная', // In English: "Professional" + "billing.offering.business": 'Бизнес', // In English: "Business" + "billing.cloud_storage": 'Облачное хранилище', // In English: "Cloud Storage" + "billing.ai_access": 'Доступ к ИИ', // In English: "AI Access" + "billing.bandwidth": 'Пропускная способность', // In English: "Bandwidth" + "billing.apps_and_games": 'Игры и приложения', // In English: "Apps & Games" + "billing.upgrade_to_pro": 'Обновить до %strong%', // In English: "Upgrade to %strong%" + "billing.switch_to": 'Переключиться на %strong%', // In English: "Switch to %strong%" + "billing.payment_setup": 'Настройки оплаты', // In English: "Payment Setup" + "billing.back": 'Назад', // In English: "Back" + "billing.you_are_now_subscribed_to": 'Теперь Ваш уровень подписки %strong%.', // In English: "You are now subscribed to %strong% tier." + "billing.you_are_now_subscribed_to_without_tier": 'Теперь Вы подписаны', // In English: "You are now subscribed" + "billing.subscription_cancellation_confirmation": 'Вы уверены, что хотите отменить Вашу подписку?', // In English: "Are you sure you want to cancel your subscription?" + "billing.subscription_setup": 'Настройки подписки', // In English: "Subscription Setup" + "billing.cancel_it": 'Отменить', // In English: "Cancel It" + "billing.keep_it": 'Удержать', // In English: "Keep It" + "billing.subscription_resumed": 'Ваша %strong% подписка была продлена!', // In English: "Your %strong% subscription has been resumed!" + "billing.upgrade_now": 'Обновить сейчас', // In English: "Upgrade Now" + "billing.upgrade": 'Обновить', // In English: "Upgrade" + "billing.currently_on_free_plan": 'Сейчас у Вас бесплатный план.', // In English: "You are currently on the free plan." + "billing.download_receipt": 'Загрузить квитанцию', // In English: "Download Receipt" + "billing.subscription_check_error": 'Произошла ошибка при проверке статуса Вашей подписки.', // In English: "A problem occurred while checking your subscription status." + "billing.email_confirmation_needed": 'Ваш e-mail не подтверждён. Мы отправили Вам код для подтверждения.', // In English: "Your email has not been confirmed. We'll send you a code to confirm it now." + "billing.sub_cancelled_but_valid_until": 'Вы отменили Вашу подписку и она автоматически переключится на бесплатный план по истечению оплаченного периода. С Вас не будет взыматься плата, если Вы не подпишетесь повторно', // In English: "You have cancelled your subscription and it will automatically switch to the free tier at the end of the billing period. You will not be charged again unless you re-subscribe." + "billing.current_plan_until_end_of_period": 'Ваш действующий план до конца оплаченного периода', // In English: "Your current plan until the end of this billing period." + "billing.current_plan": 'Настоящий план', // In English: "Current plan" + "billing.cancelled_subscription_tier": 'Отменённая подписка (%%)', // In English: "Cancelled Subscription (%%)" + "billing.manage": 'Управление', // In English: "Manage" + "billing.limited": 'Ограничено', // In English: "Limited" + "billing.expanded": 'Расширенный', // In English: "Expanded" + "billing.accelerated": 'Ускоренный', // In English: "Accelerated" + "billing.enjoy_msg": 'Пользуйтесь %% Облачным Хранилищем и остальными выгодами', // In English: "Enjoy %% of Cloud Storage plus other benefits." }, }