Standardizes yml files format

This commit is contained in:
Alberto Garcia Cabeza
2015-10-20 21:19:37 +02:00
parent de1bfd440b
commit 7843834c9c
16 changed files with 680 additions and 686 deletions

View File

@@ -2,17 +2,17 @@ es:
activemodel:
models:
verification:
residence: Residencia
sms: SMS
residence: "Residencia"
sms: "SMS"
attributes:
verification:
residence:
document_type: Tipo documento
document_number: Numero de documento (incluida letra)
date_of_birth: Fecha de nacimiento
postal_code: 'Código postal'
document_type: "Tipo documento"
document_number: "Numero de documento (incluida letra)"
date_of_birth: "Fecha de nacimiento"
postal_code: "Código postal"
sms:
phone: 'Teléfono'
confirmation_code: 'Código de confirmación'
phone: "Teléfono"
confirmation_code: "Código de confirmación"
email:
recipient: 'Email'
recipient: "Email"

View File

@@ -8,67 +8,67 @@ es:
password_already_set: "Este usuario ya tiene una clave asociada"
models:
activity:
one: actividad
other: actividades
one: "actividad"
other: "actividades"
comment:
one: Comentario
other: Comentarios
one: "Comentario"
other: "Comentarios"
debate:
one: Debate
other: Debates
one: "Debate"
other: "Debates"
tag:
one: Tema
other: Temas
one: "Tema"
other: "Temas"
user:
one: Usuario
other: Usuarios
one: "Usuario"
other: "Usuarios"
moderator:
one: Moderador
other: Moderadores
one: "Moderador"
other: "Moderadores"
administrator:
one: Administrador
other: Administradores
one: "Administrador"
other: "Administradores"
vote:
one: Voto
other: Voto
one: "Voto"
other: "Votos"
organization:
one: Organización
other: Organizaciones
one: "Organización"
other: "Organizaciones"
proposal:
one: Propuesta ciudadana
other: Propuestas ciudadanas
one: "Propuesta ciudadana"
other: "Propuestas ciudadanas"
attributes:
comment:
body: Comentario
user: Usuario
body: "Comentario"
user: "Usuario"
debate:
author: Autor
description: Opinión
terms_of_service: Términos de servicio
title: Título
author: "Autor"
description: "Opinión"
terms_of_service: "Términos de servicio"
title: "Título"
proposal:
author: Autor
title: Título
question: Pregunta
description: Descripción
terms_of_service: Términos de servicio
author: "Autor"
title: "Título"
question: "Pregunta"
description: "Descripción"
terms_of_service: "Términos de servicio"
user:
email: Correo electrónico
username: Nombre de usuario
password: Contraseña
phone_number: Teléfono
official_position: Cargo público
official_level: Nivel del cargo
email: "Correo electrónico"
username: "Nombre de usuario"
password: "Contraseña"
phone_number: "Teléfono"
official_position: "Cargo público"
official_level: "Nivel del cargo"
organization:
name: Nombre de organización
responsible_name: Persona responsable del colectivo
name: "Nombre de organización"
responsible_name: "Persona responsable del colectivo"
errors:
models:
debate:
attributes:
tag_list:
less_than_or_equal_to: los temas deben ser menor o igual que %{count}
less_than_or_equal_to: "los temas deben ser menor o igual que %{count}"
proposal:
attributes:
tag_list:
less_than_or_equal_to: los temas deben ser menor o igual que %{count}
less_than_or_equal_to: "los temas deben ser menor o igual que %{count}"

View File

@@ -2,26 +2,26 @@ en:
admin:
settings:
index:
title: General settings
update_setting: Update
title: "General settings"
update_setting: "Update"
flash:
updated: 'Value updated'
updated: "Value updated"
dashboard:
index:
title: Administration
title: "Administration"
menu:
settings: General settings
debate_topics: Debate topics
hidden_proposals: Hidden proposals
hidden_debates: Hidden debates
hidden_comments: Hidden comments
hidden_users: Hidden users
incomplete_verifications: Incomplete verifications
organizations: Organisations
officials: Officials
moderators: Moderators
stats: Statistics
activity: Moderator activity
settings: "General settings"
debate_topics: "Debate topics"
hidden_proposals: "Hidden proposals"
hidden_debates: "Hidden debates"
hidden_comments: "Hidden comments"
hidden_users: "Hidden users"
incomplete_verifications: "Incomplete verifications"
organizations: "Organisations"
officials: "Officials"
moderators: "Moderators"
stats: "Statistics"
activity: "Moderator activity"
shared:
user_search:
placeholder: "Search user by name or email'"
@@ -31,151 +31,151 @@ en:
button: "Search"
organizations:
index:
title: Organisations
title: "Organisations"
search_placeholder: "Name, email or phone number"
search: Search
verify: Verify
reject: Reject
verified: Verified
rejected: Rejected
filter: Filter
search: "Search"
verify: "Verify"
reject: "Reject"
verified: "Verified"
rejected: "Rejected"
filter: "Filter"
filters:
all: All
pending: Pending
verified: Verified
rejected: Rejected
all: "All"
pending: "Pending"
verified: "Verified"
rejected: "Rejected"
hidden_count:
one: "There is also one organisation with no users or with a hidden user"
other: "There are %{count} organisations with no users or with a hidden user"
search:
title: "Search Organisations"
actions:
hide: Hide
hide_author: Hide author
restore: Restore
confirm: 'Are you sure?'
confirm_hide: Confirm
hide: "Hide"
hide_author: "Hide author"
restore: "Restore"
confirm: "Are you sure?"
confirm_hide: "Confirm"
tags:
index:
title: 'Debate topics'
add_tag: 'Add a new debate topic'
mark_as_featured: 'Propose topic upon creating debate'
title: "Debate topics"
add_tag: "Add a new debate topic"
mark_as_featured: "Propose topic upon creating debate"
name:
placeholder: 'Type the name of the topic'
create: Create Topic
update: Update Topic
destroy: Destroy Topic
placeholder: "Type the name of the topic"
create: "Create Topic"
update: "Update Topic"
destroy: "Destroy Topic"
comments:
index:
title: Hidden comments
title: "Hidden comments"
hidden_proposal: "Hidden proposal"
hidden_debate: "Hidden debate"
filter: Filter
filter: "Filter"
filters:
all: All
with_confirmed_hide: Confirmed
without_confirmed_hide: Pending
all: "All"
with_confirmed_hide: "Confirmed"
without_confirmed_hide: "Pending"
debates:
index:
title: Hidden debates
filter: Filter
title: "Hidden debates"
filter: "Filter"
filters:
all: All
with_confirmed_hide: Confirmed
without_confirmed_hide: Pending
all: "All"
with_confirmed_hide: "Confirmed"
without_confirmed_hide: "Pending"
proposals:
index:
title: Hidden proposals
filter: Filter
title: "Hidden proposals"
filter: "Filter"
filters:
all: All
with_confirmed_hide: Confirmed
without_confirmed_hide: Pending
all: "All"
with_confirmed_hide: "Confirmed"
without_confirmed_hide: "Pending"
users:
index:
title: Hidden users
filter: Filter
title: "Hidden users"
filter: "Filter"
filters:
all: All
with_confirmed_hide: Confirmed
without_confirmed_hide: Pending
all: "All"
with_confirmed_hide: "Confirmed"
without_confirmed_hide: "Pending"
show:
title: "Activity of user %{user}"
back: Back
back: "Back"
email: "Email:"
registered_at: "Registered at:"
hidden_at: "Hidden at:"
verifications:
index:
title: Incomplete verifications
phone_not_given: 'Phone not given'
sms_code_not_confirmed: 'Has not confirmed the sms code'
title: "Incomplete verifications"
phone_not_given: "Phone not given"
sms_code_not_confirmed: "Has not confirmed the sms code"
officials:
level_0: "Not official"
level_1: Level 1
level_2: Level 2
level_3: Level 3
level_4: Level 4
level_5: Level 5
level_1: "Level 1"
level_2: "Level 2"
level_3: "Level 3"
level_4: "Level 4"
level_5: "Level 5"
index:
title: Officials
search_placeholder: 'Search user by name or email'
search: Search
title: "Officials"
search_placeholder: "Search user by name or email"
search: "Search"
search:
title: 'Official positions: User search'
edit_official: Edit official
make_official: Make official
search: Search
title: "Official positions: User search"
edit_official: "Edit official"
make_official: "Make official"
search: "Search"
edit:
title: 'Officials: Edit user'
title: "Officials: Edit user"
destroy: "Remove 'Official' status"
back: Back
back: "Back"
flash:
official_updated: 'Details of official saved'
official_destroyed: 'Details saved: the user is no longer an official'
official_updated: "Details of official saved"
official_destroyed: "Details saved: the user is no longer an official"
moderators:
index:
title: Moderators
title: "Moderators"
search:
email_placeholder: 'Search user by email'
search: Search
user_not_found: 'User not found'
email_placeholder: "Search user by email"
search: "Search"
user_not_found: "User not found"
moderator:
delete: Delete
add: Add
delete: "Delete"
add: "Add"
activity:
show:
title: Moderator activity
action: 'Action'
by: Moderated by
type: Type
filter: Show
title: "Moderator activity"
action: "Action"
by: "Moderated by"
type: "Type"
filter: "Show"
filters:
all: All
on_proposals: Proposals
on_debates: Debates
on_comments: Comments
on_users: Users
all: "All"
on_proposals: "Proposals"
on_debates: "Debates"
on_comments: "Comments"
on_users: "Users"
actions:
hide: Hidden
restore: Restored
block: Blocked
hide: "Hidden"
restore: "Restored"
block: "Blocked"
stats:
show:
stats_title: Stats
visits_title: Visits
combined_title: Combined
stats_title: "Stats"
visits_title: "Visits"
combined_title: "Combined"
summary:
visits: Visits
debates: Debates
proposals: Proposals
comments: Comments
debate_votes: Debate votes
proposal_votes: Proposal votes
comment_votes: Comment votes
votes: Total votes
user_level_three: Level three users
user_level_two: Level two users
unverified_users: Unverified users
verified_users: Verified users
users: Total users
visits: "Visits"
debates: "Debates"
proposals: "Proposals"
comments: "Comments"
debate_votes: "Debate votes"
proposal_votes: "Proposal votes"
comment_votes: "Comment votes"
votes: "Total votes"
user_level_three: "Level three users"
user_level_two: "Level two users"
unverified_users: "Unverified users"
verified_users: "Verified users"
users: "Total users"

View File

@@ -2,177 +2,177 @@ es:
admin:
settings:
index:
title: Configuración global
update_setting: Actualizar
title: "Configuración global"
update_setting: "Actualizar"
flash:
updated: 'Valor actualizado'
updated: "Valor actualizado"
dashboard:
index:
title: Administración
title: "Administración"
menu:
settings: Configuración global
debate_topics: Temas de debate
hidden_proposals: Propuestas ocultas
hidden_debates: Debates ocultos
hidden_comments: Comentarios ocultos
hidden_users: Usuarios bloqueados
incomplete_verifications: Verificaciones incompletas
organizations: Organizaciones
officials: Cargos públicos
moderators: Moderadores
stats: Estadísticas
activity: Actividad de moderadores
settings: "Configuración global"
debate_topics: "Temas de debate"
hidden_proposals: "Propuestas ocultas"
hidden_debates: "Debates ocultos"
hidden_comments: "Comentarios ocultos"
hidden_users: "Usuarios bloqueados"
incomplete_verifications: "Verificaciones incompletas"
organizations: "Organizaciones"
officials: "Cargos públicos"
moderators: "Moderadores"
stats: "Estadísticas"
activity: "Actividad de moderadores"
shared:
user_search:
placeholder: 'Buscar usuario por nombre o email'
button: 'Buscar'
placeholder: "Buscar usuario por nombre o email"
button: "Buscar"
proposal_search:
placeholder: 'Buscar propuestas por título, descripción o pregunta'
button: 'Buscar'
placeholder: "Buscar propuestas por título, descripción o pregunta"
button: "Buscar"
organizations:
index:
title: Organizaciones
title: "Organizaciones"
search_placeholder: "Nombre, email o teléfono"
search: Buscar
verify: Verificar
reject: Rechazar
verified: Verificada
rejected: Rechazada
filter: Filtro
search: "Buscar"
verify: "Verificar"
reject: "Rechazar"
verified: "Verificada"
rejected: "Rechazada"
filter: "Filtro"
filters:
all: Todas
pending: Pendientes
verified: Verificadas
rejected: Rechazadas
all: "Todas"
pending: "Pendientes"
verified: "Verificadas"
rejected: "Rechazadas"
hidden_count:
one: "Hay además una organización sin usuario o con el usuario bloqueado"
other: "Hay %{count} organizaciones sin usuario o con el usuario bloqueado"
search:
title: "Buscar Organizaciones"
actions:
hide: Ocultar
hide_author: Bloquear al autor
restore: Volver a mostrar
confirm: '¿Estás seguro?'
confirm_hide: Confirmar
hide: "Ocultar"
hide_author: "Bloquear al autor"
restore: "Volver a mostrar"
confirm: "¿Estás seguro?"
confirm_hide: "Confirmar"
tags:
index:
title: 'Temas de debate'
add_tag: 'Añade un nuevo tema de debate'
mark_as_featured: 'Proponer tema al crear debate'
title: "Temas de debate"
add_tag: "Añade un nuevo tema de debate"
mark_as_featured: "Proponer tema al crear debate"
name:
placeholder: 'Escribe el nombre del tema'
create: Crear Tema
update: Actualizar Tema
destroy: Eliminar Tema
placeholder: "Escribe el nombre del tema"
create: "Crear Tema"
update: "Actualizar Tema"
destroy: "Eliminar Tema"
comments:
index:
title: Comentarios ocultos
title: "Comentarios ocultos"
hidden_proposal: "Propuesta oculta"
hidden_debate: "Debate oculto"
filter: Filtro
filter: "Filtro"
filters:
all: Todos
with_confirmed_hide: Confirmados
without_confirmed_hide: Pendientes
all: "Todos"
with_confirmed_hide: "Confirmados"
without_confirmed_hide: "Pendientes"
debates:
index:
title: Debates ocultos
filter: Filtro
title: "Debates ocultos"
filter: "Filtro"
filters:
all: Todos
with_confirmed_hide: Confirmados
without_confirmed_hide: Pendientes
all: "Todos"
with_confirmed_hide: "Confirmados"
without_confirmed_hide: "Pendientes"
proposals:
index:
title: Propuestas ocultos
filter: Filtro
title: "Propuestas ocultos"
filter: "Filtro"
filters:
all: Todas
with_confirmed_hide: Confirmadas
without_confirmed_hide: Pendientes
all: "Todas"
with_confirmed_hide: "Confirmadas"
without_confirmed_hide: "Pendientes"
users:
index:
title: Usuarios bloqueados
filter: Filtro
title: "Usuarios bloqueados"
filter: "Filtro"
filters:
all: Todos
with_confirmed_hide: Confirmados
without_confirmed_hide: Pendientes
all: "Todos"
with_confirmed_hide: "Confirmados"
without_confirmed_hide: "Pendientes"
show:
title: "Actividad del usuario %{user}"
back: Volver
back: "Volver"
email: "Email:"
registered_at: "Fecha de alta:"
hidden_at: "Bloqueado:"
verifications:
index:
title: Verificaciones incompletas
phone_not_given: 'No ha dado su teléfono'
sms_code_not_confirmed: 'No ha introducido su código de seguridad'
title: "Verificaciones incompletas"
phone_not_given: "No ha dado su teléfono"
sms_code_not_confirmed: "No ha introducido su código de seguridad"
officials:
level_0: "No es cargo público"
level_1: Nivel 1
level_2: Nivel 2
level_3: Nivel 3
level_4: Nivel 4
level_5: Nivel 5
level_1: "Nivel 1"
level_2: "Nivel 2"
level_3: "Nivel 3"
level_4: "Nivel 4"
level_5: "Nivel 5"
index:
title: Cargos Públicos
title: "Cargos Públicos"
search:
title: 'Cargos Públicos: Búsqueda de usuarios'
edit_official: Editar cargo público
make_official: Convertir en cargo público
title: "Cargos Públicos: Búsqueda de usuarios"
edit_official: "Editar cargo público"
make_official: "Convertir en cargo público"
edit:
title: 'Cargos Públicos: Editar usuario'
title: "Cargos Públicos: Editar usuario"
destroy: "Eliminar condición de 'Cargo Público'"
back: Volver
back: "Volver"
flash:
official_updated: 'Datos del cargo público guardados'
official_destroyed: 'Datos guardados: el usuario ya no es cargo público'
official_updated: "Datos del cargo público guardados"
official_destroyed: "Datos guardados: el usuario ya no es cargo público"
moderators:
index:
title: Moderadores
title: "Moderadores"
search:
email_placeholder: 'Buscar usuario por email'
search: Buscar
user_not_found: 'Usuario no encontrado'
email_placeholder: "Buscar usuario por email"
search: "Buscar"
user_not_found: "Usuario no encontrado"
moderator:
delete: Borrar
add: Añadir
delete: "Borrar"
add: "Añadir"
activity:
show:
title: Actividad de los Moderadores
action: 'Acción'
by: Moderado por
type: Tipo
filter: Mostrar
title: "Actividad de los Moderadores"
action: "Acción"
by: "Moderado por"
type: "Tipo"
filter: "Mostrar"
filters:
all: Todo
on_proposals: Propuestas
on_debates: Debates
on_comments: Comentarios
on_users: Usuarios
all: "Todo"
on_proposals: "Propuestas"
on_debates: "Debates"
on_comments: "Comentarios"
on_users: "Usuarios"
actions:
hide: Ocultado
restore: Restaurado
block: Bloqueado
hide: "Ocultado"
restore: "Restaurado"
block: "Bloqueado"
stats:
show:
stats_title: Estadísticas
visits_title: Visitas
combined_title: Combinado
stats_title: "Estadísticas"
visits_title: "Visitas"
combined_title: "Combinado"
summary:
visits: Visitas
debates: Debates
proposals: Propuestas
comments: Comentarios
debate_votes: Votos en debates
proposal_votes: Votos en propuestas
comment_votes: Votos en comentarios
votes: Votos
user_level_three: Usuarios de nivel tres
user_level_two: Usuarios de nivel dos
unverified_users: Usuarios sin verificar
verified_users: Usuarios verificados
users: Usuarios
visits: "Visitas"
debates: "Debates"
proposals: "Propuestas"
comments: "Comentarios"
debate_votes: "Votos en debates"
proposal_votes: "Votos en propuestas"
comment_votes: "Votos en comentarios"
votes: "Votos"
user_level_three: "Usuarios de nivel tres"
user_level_two: "Usuarios de nivel dos"
unverified_users: "Usuarios sin verificar"
verified_users: "Usuarios verificados"
users: "Usuarios"

View File

@@ -3,7 +3,7 @@ en:
confirmations:
new:
title: "Re-send confirmation instructions"
email_label: Email
email_label: "Email"
submit: "Re-send instructions"
show:
title: "Confirm my account"
@@ -27,7 +27,7 @@ en:
info_text: "Your password will not be changed unless you access the link and edit it."
unlock_instructions:
hello: "Hello"
title: Your account has been locked
title: "Your account has been locked"
info_text: "Your account has been blocked due to an excessive number of failed sign-in attempts."
instructions_text: "Please click on this link to unlock your account:"
unlock_link: "Unlock my account"
@@ -119,7 +119,6 @@ en:
login: "Enter"
signup: "Don't have an account? %{signup_link}"
signup_link: "Sign up"
#organization_signup: "Registration for organisations / collectives"
signin_with_provider: "Sign in with %{provider}"
new_password: "Forgotten your password?"
new_confirmation: "Haven't received instructions to activate your account?"

View File

@@ -3,7 +3,7 @@ es:
confirmations:
new:
title: "Reenviar instrucciones de confirmación"
email_label: Email
email_label: "Email"
submit: "Reenviar instrucciones"
show:
title: "Confirmar mi cuenta"
@@ -27,7 +27,7 @@ es:
info_text: "Tu contraseña no cambiará hasta que no accedas al enlace y la modifiques."
unlock_instructions:
hello: "Hola"
title: Tu cuenta ha sido bloqueada
title: "Tu cuenta ha sido bloqueada"
info_text: "Tu cuenta ha sido bloqueada debido a un excesivo número de intentos fallidos de alta."
instructions_text: "Sigue el siguiente enlace para desbloquear tu cuenta:"
unlock_link: "Desbloquear mi cuenta"
@@ -119,7 +119,6 @@ es:
login: "Entrar"
signup: "¿No tienes una cuenta? %{signup_link}"
signup_link: "Regístrate"
#organization_signup: "Registro para organizaciones / colectivos"
signin_with_provider: "Entrar con %{provider}"
new_password: "¿Olvidaste tu contraseña?"
new_confirmation: "¿No has recibido instrucciones para confirmar tu cuenta?"

View File

@@ -1,16 +1,16 @@
en:
locale: English
locale: "English"
errors:
messages:
user_not_found: "User not found"
layouts:
header:
logo: "Madrid"
external_link_transparency: Transparency
external_link_transparency: "Transparency"
external_link_transparency_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Transparencia?vgnextfmt=default&vgnextchannel=20fd850769797310VgnVCM2000000c205a0aRCRD"
external_link_opendata: Open data
external_link_opendata: "Open data"
external_link_opendata_url: "http://datos.madrid.es"
external_link_blog: Blog
external_link_blog: "Blog"
external_link_blog_url: "/blog"
open_gov: "%{open} government"
open: "open"
@@ -22,14 +22,14 @@ en:
"There are cities that are governed directly by their inhabitants, who <b>discuss</b> the topics they are concerned about, <b>propose</b> ideas to improve
their lives and <b>decide</b> among themselves which ones will be carried out. Madrid is already one of these cities."
see_all: "See proposals"
my_account_link: My account
my_account_link: "My account"
locale: "Language:"
administration: Administration
moderation: Moderation
administration: "Administration"
moderation: "Moderation"
highlights: "Highlights"
more_information: "More information"
debates: Debates
proposals: Citizen proposals
debates: "Debates"
proposals: "Citizen proposals"
footer:
description: "This portal uses the %{consul} which is %{open_source}. From Madrid out into the world."
open_source: "open-source software"
@@ -39,9 +39,9 @@ en:
copyright: "Ayuntamiento de Madrid, %{year}"
participation_title: "Participation"
participation_text: "Decide how to shape the Madrid you want to live in."
transparency_title: Transparency
transparency_title: "Transparency"
transparency_text: "Find out anything about the Madrid City Council."
open_data_title: Open data
open_data_title: "Open data"
open_data_text: "Every detail about the City Council is yours to access."
contact_us: "Contact us at"
privacy: "Privacy Policy"
@@ -61,16 +61,16 @@ en:
blog: "Blog"
youtube: "YouTube"
form:
error: error
errors: errors
not_saved: "prevented this %{resource} from being saved:"
accept_terms: "I agree to the %{policy} and the %{conditions}"
policy: "Privacy Policy"
conditions: "Terms and conditions of use"
user: Account
debate: Debate
proposal: Proposal
verification::sms: Telephone
error: "error"
errors: "errors"
not_saved: "prevented this %{resource} from being saved:"
accept_terms: "I agree to the %{policy} and the %{conditions}"
policy: "Privacy Policy"
conditions: "Terms and conditions of use"
user: "Account"
debate: "Debate"
proposal: "Proposal"
verification:":sms: Telephone"
application:
alert:
only_beta_testers: "Sorry: only beta testers have access at this time"
@@ -78,10 +78,10 @@ en:
menu: "Menu"
debates:
index:
title: Debates
start_debate: Start a debate
select_order: Order by
select_order_long: You are viewing debates according to:
title: "Debates"
start_debate: "Start a debate"
select_order: "Order by"
select_order_long: "You are viewing debates according to:"
orders:
confidence_score: "highest rated"
hot_score: "most active"
@@ -92,53 +92,52 @@ en:
one: " with topic '%{topic}'"
other: " with topic '%{topic}'"
search_form:
title: Search
button: Search
title: "Search"
button: "Search"
placeholder: "Search debates..."
search_results:
one: " containing the term '%{search_term}'"
other: " containing the term '%{search_term}'"
debate:
debate: Debate
debate: "Debate"
comments:
zero: No comments
one: 1 comment
zero: "No comments"
one: "1 comment"
other: "%{count} comments"
votes:
zero: No votes
one: 1 vote
zero: "No votes"
one: "1 vote"
other: "%{count} votes"
form:
debate_title: Debate title
debate_text: Initial debate text
tags_label: Topics
tags_instructions: >
Tag this debate. You can choose from our suggestions or enter your own.
debate_title: "Debate title"
debate_text: "Initial debate text"
tags_label: "Topics"
tags_instructions: "Tag this debate. You can choose from our suggestions or enter your own."
tags_placeholder: "Enter the tags you would like to use, separated by commas (',')"
show:
back_link: Go back
author_deleted: User deleted
comments_title: Comments
back_link: "Go back"
author_deleted: "User deleted"
comments_title: "Comments"
comments:
zero: No comments
one: 1 comment
zero: "No comments"
one: "1 comment"
other: "%{count} comments"
login_to_comment: "You must %{signin} or %{signup} to leave a comment."
edit_debate_link: Edit
share: Share
edit_debate_link: "Edit"
share: "Share"
flag: "This debate has been flagged as inappropriate by several users."
edit:
editing: Edit debate
show_link: View debate
back_link: Go back
editing: "Edit debate"
show_link: "View debate"
back_link: "Go back"
form:
submit_button: "Save changes"
new:
start_new: Start a debate
start_new: "Start a debate"
info: "A debate is a discussion forum, not a citizen proposal. Very soon we will be opening the citizen proposal section, where anyone will be able to present a proposal which, if they receive support, will be implemented by the City Council."
more_info: "More information"
back_link: Go back
recommendations_title: Recommendations for creating a debate
back_link: "Go back"
recommendations_title: "Recommendations for creating a debate"
recommendation_one: "Do not use capital letters for the debate title or for whole sentences. On the internet, this is considered shouting. And nobody likes being shouted at."
recommendation_two: "Any debate or comment suggesting illegal action will be deleted, as well as those intending to sabotage the debate spaces. Anything else is allowed."
recommendation_three: "Ruthless criticism is very welcome. This is a space for reflection. But we recommend that you stick to elegance and intelligence. The world is a better place with these virtues in it."
@@ -153,11 +152,11 @@ en:
submit_button: "Save changes"
proposals:
index:
title: Proposals
title: "Proposals"
featured_proposals_html: "Featured<br>proposals"
start_proposal: Create a proposal
select_order: Order by
select_order_long: You are viewing proposals according to:
start_proposal: "Create a proposal"
select_order: "Order by"
select_order_long: "You are viewing proposals according to:"
orders:
confidence_score: "highest rated"
hot_score: "most active"
@@ -168,68 +167,67 @@ en:
one: " with topic '%{topic}'"
other: " with topic '%{topic}'"
search_form:
title: Search
button: Search
title: "Search"
button: "Search"
placeholder: "Search citizen proposals..."
search_results:
one: " containing the term '%{search_term}'"
other: " containing the term '%{search_term}'"
proposal:
proposal: Proposal
proposal: "Proposal"
support: "Support"
support_title: "Support this proposal"
comments:
zero: No comments
one: 1 comment
zero: "No comments"
one: "1 comment"
other: "%{count} comments"
supports:
zero: No supports
one: 1 support
zero: "No supports"
one: "1 support"
other: "%{count} supports"
supports_necessary: "53,726 supports needed"
census_percent: "2% of Census"
total_percent: "100%"
already_supported: "You have already supported this proposal. Share it!"
form:
proposal_title: Proposal title
proposal_question: Proposal question
proposal_title: "Proposal title"
proposal_question: "Proposal question"
proposal_question_example_html: "Must be summarised in one question with a Yes or No answer. <em>E.g. 'Do you agree with the pedestrianisation of Calle Mayor?'</em>"
proposal_summary: "Proposal summary"
proposal_summary_note: "(maximum 200 characters)"
proposal_text: Proposal text
proposal_external_url: Link to additional documentation
proposal_text: "Proposal text"
proposal_external_url: "Link to additional documentation"
proposal_video_url: "Link to external video"
proposal_video_url_note: "You may add a link to YouTube or Vimeo"
proposal_responsible_name: "Full name of the person submitting the proposal"
proposal_responsible_name_note: "(individually or as representative of a collective; will not be displayed publically)"
tags_label: Tags
tags_instructions: >
Tag this proposal. You can choose from our tags or add your own.
tags_label: "Tags"
tags_instructions: "Tag this proposal. You can choose from our tags or add your own."
tags_placeholder: "Enter the tags you would like to use, separated by commas (',')"
show:
back_link: Go back
author_deleted: User deleted
back_link: "Go back"
author_deleted: "User deleted"
code: "Proposal code:"
comments_title: Comments
comments_title: "Comments"
comments:
zero: No comments
one: 1 comment
zero: "No comments"
one: "1 comment"
other: "%{count} comments"
login_to_comment: "You must %{signin} or %{signup} to leave a comment."
edit_proposal_link: Edit
share: Share
edit_proposal_link: "Edit"
share: "Share"
flag: "This proposal has been flagged as inappropriate by several users."
edit:
editing: Edit proposal
show_link: View proposal
back_link: Go back
editing: "Edit proposal"
show_link: "View proposal"
back_link: "Go back"
form:
submit_button: "Save changes"
new:
start_new: Create new proposal
start_new: "Create new proposal"
more_info: "How do citizen proposals work?"
back_link: Go back
recommendations_title: Recommendations for creating a proposal
back_link: "Go back"
recommendations_title: "Recommendations for creating a proposal"
recommendation_one: "Do not use capital letters for the proposal title or for whole sentences. On the internet, this is considered shouting. And nobody likes being shouted at."
recommendation_two: "Any proposal or comment suggesting illegal action will be deleted, as well as those intending to sabotage the debate spaces. Anything else is allowed."
recommendation_three: "Enjoy this space and the voices that fill it. It belongs to you too."
@@ -243,39 +241,39 @@ en:
submit_button: "Save changes"
comments:
form:
leave_comment: Leave your comment
comment_as_moderator: Comment as moderator
comment_as_admin: Comment as admin
leave_comment: "Leave your comment"
comment_as_moderator: "Comment as moderator"
comment_as_admin: "Comment as admin"
comment:
author: Author
moderator: Moderator
admin: Administrator
deleted: This comment has been deleted
user_deleted: User deleted
author: "Author"
moderator: "Moderator"
admin: "Administrator"
deleted: "This comment has been deleted"
user_deleted: "User deleted"
responses:
zero: No responses
one: 1 response
zero: "No responses"
one: "1 response"
other: "%{count} responses"
votes:
zero: No votes
one: 1 vote
zero: "No votes"
one: "1 vote"
other: "%{count} votes"
comments_helper:
comment_link: Comment
comment_button: Publish comment
reply_link: Reply
reply_button: Publish reply
comment_link: "Comment"
comment_button: "Publish comment"
reply_link: "Reply"
reply_button: "Publish reply"
votes:
agree: I agree
disagree: I disagree
supports: Supports
agree: "I agree"
disagree: "I disagree"
supports: "Supports"
unauthenticated: "You must %{signin} or %{signup} to continue."
signin: Sign in
signup: Sign up
signin: "Sign in"
signup: "Sign up"
anonymous: "Too many anonymous votes to admit vote %{verify_account}."
verified_only: "Only verified users can vote on proposals; %{verify_account}."
verify_account: verify your account
organizations: Organisations are not permitted to vote
verify_account: "verify your account"
organizations: "Organisations are not permitted to vote"
account:
show:
title: "My account"
@@ -289,10 +287,10 @@ en:
phone_number_label: "Phone number"
organization_name_label: "Name of organisation"
organization_responsible_name_placeholder: "Representative of the organisation/collective"
notifications: Notifications
notifications: "Notifications"
finish_verification: "Complete verification"
verified_account: Account verified
verify_my_account: Verify my account
verified_account: "Account verified"
verify_my_account: "Verify my account"
user_permission_title: "Participation"
user_permission_info: "With your account you can..."
user_permission_debates: "Participate on debates"
@@ -313,22 +311,22 @@ en:
author_info:
author_deleted: Deleted user
tags_cloud:
tags: Trending
tags: "Trending"
print:
print_button: "Print this info"
flag: Flag as inappropriate
unflag: Unflag
collective: Collective
check: Select
check_all: All
check_none: None
flag: "Flag as inappropriate"
unflag: "Unflag"
collective: "Collective"
check: "Select"
check_all: "All"
check_none: "None"
unauthorized:
default: "You do not have permission to access this page."
manage:
all: "You do not have permission to carry out the action '%{action}' on %{subject}."
welcome:
highlights: "Highlights: "
signed_in_home_title: Recent activity
signed_in_home_title: "Recent activity"
debates:
title: "Debates"
description: "For meeting, discussing and sharing the things that matter to us in our city."
@@ -342,7 +340,7 @@ en:
title: "It gets done"
description: "If the proposal is accepted by the majority, the City Council accepts it as its own and it gets done."
welcome:
title: Participate
title: "Participate"
go_to_index: "See proposals and debates"
user_permission_info: "With your account you can..."
user_permission_title: "Participation"
@@ -354,13 +352,13 @@ en:
user_permission_verify_info: "* Only for users on Madrid Census."
omniauth:
finish_signup:
title: Add your email address
title: "Add your email address"
twitter:
sign_in: Sign in with Twitter
sign_up: Sign up with Twitter
sign_in: "Sign in with Twitter"
sign_up: "Sign up with Twitter"
facebook:
sign_in: Sign in with Facebook
sign_up: Sign up with Facebook
sign_in: "Sign in with Facebook"
sign_up: "Sign up with Facebook"
google_oauth2:
sign_in: Sign in with Google
sign_up: Sign up with Google
sign_in: "Sign in with Google"
sign_up: "Sign up with Google"

View File

@@ -6,11 +6,11 @@ es:
layouts:
header:
logo: "Madrid"
external_link_transparency: Transparencia
external_link_transparency: "Transparencia"
external_link_transparency_url: "http://www.madrid.es/portales/munimadrid/es/Inicio/El-Ayuntamiento/Transparencia?vgnextfmt=default&vgnextchannel=20fd850769797310VgnVCM2000000c205a0aRCRD"
external_link_opendata: Datos abiertos
external_link_opendata: "Datos abiertos"
external_link_opendata_url: "http://datos.madrid.es"
external_link_blog: Blog
external_link_blog: "Blog"
external_link_blog_url: "/blog"
open_gov: "Gobierno %{open}"
open: "abierto"
@@ -22,14 +22,14 @@ es:
"Existen ciudades gobernadas directamente por sus habitantes, que <b>debaten</b> sobre temas que les preocupan, <b>proponen</b> ideas para mejorar
sus vidas y <b>deciden</b> entre todas y todos las que se llevan a cabo. Madrid ya es una de ellas."
see_all: "Ver propuestas"
my_account_link: Mi cuenta
my_account_link: "Mi cuenta"
locale: "Idioma:"
administration: Administrar
moderation: Moderar
administration: "Administrar"
moderation: "Moderar"
highlights: "Portada"
more_information: "Más información"
debates: Debates
proposals: Propuestas ciudadanas
debates: "Debates"
proposals: "Propuestas ciudadanas"
footer:
description: "Este portal usa la %{consul} que es %{open_source}. De Madrid, para el mundo entero."
open_source: "software libre"
@@ -39,9 +39,9 @@ es:
copyright: "Ayuntamiento de Madrid, %{year}"
participation_title: "Participación"
participation_text: "Decide cómo debe ser la ciudad de Madrid que quieres."
transparency_title: Transparencia
transparency_title: "Transparencia"
transparency_text: "Obtén cualquier información sobre el Ayuntamiento de Madrid."
open_data_title: Datos Abiertos
open_data_title: "Datos Abiertos"
open_data_text: "Todos los datos del Ayuntamiento son tuyos."
contact_us: "Para asistencia técnica contáctenos en"
privacy: "Política de privacidad"
@@ -61,17 +61,17 @@ es:
blog: "Blog"
youtube: "YouTube"
form:
error: error
errors: errores
not_saved: "impidieron guardar %{resource}:"
accept_terms: "Acepto la %{policy} y las %{conditions}"
policy: "Política de privacidad"
conditions: "Condiciones de uso"
user: la cuenta
debate: el debate
proposal: la propuesta
verification::sms: el teléfono
verification::letter: la verificación
error: "error"
errors: "errores"
not_saved: "impidieron guardar %{resource}:"
accept_terms: "Acepto la %{policy} y las %{conditions}"
policy: "Política de privacidad"
conditions: "Condiciones de uso"
user: "la cuenta"
debate: "el debate"
proposal: "la propuesta"
verification::sms: "el teléfono"
verification::letter: la verificación
application:
alert:
only_beta_testers: "Lo sentimos sólo los usuarios de pruebas tienen acceso de momento"
@@ -79,10 +79,10 @@ es:
menu: "Menú"
debates:
index:
title: Debates
start_debate: Empieza un debate
select_order: Ordenar por
select_order_long: Estás viendo los debates
title: "Debates"
start_debate: "Empieza un debate"
select_order: "Ordenar por"
select_order_long: "Estás viendo los debates"
orders:
confidence_score: "mejor valorados"
hot_score: "más activos"
@@ -93,53 +93,52 @@ es:
one: " con el tema '%{topic}'"
other: " con el tema '%{topic}'"
search_form:
title: Buscar
button: Buscar
title: "Buscar"
button: "Buscar"
placeholder: "Buscar debates..."
search_results:
one: " que contiene '%{search_term}'"
other: " que contienen '%{search_term}'"
debate:
debate: Debate
debate: "Debate"
comments:
zero: Sin comentarios
one: 1 Comentario
zero: "Sin comentarios"
one: "1 Comentario"
other: "%{count} Comentarios"
votes:
zero: Sin votos
one: 1 voto
zero: "Sin votos"
one: "1 voto"
other: "%{count} votos"
form:
debate_title: Título del debate
debate_text: Texto inicial del debate
tags_label: Temas
tags_instructions: >
Etiqueta este debate. Puedes elegir entre nuestras propuestas o introducir las que desees.
debate_title: "Título del debate"
debate_text: "Texto inicial del debate"
tags_label: "Temas"
tags_instructions: "Etiqueta este debate. Puedes elegir entre nuestras propuestas o introducir las que desees."
tags_placeholder: "Escribe las etiquetas que desees separadas por coma (',')"
show:
back_link: Volver
author_deleted: Usuario eliminado
comments_title: Comentarios
back_link: "Volver"
author_deleted: "Usuario eliminado"
comments_title: "Comentarios"
comments:
zero: Sin comentarios
one: 1 Comentario
zero: "Sin comentarios"
one: "1 Comentario"
other: "%{count} Comentarios"
login_to_comment: "Necesitas %{signin} o %{signup} para comentar."
edit_debate_link: "Editar debate"
share: Compartir
share: "Compartir"
flag: "Este debate ha sido marcado como inapropiado por varios usuarios."
edit:
editing: Editar debate
show_link: Ver debate
back_link: Volver
editing: "Editar debate"
show_link: "Ver debate"
back_link: "Volver"
form:
submit_button: "Guardar cambios"
new:
start_new: Empezar un debate
start_new: "Empezar un debate"
info: "Un debate es un foro de discusión, no una propuesta ciudadana. Muy pronto abriremos la sección de propuestas ciudadanas, donde cualquiera podrá presentar propuestas y, si reciben apoyo, serán puestas en marcha por el Ayuntamiento."
more_info: "Más información"
back_link: Volver
recommendations_title: Recomendaciones para crear un debate
back_link: "Volver"
recommendations_title: "Recomendaciones para crear un debate"
recommendation_one: "No escribas el título del debate o frases enteras en mayúsculas. En internet eso se considera gritar. Y a nadie le gusta que le griten."
recommendation_two: "Cualquier debate o comentario que implique una acción ilegal será eliminado, también los que tengan la intención de sabotear los espacios de debate, todo lo demás está permitido."
recommendation_three: "Las críticas despiadadas son muy bienvenidas. Este es un espacio de pensamiento. Pero te recomendamos conservar la elegancia y la inteligencia. El mundo es mejor con ellas presentes."
@@ -154,11 +153,11 @@ es:
submit_button: "Guardar cambios"
proposals:
index:
title: Propuestas ciudadanas
title: "Propuestas ciudadanas"
featured_proposals_html: "Propuestas<br>destacadas"
start_proposal: Crea una propuesta
select_order: Ordenar por
select_order_long: Estás viendo las propuestas
start_proposal: "Crea una propuesta"
select_order: "Ordenar por"
select_order_long: "Estás viendo las propuestas"
orders:
confidence_score: "más apoyadas"
hot_score: "más activas hoy"
@@ -169,68 +168,67 @@ es:
one: " con el tema '%{topic}'"
other: " con el tema '%{topic}'"
search_form:
title: Search
button: Search
title: "Buscar"
button: "Buscar"
placeholder: "Buscar propuestas ciudadanas..."
search_results:
one: " que contiene '%{search_term}'"
other: " que contienen '%{search_term}'"
proposal:
proposal: Propuesta
proposal: "Propuesta"
support: "Apoyar"
support_title: "Apoyar esta propuesta"
comments:
zero: Sin comentarios
one: 1 Comentario
zero: "Sin comentarios"
one: "1 Comentario"
other: "%{count} Comentarios"
supports:
zero: Sin apoyos
one: 1 apoyo
zero: "Sin apoyos"
one: "1 apoyo"
other: "%{count} apoyos"
supports_necessary: "53.726 apoyos necesarios"
census_percent: "2% del Censo"
total_percent: "100%"
already_supported: "¡Ya has apoyado esta propuesta, compártela!"
form:
proposal_title: Título de la propuesta
proposal_question: Pregunta de la propuesta
proposal_title: "Título de la propuesta"
proposal_question: "Pregunta de la propuesta"
proposal_question_example_html: "Debe ser resumida en una pregunta cuya respuesta sea Sí o No. <em>Ej. '¿Está usted de acuerdo en peatonalizar la calle Mayor?'</em>"
proposal_summary: "Resumen de la propuesta"
proposal_summary_note: "(máximo 200 caracteres)"
proposal_text: Texto desarrollado de la propuesta
proposal_external_url: Enlace a documentación adicional
proposal_text: "Texto desarrollado de la propuesta"
proposal_external_url: "Enlace a documentación adicional"
proposal_video_url: "Enlace a vídeo externo"
proposal_video_url_note: "Puedes añadir un enlace a YouTube o Vimeo"
proposal_responsible_name: "Nombre y apellidos de la persona que hace esta propuesta"
proposal_responsible_name_note: "(individualmente o como representante de un colectivo; no se mostrará públicamente)"
tags_label: Temas
tags_instructions: >
Etiqueta esta propuesta. Puedes elegir entre nuestras propuestas o introducir las que desees.
tags_label: "Temas"
tags_instructions: "Etiqueta esta propuesta. Puedes elegir entre nuestras propuestas o introducir las que desees."
tags_placeholder: "Escribe las etiquetas que desees separadas por una coma (',')"
show:
back_link: Volver
author_deleted: Usuario eliminado
back_link: "Volver"
author_deleted: "Usuario eliminado"
code: "Código de la propuesta:"
comments_title: Comentarios
comments_title: "Comentarios"
comments:
zero: Sin comentarios
one: 1 Comentario
zero: "Sin comentarios"
one: "1 Comentario"
other: "%{count} Comentarios"
login_to_comment: "Necesitas %{signin} o %{signup} para comentar."
edit_proposal_link: "Editar propuesta"
share: Compartir
share: "Compartir"
flag: "Esta propuesta ha sido marcada como inapropiada por varios usuarios."
edit:
editing: Editar propuesta
show_link: Ver propuesta
back_link: Volver
editing: "Editar propuesta"
show_link: "Ver propuesta"
back_link: "Volver"
form:
submit_button: "Guardar cambios"
new:
start_new: Crear una propuesta
start_new: "Crear una propuesta"
more_info: "¿Cómo funcionan las propuestas ciudadanas?"
back_link: Volver
recommendations_title: Recomendaciones para crear una propuesta
back_link: "Volver"
recommendations_title: "Recomendaciones para crear una propuesta"
recommendation_one: "No escribas el título de la propuesta o frases enteras en mayúsculas. En internet eso se considera gritar. Y a nadie le gusta que le griten."
recommendation_two: "Cualquier propuesta o comentario que implique una acción ilegal será eliminada, también las que tengan la intención de sabotear los espacios de propuesta, todo lo demás está permitido."
recommendation_three: "Disfruta de este espacio, de las voces que lo llenan, también es tuyo."
@@ -244,39 +242,39 @@ es:
submit_button: "Guardar cambios"
comments:
form:
leave_comment: Deja tu comentario
comment_as_moderator: Comentar como moderador
comment_as_admin: Comentar como administrador
leave_comment: "Deja tu comentario"
comment_as_moderator: "Comentar como moderador"
comment_as_admin: "Comentar como administrador"
comment:
author: Autor
moderator: Moderador
admin: Administrador
deleted: Este comentario ha sido eliminado
user_deleted: Usuario eliminado
author: "Autor"
moderator: "Moderador"
admin: "Administrador"
deleted: "Este comentario ha sido eliminado"
user_deleted: "Usuario eliminado"
responses:
zero: Sin respuestas
one: 1 Respuesta
zero: "Sin respuestas"
one: "1 Respuesta"
other: "%{count} Respuestas"
votes:
zero: Sin votos
one: 1 voto
zero: "Sin votos"
one: "1 voto"
other: "%{count} votos"
comments_helper:
comment_link: Comentar
comment_button: Publicar comentario
reply_link: Responder
reply_button: Publicar respuesta
comment_link: "Comentar"
comment_button: "Publicar comentario"
reply_link: "Responder"
reply_button: "Publicar respuesta"
votes:
agree: Estoy de acuerdo
disagree: No estoy de acuerdo
supports: Apoyos
agree: "Estoy de acuerdo"
disagree: "No estoy de acuerdo"
supports: "Apoyos"
unauthenticated: "Necesitas %{signin} o %{signup} para continuar."
signin: iniciar sesión
signup: registrarte
signin: "iniciar sesión"
signup: "registrarte"
anonymous: "Demasiados votos anónimos, para poder votar %{verify_account}."
verified_only: "Las propuestas sólo pueden ser votadas por usuarios verificados, %{verify_account}."
verify_account: verifica tu cuenta
organizations: Las organizaciones no pueden votar
verify_account: "verifica tu cuenta"
organizations: "Las organizaciones no pueden votar"
account:
show:
title: "Mi cuenta"
@@ -290,10 +288,10 @@ es:
phone_number_label: "Teléfono"
organization_name_label: "Nombre de la organización"
organization_responsible_name_placeholder: "Representante de la asociación/colectivo"
notifications: Notificaciones
notifications: "Notificaciones"
finish_verification: "Finalizar verificación"
verified_account: Cuenta verificada
verify_my_account: Verificar mi cuenta
verified_account: "Cuenta verificada"
verify_my_account: "Verificar mi cuenta"
user_permission_title: "Participación"
user_permission_info: "Con tu cuenta ya puedes..."
user_permission_debates: "Participar en debates"
@@ -314,22 +312,22 @@ es:
author_info:
author_deleted: Usuario eliminado
tags_cloud:
tags: Tendencias
tags: "Tendencias"
print:
print_button: "Imprimir esta información"
flag: Denunciar como inapropiado
unflag: Deshacer denuncia
collective: Colectivo
check: Seleccionar
check_all: Todos
check_none: Ninguno
flag: "Denunciar como inapropiado"
unflag: "Deshacer denuncia"
collective: "Colectivo"
check: "Seleccionar"
check_all: "Todos"
check_none: "Ninguno"
unauthorized:
default: "No tienes permiso para acceder a esta página."
manage:
all: "No tienes permiso para realizar la acción '%{action}' sobre %{subject}."
welcome:
highlights: "Portada: "
signed_in_home_title: Actividad reciente
signed_in_home_title: "Actividad reciente"
debates:
title: "Debates"
description: "Encontrarnos, debatir y compartir lo que nos parece importante en nuestra ciudad."
@@ -355,13 +353,13 @@ es:
user_permission_verify_info: "* Sólo usuarios empadronados en el municipio de Madrid."
omniauth:
finish_signup:
title: Añade tu email
title: "Añade tu email"
twitter:
sign_in: Entra con Twitter
sign_up: Regístrate con Twitter
sign_in: "Entra con Twitter"
sign_up: "Regístrate con Twitter"
facebook:
sign_in: Entra con Facebook
sign_up: Regístrate con Facebook
sign_in: "Entra con Facebook"
sign_up: "Regístrate con Facebook"
google_oauth2:
sign_in: Entra con Google
sign_up: Regístrate con Google
sign_in: "Entra con Google"
sign_up: "Regístrate con Google"

View File

@@ -2,17 +2,17 @@ en:
mailers:
comment:
subject: "Someone has commented on your %{commentable}"
hi: Hi
title: New comment
hi: "Hi"
title: "New comment"
new_comment_by_html: "There is a new comment from <b>%{commenter}</b>"
reply:
subject: Someone has responded to your comment
hi: Hi
title: New response to your comment
subject: "Someone has responded to your comment"
hi: "Hi"
title: "New response to your comment"
new_reply_by_html: "There is a new response from <b>%{commenter}</b> to your comment on"
email_verification:
subject: Confirm your email
title: Confirm your account using the following link
subject: "Confirm your email"
title: "Confirm your account using the following link"
instructions_html: "To complete the verification of your user account in the Open Government Portal of the Madrid City Council, you must click %{verification_link}."
click_here_to_verify: "this link"
instructions_2_html: "This email will verify your account with <b>%{document_type} %{document_number}</b>. If these don't belong to you, please don't click on the previous link and ignore this email."

View File

@@ -2,17 +2,17 @@ es:
mailers:
comment:
subject: "Alguien ha comentado en tu %{commentable}"
hi: Hola
title: Nuevo comentario
hi: "Hola"
title: "Nuevo comentario"
new_comment_by_html: "Hay un nuevo comentario de <b>%{commenter}</b> en"
reply:
subject: Alguien ha respondido a tu comentario
hi: Hola
title: Nueva respuesta a tu comentario
subject: "Alguien ha respondido a tu comentario"
hi: "Hola"
title: "Nueva respuesta a tu comentario"
new_reply_by_html: "Hay una nueva respuesta de <b>%{commenter}</b> a tu comentario en"
email_verification:
subject: Verifica tu email
title: Verifica tu cuenta con el siguiente enlace
subject: "Verifica tu email"
title: "Verifica tu cuenta con el siguiente enlace"
instructions_html: "Para terminar de verificar tu cuenta de usuario en el Portal de Gobierno Abierto del Ayuntamiento de Madrid, necesitamos que pulses %{verification_link}."
click_here_to_verify: "en este enlace"
instructions_2_html: "Este email es para verificar tu cuenta con <b>%{document_type} %{document_number}</b>. Si esos no son tus datos, por favor no pulses el enlace anterior e ignora este email."

View File

@@ -28,9 +28,9 @@ en:
proposals:
create_proposal: "Create proposal"
print:
print_button: Print
print_button: "Print"
alert:
unverified_user: User is not verified
unverified_user: "User is not verified"
permissions:
debates: "Engage in debates"
create_proposals: "Create proposals"

View File

@@ -28,9 +28,9 @@ es:
proposals:
create_proposal: "Crear propuesta"
print:
print_button: Imprimir
print_button: "Imprimir"
alert:
unverified_user: Este usuario no está verificado
unverified_user: "Este usuario no está verificado"
permissions:
debates: "Participar en debates"
create_proposals: "Crear nuevas propuestas"

View File

@@ -1,75 +1,75 @@
en:
moderation:
menu:
proposals: Proposals
flagged_debates: Debates
flagged_comments: Comments
users: Block users
proposals: "Proposals"
flagged_debates: "Debates"
flagged_comments: "Comments"
users: "Block users"
dashboard:
index:
title: Moderation
title: "Moderation"
comments:
index:
hide_comments: Hide comments
block_authors: Block authors
ignore_flags: Mark as viewed
title: Comments
hide_comments: "Hide comments"
block_authors: "Block authors"
ignore_flags: "Mark as viewed"
title: "Comments"
headers:
comment: Comment
moderate: Moderate
filter: Filter
comment: "Comment"
moderate: "Moderate"
filter: "Filter"
filters:
all: All
pending_flag_review: Pending
with_ignored_flag: Marked as viewed
order: Order
all: "All"
pending_flag_review: "Pending"
with_ignored_flag: "Marked as viewed"
order: "Order"
orders:
created_at: Newest
flags: Most flagged
confirm: Are you sure?
created_at: "Newest"
flags: "Most flagged"
confirm: "Are you sure?"
debates:
index:
hide_debates: Hide debates
block_authors: Block authors
ignore_flags: Mark as viewed
title: Debates
hide_debates: "Hide debates"
block_authors: "Block authors"
ignore_flags: "Mark as viewed"
title: "Debates"
headers:
debate: Debate
moderate: Moderate
filter: Filter
debate: "Debate"
moderate: "Moderate"
filter: "Filter"
filters:
all: All
pending_flag_review: Pending
with_ignored_flag: Marked as viewed
order: Order
all: "All"
pending_flag_review: "Pending"
with_ignored_flag: "Marked as viewed"
order: "Order"
orders:
created_at: Newest
flags: Most flagged
confirm: Are you sure?
created_at: "Newest"
flags: "Most flagged"
confirm: "Are you sure?"
proposals:
index:
hide_proposals: Hide proposals
block_authors: Block authors
ignore_flags: Mark as viewed
title: Proposals
hide_proposals: "Hide proposals"
block_authors: "Block authors"
ignore_flags: "Mark as viewed"
title: "Proposals"
headers:
proposal: Proposal
moderate: Moderate
filter: Filter
proposal: "Proposal"
moderate: "Moderate"
filter: "Filter"
filters:
all: All
pending_flag_review: Pending review
with_ignored_flag: Mark as viewed
order: Order by
all: "All"
pending_flag_review: "Pending review"
with_ignored_flag: "Mark as viewed"
order: "Order by"
orders:
created_at: Most recent
flags: Most flagged
confirm: Are you sure?
created_at: "Most recent"
flags: "Most flagged"
confirm: "Are you sure?"
users:
notice_hide: User blocked. All of this user's debates and comments have been hidden.
notice_hide: "User blocked. All of this user's debates and comments have been hidden."
index:
title: Block users
search_placeholder: email or name of user
search: Search
hide: Block
hidden: Blocked
title: "Block users"
search_placeholder: "email or name of user"
search: "Search"
hide: "Block"
hidden: "Blocked"

View File

@@ -1,75 +1,75 @@
es:
moderation:
menu:
proposals: Propuestas
flagged_debates: Debates
flagged_comments: Comentarios
users: Bloquear usuarios
proposals: "Propuestas"
flagged_debates: "Debates"
flagged_comments: "Comentarios"
users: "Bloquear usuarios"
dashboard:
index:
title: Moderación
title: "Moderación"
comments:
index:
hide_comments: Ocultar comentarios
block_authors: Bloquear autores
ignore_flags: Marcar como revisados
title: Comentarios
hide_comments: "Ocultar comentarios"
block_authors: "Bloquear autores"
ignore_flags: "Marcar como revisados"
title: "Comentarios"
headers:
comment: Comentario
moderate: Moderar
filter: Filtrar
comment: "Comentario"
moderate: "Moderar"
filter: "Filtrar"
filters:
all: Todos
pending_flag_review: Pendientes
with_ignored_flag: Marcados como revisados
order: Orden
all: "Todos"
pending_flag_review: "Pendientes"
with_ignored_flag: "Marcados como revisados"
order: "Orden"
orders:
created_at: Más nuevos
flags: Más denunciados
confirm: ¿Estás seguro?
created_at: "Más nuevos"
flags: "Más denunciados"
confirm: "¿Estás seguro?"
debates:
index:
hide_debates: Ocultar debates
block_authors: Bloquear autores
ignore_flags: Marcar como revisados
title: Debates
hide_debates: "Ocultar debates"
block_authors: "Bloquear autores"
ignore_flags: "Marcar como revisados"
title: "Debates"
headers:
debate: Debate
moderate: Moderar
filter: Filtrar
debate: "Debate"
moderate: "Moderar"
filter: "Filtrar"
filters:
all: Todos
pending_flag_review: Pendientes
with_ignored_flag: Marcados como revisados
order: Orden
all: "Todos"
pending_flag_review: "Pendientes"
with_ignored_flag: "Marcados como revisados"
order: "Orden"
orders:
created_at: Más nuevos
flags: Más denunciados
confirm: ¿Estás seguro?
created_at: "Más nuevos"
flags: "Más denunciados"
confirm: "¿Estás seguro?"
proposals:
index:
hide_proposals: Ocultar Propuestas
block_authors: Bloquear autores
ignore_flags: Marcar como revisadas
title: Propuestas
hide_proposals: "Ocultar Propuestas"
block_authors: "Bloquear autores"
ignore_flags: "Marcar como revisadas"
title: "Propuestas"
headers:
proposal: Propuesta
moderate: Moderar
filter: Filtro
proposal: "Propuesta"
moderate: "Moderar"
filter: "Filtro"
filters:
all: Todas
pending_flag_review: Pendientes de revisión
with_ignored_flag: Marcadas como revisadas
order: Ordenar por
all: "Todas"
pending_flag_review: "Pendientes de revisión"
with_ignored_flag: "Marcadas como revisadas"
order: "Ordenar por"
orders:
created_at: Más recientes
flags: Más denunciadas
confirm: ¿Estás seguro?
created_at: "Más recientes"
flags: "Más denunciadas"
confirm: "¿Estás seguro?"
users:
notice_hide: Usuario bloqueado. Se han ocultado todos sus debates y comentarios.
notice_hide: "Usuario bloqueado. Se han ocultado todos sus debates y comentarios."
index:
title: Bloquear usuarios
search_placeholder: email o nombre de usuario
search: Buscar
hide: Bloquear
hidden: Bloqueado
title: "Bloquear usuarios"
search_placeholder: "email o nombre de usuario"
search: "Buscar"
hide: "Bloquear"
hidden: "Bloqueado"

View File

@@ -1,19 +1,19 @@
en:
social_share_button:
share_to: Share to %{name}
weibo: Sina Weibo
twitter: Twitter
facebook: Facebook
douban: Douban
qq: Qzone
tqq: Tqq
delicious: Delicious
baidu: Baidu.com
kaixin001: Kaixin001.com
renren: Renren.com
google_plus: Google+
google_bookmark: Google Bookmark
tumblr: Tumblr
plurk: Plurk
pinterest: Pinterest
email: Email
share_to: "Share to %{name}"
weibo: "Sina Weibo"
twitter: "Twitter"
facebook: "Facebook"
douban: "Douban"
qq: "Qzone"
tqq: "Tqq"
delicious: "Delicious"
baidu: "Baidu.com"
kaixin001: "Kaixin001.com"
renren: "Renren.com"
google_plus: "Google+"
google_bookmark: "Google Bookmark"
tumblr: "Tumblr"
plurk: "Plurk"
pinterest: "Pinterest"
email: "Email"

View File

@@ -1,19 +1,19 @@
es:
social_share_button:
share_to: Compartir en %{name}
weibo: Sina Weibo
twitter: Twitter
facebook: Facebook
douban: Douban
qq: Qzone
tqq: Tqq
delicious: Delicious
baidu: Baidu.com
kaixin001: Kaixin001.com
renren: Renren.com
google_plus: Google+
google_bookmark: Google Bookmark
tumblr: Tumblr
plurk: Plurk
pinterest: Pinterest
email: Correo electrónico
share_to: "Compartir en %{name}"
weibo: "Sina Weibo"
twitter: "Twitter"
facebook: "Facebook"
douban: "Douban"
qq: "Qzone"
tqq: "Tqq"
delicious: "Delicious"
baidu: "Baidu.com"
kaixin001: "Kaixin001.com"
renren: "Renren.com"
google_plus: "Google+"
google_bookmark: "Google Bookmark"
tumblr: "Tumblr"
plurk: "Plurk"
pinterest: "Pinterest"
email: "Correo electrónico"