From ba971b995408f4e7f47b479914b5d18dabbcb5da Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 27 Mar 2019 10:35:35 +0500 Subject: [PATCH] Fix translations --- config/locales/activerecord/en.yml | 20 ++++++++++---------- config/locales/activerecord/ru.yml | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/locales/activerecord/en.yml b/config/locales/activerecord/en.yml index a6b27e2..e9e6a81 100644 --- a/config/locales/activerecord/en.yml +++ b/config/locales/activerecord/en.yml @@ -3,34 +3,34 @@ en: models: account: one: Account - other: Accounts + many: Accounts country_state: one: State - other: States + many: States membership_app: one: Membership application - other: Membership applications + many: Membership applications passport: one: Passport - other: Passports + many: Passports passport_confirmation: one: Passport confirmation - other: Passport confirmations + many: Passport confirmations passport_map: one: Passport mapping - other: Passport mappings + many: Passport mappings person: one: Person - other: People + many: People resident_registration: one: Resident registration - other: Resident registrations + many: Resident registrations roles: one: Role - other: Roles + many: Roles user: one: User - other: Users + many: Users attributes: account: id: ID diff --git a/config/locales/activerecord/ru.yml b/config/locales/activerecord/ru.yml index 4ce1723..f8482af 100644 --- a/config/locales/activerecord/ru.yml +++ b/config/locales/activerecord/ru.yml @@ -3,34 +3,34 @@ ru: models: account: one: Аккаунт - other: Аккаунты + many: Аккаунты country_state: one: Регион - other: Регионы + many: Регионы membership_app: one: Заявление на вступление - other: Заявления на вступление + many: Заявления на вступление passport: one: Паспорт - other: Паспорта + many: Паспорта passport_confirmation: one: Подтверждение паспорта - other: Подтверждения паспортов + many: Подтверждения паспортов passport_map: one: Отображение паспорта - other: Отображения паспортов + many: Отображения паспортов person: one: Человек - other: Люди + many: Люди resident_registration: one: Прописка - other: Прописки + many: Прописки roles: one: Роль - other: Роли + many: Роли user: one: Пользователь - other: Пользователи + many: Пользователи attributes: account: id: ID