162 lines
4.4 KiB
YAML
162 lines
4.4 KiB
YAML
en:
|
|
activerecord:
|
|
models:
|
|
account:
|
|
one: Account
|
|
many: Accounts
|
|
contact:
|
|
one: Contact
|
|
few: Contacts
|
|
many: Contacts
|
|
contact_network:
|
|
one: Contact network
|
|
many: Contact networks
|
|
federal_subject:
|
|
one: State
|
|
many: States
|
|
org_unit:
|
|
one: Organizational unit
|
|
few: Organizational unit
|
|
many: Organizational units
|
|
org_unit_kind:
|
|
one: Organizational unit type
|
|
few: Organizational unit types
|
|
many: Organizational unit types
|
|
passport:
|
|
one: Passport
|
|
many: Passports
|
|
person:
|
|
one: Person
|
|
many: People
|
|
person_comment:
|
|
one: Comment
|
|
many: Comments
|
|
relation_status:
|
|
one: Relation status
|
|
few: Relation statuses
|
|
many: Relation statuses
|
|
relationship:
|
|
one: Party relation
|
|
many: Party relations
|
|
session:
|
|
one: Session
|
|
few: Sessions
|
|
many: Sessions
|
|
user:
|
|
one: User
|
|
many: Users
|
|
attributes:
|
|
account:
|
|
id: ID
|
|
nickname: Username
|
|
public_name: Public name
|
|
biography: Bio
|
|
avatar: Avatar
|
|
person: Person
|
|
timezone: Timezone
|
|
contact:
|
|
id: ID
|
|
contact_network: Contact network
|
|
value: Value
|
|
send_security_notifications: Security notifications
|
|
contact_network:
|
|
id: ID
|
|
codename: Codename
|
|
contacts: Contacts
|
|
name: Name
|
|
federal_subject:
|
|
id: ID
|
|
english_name: Name
|
|
native_name: Name
|
|
display_name: Name
|
|
centre: Administrative centre
|
|
number: Number
|
|
timezone: Time zone
|
|
org_unit:
|
|
id: ID
|
|
kind: Type
|
|
short_name: Short name
|
|
name: Name
|
|
parent_unit: Parent
|
|
org_unit_kind:
|
|
id: ID
|
|
codename: Codename
|
|
short_name: Short name
|
|
name: Name
|
|
parent_kind: Parent
|
|
passport:
|
|
id: ID
|
|
first_name: First name
|
|
middle_name: Middle name
|
|
last_name: Last name
|
|
sex: Sex
|
|
date_of_birth: Date of birth
|
|
place_of_birth: Place of birth
|
|
series: Series
|
|
number: Number
|
|
issued_by: Issued by
|
|
unit_code: Unit code
|
|
date_of_issue: Date of issue
|
|
person:
|
|
id: ID
|
|
account: Account
|
|
first_name: First name
|
|
middle_name: Middle name
|
|
last_name: Last name
|
|
sex: Sex
|
|
date_of_birth: Date of birth
|
|
place_of_birth: Place of birth
|
|
photo: Photo
|
|
person_comment:
|
|
id: ID
|
|
attachment: Attachment
|
|
text: Text
|
|
relation_status:
|
|
id: ID
|
|
codename: Codename
|
|
name: Name
|
|
outgoing_transitions: Outgoing transitions
|
|
relationship:
|
|
id: ID
|
|
from_date: From date
|
|
session:
|
|
id: ID
|
|
account: Account
|
|
logged_at: Date & time (UTC timezone)
|
|
ip_address: IP address
|
|
user_agent: User agent
|
|
user:
|
|
id: ID
|
|
confirmation_sent_at: Confirmation sent at
|
|
confirmation_token: Confirmation token
|
|
confirmed_at: Confirmed at
|
|
created_at: Created at
|
|
current_password: Current password
|
|
current_sign_in_at: Current sign in at
|
|
current_sign_in_ip: Current sign in IP
|
|
email: Email
|
|
encrypted_password: Encrypted password
|
|
failed_attempts: Failed attempts
|
|
last_sign_in_at: Last sign in at
|
|
last_sign_in_ip: Last sign in IP
|
|
locked_at: Locked at
|
|
password: Password
|
|
password_confirmation: Password confirmation
|
|
remember_created_at: Remember created at
|
|
remember_me: Remember me
|
|
reset_password_sent_at: Reset password sent at
|
|
reset_password_token: Reset password token
|
|
sign_in_count: Sign in count
|
|
unconfirmed_email: Unconfirmed email
|
|
unlock_token: Unlock token
|
|
updated_at: Updated at
|
|
errors:
|
|
messages:
|
|
image_size: 'has too big size'
|
|
image_format: 'has invalid format: %{content_type}'
|
|
image_ext: 'has invalid extension: ".%{ext}"'
|
|
leading_spaces: 'has leading spaces'
|
|
timezone: 'does not match timezone format'
|
|
trailing_spaces: 'has trailing spaces'
|
|
codename: 'does not match codename format'
|
|
good_text: 'does not match good text format'
|