File tree 1 file changed +40
-0
lines changed
config/locales/models/repository_git_notification
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ru :
2
+
3
+ # ########## GIT NOTIFICATIONS ###########
4
+ # Basics labels
5
+ label_git_notifications : Почтовая рассылка
6
+ label_git_notifications_add : Добавить рассылку
7
+ label_git_notifications_create : Создать рассылку
8
+ label_git_notifications_edit : Редактировать рассылку
9
+ label_git_notifications_delete : Удалить рассылку
10
+
11
+ # Basics notices
12
+ notice_git_notifications_created : Почтовая рассылка успешно создана
13
+ notice_git_notifications_updated : Почтовая рассылка успешно обновлена
14
+ notice_git_notifications_deleted : Почтовая рассылка успешно удалена
15
+ notice_git_notifications_create_failed : Ошибка при создании рассылки
16
+ notice_git_notifications_update_failed : Ошибка при обновлении рассылки
17
+
18
+ # Misc
19
+ label_git_notification_include_list : Входят
20
+ label_git_notification_exclude_list : Исключены
21
+ label_git_notification_default_list : Умолчание
22
+ label_git_notification_effective_list : Действует
23
+
24
+ label_gitolite_notify_prefix : Префикс рассылки
25
+ label_gitolite_notify_sender_address : Адрес отправителя
26
+
27
+ git_notifications_reminder : Почтовая рассылка не включена. Сначала подключите рассылку в настройках репозитория.
28
+
29
+ activerecord :
30
+ errors :
31
+ models :
32
+
33
+ repository_git_notification :
34
+ attributes :
35
+ base :
36
+ invalid : ' адрес определен дважды'
37
+ include_list :
38
+ invalid : ошибочный
39
+ exclude_list :
40
+ invalid : ошибочный
You can’t perform that action at this time.
0 commit comments