2018-11-26 11:10:46 -05:00
|
|
|
en:
|
|
|
|
activerecord:
|
|
|
|
models:
|
2019-01-31 22:06:20 -05:00
|
|
|
account:
|
|
|
|
one: Account
|
|
|
|
other: Accounts
|
2018-12-11 19:34:30 -05:00
|
|
|
account_telegram_contact:
|
|
|
|
one: Telegram contact
|
|
|
|
other: Telegram contacts
|
2018-12-06 19:14:34 -05:00
|
|
|
country_state:
|
|
|
|
one: State
|
|
|
|
other: States
|
2018-12-06 14:37:45 -05:00
|
|
|
membership_app:
|
2018-11-26 11:10:46 -05:00
|
|
|
one: Membership application
|
|
|
|
other: Membership applications
|
2018-11-29 20:19:38 -05:00
|
|
|
passport:
|
|
|
|
one: Passport
|
|
|
|
other: Passports
|
2018-12-03 07:18:23 -05:00
|
|
|
passport_confirmation:
|
|
|
|
one: Passport confirmation
|
|
|
|
other: Passport confirmations
|
2018-12-02 09:16:16 -05:00
|
|
|
passport_map:
|
|
|
|
one: Passport mapping
|
|
|
|
other: Passport mappings
|
2018-12-06 19:14:34 -05:00
|
|
|
telegram_bot:
|
|
|
|
one: Telegram bot
|
|
|
|
other: Telegram bots
|
2018-12-07 17:01:55 -05:00
|
|
|
telegram_chat:
|
|
|
|
one: Telegram chat
|
|
|
|
other: Telegram chats
|
2018-11-29 16:40:19 -05:00
|
|
|
user:
|
|
|
|
one: User
|
|
|
|
other: Users
|
2018-11-26 11:10:46 -05:00
|
|
|
attributes:
|
2019-01-31 22:06:20 -05:00
|
|
|
account:
|
|
|
|
id: ID
|
|
|
|
username: Username
|
2018-12-11 19:34:30 -05:00
|
|
|
account_telegram_contact:
|
|
|
|
id: ID
|
2018-12-06 19:14:34 -05:00
|
|
|
country_state:
|
|
|
|
id: ID
|
|
|
|
membership_apps: Membership applications
|
|
|
|
name: Name
|
2018-12-06 14:37:45 -05:00
|
|
|
membership_app:
|
2018-11-29 20:56:44 -05:00
|
|
|
id: ID
|
2018-12-01 13:55:36 -05:00
|
|
|
country_state: State
|
2018-11-26 11:10:46 -05:00
|
|
|
first_name: First name
|
|
|
|
last_name: Last name
|
|
|
|
middle_name: Middle name
|
2018-11-26 11:34:42 -05:00
|
|
|
date_of_birth: Date of birth
|
2018-11-26 11:53:04 -05:00
|
|
|
occupation: Occupation
|
2018-11-28 08:09:23 -05:00
|
|
|
email: Email
|
|
|
|
phone_number: Phone number
|
|
|
|
telegram_username: Telegram username
|
2018-11-28 08:16:53 -05:00
|
|
|
organization_membership: Membership in other social organizations
|
2018-11-28 08:11:39 -05:00
|
|
|
comment: Comment
|
2018-11-29 20:19:38 -05:00
|
|
|
passport:
|
2018-11-29 20:56:44 -05:00
|
|
|
id: ID
|
2018-11-30 07:03:25 -05:00
|
|
|
confirmed: Confirmed?
|
|
|
|
passport_confirmations_count: Confirmations count
|
2018-12-01 05:15:27 -05:00
|
|
|
images: Images
|
2018-12-02 12:43:09 -05:00
|
|
|
passport/confirmed:
|
|
|
|
'true': Confirmed
|
|
|
|
'false': Unconfirmed
|
2018-12-03 07:18:23 -05:00
|
|
|
passport_confirmation:
|
|
|
|
id: ID
|
|
|
|
passport: Passport
|
|
|
|
account: Account
|
2018-12-02 09:16:16 -05:00
|
|
|
passport_map:
|
|
|
|
id: ID
|
|
|
|
surname: Surname
|
|
|
|
given_name: Given names
|
|
|
|
patronymic: Patronymic
|
|
|
|
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
|
2018-12-02 12:43:09 -05:00
|
|
|
passport_map/sex:
|
|
|
|
male: Male
|
|
|
|
female: Female
|
2018-12-06 19:14:34 -05:00
|
|
|
telegram_bot:
|
2018-11-30 11:24:05 -05:00
|
|
|
id: ID
|
2018-12-06 19:14:34 -05:00
|
|
|
secret: Secret
|
|
|
|
api_token: API token
|
2018-12-06 19:41:07 -05:00
|
|
|
username: Username
|
2018-12-07 17:01:55 -05:00
|
|
|
telegram_chat:
|
|
|
|
id: ID
|
|
|
|
remote_id: Remote ID
|
|
|
|
chat_type: Type
|
|
|
|
title: Title
|
|
|
|
username: Username
|
|
|
|
first_name: First name
|
|
|
|
last_name: Last name
|
2018-11-29 16:40:19 -05:00
|
|
|
user:
|
2018-11-29 20:56:44 -05:00
|
|
|
id: ID
|
2018-11-29 16:40:19 -05:00
|
|
|
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
|