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:
|
person:
|
||||||
one: Person
|
one: Person
|
||||||
other: People
|
other: People
|
||||||
|
resident_registration:
|
||||||
|
one: Resident registration
|
||||||
|
other: Resident registrations
|
||||||
roles:
|
roles:
|
||||||
one: Role
|
one: Role
|
||||||
other: Roles
|
other: Roles
|
||||||
|
@ -93,6 +96,8 @@ en:
|
||||||
person/sex:
|
person/sex:
|
||||||
male: Male
|
male: Male
|
||||||
female: Female
|
female: Female
|
||||||
|
resident_registration:
|
||||||
|
id: ID
|
||||||
role:
|
role:
|
||||||
id: ID
|
id: ID
|
||||||
name: Name
|
name: Name
|
||||||
|
|
|
@ -22,6 +22,9 @@ ru:
|
||||||
person:
|
person:
|
||||||
one: Человек
|
one: Человек
|
||||||
other: Люди
|
other: Люди
|
||||||
|
resident_registration:
|
||||||
|
one: Прописка
|
||||||
|
other: Прописки
|
||||||
roles:
|
roles:
|
||||||
one: Роль
|
one: Роль
|
||||||
other: Роли
|
other: Роли
|
||||||
|
@ -93,6 +96,8 @@ ru:
|
||||||
person/sex:
|
person/sex:
|
||||||
male: Мужской
|
male: Мужской
|
||||||
female: Женский
|
female: Женский
|
||||||
|
resident_registration:
|
||||||
|
id: ID
|
||||||
role:
|
role:
|
||||||
id: ID
|
id: ID
|
||||||
name: Название
|
name: Название
|
||||||
|
|
Reference in a new issue