Add translations
This commit is contained in:
parent
2779868456
commit
407a0d914d
2 changed files with 10 additions and 0 deletions
|
@ -22,6 +22,9 @@ en:
|
|||
person:
|
||||
one: Person
|
||||
other: People
|
||||
resident_registration:
|
||||
one: Resident registration
|
||||
other: Resident registrations
|
||||
roles:
|
||||
one: Role
|
||||
other: Roles
|
||||
|
@ -93,6 +96,8 @@ en:
|
|||
person/sex:
|
||||
male: Male
|
||||
female: Female
|
||||
resident_registration:
|
||||
id: ID
|
||||
role:
|
||||
id: ID
|
||||
name: Name
|
||||
|
|
|
@ -22,6 +22,9 @@ ru:
|
|||
person:
|
||||
one: Человек
|
||||
other: Люди
|
||||
resident_registration:
|
||||
one: Прописка
|
||||
other: Прописки
|
||||
roles:
|
||||
one: Роль
|
||||
other: Роли
|
||||
|
@ -93,6 +96,8 @@ ru:
|
|||
person/sex:
|
||||
male: Мужской
|
||||
female: Женский
|
||||
resident_registration:
|
||||
id: ID
|
||||
role:
|
||||
id: ID
|
||||
name: Название
|
||||
|
|
Reference in a new issue