Merge pull request #2469 from wairbut-m2c/chore/i18n-cleaning

I18n maintenance
This commit is contained in:
Alberto
2018-06-07 17:42:05 +02:00
committed by GitHub
4 changed files with 15 additions and 19 deletions

View File

@@ -59,8 +59,8 @@ en:
one: "Citizen proposal" one: "Citizen proposal"
other: "Citizen proposals" other: "Citizen proposals"
spending_proposal: spending_proposal:
one: "Spending proposal" one: "Investment project"
other: "Spending proposals" other: "Investment projects"
site_customization/page: site_customization/page:
one: Custom page one: Custom page
other: Custom pages other: Custom pages
@@ -113,15 +113,11 @@ en:
phase: "Phase" phase: "Phase"
currency_symbol: "Currency" currency_symbol: "Currency"
budget/investment: budget/investment:
heading_id: "Sección de presupuesto"
title: "Title"
description: "Description"
external_url: "External url"
administrator_id: "Administrator"
description: "Description"
external_url: "Link to additional documentation"
heading_id: "Heading" heading_id: "Heading"
title: "Title" title: "Title"
description: "Description"
external_url: "Link to additional documentation"
administrator_id: "Administrator"
location: "Location (optional)" location: "Location (optional)"
organization_name: "If you are proposing in the name of a collective/organization, or on behalf of more people, write its name" organization_name: "If you are proposing in the name of a collective/organization, or on behalf of more people, write its name"
image: "Proposal descriptive image" image: "Proposal descriptive image"
@@ -163,7 +159,7 @@ en:
name: "Name of organisation" name: "Name of organisation"
responsible_name: "Person responsible for the group" responsible_name: "Person responsible for the group"
spending_proposal: spending_proposal:
administrator_id: "Administrador" administrator_id: "Administrator"
association_name: "Association name" association_name: "Association name"
description: "Description" description: "Description"
external_url: "Link to additional documentation" external_url: "Link to additional documentation"

View File

@@ -27,8 +27,8 @@ en:
preview: Preview preview: Preview
banner: banner:
title: Title title: Title
description: Description description: Description
target_url: Link target_url: Link
style: Style style: Style
image: Image image: Image
post_started_at: Post started at post_started_at: Post started at
@@ -41,7 +41,7 @@ en:
form: form:
error: error:
one: "error prevented this banner from being saved" one: "error prevented this banner from being saved"
other: 'errors prevented this banner from being saved' other: "errors prevented this banner from being saved"
new: new:
creating: Create banner creating: Create banner
activity: activity:
@@ -62,7 +62,7 @@ en:
on_users: Users on_users: Users
title: Moderator activity title: Moderator activity
type: Type type: Type
no_activity: There ares no moderators activity. no_activity: There are no moderators activity.
budgets: budgets:
index: index:
title: Participatory budgets title: Participatory budgets
@@ -675,7 +675,7 @@ en:
search_officer_placeholder: Search officer search_officer_placeholder: Search officer
search_officer_text: Search for an officer to assign a new shift search_officer_text: Search for an officer to assign a new shift
select_date: "Select day" select_date: "Select day"
no_voting_days: "Los dias de votación terminaron" no_voting_days: "Voting days ended"
select_task: "Select task" select_task: "Select task"
table_shift: "Shift" table_shift: "Shift"
table_email: "Email" table_email: "Email"

View File

@@ -41,7 +41,7 @@ es:
form: form:
error: error:
one: "error impidió guardar el banner" one: "error impidió guardar el banner"
other: 'errores impidieron guardar el banner.' other: "errores impidieron guardar el banner"
new: new:
creating: Crear banner creating: Crear banner
activity: activity:
@@ -267,7 +267,7 @@ es:
edit: edit:
title: Editar hito title: Editar hito
create: create:
notice: Nuevo hito creado con éxito! notice: ¡Nuevo hito creado con éxito!
update: update:
notice: Hito actualizado notice: Hito actualizado
delete: delete:

View File

@@ -51,7 +51,7 @@ describe SignatureSheet do
spending_proposal = create(:spending_proposal) spending_proposal = create(:spending_proposal)
signature_sheet.signable = spending_proposal signature_sheet.signable = spending_proposal
expect(signature_sheet.name).to eq("Spending proposal #{spending_proposal.id}") expect(signature_sheet.name).to eq("Investment project #{spending_proposal.id}")
end end
it "returns name for budget investment signature sheets" do it "returns name for budget investment signature sheets" do
@@ -92,4 +92,4 @@ describe SignatureSheet do
end end
end end
end end