This repository was archived by the owner on Sep 24, 2025. It is now read-only.
forked from testsys/ball
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlang.py
More file actions
62 lines (51 loc) · 2.23 KB
/
lang.py
File metadata and controls
62 lines (51 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
lang_ru = {
'auth': 'Авторизация',
'balloon_state_carrying': 'Несут',
'balloon_state_delivered': 'Доставлен',
'balloon_state_wanted': '',
'event_header_monitor_link': 'Таблица шариков',
'event_header_stats_link': 'Статистика',
'event_header_offer': 'Предлагаем отнести',
'event_header_problems': 'Задачи',
'event_header_queue': 'Очередь',
'event_header_your_queue': 'Вы несете',
'event_header_delivered': 'Доставлено',
'event_queue_done': 'Готово',
'event_queue_drop': 'Отказаться',
'event_queue_first_solved': '★★★',
'event_queue_first_to_solve': '★★★',
'event_queue_problem': '',
'event_queue_team': '',
'event_queue_take': 'Отнесу',
'event_halls_list_header': 'Холл',
'event_halls_list_all': 'Все',
'index_add_event': 'Добавить соревнование',
'index_log_in': 'Войти',
'index_monitor_url': 'URL монитора',
'index_no_events': 'Нет соревнований',
'index_not_authorised': 'Вы не авторизованы.',
'index_title': 'Шарики',
'access_manage': 'Управление доступом',
'access_yes': 'Доступ разрешён',
'access_no': 'Доступ запрещён',
'access_grant': 'Разрешить',
'access_refuse': 'Запретить',
'volunteers_title': 'Волонтёры',
'header_volunteers': 'Волонтёры',
'header_volunteer_stats': 'Статистика по шарикам в ',
'volunteer_from_config': 'Убрать доступ невозможно',
'color_set_new': 'Новый цвет:',
'color_set_commit': 'Установить',
'problem_cur_color': 'Цвет сейчас',
'problem_set_color': 'Установить цвет',
'standings_rank': 'Место',
'standings_team': 'Команда',
'standings_solved': '=',
'standings_penalty': 'Штраф',
'error': 'Ошибка',
'error_ball_taken': 'Шарик уже зарезервирован',
'back': 'Вернуться',
'this_is_you': 'Это вы',
'': ''
}
lang = lang_ru