Files
nairobi/config/locales/en/activemodel.yml
Javi Martín 0c59c2dfb4 Extract model to handle locales settings
This way we can simplify the view, particularly the form. However, we're
still adding some complexity to the form so inputs are inside labels and
so the collection is easier to style with CSS.
2024-06-05 16:10:56 +02:00

51 lines
1.7 KiB
YAML

en:
activemodel:
models:
verification:
residence: "Residence"
sms: "SMS"
local_census_records/import:
one: Local census record import
other: Local census records imports
attributes:
verification:
residence:
document_type: "Document type"
document_number: "Document number (including letters)"
date_of_birth: "Date of birth"
postal_code: "Postcode"
sms:
phone: "Telephone"
confirmation_code: "Confirmation code"
email:
recipient: "Email"
verification/letter:
email: "Email"
password: "Password"
verification_code: "Code you received in letter"
verification/management/document:
document_type: "Document type:"
document_number: "Document number"
verification/residence:
date_of_birth: "Date of birth"
document_type: "Document type"
postal_code: "Postcode"
verification/sms:
confirmation_code: "Enter the code you received on your mobile"
officing/residence:
document_type: "Document type"
document_number: "Document number (including letters)"
year_of_birth: "Year born"
local_census_records/import:
file: File
setting/locales_settings:
default: Default language
enabled: Enabled languages
errors:
models:
local_census_records/import:
attributes:
file:
extension: "Given file format is wrong. The allowed file format is: %{valid_extensions}."
headers: "Given file headers are wrong. The file headers must have the following names: %{required_headers}."