adds translations

This commit is contained in:
rgarcia
2016-12-20 12:21:17 +01:00
parent 3c682b8a9b
commit 2eb5dfdd4b
7 changed files with 26 additions and 2 deletions

View File

@@ -95,6 +95,8 @@ search:
# - '{devise,simple_form}.*' # - '{devise,simple_form}.*'
ignore_missing: ignore_missing:
- 'unauthorized.*' - 'unauthorized.*'
- 'activerecord.models.proposal'
- 'activerecord.models.spending_proposal'
- 'activerecord.errors.models.proposal_notification.*' - 'activerecord.errors.models.proposal_notification.*'
- 'activerecord.errors.models.direct_message.*' - 'activerecord.errors.models.direct_message.*'
- 'errors.messages.blank' - 'errors.messages.blank'

View File

@@ -90,4 +90,9 @@ en:
proposal_notification: proposal_notification:
attributes: attributes:
minimum_interval: minimum_interval:
invalid: "You have to wait a minium of %{interval} days between notifications" invalid: "You have to wait a minium of %{interval} days between notifications"
signature:
attributes:
document_number:
not_in_census: 'Not verified by Census'
already_voted: 'Already voted this proposal'

View File

@@ -90,4 +90,9 @@ es:
proposal_notification: proposal_notification:
attributes: attributes:
minimum_interval: minimum_interval:
invalid: "Debes esperar un mínimo de %{interval} días entre notificaciones" invalid: "Debes esperar un mínimo de %{interval} días entre notificaciones"
signature:
attributes:
document_number:
not_in_census: 'No verificado por Padrón'
already_voted: 'Ya ha votado esta propuesta'

View File

@@ -111,6 +111,7 @@ en:
settings: Configuration settings settings: Configuration settings
spending_proposals: Spending proposals spending_proposals: Spending proposals
stats: Statistics stats: Statistics
signature_sheets: Signature Sheets
moderators: moderators:
index: index:
title: Moderators title: Moderators
@@ -295,6 +296,10 @@ en:
delete: delete:
success: Geozone successfully deleted success: Geozone successfully deleted
error: This geozone can't be deleted since there are elements attached to it error: This geozone can't be deleted since there are elements attached to it
signature_sheet:
author: Author
created_at: Creation date
name: Name
stats: stats:
show: show:
stats_title: Stats stats_title: Stats

View File

@@ -109,6 +109,7 @@ es:
settings: Configuración global settings: Configuración global
spending_proposals: Propuestas de inversión spending_proposals: Propuestas de inversión
stats: Estadísticas stats: Estadísticas
signature_sheets: Hojas de firmas
moderators: moderators:
index: index:
title: Moderadores title: Moderadores
@@ -293,6 +294,10 @@ es:
delete: delete:
success: Distrito borrado correctamente success: Distrito borrado correctamente
error: No se puede borrar el distrito porque ya tiene elementos asociados error: No se puede borrar el distrito porque ya tiene elementos asociados
signature_sheet:
author: Autor
created_at: Fecha de creación
name: Nombre
stats: stats:
show: show:
stats_title: Estadísticas stats_title: Estadísticas

View File

@@ -154,6 +154,7 @@ en:
spending_proposal: Spending proposal spending_proposal: Spending proposal
user: Account user: Account
verification/sms: phone verification/sms: phone
signature_sheet: Signature sheet
geozones: geozones:
none: All city none: All city
all: All scopes all: All scopes

View File

@@ -154,6 +154,7 @@ es:
spending_proposal: la propuesta de gasto spending_proposal: la propuesta de gasto
user: la cuenta user: la cuenta
verification/sms: el teléfono verification/sms: el teléfono
signature_sheet: la hoja de firmas
geozones: geozones:
none: Toda la ciudad none: Toda la ciudad
all: Todos los ámbitos all: Todos los ámbitos