You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
270 lines
19 KiB
270 lines
19 KiB
# Files in the config/locales directory are used for internationalization |
|
# and are automatically loaded by Rails. If you want to use locales other |
|
# than English, add the necessary files in this directory. |
|
# |
|
# To use the locales, use `I18n.t`: |
|
# |
|
# I18n.t 'hello' |
|
# |
|
# In views, this is aliased to just `t`: |
|
# |
|
# <%= t('hello') %> |
|
# |
|
# To use a different locale, set it with `I18n.locale`: |
|
# |
|
# I18n.locale = :es |
|
# |
|
# This would use the information in config/locales/es.yml. |
|
# |
|
# The following keys must be escaped otherwise they will not be retrieved by |
|
# the default I18n backend: |
|
# |
|
# true, false, on, off, yes, no |
|
# |
|
# Instead, surround them with single quotes. |
|
# |
|
# en: |
|
# 'true': 'foo' |
|
# |
|
# To learn more, please read the Rails Internationalization guide |
|
# available at https://guides.rubyonrails.org/i18n.html. |
|
|
|
en: |
|
service_name: "Submit social housing lettings and sales data (CORE)" |
|
feedback_form: "https://forms.office.com/Pages/ResponsePage.aspx?id=EGg0v32c3kOociSi7zmVqC4YDsCJ3llAvEZelBFBLUBURFVUTzFDTUJPQlM4M0laTE5DTlNFSjJBQi4u" |
|
organisation: |
|
updated: "Organisation details updated" |
|
user: |
|
create_password: "Create a password to finish setting up your account" |
|
reset_password: "Reset your password" |
|
|
|
validations: |
|
other_field_missing: "If %{main_field_label} is other then %{other_field_label} must be provided" |
|
other_field_not_required: "%{other_field_label} must not be provided if %{main_field_label} was not other" |
|
numeric: |
|
valid: "%{field} must be between %{min} and %{max}" |
|
date: |
|
invalid_date: "Enter a date in the correct format, for example 1 9 2022" |
|
outside_collection_window: "Date must be within the current collection windows" |
|
postcode: "Enter a postcode in the correct format, for example AA1 1AA" |
|
email: |
|
taken: "Email already exists" |
|
invalid: "Enter an email address in the correct format, like name@example.com" |
|
blank: "Enter an email address" |
|
role: |
|
invalid: "Role must be data accessor, data provider or data coordinator" |
|
|
|
setup: |
|
intermediate_rent_product_name: |
|
blank: "Enter name of other intermediate rent product" |
|
|
|
property: |
|
mrcdate: |
|
before_tenancy_start: "Major repairs date must be before the tenancy start date" |
|
not_first_let: "Major repairs date must not be completed if the tenancy is a first let" |
|
730_days_before_tenancy_start: "The major repairs completion date should be no more than 730 days before the tenancy start date" |
|
void_date: |
|
ten_years_before_tenancy_start: "The void date must be no more than 10 years before the tenancy start date" |
|
before_tenancy_start: "Void date must be before the tenancy start date" |
|
after_mrcdate: "Void date must be after the major repairs date if provided" |
|
offered: |
|
relet_number: "Number of times the property has been re-let must be between 0 and 20" |
|
la: |
|
la_invalid_for_org: "%{org_name} does not operate in %{la_name}" |
|
postcode_invalid_for_org: "Postcode must be in an area covered by %{org_name}" |
|
rsnvac: |
|
first_let_not_social: "Reason for vacancy cannot be first let if unit has been previously let as social housing" |
|
first_let_social: "Reason for vacancy must be first let if unit has been previously let as social housing" |
|
previous_let_social: "Property cannot have a previous let type if being let as social housing for the first time" |
|
non_temp_accommodation: "Answer cannot be re-let to tenant who occupied the same property as temporary accommodation as you already told us this accommodation is not temporary" |
|
referral_invalid: "Answer cannot be re-let to tenant who occupied the same property as temporary accommodation as you already told us a different source of referral for this letting" |
|
unittype_gn: |
|
one_bedroom_bedsit: "A bedsit can only have one bedroom" |
|
one_seven_bedroom_shared: "A shared house must have 1 to 7 bedrooms" |
|
one_three_bedroom_single_tenant_shared: "A shared house with fewer than two tenants must have 1 to 3 bedrooms" |
|
beds: |
|
negative: "Number of bedrooms has to be greater than 0" |
|
over_max: "Number of bedrooms cannot be more than 12" |
|
|
|
financial: |
|
tshortfall: |
|
outstanding_amount_not_required: "You must not answer the outstanding amount question if you don’t have outstanding rent or charges" |
|
more_than_rent: "Answer must be less than half of the basic rent amount" |
|
hbrentshortfall: |
|
outstanding_no_benefits: "Answer cannot be ‘yes’ to outstanding amount for basic rent or charges if tenant does not receive housing benefit or Universal Credit or you‘re not sure" |
|
benefits: |
|
part_or_full_time: "Answer cannot be ‘all’ for income from Universal Credit, state pensions or benefits if the tenant or their partner works part-time or full-time" |
|
earnings: |
|
over_hard_max: "Net income cannot be greater than £%{hard_max} per week given the tenant’s working situation" |
|
under_hard_min: "Net income cannot be less than £%{hard_min} per week given the tenant’s working situation" |
|
freq_missing: "Select how often the household receives income" |
|
earnings_missing: "Enter how much income the household has in total" |
|
negative_currency: "Enter an amount above 0" |
|
rent: |
|
less_than_double_shortfall: "Answer must be more than double the shortfall in basic rent" |
|
scharge: |
|
private_registered_provider: |
|
general_needs: "Service charge must be between £0 and £55 per week if the landlord is a private registered provider and it is a general needs letting" |
|
supported_housing: "Service charge must be between £0 and £280 per week if the landlord is a private registered provider and it is a supported housing letting" |
|
local_authority: |
|
general_needs: "Service charge must be between £0 and £45 per week if the landlord is a local authority and it is a general needs letting" |
|
supported_housing: "Service charge must be between £0 and £165 per week if the landlord is a local authority and it is a supported housing letting" |
|
pscharge: |
|
private_registered_provider: |
|
general_needs: "Personal service charge must be between £0 and £30 per week if the landlord is a private registered provider and it is a general needs letting" |
|
supported_housing: "Personal service charge must be between £0 and £200 per week if the landlord is a private registered provider and it is a supported housing letting" |
|
local_authority: |
|
general_needs: "Personal service charge must be between £0 and £35 per week if the landlord is a local authority and it is a general needs letting" |
|
supported_housing: "Personal service charge must be between £0 and £75 per week if the landlord is a local authority and it is a supported housing letting" |
|
supcharg: |
|
private_registered_provider: |
|
general_needs: "Support charge must be between £0 and £40 per week if the landlord is a private registered provider and it is a general needs letting" |
|
supported_housing: "Support charge must be between £0 and £465 per week if the landlord is a private registered provider and it is a supported housing letting" |
|
local_authority: |
|
general_needs: "Support charge must be between £0 and £60 per week if the landlord is a local authority and it is a general needs letting" |
|
supported_housing: "Support charge must be between £0 and £120 per week if the landlord is a local authority and it is a supported housing letting" |
|
brent: |
|
not_in_range: "Basic rent is outside of the expected range based on the lettings type, local authority and number of bedrooms" |
|
la: |
|
not_in_range: "Basic rent is outside of the expected range based on this local authority" |
|
beds: |
|
not_in_range: "Basic rent is outside of the expected range based on this number of bedrooms" |
|
needstype: |
|
not_in_range: "Basic rent is outside of the expected range based on this lettings type" |
|
rent_type: |
|
not_in_range: "Basic rent is outside of the expected range based on this lettings type" |
|
period: |
|
not_in_range: "Basic rent is outside of the expected range based on this period" |
|
charges: |
|
complete_1_of_3: "Answer either the ‘household rent and charges’ question or ‘is this accommodation a care home‘, or select ‘no’ for ‘does the household pay rent or charges for the accommodation?’" |
|
tcharge: |
|
under_10: "Total charge must be at least £10 per week" |
|
rent_period: |
|
invalid_for_org: "%{org_name} does not charge rent %{rent_period}" |
|
|
|
household: |
|
reasonpref: |
|
not_homeless: "Answer cannot be ‘homeless or about to lose their home’ as you already told us the tenant was not homeless immediately prior to this letting" |
|
reasonable_preference_reason: |
|
reason_required: "If reasonable preference is ‘yes’, a reason must be given" |
|
reason_not_required: "If reasonable preference is ‘no’, no reason should be given" |
|
underoccupation_benefitcap: |
|
dont_know_required: "Answer must be ‘don’t know’ as you told us you don’t know the tenant’s main reason for leaving" |
|
reservist: |
|
injury_required: "You must answer whether the person was seriously injured or ill as a result of serving in the UK armed forces" |
|
injury_not_required: "You cannot answer this question as you told us the person has not served in the UK armed forces or prefers not to say" |
|
leftreg: |
|
question_required: "You must answer whether the person is still serving in the UK armed forces as you told us they’re a current or former regular" |
|
question_not_required: "You cannot answer whether the person is still serving in the UK armed forces as you told us they’re not a current or former regular" |
|
preg_occ: |
|
no_female: "You must answer ‘no’ as there are no females aged 16-50 in the household" |
|
age: |
|
retired_male: "Male tenant who is retired must be 65 or over" |
|
retired_female: "Female tenant who is retired must be 60 or over" |
|
retired_over_70: "Answer cannot be over 70 as person %{person_num} has economic status that is not ‘retired’" |
|
child_under_16_relat: "Answer cannot be under 16 as person %{person_num} is not a child of the lead tenant" |
|
child_under_16: "Answer cannot be under 16 as person’s %{person_num} working situation is not ‘child under 16’" |
|
child_over_16: "Answer cannot be over 16 as person’s %{person_num} working situation is ‘child under 16‘" |
|
student_16_19: "Answer cannot be between 16 and 19 as person %{person_num} is a child of the lead tenant but is not a full-time student" |
|
lead: |
|
over_20: "Lead tenant must be under 20 as you told us that their housing situation immediately before this letting was a children’s home or foster care" |
|
ecstat: |
|
retired_over_70: "Person %{person_num} must be retired if over 70" |
|
child_under_16: "Person’s %{person_num} working situation must be ’child under 16‘ as you told us they’re under 16" |
|
child_over_16: "Answer cannot be ‘child under 16’ as you told us the person %{person_num} is older than 16" |
|
student_16_19: "Person’s %{person_num} working situation must be full-time student or prefers not to say as you told us they’re between 16 and 19." |
|
retired_male: "Answer cannot be ‘retired’ as male tenant is under 65" |
|
retired_female: "Answer cannot be ‘retired’ as female tenant is under 60" |
|
relat: |
|
child_under_16: "Person’s %{person_num}’s relationship to tenant 1 must be ‘child’ as you told us they’re under 16" |
|
one_partner: "Number of partners cannot be greater than 1" |
|
student_16_19: "Answer cannot be ‘child’ as you told us the person %{person_num} is between 16 and 19 and is not a full-time student" |
|
housingneeds_a: |
|
one_or_two_choices: "You can only select one option or ‘other disabled access needs’ plus ‘wheelchair-accessible housing’, ‘wheelchair access to essential rooms’ or ‘level access housing’" |
|
prevten: |
|
non_temp_accommodation: "Answer cannot be non-temporary accommodation as you already told us this is a re-let to tenant who occupied the same property as temporary accommodation" |
|
over_20_foster_care: "Answer cannot be children’s home or foster care as the lead tenant is 20 or older" |
|
male_refuge: "Answer cannot be refuge as the lead tenant identifies as male" |
|
internal_transfer: "Answer cannot be %{prevten} as you already told us this tenancy is an internal transfer" |
|
la_general_needs: |
|
internal_transfer: "Answer cannot be a fixed-term or lifetime local authority general needs tenancy as you already told us it’s a private registered provider on the tenancy agreement and it is an internal transfer" |
|
referral: |
|
secure_tenancy: "Answer must be internal transfer as you already told us this is a secure tenancy" |
|
rsnvac_non_temp: "Answer cannot be this source of referral as you already told us this is a re-let to tenant who occupied the same property as temporary accommodation" |
|
cannot_be_secure_tenancy: "Answer cannot be secure tenancy as you already told us this is not an internal transfer" |
|
assessed_homeless: "Answer cannot be internal transfer as you already told us the tenant was assessed as homeless" |
|
other_homeless: "Answer cannot be internal transfer as you already told us the tenant was considered homeless by their landlord" |
|
prevten_invalid: "Answer cannot be internal transfer as you already told us the household situation immediately before this letting was %{prevten}" |
|
reason_permanently_decanted: "Answer must be internal transfer as you already told us the tenant was permanently decanted from another property owned by this landlord" |
|
la_general_needs: |
|
internal_transfer: "Answer cannot be internal transfer as you already told us it’s the same landlord on the tenancy agreement and the household had either a fixed-term or lifetime local authority general needs tenancy immediately before this letting" |
|
prp: |
|
local_housing_referral: "Answer cannot be ‘nominated by a local housing authority’ as you already told us it is a local authority on the tenancy agreement" |
|
homeless: |
|
assessed: |
|
internal_transfer: "Answer cannot be assessed as homeless as you already told us this tenancy is an internal transfer" |
|
other: |
|
internal_transfer: "Answer cannot be other homelessness as you already told us this tenancy was an internal transfer" |
|
reasonpref: |
|
not_homeless: "Answer cannot be ‘no’ as you already told us the tenant was homeless or about to lose their home" |
|
previous_la_known: "Enter name of local authority" |
|
gender: |
|
retired_male: "Answer cannot be ‘male’ as tenant is under 65 and retired" |
|
retired_female: "Answer cannot be ‘female’ as tenant is under 60 and retired" |
|
male_refuge: "Answer cannot be ‘male’ as you told us their housing situation immediately before this letting was a refuge" |
|
reason: |
|
not_internal_transfer: "Answer cannot be ‘permanently decanted from another property owned by this landlord’ as you told us the source of referral for this tenancy was not an internal transfer" |
|
condition_effects: |
|
no_choices: "You cannot answer this question as you told us nobody in the household has a physical or mental health condition (or other illness) expected to last 12 months or more" |
|
|
|
tenancy: |
|
length: |
|
fixed_term_not_required: "You must only answer the fixed-term tenancy length question if the tenancy type is fixed-term" |
|
shorthold: "Fixed term – Assured Shorthold Tenancy (AST) should be between 2 and 99 years" |
|
secure: "Secure (including flexible) should be between 2 and 99 years or not specified" |
|
internal_transfer: "Answer must be secure tenancy as you already told us this tenancy is an internal transfer" |
|
cannot_be_internal_transfer: "Answer cannot be internal transfer as you already told us this is not a secure tenancy" |
|
not_joint: "This cannot be a joint tenancy as you've told us there's only one person in the household" |
|
joint_more_than_one_member: "There must be more than one person in the household as you've told us this is a joint tenancy" |
|
|
|
|
|
declaration: |
|
missing: "You must show the DLUHC privacy notice to the tenant before you can submit this log." |
|
|
|
soft_validations: |
|
net_income: |
|
title_text: "Net income is outside the expected range based on the lead tenant’s working situation" |
|
hint_text: "<p>You told us the lead tenant’s working situation is: <strong>%{ecstat1}</strong>.</p><p>The household income you have entered is <strong>%{earnings}</strong>.</p>" |
|
in_soft_min_range: |
|
message: "Net income is lower than expected based on the lead tenant’s working situation. Are you sure this is correct?" |
|
in_soft_max_range: |
|
message: "Net income is higher than expected based on the lead tenant’s working situation. Are you sure this is correct?" |
|
rent: |
|
min: |
|
hint_text: "<h1 class=\"govuk-heading-l app-panel--interruption\">You told us the rent is %{brent}</h1><p>The minimum rent for this type of property in %{la} is £%{soft_min_for_period}.</p>" |
|
max: |
|
hint_text: "<h1 class=\"govuk-heading-l app-panel--interruption\">You told us the rent is %{brent}</h1><p>The maximum rent for this type of property in %{la} is £%{soft_max_for_period}.</p>" |
|
retirement: |
|
min: |
|
title: "You told us this person is under %{age} and retired" |
|
hint_text: "The minimum expected retirement age for %{gender} in England is %{age}." |
|
max: |
|
title: "You told us this person is %{age} or over and not retired" |
|
hint_text: "The minimum expected retirement age for %{gender} in England is %{age}." |
|
|
|
devise: |
|
two_factor_authentication: |
|
success: "Two-factor authentication successful" |
|
attempt_failed: "Attempt failed" |
|
max_login_attempts_reached: "Too many incorrect log in attempts" |
|
account_locked: "Your account has been locked for security reasons" |
|
contact_administrator: "Contact another helpdesk administrator for access" |
|
code_has_been_sent: "Your security code has been sent" |
|
code_required: "Security code is required" |
|
code_incorrect: "Security code is incorrect" |
|
|
|
test: |
|
one_argument: "This is based on the tenant’s work situation: %{ecstat1}" |
|
title_text: |
|
no_argument: "Some test text" |
|
one_argument: "You said this: %{ecstat1}"
|
|
|