]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Make distances in directions translatable
[rails.git] / config / locales / en.yml
index c2815d142b784bf80e780fbb9573851af7cc3d77..c3a752e4ac4e35edcd551db4ace58a98a3b314f2 100644 (file)
@@ -10,7 +10,7 @@ en:
       prompt: Choose file
     submit:
       diary_comment:
-        create: Save
+        create: Comment
       diary_entry:
         create: "Publish"
         update: "Update"
@@ -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
@@ -572,6 +573,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?"
@@ -2927,9 +2943,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}'."