X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/db39876dd6f0bccb36e4cdde0e1a0da81a05fcfe..70d6880e10881dfd4b68f51cf16609a9f8aaff24:/config/locales/en.yml diff --git a/config/locales/en.yml b/config/locales/en.yml index 5bc88547a..197c6308c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -228,7 +228,7 @@ en: user: "User" comment: "Comment" area: "Area" - list: + index: title: "Changesets" title_user: "Changesets by %{user}" title_friend: "Changesets by my friends" @@ -242,18 +242,22 @@ en: load_more: "Load more" timeout: sorry: "Sorry, the list of changesets you requested took too long to retrieve." - rss: - title_all: OpenStreetMap changeset discussion - title_particular: "OpenStreetMap changeset #%{changeset_id} discussion" + changeset_comments: + comment: comment: "New comment on changeset #%{changeset_id} by %{author}" - commented_at_html: "Updated %{when} ago" commented_at_by_html: "Updated %{when} ago by %{user}" - full: Full discussion - diary_entry: + comments: + comment: "New comment on changeset #%{changeset_id} by %{author}" + index: + title_all: OpenStreetMap changeset discussion + title_particular: "OpenStreetMap changeset #%{changeset_id} discussion" + timeout: + sorry: "Sorry, the list of changeset comments you requested took too long to retrieve." + diary_entries: new: title: New Diary Entry publish_button: "Publish" - list: + index: title: "Users' diaries" title_friends: "Friends' diaries" title_nearby: "Nearby Users' diaries" @@ -276,7 +280,7 @@ en: use_map_link: "use map" save_button: "Save" marker_text: Diary entry location - view: + show: title: "%{user}'s diary | %{title}" user_title: "%{user}'s diary" leave_a_comment: "Leave a comment" @@ -1024,7 +1028,7 @@ en: other_label: Other create: successful_report: Your report has been registered sucessfully - provide_details: Please provide the required details + provide_details: Please provide the required details layouts: project_name: # in @@ -1055,9 +1059,8 @@ en: intro_header: Welcome to OpenStreetMap! intro_text: OpenStreetMap is a map of the world, created by people like you and free to use under an open license. intro_2_create_account: "Create a user account" - partners_html: "Hosting is supported by %{ucl}, %{bytemark}, %{ic}, and other %{partners}." + hosting_partners_html: "Hosting is supported by %{ucl}, %{bytemark}, and other %{partners}." partners_ucl: "UCL" - partners_ic: "Imperial College London" partners_bytemark: "Bytemark Hosting" partners_partners: "partners" osm_offline: "The OpenStreetMap database is currently offline while essential database maintenance work is carried out." @@ -1194,6 +1197,7 @@ en: body: "Body" send_button: "Send" back_to_inbox: "Back to inbox" + create: message_sent: "Message sent" limit_exceeded: "You have sent a lot of messages recently. Please wait a while before trying to send any more." no_such_message: @@ -1347,6 +1351,11 @@ en: <a href="https://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>), <a href="https://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and Land Tirol (under <a href="https://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC BY AT with amendments</a>). + contributors_au_html: | + <strong>Australia</strong>: Contains data sourced from + <a href="https://www.psma.com.au/psma-data-copyright-and-disclaimer">PSMA Australia Limited</a> + licensed by the Commonwealth of Australia under + <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. contributors_ca_html: | <strong>Canada</strong>: Contains data from GeoBase®, GeoGratis (© Department of Natural @@ -1722,9 +1731,11 @@ en: visibility: "Visibility:" visibility_help: "what does this mean?" visibility_help_url: "https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces" + update: + updated: Trace updated trace_optionals: tags: "Tags" - view: + show: title: "Viewing trace %{name}" heading: "Viewing trace %{name}" pending: "PENDING" @@ -1739,8 +1750,8 @@ en: description: "Description:" tags: "Tags:" none: "None" - edit_track: "Edit this trace" - delete_track: "Delete this trace" + edit_trace: "Edit this trace" + delete_trace: "Delete this trace" trace_not_found: "Trace not found!" visibility: "Visibility:" confirm_delete: "Delete this trace?" @@ -1764,7 +1775,7 @@ en: by: "by" in: "in" map: "map" - list: + index: public_traces: "Public GPS traces" my_traces: "My GPS traces" public_traces_from: "Public GPS traces from %{user}" @@ -1791,6 +1802,7 @@ en: other: "GPX file with %{count} points from %{user}" description_without_count: "GPX file from %{user}" application: + permission_denied: You do not have permission to access that action require_cookies: cookies_needed: "You appear to have cookies disabled - please enable cookies in your browser before continuing." require_admin: @@ -1887,7 +1899,7 @@ en: flash: "Updated the client information successfully" destroy: flash: "Destroyed the client application registration" - user: + users: login: title: "Login" heading: "Login" @@ -2003,7 +2015,7 @@ en: heading: "The user %{user} does not exist" body: "Sorry, there is no user with the name %{user}. Please check your spelling, or maybe the link you clicked is wrong." deleted: "deleted" - view: + show: my diary: My Diary new diary entry: new diary entry my edits: My Edits @@ -2165,7 +2177,7 @@ en: not_a_friend: "%{name} is not one of your friends." filter: not_an_administrator: "You need to be an administrator to perform that action." - list: + index: title: Users heading: Users showing: @@ -2554,3 +2566,8 @@ en: not_empty: "Redaction is not empty. Please un-redact all versions belonging to this redaction before destroying it." flash: "Redaction destroyed." error: "There was an error destroying this redaction." + validations: + leading_whitespace: "has leading whitespace" + trailing_whitespace: "has trailing whitespace" + invalid_characters: "contains invalid characters" + url_characters: "contains special URL characters (%{characters})"