Update localization strings to include new group-related terms in English and Russian
ci / build-backend (push) Successful in 1m22s
ci / build-frontend (push) Successful in 39s
ci / tests (push) Successful in 1m22s
ci / sonar (push) Successful in 6m17s

Added translations for 'Group' and 'Pick a group' in both the English and Russian locale files, enhancing the user interface for group selection features.
This commit is contained in:
Leonid Pershin
2026-07-29 09:07:38 +03:00
parent fbfc6e677e
commit 5952ba4536
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -548,6 +548,8 @@ export const en = {
everyDay: 'every day',
daypart: 'Daypart',
slotKind: 'Slot type',
group: 'Group',
pickGroup: 'Pick a group',
strategy: 'Strategy',
cooldownDays: 'Cooldown, days',
cooldownHint: 'Skip what already aired within this period.',
+2
View File
@@ -543,6 +543,8 @@ export const ru = {
everyDay: 'каждый день',
daypart: 'Дейпарт',
slotKind: 'Тип слота',
group: 'Группа',
pickGroup: 'Выберите группу',
strategy: 'Стратегия',
cooldownDays: 'Остывание, дней',
cooldownHint: 'Не брать то, что уже выходило за этот срок.',