Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Add login attempts translation to russian locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasfed committed Oct 6, 2016
1 parent 9ebf812 commit 0687140
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions config/locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ru:
column_activity: "Текущая активность"
current_session: "Текущий сеанс"
end_session: "Завершить сессию"
last_login_attempts: Недавние попытки входа
all_login_attempts: Все попытки входа
two_factor_authenticators:
title: "Двухфакторная аутентификация"
setup: "Настройка двухфакторной аутентификации"
Expand Down Expand Up @@ -108,3 +110,36 @@ ru:
many: "%{count} секунд"
one: "%{count} секунду"
other: "%{count} секунды"
shared:
back: Назад
activerecord:
attributes:
casino/login_attempt:
created_at: Время
browser_info: Браузер
user_ip: IP Адрес
successful: Успешно
models:
casino/login_attempt:
one: Попытка входа
few: Попытки входа
many: Попыток входа
other: Попыток входа
views:
pagination:
first: "« Первая"
last: "Последняя »"
previous: "‹ Предыдущая"
next: "Следующая ›"
truncate: "…"
helpers:
page_entries_info:
one_page:
display_entries:
zero: "Не найдено %{entry_name}"
one: "Отображена <b>одна</b> %{entry_name}"
few: "Отображены <b>%{count}</b> %{entry_name}"
many: "Отображены <b>%{count}</b> %{entry_name}"
other: "Отображены <b>все %{count}</b> %{entry_name}"
more_pages:
display_entries: "Отображены %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> из <b>%{total}</b>"

0 comments on commit 0687140

Please sign in to comment.