]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #2374 from tordans/patch-1
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 16 Oct 2019 08:32:17 +0000 (10:32 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Oct 2019 08:32:17 +0000 (10:32 +0200)
Add reference to settings.local.yml-file in installation.md

39 files changed:
.rubocop_todo.yml
Gemfile.lock
app/assets/images/browse/farm.png [deleted file]
app/assets/images/browse/farmland.png [new file with mode: 0644]
app/assets/images/browse/farmyard.png [new file with mode: 0644]
app/assets/images/browse/grass.png [new file with mode: 0644]
app/assets/images/browse/grassland.png [new file with mode: 0644]
app/assets/images/browse/meadow.png [new file with mode: 0644]
app/assets/stylesheets/browse.scss
app/views/traces/_trace.html.erb
config/initializers/omniauth.rb
config/locales/ar.yml
config/locales/ast.yml
config/locales/cs.yml
config/locales/da.yml
config/locales/diq.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hu.yml
config/locales/ia.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/kab.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/nl.yml
config/locales/pl.yml
config/locales/pt-PT.yml
config/locales/ro.yml
config/locales/ru.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/tr.yml
config/locales/zh-TW.yml
test/factories/traces.rb

index 397215c03bd8ef4b006532cd82a8922ac2669eb3..9e27360caaf27e5b9f04080676f6e8de9be9f3f9 100644 (file)
@@ -1,12 +1,12 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config`
-# on 2019-08-14 19:26:21 +0100 using RuboCop version 0.74.0.
+# on 2019-10-07 20:37:25 +0100 using RuboCop version 0.75.0.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
-# Offense count: 33
+# Offense count: 34
 # Configuration parameters: AllowSafeAssignment.
 Lint/AssignmentInCondition:
   Exclude:
@@ -32,9 +32,9 @@ Lint/HandleExceptions:
     - 'app/controllers/api/amf_controller.rb'
     - 'app/controllers/users_controller.rb'
 
-# Offense count: 699
+# Offense count: 700
 Metrics/AbcSize:
-  Max: 279
+  Max: 189
 
 # Offense count: 39
 # Configuration parameters: CountComments, ExcludedMethods.
@@ -56,12 +56,12 @@ Metrics/ClassLength:
 Metrics/CyclomaticComplexity:
   Max: 22
 
-# Offense count: 719
+# Offense count: 721
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/MethodLength:
   Max: 179
 
-# Offense count: 1
+# Offense count: 2
 # Configuration parameters: CountComments.
 Metrics/ModuleLength:
   Max: 107
@@ -177,6 +177,18 @@ Style/AsciiComments:
 Style/Documentation:
   Enabled: false
 
+# Offense count: 27
+# Configuration parameters: EnforcedStyle.
+# SupportedStyles: annotated, template, unannotated
+Style/FormatStringToken:
+  Exclude:
+    - 'app/models/concerns/geo_record.rb'
+    - 'lib/bounding_box.rb'
+    - 'test/controllers/api/map_controller_test.rb'
+    - 'test/controllers/api/relations_controller_test.rb'
+    - 'test/controllers/api/ways_controller_test.rb'
+    - 'test/lib/bounding_box_test.rb'
+
 # Offense count: 539
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle.
@@ -196,7 +208,7 @@ Style/IfUnlessModifier:
 Style/NumericLiterals:
   MinDigits: 11
 
-# Offense count: 3322
+# Offense count: 3330
 # Cop supports --auto-correct.
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
 # URISchemes: http, https
index a4104c53625bb0822be5448ec7c09b8b1c5db4f6..9e1e32109fb7b9cd2e4f4359a8c58e24925ba380 100644 (file)
@@ -2,7 +2,7 @@ GEM
   remote: https://rubygems.org/
   specs:
     SystemTimer (1.2.3)
-    aasm (5.0.5)
+    aasm (5.0.6)
       concurrent-ruby (~> 1.0)
     actioncable (5.2.3)
       actionpack (= 5.2.3)
@@ -51,9 +51,9 @@ GEM
       i18n (>= 0.7, < 2)
       minitest (~> 5.1)
       tzinfo (~> 1.1)
-    addressable (2.6.0)
-      public_suffix (>= 2.0.2, < 4.0)
-    annotate (2.7.5)
+    addressable (2.7.0)
+      public_suffix (>= 2.0.2, < 5.0)
+    annotate (3.0.2)
       activerecord (>= 3.2, < 7.0)
       rake (>= 10.4, < 13.0)
     arel (9.0.0)
@@ -61,8 +61,8 @@ GEM
     autoprefixer-rails (8.6.5)
       execjs
     aws-eventstream (1.0.3)
-    aws-partitions (1.206.0)
-    aws-sdk-core (3.64.0)
+    aws-partitions (1.220.0)
+    aws-sdk-core (3.68.1)
       aws-eventstream (~> 1.0, >= 1.0.2)
       aws-partitions (~> 1.0)
       aws-sigv4 (~> 1.1)
@@ -70,7 +70,7 @@ GEM
     aws-sdk-kms (1.24.0)
       aws-sdk-core (~> 3, >= 3.61.1)
       aws-sigv4 (~> 1.1)
-    aws-sdk-s3 (1.46.0)
+    aws-sdk-s3 (1.48.0)
       aws-sdk-core (~> 3, >= 3.61.1)
       aws-sdk-kms (~> 1)
       aws-sigv4 (~> 1.1)
@@ -91,7 +91,7 @@ GEM
     bigdecimal (1.1.0)
     binding_of_caller (0.8.0)
       debug_inspector (>= 0.0.1)
-    bootsnap (1.4.4)
+    bootsnap (1.4.5)
       msgpack (~> 1.0)
     browser (2.6.1)
     builder (3.2.3)
@@ -156,7 +156,7 @@ GEM
       concurrent-ruby (~> 1.0)
       dry-core (~> 0.2)
       dry-equalizer (~> 0.2)
-    dry-schema (1.3.3)
+    dry-schema (1.3.4)
       concurrent-ruby (~> 1.0)
       dry-configurable (~> 0.8, >= 0.8.3)
       dry-core (~> 0.4)
@@ -164,7 +164,7 @@ GEM
       dry-initializer (~> 3.0)
       dry-logic (~> 1.0)
       dry-types (~> 1.0)
-    dry-types (1.1.1)
+    dry-types (1.2.0)
       concurrent-ruby (~> 1.0)
       dry-container (~> 0.3)
       dry-core (~> 0.4, >= 0.4.4)
@@ -172,23 +172,23 @@ GEM
       dry-inflector (~> 0.1, >= 0.1.2)
       dry-logic (~> 1.0, >= 1.0.2)
     dynamic_form (1.1.4)
-    erb_lint (0.0.29)
+    erb_lint (0.0.30)
       activesupport
       better_html (~> 1.0.7)
       html_tokenizer
       rainbow
       rubocop (~> 0.51)
       smart_properties
-    erubi (1.8.0)
+    erubi (1.9.0)
     execjs (2.7.0)
     exifr (1.3.6)
-    factory_bot (5.0.2)
+    factory_bot (5.1.1)
       activesupport (>= 4.2.0)
-    factory_bot_rails (5.0.2)
-      factory_bot (~> 5.0.2)
+    factory_bot_rails (5.1.1)
+      factory_bot (~> 5.1.0)
       railties (>= 4.2.0)
     fakefs (0.20.1)
-    faraday (0.15.4)
+    faraday (0.17.0)
       multipart-post (>= 1.2, < 3)
     ffi (1.11.1)
     ffi-libarchive (0.4.10)
@@ -236,16 +236,15 @@ GEM
     kgio (2.11.2)
     kramdown (2.1.0)
     libxml-ruby (3.1.0)
-    listen (3.1.5)
-      rb-fsevent (~> 0.9, >= 0.9.4)
-      rb-inotify (~> 0.9, >= 0.9.7)
-      ruby_dep (~> 1.2)
+    listen (3.2.0)
+      rb-fsevent (~> 0.10, >= 0.10.3)
+      rb-inotify (~> 0.9, >= 0.9.10)
     logstash-event (1.2.02)
     logstasher (1.3.0)
       activesupport (>= 4.0)
       logstash-event (~> 1.2.0)
       request_store
-    loofah (2.2.3)
+    loofah (2.3.0)
       crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
     mail (2.7.1)
@@ -257,12 +256,12 @@ GEM
     mini_magick (4.9.5)
     mini_mime (1.0.2)
     mini_portile2 (2.4.0)
-    minitest (5.11.3)
+    minitest (5.12.2)
     msgpack (1.3.1)
     multi_json (1.13.1)
     multi_xml (0.6.0)
     multipart-post (2.1.1)
-    nio4r (2.4.0)
+    nio4r (2.5.2)
     nokogiri (1.10.4)
       mini_portile2 (~> 2.4.0)
     nokogumbo (2.0.1)
@@ -273,8 +272,8 @@ GEM
       oauth (~> 0.4.4)
       oauth2 (>= 0.5.0)
       rack
-    oauth2 (1.4.1)
-      faraday (>= 0.8, < 0.16.0)
+    oauth2 (1.4.2)
+      faraday (>= 0.8, < 2.0)
       jwt (>= 1.0, < 3.0)
       multi_json (~> 1.3)
       multi_xml (~> 0.5)
@@ -307,8 +306,8 @@ GEM
       multi_json (~> 1.12)
       omniauth-oauth2 (~> 1.4)
     openstreetmap-deadlock_retry (1.3.0)
-    parallel (1.17.0)
-    parser (2.6.3.0)
+    parallel (1.18.0)
+    parser (2.6.5.0)
       ast (~> 2.4.0)
     pg (1.1.4)
     poltergeist (1.18.1)
@@ -317,7 +316,7 @@ GEM
       websocket-driver (>= 0.2.0)
     progress (3.5.2)
     psych (3.1.0)
-    public_suffix (3.1.1)
+    public_suffix (4.0.1)
     puma (3.12.1)
     quad_tile (1.0.1)
     r2 (0.2.7)
@@ -349,8 +348,8 @@ GEM
     rails-dom-testing (2.0.3)
       activesupport (>= 4.2.0)
       nokogiri (>= 1.6)
-    rails-html-sanitizer (1.2.0)
-      loofah (~> 2.2, >= 2.2.2)
+    rails-html-sanitizer (1.3.0)
+      loofah (~> 2.3)
     rails-i18n (4.0.2)
       i18n (~> 0.6)
       rails (>= 4.0)
@@ -372,29 +371,27 @@ GEM
     rinku (2.0.6)
     rotp (5.1.0)
       addressable (~> 2.5)
-    rubocop (0.74.0)
+    rubocop (0.75.0)
       jaro_winkler (~> 1.5.1)
       parallel (~> 1.10)
       parser (>= 2.6)
       rainbow (>= 2.2.2, < 4.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 1.4.0, < 1.7)
-    rubocop-performance (1.4.1)
+    rubocop-performance (1.5.0)
       rubocop (>= 0.71.0)
-    rubocop-rails (2.3.1)
+    rubocop-rails (2.3.2)
       rack (>= 1.1)
       rubocop (>= 0.72.0)
-    ruby-openid (2.7.0)
+    ruby-openid (2.9.1)
     ruby-progressbar (1.10.1)
-    ruby_dep (1.5.0)
     safe_yaml (1.0.5)
-    sanitize (5.0.0)
+    sanitize (5.1.0)
       crass (~> 1.0.2)
       nokogiri (>= 1.8.0)
       nokogumbo (~> 2.0)
-    sassc (2.0.1)
+    sassc (2.2.1)
       ffi (~> 1.9)
-      rake
     sassc-rails (2.1.2)
       railties (>= 4.0.0)
       sassc (>= 2.0)
@@ -421,17 +418,17 @@ GEM
       tins (~> 1.0)
     thor (0.20.3)
     thread_safe (0.3.6)
-    tilt (2.0.9)
+    tilt (2.0.10)
     tins (1.21.1)
     tzinfo (1.2.5)
       thread_safe (~> 0.1)
-    uglifier (4.1.20)
+    uglifier (4.2.0)
       execjs (>= 0.3.0, < 3)
     unicode-display_width (1.6.0)
     validates_email_format_of (1.6.3)
       i18n
     vendorer (0.2.0)
-    webmock (3.6.2)
+    webmock (3.7.6)
       addressable (>= 2.3.6)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
diff --git a/app/assets/images/browse/farm.png b/app/assets/images/browse/farm.png
deleted file mode 100644 (file)
index 9789000..0000000
Binary files a/app/assets/images/browse/farm.png and /dev/null differ
diff --git a/app/assets/images/browse/farmland.png b/app/assets/images/browse/farmland.png
new file mode 100644 (file)
index 0000000..c894c84
Binary files /dev/null and b/app/assets/images/browse/farmland.png differ
diff --git a/app/assets/images/browse/farmyard.png b/app/assets/images/browse/farmyard.png
new file mode 100644 (file)
index 0000000..ca41410
Binary files /dev/null and b/app/assets/images/browse/farmyard.png differ
diff --git a/app/assets/images/browse/grass.png b/app/assets/images/browse/grass.png
new file mode 100644 (file)
index 0000000..79baac3
Binary files /dev/null and b/app/assets/images/browse/grass.png differ
diff --git a/app/assets/images/browse/grassland.png b/app/assets/images/browse/grassland.png
new file mode 100644 (file)
index 0000000..79baac3
Binary files /dev/null and b/app/assets/images/browse/grassland.png differ
diff --git a/app/assets/images/browse/meadow.png b/app/assets/images/browse/meadow.png
new file mode 100644 (file)
index 0000000..79baac3
Binary files /dev/null and b/app/assets/images/browse/meadow.png differ
index a80966ee142f9e96f9519373827ce8c3af5f4b74..2db397a07f8ce1332c50dbe45334bd8d12402dfb 100644 (file)
   .landuse.brownfield::before { content: image-url('browse/brownfield.png'); }
   .landuse.cemetery::before { content: image-url('browse/cemetery.png'); }
   .landuse.commercial::before { content: image-url('browse/commercial.png'); }
-  .landuse.farm::before { content: image-url('browse/farm.png'); }
+  .landuse.farmland::before { content: image-url('browse/farmland.png'); }
+  .landuse.farmyard::before { content: image-url('browse/farmyard.png'); }
   .landuse.forest::before { content: image-url('browse/forest.png'); }
+  .landuse.grass::before { content: image-url('browse/grass.png'); }
   .landuse.industrial::before { content: image-url('browse/industrial.png'); }
+  .landuse.meadow::before { content: image-url('browse/meadow.png'); }
   .landuse.military::before { content: image-url('browse/military.png'); }
   .landuse.residential::before { content: image-url('browse/residential.png'); }
   .landuse.retail::before { content: image-url('browse/retail.png'); }
   .landuse.tourism::before { content: image-url('browse/tourism.png'); }
-  .landuse.wood::before { content: image-url('browse/wood.png'); }
 
   .leisure.golf_course::before { content: image-url('browse/golf.png'); }
   .leisure.park::before { content: image-url('browse/park.png'); }
   .leisure.nature_reserve::before { content: image-url('browse/reserve.png'); }
   .leisure.water_park::before { content: image-url('browse/leisure_water_park.16.png'); }
 
+  .natural.grassland::before { content: image-url('browse/grassland.png'); }
   .natural.heath::before { content: image-url('browse/heathland.png'); }
   .natural.water::before { content: image-url('browse/lake.png'); }
+  .natural.wood::before { content: image-url('browse/wood.png'); }
 
   .railway.light_rail::before { content: image-url('browse/light_rail.20.png'); }
   .railway.rail::before { content: image-url('browse/rail.20.png'); }
index ceeb4d88d709538a86eb0038de2715ca5bcfe262..1fde78790d1a7d86a26c2ae3122a6850bfdec71c 100644 (file)
@@ -12,7 +12,7 @@
   <td class="<%= cl %>"><%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %>
     <span class="trace_summary" title="<%= trace.timestamp %>"> ...
       <% if trace.inserted %>
-        (<%= t ".count_points", :count => trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/, '\1,') %>)
+        (<%= t ".count_points", :count => trace.size %>)
       <% end %>
       ... <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %></span>
       <%= link_to_if trace.inserted?, t(".map"), { :controller => "site", :action => "index", :mlat => trace.latitude, :mlon => trace.longitude, :anchor => "map=14/#{trace.latitude}/#{trace.longitude}" }, { :title => t(".view_map") } %> /
index dc5b28e66f55ef1b58cf3470c61e03e10d041add..a61fe960ccafb8dd24fcb25b84796ad82e261348 100644 (file)
@@ -21,7 +21,7 @@ end
 
 openid_options = { :name => "openid", :store => openid_store }
 google_options = { :name => "google", :scope => "email", :access_type => "online" }
-facebook_options = { :name => "facebook", :scope => "email" }
+facebook_options = { :name => "facebook", :scope => "email", :client_options => { :site => "https://graph.facebook.com/v4.0", :authorize_url => "https://www.facebook.com/v4.0/dialog/oauth" } }
 windowslive_options = { :name => "windowslive", :scope => "wl.signin,wl.emails" }
 github_options = { :name => "github", :scope => "user:email" }
 wikipedia_options = { :name => "wikipedia", :client_options => { :site => "https://meta.wikimedia.org" } }
index a36ddde4bf9f0f038f79d6ecec082b36faa3bd6a..d6caac7c81b6b7158257d471f98db36ffed9508e 100644 (file)
@@ -42,6 +42,7 @@ ar:
   time:
     formats:
       friendly: '%e %B %Y في %H:%M'
+      blog: '%e %B %Y'
   helpers:
     submit:
       diary_comment:
@@ -176,6 +177,9 @@ ar:
       x_years:
         one: منذ سنة واحدة
         other: منذ %{count} سنوات
+  printable_name:
+    with_version: '%{id}، v%{version}'
+    with_name_html: '%{name} (%{id})'
   editor:
     default: الافتراضي (حالياً %{name})
     potlatch:
@@ -267,6 +271,7 @@ ar:
       history_title: 'تاريخ الصلة: %{name}'
       members: الأعضاء
     relation_member:
+      entry: '%{type} %{name}'
       entry_role: '%{type} %{name} كــ%{role}'
       type:
         node: عقدة
@@ -467,6 +472,7 @@ ar:
           خريطة الشارع المفتوحة</a>
         geonames_reverse: نتائج من <a href="http://www.geonames.org/">GeoNames</a>
     search_osm_nominatim:
+      prefix_format: '%{name}'
       prefix:
         aerialway:
           cable_car: عربة قطار هوائي
@@ -1217,6 +1223,7 @@ ar:
       footer: يمكنك أيضًا قراءة التعليق على %{readurl} ويمكنك التعليق على %{commenturl}
         أو الرد على %{replyurl}
     message_notification:
+      subject_header: '[OpenStreetMap] %{subject}'
       hi: مرحبًا %{to_user}،
       header: '%{from_user} قام بإرسال رسالة لك عبر خريطة الشارع المفتوحة بالعنوان
         %{subject}:'
@@ -1238,6 +1245,7 @@ ar:
         failed_to_import: 'فشل الاستيراد، الخطأ هو:'
         more_info_1: المزيد من المعلومات حول فشل استيراد جي بي إكس وكيفية تجنبه
         more_info_2: 'وهي موجودة على:'
+        import_failures_url: https://wiki.openstreetmap.org/wiki/GPX_Import_Failures
       success:
         subject: '[خريطة الشارع المفتوحة] نجاح استيراد جي بي إكس'
         loaded_successfully: تم تحميل بنجاح %{trace_points} نقطة من أصل %{possible_points}
@@ -1566,6 +1574,7 @@ ar:
       not_public_description: أنت لم تعد قادر على تعديل الخريطة إلا إذا قمت بذلك،
         يمكنك تعيين تعديلاتك لتكون علنية من %{user_page} الخاصة بك.
       user_page_link: صفحة مستخدم
+      anon_edits: (%{link})
       anon_edits_link_text: ابحث عن السبب لماذا هو هذا الحال.
       flash_player_required: أنت بحاجة لمشغل فلاش لاستخدام Potlatch، محرر فلاش خريطة
         الشارع المفتوحة. يمكنك <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">تنزيل
@@ -1877,6 +1886,7 @@ ar:
       tags_help: محددة بفواصل
       visibility: 'الرؤية:'
       visibility_help: ماذا يعني هذا؟
+      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
     update:
       updated: تم تحديث التتبع
     trace_optionals:
@@ -1907,7 +1917,9 @@ ar:
       newer: الآثار الحديثة
     trace:
       pending: في الانتظار
-      count_points: '%{count} نقطة'
+      count_points:
+        one: 1 نقطة
+        other: '%{count} نقاط'
       more: المزيد
       trace_details: اعرض تفاصيل الأثر
       view_map: اعرض الخريطة
index 3a0309efdc02f0a6d8bbfb42a79552b23937f08f..df45277a00bf0bade292e65dec33750cda31268b 100644 (file)
@@ -284,6 +284,7 @@ ast:
       wikidata_link: L'elementu %{page} en Wikidata
       wikipedia_link: L'artículu %{page} en Wikipedia
       telephone_link: Llamar a %{phone_number}
+      colour_preview: Entever el color %{colour_value}
     note:
       title: 'Nota: %{id}'
       new_note: Nota nueva
index 91569f0ec1ca0c0987df07bdd50b9cc50827fbf0..4310d922648a31fb13212c76811b6b073a6a91b4 100644 (file)
@@ -49,6 +49,9 @@ cs:
         create: Uložit
       diary_entry:
         create: Publikovat
+        update: Aktualizovat
+      issue_comment:
+        create: Přidat komentář
       message:
         create: Odeslat
       client_application:
@@ -135,6 +138,9 @@ cs:
         description: Popis
         languages: Jazyky
         pass_crypt: Heslo
+  datetime:
+    distance_in_words_ago:
+      half_a_minute: před půl minutou
   editor:
     default: Výchozí (aktuálně %{name})
     potlatch:
@@ -152,14 +158,14 @@ cs:
   api:
     notes:
       comment:
-        opened_at_html: Vytvořeno před %{when}
-        opened_at_by_html: Vytvořeno před %{when} uživatelem %{user}
-        commented_at_html: Aktualizováno před %{when}
-        commented_at_by_html: Aktualizováno před %{when} uživatelem %{user}
-        closed_at_html: Vyřešeno před %{when}
-        closed_at_by_html: Vyřešeno před %{when} uživatelem %{user}
-        reopened_at_html: Reaktivováno před %{when}
-        reopened_at_by_html: Reaktivováno před %{when} uživatelem %{user}
+        opened_at_html: Vytvořeno %{when}
+        opened_at_by_html: Vytvořeno %{when} uživatelem %{user}
+        commented_at_html: Aktualizováno %{when}
+        commented_at_by_html: Aktualizováno %{when} od %{user}
+        closed_at_html: Vyřešeno %{when}
+        closed_at_by_html: Vyřešeno %{when} od %{user}
+        reopened_at_html: Reaktivováno %{when}
+        reopened_at_by_html: Reaktivováno %{when} od %{user}
       rss:
         title: Poznámky OpenStreetMap
         description_area: Seznam poznámek hlášených, komentovaných nebo uzavřených
@@ -175,16 +181,12 @@ cs:
   browse:
     created: Vytvořeno
     closed: Uzavřeno
-    created_html: Vytvořeno <abbr title='%{title}'>před %{time}</abbr>
-    closed_html: Uzavřeno <abbr title='%{title}'>před %{time}</abbr>
-    created_by_html: Vytvořeno <abbr title='%{title}'>před %{time}</abbr> uživatelem
-      %{user}
-    deleted_by_html: Smazáno <abbr title='%{title}'>před %{time}</abbr> uživatelem
-      %{user}
-    edited_by_html: Upraveno <abbr title='%{title}'>před %{time}</abbr> uživatelem
-      %{user}
-    closed_by_html: Uzavřeno <abbr title='%{title}'>před %{time}</abbr> uživatelem
-      %{user}
+    created_html: Vytvořeno <abbr title='%{title}'>%{time}</abbr>
+    closed_html: Uzavřeno <abbr title='%{title}'>%{time}</abbr>
+    created_by_html: Vytvořeno <abbr title='%{title}'>%{time}</abbr> od %{user}
+    deleted_by_html: Smazáno <abbr title='%{title}'>%{time}</abbr> od %{user}
+    edited_by_html: Upraveno <abbr title='%{title}'>%{time}</abbr> od %{user}
+    closed_by_html: Uzavřeno <abbr title='%{title}'>%{time}</abbr> od %{user}
     version: Verze
     in_changeset: Sada změn
     anonymous: anonym
@@ -204,9 +206,8 @@ cs:
       relation: Relace (%{count})
       relation_paginated: Relace (%{x}–%{y} z %{count})
       comment: Komentáře (%{count})
-      hidden_commented_by: Skrytý komentář od uživatele %{user} <abbr title='%{exact_time}'>před
-        %{when}</abbr>
-      commented_by: <abbr title='%{exact_time}'>Před %{when}</abbr> okomentoval %{user}
+      hidden_commented_by: Skrytý komentář od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: Komentář od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Sada změn XML
       osmchangexml: osmChange XML
       feed:
@@ -276,6 +277,7 @@ cs:
       wikidata_link: Položka %{page} na Wikidatech
       wikipedia_link: Článek %{page} na Wikipedii
       telephone_link: Volat %{phone_number}
+      colour_preview: Náhled barvy %{colour_value}
     note:
       title: 'Poznámka: %{id}'
       new_note: Nová poznámka
@@ -283,14 +285,12 @@ cs:
       open_title: 'Nevyřešená poznámka #%{note_name}'
       closed_title: 'Vyřešená poznámka #%{note_name}'
       hidden_title: 'Skrytá poznámka #%{note_name}'
-      open_by: Vytvořil %{user} <abbr title='%{exact_time}'>před %{when}</abbr>
-      open_by_anonymous: Vytvořil anonym <abbr title='%{exact_time}'>před %{when}</abbr>
-      commented_by: <abbr title='%{exact_time}'>Před %{when}</abbr> okomentoval uživatel
-        %{user}
-      commented_by_anonymous: <abbr title='%{exact_time}'>Před %{when}</abbr> okomentoval
+      open_by: Vytvořil %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      open_by_anonymous: Vytvořil anonym <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: <abbr title='%{exact_time}'>%{when}</abbr> okomentoval %{user}
+      commented_by_anonymous: <abbr title='%{exact_time}'>%{when}</abbr> okomentoval
         anonym
-      closed_by: Vyřešil <abbr title='%{exact_time}'>před %{when}</abbr> uživatel
-        %{user}
+      closed_by: Vyřešeno od %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       closed_by_anonymous: Vyřešil <abbr title='%{exact_time}'>před %{when}</abbr>
         anonym
       reopened_by: Reaktivoval <abbr title='%{exact_time}'>před %{when}</abbr> uživatel
@@ -336,7 +336,7 @@ cs:
   changeset_comments:
     comment:
       comment: '%{author} napsal nový komentář k sadě změn #%{changeset_id}'
-      commented_at_by_html: Aktualizováno před %{when} uživatelem %{user}
+      commented_at_by_html: Aktualizováno %{when} od %{user}
     comments:
       comment: '%{author} napsal nový komentář k sadě změn #%{changeset_id}'
     index:
@@ -369,7 +369,7 @@ cs:
       older_entries: Starší záznamy
       newer_entries: Novější záznamy
     edit:
-      title: Upravit deníkový záznam
+      title: Upravit zápis do deníku
       marker_text: Místo deníkového záznamu
     show:
       title: Deník uživatele %{user} | %{title}
@@ -393,11 +393,13 @@ cs:
         other: '%{count} komentářů'
       edit_link: Upravit tento záznam
       hide_link: Skrýt tento záznam
+      unhide_link: Odkrýt tento záznam
       confirm: Potvrdit
       report: Nahlásit tento záznam
     diary_comment:
       comment_from: Komentář od %{link_user} z %{comment_created_at}
       hide_link: Skrýt tento komentář
+      unhide_link: Odkrýt tento komentář
       confirm: Potvrdit
       report: Nahlásit tento komentář
     location:
@@ -1033,8 +1035,8 @@ cs:
       status: Stav
       reports: Hlášení
       last_updated: Poslední změna
-      last_updated_time_html: <abbr title='%{title}'>před %{time}</abbr>
-      last_updated_time_user_html: <abbr title='%{title}'>před %{time}</abbr> od %{user}
+      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
+      last_updated_time_user_html: <abbr title='%{title}'>%{time}</abbr> od %{user}
       link_to_reports: Zobrazit hlášení
       reports_count:
         one: 1 Hlášení
@@ -1627,6 +1629,7 @@ cs:
         description: Pomoc společnostem a organizacím s přechodem na mapy a další
           služby založené na OpenStreetMap.
       welcomemat:
+        url: https://welcome.openstreetmap.org/
         title: Pro organizace
         description: Jste u organizace, která má plány s OpenStreetMap? Podívejte
           se na uvítací průvodce.
@@ -2172,7 +2175,7 @@ cs:
       ct status: 'Podmínky pro přispěvatele:'
       ct undecided: Nerozhodnuto
       ct declined: Odmítnuty
-      latest edit: 'Poslední editace %{ago}:'
+      latest edit: 'Poslední úprava (%{ago}):'
       email address: 'E-mailová adresa:'
       created from: 'Vytvořeno od:'
       status: 'Stav:'
@@ -2430,7 +2433,7 @@ cs:
       title: Zrušení bloku pro %{block_on}
       heading: Zrušení bloku pro %{block_on} od %{block_by}
       time_future: Tento blok skončí v %{time}.
-      past: Teto blok již skončil před %{time} a již nemůže být zrušen.
+      past: Teto blok skončil %{time} a již nemůže být zrušen.
       confirm: Opravdu chcete zrušit tento blok?
       revoke: Zrušit !
       flash: Tento blok byl zrušen.
@@ -2438,7 +2441,7 @@ cs:
       time_future: Končí za %{time}.
       until_login: Aktivní dokud se uživatel nepřihlásí.
       time_future_and_until_login: Končí za %{time} a až se uživatel přihlásí.
-      time_past: Ukončeno před %{time}.
+      time_past: Ukončeno %{time}.
       block_duration:
         hours:
           one: 1 hodina
index 7123c942aaf2e318cfdaaa813f5e6d8b1a34aac8..f890d658b14de51e4cb5ea849014b79ba3cdb7cb 100644 (file)
@@ -307,6 +307,7 @@ da:
       wikidata_link: Elementet %{page} på Wikidata
       wikipedia_link: Artiklen %{page} på Wikipedia
       telephone_link: Ring til %{phone_number}
+      colour_preview: Forhåndsvisning af farve %{colour_value}
     note:
       title: 'Bemærkning: %{id}'
       new_note: Ny bemærkning
index 87533e2613aacb4ef21b967b35233d352f42aca6..46cbc822f1a4e6f9c5377cc58059f0900232dc7b 100644 (file)
@@ -130,7 +130,7 @@ diq:
     no_comment: (be vatış)
     part_of: Letey
     download_xml: XML ron
-    view_history: Verênan bıvêne
+    view_history: Verêni bıvêne
     view_details: Teferuatan Bıvêne
     location: 'Lokasyon:'
     changeset:
@@ -862,7 +862,9 @@ diq:
       showing_page: Pele %{page}
     trace:
       pending: PAWEDEYO
-      count_points: '%{count} puan'
+      count_points:
+        one: 1 puwan
+        other: '%{count} puwani'
       more: dehana vêşi
       trace_details: Teferruatanê rêça bıvin
       view_map: Xeriti Bımocnê
index c6ed0f628f7276534428bec1b66aa0ddaa5a3b43..4be7b9197946529ae15d53796e422eca99eef3d8 100644 (file)
@@ -1856,7 +1856,9 @@ en:
       newer: "Newer Traces"
     trace:
       pending: "PENDING"
-      count_points: "%{count} points"
+      count_points:
+        one: "1 point"
+        other: "%{count} points"
       more: "more"
       trace_details: "View Trace Details"
       view_map: "View Map"
index 2c6bbe8cd4a4bd29591b19b0c1132f4c654365d8..c77081d8442fb9bdf652745be245d64b149972c4 100644 (file)
@@ -298,6 +298,7 @@ eo:
       wikidata_link: La %{page} elemento en Vikidatumoj
       wikipedia_link: La artikolo %{page} en Vikipedio
       telephone_link: Telefoni %{phone_number}
+      colour_preview: Antaŭvido de koloro “%{colour_value}”
     note:
       title: 'Rimarko: %{id}'
       new_note: Nova rimarko
index 5d105c476283ddbc53ae88096e49f31689eb75d6..3ca9284c9e84f1c71c07f5f1e08020c68b042ba5 100644 (file)
@@ -2172,7 +2172,7 @@ fi:
         tekemiäsi muokkauksia.
       read_ct: Olen lukenut ja hyväksyn yllä olevat osallistumisehdot
       read_tou: Olen lukenut ja hyväksynyt käyttöehdot
-      consider_pd: Edellisen sopimuksen lisäksi katson lisäyksieni olevan tekijänoikeudettomia
+      consider_pd: Edellisen lisäksi katson lisäyksieni olevan tekijänoikeudettomia
         Public Domain -lisenssillä
       consider_pd_why: Mikä tämä on?
       consider_pd_why_url: https://www.osmfoundation.org/wiki/License/Why_would_I_want_my_contributions_to_be_public_domain
index ea167e15b520f6bdb1de9174038ce5765a876736..974d769bd877e7e98992199d9e532ce8d35fec9f 100644 (file)
@@ -275,8 +275,8 @@ fr:
       relation: Relations (%{count})
       relation_paginated: Relations (%{x} à %{y} sur %{count})
       comment: Commentaires (%{count})
-      hidden_commented_by: Commentaire masqué de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      commented_by: Commentaire de %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_commented_by: Commentaire masqué de %{user}, <abbr title="%{exact_time}">%{when}</abbr>
+      commented_by: Commentaire de %{user} <abbr title="%{exact_time}">%{when}</abbr>
       changesetxml: XML du groupe de modifications
       osmchangexml: XML osmChange
       feed:
@@ -356,13 +356,13 @@ fr:
       open_title: Note non résolue nº %{note_name}
       closed_title: Note résolue nº %{note_name}
       hidden_title: Note masquée nº %{note_name}
-      open_by: Créée par %{user} <abbr title='%{exact_time}'>%{when}</abbr>
-      open_by_anonymous: Créée par un utilisateur anonyme <abbr title='%{exact_time}'>%{when}</abbr>
+      open_by: Créée par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
+      open_by_anonymous: Créée par un utilisateur anonyme, <abbr title="%{exact_time}">%{when}</abbr>
       commented_by: Commenté par %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       commented_by_anonymous: Commenté par un utilisateur anonyme <abbr title='%{exact_time}'>%{when}</abbr>
       closed_by: Résolu par %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       closed_by_anonymous: Résolu par un utilisateur anonyme le <abbr title='%{exact_time}'>%{when}</abbr>
-      reopened_by: Réactivée par %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      reopened_by: Réactivée par %{user}, <abbr title="%{exact_time}">%{when}</abbr>
       reopened_by_anonymous: Réactivé par un utilisateur anonyme <abbr title='%{exact_time}'>%{when}</abbr>
       hidden_by: Masqué par %{user} <abbr title='%{exact_time}'>%{when}</abbr>
       report: Signaler cette note
index 5b5b386c49a16361184c4a421dcf7b2f98547a6b..a8c6bac679827d20a3b47a2cb8f2b3a692bd45ee 100644 (file)
@@ -784,7 +784,7 @@ gl:
         mountain_pass:
           "yes": Porto de montaña
         natural:
-          bay: Baía
+          bay: Badía
           beach: Praia
           cape: Cabo
           cave_entrance: Entrada de cova
index 1c0a26aff8a81ed88d8ea1e8a228a918e647ea55..d25043079c638f0a315ff851232398bf84106277 100644 (file)
@@ -195,14 +195,14 @@ he:
   api:
     notes:
       comment:
-        opened_at_html: נוצרה ב{{GRAMMAR|תחילית|%{when}$1}}
-        opened_at_by_html: נוצרה ב{{GRAMMAR|תחילית|%{when}$1}} על־ידי %{user}
-        commented_at_html: עודכנה ב{{GRAMMAR|תחילית|%{when}}}
-        commented_at_by_html: עודכנה ב{{GRAMMAR|תחילית|%{when}$1}} על־ידי %{user}
-        closed_at_html: נפתרה ב{{GRAMMAR|תחילית|%{when}$1}}
-        closed_at_by_html: נפתרה ב{{GRAMMAR|תחילית|%{when}}} על־ידי %{user}
-        reopened_at_html: הופעלה מחדש ב{{GRAMMAR|תחילית|%{when}}}
-        reopened_at_by_html: הופעלה מחדש {{GRAMMAR|תחילית|%{when}}} על־ידי %{user}
+        opened_at_html: נוצרה %{when}
+        opened_at_by_html: נוצרה %{when} על־ידי %{user}
+        commented_at_html: עודכנה %{when}
+        commented_at_by_html: עודכנה %{when} על־ידי %{user}
+        closed_at_html: נפתרה %{when}
+        closed_at_by_html: נפתרה %{when} על־ידי %{user}
+        reopened_at_html: הופעלה מחדש %{when}
+        reopened_at_by_html: הופעלה מחדש %{when} על־ידי %{user}
       rss:
         title: הערות של OpenStreetMap
         description_area: רשימת הערות שהוספו, שהתקבלו עליהן הערות ושנדבגרו באזור שלך
@@ -218,16 +218,12 @@ he:
   browse:
     created: נוצרה
     closed: נסגרה
-    created_html: נוצרה ב{{GRAMMAR|תחילית|<abbr title='%{title}'>%{time}</abbr>}}
-    closed_html: נסגרה ב{{GRAMMAR|תחילית|<abbr title='%{title}'>%{time}</abbr>}}
-    created_by_html: נוצרה ב{{GRAMMAR|תחילית|<abbr title='%{title}'>%{time}</abbr>}}
-      על־ידי %{user}
-    deleted_by_html: נמחקה ב{{GRAMMAR|תחילית|<abbr title='%{title}'>%{time}</abbr>}}
-      על־ידי %{user}
-    edited_by_html: נערכה ב{{GRAMMAR|תחילית|<abbr title='%{title}'>%{time}</abbr>}}
-      על־ידי %{user}
-    closed_by_html: נסגרה ב{{GRAMMAR|תחילית|<abbr title='%{title}'>%{time}</abbr>}}
-      על־ידי %{user}
+    created_html: נוצרה <abbr title='%{title}'>%{time}</abbr>
+    closed_html: נסגרה <abbr title='%{title}'>%{time}</abbr>
+    created_by_html: נוצרה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
+    deleted_by_html: נמחקה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
+    edited_by_html: נערכה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
+    closed_by_html: נסגרה <abbr title='%{title}'>%{time}</abbr> על־ידי %{user}
     version: גרסה
     in_changeset: ערכת שינויים
     anonymous: אלמוני
@@ -326,10 +322,10 @@ he:
       open_title: הערה שלא נפתרה מס׳ %{note_name}
       closed_title: הערה פתורה מס׳ %{note_name}
       hidden_title: הערה מוסתרת מס׳ %{note_name}
-      open_by: נוצרה על־ידי %{user} ב{{GRAMMAR|תחילית|<abbr title='%{exact_time}'>%{when}</abbr>}}
-      open_by_anonymous: נוצרה על־ידי אלמוני ב{{GRAMMAR|תחילית|<abbr title='%{exact_time}'>%{when}</abbr>}}
-      commented_by: ×\94ער×\94 ×\9e{{GRAMMAR|ת×\97×\99×\9c×\99ת|%{user}}} ×\91{{GRAMMAR|ת×\97×\99×\9c×\99ת|<abbr title='%{exact_time}'>%{when}</abbr>}}
-      commented_by_anonymous: ×\94ער×\94 ×\9e×\90×\9c×\9e×\95× ×\99 ×\91{{GRAMMAR|ת×\97×\99×\9c×\99ת|<abbr title='%{exact_time}'>%{when}</abbr>}}
+      open_by: נוצרה על־ידי %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      open_by_anonymous: נוצרה על־ידי אלמוני <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: ×\94ער×\94 ×¢×\9c ×\99×\93×\99 %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by_anonymous: ×\94ער×\94 ×¢×\9c ×\99×\93×\99 ×\90×\9c×\9e×\95× ×\99 <abbr title='%{exact_time}'>%{when}</abbr>
       closed_by: נפתר על־ידי %{user} ב־<abbr title='%{exact_time}'>%{when}</abbr>
       closed_by_anonymous: נפתר על־ידי אלמוני ב־<abbr title='%{exact_time}'>%{when}</abbr>
       reopened_by: הופעל מחדש על־ידי %{user} ב־<abbr title='%{exact_time}'>%{when}</abbr>
@@ -373,7 +369,7 @@ he:
   changeset_comments:
     comment:
       comment: הערה חדשה על ערכת שינויים מס׳ %{changeset_id} מאת %{author}
-      commented_at_by_html: עודכנה ב{{GRAMMAR|תחילית|%{when}}} על־ידי %{user}
+      commented_at_by_html: עודכנה %{when} על־ידי %{user}
     comments:
       comment: הערה חדשה בערכת שינויים מס׳ %{changeset_id} מאת %{author}
     index:
index 4b782c762d5f3f92c79be6df34d187ae6ed58d49..875be440d7338f8cb85df3c7903d05f04a2e8146 100644 (file)
@@ -40,7 +40,7 @@ hu:
       diary_comment:
         create: Mentés
       diary_entry:
-        create: Publikálás
+        create: Közzététel
         update: Frissítés
       issue_comment:
         create: Megjegyzés hozzáfűzése
@@ -1050,6 +1050,7 @@ hu:
       title: Problémák
       select_status: Állapot kiválasztása
       select_type: Típus kiválasztása
+      select_last_updated_by: Utoljára módosította kiválasztása
       reported_user: Jelentett felhasználó
       not_updated: Nem frissített
       search: Keresés
@@ -1081,12 +1082,17 @@ hu:
         one: 1 bejelentés
         other: '%{count} bejelentés'
       report_created_at: Először bejelentve %{datetime} időpontban
+      last_resolved_at: Utoljára megoldva %{datetime} időpontban
       last_updated_at: Utoljára frissítve %{displayname} által %{datetime} időpontban
       resolve: Megold
       ignore: Hanyagol
       reopen: Újra megnyit
+      reports_of_this_issue: Ezen probléma bejelentései
+      read_reports: Bejelentések olvasása
+      new_reports: Új bejelentések
       other_issues_against_this_user: Ezen felhasználóval kapcsolatos további problémák
       no_other_issues: Nincsenek további problémák ezzel a felhasználóval kapcsolatban
+      comments_on_this_issue: Hozzászólások ehhez a problémához
     resolve:
       resolved: 'A probléma állapota átállítva a következőre: "megoldódott"'
     ignore:
index 094e992791127c883caafac041726a0a2466c072..9cd94a7a872b5b15ed26f688fc1d9b21135e4b9b 100644 (file)
@@ -19,6 +19,9 @@ ia:
         create: Salveguardar
       diary_entry:
         create: Publicar
+        update: Actualisar
+      issue_comment:
+        create: Adder commento
       message:
         create: Inviar
       client_application:
@@ -281,6 +284,7 @@ ia:
       wikidata_link: Le elemento %{page} in Wikidata
       wikipedia_link: Le articulo %{page} in Wikipedia
       telephone_link: Telephonar %{phone_number}
+      colour_preview: Previsualisation del color %{colour_value}
     note:
       title: 'Nota: %{id}'
       new_note: Nove nota
@@ -724,10 +728,37 @@ ia:
           "yes": Tempore libere
         man_made:
           adit: Galeria de mina
+          beacon: Fanal
+          beehive: Apiculario
+          breakwater: Rumpe-undas
+          bridge: Ponte
+          bunker_silo: Bunker
+          chimney: Camino
+          crane: Grue
+          dolphin: Poste de ammarrage
+          dyke: Dica
+          embankment: Terrapleno
+          flagpole: Palo de baniera
+          gasometer: Gasometro
+          kiln: Furno
           lighthouse: Pharo
+          mast: Mast
           mine: Mina
+          mineshaft: Puteo de mina
+          monitoring_station: Station de surveliantia
+          petroleum_well: Puteo petrolifere
+          pier: Jectata
           pipeline: Tubulatura
+          silo: Silo
+          storage_tank: Cisterna de immagazinage
+          surveillance: Surveliantia
           tower: Turre
+          wastewater_plant: Station de depuration de aquas usate
+          watermill: Molino de aqua
+          water_tower: Turre de aqua
+          water_well: Puteo
+          water_works: Tractamento de aqua
+          windmill: Molino de vento
           works: Fabrica
           "yes": Artificial
         military:
@@ -782,10 +813,12 @@ ia:
           architect: Architecto
           association: Association
           company: Compania
+          educational_institution: Institution educative
           employment_agency: Agentia de empleo
           estate_agent: Agentia immobiliari
           government: Officio governamental
           insurance: Officio de assecurantia
+          it: Officio informatic
           lawyer: Advocato
           ngo: Officio de un ONG
           telecommunication: Officio de telecommunication
@@ -794,6 +827,7 @@ ia:
         place:
           allotments: Jardines familial
           city: Citate
+          city_block: Bloco urban
           country: Pais
           county: Contato
           farm: Ferma
@@ -807,6 +841,7 @@ ia:
           municipality: Municipalitate
           neighbourhood: Quartiero
           postcode: Codice postal
+          quarter: Quartiero
           region: Region
           sea: Mar
           square: Placia
@@ -1034,6 +1069,53 @@ ia:
       reassign_param: Reassignar problema?
     reports:
       updated_at: Le %{datetime}
+      reported_by_html: Reportate como %{category} per %{user}
+    helper:
+      reportable_title:
+        diary_comment: '%{entry_title}, commento #%{comment_id}'
+        note: 'Nota #%{note_id}'
+  issue_comments:
+    create:
+      comment_created: Tu commento ha essite create
+  reports:
+    new:
+      title_html: Reportar %{link}
+      missing_params: Impossibile crear un nove reporto
+      details: Per favor, forni plus detalios sur le problema (obligatori).
+      select: 'Selige un motivo pro tu reporto:'
+      disclaimer:
+        intro: 'Ante de inviar tu reporto al moderatores del sito, per favor assecura
+          te que:'
+        not_just_mistake: Tu es secur que le problema non es solmente un error
+        unable_to_fix: Tu non es capace de solver le problema tu mesme o con le adjuta
+          de altere membros del communitate
+        resolve_with_user: Tu ha jam essayate de resolver le problema con le usator
+          in question
+      categories:
+        diary_entry:
+          spam_label: Iste entrata de diario es/contine spam
+          offensive_label: Iste entrata de diario es obscen/offensive
+          threat_label: Iste entrata de diario contine un menacia
+          other_label: Altere
+        diary_comment:
+          spam_label: Iste commento de diario es/contine spam
+          offensive_label: Iste commento de diario es obscen/offensive
+          threat_label: Iste commento de diario contine un menacia
+          other_label: Altere
+        user:
+          spam_label: Iste profilo de usator es/contine spam
+          offensive_label: Iste profilo de usator es obscen/offensive
+          threat_label: Iste profilo de usator contine un menacia
+          vandal_label: Iste usator es un vandalo
+          other_label: Altere
+        note:
+          spam_label: Iste nota es spam
+          personal_label: Iste nota contine datos personal
+          abusive_label: Iste nota es injuriose
+          other_label: Altere
+    create:
+      successful_report: Tu reporto ha essite registrate
+      provide_details: Per favor, forni le detalios necessari
   layouts:
     logo:
       alt_text: Logo de OpenStreetMap
@@ -1047,6 +1129,7 @@ ia:
     edit: Modificar
     history: Historia
     export: Exportar
+    issues: Problemas
     data: Datos
     export_data: Exportar datos
     gps_traces: Tracias GPS
@@ -1059,9 +1142,12 @@ ia:
     intro_text: OpenStreetMap es un carta del mundo, create per gente como tu e libere
       de usar sub un licentia aperte.
     intro_2_create_account: Crea un conto de usator
+    hosting_partners_html: Le allogiamento web es supportate per %{ucl}, %{bytemark}
+      e altere %{partners}.
     partners_ucl: UCL
     partners_bytemark: Bytemark Hosting
     partners_partners: partners
+    tou: Conditiones de uso
     osm_offline: Le base de datos de OpenStreetMap non es disponibile al momento debite
       a operationes de mantenentia essential.
     osm_read_only: Le base de datos de OpenStreetMap es al momento in modo de solmente
@@ -1397,6 +1483,11 @@ ia:
           <a href="http://www.gu.gov.si/en/">Surveying and Mapping Authority</a> e del
           <a href="http://www.mkgp.gov.si/en/">Ministerio del Agricultura, Silvicultura e Alimento</a>
           (information public de Slovenia).
+        contributors_es_html: '<strong>Espania</strong>: Contine datos proveniente
+          del Instituto Geographic National (<a href="http://www.ign.es/">IGN</a>)
+          e del Systema Cartographic National (<a href="http://www.scne.es/">SCNE</a>),
+          licentiate pro su reutilisation sub <a href="https://creativecommons.org/licenses/by/4.0/">CC
+          BY 4.0</a>.'
         contributors_za_html: |-
           <strong>Africa del Sud</strong>: Contine datos proveniente del
              <a href="http://www.ngi.gov.za/">Chief Directorate:
@@ -1404,7 +1495,7 @@ ia:
         contributors_gb_html: |-
           <strong>Regno Unite</strong>: Contine datos de Ordnance
              Survey &copy; copyright del Corona e derecto de base de datos
-             2010-12.
+             2010-19.
         contributors_footer_1_html: |-
           Pro ulterior detalios de iste e altere fontes que ha essite usate
           pro adjutar a meliorar OpenStreetMap, vide le <a
@@ -1534,16 +1625,16 @@ ia:
         subjectos de cartographia in collaboration con alteres.
       welcome:
         url: /welcome
-        title: Benvenite a OSM
+        title: Benvenite a OpenStreetMap
         description: Comencia con iste guida rapide sur le fundamentos de OpenStreetMap.
       beginners_guide:
         title: Guida pro comenciantes
         description: Guida pro comenciantes, mantenite per le communitate.
       help:
         url: https://help.openstreetmap.org/
-        title: help.openstreetmap.org
+        title: Foro de adjuta
         description: Pone un question o cerca responsas sur le sito de questiones
-          e responsas de OSM.
+          e responsas de OpenStreetMap.
       mailing_lists:
         title: Listas de diffusion
         description: Pone un question o discute cosas interessante sur un varietate
@@ -1559,10 +1650,14 @@ ia:
       switch2osm:
         description: Adjuta pro companias e organisationes qui vole migrar a cartas
           e altere servicios a base de OpenStreetMap.
+      welcomemat:
+        title: Pro organisationes
+        description: Es tu con un organisation que face planos pro OpenStreetMap?
+          Trova lo que tu debe saper sur le Matta de Benvenita.
       wiki:
         url: http://wiki.openstreetmap.org/
-        title: wiki.openstreetmap.org
-        description: Percurre le wiki pro le documentation in detalio de OSM.
+        title: Wiki OpenStreetMap
+        description: Percurre le wiki pro le documentation in detalio de OpenStreetMap.
     sidebar:
       search_results: Resultatos del recerca
       close: Clauder
@@ -1575,6 +1670,7 @@ ia:
       where_am_i: Ubi es isto?
       where_am_i_title: Describer le position actual per medio del motor de recerca
       submit_text: Va
+      reverse_directions_text: Inverter le itinerario
     key:
       table:
         entry:
@@ -1720,6 +1816,7 @@ ia:
       identifiable: Identificabile (monstrate in le lista de tracias e como identificabile,
         punctos ordinate con datas e horas)
     new:
+      upload_trace: Incargar tracia GPS
       upload_gpx: 'Incargar file GPX:'
       description: 'Description:'
       tags: 'Etiquettas:'
@@ -1732,6 +1829,8 @@ ia:
       trace_uploaded: Tu file GPX ha essite incargate e attende insertion in le base
         de datos. Isto prende generalmente minus de un medie hora, e un e-mail te
         essera inviate al completion.
+      upload_failed: Le incargamento GPX ha fallite. Un administrator ha essite advertite
+        del error. Per favor, proba lo de novo.
       traces_waiting:
         one: Tu ha %{count} tracia attendente incargamento. Per favor considera attender
           le completion de iste ante de incargar alteres, pro non blocar le cauda
@@ -1755,6 +1854,8 @@ ia:
       tags_help: separate per commas
       visibility: 'Visibilitate:'
       visibility_help: que significa isto?
+    update:
+      updated: Tracia actualisate
     trace_optionals:
       tags: Etiquettas
     show:
@@ -1776,6 +1877,7 @@ ia:
       delete_trace: Deler iste tracia
       trace_not_found: Tracia non trovate!
       visibility: 'Visibilitate:'
+      confirm_delete: Deler iste tracia?
     trace_paging_nav:
       showing_page: Pagina %{page}
       older: Tracias plus ancian
@@ -1797,6 +1899,7 @@ ia:
       map: carta
     index:
       public_traces: Tracias GPS public
+      my_traces: Mi tracias GPS
       public_traces_from: Tracias GPS public de %{user}
       description: Percurrer le tracias GPS incargate recentemente
       tagged_with: '  etiquettate con %{tags}'
@@ -1805,6 +1908,7 @@ ia:
         wiki</a>.
       upload_trace: Incargar un tracia
       see_all_traces: Vider tote le tracias
+      see_my_traces: Vider mi tracias
     delete:
       scheduled_for_deletion: Tracia programmate pro deletion
     make_public:
@@ -1822,9 +1926,12 @@ ia:
         other: File GPX con %{count} punctos de %{user}
       description_without_count: File GPX de %{user}
   application:
+    permission_denied: Tu non ha le permission de acceder a iste action
     require_cookies:
       cookies_needed: Tu pare haber disactivate le cookies. Per favor activa le cookies
         in tu navigator ante de continuar.
+    require_admin:
+      not_an_admin: Tu debe esser administrator pro exequer iste action.
     setup_user_auth:
       blocked_zero_hour: Tu ha un message urgente sur le sito web de OpenStreetMap.
         Tu debe leger le message ante de poter salveguardar tu modificationes.
@@ -2041,12 +2148,17 @@ ia:
       contributor_terms_explain: Iste accordo regula le conditiones de tu contributiones
         existente e futur.
       read_ct: Io ha legite e io accepta le precedente terminos de contributor
+      tou_explain_html: Iste %{tou_link} governa le uso del sito web e altere infrastructura
+        fornite per OSMF. Per favor, clicca sur le ligamine, lege le texto, e declara
+        te de accordo.
+      read_tou: Io ha legite e io accepta le Conditiones de uso
       consider_pd: In addition a lo que precede, io considera mi contributiones como
         essente in le dominio public
       consider_pd_why: que es isto?
       guidance: 'Informationes pro adjutar a comprender iste terminos: a <a href="%{summary}">summario
         facile a comprender</a> e alcun <a href="%{translations}">traductiones non
         official</a>'
+      continue: Continuar
       decline: Declinar
       you need to accept or decline: Per favor lege e postea accepta o declina le
         nove Conditiones del Contributor pro continuar.
@@ -2095,6 +2207,7 @@ ia:
       if set location: Defini tu position de origine in le %{settings_link} pro vider
         le usatores a proximitate.
       settings_link_text: configurationes
+      my friends: Mi amicos
       no friends: Tu non ha ancora addite alcun amico.
       km away: a %{count} km de distantia
       m away: a %{count} m de distantia
@@ -2124,6 +2237,7 @@ ia:
       friends_diaries: articulos de diario de tu amicos
       nearby_changesets: gruppos de modificationes de usatores a proximitate
       nearby_diaries: articulos de diario per usatores a proximitate
+      report: Signalar iste usator
     popup:
       your location: Tu position
       nearby mapper: Cartographo vicin
@@ -2359,6 +2473,18 @@ ia:
         hours:
           one: 1 hora
           other: '%{count} horas'
+        days:
+          one: 1 die
+          other: '%{count} dies'
+        weeks:
+          one: 1 septimana
+          other: '%{count} septimanas'
+        months:
+          one: 1 mense
+          other: '%{count} menses'
+        years:
+          one: 1 anno
+          other: '%{count} annos'
     blocks_on:
       title: Blocadas de %{name}
       heading: Lista de blocadas de %{name}
@@ -2476,6 +2602,9 @@ ia:
         intro: Tu ha trovate un error? Qualcosa manca? Face lo saper al altere cartographos
           a fin que nos pote corriger lo. Displacia le marcator al position correcte
           e scribe un nota pro explicar le problema.
+        advice: Tu nota es public e pote esser usate pro actualisar le carta. Dunque,
+          non insere alcun information personal, ni datos ab cartas o catalogos protegite
+          per derectos de autor.
         add: Adder nota
       show:
         anonymous_warning: Iste nota include commentos de usatores anonyme que debe
@@ -2490,7 +2619,9 @@ ia:
     directions:
       ascend: Ascender
       engines:
+        fossgis_osrm_bike: Bicycletta (OSRM)
         fossgis_osrm_car: Auto (OSRM)
+        fossgis_osrm_foot: A pede (OSRM)
         graphhopper_bicycle: Bicycletta (GraphHopper)
         graphhopper_car: Auto (GraphHopper)
         graphhopper_foot: Pedestre (GraphHopper)
@@ -2503,8 +2634,23 @@ ia:
       instructions:
         continue_without_exit: Continuar sur %{name}
         slight_right_without_exit: Girar legiermente a dextra verso %{name}
+        offramp_right: Prende le rampa a dextra
+        offramp_right_with_exit: Prende le exito %{exit} a dextra
+        offramp_right_with_exit_name: Prende le exito %{exit} a dextra verso %{name}
+        offramp_right_with_exit_directions: Prende le exito %{exit} a dextra in direction
+          %{directions}
+        offramp_right_with_exit_name_directions: Prende le exito %{exit} a dextra
+          verso %{name}, in direction %{directions}
         offramp_right_with_name: Prende le rampa a dextra verso %{name}
+        offramp_right_with_directions: Prende le rampa a dextra in direction %{directions}
+        offramp_right_with_name_directions: Prende le rampa a dextra verso %{name},
+          in direction %{directions}
         onramp_right_without_exit: Girar a dextra sur le rampa verso %{name}
+        onramp_right_with_directions: Gira a dextra sur le rampa in direction %{directions}
+        onramp_right_with_name_directions: Gira a dextra sur le rampa verso %{name},
+          in direction %{directions}
+        onramp_right_without_directions: Gira a dextra sur le rampa
+        onramp_right: Gira a dextra sur le rampa
         endofroad_right_without_exit: Al fin del strata, girar a dextra verso %{name}
         merge_right_without_exit: Junger a dextra verso %{name}
         fork_right_without_exit: Al bifurcation, girar a dextra verso %{name}
@@ -2513,8 +2659,23 @@ ia:
         uturn_without_exit: Retornar preter %{name}
         sharp_left_without_exit: Curva acute a sinistra verso %{name}
         turn_left_without_exit: Girar a sinistra verso %{name}
+        offramp_left: Prende le rampa a sinistra
+        offramp_left_with_exit: Prende le exito %{exit} a sinistra
+        offramp_left_with_exit_name: Prende le exito %{exit} a sinistra verso %{name}
+        offramp_left_with_exit_directions: Prende le exito %{exit} a sinistra in direction
+          %{directions}
+        offramp_left_with_exit_name_directions: Prende le exito %{exit} a sinistra
+          verso %{name}, in direction %{directions}
         offramp_left_with_name: Prende le rampa al sinistra verso %{name}
+        offramp_left_with_directions: Prende le rampa a sinistra in direction %{directions}
+        offramp_left_with_name_directions: Prende le rampa a sinistra verso %{name},
+          in direction %{directions}
         onramp_left_without_exit: Girar a sinistra sur le rampa verso %{name}
+        onramp_left_with_directions: Gira a sinistra sur le rampa in direction %{directions}
+        onramp_left_with_name_directions: Gira a sinistra sur le rampa verso %{name},
+          in direction %{directions}
+        onramp_left_without_directions: Gira a sinistra sur le rampa
+        onramp_left: Gira a sinistra sur le rampa
         endofroad_left_without_exit: Al fin del strata, girar a sinistra verso %{name}
         merge_left_without_exit: Junger a sinistra verso %{name}
         fork_left_without_exit: Al bifurcation, girar a sinistra verso %{name}
@@ -2529,6 +2690,8 @@ ia:
         against_oneway_without_exit: Ir contra direction obligatori sur %{name}
         end_oneway_without_exit: Fin del direction obligatori sur %{name}
         roundabout_with_exit: Al rotunda prende le exito %{exit} sur %{name}
+        roundabout_with_exit_ordinal: Al rotunda prende le exito %{exit} verso %{name}
+        exit_roundabout: Exi del rotunda verso %{name}
         unnamed: cammino sin nomine
         courtesy: Itinerario fornite per %{link}
         exit_counts:
@@ -2587,4 +2750,9 @@ ia:
         pertinente a iste obscuration ante de destruer lo.
       flash: Obscuration destruite.
       error: Un error occurreva durante le destruction de iste obscuration.
+  validations:
+    leading_whitespace: ha spatios al initio
+    trailing_whitespace: ha spatios al fin
+    invalid_characters: contine characteres invalide
+    url_characters: contine characteres special de adresse URL (%{characters})
 ...
index 6edfa8983e89704f5b63e483078955bbcdbf460a..e3fcf5500f753688a2bcabaf33fa363c538c8d49 100644 (file)
@@ -1951,7 +1951,9 @@ it:
       newer: Tracce più recenti
     trace:
       pending: IN ATTESA
-      count_points: '%{count} punti'
+      count_points:
+        one: 1 punto
+        other: '%{count} punti'
       more: altri
       trace_details: Visualizza i dettagli del tracciato
       view_map: Visualizza mappa
index 6443ad0fa31862a0158cac3b1d27642915d40e1f..f520cc1b2936d63fa39e82e3004a12cacc349abc 100644 (file)
@@ -318,6 +318,7 @@ ja:
       wikidata_link: Wikidataの%{page}項目目
       wikipedia_link: ウィキペディアの %{page} 記事
       telephone_link: '%{phone_number}に電話'
+      colour_preview: 色彩%{colour_value}プレビュー
     note:
       title: 'メモ: %{id}'
       new_note: 新しいメモ
index 2d978f1df9a4cd911060945b1d043de9813a01c6..912107e9111b2fdaaa8e8e3102ba4d653e03f32d 100644 (file)
@@ -33,6 +33,9 @@ kab:
       trace:
         create: Sali
         update: Sekles ibeddilen
+      user_block:
+        create: Rnu iḥder
+        update: Beddel iḥder
   activerecord:
     models:
       acl: Tabdart n usenqed n unekcum
@@ -121,8 +124,8 @@ kab:
   api:
     notes:
       comment:
-        opened_at_html: Yattwarna %{when} aya
-        opened_at_by_html: Yettwarna %{when} aya sɣur %{user}
+        opened_at_html: Yattwarna %{when}
+        opened_at_by_html: Yettwarna %{when} sɣur %{user}
         commented_at_html: Yettwalqem %{when} aya
         commented_at_by_html: Yettwalqem %{when} aya sɣur %{user}
         closed_at_html: Yefra %{when} aya
@@ -280,7 +283,7 @@ kab:
       view_changeset_details: Sken talqayt n ugraw n usnifel
     changesets:
       id: Asulay
-      saved_at: Yettwasekles di
+      saved_at: Yettwasekles deg
       user: Aseqdac
       comment: Awennit
       area: Tamnaḍt
@@ -1414,7 +1417,8 @@ kab:
       title: Iseqdacen
       heading: Iseqdacen
       showing:
-        other: Asebter %{page} (%{first_item}one= ɣef %{items})
+        one: Asebter %{page} (%{first_item} ɣef %{items})
+        other: Asebter %{page} (%{first_item}-%{last_item} ɣef %{items})
       summary: '%{name} yettwarna si %{ip_address} di %{date}'
       summary_no_ip: '%{name} yettwarna di  %{date}'
       confirm: Sentem iseqdacen yettwafernen
index 572069748d5397b761b5c46f49107bf31c9ec1e0..07312b633325ac7ae16bfc7f80410ca46918157c 100644 (file)
@@ -193,7 +193,7 @@ ko:
     created_html: <abbr title='%{title}'>%{time}</abbr>에 만들어짐
     closed_html: <abbr title='%{title}'>%{time}</abbr>에 닫힘
     created_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 만듦
-    deleted_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 삭제함
+    deleted_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user} 님이 삭제함
     edited_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 편집함
     closed_by_html: <abbr title='%{title}'>%{time}</abbr>에 %{user}님이 닫음
     version: 버전
@@ -299,7 +299,7 @@ ko:
       commented_by_anonymous: 익명 사용자의 <abbr title='%{exact_time}'>%{when}</abbr> 의견
       closed_by: '%{user}님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 해결함'
       closed_by_anonymous: 익명이 <abbr title='%{exact_time}'>%{when}</abbr>에 해결함
-      reopened_by: '%{user}님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 다시 활성화함'
+      reopened_by: '%{user} 님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 다시 활성화함'
       reopened_by_anonymous: 익명이 <abbr title='%{exact_time}'>%{when}</abbr>에 다시 활성화함
       hidden_by: '%{user}님이 <abbr title=''%{exact_time}''>%{when}</abbr>에 숨김'
       report: 이 참고 신고
@@ -2389,7 +2389,7 @@ ko:
       empty: '%{name}님은 아직 어떠한 차단도 하지 않았습니다.'
     show:
       title: '%{block_on}님이 %{block_by}님에 의해 차단됨'
-      heading: '%{block_on}님이 %{block_by}님에 의해 차단됨'
+      heading: '%{block_on} 님이 %{block_by} 님에 의해 차단됨'
       created: 만들어짐
       status: 상태
       show: 보기
@@ -2416,9 +2416,9 @@ ko:
       previous: « 이전
   notes:
     mine:
-      title: '%{user}님이 제출했거나 덧글을 남긴 참고'
+      title: '%{user} 님이 제출했거나 덧글을 남긴 참고'
       heading: '%{user}의 참고'
-      subheading_html: '%{user}님이 제출했거나 덧글을 남긴 참고'
+      subheading_html: '%{user} 님이 제출했거나 덧글을 남긴 참고'
       id: ID
       creator: 만든이
       description: 설명
index 4dacb0f4fa22f76acad94df429458d9dbbbc9df6..0b3477dfcadee5ed4f9780d2b7d882022e1ed1d9 100644 (file)
@@ -28,6 +28,9 @@ lt:
         create: Įrašyti
       diary_entry:
         create: Publikuoti
+        update: Atnaujinti
+      issue_comment:
+        create: Pridėti komentarą
       message:
         create: Siųsti
       client_application:
@@ -43,6 +46,10 @@ lt:
         create: Sukurti blokavimą
         update: Atnaujinti blokavimą
   activerecord:
+    errors:
+      messages:
+        invalid_email_address: nepanašus į tinkamą e-pašto adresą
+        email_address_not_routable: nemaršrutizuojamas
     models:
       acl: Prieigos valdymo sąrašas
       changeset: Pakeitimas
@@ -110,6 +117,45 @@ lt:
         description: Aprašymas
         languages: Kalbos
         pass_crypt: Slaptažodis
+  datetime:
+    distance_in_words_ago:
+      about_x_hours:
+        one: prieš maždaug 1 valandą
+        other: prieš maždaug %{count} valandas
+      about_x_months:
+        one: prieš maždaug 1 mėnesį
+        other: prieš maždaug %{count} mėnesius
+      about_x_years:
+        one: prieš maždaug 1 metus
+        other: prieš maždaug %{count} metus
+      almost_x_years:
+        one: prieš beveik 1 metus
+        other: prieš beveik %{count} metus
+      half_a_minute: prieš pusę minutės
+      less_than_x_seconds:
+        one: mažiau nei prieš 1 sekundę
+        other: prieš mažiau nei %{count} sekundes
+      less_than_x_minutes:
+        one: prieš mažiau nei minutę
+        other: prieš mažiau nei %{count} minučių
+      over_x_years:
+        one: prieš daugiau nei 1 metus
+        other: prieš daugiau nei %{count} metus
+      x_seconds:
+        one: prieš 1 sekundę
+        other: prieš %{count} sekundes
+      x_minutes:
+        one: prieš 1 minutę
+        other: prieš %{count} minutes
+      x_days:
+        one: prieš 1 dieną
+        other: prieš %{count} dienų
+      x_months:
+        one: prieš 1 mėnesį
+        other: prieš %{count} mėnesius
+      x_years:
+        one: prieš 1 metus
+        other: prieš %{count} metus
   editor:
     default: Numatytasis (šiuo metu %{name})
     potlatch:
@@ -127,14 +173,14 @@ lt:
   api:
     notes:
       comment:
-        opened_at_html: Sukurta prieš %{when}
-        opened_at_by_html: Prieš %{when} sukūrė %{user}
-        commented_at_html: Atnaujinta prieš %{when}
-        commented_at_by_html: Prieš %{when} atnaujino %{user}
-        closed_at_html: Išspręsta prieš %{when}\
-        closed_at_by_html: Prieš %{when} išsprendė %{user}
-        reopened_at_html: Iš naujo suaktyvinta prieš %{when}
-        reopened_at_by_html: Prieš %{when} iš naujo suaktyvino %{user}
+        opened_at_html: Sukurta %{when}
+        opened_at_by_html: '%{user} sukūrė %{when}'
+        commented_at_html: Atnaujinta %{when}
+        commented_at_by_html: '%{user} atnaujino %{when}'
+        closed_at_html: Išspręsta %{when}
+        closed_at_by_html: '%{user} išsprendė %{when}'
+        reopened_at_html: Iš naujo suaktyvinta %{when}
+        reopened_at_by_html: '%{user} iš naujo suaktyvino %{when}'
       rss:
         title: OpenStreetMap pastabos
         description_area: sąrašas pastabų, pranešta, pakomentuota arba uždaryta jūsų
@@ -150,16 +196,12 @@ lt:
   browse:
     created: Sukurtas
     closed: Uždarytas
-    created_html: Sukurtas <abbr title='%{title}'>prieš %{time}</abbr>
-    closed_html: Uždarytas <abbr title='%{title}'>prieš %{time}</abbr>
-    created_by_html: Sukurtas <abbr title='%{title}'>prieš %{time}</abbr> naudotojo
-      %{user}
-    deleted_by_html: Ištrintas <abbr title='%{title}'>prieš %{time}</abbr> naudotojo
-      %{user}
-    edited_by_html: Keistas <abbr title='%{title}'>prieš %{time}</abbr> naudotojo
-      %{user}
-    closed_by_html: Uždarytas <abbr title='%{title}'>prieš %{time}</abbr> naudotojo
-      %{user}
+    created_html: Sukurtas <abbr title='%{title}'>%{time}</abbr>
+    closed_html: Uždarytas <abbr title='%{title}'>%{time}</abbr>
+    created_by_html: Sukurtas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
+    deleted_by_html: Ištrintas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
+    edited_by_html: Keistas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
+    closed_by_html: Uždarytas <abbr title='%{title}'>%{time}</abbr> naudotojo %{user}
     version: Versija
     in_changeset: Pakeitimas
     anonymous: anonimas
@@ -179,10 +221,8 @@ lt:
       relation: Ryšiai (%{count})
       relation_paginated: Ryšiai (%{x}-%{y} iš %{count})
       comment: Komentarai (%{count})
-      hidden_commented_by: Paslėptas naudotojo %{user} komentaras <abbr title='%{exact_time}'>prieš
-        %{when}</abbr>
-      commented_by: Naudotojo %{user} komentaras <abbr title='%{exact_time}'>prieš
-        %{when}</abbr>
+      hidden_commented_by: Paslėptas naudotojo %{user} komentaras <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: Naudotojo %{user} komentaras <abbr title='%{exact_time}'>%{when}</abbr>
       changesetxml: Pakeitimo XML
       osmchangexml: osmChange XML
       feed:
@@ -190,6 +230,8 @@ lt:
         title_comment: Pakeitimas %{id} - %{comment}
       join_discussion: Prisijunkite norėdami dalyvauti aptarime
       discussion: Diskusija
+      still_open: Pakeitimas vis dar atidarytas - diskusija prasidės tik uždarius
+        pakeitimą.
     node:
       title: 'Taškas: %{name}'
       history_title: 'Taško istorija: %{name}'
@@ -251,6 +293,7 @@ lt:
       wikidata_link: '%{page} elementas Wikidata svetainėje'
       wikipedia_link: '%{page} straipsnis Vikipedijoje'
       telephone_link: Skambinti %{phone_number}
+      colour_preview: Spalvos %{colour_value} peržiūra
     note:
       title: 'Pastaba: %{id}'
       new_note: Nauja pastaba
@@ -258,19 +301,16 @@ lt:
       open_title: 'Neišspręsta pastaba: %{note_name}'
       closed_title: 'Išspręsta pastaba: %{note_name}'
       hidden_title: 'Paslėpta pastaba #%{note_name}'
-      open_by: Sukurta naudotojo %{user} <abbr title='%{exact_time}'>prieš %{when}</abbr>
-      open_by_anonymous: Sukurta anonimo <abbr title='%{exact_time}'>prieš %{when}</abbr>
-      commented_by: Naudotojo %{user} komentaras <abbr title='%{exact_time}'>prieš
-        %{when}</abbr>
-      commented_by_anonymous: Anonimo komentaras <abbr title='%{exact_time}'>prieš
-        %{when}</abbr>
-      closed_by: Išsprendė naudotojas %{user} <abbr title='%{exact_time}'>prieš %{when}</abbr>
-      closed_by_anonymous: Išsprendė anonimas <abbr title='%{exact_time}'>prieš %{when}</abbr>
-      reopened_by: Iš naujo aktyvavo naudotojas %{user} <abbr title='%{exact_time}'>prieš
-        %{when}</abbr>
-      reopened_by_anonymous: Iš naujo aktyvavo anonimas <abbr title='%{exact_time}'>prieš
-        %{when}</abbr>
-      hidden_by: Paslėpė naudotojas %{user} <abbr title='%{exact_time}'>prieš %{when}</abbr>
+      open_by: Sukurta naudotojo %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      open_by_anonymous: Sukurta anonimo <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by: Naudotojo %{user} komentaras <abbr title='%{exact_time}'>%{when}</abbr>
+      commented_by_anonymous: Anonimo komentaras <abbr title='%{exact_time}'>%{when}</abbr>
+      closed_by: Išsprendė naudotojas %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      closed_by_anonymous: Išsprendė anonimas <abbr title='%{exact_time}'>%{when}</abbr>
+      reopened_by: Iš naujo aktyvavo naudotojas %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      reopened_by_anonymous: Iš naujo aktyvavo anonimas <abbr title='%{exact_time}'>%{when}</abbr>
+      hidden_by: Paslėpė naudotojas %{user} <abbr title='%{exact_time}'>%{when}</abbr>
+      report: Pranešti apie šią pastabą
     query:
       title: Ieškoti geoobjektų
       introduction: Spauskite ant žemėlapio, norėdami rasti gretimus objektus
@@ -307,11 +347,16 @@ lt:
       sorry: Atsiprašome, bet jūsų prašytų pakeitimų ištraukimas užtruko per ilgai.
   changeset_comments:
     comment:
-      comment: 'Naujas pakeitimo #%{changeset_id} komentaras, parašytas %{author}'
-      commented_at_by_html: '%{user} pakeitė prieš %{when}'
+      comment: 'Naujas pakeitimo #%{changeset_id} komentaras. Parašė %{author}'
+      commented_at_by_html: '%{user} pakeitė %{when}'
+    comments:
+      comment: 'Naujas pakeitimo #%{changeset_id} komentaras. Parašė %{author}'
     index:
       title_all: OpenStreetMap pakeitimo aptarimas
       title_particular: 'OpenStreetMap pakeitimo #%{changeset_id} aptarimas'
+    timeout:
+      sorry: Atsiprašome, jūsų paprašytų pakeitimo komentarų ištraukimas užtruko per
+        ilgai.
   diary_entries:
     new:
       title: Naujas dienoraščio įrašas
@@ -330,7 +375,7 @@ lt:
       user_title: '%{user} dienoraštis'
       in_language_title: 'Dienoraščio įrašai: %{language}'
       new: Naujas dienoraščio įrašas
-      new_title: Sukurti naują jūsų dienoraščio įrašą
+      new_title: Sukurti naują mano dienoraščio įrašą
       no_entries: Nėra dienoraščio įrašų
       recent_entries: Paskutiniai dienoraščio įrašai
       older_entries: Senesni įrašai
@@ -342,7 +387,7 @@ lt:
       title: '%{user} dienoraštis | %{title}'
       user_title: '%{user} dienoraštis'
       leave_a_comment: Palikti komentarą
-      login_to_leave_a_comment: '%{login_link} palikti komentarą'
+      login_to_leave_a_comment: '%{login_link}, kad paliktumėte komentarą'
       login: Prisijungti
     no_such_entry:
       title: Nėra tokio dienoraščio įrašo
@@ -359,17 +404,19 @@ lt:
         other: '%{count} komentarai (-ų)'
       edit_link: Keisti šį įrašą
       hide_link: Slėpti šį įrašą
+      unhide_link: Nebeslėpti šio įrašo
       confirm: Patvirtinti
       report: Pranešti apie šį įrašą
     diary_comment:
       comment_from: Naudotojo %{link_user} komentaras, parašytas %{comment_created_at}
       hide_link: Slėpti šį komentarą
+      unhide_link: Nebeslėpti šio komentaro
       confirm: Patvirtinti
       report: Pranešti apie šį komentarą
     location:
       location: 'Vieta:'
       view: Žiūrėti
-      edit: Taisyti
+      edit: Keisti
     feed:
       user:
         title: Naudotojo %{user} OpenStreetMap dienoraščio įrašai
@@ -382,7 +429,7 @@ lt:
         description: Paskutiniai OpenStreetMap naudotojų dienoraščių įrašai
     comments:
       has_commented_on: '%{display_name} pakomentavo vieno iš jūsų dienoraščio įrašų.'
-      post: Rašyti
+      post: Įrašas
       when: Kada
       comment: Komentuoti
       newer_comments: Naujesni komentarai
@@ -458,6 +505,7 @@ lt:
           fuel: Degalinė
           gambling: Lošimas
           grave_yard: Kapinės
+          grit_bin: Smėlio dėžė
           hospital: Ligoninė
           hunting_stand: Medžiotojų bokštelis
           ice_cream: Ledai
@@ -532,6 +580,7 @@ lt:
           "yes": Amatų parduotuvė
         emergency:
           ambulance_station: Greitosios medicinos pagalbos stotis
+          assembly_point: Susirinkimo taškas
           defibrillator: Defibriliatorius
           landing_site: Avarinio nusileidimo aikštelė
           phone: Avarinis telefonas
@@ -677,9 +726,11 @@ lt:
           chimney: Kaminas
           crane: Kranas
           lighthouse: Švyturys
+          mast: Stiebas
           mine: Kasykla
           mineshaft: Kasyklos šachta
           monitoring_station: Stebėjimo Stotis
+          petroleum_well: Naftos šulinys
           pipeline: Vamzdynas
           surveillance: Stebėjimas
           tower: Bokštas
@@ -771,6 +822,7 @@ lt:
           postcode: Pašto kodas
           region: Regionas
           sea: Jūra
+          square: Aikštė
           state: Valstija
           subdivision: Administracinis suskirstymas
           suburb: Miesto dalis
@@ -903,6 +955,7 @@ lt:
           viewpoint: Apžvalgos aikštelė
           zoo: Zoologijos sodas
         tunnel:
+          building_passage: Praėjimas pro pastatą
           culvert: Vamzdis
           "yes": Tunelis
         waterway:
@@ -946,11 +999,83 @@ lt:
       more_results: Daugiau rezultatų
   issues:
     index:
+      title: Problemos
+      select_status: Parinkite būseną
       search: Ieškoti
+      status: Būsena
+      last_updated_time_html: <abbr title='%{title}'>%{time}</abbr>
+      link_to_reports: Žiūrėti pranešimus
+      reports_count:
+        one: 1 Report
+        other: '%{count} pranešimas'
+      reported_item: Praneštas elementas
       states:
+        ignored: Ignoruota
         open: Atidaryta
+        resolved: Išspręsta
+    update:
+      new_report: Jūsų pranešimas sėkmingai užregistruotas
+      successful_update: Jūsų pranešimas sėkmingai atnaujintas
+      provide_details: Prašome pateikti reikiamas detales
     show:
+      title: '%{status} Problema #%{issue_id}'
+      reports:
+        zero: No reports
+        one: 1 report
+        other: '%{count} pranešimų'
+      report_created_at: Pirmą kartą pranešta %{datetime}
+      last_resolved_at: Paskutinį kartą išspręsta %{datetime}
+      last_updated_at: Paskutinį kartą atnaujinta %{datetime} naudotojo %{displayname}
+      resolve: Išspręsti
       ignore: Ignoruoti
+      reopen: Iš naujo atidaryti
+      reports_of_this_issue: Šios problemos pranešimai
+      read_reports: Skaityti pranešimus
+      new_reports: Nauji pranešimai
+      other_issues_against_this_user: Kiti pranešimai rieš šį naudotoją
+      no_other_issues: Nėra kitų pranešimų prieš šį naudotoją.
+      comments_on_this_issue: Šios problemos komentarai
+    resolve:
+      resolved: Problemos būsena pakeista į „Išspręsta“
+    ignore:
+      ignored: Problemos būsena pakeista į „Ignoruota“
+    reopen:
+      reopened: Problemos būsena pakeista į „Atvira“
+    helper:
+      reportable_title:
+        note: 'Pastaba #%{note_id}'
+  issue_comments:
+    create:
+      comment_created: Jūsų komentaras sėkmingai sukurtas
+  reports:
+    new:
+      title_html: Pranešimas %{link}
+      missing_params: Negalima sukurti naujo pranešimo
+      select: 'Parinktie jūsų pranešimo priežastį:'
+      disclaimer:
+        intro: 'Prieš siųsdami jūsų pranešimą svetainės moderatoriams, įsitikinkite,
+          kad:'
+        not_just_mistake: Jūs tikri, kad problema nėra tiesiog klaida
+        unable_to_fix: Jūs negalite pataisyti problemos patys arba su bendruomenės
+          draugų pagalba
+        resolve_with_user: Jūs jau bandėte išspręsti problemą su konkrečiu naudotoju
+      categories:
+        diary_entry:
+          spam_label: Šiame dienoraščio įraše yra šlamštas
+          offensive_label: Dienoraššio įrašas yra įžeidžiantis
+          threat_label: Dienoraščio įraše yra grasinimų
+          other_label: Kita
+        user:
+          vandal_label: Šis naudotojas yra vandalas
+          other_label: Kita
+        note:
+          spam_label: Ši pastaba yra šlamštas
+          personal_label: Šioje pastaboje yra asmeninių duomenų
+          abusive_label: Ši pastaba įžeidžianti
+          other_label: Kita
+    create:
+      successful_report: Jūsų pranešimas sėkmingai įregistruotas
+      provide_details: Prašome nurodyti prašomą informaciją
   layouts:
     logo:
       alt_text: OpenStreetMap logotipas
@@ -964,6 +1089,7 @@ lt:
     edit: Keisti
     history: Istorija
     export: Eksportuoti
+    issues: Problemos
     data: Duomenys
     export_data: Eksportuoti duomenis
     gps_traces: GPS pėdsakai
@@ -976,6 +1102,8 @@ lt:
     intro_text: OpenStreetMap yra pasaulio žemėlapis, kuriamas žmonių, tokių kaip
       jūs. Jis atviras ir laisvas - naudojamas pagal atvirą licenciją.
     intro_2_create_account: sukurti naudotojo paskyrą
+    hosting_partners_html: Hostinimo paslaugas teikia %{ucl}, %{bytemark} ir kiti
+      %{partners}.
     partners_ucl: UCL
     partners_bytemark: Bytemark serveris
     partners_partners: partneriai
@@ -1012,6 +1140,7 @@ lt:
       footer_html: Pranešimą galite skaityti čia %{readurl}, o atsakyti galite čia
         %{replyurl}
     friend_notification:
+      hi: Labas, %{to_user},
       subject: '[OpenStreetMap] %{user} prisidėjo jus kaip draugą'
       had_added_you: '%{user} pridėjo jus į savo OpenStreetMap draugų sąrašą.'
       see_their_profile: Galite peržiūrėti jo profilį adresu %{userurl}.
@@ -1167,6 +1296,7 @@ lt:
       date: Data
       reply_button: Atsakyti
       unread_button: Pažymėti neperskaitytu
+      destroy_button: Trinti
       back: Grįžti
       to: Kam
       wrong_user: Jūs prisijungęs kaip „%{user}“, bet pranešimas, kurį jūsų prašyta
@@ -1205,20 +1335,22 @@ lt:
         ir licencija</a>.'
       legal_title: Teisės
       legal_html: "Šis puslapis ir daugelis kitų susijusių paslaugų yra formaliai
-        valdomi \n<a href='http://osmfoundation.org/'>OpenStreetMap fondo</a> (OSMF)
-        \nbendruomenės vardu. Visų OSMF valdomų paslaugų naudojimas yra\npriklausomas
-        nuo <a href=\"http://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\nPriimtino
-        naudojimo politikos</a> ir mūsų <a href=\"http://wiki.osmfoundation.org/wiki/Privacy_Policy\">Privatumo
-        politikos</a>.\n<br> \n<a href='http://osmfoundation.org/Contact'>Susisiekite
+        valdomi \n<a href='https://osmfoundation.org/'>OpenStreetMap fondo</a> (OSMF)
+        \nbendruomenės vardu. Visų OSMF valdomų paslaugų naudojimas turi <a href=\"https://wiki.osmfoundation.org/wiki/Terms_of_Use\">naudojimo
+        sąlygas</a>, <a href=\"https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy\">\npriimtino
+        naudojimo politiką</a> ir mūsų <a href=\"https://wiki.osmfoundation.org/wiki/Privacy_Policy\">privatumo
+        politiką</a>.\n<br> \n<a href='https://osmfoundation.org/Contact'>Susisiekite
         su OSMF</a>, \njei turite licencijavimo, autoriaus teisių ar kitų teisinių
-        klausimų ar problemų."
+        klausimų ar problemų.\n<br>\nOpenStreetMap, lupos logo ir State of the Map
+        yra <a href=\"https://wiki.osmfoundation.org/wiki/Trademark_Policy\">registruoti
+        OSMF prekių ženklai</a>."
       partners_title: Partneriai
     copyright:
       foreign:
         title: Apie šį vertimą
         text: Esant konfliktui tarp šio išversto puslapio ir  %{english_original_link},
           pirmenybė bus teikiama angliškajai versijai.
-        english_link: anglų originalas
+        english_link: anglų originalo
       native:
         title: Apie šį puslapį
         text: Jūs žiūrite anglišką autorinių teisių puslapį. Jūs galite sugrįžti prie
@@ -1234,34 +1366,36 @@ lt:
           href="http://opendatacommons.org/licenses/odbl/">„Open Data
           Commons Open Database License“</a> (ODbL).
         intro_2_html: |-
-          Jūs galite laisvai platinti ir pritaikyti mūsų duomenimis, taip ilgai kiek jūs kredituosite OpenStreetMap ir jos kūrėjus. Jei naudodamiesi mūsų žemėlapiais sukursite savo duomenis, jūsų duomenis turi būti licenzijuoti pagal tą pačią licenziją.
-          full <a href="http://opendatacommons.org/licenses/odbl/1.0/">Legalus kodas</a> paaiškins jūsų teises ir atsakomybes.
+          Jūs galite laisvai platinti ir pritaikyti mūsų duomenis tol, kol paminite OpenStreetMap ir jo kūrėjus. Jei naudodamiesi mūsų duomenimis sukursite savo duomenis, jūsų duomenys irgi turi būti licencijuoti pagal tą pačią licenziją.
+          <a href="http://opendatacommons.org/licenses/odbl/1.0/">Pilnas teisinis aprašymas</a> paaiškins jūsų teises ir atsakomybes.
         intro_3_html: |-
-          Mūsų žemėlapio žymėjimas, bei mūsų dokumentacija, yra licencijuota pagal <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
+          Mūsų žemėlapio duomenys ir mūsų dokumentacija yra licencijuoti pagal <a href="http://creativecommons.org/licenses/by-sa/2.0/">Creative
           Commons Attribution-ShareAlike 2.0</a> licenciją (CC-BY-SA).
-        credit_title_html: Ką pažymėti prisidėjus prie projekto
+        credit_title_html: Kaip paminėti OpenStreetMap
         credit_1_html: |-
-          Mes reikalaujame, kad jūs kredituotumėte "© OpenStreetMap
+          Mes reikalaujame, kad jūs parašytumėte "© OpenStreetMap
            autoriai ".
-        credit_2_html: Jums turi būti aišku, kad duomenys kurie yra prieinami atvirai,
-          ir jei jūs naudojatės mūsų žemėlapiu, kuri licencijuota pagal CC-BY-SA.
-          Jūs turėtumėte paspausti šią nuorodą, vedančią į <a href="http://www.openstreetmap.org/copyright">šį
-          autorinių teisių puslapį</a>. Kita vertus, ir kaip reikalavimas jei platinate
-          OSM duomenų forma, jūs galite nurodyti licenciją (-as). Žiniasklaidos priemonėse,
-          kur nuorodos pateikimas yra neįmanoma (pvz. spausdinti darbai), mes siūlome
-          jūsų skaitytojus nukreipti į openstreetmap.org (ko gero išplečiant OpenStreetMap
-          iki pilno adreso), į opendatacommons.org ir jei tinka, į creativecommons.org
+        credit_2_html: Jūs turite aiškiai parodyti, kad duomenys yra laisvai prieinami
+          pagal Open Database licenciją, o jei naudojate mūsų žemėlapio kaladėles,
+          tai kartografijos licencija yra CC-BY-SA. Tai padaryti galite pridėdami
+          nuorodą į <a href="http://www.openstreetmap.org/copyright">šį autorinių
+          teisių puslapį</a>. Kita vertus, ir kaip reikalavimas, jei platinate OSM
+          duomenų forma, jūs galite nurodyti licencijos pavadinimą ir pridėti nuorodą
+          į ją. Sklaidos priemonėse, kur nuorodos pateikti neįmanoma (pvz. spausdintuose
+          darbuose), mes siūlome jūsų skaitytojus nukreipti į openstreetmap.org (ko
+          gero išplečiant „OpenStreetMap“ iki pilno adreso), į opendatacommons.org
+          ir, jei tinka, į creativecommons.org.
         credit_3_html: |-
-          Naršymui po elektroninį žemėlapį, kūrėjų sąrašas turėtų pasirodyti žemėlapio kampe.
+          Naršant po elektroninį žemėlapį, kūrėjų sąrašas turėtų pasirodyti žemėlapio kampe.
 
           Pavyzdžiui:
         attribution_example:
           alt: Pavyzdys kaip galima priskirti paskyrimus OpenStreetMap svetainėje
           title: Priskyrimo pavyzdys
-        more_title_html: Sužinokite daugiau
+        more_title_html: Papildoma informacija
         more_1_html: |-
-          Sužinokite daugiau apie mūsų duomenų naudojimą, kaip pažymėti prisidėjusius <a
-          href="http://osmfoundation.org/Licence">OSMF licencijavimo puslapyje</a> ir bendruomenės <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">DUK dėl legalumo</a>.
+          Daugiau informacijos apie mūsų duomenų naudojimą bei kaip paminėti prie jo prisidėjusius rasite <a
+          href="http://osmfoundation.org/Licence">OSMF licencijavimo puslapyje</a> ir bendruomenės <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ">teisiniame DUK</a>.
         more_2_html: |-
           Nors OpenStreetMap duomenys yra atviri, mes negalime pateikti
           nemokamos žemėlapių API trečiosioms šalims.
@@ -1270,60 +1404,68 @@ lt:
           bei <a href="https://operations.osmfoundation.org/policies/nominatim/">Nominatim naudojimo politiką</a>.
         contributors_title_html: Mūsų autoriai
         contributors_intro_html: Mūsų autoriai yra tūkstančiai įvairių žmonių. Taip
-          pat apimame ir laisvai prieinamą turinį iš valstybinių kartografijos agentūrų,
-          taip pat ir kitų įvairių šaltinių.
+          pat įtrauktas ir laisvai prieinamas turinys iš valstybinių kartografijos
+          agentūrų bei įvairių kitų šaltinių.
         contributors_at_html: |-
-          <strong>Austrija</strong>: Turi duomenis nuo:
-          <a href="http://data.wien.gv.at/">Stadt Wien</a> (under
+          <strong>Austrija</strong>: yra duomenų iš:
+          <a href="http://data.wien.gv.at/">Stadt Wien</a> (pagal
           <a href="http://creativecommons.org/licenses/by/3.0/at/deed.de">CC BY</a>),
-          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> and
+          <a href="http://www.vorarlberg.at/vorarlberg/bauen_wohnen/bauen/vermessung_geoinformation/weitereinformationen/services/wmsdienste.htm">Land Vorarlberg</a> ir
           Land Tirol (under <a href="http://www.tirol.gv.at/applikationen/e-government/data/nutzungsbedingungen/">CC-BY AT su pataisomis</a>).
+        contributors_au_html: "<strong>Australia</strong>: yra duomenų iš \n<a href=\"https://www.psma.com.au/psma-data-copyright-and-disclaimer\">PSMA
+          Australia Limited</a>\nCommonwealth of Australia licencijavus pagal\n<a
+          href=\"https://creativecommons.org/licenses/by/4.0/\">CC BY 4.0</a>."
         contributors_ca_html: |-
-          <strong>Kanada</strong>: Turi duomenis nuo:
+          <strong>Kanada</strong>: yra duomenų iš:
           GeoBase&reg;, GeoGratis (&copy; Department of Natural
           Resources Canada), CanVec (&copy; Department of Natural
           Resources Canada), bei StatCan (Geography Division,
           Statistics Canada).
-        contributors_fi_html: '<strong>Suomija</strong>: Yra duomenų iš Nacionalinio
+        contributors_fi_html: '<strong>Suomija</strong>: yra duomenų iš Nacionalinio
           žemės tyrimo Suomijos topografijos duomenų bazės ir kitų duomenų rinkinių,
           pagal <a href="http://www.maanmittauslaitos.fi/en/NLS_open_data_licence_version1_20120501">NLSFI
           Licensiją</a>.'
         contributors_fr_html: |-
-          <strong>Prancūzija</strong>: Turi duomenis nuo:
+          <strong>Prancūzija</strong>: yra duomenų iš:
           Direction Générale des Impôts.
         contributors_nl_html: |-
-          <strong>Nyderlandai</strong>: Apima &copy; AND duomenys, 2007
+          <strong>Nyderlandai</strong>: yra &copy; AND duomenų, 2007
           (<a href="http://www.and.com">www.and.com</a>)
-        contributors_nz_html: |-
-          <strong>Naujoji Zelandija</strong>: Turi duomenys nuo
-          Land Information New Zealand. Karūnos išsaugotos autorinės teisės.
+        contributors_nz_html: '<strong>Naujoji Zelandija</strong>: yra duomenų iš
+          <a href="https://data.linz.govt.nz/">LINZ Data Service</a>, licencijuota
+          perpanaudojimui pagal <a href="https://creativecommons.org/licenses/by/4.0/">CC
+          BY 4.0</a>.'
         contributors_si_html: |-
-          <strong>Slovėnija</strong>: Panaudoti duomenys iš <a href="http://www.gu.gov.si/en/">Apžiūros ir kartografavimo valdžios</a> bei
+          <strong>Slovėnija</strong>: panaudoti duomenys iš <a href="http://www.gu.gov.si/en/">Matavimo ir kartografavimo valdžios</a> bei
           <a href="http://www.mkgp.gov.si/en/">Žemės ūkio, miškų ir maisto ministerijos</a>
           (vieša Slovėnijos informacija).
+        contributors_es_html: "<strong>Ispanija</strong>: yra duomenų iš \nSpanish
+          National Geographic Institute (<a href=\"http://www.ign.es/\">IGN</a>) ir\nNational
+          Cartographic System (<a href=\"http://www.scne.es/\">SCNE</a>)\nlicencijuota
+          pagal <a href=\"https://creativecommons.org/licenses/by/4.0/\">CC BY 4.0</a>."
         contributors_za_html: |-
-          <strong>Pietų Afrika</strong>: Turi duomenis nuo:
+          <strong>Pietų Afrika</strong>: yra duomenų iš:
           <a href="http://www.ngi.gov.za/">Chief Directorate:
-          National Geo-Spatial Information</a>, Valstybinės išsaugotos autoriaus teisės.
+          National Geo-Spatial Information</a>, autoriaus teisės saugomos.
         contributors_gb_html: |-
-          <strong>Jungtinė Karalystė</strong>: Apima Ordnance
-          Survey data &copy; Karūnos autorinės teisės ir duomenų teisės
-          2010-12.
-        contributors_footer_1_html: Kad sužinotumėte daugiau apie tuos, ir kitus šaltinius,
-          kurie buvo naudojami padėti vystyti OpenStreetMap, peržiūrėkite <a href="http://wiki.openstreetmap.org/wiki/Contributors">Vystytojų
-          puslapį</a> OpenStreetMap dokumentacijoje
-        contributors_footer_2_html: Duomenų įtraukimas OpenStreetMap nereiškia, kad
-          originalių duomenų tiekėjas patvirtina OpenStreetMap, nenumatyta jokių garantijų
-          ir neprisiimama jokios atsakomybės.
+          <strong>Jungtinė Karalystė</strong>: yra duomenų iš Ordnance
+          Survey data &copy; Karūnos autorinės teisės ir duomenų teisės 2010-19.
+        contributors_footer_1_html: Norėdami daugiau sužinoti apie šiuos ir kitus
+          šaltinius, kurie buvo naudojami tobulinant OpenStreetMap, peržiūrėkite <a
+          href="http://wiki.openstreetmap.org/wiki/Contributors">vystytojų puslapį</a>
+          OpenStreetMap wiki.
+        contributors_footer_2_html: Duomenų įtraukimas į OpenStreetMap nereiškia,
+          kad originalių duomenų tiekėjas remia OpenStreetMap. Nenumatomos jokios
+          garantijos ir neprisiimama jokia atsakomybė.
         infringement_title_html: Autorių teisių pažeidimas
         infringement_1_html: OSM pildytojai primenami niekada nesinaudoti autorių
           teisėmis apsaugotų šaltinių (pvz. Google Maps ar spausdintų žemėlapių) be
           leidimo naudoti.
         infringement_2_html: Jei manote, kad autorių teisių saugomi darbai buvo netinkamai
-          panaudoti pildant OpenStreetMap duomenų bazę ar šią svetainę, praneškite
-          mums <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">šioje
-          svetainėje</a> arba užpildykite <a href="http://dmca.openstreetmap.org/">šį
-          pildymų lapą</a>.
+          panaudoti pildant OpenStreetMap duomenų bazę ar šią svetainę, susipažinkite
+          su mūsų <a href="http://www.osmfoundation.org/wiki/License/Takedown_procedure">duomenų
+          pašalinimo procedūra</a> arba užpildykite <a href="http://dmca.openstreetmap.org/">vienos
+          eilutės</a> pareiškimą.
         trademarks_title_html: <span id="trademarks"></span>Prekių ženklai
         trademarks_1_html: OpenStreetMap, lupos logotipas ir „State of the Map“ yra
           registruoti OpenStreetMap fondo prekių ženklai. Jei turite klausimų apie
@@ -1347,16 +1489,16 @@ lt:
         Jūs galite nustatyti keitimus, kaip viešus, iš savo %{user_page}.
       user_page_link: naudotojo puslapis
       anon_edits_link_text: Sužinokite, kodėl taip yra.
-      flash_player_required: Jums reikalingas Flash player norint redaguoti su Potlatch,
-        OpenStreetMap Flash rengykle. Jūs galite <a href="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">parsisiųsti
-        Flash Player iš Adobe.com</a>. <a href="http://wiki.openstreetmap.org/wiki/Editing">Taip
+      flash_player_required: Norint redaguoti su Potlatch, OpenStreetMap Flash rengykle,
+        jums reikia Flash player. Jūs galite <a href="https://get.adobe.com/flashplayer/">parsisiųsti
+        Flash Player iš Adobe.com</a>. <a href="https://wiki.openstreetmap.org/wiki/Editing">Taip
         pat yra daugybė kitų būdų</a>, kuriais galėsite prisidėti prie OpenStreetMap
         žemėlapio redagavimo.
       potlatch_unsaved_changes: Turite neįrašytų keitimų. Norint įrašyti keitimą Potlatch'e,
         jūs turite nuimti pažymėtus taškus ir kelius jei redaguojate gyvai (live mode)
         ar tiesiog tiesiog paspauskite mygtuką 'įrašyti'.
       potlatch2_not_configured: Potlatch 2 nesukonfigūruotas - daugiau informacijos
-        rasite http://wiki.openstreetmap.org/wiki/The_Rails_Port
+        rasite https://wiki.openstreetmap.org/wiki/The_Rails_Port
       potlatch2_unsaved_changes: Yra neįrašytų pakeitimų. (Norėdami įrašyti Potlatch
         2, turėtumėte spustelėti įrašyti.)
       id_not_configured: iD nesukonfigūruotas
@@ -1435,7 +1577,7 @@ lt:
         užduoti klausimus, diskutuoti ir dokumentuoti žymėjimo temas.
       welcome:
         url: /welcome
-        title: Sveiki atvykę į OSM
+        title: Sveiki atvykę į OpenStreetMap
         description: Pradėkite šiuo greitu vadovu apie OpenStreetMap pagrindus.
       beginners_guide:
         url: http://wiki.openstreetmap.org/wiki/Lt:Beginners%27_guide
@@ -1443,8 +1585,8 @@ lt:
         description: Bendruomenės palaikomas vadovas pradedantiesiems.
       help:
         url: https://help.openstreetmap.org/
-        title: help.openstreetmap.org
-        description: Užduokite klausimą arba ieškokite atsakymą OSM klausimų-ir-atsakymų
+        title: Pagalbos forumas
+        description: Užduokite klausimą arba ieškokite atsakymų OpenStreetMap klausimų-ir-atsakymų
           svetainėje.
       mailing_lists:
         title: El. pašto grupės
@@ -1461,10 +1603,13 @@ lt:
         title: switch2osm
         description: Pagalba kompanijoms ir organizacijoms pereinant į OpenStreetMap
           paremtus žemėlapius ir kitas paslaugas.
+      welcomemat:
+        url: https://welcome.openstreetmap.org/
+        title: Organizacijoms
       wiki:
         url: https://wiki.openstreetmap.org/
-        title: wiki.openstreetmap.org
-        description: Naršykite OSM detalios dokumentacijos wiki.
+        title: OpenStreetMap Wiki
+        description: Daugiau detalios informacijos apie OpenStreetMap rasite wiki.
     sidebar:
       search_results: Paieškos rezultatai
       close: Uždaryti
@@ -1477,6 +1622,7 @@ lt:
       where_am_i: Kur tai yra?
       where_am_i_title: Apibūdinti dabartinę poziciją naudojant paieškos variklį
       submit_text: Rodyti
+      reverse_directions_text: Apsukti kryptį
     key:
       table:
         entry:
@@ -1601,8 +1747,8 @@ lt:
       questions:
         title: Turite klausimų?
         paragraph_1_html: |-
-          Yra kelios vietos, kur galima rasti informacijos apie OpenStreetMap, užduoti klausimus, diskutuoti ir dokumentuoti žymėjimo temas.
-          <a href='%{help_url}'>Pagalbą rasite čia</a>.
+          Yra kelios vietos, kur galima rasti informacijos apie OpenStreetMap, užduoti klausimus, diskutuoti ir dokumentuoti žymėjimo klausimus.
+          <a href='%{help_url}'>Pagalbą rasite čia</a>. Organizacija turi planų su OpenStreetMap? <a href='https://welcome.openstreetmap.org/'>Perskaitykite įžanginę informaciją</a>.
       start_mapping: Pradėti žymėti
       add_a_note:
         title: Neturite laiko redaguoti? Pridėkite pastabą!
@@ -1621,18 +1767,23 @@ lt:
       identifiable: Identifikuojamas (pėdsakų sąraše rodomas kaip identifikuojamas,
         taškai surikiuoti su laiko žymėmis)
     new:
+      upload_trace: Įkelti GPS pėdsaką
       upload_gpx: 'Įkelti GPX failą:'
       description: Aprašymas
       tags: 'Žymos:'
       tags_help: atskirta kableliais
       visibility: 'Matomumas:'
       visibility_help: ką tai reiškia?
+      visibility_help_url: https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces
       help: Pagalba
+      help_url: https://wiki.openstreetmap.org/wiki/Upload
     create:
       upload_trace: Įkelti GPS pėdsaką
       trace_uploaded: Jūsų GPX pėdsakas įkrautas ir laukia įterpimo į duomenų bazę.
         Paprastai tai įvyks pusvalandžio bėgyje, o tada jums bus išsiųstas patvirtinimo
         laiškas.
+      upload_failed: Atsiprašome, nepavyko įkelti GPX. Administratoriams pranešta
+        apie klaidą. Bandykite dar kartą
       traces_waiting:
         one: Jūs turite %{count} pėdsakus laukiant, kad įkrautų. Apsvarstykite savo
           galimą įkrovos laiką, kad nesukeltumėte didesnių eilių kitų naudotojų, kurie
@@ -1656,6 +1807,8 @@ lt:
       tags_help: atskirti kableliu
       visibility: 'Matomumas:'
       visibility_help: ką tai reiškia?
+    update:
+      updated: Pėdsakas įkeltas
     trace_optionals:
       tags: Žymos
     show:
@@ -1677,6 +1830,7 @@ lt:
       delete_trace: Naikinti šį pėdsaką
       trace_not_found: Pėdsakas nerastas!
       visibility: 'Matomumas:'
+      confirm_delete: Trinti šį pėdsaką?
     trace_paging_nav:
       showing_page: Puslapis %{page}
       older: Senesni pėdsakai
@@ -1698,6 +1852,7 @@ lt:
       map: žemėlapis
     index:
       public_traces: Vieši GPS pėdsakai
+      my_traces: Mano GPS pėdsakai
       public_traces_from: Vieši naudotojo %{user} pėdsakai
       description: Peržiūrėti naujausias įkeltas GPS trasas
       tagged_with: ' pažymėta žymomis %{tags}'
@@ -1706,6 +1861,7 @@ lt:
         Dokumentacijos puslapyje</a>.
       upload_trace: Įkelti pėdsaką
       see_all_traces: Rodyti visus pėdsakus
+      see_my_traces: Žiūrėti mano pėdsakus
     delete:
       scheduled_for_deletion: Trasa, numatyta ištrinimui
     make_public:
@@ -1723,9 +1879,12 @@ lt:
         other: GPX failas su %{count} taškais, naudotojo %{user}
       description_without_count: Naudotojo %{user} GPX failas
   application:
+    permission_denied: Jūs neturite teisių vykdyti šį veiksmą
     require_cookies:
       cookies_needed: Panašu, kad išjungėte slapukus. Prieš tęsdami, įjunkite savo
         naršyklėje slapukus.
+    require_admin:
+      not_an_admin: Norėdami įvykdyti šį veiksmą turite būti administratoriumi.
     setup_user_auth:
       blocked_zero_hour: Turite skubų pranešimą OpenStreetMap puslapyje. Jums reikia
         perskaityti šį pranešimą prieš galint išsaugoti pakeitimus.
@@ -1927,9 +2086,16 @@ lt:
       terms accepted: Ačiū, kad patvirtinote naująsias talkininkų sąlygas!
       terms declined: Atsiprašome, jei nesutinkate su naujomis Talkininkų sąlygomis.
         Daugiau informacijos rasite <a href="%{url}">čia</a>.
+      terms declined url: https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
     terms:
       title: Sąlygos
       heading: Sąlygos
+      heading_ct: Talkininkų sąlygos
+      read and accept with tou: Prašome perskaityti talkininko sutartį ir naudojimo
+        sąlygas, tai padarius, pažymėti abi varneles ir tada spausti tęsimo mygtuką.
+      contributor_terms_explain: Ši sutartis valdo jūsų dabartinį ir būsimą indėlį.
+      read_ct: Aš perskaičiau ir sutinku su aukščiau pateiktomis talkininko sąlygomis
+      read_tou: Aš perskaičiau ir sutinku su naudojimo sąlygomis
       consider_pd: Be pirmiau minėto susitarimo, manau, kad mano indėlis būtų viešo
         naudojimo
       consider_pd_why: kas tai?
@@ -1974,7 +2140,7 @@ lt:
       ct status: Talkininkų sąlygos
       ct undecided: Nenuspręsta
       ct declined: Atmesta
-      latest edit: 'Paskutinis pakeitimas %{ago}:'
+      latest edit: 'Paskutinis pakeitimas (%{ago}):'
       email address: 'E-pašto adresas:'
       created from: 'Sukurta iš:'
       status: 'Būsena:'
@@ -1984,6 +2150,7 @@ lt:
       if set location: nurodykite jūsų buvimo vietą per %{settings_link} puslapį,
         norint matyti naudotojus netoliese.
       settings_link_text: nustatymai
+      my friends: Mano draugai
       no friends: Jūs dar nepridėjote nei vieno draugo.
       km away: Nutolęs %{count}km
       m away: nutolęs %{count}m
@@ -2014,6 +2181,7 @@ lt:
       friends_diaries: draugų dienoraščių įrašai
       nearby_changesets: greta esančių naudotojų keitimai
       nearby_diaries: greta esančių naudotojų dienoraščių įrašai
+      report: Pranešti apie šį naudotoją
     popup:
       your location: Jūsų pozicija
       nearby mapper: Šalia esantis žemėlapių kūrėjas
@@ -2054,6 +2222,7 @@ lt:
           talkininkų sąlygas.
         agreed_with_pd: Jūs taip pat pareiškėte, kad visi jūsų pakeitimai yra viešo
           naudojimo.
+        link: https://www.osmfoundation.org/wiki/License/Contributor_Terms
         link text: kas tai?
       profile description: 'Profilio aprašymas:'
       preferred languages: 'Pageidautinos kalbos:'
@@ -2061,6 +2230,7 @@ lt:
       image: 'Nuotrauka:'
       gravatar:
         gravatar: Naudoti Gravatar
+        link: https://wiki.openstreetmap.org/wiki/Gravatar
         link text: kas tai?
         disabled: Gravatar buvo išjungtas.
         enabled: Jūsų Gravatar rodymas įjungtas.
@@ -2164,6 +2334,8 @@ lt:
       not_a_role: Eilutė „%{role}“ nėra tinkama rolė.
       already_has_role: Naudotojas jau turi rolę „%{role}“.
       doesnt_have_role: Naudotojas neturi rolės „%{role}“.
+      not_revoke_admin_current_user: Negalima atimti administratoriaus rolės iš dabartinio
+        naudotojo.
     grant:
       title: Patvirtinkite rolės suteikimą
       heading: Patvirtinkite rolės suteikimą
@@ -2233,18 +2405,31 @@ lt:
       title: Atšaukiamas naudotojo %{block_on} blokavimas
       heading: Atšaukiamas naudotojo %{block_on} blokavimas, sukurtas naudotojo %{block_by}
       time_future: Šis blokavimas pasibaigs po %{time}.
-      past: Šis blokavimas baigėsi prieš %{time}, todėl nebegali būti atšauktas.
+      past: Šis blokavimas baigėsi %{time}, todėl nebegali būti atšauktas.
       confirm: Ar tikrai norite atšaukti šį blokavimą?
       revoke: Atšaukti!
       flash: Šis blokavimas buvo atšauktas
     helper:
       time_future: Baigiasi po %{time}.
       until_login: Aktyvus iki naudotojo prisijungimo.
-      time_past: Pasibaigė prieš %{time}
+      time_future_and_until_login: Baigiasi %{time} ir po to, kai naudotojas prisijungia.
+      time_past: Pasibaigė %{time}
       block_duration:
         hours:
           one: 1 valanda
           other: '%{count} valandos'
+        days:
+          one: 1 day
+          other: '%{count} diena'
+        weeks:
+          one: 1 week
+          other: '%{count} savaitė'
+        months:
+          one: 1 month
+          other: '%{count} mėnuo'
+        years:
+          one: 1 year
+          other: '%{count} metai'
     blocks_on:
       title: Naudotojo %{name} blokavimai
       heading: Naudotojo %{name} apribojimų sąrašas
@@ -2340,6 +2525,7 @@ lt:
         title: Sluoksniai
       copyright: © <a href='%{copyright_url}'>OpenStreetMap talkininkai</a>
       donate_link_text: <a class='donate-attr' href='%{donate_url}'>Paremkite</a>
+      terms: <a href='%{terms_url}' target='_blank'>Svetainės ir API sąlygos</a>
     site:
       edit_tooltip: Redaguoti žemėlapį
       edit_disabled_tooltip: Norėdami redaguoti, priartinkite
@@ -2360,8 +2546,10 @@ lt:
       new:
         intro: Pastebėjote klaidą ar kažko trūksta? Praneškite kitiems žymėtojams,
           kad jie galėtų pataisyti. Perkelkite žymeklį į teisingą poziciją ir įrašykite
-          pastabą, aprašančią problemą. (Neįvedinėkite asmeninės informacijos arba
-          informacijos iš autorinėmis teisėmis apsaugotų žemėlapių ar katalogų/registrų.)
+          pastabą, aprašančią problemą.
+        advice: Jūsų pastaba yra vieša ir gali būti naudojama žemėlapio atnaujinimui,
+          todėl neįvedinėkite asmeninės informacijos arba informacijos iš autorių
+          teisių apsaugotų žemėlapių ar katalogų.
         add: Pridėti pastabą
       show:
         anonymous_warning: Ši pastaba turi komentarų nuo anoniminių naudotojų, kurie
@@ -2375,14 +2563,17 @@ lt:
       spauskite čia.
     directions:
       engines:
+        fossgis_osrm_bike: Dviračiu (OSRM)
         fossgis_osrm_car: Mašina (OSRM)
+        fossgis_osrm_foot: Pėsčiomis (OSRM)
         graphhopper_bicycle: Dviračiu (GraphHopper)
+        graphhopper_car: Mašina (GraphHopper)
         graphhopper_foot: Pėsčiomis (GraphHopper)
       directions: Nurodymai
       distance: Atstumas
       errors:
         no_route: Nepavyko rasti maršruto tarp šių dviejų vietų.
-        no_place: Atsiprašome - nerandame tokios vietos.
+        no_place: 'Atsiprašome - nerandame tokios vietos: %{place}'
       instructions:
         continue_without_exit: Tęskite kelionę %{name}
         slight_right_without_exit: Dešiniau į %{name}
@@ -2412,8 +2603,21 @@ lt:
         against_oneway_without_exit: Važiuokite prieš eismą %{name}
         end_oneway_without_exit: Vienpusio eismo pabaiga %{name}
         roundabout_with_exit: Žiede pasirinkite išvažiavimą %{exit} į %{name}
+        roundabout_with_exit_ordinal: Žiede sukite į %{exit} išvažiavimą į %{name}
+        exit_roundabout: Išvažiuokite iš žiedo į %{name}
         unnamed: bevardis
         courtesy: Nuorodas pateikė %{link}
+        exit_counts:
+          first: 1ą
+          second: 2ą
+          third: 3ią
+          fourth: 4ą
+          fifth: 5ą
+          sixth: 6ą
+          seventh: 7ą
+          eighth: 8ą
+          ninth: 9ą
+          tenth: 10ą
       time: Laikas
     query:
       node: Taškas
@@ -2459,4 +2663,9 @@ lt:
         redakcijai, prieš ją sunaikinant.
       flash: Redakcija sunaikinta.
       error: Įvyko klaida, naikinant redakciją.
+  validations:
+    leading_whitespace: turi tarpų pradžioje
+    trailing_whitespace: turi tarpų pabaigoje
+    invalid_characters: turi netinkamų simbolių
+    url_characters: turi specialių URL simbolių (%{characters})
 ...
index c678333cb1153478f35932e42fa9298c3e0effaf..9b2845f85f54681ada7daa9e95b24fff36d53dab 100644 (file)
@@ -887,7 +887,7 @@ nl:
           municipality: Gemeente
           neighbourhood: Wijk
           postcode: Postcode
-          quarter: Per kwartaal
+          quarter: Stadsdeel
           region: Regio
           sea: Zee
           square: Plein
@@ -1137,7 +1137,7 @@ nl:
       comment_created: Je reactie is succesvol gemaakt
   reports:
     new:
-      title_html: RApporteer %{link}
+      title_html: Rapporteer %{link}
       missing_params: Kan geen nieuw rapport maken
       details: Verschaf a.u.b. nog wat meer details over het probleem (vereist).
       select: 'Selecteer een reden voor je rapport:'
@@ -2716,16 +2716,16 @@ nl:
         offramp_right_with_exit: Neem afslag%{exit} aan de rechterkant
         offramp_right_with_exit_name: Neem afslag %{exit} aan de rechterkant naar
           %{name}
-        offramp_right_with_exit_directions: Neem afslag%{exit} aan de rechterkant
-          richting%{directions}
-        offramp_right_with_exit_name_directions: Neem afslag%{exit} aan de rechterkant
-          naar%{name}, richting%{directions}
+        offramp_right_with_exit_directions: Neem afslag %{exit} aan de rechterkant
+          richting %{directions}
+        offramp_right_with_exit_name_directions: Neem afslag %{exit} aan de rechterkant
+          naar %{name}, richting %{directions}
         offramp_right_with_name: Neem de oprit aan de rechterkant naar %{name}
         offramp_right_with_directions: Neem de oprit rechts richting%{directions}
         offramp_right_with_name_directions: Neem de oprit aan de rechterkant naar%{name},
           richting%{directions}
         onramp_right_without_exit: Sla rechtsaf op de oprit naar %{name}
-        onramp_right_with_directions: Sla rechtsaf de oprit op richting%{directions}
+        onramp_right_with_directions: Sla rechtsaf de oprit op richting %{directions}
         onramp_right_with_name_directions: Ga rechts op de oprit naar%{name}, richting%{directions}
         onramp_right_without_directions: Sla rechtsaf de oprit op
         onramp_right: Sla rechtsaf de oprit op
index e93bd83a5e8289a23f636a673b523acc1555ffd0..d3f18c6991b486448d828405deb89974a24b69c9 100644 (file)
@@ -17,6 +17,7 @@
 # Author: DeRudySoulStorm
 # Author: Debeet
 # Author: Deejay1
+# Author: FunPL
 # Author: GlutPaprykarz
 # Author: Ireun
 # Author: Kaligula
@@ -28,6 +29,7 @@
 # Author: Maraf24
 # Author: Maro21
 # Author: Mateon1
+# Author: Mikini
 # Author: Nemo bis
 # Author: Odie2
 # Author: Pio387
@@ -35,6 +37,7 @@
 # Author: Psokol
 # Author: Py64
 # Author: RafalR
+# Author: Rail
 # Author: Railfail536
 # Author: Rezonansowy
 # Author: RicoElectrico
@@ -65,6 +68,7 @@ pl:
         create: Zapisz
       diary_entry:
         create: Opublikuj
+        update: Uaktualnij
       issue_comment:
         create: Dodaj komentarz
       message:
@@ -194,7 +198,7 @@ pl:
         few: '%{count} minuty temu'
         many: '%{count} minut temu'
       x_days:
-        one: 1 dzień temu
+        one: wczoraj
         other: '%{count} dni temu'
       x_months:
         one: miesiąc temu
@@ -346,7 +350,7 @@ pl:
       wikidata_link: '%{page} element na Wikidata'
       wikipedia_link: Artykuł %{page} w Wikipedii
       telephone_link: Zadzwoń pod %{phone_number}
-      colour_preview: podgląd koloru
+      colour_preview: Podgląd koloru %{colour_value}
     note:
       title: 'Uwaga: %{id}'
       new_note: Nowa uwaga
@@ -1225,6 +1229,7 @@ pl:
     partners_ucl: University College London
     partners_bytemark: Hosting Bytemark
     partners_partners: partnerzy
+    tou: Warunki użytkowania
     osm_offline: Baza danych OpenStreetMap jest niedostępna na czas ważnych zadań
       administracyjnych, które są w tym momencie wykonywane.
     osm_read_only: Baza danych OpenStreetMap jest w trybie tylko do odczytu na czas
@@ -1464,7 +1469,7 @@ pl:
         autorskie i licencja</a>, aby zobaczyć szczegóły.'
       legal_title: Pytania prawne
       legal_html: |-
-        Ta strona internetowa i inne powiązane usługi prowadzone są oficjalnie przez <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) w imieniu społeczności. Korzystanie z wszystkich usług OSMF jest regulowane przez <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
+        Ta strona internetowa i inne powiązane usługi prowadzone są oficjalnie przez <a href="https://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF) w imieniu społeczności. Korzystanie ze wszystkich usług OSMF jest regulowane przez <a href="https://wiki.osmfoundation.org/wiki/Terms_of_Use">Warunki użytkowania</a>, <a href="https://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy">
         Politykę użytkowania</a> i naszą <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy">Politykę prywatności</a>.<br>Proszę, <a href="https://osmfoundation.org/Contact">skontaktuj się z OSMF</a>, jeśli masz pytania odnośnie licencji, praw autorskich lub innych prawnych zagadnień i problemów.
         <br>
         OpenStreetMap, logo oraz State of the Map są <a href="https://wiki.osmfoundation.org/wiki/Trademark_Policy">zarejestrowanymi znakami towarowymi OSMF</a>.
@@ -1957,7 +1962,10 @@ pl:
       newer: Nowsze ślady
     trace:
       pending: OCZEKUJE
-      count_points: '%{count} punktów'
+      count_points:
+        one: 1 punkt
+        few: '%{count} punkty'
+        many: '%{count} punktów'
       more: więcej
       trace_details: Wyświetl szczegóły śladu
       view_map: Wyświetl mapę
@@ -2212,8 +2220,9 @@ pl:
         tej stronie</a>.
       terms declined url: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
     terms:
-      title: Warunki uczestnictwa
-      heading: Warunki uczestnictwa
+      title: Warunki
+      heading: Warunki
+      heading_ct: Warunki uczestnictwa
       consider_pd: Oprócz powyższych warunków, stwierdzam również, że mój wkład jest
         w domenie publicznej
       consider_pd_why: co to oznacza?
@@ -2221,6 +2230,7 @@ pl:
       guidance: 'Informacje, które pomogą zrozumieć te warunki: <a href="%{summary}">w
         formie czytelnego podsumowania</a> oraz <a href="%{translations}">nieoficjalne
         tłumaczenia</a>'
+      continue: Dalej
       declined: http://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined
       decline: Nie akceptuję
       you need to accept or decline: Prosimy przeczytać i następnie przyjąć lub odrzucić
@@ -2535,19 +2545,23 @@ pl:
       block_duration:
         hours:
           one: 1 godzina
-          other: '%{count} godzin'
+          few: '%{count} godziny'
+          many: '%{count} godzin'
         days:
           one: 1 dzień
           other: '%{count} dni'
         weeks:
-          one: tydzień
-          other: '%{count} tygodnie'
+          one: 1 tydzień
+          few: '%{count} tygodnie'
+          many: '%{count} tygodni'
         months:
-          one: miesiąc
-          other: '%{count} mies.'
+          one: 1 miesiąc
+          few: '%{count} miesiące'
+          many: '%{count} miesięcy'
         years:
-          one: rok
-          other: '%{count} lata'
+          one: 1 rok
+          few: '%{count} lata'
+          many: '%{count} lat'
     blocks_on:
       title: Blokady na użytkownika %{name}
       heading: Lista blokad na użytkownika %{name}
@@ -2647,7 +2661,7 @@ pl:
       edit_tooltip: Edytuje mapę
       edit_disabled_tooltip: Przybliż mapę, aby ją edytować
       createnote_tooltip: Zgłoś błąd lub dodaj uwagę na mapie
-      createnote_disabled_tooltip: Przybliż mapę, by dodać uwagę
+      createnote_disabled_tooltip: Przybliż mapę, aby dodać uwagę
       map_notes_zoom_in_tooltip: Powiększ, aby zobaczyć uwagi
       map_data_zoom_in_tooltip: Przybliż mapę, aby zobaczyć jej dane
       queryfeature_tooltip: Pobierz i wyświetl obiekty
index 4b529a665a44367bcf580d044f791bd176aa9223..2efaad2536e7046abf0c4940b569d6a0c8ca69e1 100644 (file)
@@ -55,35 +55,35 @@ pt-PT:
         create: Registar
         update: Editar
       redaction:
-        create: Criar redação
-        update: Guardar redação
+        create: Criar supressão
+        update: Gravar supressão
       trace:
         create: Enviar
-        update: Guardar Alterações
+        update: Gravar alterações
       user_block:
         create: Criar bloqueio
         update: Atualizar o bloqueio
   activerecord:
     errors:
       messages:
-        invalid_email_address: não parece ser um endereço de e-mail válido
+        invalid_email_address: não parece ser um endereço de correio eletrónico válido
         email_address_not_routable: não é atingível
     models:
-      acl: Aceder Lista de Controlo
+      acl: Aceder à lista de controlo
       changeset: Conjunto de alterações
       changeset_tag: Etiqueta do conjunto de alterações
       country: País
-      diary_comment: Comentário do Diário
-      diary_entry: Entrada do Diário
+      diary_comment: Comentário do diário
+      diary_entry: Entrada do diário
       friend: Amigo
       language: Idioma
       message: Mensagem
       node: Nó
       node_tag: Etiqueta do Nó
       notifier: Notificador
-      old_node: Nó Antigo
+      old_node: Nó antigo
       old_node_tag: Etiqueta do Nó antigo
-      old_relation: Relação Antiga
+      old_relation: Relação antiga
       old_relation_member: Membro da relação antiga
       old_relation_tag: Etiqueta da relação antiga
       old_way: Linha antiga
@@ -97,7 +97,7 @@ pt-PT:
       tracepoint: Ponto do trilho
       tracetag: Etiqueta do trilho
       user: Utilizador
-      user_preference: Preferências do Utilizador
+      user_preference: Preferências do utilizador
       user_token: Token do utilizador
       way: Linha
       way_node: Nó da linha
@@ -133,7 +133,7 @@ pt-PT:
         active: Ativo
         display_name: Nome visualizado
         description: Descrição
-        languages: Idiomas
+        languages: Línguas
         pass_crypt: Palavra-passe
   datetime:
     distance_in_words_ago:
@@ -187,7 +187,7 @@ pt-PT:
       description: Potlatch 2 (editor no navegador)
     remote:
       name: Controlo Remoto
-      description: Controlo Remoto (JOSM ou Merkaartor)
+      description: Controlo remoto (JOSM ou Merkaartor)
   api:
     notes:
       comment:
@@ -312,7 +312,7 @@ pt-PT:
       wikidata_link: O item %{page} como Wikidata
       wikipedia_link: A página %{page} na Wikipédia
       telephone_link: Telefonar %{phone_number}
-      colour_preview: Pré-visualização da cor %{colour_value}
+      colour_preview: Antevisão da cor %{colour_value}
     note:
       title: 'Erro: %{id}'
       new_note: Reportar Erro
index bddaf27c047746a8fbbda17ec2e37b0767e99b01..ba31de4817750c9db60acba35b84f61cd3790afd 100644 (file)
@@ -4,6 +4,7 @@
 # Author: Abijeet Patro
 # Author: C1pr1an
 # Author: EddyPetrisor
+# Author: GabiBil
 # Author: Kyouko
 # Author: Lucdrei
 # Author: MSClaudiu
@@ -97,7 +98,7 @@ ro:
         friend: Prieten
       trace:
         user: Utilizator
-        visible: Vizibilă
+        visible: Vizibil
         name: Nume
         size: Dimensiune
         latitude: Latitudine
@@ -165,7 +166,7 @@ ro:
       description: Potlatch 1 (editor înglobat în navigator)
     id:
       name: iD
-      description: iD (editor-în-navigator)
+      description: iD (editor înglobat în navigator)
     potlatch2:
       name: Potlatch 2
       description: Potlatch 2 (editor înglobat în navigator)
index ead9bbb1ff9994e8be055fd98395c497c4c0c2ea..764d1f6f0796db8f4325ac479226c19901fda901 100644 (file)
@@ -39,6 +39,7 @@
 # Author: Infovarius
 # Author: Irus
 # Author: Kaganer
+# Author: Katunchik
 # Author: Komzpa
 # Author: Link2xt
 # Author: Lockal
@@ -1973,7 +1974,10 @@ ru:
       newer: Более новые треки
     trace:
       pending: ОБРАБОТКА
-      count_points: '%{count} точек'
+      count_points:
+        one: 1 точка
+        few: '%{count} точки'
+        other: '%{count} точек'
       more: подробнее
       trace_details: Показать данные трека
       view_map: Просмотр карты
index 23ce0583b893c56e4c317da9e5858e81be80e634..612c6fef45499ac754427e3d548cdb4990826eac 100644 (file)
@@ -141,8 +141,8 @@ sr:
   api:
     notes:
       comment:
-        opened_at_html: Направљено пре %{when}
-        opened_at_by_html: '%{user} направио пре %{when}'
+        opened_at_html: Направљено %{when}
+        opened_at_by_html: Креирано %{when} од стране %{user}
         commented_at_html: Освежено пре %{when}
         commented_at_by_html: '%{user} освежио пре %{when}'
         closed_at_html: Решено пре %{when}
index 979798f51f875bb974649007c80ff76a0299305c..aa91318cab2950f06375e44369250dd9c8173d79 100644 (file)
@@ -320,6 +320,7 @@ sv:
       wikidata_link: Objektet %{page} på Wikidata
       wikipedia_link: Artikeln om %{page} på Wikipedia
       telephone_link: Ring %{phone_number}
+      colour_preview: Förhandsgranskning av färgen %{colour_value}
     note:
       title: 'Anteckning: %{id}'
       new_note: Ny anteckning
@@ -1940,7 +1941,9 @@ sv:
       newer: Nyare GPS-spår
     trace:
       pending: VÄNTANDE
-      count_points: '%{count} punkter'
+      count_points:
+        one: 1 punkt
+        other: '%{count} punkter'
       more: mer
       trace_details: Visa detaljer för GPS-spår
       view_map: Visa karta
index 9404e0849268844e4227dcdc97a65360a0ff1f2e..0baf0dd46f8727a2ecb68a3e79da4f11588114fe 100644 (file)
@@ -6,6 +6,7 @@
 # Author: Alidemirtas
 # Author: Alpkant
 # Author: Archaeodontosaurus
+# Author: BaRaN6161 TURK
 # Author: Captantrips
 # Author: Emperyan
 # Author: Erdemaslancan
@@ -316,6 +317,7 @@ tr:
       wikidata_link: Vikidatada bulunan %{page} ögesi
       wikipedia_link: '%{page} hakkında Vikipedi maddesi'
       telephone_link: '%{phone_number} ara'
+      colour_preview: Renk %{colour_value} önizleme
     note:
       title: 'Not: %{id}'
       new_note: Yeni Not
@@ -1687,7 +1689,7 @@ tr:
         ve haritalama konularını ortaklaşa tartışmak ve belgelemek için çeşitli kaynaklara sahiptir.
       welcome:
         url: /hoşgeldiniz
-        title: OSM'ye hoş geldin!
+        title: OpenStreetMap'e hoş geldiniz!
         description: OpenStreetMap temellerini öğrenmek için kısa bir kılavuz ile
           başla.
       beginners_guide:
@@ -1696,8 +1698,9 @@ tr:
         description: Topluluk, yeni başlayanlar için rehberlik yapmaktadır.
       help:
         url: https://help.openstreetmap.org/
-        title: help.openstreetmap.org
-        description: Bir soru sor veya OSM'ın soru-ve-cevap sitesinde yanıtları ara.
+        title: Yardım Forum
+        description: Bir soru sor veya OpenStreetMap'in soru-ve-cevap sitesinde yanıtları
+          ara.
       mailing_lists:
         title: E-Posta Listeleri
         description: Oldukça geniş yerel veya bölgesel e-posta listelerinde soru sorabilir
@@ -1720,8 +1723,8 @@ tr:
           sayfasında bilmeniz gerekenleri bulun.
       wiki:
         url: https://wiki.openstreetmap.org/
-        title: wiki.openstreetmap.org
-        description: Ayrıntılı OSM belgeleri için wiki'ye göz atın.
+        title: OpenStreetMap Wiki
+        description: Ayrıntılı OpenStreetMap belgeleri için wiki'ye göz atın.
     sidebar:
       search_results: Arama Sonuçları
       close: Kapat
index 955625e310a6be413fdb350ccf59e5449982a59f..414d27179ee870309982deceb8fa8a5f69d672e1 100644 (file)
@@ -33,6 +33,7 @@
 # Author: Wehwei
 # Author: Winston Sung
 # Author: Wrightbus
+# Author: Xiplus
 # Author: 予弦
 # Author: 神樂坂秀吉
 # Author: 아라
index 8663ccf2795eb8866b032b6ef85736ca9a5fed1e..713a5be17ee9aa84fcd76c35de3ee486c5c64ae7 100644 (file)
@@ -7,6 +7,7 @@ FactoryBot.define do
 
     timestamp { Time.now }
     inserted { true }
+    size { 10 }
 
     trait :deleted do
       visible { false }