Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
455 changes: 455 additions & 0 deletions DEPLOYMENT_CODEX_RU.md

Large diffs are not rendered by default.

Binary file modified assets/banners/default.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banners/default22.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 54 additions & 3 deletions assets/translations/ru/buttons.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ btn-menu =
.connect = 🚀 Подключиться
.devices = 📱 Устройства
.subscription = 💳 Подписка
.giveaways = 🎁 Акции
.invite = 👥 Пригласить
.support = 🆘 Поддержка
.dashboard = 🛠 Панель управления
Expand All @@ -62,11 +63,18 @@ btn-invite =
.qr = 🧾 QR-код
.withdraw-points = 💎 Обменять баллы

btn-client-giveaway =
.buy = 💳 Купить подписку для участия
.conditions = 📄 Условия акции
.phone = 📱 Оставить / изменить номер телефона
.results = 🏆 Итоги акции

btn-dashboard =
.statistics = 📊 Статистика
.users = 👥 Пользователи
.broadcast = 📢 Рассылка
.promocodes = 🎟 Промокоды
.giveaways = 🎁 Акции
.access = 🔓 Режим доступа
.remnawave = 🌊 RemnaWave
.remnashop = 🛍 RemnaShop
Expand Down Expand Up @@ -478,8 +486,51 @@ btn-promocode =
.lifetime = ⌛ Время жизни
.allowed = 👥 Разрешенные пользователи
.confirm = ✅ Подтвердить

.active = { $is_active ->
.deactivate = 🔴 Деактивировать

.plan-choice = 📦 { $name }

.audience-choice = { $audience ->
[ALL] 👥 Для всех
[WITH_ACTIVE_SUBSCRIPTION] 🔒 Только с активной подпиской
[WITHOUT_ACTIVE_SUBSCRIPTION] 🔓 Только без активной подписки
*[OTHER] { $audience }
}

.item = { $is_active ->
[1] 🟢
*[0] 🔴
} { $code } — { $discount_percent }%

.active = { $is_active ->
[1] 🟢
*[0] 🔴
} Статус
} Статус

btn-giveaway =
.list = 📃 Список акций
.create = ➕ Создать акцию
.entries = 👥 Участники
.winners = 🏆 Победители
.select-winner = 🎲 Выбрать победителя
.select-next-winner = 🎲 Выбрать следующего
.add-participant = ➕ Добавить участника
.enable = 🟢 Включить
.disable = 🔴 Выключить
.keep-disabled = ⚪ Оставить выключенной
.complete = ✅ Завершить
.archive = 🗄 Очистить / архивировать
.archive-confirm = ⚠️ Да, очистить
.rules = 📄 Условия акции
.rules-edit = ✏️ Изменить условия
.delete = 🗑 Удалить акцию
.delete-confirm = Да, удалить
.cancel = Отмена
.confirm = ✅ Подтвердить
.continue = Продолжить ➡️
.leave-phone = 📱 Оставить номер телефона
.skip-phone = ⏭ Пропустить
.purchase-type = { $selected ->
[1] ✅
*[0] ◻️
} { $purchase_type }
Loading