Project

General

Profile

Patch #29673 » update-russian-translations.diff

Madina Appolonova, 2018-09-25 09:25

View differences:

app/views/projects/show.html.erb
99 99
</div>
100 100

  
101 101
<div class="splitcontentright">
102
  <%= render :partial => 'members_box' %>
103

  
104 102
  <% if @news.any? && authorize_for('news', 'index') %>
105 103
  <div class="news box">
106 104
    <h3 class="icon icon-news"><%=l(:label_news_latest)%></h3>
......
109 107
  </div>
110 108
  <% end %>
111 109

  
110
  <%= render :partial => 'members_box' %>
111

  
112 112
  <% if @subprojects.any? %>
113 113
  <div class="projects box">
114 114
    <h3 class="icon icon-projects"><%=l(:label_subproject_plural)%></h3>
115
- 
config/locales/ru.yml
1323 1323
  label_no_preview_alternative_html: Предпросмотр недоступен. %{link} файл.
1324 1324
  label_no_preview_download: Скачать
1325 1325
  setting_close_duplicate_issues: Закрывать дубликаты задач автоматически
1326
  error_exceeds_maximum_hours_per_day: Cannot log more than %{max_hours} hours on the
1327
    same day (%{logged_hours} hours have already been logged)
1328
  setting_time_entry_list_defaults: Timelog list defaults
1329
  setting_timelog_accept_0_hours: Accept time logs with 0 hours
1330
  setting_timelog_max_hours_per_day: Maximum hours that can be logged per day and user
1331
  label_x_revisions: "%{count} revisions"
1332
  error_can_not_delete_auth_source: This authentication mode is in use and cannot be
1333
    deleted.
1334
  button_actions: Actions
1335
  mail_body_lost_password_validity: Please be aware that you may change the password
1336
    only once using this link.
1337
  text_login_required_html: When not requiring authentication, public projects and their
1338
    contents are openly available on the network. You can <a href="%{anonymous_role_path}">edit
1339
    the applicable permissions</a>.
1340
  label_login_required_yes: 'Yes'
1341
  label_login_required_no: No, allow anonymous access to public projects
1342
  text_project_is_public_non_member: Public projects and their contents are available
1343
    to all logged-in users.
1344
  text_project_is_public_anonymous: Public projects and their contents are openly available
1345
    on the network.
1346
  label_version_and_files: Versions (%{count}) and Files
1326
  error_exceeds_maximum_hours_per_day: Не удается зарегистрировать больше %{max_hours} часов в один день (%{logged_hours} часов уже зарегистрированы)
1327
  setting_time_entry_list_defaults: Список трудозатрат по умолчанию
1328
  setting_timelog_accept_0_hours: Принимать трудозатраты с 0 часов
1329
  setting_timelog_max_hours_per_day: Максимальное количество часов, которое может быть зарегистрировано в день одним пользователем
1330
  label_x_revisions: "%{count} изменени(я, ий)"
1331
  error_can_not_delete_auth_source: Этот режим аутентификации используется и не может быть удален.
1332
  button_actions: Действия
1333
  mail_body_lost_password_validity: Помните, вы можете изменить пароль только один раз, используя эту ссылку.
1334
  text_login_required_html: Если аутентификация не требуется, публичные проекты и их содержимое в свободном доступе. Вы можете <a href="%{anonymous_role_path}">редактировать соответствующие разрешения</a>.
1335
  label_login_required_yes: 'Да'
1336
  label_login_required_no: Нет, разрешить свободный доступ к публичным проектам.
1337
  text_project_is_public_non_member: Публичные проекты и их содержимое доступны всем зарегистрированным пользователям.
1338
  text_project_is_public_anonymous: Публичные проекты и их содержимое в свободном доступе.
1339
  label_version_and_files: Версии (%{count}) и файлы
1347 1340
  label_ldap: LDAP
1348
  label_ldaps_verify_none: LDAPS (without certificate check)
1341
  label_ldaps_verify_none: LDAPS (без проверки сертификата)
1349 1342
  label_ldaps_verify_peer: LDAPS
1350
  label_ldaps_warning: It is recommended to use an encrypted LDAPS connection with certificate
1351
    check to prevent any manipulation during the authentication process.
1343
  label_ldaps_warning: Рекомендуется использовать зашифрованное соединение LDAPS с проверкой сертификата для предотвращения любых посторонних вмешательств в процессе аутентификации.
    (1-1/1)