Standardizes yml files format
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user