diff options
Diffstat (limited to 'config/locales/ru.yml')
-rw-r--r-- | config/locales/ru.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 568211b24..08c958ae1 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -116,6 +116,9 @@ ru: few: "около %{count} часов" many: "около %{count} часов" other: "около %{count} часа" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "%{count} день" few: "%{count} дня" @@ -1144,3 +1147,8 @@ ru: setting_unsubscribe: "Разрешить пользователям удалять свои учетные записи" button_delete_my_account: "Удалить мою учетную запись" text_account_destroy_confirmation: "Ваша учетная запись будет полностью удалена без возможности восстановления.\nВы уверены, что хотите продолжить?" + error_session_expired: Your session has expired. Please login again. + text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." + setting_session_lifetime: Session maximum lifetime + setting_session_timeout: Session inactivity timeout + label_session_expiration: Session expiration |