]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en-GB.yml
Localisation updates from https://translatewiki.net.
[rails.git] / config / locales / en-GB.yml
index 8561da42e13af0a1de2a0099725e62646fc64011..e9bcdb560abce6737178ea666de8a182f44b50eb 100644 (file)
@@ -27,6 +27,7 @@
 # Author: Samwilson
 # Author: Shirayuki
 # Author: Smsm1
+# Author: Tlubenov
 # Author: TomH
 # Author: ديفيد
 ---
@@ -38,6 +39,8 @@ en-GB:
       friendly: '%e %B %Y at %H:%M'
       blog: '%e %B %Y'
   helpers:
+    file:
+      prompt: Choose file
     submit:
       diary_comment:
         create: Save
@@ -50,7 +53,7 @@ en-GB:
         create: Send
       client_application:
         create: Register
-        update: Edit
+        update: Update
       redaction:
         create: Create redaction
         update: Save redaction
@@ -73,6 +76,7 @@ en-GB:
       diary_comment: Diary Comment
       diary_entry: Diary Entry
       friend: Friend
+      issue: Проблем
       language: Language
       message: Message
       node: Node
@@ -89,6 +93,7 @@ en-GB:
       relation: Relation
       relation_member: Relation Member
       relation_tag: Relation Tag
+      report: Report
       session: Session
       trace: Trace
       tracepoint: Trace Point
@@ -100,6 +105,12 @@ en-GB:
       way_node: Way Node
       way_tag: Way Tag
     attributes:
+      client_application:
+        callback_url: Callback URL
+        support_url: Support URL
+        allow_write_api: modify the map
+        allow_read_gpx: read their private GPS traces
+        allow_write_gpx: upload GPS traces
       diary_comment:
         body: Body
       diary_entry:
@@ -114,15 +125,15 @@ en-GB:
       trace:
         user: User
         visible: Visible
-        name: Name
+        name: Filename
         size: Size
         latitude: Latitude
         longitude: Longitude
         public: Public
         description: Description
-        gpx_file: 'Upload GPX File:'
-        visibility: 'Visibility:'
-        tagstring: 'Tags:'
+        gpx_file: Upload GPX File
+        visibility: Visibility
+        tagstring: Tags
       message:
         sender: Sender
         title: Subject
@@ -552,11 +563,14 @@ en-GB:
           hospital: Hospital
           hunting_stand: Hunting Stand
           ice_cream: Ice Cream
+          internet_cafe: Интернет Кафе
           kindergarten: Nursery School
+          language_school: Езиково училище
           library: Library
           marketplace: Marketplace
           monastery: Monastery
           motorcycle_parking: Motorcycle Parking
+          music_school: Музикално училище
           nightclub: Night Club
           nursing_home: Nursing Home
           parking: Parking
@@ -596,6 +610,7 @@ en-GB:
           census: Census Boundary
           national_park: National Park
           protected_area: Protected Area
+          "yes": Граница
         bridge:
           aqueduct: Aqueduct
           boardwalk: Promenade
@@ -604,6 +619,17 @@ en-GB:
           viaduct: Viaduct
           "yes": Bridge
         building:
+          apartment: Апартамент
+          apartments: Апартаменти
+          cabin: Кабина
+          college: Сграда Колеж
+          commercial: Търговска Сграда
+          construction: Сграда в строеж
+          garage: Гараж
+          garages: Гаражи
+          house: Къща
+          industrial: Индустриална сграда
+          roof: Покрив
           "yes": Building
         craft:
           brewery: Brewery
@@ -1051,6 +1077,9 @@ en-GB:
     results:
       no_results: No results found
       more_results: More results
+  issues:
+    index:
+      reports: Отчети
   layouts:
     project_name:
       title: OpenStreetMap
@@ -1876,13 +1905,6 @@ en-GB:
       delete: Delete Client
       confirm: Are you sure?
       requests: 'Requesting the following permissions from the user:'
-      allow_read_prefs: read their user preferences.
-      allow_write_prefs: modify their user preferences.
-      allow_write_diary: create diary entries, comments and make friends.
-      allow_write_api: modify the map.
-      allow_read_gpx: read their private GPS traces.
-      allow_write_gpx: upload GPS traces.
-      allow_write_notes: modify notes.
     index:
       title: My OAuth Details
       my_tokens: My Authorised Applications
@@ -1898,19 +1920,7 @@ en-GB:
       registered_apps: 'You have the following client applications registered:'
       register_new: Register your application
     form:
-      name: Name
-      required: Required
-      url: Main Application URL
-      callback_url: Callback URL
-      support_url: Support URL
       requests: 'Request the following permissions from the user:'
-      allow_read_prefs: read their user preferences.
-      allow_write_prefs: modify their user preferences.
-      allow_write_diary: create diary entries, comments and make friends.
-      allow_write_api: modify the map.
-      allow_read_gpx: read their private GPS traces.
-      allow_write_gpx: upload GPS traces.
-      allow_write_notes: modify notes.
     not_found:
       sorry: Sorry, that %{type} could not be found.
     create:
@@ -2523,6 +2533,17 @@ en-GB:
         roundabout_with_exit: At roundabout take exit %{exit} onto %{name}
         unnamed: unnamed road
         courtesy: Directions courtesy of %{link}
+        exit_counts:
+          first: 1ви
+          second: 2ри
+          third: 3ти
+          fourth: 4ти
+          fifth: 5ти
+          sixth: 6ти
+          seventh: 7ми
+          eighth: 8ми
+          ninth: 9ти
+          tenth: 10ти
       time: Time
     query:
       node: Node
@@ -2568,4 +2589,6 @@ en-GB:
         this redaction before destroying it.
       flash: Redaction destroyed.
       error: There was an error destroying this redaction.
+  validations:
+    invalid_characters: съдържа невалидни символи
 ...