X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b2993e3a7913b34dfad7917ba9e3870f8f02b585..a88da1d71af3a095e5496937e04731ed5d5632fe:/config/locales/en.yml
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 12cb1ebd2..40eb533a2 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -10,7 +10,7 @@ en:
prompt: Choose file
submit:
diary_comment:
- create: Save
+ create: Comment
diary_entry:
create: "Publish"
update: "Update"
@@ -21,7 +21,7 @@ en:
client_application:
create: Register
update: Update
- doorkeeper_application:
+ oauth2_application:
create: Register
update: Update
redaction:
@@ -38,7 +38,7 @@ en:
messages:
invalid_email_address: does not appear to be a valid e-mail address
email_address_not_routable: is not routable
- # Translates all the model names, which is used in error handling on the web site
+ # Translates all the model names, which is used in error handling on the website
models:
acl: "Access Control List"
changeset: "Changeset"
@@ -75,8 +75,8 @@ en:
way: "Way"
way_node: "Way Node"
way_tag: "Way Tag"
- # Translates all the model attributes, which is used in error handling on the web site
- # Only the ones that are used on the web site are translated at the moment
+ # Translates all the model attributes, which is used in error handling on the website
+ # Only the ones that are used on the website are translated at the moment
attributes:
client_application:
name: Name (Required)
@@ -95,9 +95,10 @@ en:
diary_entry:
user: "User"
title: "Subject"
+ body: "Body"
latitude: "Latitude"
longitude: "Longitude"
- language: "Language"
+ language_code: "Language"
doorkeeper/application:
name: Name
redirect_uri: Redirect URIs
@@ -109,13 +110,12 @@ en:
trace:
user: "User"
visible: "Visible"
- name: "Name"
+ name: Filename
size: "Size"
latitude: "Latitude"
longitude: "Longitude"
public: "Public"
description: "Description"
- name: Filename
gpx_file: Upload GPX File
visibility: Visibility
tagstring: Tags
@@ -239,6 +239,24 @@ en:
entry:
comment: Comment
full: Full note
+ account:
+ deletions:
+ show:
+ title: Delete My Account
+ warning: Warning! The account deletion process is final, and cannot be reversed.
+ delete_account: Delete Account
+ delete_introduction: "You can delete your OpenStreetMap account using the button below. Please note the following details:"
+ delete_profile: Your profile information, including your avatar, description and home location will be removed.
+ delete_display_name: Your display name will be removed, and can be reused by other accounts.
+ retain_caveats: "However, some information about you will be retained on OpenStreetMap, even after your account is deleted:"
+ retain_edits: Your edits to the map database, if any, will be retained.
+ retain_traces: Your uploaded traces, if any, will be retained.
+ retain_diary_entries: Your diary entries and diary comments, if any, will be retained but hidden from view.
+ retain_notes: Your map notes and note comments, if any, will be retained but hidden from view.
+ retain_changeset_discussions: Your changeset discussions, if any, will be retained.
+ retain_email: Your email address will be retained.
+ confirm_delete: Are you sure?
+ cancel: Cancel
accounts:
edit:
title: "Edit account"
@@ -264,13 +282,16 @@ en:
not yet agreed: "You have not yet agreed to the new Contributor Terms."
review link text: "Please follow this link at your convenience to review and accept the new Contributor Terms."
agreed_with_pd: "You have also declared that you consider your edits to be in the Public Domain."
- link: "https://www.osmfoundation.org/wiki/License/Contributor_Terms"
+ link: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
link text: "what is this?"
save changes button: Save Changes
make edits public button: Make all my edits public
+ delete_account: Delete Account...
update:
success_confirm_needed: "User information updated successfully. Check your email for a note to confirm your new email address."
success: "User information updated successfully."
+ destroy:
+ success: "Account Deleted."
browse:
created: "Created"
closed: "Closed"
@@ -385,24 +406,7 @@ en:
wikimedia_commons_link: "The %{page} item on Wikimedia Commons"
telephone_link: "Call %{phone_number}"
colour_preview: "Colour %{colour_value} preview"
- note:
- title: "Note: %{id}"
- new_note: "New Note"
- description: "Description"
- open_title: "Unresolved note #%{note_name}"
- closed_title: "Resolved note #%{note_name}"
- hidden_title: "Hidden note #%{note_name}"
- opened_by_html: "Created by %{user} %{when}"
- opened_by_anonymous_html: "Created by anonymous %{when}"
- commented_by_html: "Comment from %{user} %{when}"
- commented_by_anonymous_html: "Comment from anonymous %{when}"
- closed_by_html: "Resolved by %{user} %{when}"
- closed_by_anonymous_html: "Resolved by anonymous %{when}"
- reopened_by_html: "Reactivated by %{user} %{when}"
- reopened_by_anonymous_html: "Reactivated by anonymous %{when}"
- hidden_by_html: "Hidden by %{user} %{when}"
- report: Report this note
- coordinates_html: "%{latitude}, %{longitude}"
+ email_link: "Email %{email}"
query:
title: "Query Features"
introduction: "Click on the map to find nearby features."
@@ -426,6 +430,7 @@ en:
index:
title: "Changesets"
title_user: "Changesets by %{user}"
+ title_user_link_html: "Changesets by %{user_link}"
title_friend: "Changesets by my friends"
title_nearby: "Changesets by nearby users"
empty: "No changesets found."
@@ -550,6 +555,21 @@ en:
applications:
create:
notice: Application Registered.
+ errors:
+ contact:
+ contact_url: https://wiki.openstreetmap.org/wiki/Contact
+ contact_url_title: Various contact channels explained
+ contact: contact
+ contact_the_community_html: Feel free to %{contact_link} the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.
+ forbidden:
+ title: Forbidden
+ description: The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)
+ internal_server_error:
+ title: Application error
+ description: The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)
+ not_found:
+ title: File not found
+ description: Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)
friendships:
make_friend:
heading: "Add %{user} as a friend?"
@@ -567,11 +587,8 @@ en:
search:
title:
latlon_html: 'Results from Internal'
- ca_postcode_html: 'Results from Geocoder.CA'
osm_nominatim_html: 'Results from OpenStreetMap Nominatim'
- geonames_html: 'Results from GeoNames'
osm_nominatim_reverse_html: 'Results from OpenStreetMap Nominatim'
- geonames_reverse_html: 'Results from GeoNames'
search_osm_nominatim:
prefix_format: "%{name}"
prefix:
@@ -589,17 +606,17 @@ en:
aeroway:
aerodrome: "Aerodrome"
airstrip: "Airstrip"
- apron: "Apron"
- gate: "Gate"
+ apron: "Airport Apron"
+ gate: "Airport Gate"
hangar: "Hangar"
helipad: "Helipad"
holding_position: "Holding Position"
- navigationaid: "Aviation Navigation aid"
+ navigationaid: "Aviation Navigation Aid"
parking_position: "Parking Position"
runway: "Runway"
taxilane: "Taxilane"
taxiway: "Taxiway"
- terminal: "Terminal"
+ terminal: "Airport Terminal"
windsock: "Windsock"
amenity:
animal_boarding: "Animal Boarding"
@@ -645,7 +662,7 @@ en:
fire_station: "Fire Station"
food_court: "Food Court"
fountain: "Fountain"
- fuel: "Fuel"
+ fuel: "Filling Station"
gambling: "Gambling"
grave_yard: "Grave Yard"
grit_bin: "Grit Bin"
@@ -654,7 +671,7 @@ en:
ice_cream: "Ice Cream"
internet_cafe: "Internet Cafe"
kindergarten: "Kindergarten"
- language_school: "Language school"
+ language_school: "Language School"
library: "Library"
loading_dock: "Loading Dock"
love_hotel: "Love Hotel"
@@ -773,7 +790,7 @@ en:
"yes": "Building"
club:
scout: "Scout Group Base"
- sport: "Sportsclub"
+ sport: "Sports Club"
"yes": "Club"
craft:
beekeeper: "Beekeeper"
@@ -801,7 +818,6 @@ en:
window_construction: "Window Construction"
winery: "Winery"
"yes": "Craft Shop"
- crossing: "Crossing"
emergency:
access_point: "Access Point"
ambulance_station: "Ambulance Station"
@@ -822,6 +838,7 @@ en:
bus_stop: "Bus Stop"
construction: "Highway under Construction"
corridor: "Corridor"
+ crossing: "Crossing"
cycleway: "Cycle Path"
elevator: "Elevator"
emergency_access_point: "Emergency Access Point"
@@ -910,9 +927,8 @@ en:
brownfield: "Brownfield Land"
cemetery: "Cemetery"
commercial: "Commercial Area"
- conservation: "Conservation"
- construction: "Construction"
- farm: "Farm"
+ conservation: "Conservation Area"
+ construction: "Construction Area"
farmland: "Farmland"
farmyard: "Farmyard"
forest: "Forest"
@@ -933,7 +949,7 @@ en:
reservoir: "Reservoir"
reservoir_watershed: "Reservoir Watershed"
residential: "Residential Area"
- retail: "Retail"
+ retail: "Retail Area"
village_green: "Village Green"
vineyard: "Vineyard"
"yes": "Landuse"
@@ -1207,7 +1223,7 @@ en:
deli: "Deli"
department_store: "Department Store"
discount: "Discount Items Shop"
- doityourself: "Do-It-Yourself"
+ doityourself: "Do-It-Yourself Shop"
dry_cleaning: "Dry Cleaning"
e-cigarette: "E-Cigarette Shop"
electronics: "Electronics Shop"
@@ -1233,7 +1249,7 @@ en:
health_food: "Health Food Store"
hearing_aids: "Hearing Aids"
herbalist: "Herbalist"
- hifi: "Hi-Fi"
+ hifi: "Hi-Fi Shop"
houseware: "Houseware Shop"
ice_cream: "Ice Cream Shop"
interior_decoration: "Interior Decoration"
@@ -1293,7 +1309,7 @@ en:
artwork: "Artwork"
attraction: "Attraction"
bed_and_breakfast: "Bed and Breakfast"
- cabin: "Cabin"
+ cabin: "Tourist Cabin"
camp_pitch: "Camp Pitch"
camp_site: "Camp Site"
caravan_site: "Caravan Site"
@@ -1369,7 +1385,6 @@ en:
last_updated_time_html: "%{time}"
last_updated_time_user_html: "%{time} by %{user}"
link_to_reports: View Reports
- reported_user: Reported User
reports_count:
one: "1 Report"
other: "%{count} Reports"
@@ -1418,6 +1433,7 @@ en:
issue_comments:
create:
comment_created: Your comment was successfully created
+ issue_reassigned: Your comment was created and the issue was reassigned
reports:
new:
title_html: "Report %{link}"
@@ -1494,6 +1510,7 @@ en:
help: Help
about: About
copyright: Copyright
+ communities: Communities
community: Community
community_blogs: "Community Blogs"
community_blogs_title: "Blogs from members of the OpenStreetMap community"
@@ -1763,7 +1780,6 @@ en:
create account minute: Create an account. It only takes a minute.
no account: Don't have an account?
account not active: "Sorry, your account is not active yet.
Please use the link in the account confirmation email to activate your account, or request a new confirmation email."
- account is suspended: Sorry, your account has been suspended due to suspicious activity.
Please contact support if you wish to discuss this.
auth failure: "Sorry, could not log in with those details."
openid_logo_alt: "Log in with an OpenID"
auth_providers:
@@ -1795,6 +1811,10 @@ en:
title: "Logout"
heading: "Logout from OpenStreetMap"
logout_button: "Logout"
+ suspended_flash:
+ suspended: Sorry, your account has been suspended due to suspicious activity.
+ contact_support_html: Please contact %{support_link} if you wish to discuss this.
+ support: support
shared:
markdown_help:
title_html: Parsed with kramdown
@@ -1817,7 +1837,7 @@ en:
about:
next: Next
copyright_html: ©OpenStreetMap
contributors
- used_by_html: "%{name} provides map data for thousands of web sites, mobile apps, and hardware devices"
+ used_by_html: "%{name} provides map data for thousands of websites, mobile apps, and hardware devices"
lede_text: |
OpenStreetMap is built by a community of mappers that contribute and maintain data
about roads, trails, cafés, railway stations, and much more, all over the world.
@@ -1887,25 +1907,30 @@ en:
Commons Attribution-ShareAlike 2.0 license (CC BY-SA 2.0).
credit_title_html: How to credit OpenStreetMap
credit_1_html: |
- We require that you use the credit “© OpenStreetMap
- contributors”.
+ Where you use OpenStreetMap data, you are required to do the following two things:
credit_2_1_html: |
- You must also make it clear that the data is available under the Open
- Database License. You may do this by linking to
+
- Sorry, your account has been automatically suspended due to - suspicious activity. -
-- This decision will be reviewed by an administrator shortly, or - you may contact %{webmaster} if you wish to discuss this. -
+ automatically_suspended: Sorry, your account has been automatically suspended due to suspicious activity. + contact_support_html: This decision will be reviewed by an administrator shortly, or you may contact %{support_link} if you wish to discuss this. + support: support auth_failure: connection_failed: Connection to authentication provider failed invalid_credentials: Invalid authentication credentials @@ -2768,6 +2819,38 @@ en: description: "Description" created_at: "Created at" last_changed: "Last changed" + show: + title: "Note: %{id}" + description: "Description" + open_title: "Unresolved note #%{note_name}" + closed_title: "Resolved note #%{note_name}" + hidden_title: "Hidden note #%{note_name}" + opened_by_html: "Created by %{user} %{when}" + opened_by_anonymous_html: "Created by anonymous %{when}" + commented_by_html: "Comment from %{user} %{when}" + commented_by_anonymous_html: "Comment from anonymous %{when}" + closed_by_html: "Resolved by %{user} %{when}" + closed_by_anonymous_html: "Resolved by anonymous %{when}" + reopened_by_html: "Reactivated by %{user} %{when}" + reopened_by_anonymous_html: "Reactivated by anonymous %{when}" + hidden_by_html: "Hidden by %{user} %{when}" + report: report this note + coordinates_html: "%{latitude}, %{longitude}" + anonymous_warning: This note includes comments from anonymous users which should be independently verified. + hide: Hide + resolve: Resolve + reactivate: Reactivate + comment_and_resolve: Comment & Resolve + comment: Comment + report_link_html: "If this note contains sensitive information that needs to be removed, you can %{link}." + other_problems_resolve: "For all other problems with the note, please resolve it yourself with a comment." + other_problems_resolved: "For all other problems, resolving is sufficient." + disappear_date_html: "This resolved note will disappear from the map in %{disappear_in}." + new: + title: "New Note" + intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem." + advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings." + add: Add Note javascripts: close: Close share: @@ -2845,18 +2928,6 @@ en: unsubscribe: "Unsubscribe" hide_comment: "hide" unhide_comment: "unhide" - notes: - new: - intro: "Spotted a mistake or something missing? Let other mappers know so we can fix it. Move the marker to the correct position and type a note to explain the problem." - advice: "Your note is public and may be used to update the map, so don't enter personal information, or information from copyrighted maps or directory listings." - add: Add Note - show: - anonymous_warning: This note includes comments from anonymous users which should be independently verified. - hide: Hide - resolve: Resolve - reactivate: Reactivate - comment_and_resolve: Comment & Resolve - comment: Comment edit_help: Move the map and zoom in on a location you want to edit, then click here. directions: ascend: "Ascend" @@ -2867,9 +2938,14 @@ en: graphhopper_bicycle: "Bicycle (GraphHopper)" graphhopper_car: "Car (GraphHopper)" graphhopper_foot: "Foot (GraphHopper)" + fossgis_valhalla_bicycle: "Bicycle (Valhalla)" + fossgis_valhalla_car: "Car (Valhalla)" + fossgis_valhalla_foot: "Foot (Valhalla)" descend: "Descend" directions: "Directions" distance: "Distance" + distance_m: "%{distance}m" + distance_km: "%{distance}km" errors: no_route: "Couldn't find a route between those two places." no_place: "Sorry - couldn't locate '%{place}'."