From: Tom Hughes
Date: Thu, 28 Dec 2023 18:37:42 +0000 (+0000)
Subject: Merge remote-tracking branch 'upstream/pull/4438'
X-Git-Tag: live~1568
X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/67190393581af29dc2708f20446ccce1d6b081f6?hp=f1e004d4928cdda6a66dca695060cdb2e5281138
Merge remote-tracking branch 'upstream/pull/4438'
---
diff --git a/.rubocop.yml b/.rubocop.yml
index 97bb72e0a..1e18afd83 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -37,9 +37,6 @@ Metrics/ClassLength:
Metrics/ModuleLength:
Max: 150
-Minitest/MultipleAssertions:
- Enabled: false
-
Naming/FileName:
Exclude:
- 'script/deliver-message'
diff --git a/Gemfile.lock b/Gemfile.lock
index 29ad5ed31..96ece492d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -95,8 +95,8 @@ GEM
autoprefixer-rails (10.4.16.0)
execjs (~> 2)
aws-eventstream (1.3.0)
- aws-partitions (1.869.0)
- aws-sdk-core (3.190.0)
+ aws-partitions (1.875.0)
+ aws-sdk-core (3.190.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
@@ -104,7 +104,7 @@ GEM
aws-sdk-kms (1.75.0)
aws-sdk-core (~> 3, >= 3.188.0)
aws-sigv4 (~> 1.1)
- aws-sdk-s3 (1.141.0)
+ aws-sdk-s3 (1.142.0)
aws-sdk-core (~> 3, >= 3.189.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
@@ -133,7 +133,8 @@ GEM
bootstrap_form (5.4.0)
actionpack (>= 6.1)
activemodel (>= 6.1)
- brakeman (6.1.0)
+ brakeman (6.1.1)
+ racc
brotli (0.4.0)
browser (5.3.1)
builder (3.2.4)
@@ -228,12 +229,12 @@ GEM
erubi (1.12.0)
execjs (2.9.1)
exifr (1.4.0)
- factory_bot (6.4.2)
+ factory_bot (6.4.4)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
- faraday (2.7.12)
+ faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
@@ -289,7 +290,7 @@ GEM
image_size (3.3.0)
in_threads (1.6.0)
io-console (0.7.1)
- irb (1.10.1)
+ irb (1.11.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
@@ -335,7 +336,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
- net-imap (0.4.8)
+ net-imap (0.4.9)
date
net-protocol
net-pop (0.1.2)
@@ -345,7 +346,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
- nokogiri (1.15.5)
+ nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
oauth (0.4.7)
@@ -495,13 +496,13 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
- rubocop-minitest (0.34.1)
+ rubocop-minitest (0.34.2)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
- rubocop-performance (1.20.0)
+ rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
- rubocop-rails (2.23.0)
+ rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
diff --git a/app/assets/images/key/cyclemap/cycleway.png b/app/assets/images/key/cyclemap/cycleway.png
deleted file mode 100644
index 13bed4a7d..000000000
Binary files a/app/assets/images/key/cyclemap/cycleway.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/footway.svg b/app/assets/images/key/cyclemap/footway.svg
deleted file mode 100644
index ecad17425..000000000
--- a/app/assets/images/key/cyclemap/footway.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/cyclemap/motorway12.png b/app/assets/images/key/cyclemap/motorway12.png
deleted file mode 100644
index 749493ad6..000000000
Binary files a/app/assets/images/key/cyclemap/motorway12.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/pedestrian.svg b/app/assets/images/key/cyclemap/pedestrian.svg
deleted file mode 100644
index af8fce170..000000000
--- a/app/assets/images/key/cyclemap/pedestrian.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/cyclemap/primary12.png b/app/assets/images/key/cyclemap/primary12.png
deleted file mode 100644
index fed37d054..000000000
Binary files a/app/assets/images/key/cyclemap/primary12.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/rail.png b/app/assets/images/key/cyclemap/rail.png
deleted file mode 100644
index 0abf0c1df..000000000
Binary files a/app/assets/images/key/cyclemap/rail.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/rail14.png b/app/assets/images/key/cyclemap/rail14.png
deleted file mode 100644
index 957f17c85..000000000
Binary files a/app/assets/images/key/cyclemap/rail14.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/secondary12.png b/app/assets/images/key/cyclemap/secondary12.png
deleted file mode 100644
index cde008523..000000000
Binary files a/app/assets/images/key/cyclemap/secondary12.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/track.png b/app/assets/images/key/cyclemap/track.png
deleted file mode 100644
index f294edca0..000000000
Binary files a/app/assets/images/key/cyclemap/track.png and /dev/null differ
diff --git a/app/assets/images/key/cyclemap/trunk12.png b/app/assets/images/key/cyclemap/trunk12.png
deleted file mode 100644
index 51230a021..000000000
Binary files a/app/assets/images/key/cyclemap/trunk12.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/bridge.svg b/app/assets/images/key/mapnik/bridge.svg
deleted file mode 100644
index 4096e8166..000000000
--- a/app/assets/images/key/mapnik/bridge.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/bridleway.png b/app/assets/images/key/mapnik/bridleway.png
deleted file mode 100644
index 9aec1ad33..000000000
Binary files a/app/assets/images/key/mapnik/bridleway.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/building15.svg b/app/assets/images/key/mapnik/building15.svg
deleted file mode 100644
index cc0507340..000000000
--- a/app/assets/images/key/mapnik/building15.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/building16.svg b/app/assets/images/key/mapnik/building16.svg
deleted file mode 100644
index 6ff2210a5..000000000
--- a/app/assets/images/key/mapnik/building16.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/cycleway.png b/app/assets/images/key/mapnik/cycleway.png
deleted file mode 100644
index a1a16f1ed..000000000
Binary files a/app/assets/images/key/mapnik/cycleway.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/footway.png b/app/assets/images/key/mapnik/footway.png
deleted file mode 100644
index 4486119ba..000000000
Binary files a/app/assets/images/key/mapnik/footway.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/glacier10.svg b/app/assets/images/key/mapnik/glacier10.svg
deleted file mode 100644
index be79f238a..000000000
--- a/app/assets/images/key/mapnik/glacier10.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/glacier5.svg b/app/assets/images/key/mapnik/glacier5.svg
deleted file mode 100644
index 8e6d368eb..000000000
--- a/app/assets/images/key/mapnik/glacier5.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/motorway.png b/app/assets/images/key/mapnik/motorway.png
deleted file mode 100644
index 484fc9daa..000000000
Binary files a/app/assets/images/key/mapnik/motorway.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/rail12.svg b/app/assets/images/key/mapnik/rail12.svg
deleted file mode 100644
index 45c76a41e..000000000
--- a/app/assets/images/key/mapnik/rail12.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/rail18.svg b/app/assets/images/key/mapnik/rail18.svg
deleted file mode 100644
index 5094bafde..000000000
--- a/app/assets/images/key/mapnik/rail18.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/track.png b/app/assets/images/key/mapnik/track.png
deleted file mode 100644
index f294edca0..000000000
Binary files a/app/assets/images/key/mapnik/track.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/tram15.svg b/app/assets/images/key/mapnik/tram15.svg
deleted file mode 100644
index 8f873f7ee..000000000
--- a/app/assets/images/key/mapnik/tram15.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/tunnel.svg b/app/assets/images/key/mapnik/tunnel.svg
deleted file mode 100644
index 05cd7e713..000000000
--- a/app/assets/images/key/mapnik/tunnel.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/mapnik/unclassified.png b/app/assets/images/key/mapnik/unclassified.png
deleted file mode 100644
index 3cdfb2dda..000000000
Binary files a/app/assets/images/key/mapnik/unclassified.png and /dev/null differ
diff --git a/app/assets/images/key/mapnik/unclassified13.png b/app/assets/images/key/mapnik/unclassified13.png
deleted file mode 100644
index 1a8792462..000000000
Binary files a/app/assets/images/key/mapnik/unclassified13.png and /dev/null differ
diff --git a/app/assets/images/key/opnvkarte/main_road11.svg b/app/assets/images/key/opnvkarte/main_road11.svg
deleted file mode 100644
index b03c74414..000000000
--- a/app/assets/images/key/opnvkarte/main_road11.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/main_road13.svg b/app/assets/images/key/opnvkarte/main_road13.svg
deleted file mode 100644
index 2d5902236..000000000
--- a/app/assets/images/key/opnvkarte/main_road13.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/main_road15.svg b/app/assets/images/key/opnvkarte/main_road15.svg
deleted file mode 100644
index cb5391648..000000000
--- a/app/assets/images/key/opnvkarte/main_road15.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/main_road17.svg b/app/assets/images/key/opnvkarte/main_road17.svg
deleted file mode 100644
index de7db0f17..000000000
--- a/app/assets/images/key/opnvkarte/main_road17.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/motorway13.svg b/app/assets/images/key/opnvkarte/motorway13.svg
deleted file mode 100644
index c44e777a2..000000000
--- a/app/assets/images/key/opnvkarte/motorway13.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/motorway15.svg b/app/assets/images/key/opnvkarte/motorway15.svg
deleted file mode 100644
index c217bb2a7..000000000
--- a/app/assets/images/key/opnvkarte/motorway15.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/motorway17.svg b/app/assets/images/key/opnvkarte/motorway17.svg
deleted file mode 100644
index 36b37db59..000000000
--- a/app/assets/images/key/opnvkarte/motorway17.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/motorway8.svg b/app/assets/images/key/opnvkarte/motorway8.svg
deleted file mode 100644
index 21f006cef..000000000
--- a/app/assets/images/key/opnvkarte/motorway8.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/rail11.svg b/app/assets/images/key/opnvkarte/rail11.svg
deleted file mode 100644
index 849f5cf94..000000000
--- a/app/assets/images/key/opnvkarte/rail11.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/images/key/opnvkarte/rail15.svg b/app/assets/images/key/opnvkarte/rail15.svg
deleted file mode 100644
index efe7792b9..000000000
--- a/app/assets/images/key/opnvkarte/rail15.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/app/assets/javascripts/messages.js b/app/assets/javascripts/messages.js
index 5accc1a60..cc86da05e 100644
--- a/app/assets/javascripts/messages.js
+++ b/app/assets/javascripts/messages.js
@@ -22,6 +22,8 @@ $(document).ready(function () {
$(".user-button").before(data.inboxanchor);
$("#inbox-count").replaceWith(data.inbox_count);
+ $("#outbox-count").replaceWith(data.outbox_count);
+ $("#muted-count").replaceWith(data.muted_count);
}
function updateReadState(target, isRead) {
diff --git a/app/helpers/svg_helper.rb b/app/helpers/svg_helper.rb
index abb512f0d..a40fa7086 100644
--- a/app/helpers/svg_helper.rb
+++ b/app/helpers/svg_helper.rb
@@ -1,7 +1,37 @@
module SvgHelper
- def solid_svg_tag(width, height, fill, **options)
- tag.svg :width => width, :height => height, **options do
- tag.rect :width => "100%", :height => "100%", :fill => fill
+ def key_svg_tag(**options)
+ border_width = options["border"] ? (options["border-width"] || 1) : 0
+ rect_attrs = {
+ :width => "100%",
+ :height => "100%",
+ :fill => options["fill"] || "none"
+ }
+ if border_width.positive?
+ rect_attrs[:x] = rect_attrs[:y] = format("%g", 0.5 * border_width)
+ rect_attrs[:width] = options["width"] - border_width
+ rect_attrs[:height] = options["height"] - border_width
end
+ svg_attrs = options.slice("width", "height", "opacity", :class)
+
+ tag.svg(**svg_attrs) do
+ horizontal = "H#{options['width']}"
+ concat tag.rect(**rect_attrs, **stroke_attrs(options, "border")) if options["fill"] || options["border"]
+ if options["line"]
+ y_middle = format("%g", 0.5 * options["height"])
+ concat tag.path(:d => "M0,#{y_middle} #{horizontal}", **stroke_attrs(options, "line"))
+ end
+ if options["casing"]
+ casing_width = options["casing-width"] || 1
+ y_top = format("%g", 0.5 * casing_width)
+ y_bottom = format("%g", options["height"] - (0.5 * casing_width))
+ concat tag.path(:d => "M0,#{y_top} #{horizontal} M0,#{y_bottom} #{horizontal}", **stroke_attrs(options, "casing"))
+ end
+ end
+ end
+
+ private
+
+ def stroke_attrs(attrs, prefix)
+ attrs.select { |key| key.start_with?(prefix) }.transform_keys { |key| key.delete_prefix(prefix).prepend("stroke") }
end
end
diff --git a/app/views/messages/_message_count.html.erb b/app/views/messages/_inbox_count.html.erb
similarity index 91%
rename from app/views/messages/_message_count.html.erb
rename to app/views/messages/_inbox_count.html.erb
index 33a3b52f3..86bb2c474 100644
--- a/app/views/messages/_message_count.html.erb
+++ b/app/views/messages/_inbox_count.html.erb
@@ -1,7 +1,7 @@
-
+
<%= t "messages.inbox.messages",
:new_messages => t("messages.inbox.new_messages",
:count => current_user.new_messages.size),
:old_messages => t("messages.inbox.old_messages",
:count => current_user.messages.size - current_user.new_messages.size) %>
-
+
diff --git a/app/views/messages/_muted_count.html.erb b/app/views/messages/_muted_count.html.erb
new file mode 100644
index 000000000..207973d58
--- /dev/null
+++ b/app/views/messages/_muted_count.html.erb
@@ -0,0 +1,3 @@
+
+<%= t "messages.muted.messages", :count => current_user.muted_messages.size %>
+
diff --git a/app/views/messages/_outbox_count.html.erb b/app/views/messages/_outbox_count.html.erb
new file mode 100644
index 000000000..5b27f1d6e
--- /dev/null
+++ b/app/views/messages/_outbox_count.html.erb
@@ -0,0 +1,3 @@
+
+<%= t "messages.outbox.messages", :count => current_user.sent_messages.size %>
+
diff --git a/app/views/messages/destroy.json.jbuilder b/app/views/messages/destroy.json.jbuilder
index 3403ac888..65bfd6a6b 100644
--- a/app/views/messages/destroy.json.jbuilder
+++ b/app/views/messages/destroy.json.jbuilder
@@ -1,2 +1,4 @@
json.inboxanchor render(:partial => "layouts/inbox")
-json.inbox_count render(:partial => "message_count")
+json.inbox_count render(:partial => "inbox_count")
+json.outbox_count render(:partial => "outbox_count")
+json.muted_count render(:partial => "muted_count")
diff --git a/app/views/messages/inbox.html.erb b/app/views/messages/inbox.html.erb
index db807d2df..4d6be787b 100644
--- a/app/views/messages/inbox.html.erb
+++ b/app/views/messages/inbox.html.erb
@@ -4,7 +4,7 @@
<%= render :partial => "heading", :locals => { :active_link_path => inbox_messages_path } %>
-<%= render :partial => "message_count" %>
+<%= render :partial => "inbox_count" %>
<% if current_user.messages.size > 0 %>
<%= render :partial => "messages_table", :locals => { :columns => %w[from subject date], :messages => current_user.messages, :inner_partial => "message_summary" } %>
diff --git a/app/views/messages/mark.json.jbuilder b/app/views/messages/mark.json.jbuilder
index 3403ac888..65bfd6a6b 100644
--- a/app/views/messages/mark.json.jbuilder
+++ b/app/views/messages/mark.json.jbuilder
@@ -1,2 +1,4 @@
json.inboxanchor render(:partial => "layouts/inbox")
-json.inbox_count render(:partial => "message_count")
+json.inbox_count render(:partial => "inbox_count")
+json.outbox_count render(:partial => "outbox_count")
+json.muted_count render(:partial => "muted_count")
diff --git a/app/views/messages/muted.html.erb b/app/views/messages/muted.html.erb
index 40c74e915..8e97abc7f 100644
--- a/app/views/messages/muted.html.erb
+++ b/app/views/messages/muted.html.erb
@@ -4,6 +4,6 @@
<%= render :partial => "heading", :locals => { :active_link_path => muted_messages_path } %>
-<%= t ".messages", :count => current_user.muted_messages.size %>
+<%= render :partial => "muted_count" %>
<%= render :partial => "messages_table", :locals => { :columns => %w[from subject date], :messages => current_user.muted_messages, :inner_partial => "message_summary" } %>
diff --git a/app/views/messages/outbox.html.erb b/app/views/messages/outbox.html.erb
index ae8a899c4..65fbaf326 100644
--- a/app/views/messages/outbox.html.erb
+++ b/app/views/messages/outbox.html.erb
@@ -4,7 +4,7 @@
<%= render :partial => "heading", :locals => { :active_link_path => outbox_messages_path } %>
-<%= t ".messages", :count => current_user.sent_messages.size %>
+<%= render :partial => "outbox_count" %>
<% if current_user.sent_messages.size > 0 %>
<%= render :partial => "messages_table", :locals => { :columns => %w[to subject date], :messages => current_user.sent_messages, :inner_partial => "sent_message_summary" } %>
diff --git a/app/views/site/key.html.erb b/app/views/site/key.html.erb
index 28e364685..82105097e 100644
--- a/app/views/site/key.html.erb
+++ b/app/views/site/key.html.erb
@@ -4,10 +4,10 @@
<% layer_data.each do |entry| %>
<%= tag.tr :class => "mapkey-table-entry", :data => { :layer => layer_name, :zoom_min => entry["min_zoom"], :zoom_max => entry["max_zoom"] } do %>
- <% if entry["width"] && entry["height"] && entry["fill"] %>
- <%= solid_svg_tag entry["width"], entry["height"], entry["fill"], :class => "d-block mx-auto" %>
- <% else %>
+ <% if entry["image"] %>
<%= image_tag "key/#{layer_name}/#{entry['image']}", :class => "d-block mx-auto" %>
+ <% else %>
+ <%= key_svg_tag :class => "d-block mx-auto", **entry %>
<% end %>
|
diff --git a/config/key.yml b/config/key.yml
index d7d4017b1..5341245e5 100644
--- a/config/key.yml
+++ b/config/key.yml
@@ -1,24 +1,24 @@
mapnik:
# transportation: roads.mss
- - { min_zoom: 6, name: motorway, image: motorway.png }
+ - { min_zoom: 6, name: motorway, width: 52, height: 5, fill: "#e892a2", casing: "#dc2a67" }
- { min_zoom: 6, name: main_road, image: mainroad.png }
- { min_zoom: 8, name: main_road, image: mainroad8.png }
- { min_zoom: 12, name: main_road, image: mainroad12.png }
- - { min_zoom: 13, name: track, image: track.png }
- - { min_zoom: 13, name: bridleway, image: bridleway.png }
- - { min_zoom: 13, name: cycleway, image: cycleway.png }
- - { min_zoom: 13, name: footway, image: footway.png }
+ - { min_zoom: 13, name: track, width: 52, height: 3, opacity: .8, line: "#996600", line-width: 1.5, line-dasharray: "6 5" }
+ - { min_zoom: 13, name: bridleway, width: 52, height: 3, line: green, line-width: 1.25, line-dasharray: "4 2" }
+ - { min_zoom: 13, name: cycleway, width: 52, height: 1, line: blue, line-dasharray: "3 3.5" }
+ - { min_zoom: 13, name: footway, width: 52, height: 3, line: salmon, line-width: 1.3, line-dasharray: "3 3.5" }
- { min_zoom: 8, name: rail, width: 52, height: 1, fill: "#787878" }
- - { min_zoom: 12, name: rail, image: rail12.svg }
- - { min_zoom: 18, name: rail, image: rail18.svg }
+ - { min_zoom: 12, name: rail, width: 52, height: 3, fill: "#707070", line: white, line-dasharray: 8, line-dashoffset: 2 }
+ - { min_zoom: 18, name: rail, width: 52, height: 4, fill: "#707070", line: white, line-dasharray: 8, line-dashoffset: 2, line-width: 2 }
- { min_zoom: 12, name: subway, width: 52, height: 2, fill: "#999" }
- { min_zoom: 8, name: light_rail, width: 52, height: 1, fill: "#ccc" }
- { min_zoom: 10, name: light_rail, width: 52, height: 1, fill: "#aaa" }
- { min_zoom: 13, name: light_rail, width: 52, height: 2, fill: "#666" }
- - { min_zoom: 12, name: tram_only, width: 52, height: 1, fill: "#6e6e6eaa" }
- - { min_zoom: 14, name: tram_only, width: 52, height: 1, fill: "#6e6e6e" }
- - { min_zoom: 15, name: tram_only, image: tram15.svg }
- - { min_zoom: 17, name: tram_only, width: 52, height: 2, fill: "#6e6e6e" }
+ - { min_zoom: 12, name: tram_only, width: 52, height: 1, line: "#6e6e6e", line-width: 0.75 }
+ - { min_zoom: 14, name: tram_only, width: 52, height: 3, line: "#6e6e6e", line-width: 1 }
+ - { min_zoom: 15, name: tram_only, width: 52, height: 3, line: "#6e6e6e", line-width: 1.5 }
+ - { min_zoom: 17, name: tram_only, width: 52, height: 2, line: "#6e6e6e", line-width: 2 }
- { min_zoom: 12, name: [cable_car, chair_lift], image: cable.png }
- { min_zoom: 11, name: [runway_only, taxiway], image: runway11.svg }
- { min_zoom: 12, name: [runway_only, taxiway], image: runway12.svg }
@@ -30,8 +30,8 @@ mapnik:
# landcover z5: landcover.mss, water.mss
- { name: [lake_only, reservoir], width: 26, height: 10, fill: "#aad3df" }
- { name: intermittent_water, image: intermittent_water.svg }
- - { min_zoom: 5, name: glacier, image: glacier5.svg }
- - { min_zoom: 10, name: glacier, image: glacier10.svg }
+ - { min_zoom: 5, name: glacier, width: 26, height: 10, fill: "#ddecec", border: "#9cf" }
+ - { min_zoom: 10, name: glacier, width: 26, height: 10, fill: "#ddecec", border: "#9cf", border-dasharray: "4 2" }
- { min_zoom: 10, name: reef, image: reef.png }
- { min_zoom: 10, name: wetland, image: wetland.png }
- { min_zoom: 5, name: [forest_only, wood], width: 26, height: 10, fill: "#bddab1" }
@@ -74,40 +74,42 @@ mapnik:
- { min_zoom: 13, name: [school_only, university, hospital], image: school.svg }
# buildings: buildings.mss
- { min_zoom: 14, name: building, width: 10, height: 10, fill: "#ab9793" }
- - { min_zoom: 15, name: building, image: building15.svg }
- - { min_zoom: 16, name: building, image: building16.svg }
+ - { min_zoom: 15, name: building, width: 10, height: 10, fill: "#b9a99c", border: "#a99a8d" }
+ - { min_zoom: 16, name: building, width: 10, height: 10, fill: "#c4b6ab", border: "#a99a8d" }
# stations: stations.mss
- { min_zoom: 12, name: station, width: 4, height: 4, fill: "#7981b0" }
- { min_zoom: 13, name: station, width: 6, height: 6, fill: "#7981b0" }
- { min_zoom: 15, name: station, width: 9, height: 9, fill: "#7981b0" }
# other
- { min_zoom: 11, name: [summit_only, peak], image: summit.svg } # amenity-points.mss
- - { min_zoom: 13, name: tunnel, image: tunnel.svg } # roads.mss
- - { min_zoom: 13, name: bridge, image: bridge.svg } # roads.mss
+ - { min_zoom: 13, name: tunnel, width: 50, height: 5, casing: grey, casing-dasharray: "4 2", casing-dashoffset: 1 } # roads.mss
+ - { min_zoom: 13, name: bridge, width: 50, height: 5, casing: black } # roads.mss
- { min_zoom: 15, name: private, image: private.png }
- { min_zoom: 15, name: destination, image: destination.png }
- { min_zoom: 12, name: construction, image: construction.png }
cyclemap:
- { min_zoom: 5, name: motorway, width: 50, height: 3, fill: "#9a9ab1" }
- - { min_zoom: 12, name: motorway, image: motorway12.png }
+ - { min_zoom: 12, name: motorway, width: 50, height: 5, fill: "#bdbece", casing: "#8d95a7" }
- { min_zoom: 6, name: trunk, width: 50, height: 2, fill: "#c8d8c8" }
- - { min_zoom: 12, name: trunk, image: trunk12.png }
+ - { min_zoom: 12, name: trunk, width: 50, height: 5, fill: "#c8d8c8", casing: "#abb5a4" }
- { min_zoom: 8, name: primary, width: 50, height: 2, fill: "#d8c8c8" }
- - { min_zoom: 12, name: primary, image: primary12.png }
+ - { min_zoom: 12, name: primary, width: 50, height: 4, fill: "#f0e3e3", casing: "#d4b6b7" }
- { min_zoom: 10, name: secondary, width: 50, height: 1, fill: "#dadacc" }
- - { min_zoom: 12, name: secondary, image: secondary12.png }
- - { min_zoom: 15, name: pedestrian, image: pedestrian.svg }
- - { min_zoom: 13, name: track, image: track.png }
- - { min_zoom: 8, name: cycleway, image: cycleway.png }
+ - { min_zoom: 12, name: secondary, width: 50, height: 4, fill: "#ededc8", casing: "#c8b48a" }
+ - { min_zoom: 15, name: pedestrian, width: 50, height: 4, fill: "#e2e3e2", casing: "#9a9a9a" }
+ - { min_zoom: 13, name: track, width: 50, height: 3, fill: white, casing: "#999", casing-dasharray: "5 3", casing-dashoffset: 1 }
+ - { min_zoom: 15, name: track, width: 50, height: 4, fill: white, casing: "#999", casing-dasharray: "5 3", casing-dashoffset: 1 }
+ - { min_zoom: 17, name: track, width: 50, height: 5, fill: white, casing: "#999", casing-dasharray: "5 3", casing-dashoffset: 1 }
+ - { min_zoom: 8, name: cycleway, width: 50, height: 3, line: "#0100fe", line-width: 1.5, line-dasharray: "6 2" }
- { min_zoom: 5, name: cycleway_national, width: 50, height: 2, fill: "#fe0000" }
- { min_zoom: 13, name: cycleway_national, width: 50, height: 4, fill: "#ffb3b3" }
- { min_zoom: 7, name: cycleway_regional, width: 50, height: 2, fill: "#b638fb" }
- { min_zoom: 13, name: cycleway_regional, width: 50, height: 4, fill: "#ddb5d9" }
- { min_zoom: 8, name: cycleway_local, width: 50, height: 2, fill: "#0100fe" }
- { min_zoom: 13, name: cycleway_local, width: 50, height: 4, fill: "#b2b2ff" }
- - { min_zoom: 13, name: footway, image: footway.svg }
- - { min_zoom: 7, name: rail, image: rail.png }
- - { min_zoom: 14, name: rail, image: rail14.png }
+ - { min_zoom: 13, name: footway, width: 50, height: 3, line: "#bd6d6e", line-width: 1.5, line-dasharray: "6 2" }
+ - { min_zoom: 7, name: rail, width: 50, height: 3, line: "#999999", line-width: 1.5 }
+ - { min_zoom: 14, name: rail, width: 50, height: 4, fill: "#999999", line: white, line-dasharray: 4, line-width: 2 }
- { min_zoom: 1, name: [lake_only, reservoir], width: 26, height: 10, fill: "#addeff" }
- { min_zoom: 9, name: [forest_only, wood], width: 26, height: 10, fill: "#b3d6a4" }
- { min_zoom: 10, name: meadow, width: 26, height: 10, fill: "#c0de9c" }
@@ -119,8 +121,8 @@ cyclemap:
opnvkarte:
- { min_zoom: 6, name: rail, width: 52, height: 1, fill: "#868686" }
- { min_zoom: 8, name: rail, width: 52, height: 2, fill: "#868686" }
- - { min_zoom: 11, name: rail, image: rail11.svg }
- - { min_zoom: 15, name: rail, image: rail15.svg }
+ - { min_zoom: 11, name: rail, width: 52, height: 3, fill: "#868686", line: "#eeeeee", line-dasharray: 10, line-dashoffset: 9 }
+ - { min_zoom: 15, name: rail, width: 52, height: 4, fill: "#868686", line: "#eeeeee", line-dasharray: 10, line-dashoffset: 9, line-width: 2 }
- { min_zoom: 17, name: rail, image: rail17.svg }
- { min_zoom: 6, name: train, width: 52, height: 2, fill: "#ffc366" }
- { min_zoom: 10, name: train, width: 52, height: 3, fill: "#ffc366" }
@@ -154,15 +156,15 @@ opnvkarte:
- { min_zoom: 15, name: bus_stop, image: bus_stop15.svg }
- { min_zoom: 13, name: stop, image: stop13.svg }
- { min_zoom: 15, name: stop, image: stop15.svg }
- - { min_zoom: 8, name: motorway, image: motorway8.svg }
- - { min_zoom: 13, name: motorway, image: motorway13.svg }
- - { min_zoom: 15, name: motorway, image: motorway15.svg }
- - { min_zoom: 17, name: motorway, image: motorway17.svg }
- - { min_zoom: 8, name: main_road, width: 52, height: 1, fill: "#5c6d6d88" }
- - { min_zoom: 11, name: main_road, image: main_road11.svg }
- - { min_zoom: 13, name: main_road, image: main_road13.svg }
- - { min_zoom: 15, name: main_road, image: main_road15.svg }
- - { min_zoom: 17, name: main_road, image: main_road17.svg }
+ - { min_zoom: 8, name: motorway, width: 52, height: 4, fill: "#dddddd", casing: "#6d6d6d" }
+ - { min_zoom: 13, name: motorway, width: 52, height: 8, fill: "#dddddd", casing: "#6d6d6d" }
+ - { min_zoom: 15, name: motorway, width: 52, height: 13, fill: "#dddddd", casing: "#6d6d6d", line: "#ffffff", line-dasharray: 12, line-dashoffset: 4 }
+ - { min_zoom: 17, name: motorway, width: 52, height: 17, fill: "#dddddd", casing: "#6d6d6d", line: "#ffffff", line-dasharray: 12, line-dashoffset: 4, casing-width: 2 }
+ - { min_zoom: 8, name: main_road, width: 52, height: 1, fill: "#5c6d6d88" }
+ - { min_zoom: 11, name: main_road, width: 52, height: 4, fill: "#dddddd", casing: "#a1968b" }
+ - { min_zoom: 13, name: main_road, width: 52, height: 8, fill: "#dddddd", casing: "#a1968b" }
+ - { min_zoom: 15, name: main_road, width: 52, height: 13, fill: "#dddddd", casing: "#a1968b" }
+ - { min_zoom: 17, name: main_road, width: 52, height: 17, fill: "#dddddd", casing: "#a1968b" }
# landcover
- { min_zoom: 0, name: [lake_only, reservoir], width: 26, height: 10, fill: "#a1cbea" }
- { min_zoom: 8, name: [lake_only, reservoir], width: 26, height: 10, fill: "#bfd3ef" }
diff --git a/config/locales/af.yml b/config/locales/af.yml
index 8301c6a80..5337d0813 100644
--- a/config/locales/af.yml
+++ b/config/locales/af.yml
@@ -1719,30 +1719,24 @@ af:
footway: Voetpad
rail: Spoorweg
subway: Ondergrondse spoorweg
- cable:
- - Sweefspoor
- - stoelhyser
- runway:
- - Aanloopbaan
- - vliegtuigrybaan
+ cable_car: Sweefspoor
+ chair_lift: stoelhyser
+ runway_only: Aanloopbaan
+ taxiway: vliegtuigrybaan
apron_only: Lughaweplatform
admin: Administratiewe grens
- forest:
- - Woud
- - Bos
+ forest_only: Woud
+ wood: Bos
golf: Gholfbaan
park: Park
- common:
- - Gemeen
- - weiland
+ common_only: Gemeen
resident: Woongebied
retail: Kleinhandel-gebied
industrial: Nywerheidsgebied
commercial: Handelsgebied
heathland: Heide
- lake:
- - Meer
- - reservoir
+ lake_only: Meer
+ reservoir: reservoir
farm: Plaas
brownfield: Braakveldterrein
cemetery: Begraafplaas
@@ -1751,14 +1745,12 @@ af:
centre: Sportsentrum
reserve: Natuurreservaat
military: Militêre gebied
- school:
- - Skool
- - universiteit
+ school_only: Skool
+ university: universiteit
building: Betekenisvolle gebou
station: Spoorwegstasie
- summit:
- - Piek
- - piek
+ summit_only: Piek
+ peak: piek
tunnel: Strepieomhulsel = tonnel
bridge: Swart omhulsel = brug
private: Privaat toegang
diff --git a/config/locales/aln.yml b/config/locales/aln.yml
index a6143d471..6d6053eda 100644
--- a/config/locales/aln.yml
+++ b/config/locales/aln.yml
@@ -912,30 +912,24 @@ aln:
footway: Këmbësore
rail: Hekurudhor
subway: Metro
- cable:
- - teleferik
- - heqë karrige
- runway:
- - Aeroporti i pistës
- - taxiway
+ cable_car: teleferik
+ chair_lift: heqë karrige
+ runway_only: Aeroporti i pistës
+ taxiway: taxiway
apron_only: aeroportit Aeroporti
admin: kufitare administrative
- forest:
- - Pyll
- - Druri
+ forest_only: Pyll
+ wood: Druri
golf: fushë e golfit
park: Park
- common:
- - I përbashkët
- - livadh
+ common_only: I përbashkët
resident: Zonë Rezidenciale
retail: zonë me pakicë
industrial: Zonë Industriale
commercial: Zona Tregtare
heathland: Heathland
- lake:
- - Liqe
- - rezervuar
+ lake_only: Liqe
+ reservoir: rezervuar
farm: Ferm
brownfield: site Brownfield
cemetery: Varrezë
@@ -944,14 +938,12 @@ aln:
centre: Qendër Sportive
reserve: rezervë Natyra
military: Zonë Ushtarake
- school:
- - Shkollë
- - universitet
+ school_only: Shkollë
+ university: universitet
building: ndërtimin e rëndësishme
station: Stacion hekurudhor
- summit:
- - Samiti i
- - pik
+ summit_only: Samiti i
+ peak: pik
tunnel: tunel zorrë thye =
bridge: Shtresë e jashtme e Zi = urë
private: qasje privat
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index b6695d64a..b687bfb5f 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -2211,31 +2211,24 @@ ar:
footway: طرÙÙ Ù
شاة
rail: Ø³ÙØ© ØØ¯ÙØ¯ÙØ©
subway: ÙØ·Ø§Ø± Ø§ÙØ£ÙÙØ§Ù
- cable:
- - عربة Ø£Ø³ÙØ§Ù
- - تÙÙØ±ÙÙ
- runway:
- - Ù
درج Ù
طار
- - Ù
درج Ù
طار ÙÙ
ÙØ§Ùرات Ø§ÙØ·Ø§Ø¦Ø±Ø§Øª
+ cable_car: عربة Ø£Ø³ÙØ§Ù
+ chair_lift: تÙÙØ±ÙÙ
+ runway_only: Ù
درج Ù
طار
+ taxiway: Ù
درج Ù
طار ÙÙ
ÙØ§Ùرات Ø§ÙØ·Ø§Ø¦Ø±Ø§Øª
apron_only: Ø³Ø§ØØ© Ù
طار
admin: ØØ¯Ùد Ø¥Ø¯Ø§Ø±ÙØ©
- forest:
- - غابة
- - غابة
+ forest_only: غابة
+ wood: غابة
golf: Ù
ÙØ¹Ø¨ غÙÙÙ
park: Ù
ÙØªØ²Ù
- common:
- - شائع
- - Ù
رج
- - ØØ¯ÙÙØ©
+ common_only: شائع
resident: Ù
ÙØ·ÙØ© سÙÙÙØ©
retail: Ù
ÙØ·ÙØ© Ø¨ÙØ¹ باÙÙ
ÙØ±Ù
industrial: Ù
ÙØ·ÙØ© ØµÙØ§Ø¹ÙØ©
commercial: Ù
ÙØ·ÙØ© ØªØ¬Ø§Ø±ÙØ©
heathland: أرض Ø¨ÙØ±
- lake:
- - بØÙرة
- - خزاÙ
+ lake_only: بØÙرة
+ reservoir: خزاÙ
farm: Ù
زرعة
brownfield: Ù
ÙÙØ¹ Ù
Ø®ÙÙØ§Øª
cemetery: Ù
ÙØ¨Ø±Ø©
@@ -2244,14 +2237,12 @@ ar:
centre: Ù
Ø±ÙØ² Ø±ÙØ§Ø¶Ù
reserve: Ù
ØÙ
ÙØ© Ø·Ø¨ÙØ¹ÙØ©
military: Ù
ÙØ·ÙØ© Ø¹Ø³ÙØ±ÙØ©
- school:
- - Ù
درسة
- - جاÙ
عة
+ school_only: Ù
درسة
+ university: جاÙ
عة
building: Ù
بÙÙ ÙØ¨Ùر
station: Ù
ØØ·Ø© ÙØ·Ø§Ø±
- summit:
- - ÙÙ
Ø©
- - Ø°Ø±ÙØ©
+ summit_only: ÙÙ
Ø©
+ peak: Ø°Ø±ÙØ©
tunnel: غطاء Ù
ØªÙØ·Ø¹ = ÙÙÙ
bridge: غطاء Ø£Ø³ÙØ¯ = جسر
private: ÙØµÙÙ Ø®ØµÙØµÙ
diff --git a/config/locales/arz.yml b/config/locales/arz.yml
index 1e5f18543..2e64be514 100644
--- a/config/locales/arz.yml
+++ b/config/locales/arz.yml
@@ -780,26 +780,21 @@ arz:
footway: طرÙÙ Ù
شاة
rail: سÙÙ ØØ¯ÙØ¯ÙØ©
subway: ÙØ·Ø§Ø± Ø§ÙØ£ÙÙØ§Ù
- runway:
- - Ù
درج Ù
طار ÙÙØ¥ÙÙØ§Ø¹/اÙÙØ¨ÙØ·
- - Ù
درج Ù
طار ÙÙ
ÙØ§Ùرات Ø§ÙØ·Ø§Ø¦Ø±Ø§Øª
+ runway_only: Ù
درج Ù
طار ÙÙØ¥ÙÙØ§Ø¹/اÙÙØ¨ÙØ·
+ taxiway: Ù
درج Ù
طار ÙÙ
ÙØ§Ùرات Ø§ÙØ·Ø§Ø¦Ø±Ø§Øª
apron_only: ساØÙ Ù
طار
admin: ØØ¯Ùد Ø¥Ø¯Ø§Ø±ÙØ©
- forest:
- - غابة
- - غابة
+ forest_only: غابة
+ wood: غابة
golf: Ù
ÙØ¹Ø¨ غÙÙÙ
park: Ù
ÙØªØ²Ù
- common:
- - شائع
- - Ù
رج
+ common_only: شائع
resident: Ù
ÙØ·Ù٠سÙÙÙØ©
retail: Ù
ÙØ·ÙÙ Ø¨ÙØ¹ باÙÙ
ÙØ±Ù
industrial: Ù
ÙØ·ÙÙ ØµÙØ§Ø¹ÙØ©
commercial: Ù
ÙØ·ÙÙ ØªØ¬Ø§Ø±ÙØ©
- lake:
- - بØÙرة
- - خزاÙ
+ lake_only: بØÙرة
+ reservoir: خزاÙ
farm: أرض Ø²Ø±Ø§Ø¹ÙØ©
cemetery: Ù
ÙØ¨Ø±Ø©
allotments: ØØµØµ سÙÙÙØ©
@@ -807,14 +802,12 @@ arz:
centre: Ù
Ø±ÙØ² Ø±ÙØ§Ø¶Ù
reserve: Ù
ØÙ
ÙÙ Ø·Ø¨ÙØ¹ÙØ©
military: Ù
ÙØ·ÙÙ Ø¹Ø³ÙØ±ÙØ©
- school:
- - Ù
درسة
- - جاÙ
عة
+ school_only: Ù
درسة
+ university: جاÙ
عة
building: Ù
بÙÙ ÙØ¨Ùر
station: Ù
ØØ·Ù ÙØ·Ø§Ø±
- summit:
- - ÙÙ
Ø©
- - Ø°Ø±ÙØ©
+ summit_only: ÙÙ
Ø©
+ peak: Ø°Ø±ÙØ©
private: استخداÙ
Ø®ØµÙØµÙ
construction: Ø§ÙØ·Ø±Ù ØªØØª Ø§ÙØ¥Ùشاء
traces:
diff --git a/config/locales/ast.yml b/config/locales/ast.yml
index a805dc75a..2666262ed 100644
--- a/config/locales/ast.yml
+++ b/config/locales/ast.yml
@@ -1706,30 +1706,24 @@ ast:
footway: CamÃn peatonal
rail: Ferrocarril
subway: Metro
- cable:
- - Teleféricu
- - telesilla
- runway:
- - Pista d'aeropuertu
- - cai de rodaxe
+ cable_car: Teleféricu
+ chair_lift: telesilla
+ runway_only: Pista d'aeropuertu
+ taxiway: cai de rodaxe
apron_only: Aparcamientu d'aviones
admin: Llende alministrativa
- forest:
- - Ãrea forestal
- - Viesca
+ forest_only: Ãrea forestal
+ wood: Viesca
golf: Campu de golf
park: Parque
- common:
- - Espaciu comunal
- - prau
+ common_only: Espaciu comunal
resident: Ãrea residencial
retail: Ãrea de tiendes
industrial: Ãrea industrial
commercial: Ãrea comercial
heathland: Berezal
- lake:
- - Llagu
- - banzáu
+ lake_only: Llagu
+ reservoir: banzáu
farm: CaserÃa
brownfield: Terrén en derribu
cemetery: Cementeriu
@@ -1738,14 +1732,12 @@ ast:
centre: Centru deportivu
reserve: Reserva natural
military: Ãrea militar
- school:
- - Escuela
- - universidá
+ school_only: Escuela
+ university: universidá
building: Edificiu destacáu
station: Estación de tren
- summit:
- - Cume
- - picu
+ summit_only: Cume
+ peak: picu
tunnel: Borde de rayes = túnel
bridge: Borde prietu = ponte
private: Accesu priváu
diff --git a/config/locales/az.yml b/config/locales/az.yml
index b3d7677d4..a731c37b9 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -986,34 +986,27 @@ az:
footway: Piyada yolu
rail: DÉmir yolu
subway: Metro
- runway:
- - Aeroport uçuÅ-enmÉ zolaÄı
+ runway_only: Aeroport uçuÅ-enmÉ zolaÄı
admin: Administrativ sÉrhÉd
- forest:
- - MeÅÉ
+ forest_only: MeÅÉ
park: Park
- common:
- 1: çÉmÉnlik
resident: YaÅayıŠsahÉsi
retail: TicarÉt sahÉsi
industrial: SÉnaye sahÉsi
commercial: TicarÉt sahÉsi
- lake:
- - Göl
- - su anbarı
+ lake_only: Göl
+ reservoir: su anbarı
farm: Ferma
cemetery: MÉzarlıq
centre: İdman mÉrkÉzi
reserve: TÉbiÉt QoruÄu
military: HÉrbi Érazi
- school:
- - MÉktÉb
- - universitet
+ school_only: MÉktÉb
+ university: universitet
building: ÆhÉmiyyÉtli bina
station: DÉmiryol stansiyası
- summit:
- - ZirvÉ
- - pik
+ summit_only: ZirvÉ
+ peak: pik
private: Xüsusi giriÅ
traces:
new:
diff --git a/config/locales/be-Tarask.yml b/config/locales/be-Tarask.yml
index 0ca9606a4..5f47c628d 100644
--- a/config/locales/be-Tarask.yml
+++ b/config/locales/be-Tarask.yml
@@ -1169,30 +1169,24 @@ be-Tarask:
footway: ÐеÑаÑ
Ð¾Ð´Ð½Ð°Ñ Ð´Ð°Ñога
rail: ЧÑгÑнка
subway: ÐÑÑÑо
- cable:
- - ÐанаÑÐ½Ð°Ñ Ð´Ð°Ñога
- - кÑÑÑÐ»Ð°Ð²Ñ Ð¿Ð°Ð´âÑмнÑк
- runway:
- - УзÑлÑÑÐ½Ð°Ñ Ð¿Ð°Ð»Ð°Ñа
- - ÑÑлÑÐ¶Ð½Ð°Ñ Ð´Ð°Ñога
+ cable_car: ÐанаÑÐ½Ð°Ñ Ð´Ð°Ñога
+ chair_lift: кÑÑÑÐ»Ð°Ð²Ñ Ð¿Ð°Ð´âÑмнÑк
+ runway_only: УзÑлÑÑÐ½Ð°Ñ Ð¿Ð°Ð»Ð°Ñа
+ taxiway: ÑÑлÑÐ¶Ð½Ð°Ñ Ð´Ð°Ñога
apron_only: ÐÑÑон аÑÑапоÑÑа
admin: ÐдмÑнÑÑÑÑаÑÑÐ¹Ð½Ð°Ñ Ð¼Ñжа
- forest:
- - ÐеÑ
- - ÐÑÑÑа
+ forest_only: ÐеÑ
+ wood: ÐÑÑÑа
golf: Ðоле Ð´Ð»Ñ Ð³Ð¾Ð»ÑÑÑ
park: ÐаÑк
- common:
- - ÐÑÐ°Ð¼Ð°Ð´Ð·ÐºÐ°Ñ Ð·ÑмлÑ
- - лÑг
+ common_only: ÐÑÐ°Ð¼Ð°Ð´Ð·ÐºÐ°Ñ Ð·ÑмлÑ
resident: ÐÑÐ»Ñ ÑаÑн
retail: ÐандлÑÐ²Ñ ÑаÑн
industrial: ÐÑамÑÑÐ»Ð¾Ð²Ñ ÑаÑн
commercial: ÐамÑÑÑÑÐ¹Ð½Ñ ÑаÑн
heathland: ÐÑÑÑаÑ
- lake:
- - ÐозеÑа
- - вадаÑÑ
овÑÑÑа
+ lake_only: ÐозеÑа
+ reservoir: вадаÑÑ
овÑÑÑа
farm: ФÑÑма
brownfield: ÐакÑнÑÑÐ°Ñ ÑÑÑÑÑоÑÑÑ
cemetery: ÐогÑлкÑ
@@ -1201,14 +1195,12 @@ be-Tarask:
centre: СпаÑÑÐ¾Ð²Ñ ÑÑнÑаÑ
reserve: ÐапаведнÑк
military: ÐайÑÐºÐ¾Ð²Ð°Ñ ÑÑÑÑÑоÑÑÑ
- school:
- - Школа
- - ÑнÑвÑÑÑÑÑÑÑ
+ school_only: Школа
+ university: ÑнÑвÑÑÑÑÑÑÑ
building: ÐнаÑÐ½Ñ Ð±ÑдÑнак
station: ЧÑгÑнаÑÐ½Ð°Ñ ÑÑанÑÑÑ
- summit:
- - ÐÑÑÑÑнÑ
- - пÑк
+ summit_only: ÐÑÑÑÑнÑ
+ peak: пÑк
tunnel: ÐÑнкÑÑÑ = ÑÑнÑлÑ
bridge: ЧоÑÐ½Ð°Ñ Ð»ÑнÑÑ = моÑÑ
private: ÐÑÑваÑÐ½Ñ Ð´Ð¾ÑÑÑп
diff --git a/config/locales/be.yml b/config/locales/be.yml
index 1290552ce..036146588 100644
--- a/config/locales/be.yml
+++ b/config/locales/be.yml
@@ -1724,30 +1724,24 @@ be:
subway: ÐеÑÑо
trolleybus: ТÑалейбÑÑ
bus: ÐÑÑобÑÑ
- cable:
- - ÐанаÑÐ½Ð°Ñ Ð´Ð°Ñога
- - ÐÑÑÑелÑÐ½Ñ Ð¿Ð°Ð´'ÑмнÑк
- runway:
- - УзлеÑна-паÑадаÑÐ½Ð°Ñ Ð¿Ð°Ð»Ð°Ñа
- - ÑÑлÑÐ¶Ð½Ð°Ñ Ð´Ð°Ñожка
+ cable_car: ÐанаÑÐ½Ð°Ñ Ð´Ð°Ñога
+ chair_lift: ÐÑÑÑелÑÐ½Ñ Ð¿Ð°Ð´'ÑмнÑк
+ runway_only: УзлеÑна-паÑадаÑÐ½Ð°Ñ Ð¿Ð°Ð»Ð°Ñа
+ taxiway: ÑÑлÑÐ¶Ð½Ð°Ñ Ð´Ð°Ñожка
apron_only: ÐеÑон аÑÑапоÑÑа
admin: ÐдмÑнÑÑÑÑаÑÑÐ¹Ð½Ð°Ñ Ð¼Ñжа
- forest:
- - ÐеÑ
- - пÑÑÑа
+ forest_only: ÐеÑ
+ wood: пÑÑÑа
golf: Ðоле Ð´Ð»Ñ Ð³Ð¾Ð»ÑÑа
park: ÐаÑк
- common:
- - ÐгÑлÑнÑÑ
- - лÑг
+ common_only: ÐгÑлÑнÑÑ
resident: ÐÑÐ»Ñ ÑаÑн
retail: ÐÐ°Ð½Ð´Ð»ÐµÐ²Ð°Ñ Ð¿Ð»Ð¾ÑÑа
industrial: ÐÑамÑÑÐ»Ð¾Ð²Ð°Ñ Ð·Ð¾Ð½Ð°
commercial: ÐамеÑÑÑÐ¹Ð½Ð°Ñ Ð·Ð¾Ð½Ð°
heathland: ÐÑÑÑка
- lake:
- - ÐозеÑа
- - вадаÑÑ
овÑÑÑа
+ lake_only: ÐозеÑа
+ reservoir: вадаÑÑ
овÑÑÑа
glacier: ÐÑднÑк
farm: ФеÑма
brownfield: ÐÑÑÑÑÐ°Ð½Ð°Ñ Ð¿Ð»ÑÑоÑка Ð´Ð»Ñ Ð·Ð°Ð±ÑдовÑ
@@ -1757,14 +1751,12 @@ be:
centre: СпаÑÑÑÑÐ½Ñ ÑÑнÑÑ
reserve: ÐапаведнÑк
military: ÐÐ°ÐµÐ½Ð½Ð°Ñ Ð·Ð¾Ð½Ð°
- school:
- - Школа
- - ÑнÑвеÑÑÑÑÑÑ
+ school_only: Школа
+ university: ÑнÑвеÑÑÑÑÑÑ
building: ÐнаÑÐ½Ñ Ð±ÑдÑнак
station: ЧÑгÑнаÑÐ½Ñ Ð²Ð°ÐºÐ·Ð°Ð»
- summit:
- - ÐÑÑÑÑнÑ
- - пÑк
+ summit_only: ÐÑÑÑÑнÑ
+ peak: пÑк
tunnel: ТÑнÑÐ»Ñ (пÑнкÑÑÑам)
bridge: ÐоÑÑ (ÑÑÑÑлÑÐ½Ð°Ñ Ð»ÑнÑÑ)
private: ÐÑÑваÑÐ½Ñ Ð´Ð¾ÑÑÑп
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index dd7af2747..fee83fd7c 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1657,30 +1657,24 @@ bg:
footway: ÐÑÑека
rail: Ðелезен пÑÑ
subway: ÐеÑÑо
- cable:
- - Ðабинков лиÑÑ
- - Ñедалков лиÑÑ
- runway:
- - ÐеÑиÑна пиÑÑа
- - пÑÑ Ð·Ð° ÑÑлиÑане
+ cable_car: Ðабинков лиÑÑ
+ chair_lift: Ñедалков лиÑÑ
+ runway_only: ÐеÑиÑна пиÑÑа
+ taxiway: пÑÑ Ð·Ð° ÑÑлиÑане
apron_only: ÐеÑиÑен пеÑон
admin: ÐдминиÑÑÑаÑивна гÑаниÑа
- forest:
- - ÐоÑа
- - ÐÑÑвеÑа
+ forest_only: ÐоÑа
+ wood: ÐÑÑвеÑа
golf: ÐгÑиÑе за голÑ
park: ÐаÑк
- common:
- - ÐбÑа
- - ливада
+ common_only: ÐбÑа
resident: ÐилиÑна зона
retail: ТÑÑговÑка зона
industrial: ÐÑомиÑлена зона
commercial: ТÑÑговÑка зона
heathland: ÐÑÑÑоÑ
- lake:
- - ÐзеÑо
- - ÑзовиÑ
+ lake_only: ÐзеÑо
+ reservoir: ÑзовиÑ
farm: ФеÑма
brownfield: ÐÑÑÑо за ÑÑÑоеж
cemetery: ÐÑобиÑе
@@ -1689,14 +1683,12 @@ bg:
centre: СпоÑÑен ÑенÑÑÑ
reserve: ÐÑиÑоден ÑезеÑваÑ
military: Ðоенна зона
- school:
- - УÑилиÑе
- - ÑнивеÑÑиÑеÑ
+ school_only: УÑилиÑе
+ university: ÑнивеÑÑиÑеÑ
building: ÐнаÑима ÑгÑада
station: ÐелезопÑÑна гаÑа
- summit:
- - Ðило
- - вÑÑÑ
+ summit_only: Ðило
+ peak: вÑÑÑ
tunnel: ТÑнел (пÑнкÑиÑана линиÑ)
bridge: ÐоÑÑ (плÑÑна линиÑ)
private: ЧаÑÑен доÑÑÑп
diff --git a/config/locales/bn.yml b/config/locales/bn.yml
index 2d5f89f17..855916f52 100644
--- a/config/locales/bn.yml
+++ b/config/locales/bn.yml
@@ -347,7 +347,7 @@ bn:
version: সà¦à¦¸à§à¦à¦°à¦£
in_changeset: পরিবরà§à¦¤à¦¨à¦¸à¦®à§à¦¹
anonymous: নামহà§à¦¨
- no_comment: (à¦à§à¦¨ মনà§à¦¤à¦¬à§à¦¯ নà§à¦)
+ no_comment: (à¦à§à¦¨à§ মনà§à¦¤à¦¬à§à¦¯ নà§à¦)
part_of: à¦
à¦à¦¶
part_of_relations:
one: '%{count}à¦à¦¿ সমà§à¦ªà¦°à§à¦'
@@ -549,7 +549,7 @@ bn:
login_to_leave_a_comment_html: মনà§à¦¤à¦¬à§à¦¯ à¦à¦°à¦¤à§ %{login_link} à¦à¦°à§à¦¨
login: পà§à¦°à¦¬à§à¦¶
no_such_entry:
- title: à¦à¦®à¦¨ à¦à§à¦¨ দিনলিপির à¦à§à¦à§à¦¤à¦¿ নà§à¦
+ title: à¦à¦®à¦¨ à¦à§à¦¨à§ দিনলিপির à¦à§à¦à§à¦¤à¦¿ নà§à¦
heading: '%{id} à¦à¦ à¦à¦à¦¡à¦¿ থà§à¦à§ à¦à§à¦¨à¦ à¦à§à¦à§à¦¤à¦¿ নà§à¦'
body: দà§à¦à¦à¦¿à¦¤, %{id} à¦à¦ à¦à¦à¦¡à¦¿ থà§à¦à§ à¦à§à¦¨à¦ দিনলিপির à¦à§à¦à§à¦¤à¦¿ à¦
থবা মনà§à¦¤à¦¬à§à¦¯ নà§à¦à¥¤ দয়া
à¦à¦°à§ à¦à¦ªà¦¨à¦¾à¦° বানান যাà¦à¦¾à¦ à¦à¦°à§à¦¨, à¦
থবা হতৠপারৠà¦à¦ªà¦¨à¦¿ যৠলিà¦à¦à¦à¦¿à¦¤à§ à¦à§à¦²à¦¿à¦ à¦à¦°à§à¦à§à¦¨ তা
@@ -615,7 +615,7 @@ bn:
title: নিষিদà§à¦§
internal_server_error:
title: à¦
à§à¦¯à¦¾à¦ªà§à¦²à¦¿à¦à§à¦¶à¦¨ তà§à¦°à§à¦à¦¿
- description: à¦à¦ªà§à¦¨à¦¸à§à¦à§à¦°à¦¿à¦à¦®à§à¦¯à¦¾à¦ª সারà§à¦à¦¾à¦° à¦à§à¦¨ à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ à¦
বসà§à¦¥à¦¾à¦° সমà§à¦®à§à¦à§à¦¨ হয়à§à¦à§
+ description: à¦à¦ªà§à¦¨à¦¸à§à¦à§à¦°à¦¿à¦à¦®à§à¦¯à¦¾à¦ª সারà§à¦à¦¾à¦° à¦à§à¦¨à§ à¦
পà§à¦°à¦¤à§à¦¯à¦¾à¦¶à¦¿à¦¤ à¦
বসà§à¦¥à¦¾à¦° সমà§à¦®à§à¦à§à¦¨ হয়à§à¦à§
যার ফলৠà¦
নà§à¦°à§à¦§ পà§à¦°à¦£ à¦à¦°à¦¾ যাà¦à§à¦à§ না (HTTP ৫০০)
not_found:
title: ফাà¦à¦² পাà¦à¦¯à¦¼à¦¾ যায়নি
@@ -1465,17 +1465,18 @@ bn:
read_button: পঠিত হিসà§à¦¬à§ à¦à¦¿à¦¹à§à¦¨à¦¿à¦¤ à¦à¦°à§à¦¨
reply_button: পà§à¦°à¦¤à§à¦¯à§à¦¤à§à¦¤à¦°
destroy_button: মà§à¦à§à¦¨
+ unmute_button: à¦à¦¨à¦¬à¦à§à¦¸à§ সরান
new:
title: বারà§à¦¤à¦¾ পাঠান
send_message_to_html: '%{name}à¦à§ à¦à¦à¦à¦¿ নতà§à¦¨ বারà§à¦¤à¦¾ পাঠান'
back_to_inbox: à¦à¦¨à¦¬à¦à§à¦¸à§ ফিরৠযান
create:
message_sent: বারà§à¦¤à¦¾ পাঠানৠহয়à§à¦à§
- limit_exceeded: সামà§à¦ªà§à¦°à¦¤à¦¿à¦ à¦à¦ªà¦¨à¦¿ à¦à¦à¦à§à¦à§à¦ বারà§à¦¤à¦¾ পাঠিয়à§à¦à§à¦¨à¥¤ à¦à¦° à¦à§à¦¨ বারà§à¦¤à¦¾ পাঠানà§à¦°
+ limit_exceeded: সামà§à¦ªà§à¦°à¦¤à¦¿à¦ à¦à¦ªà¦¨à¦¿ à¦à¦à¦à§à¦à§à¦ বারà§à¦¤à¦¾ পাঠিয়à§à¦à§à¦¨à¥¤ à¦à¦° à¦à§à¦¨à§ বারà§à¦¤à¦¾ পাঠানà§à¦°
পà§à¦°à§à¦¬à§ দয়া à¦à¦°à§ à¦à¦¿à¦à§à¦à§à¦·à¦£ à¦
পà§à¦à§à¦·à¦¾ à¦à¦°à§à¦¨à¥¤
no_such_message:
- title: à¦à§à¦¨ বারà§à¦¤à¦¾ নà§à¦
- heading: à¦à§à¦¨ বারà§à¦¤à¦¾ নà§à¦
+ title: à¦à§à¦¨à§ বারà§à¦¤à¦¾ নà§à¦
+ heading: à¦à§à¦¨à§ বারà§à¦¤à¦¾ নà§à¦
body: à¦à¦ à¦à¦à¦¡à¦¿à¦° সাথৠà¦à§à¦¨à¦ বারà§à¦¤à¦¾à¦²à¦¾à¦ª নà§à¦à¥¤
outbox:
title: বহিরà§à¦¬à¦¾à¦à§à¦¸
@@ -1655,7 +1656,7 @@ bn:
embeddable_html: à¦
à¦à§à¦¯à¦¨à§à¦¤à¦°à§à¦£ HTML
licence: লাà¦à¦¸à§à¦¨à§à¦¸
too_large:
- advice: 'যদি à¦à¦ªà¦°à§à¦° রপà§à¦¤à¦¾à¦¨à¦¿ বà§à¦¯à¦°à§à¦¥ হয়, দয়া à¦à¦°à§ নà§à¦à§ তালিà¦à¦¾à¦à§à¦à§à¦¤ à¦à§à¦¸à§à¦° à¦à§à¦¨
+ advice: 'যদি à¦à¦ªà¦°à§à¦° রপà§à¦¤à¦¾à¦¨à¦¿ বà§à¦¯à¦°à§à¦¥ হয়, দয়া à¦à¦°à§ নিà¦à§ তালিà¦à¦¾à¦à§à¦à§à¦¤ à¦à§à¦¸à§à¦° à¦à§à¦¨à§
à¦à¦à¦à¦¿ বà§à¦¯à¦¬à¦¹à¦¾à¦°à§à¦° à¦à¦¨à§à¦¯ বিবà§à¦à¦¨à¦¾ à¦à¦°à§à¦¨:'
planet:
title: à¦à¦à¦¸à¦à¦® à¦à¦à§
@@ -1741,39 +1742,33 @@ bn:
ferry: ফà§à¦°à¦¿
tram_only: à¦à§à¦°à¦¾à¦®
bus: বাস
- cable:
- - à¦à§à¦¯à¦¾à¦¬à¦² à¦à¦¾à¦°
+ cable_car: à¦à§à¦¯à¦¾à¦¬à¦² à¦à¦¾à¦°
admin: পà§à¦°à¦¶à¦¾à¦¸à¦¨à¦¿à¦ সà§à¦®à¦¾à¦¨à¦¾
- orchard:
- - ফলবাà¦à¦¿à¦à¦¾
- forest:
- - à¦
রণà§à¦¯
- - à¦à¦¾à¦
+ orchard_only: ফলবাà¦à¦¿à¦à¦¾
+ vineyard: à¦à¦à§à¦° à¦à§à¦¤
+ forest_only: à¦
রণà§à¦¯
+ wood: à¦à¦¾à¦
farmland: à¦à§à¦·à¦¿à¦à¦®à¦¿
- grass:
- 1: তà§à¦£à¦à§à¦®à¦¿
+ meadow: তà§à¦£à¦à§à¦®à¦¿
sand: বালà§
golf: à¦à¦²à§à¦« মাà¦
park: à¦à¦¦à§à¦¯à¦¾à¦¨
- common:
- - সাধারণ
+ common_only: সাধারণ
resident: à¦à¦¬à¦¾à¦¸à¦¿à¦ à¦à¦²à¦¾à¦à¦¾
industrial: শিলà§à¦ªà¦¾à¦à§à¦à¦²
commercial: বাণিà¦à§à¦¯à¦¿à¦ à¦à¦²à¦¾à¦à¦¾
- lake:
- - হà§à¦°à¦¦
- - à¦à¦²à¦¾à¦§à¦¾à¦°
+ lake_only: হà§à¦°à¦¦
+ reservoir: à¦à¦²à¦¾à¦§à¦¾à¦°
glacier: হিমবাহ
farm: à¦à¦¾à¦®à¦¾à¦°
cemetery: à¦à¦¬à¦°à¦¸à§à¦¥à¦¾à¦¨
centre: à¦à§à¦°à§à¦¡à¦¼à¦¾ à¦à§à¦¨à§à¦¦à§à¦°
military: সামরিঠà¦à¦²à¦¾à¦à¦¾
- school:
- - বিদà§à¦¯à¦¾à¦²à¦¯à¦¼
- - বিশà§à¦¬à¦¬à¦¿à¦¦à§à¦¯à¦¾à¦²à¦¯à¦¼
+ school_only: বিদà§à¦¯à¦¾à¦²à¦¯à¦¼
+ university: বিশà§à¦¬à¦¬à¦¿à¦¦à§à¦¯à¦¾à¦²à¦¯à¦¼
+ hospital: হাসপাতাল
station: রà§à¦² সà§à¦à§à¦¶à¦¨
- summit:
- 1: শà§à¦à§à¦
+ peak: শà§à¦à§à¦
bus_stop: বাস সà§à¦à¦ª
stop: সà§à¦à¦ª
bicycle_shop: সাà¦à¦à§à¦²à§à¦° দà§à¦à¦¾à¦¨
@@ -1932,9 +1927,9 @@ bn:
সিদà§à¦§à¦¾à¦¨à§à¦¤ নিয়à§à¦à§à¦¨à¥¤ à¦à¦°à¦ তথà§à¦¯à§à¦° à¦à¦¨à§à¦¯, à¦
নà§à¦à§à¦°à¦¹ à¦à¦°à§ %{terms_declined_link} দà§à¦à§à¦¨à¥¤
terms_declined_link: à¦à¦ à¦à¦à¦à¦¿ পাতা
no_such_user:
- title: à¦à¦°à¦à¦® à¦à§à¦¨ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ নà§à¦
+ title: à¦à¦°à¦à¦® à¦à§à¦¨à§ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ নà§à¦
heading: বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ %{user} বিদà§à¦¯à¦®à¦¾à¦¨ নয়
- body: দà§à¦à¦à¦¿à¦¤, %{user} নামà§à¦° à¦à§à¦¨ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ নà§à¦à¥¤ à¦
নà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦ªà¦¨à¦¾à¦° বানান পরà§à¦à§à¦·à¦¾
+ body: দà§à¦à¦à¦¿à¦¤, %{user} নামà§à¦° à¦à§à¦¨à§ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ নà§à¦à¥¤ à¦
নà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦ªà¦¨à¦¾à¦° বানান পরà§à¦à§à¦·à¦¾
à¦à¦°à§à¦¨, à¦
থবা হয়ত à¦à¦ªà¦¨à¦¿ যৠসà¦à¦¯à§à¦à¦à¦¿à¦¤à§ à¦à§à¦à¦¾ দিয়à§à¦à§à¦¨ সà§à¦à¦¿ à¦à§à¦²à¥¤
deleted: à¦
পসারিত
show:
@@ -1988,7 +1983,7 @@ bn:
summary_no_ip_html: '%{date}-ঠ%{name} তà§à¦°à¦¿ হয়à§à¦à§'
confirm: নিরà§à¦¬à¦¾à¦à¦¿à¦¤ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦¦à§à¦° নিশà§à¦à¦¿à¦¤ à¦à¦°à§à¦¨
hide: নিরà§à¦¬à¦¾à¦à¦¿à¦¤ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦¦à§à¦° লà§à¦à¦¾à¦¨
- empty: à¦à§à¦¨ সাদà§à¦¶à§à¦¯à¦ªà§à¦°à§à¦£ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ পাà¦à¦¯à¦¼à¦¾ যায়নি
+ empty: à¦à§à¦¨à§ সাদà§à¦¶à§à¦¯à¦ªà§à¦°à§à¦£ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ পাà¦à¦¯à¦¼à¦¾ যায়নি
suspended:
title: à¦
à§à¦¯à¦¾à¦à¦¾à¦à¦¨à§à¦ সà§à¦¥à¦à¦¿à¦¤ à¦à¦°à¦¾ হয়à§à¦à§
heading: à¦
à§à¦¯à¦¾à¦à¦¾à¦à¦¨à§à¦ সà§à¦¥à¦à¦¿à¦¤ à¦à¦°à¦¾ হয়à§à¦à§
@@ -2009,7 +2004,7 @@ bn:
যà§à¦à§à¦¤ à¦à¦°à§à¦¨à¥¤
user_role:
filter:
- not_a_role: à¦à¦à§à¦¤ `%{role}' à¦à¦¿ à¦à§à¦¨ সঠিঠদায়িতà§à¦¬ নয়।
+ not_a_role: à¦à¦à§à¦¤ `%{role}' à¦à¦¿ à¦à§à¦¨à§ সঠিঠদায়িতà§à¦¬ নয়।
already_has_role: à¦à¦ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§ %{role} দায়িতà§à¦¬à¦à¦¿ à¦à¦à¦¨à§ à¦à¦à§à¥¤
doesnt_have_role: à¦à¦ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° %{role} দায়িতà§à¦¬à¦à¦¿ নà§à¦à¥¤
not_revoke_admin_current_user: বরà§à¦¤à¦®à¦¾à¦¨ বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦à¦¾à¦°à§à¦° থà§à¦à§ পà§à¦°à¦¶à¦¾à¦¸à¦à§à¦° à¦à§à¦®à¦¿à¦à¦¾ পà§à¦°à¦¤à§à¦¯à¦¾à¦¹à¦¾à¦°
diff --git a/config/locales/br.yml b/config/locales/br.yml
index d1ac2ad84..94ce556da 100644
--- a/config/locales/br.yml
+++ b/config/locales/br.yml
@@ -57,6 +57,12 @@ br:
messages:
invalid_email_address: ne ziskouez ket bezañ ur chomlec'h postel mat
email_address_not_routable: n'haller ket routañ
+ models:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
+ is_already_muted: a zo tavet dija
models:
acl: Listenn kontroll moned
changeset: Hollad cheñchamantoù
@@ -1768,6 +1774,7 @@ br:
to: Da
subject: Danvez
date: Deiziad
+ actions: Oberoù
message_summary:
unread_button: Merkañ evel anlennet
read_button: Merkañ evel lennet
@@ -1787,12 +1794,15 @@ br:
body: Ho tigarez, n'eus kemennadenn ebet gant an id-se.
outbox:
title: Boest kas
+ actions: Oberoù
messages:
one: Kaset hoc'h eus %{count} gemennadenn
other: Kaset hoc'h eus %{count} kemennadenn
no_sent_messages_html: N'hoc'h eus kaset kemennadenn ebet c'hoazh. Ha ma'z afec'h
a darempred gant darn eus an %{people_mapping_nearby_link}?
people_mapping_nearby: tud o kartennañ en ardremez
+ muted:
+ title: Kemennadennoù tavet
reply:
wrong_user: Kevreet oc'h evel "%{user}", met ar gemennadenn a fell deoc'h respont
outi n'eo ket bet kaset d'an implijer-se. Mar plij kevreit gant ar gont reizh
@@ -1811,6 +1821,7 @@ br:
heading:
my_inbox: Ma boest resev
my_outbox: Ma boest kas
+ muted_messages: Kemennadennoù tavet
mark:
as_read: Kemennadenn merket evel lennet
as_unread: Merkañ evel anlennet
@@ -2233,32 +2244,24 @@ br:
tram_only: Tramgarr
trolleybus: Trollebus
bus: Karr-boutin
- cable:
- - Teleferik
- - fungador
- runway:
- - Roudenn evit an taksioù
- - Roudenn evit an taksioù
+ cable_car: Teleferik
+ chair_lift: Fungador
+ runway_only: Roudenn evit an taksioù
+ taxiway: Hent evit an taksioù
apron_only: Roudenn aerborzh
admin: Bevenn velestradurel
- orchard:
- - Gwerje
- - gwinieg
- forest:
- - Koad
- - koad
+ orchard_only: Gwerje
+ vineyard: Gwinieg
+ forest_only: Koad
+ wood: Koad
farmland: Tachenn labour-douar
- grass:
- - Geot
- - prad
+ grass_only: Geot
+ meadow: Prad
bare_rock: Roc'h noazh
sand: Traezh
golf: Tachenn golf
park: Park
- common:
- - prad
- - prad
- - liorzh
+ common_only: prad
built_up: Takad savet
resident: Takad annez
retail: Takad kenwerzh
@@ -2266,9 +2269,8 @@ br:
commercial: Takad kenwerzhel
heathland: Lanneier
scrubland: Strouezheg
- lake:
- - Lenn
- - mirlec'h
+ lake_only: Lenn
+ reservoir: Mirlenn
glacier: Skorneg
reef: Karreg
wetland: Takad gleborek
@@ -2280,15 +2282,13 @@ br:
centre: Kreizenn sport
reserve: Gwarezva natur
military: Takad milourel
- school:
- - Skol
- - skol-veur
- - ospital
+ school_only: Skol
+ university: Skol-veur
+ hospital: Ospital
building: Savadur pouezus
station: Porzh-houarn
- summit:
- - Lein
- - pikern
+ summit_only: Lein
+ peak: Pikern
tunnel: Bord poentoùigoù = riboul
bridge: Bord du = pont
private: Moned prevez
@@ -2336,6 +2336,7 @@ br:
imports: Enporzhiadurioù
automated_edits: Kemmoù emgefre
start_mapping: Kregiñ da gartennaouiñ
+ continue_authorization: Kenderc'hel gant an aotre
add_a_note:
title: N'ho peus ket amzer da aozañ ? Ouzhpennit un notenn !
para_1: Ma fell deoc'h ober ur reizhadennig hepken ha ma n'ho peus ket amzer
@@ -2479,6 +2480,7 @@ br:
oauth1_settings: Arventennoù OAuth 1
oauth2_applications: Arloadoù OAuth 2
oauth2_authorizations: Aotreoù OAuth 2
+ muted_users: Implijerien tavet
oauth:
authorize:
title: Aotren mont d'ho kont
@@ -2664,6 +2666,7 @@ br:
my_dashboard: Ma zaolenn-vourzh
blocks on me: Stankadurioù evidon
blocks by me: stankadurioù graet ganin
+ create_mute: Tevel an implijer-mañ
edit_profile: Aozañ ar profil
send message: Kas ur gemennadenn
diary: deizlevr
@@ -2688,9 +2691,11 @@ br:
grant:
administrator: Reiñ ar moned merour
moderator: Reiñ ar moned habaskaer
+ importer: Grataat gwirioù enporzhiañ
revoke:
administrator: Disteurel ar moned merour
moderator: Disteurel ar moned habaskaer
+ importer: Lemel ar gwirioù enporzhiañ
block_history: stankadurioù oberiant
moderator_history: Stankadurioù roet
comments: evezhiadennoù
@@ -2876,6 +2881,19 @@ br:
showing_page: Page %{page}
next: âWar-lerc'h »
previous: â« Kent
+ user_mutes:
+ index:
+ title: Implijerien tavet
+ my_muted_users: Ma implijerien tavet
+ table:
+ thead:
+ muted_user: Implijer/ez tavet
+ actions: Oberoù
+ tbody:
+ send_message: Kas ur gemennadenn
+ create:
+ notice: Tavet ho peus %{name}.
+ error: Ne c'haller ket tevel %{name}. %{full_message}.
notes:
index:
title: Notennoù kaset pe addispleget gant %{user}
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index 7b6524f21..067a8008f 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1196,30 +1196,24 @@ bs:
footway: PjeÅ¡aÄka staza
rail: Željeznica
subway: Podzemna željeznica
- cable:
- - Kabinska žiÄara
- - UspinjaÄa sa naslonjaÄem
- runway:
- - Aerodromska pista
- - Aerodromska rulna staza
+ cable_car: Kabinska žiÄara
+ chair_lift: UspinjaÄa sa naslonjaÄem
+ runway_only: Aerodromska pista
+ taxiway: Aerodromska rulna staza
apron_only: Parking za avione
admin: Administrativna granica
- forest:
- - Šume (održavane, od šumarije)
- - Šume (prirodne, neodržavane)
+ forest_only: Šume (održavane, od šumarije)
+ wood: Šume (prirodne, neodržavane)
golf: Golf teren
park: Park
- common:
- - Travnjaci
- - Livada
+ common_only: Travnjaci
resident: Stambeno podruÄje
retail: Maloprodajno podruÄje
industrial: Industrijsko podruÄje
commercial: Poslovno podruÄje
heathland: Stepa
- lake:
- - Jezero
- - Rezervoar
+ lake_only: Jezero
+ reservoir: Rezervoar
farm: Polja, farme, njive
brownfield: Gradilište
cemetery: Groblje
@@ -1228,14 +1222,12 @@ bs:
centre: Sportski centar
reserve: Rezervat prirode
military: Vojno podruÄje
- school:
- - Å kola
- - Univerzitet
+ school_only: Å kola
+ university: Univerzitet
building: ZnaÄajna zgrada
station: ŽeljezniÄka stanica
- summit:
- - Vrh
- - Kota
+ summit_only: Vrh
+ peak: Kota
tunnel: Iscrtkani rubovi = tunel
bridge: Crni rubovi = most
private: Privatni pristup
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 72f68cd6b..d1e7841aa 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -2288,31 +2288,24 @@ ca:
footway: Via de vianants
rail: Ferrocarril
subway: Metro
- cable:
- - Telefèric
- - telecadira
- runway:
- - Pista d'aeroport
- - carrer de rodatge
+ cable_car: Telefèric
+ chair_lift: telecadira
+ runway_only: Pista d'aeroport
+ taxiway: carrer de rodatge
apron_only: Estacionament d'avions
admin: LÃmit administratiu
- forest:
- - Bosc
- - Fusta
+ forest_only: Bosc
+ wood: Fusta
golf: Camp de golf
park: Parc
- common:
- - Ãrea comunal
- - prat
- - jardÃ
+ common_only: Ãrea comunal
resident: Zona residencial
retail: Ãrea comercial
industrial: Zona industrial
commercial: Zona comercial
heathland: Bruguerar
- lake:
- - Llac
- - bassa
+ lake_only: Llac
+ reservoir: bassa
farm: Granja
brownfield: Ãrea industrial abandonada
cemetery: Cementiri
@@ -2321,14 +2314,12 @@ ca:
centre: Centre esportiu
reserve: Reserva natural
military: Ãrea militar
- school:
- - Escola - Institut
- - Universitat
+ school_only: Escola - Institut
+ university: Universitat
building: Edifici significatiu
station: Estació de tren
- summit:
- - Cim
- - pic
+ summit_only: Cim
+ peak: pic
tunnel: LÃnia discontÃnua = túnel
bridge: LÃnia negra = pont
private: Accés privat
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 927110acb..044cac058 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -2393,31 +2393,24 @@ cs:
footway: PÄšà cesta
rail: Železnice
subway: Metro
- cable:
- - Lanovka
- - sedaÄková lanovka
- runway:
- - Vzletová a pÅistávacà dráha
- - pojezdová dráha
+ cable_car: Lanovka
+ chair_lift: sedaÄková lanovka
+ runway_only: Vzletová a pÅistávacà dráha
+ taxiway: pojezdová dráha
apron_only: Letištnà odbavovacà plocha
admin: Administrativnà hranice
- forest:
- - Les
- - Les
+ forest_only: Les
+ wood: Les
golf: Golfové hÅiÅ¡tÄ
park: Park
- common:
- - Pastvina
- - louka
- - zahrada
+ common_only: Pastvina
resident: Obytná oblast
retail: Nákupnà oblast
industrial: Průmyslová oblast
commercial: KanceláÅská oblast
heathland: VÅesoviÅ¡tÄ
- lake:
- - Jezero
- - nádrž
+ lake_only: Jezero
+ reservoir: nádrž
farm: Farma
brownfield: ZboÅeniÅ¡tÄ
cemetery: HÅbitov
@@ -2426,14 +2419,12 @@ cs:
centre: Sportovnà centrum
reserve: PÅÃrodnà rezervace
military: Vojenský prostor
- school:
- - Å kola
- - univerzita
+ school_only: Å kola
+ university: univerzita
building: Významná budova
station: NádražÃ
- summit:
- - Vrchol
- - hora
+ summit_only: Vrchol
+ peak: hora
tunnel: Äárkované obrysy = tunel
bridge: Äerné obrysy = most
private: Soukromý pozemek
diff --git a/config/locales/cy.yml b/config/locales/cy.yml
index 8d60a3150..a6f1440e5 100644
--- a/config/locales/cy.yml
+++ b/config/locales/cy.yml
@@ -1925,31 +1925,24 @@ cy:
footway: Troedffordd
rail: Rheilffordd
subway: Trenau tanddaear
- cable:
- - Car cebl
- - lifft cadair
- runway:
- - Llwybr glanio
- - thacsiffordd maes awyr
+ cable_car: Car cebl
+ chair_lift: lifft cadair
+ runway_only: Llwybr glanio
+ taxiway: thacsiffordd maes awyr
apron_only: Llain
admin: Ffin gweinyddol
- forest:
- - Coedwig
- - Coedlan
+ forest_only: Coedwig
+ wood: Coedlan
golf: Maes golff
park: Parc
- common:
- - Comin
- - gwaun
- - gardd
+ common_only: Comin
resident: Ardal breswyl
retail: Ardal adwerthu
industrial: Ardal ddiwydiannol
commercial: Ardal fasnachol
heathland: Rhos
- lake:
- - Llyn
- - chronfa ddŵr
+ lake_only: Llyn
+ reservoir: chronfa ddŵr
farm: Fferm
brownfield: Safle tir llwyd
cemetery: Mynwent
@@ -1958,14 +1951,12 @@ cy:
centre: Canolfan chwaraeon
reserve: Gwarchodfa natur
military: Ardal filwrol
- school:
- - Ysgol
- - phrifysgol
+ school_only: Ysgol
+ university: phrifysgol
building: Adeilad arwyddocâol
station: Gorsaf drên
- summit:
- - Copa
- - chrib
+ summit_only: Copa
+ peak: chrib
tunnel: Border toredig = twnnel
bridge: Border du = pont
private: Mynediad preifat
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 75baf8eb0..0aca9c148 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -2340,32 +2340,24 @@ da:
tram_only: Sporvogn
trolleybus: Trolleybus
bus: Bus
- cable:
- - Kabelvogn
- - stolelift
- runway:
- - Landingsbane
- - taxibane
+ cable_car: Kabelvogn
+ chair_lift: stolelift
+ runway_only: Landingsbane
+ taxiway: taxibane
apron_only: Lufthavnsforplads
admin: Administrativ grænse
- orchard:
- - Plantage
- - vingård
- forest:
- - Skov
- - træ
+ orchard_only: Plantage
+ vineyard: vingård
+ forest_only: Skov
+ wood: træ
farmland: Landbrugsjord
- grass:
- - Græs
- - eng
+ grass_only: Græs
+ meadow: eng
bare_rock: Blottet klippe
sand: Sand
golf: Golfbane
park: Park
- common:
- - Fælled
- - eng
- - have
+ common_only: Fælled
built_up: Bebygget område
resident: Boligområde
retail: Detailhandelsområde
@@ -2373,9 +2365,8 @@ da:
commercial: Erhvervsområde
heathland: Hede
scrubland: Buskads
- lake:
- - Sø
- - reservoir
+ lake_only: Sø
+ reservoir: reservoir
intermittent_water: Periodisk vandmasse
glacier: Gletsjer
reef: Rev
@@ -2388,15 +2379,13 @@ da:
centre: Sportscenter
reserve: Naturreservat
military: Militært område
- school:
- - Skole
- - universitet
- - sygehus
+ school_only: Skole
+ university: universitet
+ hospital: sygehus
building: Vigtig bygning
station: Togstation
- summit:
- - Bjergtop
- - højdepunkt
+ summit_only: Bjergtop
+ peak: højdepunkt
tunnel: Stiplet kant = tunnel
bridge: Sort kant = bro
private: Privat adgang
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 185b702cd..98c476cc9 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -2412,31 +2412,24 @@ de:
footway: FuÃweg
rail: Eisenbahn
subway: U-Bahn
- cable:
- - Seilbahn
- - Sessellift
- runway:
- - Start- und Landebahn
- - Rollbahn
+ cable_car: Seilbahn
+ chair_lift: Sessellift
+ runway_only: Start- und Landebahn
+ taxiway: Rollbahn
apron_only: Flughafenvorfeld
admin: Landesgrenzen, sonstige Grenzen
- forest:
- - Wald
- - Wald
+ forest_only: Wald
+ wood: Wald
golf: Golfplatz
park: Park
- common:
- - öffentliche Grünfläche (brit.)
- - Wiese
- - Garten
+ common_only: öffentliche Grünfläche (brit.)
resident: Wohngebiet
retail: Einkaufszentrum
industrial: Industriegebiet
commercial: Gewerbegebiet
heathland: Heide
- lake:
- - See
- - Stausee
+ lake_only: See
+ reservoir: Stausee
intermittent_water: Intermittierender Gewässer
farm: Landwirtschaft
brownfield: Brachfläche
@@ -2446,14 +2439,12 @@ de:
centre: Sportzentrum
reserve: Naturschutzgebiet
military: Militärgebiet
- school:
- - Schule
- - Universität
+ school_only: Schule
+ university: Universität
building: Bedeutendes Gebäude
station: Bahnhof
- summit:
- - Gipfel
- - Bergspitze
+ summit_only: Gipfel
+ peak: Bergspitze
tunnel: Gestrichelter Rand = Tunnel
bridge: Schwarzer Rand = Brücke
private: Privater Zugang
diff --git a/config/locales/diq.yml b/config/locales/diq.yml
index 613b6270d..a9dd800b2 100644
--- a/config/locales/diq.yml
+++ b/config/locales/diq.yml
@@ -910,24 +910,19 @@ diq:
track: Raya Herın
bridleway: Raya AncınıÅtan
cycleway: Raya Bisiklet
- forest:
- - MêÅe
- - MeÅe
+ forest_only: MêÅe
+ wood: MeÅe
golf: Saxay Golfi
park: Perk
- common:
- - Ãimen
- lake:
- - Gol
+ common_only: Ãimen
+ lake_only: Gol
farm: Cıtinin
cemetery: Mezlaser
allotments: Bostan
- school:
- - Wendxane
- - Uniwersita
- summit:
- - Sersıq
- - Ko
+ school_only: Wendxane
+ university: Uniwersita
+ summit_only: Sersıq
+ peak: Ko
welcome:
title: Xeyr amey!
traces:
diff --git a/config/locales/dsb.yml b/config/locales/dsb.yml
index bc8d4ced7..d13208383 100644
--- a/config/locales/dsb.yml
+++ b/config/locales/dsb.yml
@@ -1267,30 +1267,24 @@ dsb:
footway: Drožka
rail: Zeleznica
subway: Pódzemska
- cable:
- - Kablowa elektriska
- - sedÅowy lift
- runway:
- - PÅizemjeÅska cera
- - lÄtadÅowa cera
+ cable_car: Kablowa elektriska
+ chair_lift: sedÅowy lift
+ runway_only: PÅizemjeÅska cera
+ taxiway: lÄtadÅowa cera
apron_only: PÅedpólo lÄtaniÅ¡Äa
admin: Zastojnstwowa granica
- forest:
- - Góla
- - LÄs
+ forest_only: Góla
+ wood: LÄs
golf: GolfowiÅ¡Äo
park: Park
- common:
- - Powšykny
- - Åuka
+ common_only: Powšykny
resident: BydleÅski wobcerk
retail: NakupowaniÅ¡Äo
industrial: Industrijowy wobcerk
commercial: ŹÄÅarstwowy wobcerk
heathland: Wrjosate strony
- lake:
- - Jazor
- - gaÅeÅski jazor
+ lake_only: Jazor
+ reservoir: gaÅeÅski jazor
farm: Farma
brownfield: Industrijowe lÄdo
cemetery: Kjarchob
@@ -1299,14 +1293,12 @@ dsb:
centre: Sportowy centrum
reserve: Strony Å¡Äitaneje pÅirody
military: Militarny wobcerk
- school:
- - Å ula
- - uniwersita
+ school_only: Å ula
+ university: uniwersita
building: PÅesegajuce twarjenje
station: DwórniÅ¡Äo, zeleznicowa stacija
- summit:
- - Wjerch
- - špica
+ summit_only: Wjerch
+ peak: špica
tunnel: Smužkowane wobcerjenje = tunel
bridge: Carne wobcerjenje = móst
private: Priwatny pÅistup
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 335e260a9..1d1647224 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -80,6 +80,12 @@ el:
messages:
invalid_email_address: δεν ÏαίνεÏαι να είναι ÎγκÏ
Ïη διεÏθÏ
νÏη ηλ. ÏαÏÏ
δÏομείοÏ
email_address_not_routable: δεν είναι δÏομολογηÏÎο
+ models:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
+ is_already_muted: είναι ήδη Ïε ÏίγαÏη
models:
acl: ÎίÏÏα ελÎγÏοÏ
ÏÏÏÏβαÏηÏ
changeset: Îμάδα αλλαγÏν
@@ -1822,11 +1828,13 @@ el:
to: Î ÏοÏ
subject: ÎÎμα
date: ÎμεÏομηνία
+ actions: ÎνÎÏγειεÏ
message_summary:
unread_button: ΣήμανÏη ÏÏ Î±Î´Î¹Î¬Î²Î±ÏÏο
read_button: ΣήμανÏη ÏÏ Î´Î¹Î±Î²Î±ÏμÎνο
reply_button: ÎÏάνÏηÏη
destroy_button: ÎιαγÏαÏή
+ unmute_button: ÎεÏακίνηÏη ÏÏα ÎιÏεÏÏÏμενα
new:
title: ÎÏοÏÏολή μηνÏμαÏοÏ
send_message_to_html: ÎÏοÏÏολή νÎοÏ
μηνÏμαÏÎ¿Ï ÏÏÎ¿Ï %{name}
@@ -1841,12 +1849,15 @@ el:
body: ÎÏ
Ïάμαι δεν Ï
ÏάÏÏει μήνÏ
μα με αÏ
ÏÏ Ïο αναγνÏÏιÏÏικÏ.
outbox:
title: ÎξεÏÏÏμενα
+ actions: ÎνÎÏγειεÏ
messages:
one: ÎÏεÏε %{count} αÏεÏÏαλμÎνο μήνÏ
μα
other: ÎÏεÏε %{count} αÏεÏÏαλμÎνα μηνÏμαÏα
no_sent_messages_html: Îεν ÎÏεÏε ÏÏείλει κανÎνα μήνÏ
μα ακÏμα. ÎιαÏί δεν ÎÏÏεÏÏε
Ïε εÏαÏή με μεÏικά %{people_mapping_nearby_link}?
people_mapping_nearby: άÏομα ÏοÏ
ÏαÏÏογÏαÏοÏν κονÏά ÏαÏ
+ muted:
+ title: ÎηνÏμαÏα Ïε ΣίγαÏη
reply:
wrong_user: ÎÏεÏε ÏÏ
νδεθεί ÏÏ Â«%{user}» αλλά Ïο μήνÏ
μα ÏοÏ
ζηÏάÏε να αÏανÏήÏεÏε
δεν ÎÏει ÏÏαλεί Ïε αÏ
ÏÏν Ïο ÏÏήÏÏη. ΠαÏακαλοÏμε ÏÏ
νδεθείÏε με Ïο ÏÏÏÏÏ Ïνομα
@@ -1865,9 +1876,13 @@ el:
heading:
my_inbox: Τα ειÏεÏÏÏμενα μοÏ
my_outbox: Τα εξεÏÏÏμενα μοÏ
+ muted_messages: ÎηνÏμαÏα Ïε ΣίγαÏη
mark:
as_read: Το μήνÏ
μα ÏημειÏθηκε ÏÏ Î±Î½Î±Î³Î½ÏÏμÎνο
as_unread: Το μήνÏ
μα ÏημειÏθηκε ÏÏ Î¼Î· αναγνÏÏμÎνο
+ unmute:
+ notice: Το μήνÏ
μα μεÏακινήθηκε ÏÏα ÎιÏεÏÏÏμενα
+ error: Îεν ήÏαν δÏ
ναÏή η μεÏακίνηÏη ÏοÏ
μηνÏμαÏÎ¿Ï ÏÏα ÎιÏεÏÏÏμενα.
destroy:
destroyed: Το μήνÏ
μα διαγÏάÏηκε
passwords:
@@ -1891,6 +1906,7 @@ el:
flash token bad: Îεν βÏήκαÏε αÏ
ÏÏ Ïο κομμάÏι, μήÏÏÏ ÏÏÎÏει να ελÎγξεÏε Ïο URL;
update:
flash changed: Το ÏÏ
νθημαÏÎ¹ÎºÏ ÏÎ±Ï Î¬Î»Î»Î±Î¾Îµ!
+ flash token bad: Îεν βÏÎθηκε αÏ
ÏÏ Ïο token, ελÎγξÏε ίÏÏÏ Ïη διεÏθÏ
νÏη URL;
preferences:
show:
title: Îι ÏÏοÏιμήÏÎµÎ¹Ï Î¼Î¿Ï
@@ -2329,6 +2345,7 @@ el:
primary: ÎÏÏια ÎδÏÏ
secondary: ÎεÏ
ÏεÏεÏοÏ
Ïα ÎδÏÏ
unclassified: ÎÏαξινÏμηÏη ÎδÏÏ
+ pedestrian: ΠεζÏδÏομοÏ
track: ÎγÏοÏικÏÏ / ÎαÏικÏÏ Î´ÏÏμοÏ
bridleway: ÎονοÏάÏι για Îλογα
cycleway: ΠοδηλαÏÏδÏομοÏ
@@ -2337,32 +2354,30 @@ el:
cycleway_local: ΤοÏικÏÏ ÏοδηλαÏÏδÏομοÏ
footway: ÎονοÏάÏι
rail: ΣιδηÏÏδÏομοÏ
+ train: ΤÏÎνο
subway: Î¥ÏÏÎ³ÎµÎ¹Î¿Ï Î£Î¹Î´Î·ÏÏδÏομοÏ
- cable:
- - ΤελεÏεÏίκ
- - ÏελεÏεÏίκ με καθίÏμαÏα
- runway:
- - ÎιάδÏÎ¿Î¼Î¿Ï ÎεÏοδÏομίοÏ
- - ÏÏοÏÏδÏομοÏ
+ bus: ÎεÏÏοÏείο
+ cable_car: ΤελεÏεÏίκ
+ chair_lift: ÏελεÏεÏίκ με καθίÏμαÏα
+ runway_only: ÎιάδÏÎ¿Î¼Î¿Ï ÎεÏοδÏομίοÏ
+ taxiway: ÏÏοÏÏδÏομοÏ
apron_only: ΠίÏÏα ÏÏοÏγείÏÏÎ·Ï Î±ÎµÏοδÏομίοÏ
admin: ÎιοικηÏÎ¹ÎºÏ ÏÏιο
- forest:
- - ÎάÏοÏ
- - ΦÏ
ÏÎ¹ÎºÏ Î´Î¬ÏοÏ
+ forest_only: ÎάÏοÏ
+ wood: ΦÏ
ÏÎ¹ÎºÏ Î´Î¬ÏοÏ
+ bare_rock: ÎÏ
μνÏÏ Î²ÏάÏοÏ
+ sand: ÎμμοÏ
golf: ÎήÏεδο γκολÏ
park: ΠάÏκο
- common:
- - ÎοινÏÏÏηÏÏο
- - λιβάδι
- - κήÏοÏ
+ common_only: ÎοινÏÏÏηÏÏο
resident: ÎαÏοικημÎνη ÏεÏιοÏή
retail: ΠεÏιοÏή Î»Î¹Î±Î½Î¹ÎºÎ¿Ï ÎµÎ¼ÏοÏίοÏ
industrial: ÎιομηÏανική ÏεÏιοÏή
commercial: ÎμÏοÏική ÏεÏιοÏή
heathland: ΦÏÏ
γανÏÏοÏοÏ
- lake:
- - Îίμνη
- - ÏαμιεÏ
ÏήÏαÏ
+ lake_only: Îίμνη
+ reservoir: ÏαμιεÏ
ÏήÏαÏ
+ glacier: ΠαγεÏÏναÏ
farm: ÎγÏÏκÏημα
brownfield: Î ÏÏην βιομηÏανική ÏεÏιοÏή
cemetery: ÎοιμηÏήÏιο
@@ -2371,14 +2386,12 @@ el:
centre: ÎθληÏÎ¹ÎºÏ ÎºÎνÏÏο
reserve: ΦÏ
ÏÎ¹ÎºÏ ÎºÎ±ÏαÏÏγιο
military: ΣÏÏαÏιÏÏική ÏεÏιοÏή
- school:
- - ΣÏολείο
- - ÏανεÏιÏÏήμιο
+ school_only: ΣÏολείο
+ university: ÏανεÏιÏÏήμιο
building: ΣημανÏÎ¹ÎºÏ ÎºÏήÏιο
station: ΣιδηÏοδÏομικÏÏ ÏÏαθμÏÏ
- summit:
- - ÎοÏÏ
Ïή
- - κοÏÏ
Ïή
+ summit_only: ÎοÏÏ
Ïή
+ peak: κοÏÏ
Ïή
tunnel: ÎιακεκομμÎνο ÏεÏίβλημα = ÏήÏαγγα
bridge: ÎαÏÏο ÏεÏίβλημα = γÎÏÏ
Ïα
private: ÎδιÏÏική ÏÏÏÏβαÏη
@@ -2431,6 +2444,7 @@ el:
imports: ÎιÏαγÏγÎÏ
automated_edits: ÎÏ
ÏομαÏοÏοιημÎÎ½ÎµÏ ÎÏεξεÏγαÏίεÏ
start_mapping: ÎεκινήÏÏε Ïη ΧαÏÏογÏάÏηÏη
+ continue_authorization: ΣÏ
νÎÏιÏη ÎξοÏ
ÏιοδÏÏηÏηÏ
add_a_note:
title: Îεν ÎÏεÏε ÏÏÏνο για ÏαÏÏογÏάÏηÏη; Î ÏοÏθÎÏÏε μια ÏημείÏÏη!
para_1: Îάν θÎλεÏε κάÏι μικÏÏ Î½Î± διοÏθÏθεί και δεν ÎÏεÏε ÏÏÏνο να εγγÏαÏείÏε
@@ -2589,6 +2603,7 @@ el:
oauth1_settings: ΡÏ
θμίÏÎµÎ¹Ï OAuth 1
oauth2_applications: ÎÏαÏμογÎÏ OAuth 2
oauth2_authorizations: ÎξοÏ
ÏιοδοÏήÏÎµÎ¹Ï OAuth 2
+ muted_users: ΧÏήÏÏÎµÏ Ïε ΣίγαÏη
oauth:
authorize:
title: ÎÏιÏÏÎÏÏε Ïην ÏÏÏÏβαÏη ÏÏο λογαÏιαÏÎ¼Ï ÏαÏ
@@ -2803,6 +2818,8 @@ el:
my_dashboard: Το ÏαμÏÎ»Ï Î¼Î¿Ï
blocks on me: ΦÏαγÎÏ Ïε ÎμÎνα
blocks by me: ΦÏαγÎÏ Î±ÏÏ ÎμÎνα
+ create_mute: ΣίγαÏη αÏ
ÏÎ¿Ï ÏοÏ
ÏÏήÏÏη
+ destroy_mute: ÎαÏάÏγηÏη ÏίγαÏÎ·Ï Î±Ï
ÏÎ¿Ï ÏοÏ
ÏÏήÏÏη
edit_profile: ÎÏεξεÏγαÏία ÏÏοÏίλ
send message: ÎÏοÏÏολή ÎηνÏμαÏοÏ
diary: ÎμεÏολÏγιο
@@ -3005,6 +3022,24 @@ el:
showing_page: Σελίδα %{page}
next: ÎÏÏμενη »
previous: « Î ÏοηγοÏμενη
+ user_mutes:
+ index:
+ title: ΧÏήÏÏÎµÏ Ïε ΣίγαÏη
+ my_muted_users: Îι ÏÏήÏÏÎµÏ Î¼Î¿Ï
Ïε ÏίγαÏη
+ table:
+ thead:
+ muted_user: ΧÏήÏÏÎ·Ï Ïε ΣίγαÏη
+ actions: ÎνÎÏγειεÏ
+ tbody:
+ unmute: ÎαÏάÏγηÏη ÏίγαÏηÏ
+ send_message: ÎÏοÏÏολή μηνÏμαÏοÏ
+ create:
+ notice: ÎÎÏαÏε Ïε ÏίγαÏη Ïον ÏÏήÏÏη %{name}.
+ error: Î ÏÏήÏÏÎ·Ï %{name} δεν μÏÏÏεÏε να Ïεθεί Ïε ÏίγαÏη. %{full_message}.
+ destroy:
+ notice: ÎαÏαÏγήÏαÏε Ïη ÏίγαÏη ÏοÏ
ÏÏήÏÏη %{name}.
+ error: Îεν ήÏαν δÏ
ναÏή η καÏάÏγηÏη ÏÎ·Ï ÏίγαÏÎ·Ï ÏοÏ
ÏÏήÏÏη. ΠαÏακαλοÏμε ÏÏοÏÏαθήÏÏε
+ ξανά.
notes:
index:
title: ΣημειÏÏÎµÎ¹Ï ÏοÏ
Ï
Ïοβλήθηκαν ή ÏÏολιάÏÏηκαν αÏÏ Ïον ÏÏήÏÏη %{user}
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index b8b9a0ffc..e07c9aaab 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1595,30 +1595,24 @@ en-GB:
footway: Footway
rail: Railway
subway: Subway
- cable:
- - Cable car
- - chairlift
- runway:
- - Airport Runway
- - taxiway
+ cable_car: Cable car
+ chair_lift: chairlift
+ runway_only: Airport Runway
+ taxiway: taxiway
apron_only: Airport apron
admin: Administrative boundary
- forest:
- - Forest
- - Wood
+ forest_only: Forest
+ wood: Wood
golf: Golf course
park: Park
- common:
- - Common
- - meadow
+ common_only: Common
resident: Residential area
retail: Retail area
industrial: Industrial area
commercial: Commercial area
heathland: Heathland
- lake:
- - Lake
- - reservoir
+ lake_only: Lake
+ reservoir: reservoir
farm: Farm
brownfield: Brownfield site
cemetery: Cemetery
@@ -1627,14 +1621,12 @@ en-GB:
centre: Sports centre
reserve: Nature reserve
military: Military area
- school:
- - School
- - university
+ school_only: School
+ university: university
building: Significant building
station: Railway station
- summit:
- - Summit
- - peak
+ summit_only: Summit
+ peak: peak
tunnel: Dashed casing = tunnel
bridge: Black casing = bridge
private: Private access
diff --git a/config/locales/en.yml b/config/locales/en.yml
index fa10f018f..14e9b5c44 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -2683,6 +2683,7 @@ en:
application: "Application"
permissions: "Permissions"
no_applications_html: "You have not yet authorized any %{oauth2} applications."
+ oauth_2: "OAuth 2"
application:
revoke: "Revoke Access"
confirm_revoke: "Revoke access for this application?"
diff --git a/config/locales/eo.yml b/config/locales/eo.yml
index c68eb8264..ab0eeaa9d 100644
--- a/config/locales/eo.yml
+++ b/config/locales/eo.yml
@@ -1786,7 +1786,7 @@ eo:
heading: Tiu Äi mesaÄo ne ekzistas
body: BedaÅrinde ne ekzistas mesaÄo kun tiu Äi identigilo.
outbox:
- title: Elirkesto
+ title: Senditujo
actions: Agoj
messages:
one: Vi havas %{count} senditan mesaÄon
@@ -1821,6 +1821,9 @@ eo:
mark:
as_read: MesaÄo markita kiel legitan
as_unread: MesaÄo markita kiel nelegitan
+ unmute:
+ notice: Movis mesaÄon al ricevujo
+ error: La mesaÄo ne povis esti movita al la ricevujo.
destroy:
destroyed: MesaÄo forigita
passwords:
@@ -2327,32 +2330,24 @@ eo:
tram_only: Tramo
trolleybus: Trolebuso
bus: AÅtobuso
- cable:
- - Kablovojo
- - seÄtelfero
- runway:
- - Avia dromo
- - aÅtokur-strato
+ cable_car: Kablovojo
+ chair_lift: Telfero seÄa
+ runway_only: Avia dromo
+ taxiway: AÅtokur-strato
apron_only: Aviadil-parkumejo
admin: Administra limo
- orchard:
- - FruktoÄardeno
- - vinberÄardeno
- forest:
- - Kultiv-arbaro
- - arbaro
+ orchard_only: FruktoÄardeno
+ vineyard: VinberÄardeno
+ forest_only: Kultiv-arbaro
+ wood: Arbaro
farmland: Agrokultura tereno
- grass:
- - HerbotapiÅo
- - herbejo
+ grass_only: HerbotapiÅo
+ meadow: Herbejo
bare_rock: Roka areo
sand: Sabla tereno
golf: Golfejo
park: Parko
- common:
- - Publika ripoza tereno
- - herbejo
- - Äardeno
+ common_only: Publika ripoza tereno
built_up: Konstruaĵ-kovrita tereno
resident: Privatdoma tereno
retail: Komercejo
@@ -2360,9 +2355,8 @@ eo:
commercial: Oficeja tereno
heathland: Erikejo
scrubland: Arbustaro
- lake:
- - Lago
- - akvorezervujo
+ lake_only: Lago
+ reservoir: Lago artefarita
intermittent_water: Sezona akvujo
glacier: Glacirivero
reef: Rifo
@@ -2375,15 +2369,13 @@ eo:
centre: Sporta centro
reserve: Naturrezervejo
military: Armea tereno
- school:
- - Lernejo
- - universitato
- - malsanulejo
+ school_only: Lernejo
+ university: Universitato
+ hospital: Malsanulejo
building: Grava konstruaĵo
station: Stacidomo
- summit:
- - Montosupro
- - montpinto
+ summit_only: Montosupro
+ peak: Montpinto
tunnel: Strekumita konturo - tunelo
bridge: Nigra konturo - ponto
private: Privata aliro
@@ -2523,8 +2515,8 @@ eo:
visibility: 'Videbleco:'
confirm_delete: Äu forigi tiun Äi spuron?
trace_paging_nav:
- older: AntaÅaj spuroj
- newer: Postaj spuroj
+ older: Pli malnovaj spuroj
+ newer: Pli novaj spuroj
trace:
pending: OKAZONTA
count_points:
@@ -2591,6 +2583,7 @@ eo:
oauth1_settings: Agordoj OAuth 1
oauth2_applications: Aplikaĵoj OAuth 2
oauth2_authorizations: Rajtigoj OAuth 2
+ muted_users: Silentigitaj uzantoj
oauth:
authorize:
title: Rajtigi aliron al via konto
@@ -2627,6 +2620,7 @@ eo:
read_gpx: legi privatajn GPS-spurojn
write_gpx: alÅuti GPS-spurojn
write_notes: modifi rimarkojn
+ write_redactions: Redakti map-datumojn
read_email: legi retpoÅtan adreson de uzanto
skip_authorization: AÅtomate akcepti aplikaĵojn
oauth_clients:
@@ -2797,8 +2791,10 @@ eo:
my comments: Miaj komentoj
my_preferences: Preferoj
my_dashboard: Panelo
- blocks on me: Blokas min
+ blocks on me: Ricevitaj blokadoj
blocks by me: Blokitaj de mi
+ create_mute: Silentigi tiun Äi uzanton
+ destroy_mute: Malsilentigi tiun Äi uzanton
edit_profile: Redakti profilon
send message: Sendi mesaÄon
diary: Taglibro
@@ -2992,6 +2988,30 @@ eo:
showing_page: PaÄo %{page}
next: Sekva »
previous: « AntaÅa
+ user_mutes:
+ index:
+ title: Silentigitaj uzantoj
+ my_muted_users: Miaj silentigitaj uzantoj
+ you_have_muted_n_users:
+ one: Vi silentigis %{count} uzanton
+ other: Vi silentigis %{count} uzantojn
+ user_mute_explainer: MesaÄoj de silentigitaj uzantoj estos movitaj al aparta
+ mesaÄujo kaj vi ne ricevos retpoÅtajn sciigojn pri ili.
+ user_mute_admins_and_moderators: Vi povas silentigi administrantojn kaj kontrolantojn,
+ tamen iliaj mesaÄoj ne estos silentigitaj.
+ table:
+ thead:
+ muted_user: Silentigita uzanto
+ actions: Agoj
+ tbody:
+ unmute: Malsilentigi
+ send_message: Sendi mesaÄon
+ create:
+ notice: Vi silentigis la uzanton %{name}.
+ error: Uzanto %{name} ne povas esti silentigita. %{full_message}.
+ destroy:
+ notice: Vi malsilentigis la uzanton %{name}.
+ error: Ne povis malsilentigi la uzanton. Reprovu.
notes:
index:
title: Rimarkoj kreitaj aÅ komentitaj de %{user}
diff --git a/config/locales/es.yml b/config/locales/es.yml
index b2b3de6eb..a3efebd69 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -2443,34 +2443,26 @@ es:
subway: Metro
tram_only: TranvÃa
bus: Autobús
- cable:
- - Telecabina
- - Telesilla
- runway:
- - Pista de aeropuerto
- - Calle de rodaje
+ cable_car: Telecabina
+ chair_lift: Telesilla
+ runway_only: Pista de aeropuerto
+ taxiway: Calle de rodaje
apron_only: Rampa aeroportuaria
admin: LÃmite administrativo
- orchard:
- - Huerta
- forest:
- - Bosque
- - Bosque
+ orchard_only: Huerta
+ forest_only: Bosque
+ wood: Bosque
sand: Arena
golf: Campo de golf
park: Parque
- common:
- - Común
- - pradera
- - jardÃn
+ common_only: Común
resident: Zona residencial
retail: Zona de comercios
industrial: Zona industrial
commercial: Zona comercial
heathland: Brezal
- lake:
- - Lago
- - embalse
+ lake_only: Lago
+ reservoir: embalse
farm: Granja
brownfield: Sitio baldÃo
cemetery: Cementerio
@@ -2479,14 +2471,12 @@ es:
centre: Centro deportivo
reserve: Reserva natural
military: Ãrea militar
- school:
- - Escuela
- - universidad
+ school_only: Escuela
+ university: universidad
building: Edificio significativo
station: Estación de tren
- summit:
- - Cumbre
- - pico
+ summit_only: Cumbre
+ peak: pico
tunnel: Borde a rayas = túnel
bridge: Borde negro = puente
private: Acceso privado
diff --git a/config/locales/et.yml b/config/locales/et.yml
index 073dc150b..633cb2ab9 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1805,30 +1805,24 @@ et:
footway: Jalgtee
rail: Raudtee
subway: Metroo
- cable:
- - Köisraudtee
- - toolilift
- runway:
- - Lennurada
- - ruleerimistee
+ cable_car: Köisraudtee
+ chair_lift: toolilift
+ runway_only: Lennurada
+ taxiway: ruleerimistee
apron_only: Lennujaama perroon
admin: Halduspiir
- forest:
- - Tulundusmets
- - Mets
+ forest_only: Tulundusmets
+ wood: Mets
golf: Golfiväljak
park: Park
- common:
- - Heinamaa
- - luht
+ common_only: Heinamaa
resident: Elamurajoon
retail: Kaubanduspiirkond
industrial: Tööstuspiirkond
commercial: Ãripiirkond
heathland: Nõmm
- lake:
- - Järv
- - veehoidla
+ lake_only: Järv
+ reservoir: veehoidla
farm: Põllumajanduslik maa
brownfield: Ehitusmaa
cemetery: Surnuaed
@@ -1837,14 +1831,12 @@ et:
centre: Spordikeskus
reserve: Looduskaitseala
military: Sõjaväe kasutuses
- school:
- - Kool
- - ülikool
+ school_only: Kool
+ university: ülikool
building: Märkimisväärne hoone
station: Raudteejaam
- summit:
- - Mägi
- - tipp
+ summit_only: Mägi
+ peak: tipp
tunnel: Katkendlik ümbris = tunnel
bridge: Must ümbris = sild
private: Ãksnes omanikule
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index ac051484e..eefb6b24d 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -2206,31 +2206,24 @@ eu:
footway: Oinezkoen bidea
rail: Trenbidea
subway: Metroa
- cable:
- - Funikularra
- - teleaulkia
- runway:
- - Aireportuko Pista
- - taxi bidea
+ cable_car: Funikularra
+ chair_lift: teleaulkia
+ runway_only: Aireportuko Pista
+ taxiway: taxi bidea
apron_only: Aireportu plataforma
admin: Muga administratiboa
- forest:
- - Baso
- - Basoa
+ forest_only: Baso
+ wood: Basoa
golf: Golf-zelai
park: Parke
- common:
- - Arrunta
- - belardia
- - lorategia
+ common_only: Arrunta
resident: Etxebizitza ingurua
retail: Txikizkako azalera
industrial: Industrialdea
commercial: Merkataritza eremua
heathland: Txilardia
- lake:
- - Aintzira
- - urtegia
+ lake_only: Aintzira
+ reservoir: urtegia
farm: Baserria
brownfield: Landarik gabeko gunea
cemetery: Hilerri
@@ -2239,14 +2232,12 @@ eu:
centre: Kiroldegi
reserve: Natura-erreserba
military: Eremu militarra
- school:
- - Eskola
- - unibertsitate
+ school_only: Eskola
+ university: unibertsitate
building: Eraikin garrantzitsua
station: Tren geltokia
- summit:
- - Tontorra
- - gailurra
+ summit_only: Tontorra
+ peak: gailurra
tunnel: Marratxodun estalkia = tunela
bridge: Estalki beltza = zubia
private: Sarbide pribatua
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index 6ec4a5cd6..0db0ee2ce 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1812,6 +1812,7 @@ fa:
no home location: Ø´Ù
ا Ù
ØÙ خاÙÙÙ Ø®ÙØ¯ØªØ§Ù را ÙØ§Ø±Ø¯ ÙکردÙâØ§ÛØ¯.
update home location on click: ÙÙØªÛ رÙÛ ÙÙØ´Ù Ú©ÙÛÚ© Ù
ÛâÚ©ÙÙ
Ù
ÙÙØ¹Ûت خاÙÙ Ø±ÙØ²Ø¢Ù
د
Ø´ÙØ¯.
+ delete: ØØ°Ù
update:
success: ÙÙ
اÛÙ Ø°Ø®ÛØ±Ù شد.
failure: Ø°Ø®ÛØ±ÙâØ³Ø§Ø²Û ÙÙ
اÛÙ Ø§ÙØ¬Ø§Ù
ÙØ´Ø¯.
@@ -2096,30 +2097,24 @@ fa:
footway: Ø±Ø§Ù Ù¾ÛØ§Ø¯Ù
rail: راÙâØ¢ÙÙ
subway: Ù
ترÙ
- cable:
- - تÙÙâÙØ±ÛÚ©
- - ØµÙØ¯ÙÛ Ø¨Ø§ÙØ§Ø¨Ø±
- runway:
- - Ø¨Ø§ÙØ¯ ÙØ±ÙدگاÙ
- - Ø®Ø²Ø´âØ±Ø§Ù
+ cable_car: تÙÙâÙØ±ÛÚ©
+ chair_lift: ØµÙØ¯ÙÛ Ø¨Ø§ÙØ§Ø¨Ø±
+ runway_only: Ø¨Ø§ÙØ¯ ÙØ±ÙدگاÙ
+ taxiway: Ø®Ø²Ø´âØ±Ø§Ù
apron_only: Ù¾ÛØ´Ú¯Ø§Ù ÙØ±ÙدگاÙ
admin: Ù
رز ادارÛ
- forest:
- - جÙÚ¯Ù
- - ÚÙØ¨
+ forest_only: جÙÚ¯Ù
+ wood: ÚÙØ¨
golf: زÙ
ÛÙ Ú¯ÙÙ
park: پارک
- common:
- - Ù
شاع
- - عÙÙØ²Ø§Ø±
+ common_only: Ù
شاع
resident: Ù
ÙØ·ÙÙÙ Ù
سکÙÙÛ
retail: Ù
ÙØ·ÙÙ Ø®Ø±Ø¯Ù ÙØ±ÙØ´Û
industrial: Ù
ÙØ·ÙÙ ØµÙØ¹ØªÛ
commercial: Ù
ÙØ·Ù٠تجارÛ
heathland: Heathland
- lake:
- - Ø¯Ø±ÛØ§ÚÙ
- - Ù
خزÙ
+ lake_only: Ø¯Ø±ÛØ§ÚÙ
+ reservoir: Ù
خزÙ
farm: Ù
زرعÙ
brownfield: Ø³Ø§ÛØª ÙÙÙÙâØ§Û
cemetery: Ú¯ÙØ±Ø³ØªØ§Ù
@@ -2128,14 +2123,12 @@ fa:
centre: Ù
رکز ÙØ±Ø²Ø´Û
reserve: Ø·Ø¨ÛØ¹Øª ØÙاظت شدÙ
military: Ù
ÙØ·ÙÙ ÙØ¸Ø§Ù
Û
- school:
- - Ù
درسÙ
- - Ø¯Ø§ÙØ´Ú¯Ø§Ù
+ school_only: Ù
درسÙ
+ university: Ø¯Ø§ÙØ´Ú¯Ø§Ù
building: ساختÙ
ا٠Ù
ÙÙ
station: Ø§ÛØ³ØªÚ¯Ø§Ù را٠آÙÙ
- summit:
- - Úکاد
- - ÙÙÙ
+ summit_only: Úکاد
+ peak: ÙÙÙ
tunnel: ÙØ¨Ù٠خطâÚÛÙâØ¯Ø§Ø± = تÙÙÙ
bridge: ÙØ¨ÙÙ Ø³ÛØ§Ù = Ù¾Ù
private: Ø¯Ø³ØªØ±Ø³Û Ø´Ø®ØµÛ
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 9ebf91502..e08fc5c79 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -2205,31 +2205,24 @@ fi:
footway: Jalkakäytävä
rail: Junarata
subway: Metro
- cable:
- - Köysirata
- - tuolihissi
- runway:
- - Lentokentän kiitotie
- - rullaustie
+ cable_car: Köysirata
+ chair_lift: tuolihissi
+ runway_only: Lentokentän kiitotie
+ taxiway: rullaustie
apron_only: Lentokentän asemataso
admin: Hallinnollinen raja
- forest:
- - Talousmetsä
- - Metsä
+ forest_only: Talousmetsä
+ wood: Metsä
golf: Golfkenttä
park: Puisto
- common:
- - Niitty
- - keto
- - puutarha
+ common_only: Niitty
resident: Asuinalue
retail: Kaupallinen alue
industrial: Teollisuusalue
commercial: Toimistoalue
heathland: Kanervikko
- lake:
- - Järvi
- - tekojärvi
+ lake_only: Järvi
+ reservoir: tekojärvi
farm: Maatila
brownfield: Purettujen rakennusten alue
cemetery: Hautausmaa
@@ -2238,14 +2231,12 @@ fi:
centre: Urheilukeskus
reserve: Luonnonsuojelualue
military: Sotilasalue
- school:
- - Koulu
- - yliopisto
+ school_only: Koulu
+ university: yliopisto
building: Merkittävä rakennus
station: Rautatieasema
- summit:
- - Vuorenhuippu
- - huippu
+ summit_only: Vuorenhuippu
+ peak: huippu
tunnel: Katkoviivallinen kehys = tunneli
bridge: Musta kehys = silta
private: Yksityinen
diff --git a/config/locales/fit.yml b/config/locales/fit.yml
index e763144ad..e1579013e 100644
--- a/config/locales/fit.yml
+++ b/config/locales/fit.yml
@@ -830,8 +830,7 @@ fit:
key:
table:
entry:
- school:
- 1: yniversiteetti
+ university: yniversiteetti
welcome:
title: Tervetuloa!
add_a_note:
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 0fd8fabaf..56a0ce9fc 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -2,6 +2,7 @@
# Exported from translatewiki.net
# Export driver: phpyaml
# Author: 0x010C
+# Author: 2NumForIce
# Author: Adriendelucca
# Author: Ajeje Brazorf
# Author: Alno
@@ -137,6 +138,11 @@ fr:
messages:
invalid_email_address: ne semble pas être une adresse de courriel valide
email_address_not_routable: nâest pas routable
+ models:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
models:
acl: Liste de contrôle dâaccès
changeset: Groupe de modifications
@@ -2485,32 +2491,24 @@ fr:
tram_only: Tramway
trolleybus: Trolleybus
bus: Bus
- cable:
- - Téléphérique
- - télésiège
- runway:
- - Piste dâaéroport
- - piste de circulation dâun aéroport
+ cable_car: Téléphérique
+ chair_lift: télésiège
+ runway_only: Piste dâaéroport
+ taxiway: piste de circulation dâun aéroport
apron_only: Stationnement dâavions
admin: Limite administrative
- orchard:
- - Verger
- - vignoble
- forest:
- - Forêt
- - bois
+ orchard_only: Verger
+ vineyard: vignoble
+ forest_only: Forêt
+ wood: bois
farmland: Terres agricoles
- grass:
- - Pelouse
- - prairie
+ grass_only: Pelouse
+ meadow: prairie
bare_rock: Roche nue
sand: Sable
golf: Parcours de golf
park: Parc
- common:
- - Espace commun
- - prairie
- - jardin
+ common_only: Espace commun
built_up: Zone bâtie
resident: Zone résidentielle
retail: Zone de commerce
@@ -2518,9 +2516,8 @@ fr:
commercial: Zone tertiaire
heathland: Lande
scrubland: Fruticée
- lake:
- - Lac
- - bassin de retenue
+ lake_only: Lac
+ reservoir: bassin de retenue
intermittent_water: plan dâeau intermittent
glacier: Glacier
reef: Récif
@@ -2533,22 +2530,20 @@ fr:
centre: Centre sportif
reserve: Réserve naturelle
military: Zone militaire
- school:
- - Ãcole
- - université
- - hôpital
+ school_only: Ãcole
+ university: université
+ hospital: Hôpital
building: Bâtiment important
station: Gare ferroviaire
- summit:
- - Sommet
- - pic
+ summit_only: Sommet
+ peak: pic
tunnel: Bordure pointillée = tunnel
bridge: Bord noir = pont
private: Accès privé
destination: Accès réservé aux riverains
construction: Routes en construction
bus_stop: Arrêt de bus
- stop: Arrêt
+ stop: Arrêter
bicycle_shop: Magasin de vélos
bicycle_parking: Parking à vélos
toilets: Toilettes
diff --git a/config/locales/fur.yml b/config/locales/fur.yml
index 900009e55..a1dc1c858 100644
--- a/config/locales/fur.yml
+++ b/config/locales/fur.yml
@@ -1339,33 +1339,26 @@ fur:
subway: Metropolitane
ferry: Traghet
tram_only: Tram
- runway:
- - Piste dal aeropuart
+ runway_only: Piste dal aeropuart
admin: Confin aministratîf
- forest:
- - Bosc
+ forest_only: Bosc
sand: Savalon
golf: Troi di golf
park: Parc
- common:
- - Comugnâi
- - prâts
- - zardin
+ common_only: Comugnâi
resident: Zone residenziâl
retail: Zone di buteghis
industrial: Zone industriâl
commercial: Aree comerciâl
- lake:
- - Lâc
+ lake_only: Lâc
cemetery: Simiteri
pitch: Cjamp sportîf
centre: Centri sportîf
reserve: Riserve naturâl
military: Zone militâr
- school:
- - Scuele
- - universitât
- - ospedâl
+ school_only: Scuele
+ university: universitât
+ hospital: ospedâl
station: stazion de ferade
tunnel: Rie a trats = galarie
bridge: Rie nere = puint
diff --git a/config/locales/fy.yml b/config/locales/fy.yml
index 7d1c50c3f..77e9c1f79 100644
--- a/config/locales/fy.yml
+++ b/config/locales/fy.yml
@@ -2034,31 +2034,24 @@ fy:
footway: Fuotpaad
rail: Spoarwei
subway: Metrospoar
- cable:
- - Kabelbaan
- - stuoltsjelift
- runway:
- - Start-/lânings-
- - taksybaan lofthaven
+ cable_car: Kabelbaan
+ chair_lift: stuoltsjelift
+ runway_only: Start-/lânings-
+ taxiway: taksybaan lofthaven
apron_only: Platfoarm
admin: Bestjoerlike grins
- forest:
- - Bosk
- - Wâld
+ forest_only: Bosk
+ wood: Wâld
golf: Golfbaan
park: Park
- common:
- - Miente
- - greide
- - tún
+ common_only: Miente
resident: Wengebiet
retail: Winkelgebiet
industrial: Yndustrygebiet
commercial: Kommersjeel gebiet
heathland: Heidelân
- lake:
- - Mar
- - opslachmar
+ lake_only: Mar
+ reservoir: opslachmar
farm: Boerepleats
brownfield: Braaklân
cemetery: Begraafplak
@@ -2067,14 +2060,12 @@ fy:
centre: Sportsintrum
reserve: Natuerreservaat
military: Militêr terrein
- school:
- - Skoalle
- - universiteit
+ school_only: Skoalle
+ university: universiteit
building: Wichtich gebou
station: Spoarweistasjon
- summit:
- - Top
- - pyk
+ summit_only: Top
+ peak: pyk
tunnel: Streekte râne = tunnel
bridge: Swarte râne = brêge
private: Tagong privee
diff --git a/config/locales/ga.yml b/config/locales/ga.yml
index 35c406e2a..9eef93667 100644
--- a/config/locales/ga.yml
+++ b/config/locales/ga.yml
@@ -1543,30 +1543,24 @@ ga:
footway: Cosán
rail: Iarnród
subway: Meitreo
- cable:
- - Carr cábla
- - cathaoir chábla
- runway:
- - Rúidbhealach Aerfoirt
- - bealach innealta
+ cable_car: Carr cábla
+ chair_lift: cathaoir chábla
+ runway_only: Rúidbhealach Aerfoirt
+ taxiway: bealach innealta
apron_only: Naprún Aerfoirt
admin: Teorainn riaracháin
- forest:
- - Foraois
- - Coill
+ forest_only: Foraois
+ wood: Coill
golf: Galfchúrsa
park: Páirc
- common:
- - CoimÃn
- - móinéar
+ common_only: CoimÃn
resident: Ceantar cónaithe
retail: Limistéar miondÃola
industrial: Limistéar tionsclaÃoch
commercial: Limistéar tráchtála
heathland: Móinteach/fraochmhá
- lake:
- - Loch
- - taiscumar
+ lake_only: Loch
+ reservoir: taiscumar
farm: Feirm
brownfield: Láithreán athfhorbraÃochta
cemetery: Reilig
@@ -1575,14 +1569,12 @@ ga:
centre: Ionad spóirt
reserve: Tearmann dúlra
military: Limistéar mÃleata
- school:
- - Scoil
- - ollscoil
+ school_only: Scoil
+ university: ollscoil
building: Foirgneamh suntasach
station: Stáisiún Iarnróid
- summit:
- - Mullach
- - binn
+ summit_only: Mullach
+ peak: binn
tunnel: LÃne bhriste = tollán
bridge: LÃne dhubh = droichead
private: Rochtain phrÃobháideach
diff --git a/config/locales/gcf.yml b/config/locales/gcf.yml
index f8db63722..f78512306 100644
--- a/config/locales/gcf.yml
+++ b/config/locales/gcf.yml
@@ -487,16 +487,11 @@ gcf:
table:
entry:
train: Tren
- forest:
- - Granbwa
- grass:
- - Zèb
- common:
- 2: Haden
+ forest_only: Granbwa
+ grass_only: Zèb
cemetery: Simityè
- school:
- 0: Lékòl
- 2: Lopital
+ school_only: Lékòl
+ hospital: Lopital
welcome:
rules:
title: Larèl-la!
diff --git a/config/locales/gd.yml b/config/locales/gd.yml
index 8f7640348..4cbf89146 100644
--- a/config/locales/gd.yml
+++ b/config/locales/gd.yml
@@ -1397,30 +1397,24 @@ gd:
footway: Ãrainn-choisichean
rail: Rèile
subway: Meatro
- cable:
- - Carbad-cà baill
- - Lioft-sèitheir
- runway:
- - Raon-laighe puirt-adhair
- - Raon-cuairteachaidh
+ cable_car: Carbad-cà baill
+ chair_lift: Lioft-sèitheir
+ runway_only: Raon-laighe puirt-adhair
+ taxiway: Raon-cuairteachaidh
apron_only: Aparan puirt-adhair
admin: Crìoch rianachd
- forest:
- - Coille
- - Coille
+ forest_only: Coille
+ wood: Coille
golf: Raon goilf
park: PÃ irc
- common:
- - Coitcheann
- - Faiche
+ common_only: Coitcheann
resident: Raon-còmhnaidh
retail: Raon bhuitean
industrial: Raon gnìomhachais
commercial: Raon malairt
heathland: Aonach
- lake:
- - Loch
- - Loch-tasgaidh
+ lake_only: Loch
+ reservoir: Loch-tasgaidh
farm: Tuathanas
brownfield: Fearann fà s
cemetery: Cladh
@@ -1429,14 +1423,12 @@ gd:
centre: Ionad-spòrs
reserve: Tèarmann nà dair
military: Raon an airm
- school:
- - Sgoil
- - Oilthigh
+ school_only: Sgoil
+ university: Oilthigh
building: Togalach cudromach
station: Stèisean-rèile
- summit:
- - Mullach
- - Sgurr
+ summit_only: Mullach
+ peak: Sgurr
tunnel: Oir-strìochagan = tunail
bridge: Oir-loidhnichean = drochaid
private: Cead-inntrigidh prìobhaideach
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 5cf4f0add..811dbdc84 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -2367,32 +2367,24 @@ gl:
tram_only: TranvÃa
trolleybus: Trolebús
bus: Autobús
- cable:
- - Teleférico
- - telecadeira
- runway:
- - Pista do aeroporto
- - vÃa de circulación do aeroporto
+ cable_car: Teleférico
+ chair_lift: telecadeira
+ runway_only: Pista do aeroporto
+ taxiway: vÃa de circulación do aeroporto
apron_only: Plataforma do aeroporto
admin: LÃmite administrativo
- orchard:
- - Horta
- - viñedo
- forest:
- - Bosque
- - bosque
+ orchard_only: Horta
+ vineyard: viñedo
+ forest_only: Bosque
+ wood: bosque
farmland: Terra de labranza
- grass:
- - Herba
- - pradarÃa
+ grass_only: Herba
+ meadow: pradarÃa
bare_rock: Rocha núa
sand: Area
golf: Campo de golf
park: Parque
- common:
- - Espazo común
- - pradarÃa
- - xardÃn
+ common_only: Espazo común
built_up: Zona edificada
resident: Zona residencial
retail: Zona comercial
@@ -2400,9 +2392,8 @@ gl:
commercial: Zona de oficinas
heathland: Breixeira
scrubland: Matogueira
- lake:
- - Lagoa
- - encoro
+ lake_only: Lagoa
+ reservoir: encoro
intermittent_water: Masa de auga intermitente
glacier: Glaciar
reef: Arrecife
@@ -2415,15 +2406,13 @@ gl:
centre: Centro deportivo
reserve: Reserva natural
military: Zona militar
- school:
- - Escola
- - universidade
- - hospital
+ school_only: Escola
+ university: universidade
+ hospital: hospital
building: Edificio significativo
station: Estación de ferrocarrÃs
- summit:
- - Cumio
- - cume
+ summit_only: Cumio
+ peak: cume
tunnel: Bordo a raias = túnel
bridge: Bordo negro = ponte
private: Acceso privado
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 1e979d11a..f9a8727ee 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -79,6 +79,9 @@ he:
messages:
invalid_email_address: ××ת ××× × ×ת××ת ××××´× ×ª×§× ×ת
email_address_not_routable: ×× ××¨Ö¾× ×ת××
+ models:
+ user_mute:
+ is_already_muted: ××ר ××שתק
models:
acl: רש××ת ×קרת ××ש×
changeset: ער×ת ש×× ××××
@@ -1798,11 +1801,13 @@ he:
to: ××
subject: × ×ש×
date: ת×ר××
+ actions: פע×××ת
message_summary:
unread_button: ס×××× ×â×× × ×§×¨×â
read_button: ס×××× ×â× ×§×¨×â
reply_button: ××ש××
destroy_button: ××××§×
+ unmute_button: ××¢××¨× ××××ר ×× ×× ×¡
new:
title: ש×××ת ××××¢×
send_message_to_html: ×ש×××ת ××××¢× ×××©× ×× %{name}
@@ -1816,11 +1821,19 @@ he:
body: ×× × ×צ×ער××, ××× ××××¢× ×¢× ×××× ××.
outbox:
title: ת××ת ×××ר ××צ×
+ actions: פע×××ת
messages:
one: ×ש ×× ××××¢× ××ת ×©× ×©×××
other: ×ש ×× %{count} ××××¢×ת ×©× ×©×××
no_sent_messages_html: ××× ×× ××××¢×ת × ×©××× ×¢× ××. ×× ××¢×ª× ××צ×ר קשר ×¢× %{people_mapping_nearby_link}?
people_mapping_nearby: ×שתתפ×× ×××פ×× ×קר×ת ××§××
+ muted:
+ title: ××××¢×ת ××שתק×ת
+ messages:
+ one: ××××¢× ××שתקת
+ two: ×ש ×× ×©×ª× ××××¢×ת ××שתק×ת
+ many: ×ש ×× %{count} ××××¢×ת ××שתק×ת
+ other: ×ש ×× %{count} ××××¢×ת ××שתק×ת
reply:
wrong_user: × ×× ×¡×ª ××©× â%{user}â, ××× ×××××¢× ×©××קשת ××ש×× ×¢××× ×× × ×©××× ×××ת×
××שת×ש. × × ××××× ×¡ ××ש××× ×× ××× ××× ××ש××.
@@ -1837,9 +1850,13 @@ he:
heading:
my_inbox: ת××ת ××××ר ×× ×× ×¡ ש××
my_outbox: ת××ת ××××ר ××××¦× ×©××
+ muted_messages: ××××¢×ת ××שתק×ת
mark:
as_read: ×××××¢× ×¡××× × ×××××¢× ×©× ×§×¨××
as_unread: ×××××¢× ×¡××× × ×××××¢× ×©×× × ×§×¨××
+ unmute:
+ notice: ××××¢× ×××¢××¨× ××××ר ×× ×× ×¡
+ error: ×× ×פשר ×××¢××ר ×ת ×××××¢× ××××ר ×× ×× ×¡.
destroy:
destroyed: ×××××¢× × ×××§×
passwords:
@@ -2343,6 +2360,7 @@ he:
primary: ×××ש ר×ש×
secondary: ×××ש ××©× ×
unclassified: ××¨× ×× ×ס×××ת
+ pedestrian: ××¨× ×××××× ×¨××
track: ×ס×××
bridleway: ×ס××× ×ר×××ת ס×ס××
cycleway: ××¨× ××××¤× ×××
@@ -2358,32 +2376,24 @@ he:
tram_only: ×ש×××ת
trolleybus: ×ר×××××ס
bus: ××××××ס
- cable:
- - ר×××
- - ××¢××ת סק×
- runway:
- - ×ס××× × ××ת×
- - ××¨× ×××× ××ת
+ cable_car: ר×××
+ chair_lift: ר××× ××ש×××
+ runway_only: ×ס××× × ××ת×
+ taxiway: ×ס××× ×סע×
apron_only: ר××ת ×× ×× ××××ס××
admin: ×××× ×©×× ×©×פ××
- orchard:
- - ×××¢
- - ×ר×
- forest:
- - ×ער
- - ××רש×
+ orchard_only: ×××¢
+ vineyard: ×ר×
+ forest_only: ×ער
+ wood: ××רש×
farmland: ש×× ××§×××
- grass:
- - ×ש×
- - ×רע×
+ grass_only: ×ש×
+ meadow: ×××
bare_rock: ס××¢ ×ש××£
sand: ×××
golf: ×ס××× ××××£
park: פ×רק
- common:
- - ×רע×
- - ×רע×
- - ××
+ common_only: ×רע×
built_up: ש×× ×× ××
resident: ×××ר ×××ר××
retail: ×××ר ×§××¢×× ××
@@ -2391,9 +2401,8 @@ he:
commercial: ×××ר ×ס×ר×
heathland: ש×× ×¤×¨×
scrubland: ×ת×
- lake:
- - ×××
- - ×××ר
+ lake_only: ×××
+ reservoir: ×××ר
intermittent_water: ×××£ ××× ×ª×§×פת×
glacier: קר××× ××שת×
reef: ש×× ×ת
@@ -2406,15 +2415,13 @@ he:
centre: ×ר×× ×¡×¤×ר×
reserve: ש××רת ×××¢
military: ש×× ×¦×××
- school:
- - ××ת ספר
- - ××× ××רס×××
- - ××ת ×××××
+ school_only: ××ת ספר
+ university: ××× ××רס×××
+ hospital: ××ת ×××××
building: ×× ××× ××¢× ×ש×××ת
station: ת×× ×ª ר××ת
- summit:
- - פס××
- - פס××
+ summit_only: פס××
+ peak: פס××
tunnel: ×§× ××§×××§× = ×× ×ר×
bridge: ×§× ×©××ר = ×שר
private: ×××©× ×¤×¨××ת
@@ -2611,6 +2618,7 @@ he:
oauth1_settings: ×××ר×ת OAuth 1
oauth2_applications: ××ש××× OAuth 2
oauth2_authorizations: ××ש××¨× OAuth 2
+ muted_users: ×שת×ש×× ××שתק××
oauth:
authorize:
title: ××ש×ר ××××©× ××ש××× ×©××
@@ -2647,6 +2655,7 @@ he:
read_gpx: ×קר×× ×ת ×ס×××× ×Ö¾GPS ×פר×××× ×©××
write_gpx: ×××¢××ת ×ס×××× GPS
write_notes: ××©× ×ת ×ער×ת
+ write_redactions: ש×× ×× × ×ª×× × ××פ×
read_email: ×קר×× ×ת ×ת××ת ××××"× ×©× ××שת×ש
skip_authorization: ××שר ×ת ×××ש×× ×××××××ת
oauth_clients:
@@ -2811,6 +2820,8 @@ he:
my_dashboard: ××× ×××§×¨× ×©××
blocks on me: ××ª× ×ס×× ××ת×
blocks by me: ××ª× ×ס×ת×
+ create_mute: ×שתקת ××שת×ש ×××
+ destroy_mute: ××××× ×שתקת ××שת×ש ×××
edit_profile: ער××ת פר×פ××
send message: ש×××ת ××××¢×
diary: ××××
@@ -3011,6 +3022,32 @@ he:
showing_page: ×××£ %{page}
next: ××× Â»
previous: « ××§×××
+ user_mutes:
+ index:
+ title: ×שת×ש×× ××שתק××
+ my_muted_users: ××שת×ש×× ×××שתק×× ×©××
+ you_have_muted_n_users:
+ one: ×שתקת ×שת×ש ×××
+ two: ×שתקת ×©× × ×שת×ש××
+ many: ×שתקת %{count} ×שת×ש××
+ other: ×שתקת %{count} ×שת×ש××
+ user_mute_explainer: ××××¢×ת ×©× ×שת×ש×× ××שתק×× ×××¢×ר×ת ×ת××ת ×××ר × ×¤×¨×ת ×××
+ ת×ש××× × ×××× ×תר××ת ×××××´×.
+ user_mute_admins_and_moderators: ×פשר ××שת××§ ×× ×××× ××פק××× ××× ×××××¢×ת ש×××
+ ×× ××שתק×.
+ table:
+ thead:
+ muted_user: ×שת×ש ××שתק
+ actions: פע×××ת
+ tbody:
+ unmute: ××××× ×שתק×
+ send_message: ש×××ת ××××¢×
+ create:
+ notice: ×שתקת ×ת %{name}.
+ error: ×× ×פשר ××שת××§ ×ת %{name}.â %{full_message}
+ destroy:
+ notice: ××××ת ×ת ×××©×ª×§× ×©× %{name}.
+ error: ×× ×פשר ×××× ×ת ×שתקת ××שת×ש. × × ×× ×¡×ת ש××.
notes:
index:
title: ×ער×ת ×ת××××ת ×©× %{user}
diff --git a/config/locales/hi.yml b/config/locales/hi.yml
index 99c7e5d3e..f4b73c42c 100644
--- a/config/locales/hi.yml
+++ b/config/locales/hi.yml
@@ -984,29 +984,23 @@ hi:
rail: रà¥à¤²à¤µà¥
subway: à¤à¤ªà¤®à¤¾à¤°à¥à¤
bus: बस
- cable:
- - à¤à¥à¤¬à¤² à¤à¤¾à¤°
- runway:
- - à¤à¤¯à¤°à¤ªà¥à¤°à¥à¤ रनवà¥
- forest:
- - वन
- - लà¤à¤¡à¤¼à¥
- grass:
- - à¤à¤¾à¤¸
+ cable_car: à¤à¥à¤¬à¤² à¤à¤¾à¤°
+ runway_only: à¤à¤¯à¤°à¤ªà¥à¤°à¥à¤ रनवà¥
+ forest_only: वन
+ wood: लà¤à¤¡à¤¼à¥
+ grass_only: à¤à¤¾à¤¸
sand: रà¥à¤¤
golf: à¤à¥à¤²à¥à¤« मà¥à¤¦à¤¾à¤¨
park: पारà¥à¤
resident: रिहायशॠà¤à¥à¤·à¥à¤¤à¥à¤°
industrial: à¤à¤¦à¥à¤¯à¥à¤à¤¿à¤ à¤à¥à¤·à¥à¤¤à¥à¤°
- lake:
- - à¤à¥à¤²
+ lake_only: à¤à¥à¤²
farm: à¤à¥à¤¤
cemetery: à¤à¤¬à¥à¤°à¤¿à¤¸à¥à¤¤à¤¾à¤¨
allotments: à¤à¤µà¤à¤à¤¨
- school:
- - पाठशाला
- - विशà¥à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯
- - à¤
सà¥à¤ªà¤¤à¤¾à¤²
+ school_only: पाठशाला
+ university: विशà¥à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯
+ hospital: à¤
सà¥à¤ªà¤¤à¤¾à¤²
building: महतà¥à¤µà¤ªà¥à¤°à¥à¤£ à¤à¤µà¤¨
station: रà¥à¤²à¤µà¥ सà¥à¤à¥à¤¶à¤¨
stop: रà¥à¤à¥à¤
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 72291d743..a79599127 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1425,30 +1425,24 @@ hr:
footway: PjeÅ¡aÄka staza
rail: Željeznica
subway: Podzemna željeznica
- cable:
- - Kabinska žiÄara
- - sedežnica
- runway:
- - Aerodromska pista
- - aerodromske ceste (za avione)
+ cable_car: Kabinska žiÄara
+ chair_lift: sedežnica
+ runway_only: Aerodromska pista
+ taxiway: aerodromske ceste (za avione)
apron_only: Parking za avione (apron)
admin: Administrativna granica
- forest:
- - Šuma (održavane, od šumarije)
- - Šume (prirodne, neodržavane)
+ forest_only: Šuma (održavane, od šumarije)
+ wood: Šume (prirodne, neodržavane)
golf: Golf teren
park: Park
- common:
- - Travnjaci
- - livade
+ common_only: Travnjaci
resident: Stambeno podruÄje
retail: Maloprodajno podruÄje
industrial: Industrijsko podruÄje
commercial: Poslovno podruÄje
heathland: Gustiš, makija, grmlje
- lake:
- - Jezero
- - rezervoar
+ lake_only: Jezero
+ reservoir: rezervoar
farm: Polja, farme, njive
brownfield: Gradilište
cemetery: Groblje
@@ -1457,14 +1451,12 @@ hr:
centre: Sportski centar
reserve: Rezervat prirode
military: Vojno podruÄje
- school:
- - Å kola
- - SveuÄiliÅ¡te
+ school_only: Å kola
+ university: SveuÄiliÅ¡te
building: Zgrada
station: ŽeljezniÄki kolodvor
- summit:
- - Vrh
- - vrhunac
+ summit_only: Vrh
+ peak: vrhunac
tunnel: Iscrtkani rubovi = tunel
bridge: Crni rubovi = most
private: Privatni pristup
diff --git a/config/locales/hsb.yml b/config/locales/hsb.yml
index a8e6bf5c6..acf341434 100644
--- a/config/locales/hsb.yml
+++ b/config/locales/hsb.yml
@@ -2007,30 +2007,24 @@ hsb:
footway: Chódnik
rail: Železnica
subway: Podzemska železnica
- cable:
- - Kablowa nadróžna
- - sydÅowy lift
- runway:
- - PÅizemiÅ¡Äo
- - lÄtadÅowa jÄzdnja
+ cable_car: Kablowa nadróžna
+ chair_lift: sydÅowy lift
+ runway_only: PÅizemiÅ¡Äo
+ taxiway: lÄtadÅowa jÄzdnja
apron_only: LÄtaniÅ¡Äowe pÅedpolo
admin: Zarjadniska hranica
- forest:
- - Hajina
- - LÄs
+ forest_only: Hajina
+ wood: LÄs
golf: GolfowniÅ¡Äo
park: Park
- common:
- - Powšitkowny
- - Åuka
+ common_only: Powšitkowny
resident: Bydlenski wobwod
retail: NakupowaniÅ¡Äo
industrial: Industrijowa kónÄina
commercial: PÅemysÅowa kónÄina
heathland: Hola
- lake:
- - JÄzor
- - spjaty jÄzor
+ lake_only: JÄzor
+ reservoir: spjaty jÄzor
farm: Farma
brownfield: Industrijowe lado
cemetery: KÄrchow
@@ -2039,14 +2033,12 @@ hsb:
centre: Sportowy centrum
reserve: PÅirodoÅ¡kitne pasmo
military: Wojerske pasmo
- school:
- - Å ula
- - uniwersita
+ school_only: Å ula
+ university: uniwersita
building: Wuznamne twarjenje
station: DwórniÅ¡Äo
- summit:
- - Wjeršk
- - kónÄk hory
+ summit_only: Wjeršk
+ peak: kónÄk hory
tunnel: Smužkowana kroma = tunl
bridge: Äorna kroma = móst
private: Priwatny pÅistup
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 5926c6bb8..0f312162f 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -2237,41 +2237,32 @@ hu:
tram_only: Villamos
trolleybus: Trolibusz
bus: Busz
- cable:
- - Nagykabinos felvonó
- - függÅszékes felvonó
- runway:
- - Kifutópálya
- - gurulóút
+ cable_car: Nagykabinos felvonó
+ chair_lift: függÅszékes felvonó
+ runway_only: Kifutópálya
+ taxiway: gurulóút
apron_only: Forgalmi elÅtér
admin: Közigazgatási határ
- orchard:
- - Gyümölcsös
- - szÅlÅ
- forest:
- - ErdÅ
- - erdÅ
+ orchard_only: Gyümölcsös
+ vineyard: szÅlÅ
+ forest_only: ErdÅ
+ wood: erdÅ
farmland: MezÅgazdasági terület
- grass:
- - Fű
- - rét
+ grass_only: Fű
+ meadow: rét
bare_rock: Csupasz szikla
sand: Homok
golf: Golfpálya
park: Park
- common:
- - Füves terület
- - rét
- - kert
+ common_only: Füves terület
built_up: BeépÃtett terület
resident: Gyalogos övezet
retail: Kereskedelmi terület
industrial: Ipari terület
commercial: Kereskedelmi terület
heathland: Fenyér
- lake:
- - Tó
- - vÃztározó
+ lake_only: Tó
+ reservoir: vÃztározó
glacier: Gleccser
farm: Tanya
brownfield: Bontási terület
@@ -2281,14 +2272,12 @@ hu:
centre: Sportközpont
reserve: Természetvédelmi terület
military: Katonai terület
- school:
- - Iskola
- - egyetem
+ school_only: Iskola
+ university: egyetem
building: Fontosabb épület
station: Vasútállomás
- summit:
- - Hegycsúcs
- - magaslat
+ summit_only: Hegycsúcs
+ peak: magaslat
tunnel: Szaggatott szegély = alagút
bridge: Fekete szegély = hÃd
private: Behajtás csak engedéllyel
diff --git a/config/locales/ia.yml b/config/locales/ia.yml
index fc53d7035..ac7a08dbc 100644
--- a/config/locales/ia.yml
+++ b/config/locales/ia.yml
@@ -2338,32 +2338,24 @@ ia:
tram_only: Tram
trolleybus: Trolleybus
bus: Autobus
- cable:
- - Telepherico
- - Telesedia
- runway:
- - Pista de aeroporto
- - via de circulation pro aviones
+ cable_car: Telepherico
+ chair_lift: Telesedia
+ runway_only: Pista de aeroporto
+ taxiway: Via de circulation pro aviones
apron_only: Platteforma pro aviones
admin: Limite administrative
- orchard:
- - Verdiero
- - vinia
- forest:
- - Foreste
- - bosco
+ orchard_only: Verdiero
+ vineyard: Vinia
+ forest_only: Foreste
+ wood: Bosco
farmland: Terra agricole
- grass:
- - Herba
- - prato
+ grass_only: Herba
+ meadow: Prato
bare_rock: Rocca nude
sand: Sablo
golf: Percurso de golf
park: Parco
- common:
- - Commun
- - prato
- - jardin
+ common_only: Commun
built_up: Area edificate
resident: Area residential
retail: Zona de commercio al detalio
@@ -2371,9 +2363,8 @@ ia:
commercial: Area commercial
heathland: Landa
scrubland: Terreno de brossas
- lake:
- - Laco
- - bassino
+ lake_only: Laco
+ reservoir: Reservoir
intermittent_water: Massa de aqua intermittente
glacier: Glaciero
reef: Scolio
@@ -2386,15 +2377,13 @@ ia:
centre: Centro de sport
reserve: Reserva natural
military: Area militar
- school:
- - Schola
- - universitate
- - hospital
+ school_only: Schola
+ university: Universitate
+ hospital: Hospital
building: Edificio significante
station: Station ferroviari
- summit:
- - Summitate
- - picco
+ summit_only: Summitate
+ peak: Picco
tunnel: Bordo a lineettas = tunnel
bridge: Bordo nigre = ponte
private: Accesso private
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 47c35d933..7a6007a80 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -2291,31 +2291,24 @@ id:
footway: Jalan Setapak
rail: Rel Kereta
subway: Kereta bawah tanah
- cable:
- - Kereta Kabel
- - Kereta Gantung
- runway:
- - Landasan bandara
- - landas hubung
+ cable_car: Kereta Kabel
+ chair_lift: Kereta Gantung
+ runway_only: Landasan bandara
+ taxiway: landas hubung
apron_only: Tempat Parkir Pesawat
admin: Batas administrasi
- forest:
- - Hutan
- - Kayu
+ forest_only: Hutan
+ wood: Kayu
golf: Lapangan Golf
park: Taman
- common:
- - Umum
- - Padang rumput
- - kebun
+ common_only: Umum
resident: Area Permukiman
retail: Area pertokoan
industrial: Kawasan industri
commercial: Area komersial
heathland: Semak
- lake:
- - Danau
- - Wilayah Serapan (Reservoir)
+ lake_only: Danau
+ reservoir: Wilayah Serapan (Reservoir)
farm: Pertanian
brownfield: Lahan kosong
cemetery: Pemakaman
@@ -2324,14 +2317,12 @@ id:
centre: Pusat Olahraga
reserve: Cagar Alam
military: Kawasan militer
- school:
- - Sekolah
- - universitas
+ school_only: Sekolah
+ university: universitas
building: Bangunan Penting
station: Stasiun Kereta Api
- summit:
- - Puncak
- - puncak
+ summit_only: Puncak
+ peak: puncak
tunnel: Dashed Casing = terowongan
bridge: Black casing = jembatan
private: Akses pribadi
diff --git a/config/locales/is.yml b/config/locales/is.yml
index db69a2a28..e7a0944b1 100644
--- a/config/locales/is.yml
+++ b/config/locales/is.yml
@@ -2367,31 +2367,24 @@ is:
footway: Gönguleið
rail: Lestarteinar
subway: Neðanjarðarlest
- cable:
- - Kláflyfta
- - stólalyfta
- runway:
- - Flugbraut
- - akstursbraut
+ cable_car: Kláflyfta
+ chair_lift: stólalyfta
+ runway_only: Flugbraut
+ taxiway: akstursbraut
apron_only: Flughlað
admin: Stjórnsýslumörk
- forest:
- - Ræktaður skógur
- - Náttúrulegur skógur
+ forest_only: Ræktaður skógur
+ wood: Náttúrulegur skógur
golf: Golfvöllur
park: Almenningsgarður
- common:
- - Almenningur
- - lundur
- - garður
+ common_only: Almenningur
resident: Ãbúðasvæði
retail: Smásölusvæði
industrial: Iðnaðarsvæði
commercial: Verslunarsvæði
heathland: Heiðalönd
- lake:
- - Vatn
- - uppistöðulón
+ lake_only: Vatn
+ reservoir: uppistöðulón
farm: Bóndabær
brownfield: Nýbyggingarsvæði
cemetery: Grafreitur
@@ -2400,14 +2393,12 @@ is:
centre: Ãþróttamiðstöð
reserve: Náttúruverndarsvæði
military: Hersvæði
- school:
- - Skóli
- - Háskóli
+ school_only: Skóli
+ university: Háskóli
building: Merkisbygging
station: Lestarstöð
- summit:
- - Fjallstindur
- - tindur
+ summit_only: Fjallstindur
+ peak: tindur
tunnel: Umkringt punktalÃnum = göng
bridge: Umkringt svartri lÃnu = brú
private: Einkaaðgangur
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 0aedfe4c4..7fc44ea74 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -98,6 +98,9 @@ it:
messages:
invalid_email_address: non sembra essere un indirizzo e-mail valido
email_address_not_routable: non è instradabile
+ models:
+ user_mute:
+ is_already_muted: è già silenziato
models:
acl: Lista di controllo degli accessi
changeset: Gruppo di modifiche
@@ -324,6 +327,9 @@ it:
retain_changeset_discussions: Le discussioni su tuoi gruppi di modifiche e
i commenti inseriti su altri gruppi di modifiche, se presenti, saranno mantenute.
retain_email: Il tuo indirizzo e-mail sarà conservato.
+ recent_editing_html: Dato che hai effettuato delle modifiche di recente, al
+ momento la tua utenza non può essere eliminata. Sarà possibile farlo tra
+ %{time}.
confirm_delete: Sei sicuro?
cancel: Annulla
accounts:
@@ -1831,6 +1837,7 @@ it:
read_button: Segna come già letto
reply_button: Rispondi
destroy_button: Cancella
+ unmute_button: Sposta nella Posta in arrivo
new:
title: Invia messaggio
send_message_to_html: Spedisci un nuovo messaggio a %{name}
@@ -1852,6 +1859,11 @@ it:
no_sent_messages_html: Non ci sono ancora messaggi inviati. Perché non contatti
qualcuno di questi %{people_mapping_nearby_link}?
people_mapping_nearby: persone che mappano nelle vicinanze
+ muted:
+ title: Messaggi silenziati
+ messages:
+ one: '%{count} messaggio silenziato'
+ other: Hai %{count} messaggi silenziati
reply:
wrong_user: Hai effettuato l'accesso come '%{user}', ma il messaggio al quale
hai chiesto di rispondere non era diretto a quell'utente. Se vuoi rispondere,
@@ -1870,9 +1882,13 @@ it:
heading:
my_inbox: Posta in arrivo
my_outbox: Posta in uscita
+ muted_messages: Messaggi silenziati
mark:
as_read: Messaggio marcato come già letto
as_unread: Messaggio marcato come non letto
+ unmute:
+ notice: Il messaggio è stato spostato nella Posta in arrivo
+ error: Non è stato possibile spostare il messaggio nella Posta in arrivo.
destroy:
destroyed: Messaggio eliminato
passwords:
@@ -2137,6 +2153,10 @@ it:
Resources Canada), e della StatCan (Geography Division,
Statistics Canada).
contributors_ca_canada: Canada
+ contributors_cz_credit_html: '%{czechia}: contiene dati dell''Amministrazione
+ statale dei rilevamenti topografici e del Catasto pubblicati con licenza
+ %{cc_licence_link}'
+ contributors_cz_czechia: Repubblica Ceca
contributors_cz_cc_licence: Licenza internazionale Creative Commons Attribuzione
4.0 (CC BY 4.0)
contributors_cz_cc_licence_url: https://creativecommons.org/licenses/by/4.0/deed.it
@@ -2370,6 +2390,7 @@ it:
primary: Strada primaria
secondary: Strada secondaria
unclassified: Strada non classificata
+ pedestrian: Percorso pedonale
track: Strada forestale o agricola
bridleway: Percorso per equitazione
cycleway: Pista ciclabile
@@ -2380,34 +2401,41 @@ it:
rail: Ferrovia
train: Treno
subway: Metropolitana
+ ferry: Traghetto
+ light_rail: Metropolitana leggera
tram_only: Tram
+ trolleybus: Filobus
bus: Autobus
- cable:
- - Funivia
- - seggiovia
- runway:
- - Pista di decollo/atterraggio
- - pista di rullaggio
+ cable_car: Funivia
+ chair_lift: Seggiovia
+ runway_only: Pista di decollo/atterraggio
+ taxiway: Pista di rullaggio
apron_only: Area di parcheggio aeroportuale
admin: Confine amministrativo
- forest:
- - Foresta
- - bosco
+ orchard_only: Frutteto
+ vineyard: Vigneto
+ forest_only: Foresta
+ wood: Bosco
+ farmland: Terreno agricolo
+ grass_only: Prato
+ meadow: Prato
+ bare_rock: Roccia nuda
+ sand: Sabbia
golf: Campo da golf
park: Parco
- common:
- - Area comune
- - prato
- - giardino
+ common_only: Area comune
resident: Zona residenziale
retail: Zona con negozi
industrial: Zona industriale
commercial: Zona di uffici
heathland: Brughiera
- lake:
- - Lago
- - riserva d'acqua
+ scrubland: Macchia
+ lake_only: Lago
+ reservoir: Riserva idrica
+ intermittent_water: Corpo idrico intermittente
glacier: Ghiacciaio
+ reef: Scogliera
+ wetland: Zona umida
farm: Azienda agricola
brownfield: Area soggetta ad interventi di ridestinazione d'uso
cemetery: Cimitero
@@ -2416,19 +2444,19 @@ it:
centre: Centro sportivo
reserve: Riserva naturale
military: Area militare
- school:
- - Scuola
- - universitÃ
+ school_only: Scuola
+ university: UniversitÃ
+ hospital: Ospedale
building: Edificio significativo
station: Stazione ferroviaria
- summit:
- - Vetta
- - picco montuoso
+ summit_only: Vetta
+ peak: Picco montuoso
tunnel: Linea tratteggiata = tunnel
bridge: Quadrettatura nera = ponte
private: Accesso privato
destination: Servitù di passaggio
construction: Strade in costruzione
+ bus_stop: Fermata dell'autobus
stop: Fermata
bicycle_shop: Negozio di biciclette
bicycle_parking: Parcheggio per biciclette
@@ -2475,6 +2503,7 @@ it:
imports: Importazioni
automated_edits: Contributi automatici
start_mapping: Inizia a mappare
+ continue_authorization: Continua l'autorizzazione
add_a_note:
title: Non hai tempo per editare? Aggiungi una nota!
para_1: Se vuoi fare solo una piccola correzione, ma non hai abbastanza tempo
@@ -2642,6 +2671,7 @@ it:
oauth1_settings: Impostazioni OAuth
oauth2_applications: Applicazioni OAuth 2
oauth2_authorizations: Autorizzazioni OAuth 2
+ muted_users: Utenti silenziati
oauth:
authorize:
title: Autorizzare l'accesso al tuo account
@@ -2851,6 +2881,8 @@ it:
my_dashboard: La mia dashboard
blocks on me: Blocchi su di me
blocks by me: Blocchi applicati da me
+ create_mute: Silenzia questo utente
+ destroy_mute: Non silenziare più questo utente
edit_profile: Modifica profilo
send message: Invia messaggio
diary: Diario
@@ -3051,11 +3083,29 @@ it:
previous: « Precedente
user_mutes:
index:
+ title: Utenti silenziati
+ my_muted_users: I miei utenti silenziati
+ you_have_muted_n_users:
+ one: Hai silenziato %{count} utente
+ other: Hai silenziato %{count} utenti
+ user_mute_explainer: I messaggi degli utenti silenziati vengono spostati in
+ una Posta in arrivo separata e non riceverai le notifiche via e-mail.
+ user_mute_admins_and_moderators: Puoi silenziare amministratori e moderatori
+ ma i loro messaggi non saranno silenziati.
table:
thead:
+ muted_user: Utente silenziato
actions: Azioni
tbody:
+ unmute: Non silenziare
send_message: Invia messaggio
+ create:
+ notice: Hai silenziato %{name}.
+ error: Non è stato possibile silenziare %{name}. %{full_message}.
+ destroy:
+ notice: Non rimosso %{name} dagli utenti silenziati.
+ error: Non è stato possibile rimuovere dagli utenti silenziati. Riprova più
+ tardi.
notes:
index:
title: Note inserite o commentate da %{user}
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index d3b98fc12..d6fc4c62b 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -2025,31 +2025,24 @@ ja:
footway: æ©é
rail: éé
subway: å°ä¸é
- cable:
- - 交走å¼ãã¼ãã¦ã§ã¤
- - ãã§ã¢ãªãã
- runway:
- - 空港æ»èµ°è·¯
- - 空港èªå°è·¯
+ cable_car: 交走å¼ãã¼ãã¦ã§ã¤
+ chair_lift: ãã§ã¢ãªãã
+ runway_only: 空港æ»èµ°è·¯
+ taxiway: 空港èªå°è·¯
apron_only: 空港ãã«
admin: è¡æ¿å¢ç
- forest:
- - 森
- - 森æ
+ forest_only: 森
+ wood: 森æ
golf: ã´ã«ãå ´
park: å
Œ
- common:
- - å
±æå°
- - ç§èå°
- - åºå
+ common_only: å
±æå°
resident: ä½å®
å°
retail: å°å£²æ¥å°å
industrial: å·¥æ¥å°å
commercial: ãªãã£ã¹å°å
heathland: èå°
- lake:
- - æ¹
- - æºæ±
+ lake_only: æ¹
+ reservoir: æºæ±
farm: è¾²ç§å ´
brownfield: è¤è²å°
cemetery: å¢å°
@@ -2058,14 +2051,12 @@ ja:
centre: ã¹ãã¼ãã»ã³ã¿ã¼
reserve: èªç¶ä¿è·åº
military: è»ç¨å°å
- school:
- - 妿 ¡
- - 大å¦
+ school_only: 妿 ¡
+ university: 大å¦
building: éè¦å»ºé ç©
station: ééé§
- summit:
- - å±±è
- - å±±é
+ summit_only: å±±è
+ peak: å±±é
tunnel: ç¹ç·ã®æ = ãã³ãã«
bridge: 黿 = æ©æ¢
private: ç§çéè¡
diff --git a/config/locales/ka.yml b/config/locales/ka.yml
index 3036a79d5..1ba4bd622 100644
--- a/config/locales/ka.yml
+++ b/config/locales/ka.yml
@@ -942,34 +942,28 @@ ka:
footway: á¡áá¤áá®ááááá ááá
rail: á ááááááá
subway: ááá¢á á
- cable:
- - á¡áááááá á ááá
- runway:
- - ááá áááá á¢áá¡ áá¡áá¤á áá-ááá¡áá¤á ááá áááááá
+ cable_car: á¡áááááá á ááá
+ runway_only: ááá áááá á¢áá¡ áá¡áá¤á áá-ááá¡áá¤á ááá áááááá
admin: ááááááá¡á¢á ááªáá£áá á¡ááá¦ááá á
- forest:
- - á¢á§á
- - á¢á§á
+ forest_only: á¢á§á
+ wood: á¢á§á
golf: áááá¤áá¡ ááááááá
park: ááá áá
resident: á¡ááªá®ááá ááááá á¢áá áá¢áá áá
commercial: ááááá áªáá£áá á¢áá áá¢áá áá
- lake:
- - á¢áá
- - á¬á§ááá¡ááªááá
+ lake_only: á¢áá
+ reservoir: á¬á§ááá¡ááªááá
farm: á¤áá áá
cemetery: á¡áá¡áá¤ááá
pitch: á¡ááá á¢á£áá ááááááá
centre: á¡ááá á¢á£áá áªááá¢á á
reserve: áááá á«ááá
military: á¡ááá®ááá á á¢áá áá¢áá áá
- school:
- - á¡áááá
- - á£ááááá á¡áá¢áá¢á
+ school_only: á¡áááá
+ university: á£ááááá á¡áá¢áá¢á
station: á áááááááá¡ á¡áááá£á á
- summit:
- - áá¬ááá áááá
- - áááá
+ summit_only: áá¬ááá áááá
+ peak: áááá
traces:
new:
visibility_help: áá¡ á áá¡ ááá¨áááá¡?
diff --git a/config/locales/kab.yml b/config/locales/kab.yml
index 788881c39..b82af9366 100644
--- a/config/locales/kab.yml
+++ b/config/locales/kab.yml
@@ -1120,13 +1120,10 @@ kab:
key:
table:
entry:
- forest:
- - Tiáºgi
- lake:
- - Amdun
- school:
- - AÉ£erbaz
- - Tasdawit
+ forest_only: Tiáºgi
+ lake_only: Amdun
+ school_only: AÉ£erbaz
+ university: Tasdawit
welcome:
title: Aná¹£uf!
whats_on_the_map:
diff --git a/config/locales/kk-cyrl.yml b/config/locales/kk-cyrl.yml
index 47412d377..19365c90b 100644
--- a/config/locales/kk-cyrl.yml
+++ b/config/locales/kk-cyrl.yml
@@ -974,31 +974,24 @@ kk-cyrl:
subway: ÐеÑÑо
apron_only: ÓÑежай пеÑÑонÑ
admin: ÓкÑмÑÑлÑк ÑекаÑа
- forest:
- - ÐÑман
+ forest_only: ÐÑман
golf: ÐолÑÑ Ð°Ð»Ð°Ò£Ñ
park: СаÑбаÒ
- common:
- 1: ÑабÑндÑÒ
- 2: баÒ
resident: ТұÑÒÑн аÑдан
retail: СаÑда аймаÒÑ
industrial: ӨнеÑкÓÑÑп аймаÒÑ
- lake:
- - Ðөл
+ lake_only: Ðөл
farm: ФеÑма
cemetery: ÐиÑаÑ
allotments: СаÑжайлаÑ
pitch: СпоÑÑ Ð°Ð»Ð°Ò£Ñ
centre: СпоÑÑ Ð¾ÑÑалÑÒÑ
military: ÓÑкеÑи аймаÒ
- school:
- - ÐекÑеп
- - ÑнивеÑÑиÑеÑ
+ school_only: ÐекÑеп
+ university: ÑнивеÑÑиÑеÑ
building: ÐлеÑÐ»Ñ ÒимаÑаÑ
station: ТемÑÑ Ð¶Ð¾Ð» бекеÑÑ
- summit:
- 1: ÑÑÒ£
+ peak: ÑÑÒ£
bicycle_shop: ÐелоÑипед дүкенÑ
toilets: ÐÓÑеÑÑ
ана
welcome:
diff --git a/config/locales/km.yml b/config/locales/km.yml
index a09ddc09d..70a1a6812 100644
--- a/config/locales/km.yml
+++ b/config/locales/km.yml
@@ -724,15 +724,13 @@ km:
rail: áááá¼áááá
subway: áááá¼ááááááááááá¸
admin: ááááááááááááá¶á
- forest:
- - áááááá¾â
+ forest_only: áááááá¾â
park: á§áááá¶áâ
industrial: áááááá§áááá¶á ááááâ
farm: ááá·áááá¶áâ
centre: áááááááááâáá¸á¡á¶â
- school:
- - áá¶áá¶áááâ
- - áá¶áááá·áááá¶áááâ
+ school_only: áá¶áá¶áááâ
+ university: áá¶áááá·áááá¶áááâ
station: áááá¶áá¸áááááá¼áááá
traces:
new:
diff --git a/config/locales/kn.yml b/config/locales/kn.yml
index 235f5bbd7..5e68c9f67 100644
--- a/config/locales/kn.yml
+++ b/config/locales/kn.yml
@@ -868,18 +868,15 @@ kn:
table:
entry:
main_road: ಮà³à²à³à²¯ ರಸà³à²¤à³
- forest:
- - à²
ರಣà³à²¯
+ forest_only: à²
ರಣà³à²¯
park: à²à²¦à³à²¯à²¾à²¨
resident: ವಾಸ ಮಾಡà³à²µ ಸà³à²¥à²³
- lake:
- - à²à³à²°à³
- - à²
ಣà³à²à²à³à²à³
+ lake_only: à²à³à²°à³
+ reservoir: à²
ಣà³à²à²à³à²à³
farm: à²à²à³à²à²²à³ à²à²®à³à²¨à³
cemetery: ಸà³à²®à²¾à²¶à²¾à²£
- school:
- - ಪಾಠಶಾಲà³
- - ವಿಶà³à²µà²µà²¿à²¦à³à²¯à²¾à²²à²¯
+ school_only: ಪಾಠಶಾಲà³
+ university: ವಿಶà³à²µà²µà²¿à²¦à³à²¯à²¾à²²à²¯
station: ರà³à²²à³ ನಿಲà³à²¦à²¾à²£
welcome:
title: ಸà³à²¸à³à²µà²¾à²à²¤!
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 57fcb4fc2..6d330bb20 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -2155,31 +2155,24 @@ ko:
footway: ë³´ë
rail: ì² ë
subway: ì§íì²
- cable:
- - ì¼ì´ë¸ ì¹´
- - ì²´ì´ ë¦¬íí¸
- runway:
- - ê³µí í주ë¡
- - ê³µí ì ëë¡
+ cable_car: ì¼ì´ë¸ ì¹´
+ chair_lift: ì²´ì´ ë¦¬íí¸
+ runway_only: ê³µí í주ë¡
+ taxiway: ê³µí ì ëë¡
apron_only: ê³µí ê³ë¥ì¥
admin: íì 구ì ê²½ê³
- forest:
- - ì²
- - ì°ë¦¼
+ forest_only: ì²
+ wood: ì°ë¦¼
golf: 골íì¥
park: ê³µì
- common:
- - ê³µì ì§
- - 목ì´ì§
- - ì ì
+ common_only: ê³µì ì§
resident: 주거 ì§ì
retail: ì매 ì§ì
industrial: ì°ì
ì§ì
commercial: ìì
/ê´ê³µì ì§ì
heathland: í©ë¬´ì§
- lake:
- - í¸ì
- - ì ìì§
+ lake_only: í¸ì
+ reservoir: ì ìì§
farm: ëì¥
brownfield: ì¬ê°ë°ì§ì
cemetery: ë¬ì
@@ -2188,14 +2181,12 @@ ko:
centre: ì¤í¬ì¸ ì¼í°
reserve: ìì° ë³´í¸êµ¬ì
military: êµ°ì¬ ì§ì
- school:
- - íêµ
- - ëí
+ school_only: íêµ
+ university: ëí
building: 주ì 건물
station: ì² ëì
- summit:
- - ì°ê¼ë기
- - ë´ì°ë¦¬
+ summit_only: ì°ê¼ë기
+ peak: ë´ì°ë¦¬
tunnel: ì ì í
ë리 = í°ë
bridge: ê²ì í
ë리 = ë¤ë¦¬
private: ê°ì¸ íµí
diff --git a/config/locales/ksh.yml b/config/locales/ksh.yml
index 0e78033d3..eebd7da5c 100644
--- a/config/locales/ksh.yml
+++ b/config/locales/ksh.yml
@@ -279,30 +279,24 @@ ksh:
footway: FohÃwääsch udder Päddsche
rail: Eiserbahn
subway: U-Bahn
- cable:
- - Seilbahn
- - Sässelbahn
- runway:
- - Startbahn, Landebahn
- - Rollwääsch om Fluchhaaven
+ cable_car: Seilbahn
+ chair_lift: Sässelbahn
+ runway_only: Startbahn, Landebahn
+ taxiway: Rollwääsch om Fluchhaaven
apron_only: Halldepläz om Fluchveäld
admin: Verwalldongsjränz
- forest:
- - Wald, Bösch
- - Urwald
+ forest_only: Wald, Bösch
+ wood: Urwald
golf: Jolfplaz
park: Park
- common:
- - öffentlesch Land
- - WiÃ
+ common_only: öffentlesch Land
resident: Wohnjebeet
retail: Einkaufszentrum
industrial: Industriejebeet
commercial: Jewerbejebeet
heathland: Heed
- lake:
- - See, Wejer
- - Stausee
+ lake_only: See, Wejer
+ reservoir: Stausee
farm: Buurehoff
brownfield: Industriebrachland
cemetery: Friedhoff
@@ -311,14 +305,12 @@ ksh:
centre: Schpochtzäntom
reserve: Naturschozjebeet
military: Jebeet vum KammiÃ
- school:
- - Scholl
- - Univäsität
+ school_only: Scholl
+ university: Univäsität
building: Weeschtesch Bouwärk
station: Bahnhoff
- summit:
- - Bärschspez
- - Bärschspez
+ summit_only: Bärschspez
+ peak: Bärschspez
tunnel: Rand jeschtreschelt = Tunnell
bridge: Fätte Rand = Bröck
private: Der Zohjang es prÄvaat
diff --git a/config/locales/ku-Latn.yml b/config/locales/ku-Latn.yml
index 5ceb1b972..e65fa5224 100644
--- a/config/locales/ku-Latn.yml
+++ b/config/locales/ku-Latn.yml
@@ -2110,31 +2110,24 @@ ku-Latn:
footway: Rêya peyayan
rail: Rêhesin
subway: Metro
- cable:
- - Teleferîk
- - teleferîk
- runway:
- - Pîsta balafirgehê
- - rêya balafirgehê yê çûnûhatinê
+ cable_car: Teleferîk
+ chair_lift: teleferîk
+ runway_only: Pîsta balafirgehê
+ taxiway: rêya balafirgehê yê çûnûhatinê
apron_only: Aprona balafirgehê
admin: Sînorê îdarî
- forest:
- - Daristan
- - Daristan
+ forest_only: Daristan
+ wood: Daristan
golf: Cihê golfê
park: Park
- common:
- - Erda miÅterek
- - mêrg
- - bexçe
+ common_only: Erda miÅterek
resident: Cihê îkametê
retail: Saheya Perakendeyê (Maxazayan)
industrial: Cihê endustriyê
commercial: Herêma bazirganiyê
heathland: Erdê qeraç
- lake:
- - Gol
- - mexzen
+ lake_only: Gol
+ reservoir: mexzen
farm: Cotgeh
brownfield: Erdê vala
cemetery: Gorristan
@@ -2143,14 +2136,12 @@ ku-Latn:
centre: Navenda sporê
reserve: Herêma muhefezekirî ya tebîetê
military: Qada eskerî
- school:
- - Dibistan
- - zanîngeh
+ school_only: Dibistan
+ university: zanîngeh
building: Avahiya girîng
station: Stasyona trênê
- summit:
- - Lûtke
- - lûtke
+ summit_only: Lûtke
+ peak: lûtke
tunnel: Xeta qutqutî = tûnel
bridge: Xeta reÅ = pir
private: Têketina taybet
diff --git a/config/locales/lb.yml b/config/locales/lb.yml
index 0204187c8..0d02eeb78 100644
--- a/config/locales/lb.yml
+++ b/config/locales/lb.yml
@@ -49,6 +49,11 @@ lb:
messages:
invalid_email_address: schéngt keng valabel E-Mail-Adress ze sinn
email_address_not_routable: ass net routingfäeg
+ models:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
models:
acl: Zougrëffssteierlëscht
changeset: Set vun Ãnnerungen
@@ -1706,6 +1711,7 @@ lb:
to: Un
subject: Sujet
date: Datum
+ actions: Aktiounen
message_summary:
unread_button: Als net gelies markéieren
read_button: Als gelies markéieren
@@ -1725,6 +1731,7 @@ lb:
body: Leider gëtt et kee Message mat där ID.
outbox:
title: Outbox
+ actions: Aktiounen
messages:
one: Du hues %{count} Noriicht gesent
other: Du hues %{count} Noriichte gesent
@@ -2038,34 +2045,25 @@ lb:
ferry: Fär
tram_only: Tram
bus: Bus
- cable:
- - Seelbunn
- - Sessellift
- runway:
- - Start- a Landebunn
- - Rullbunn
+ cable_car: Seelbunn
+ chair_lift: Sessellift
+ runway_only: Start- a Landebunn
+ taxiway: Rullbunn
admin: Verwaltungsgrenz
- orchard:
- - Bongert
- - Wéngert
- forest:
- - Bësch
- - Bësch
- grass:
- - Wiss
+ orchard_only: Bongert
+ vineyard: Wéngert
+ forest_only: Bësch
+ wood: Bësch
+ grass_only: Wiss
sand: Sand
golf: Golfterrain
park: Park
- common:
- - ëffentlech Gréngfläch (brit.)
- - Wiss
- - Gaart
+ common_only: ëffentlech Gréngfläch (brit.)
retail: Akaafszentrum
industrial: Industriezone
commercial: Commercëgebitt
heathland: Heed
- lake:
- - Séi
+ lake_only: Séi
glacier: Gletscher
farm: Bauerenhaff
brownfield: Broochland
@@ -2075,14 +2073,12 @@ lb:
centre: Sportszenter
reserve: Naturschutzgebitt
military: Militärgebitt
- school:
- - Schoul
- - Universitéit
- - Spidol
+ school_only: Schoul
+ university: Universitéit
+ hospital: Spidol
building: Bedeitend Gebai
station: Gare (Eisebunn)
- summit:
- - Spëtzt
+ summit_only: Spëtzt
private: Privaten Terrain
destination: Nëmme fir Leit mat Uleies
construction: Stroossen am Bau
@@ -2419,6 +2415,13 @@ lb:
showing_page: Säit %{page}
next: Nächst »
previous: « Vireg
+ user_mutes:
+ index:
+ table:
+ thead:
+ actions: Aktiounen
+ tbody:
+ send_message: Message schécken
notes:
index:
no_notes: Keng Notizen
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 906556fec..fba850f5e 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -2078,30 +2078,24 @@ lt:
footway: PÄsÄiųjų takas
rail: Geležinkelis
subway: Metropoliteno linija
- cable:
- - Lyno keltuvas
- - keltuvas
- runway:
- - Kilimo takas
- - RiedÄjimo takas
+ cable_car: Lyno keltuvas
+ chair_lift: keltuvas
+ runway_only: Kilimo takas
+ taxiway: RiedÄjimo takas
apron_only: Oro uosto lÄktuvų aikÅ¡telÄ
admin: AdministracinÄs ribos
- forest:
- - Miškas
- - Medžių teritorija
+ forest_only: Miškas
+ wood: Medžių teritorija
golf: Golfo laukas
park: Parkas
- common:
- - Bendras
- - pieva
+ common_only: Bendras
resident: Gyvenamoji zona
retail: Mažmeninis rajonas
industrial: PramoninÄ zona
commercial: Komericinis plotas
heathland: Å ilynas
- lake:
- - Ežeras
- - rezervuaras
+ lake_only: Ežeras
+ reservoir: rezervuaras
farm: Ūkis
brownfield: Apleista teritorija
cemetery: KapinÄs
@@ -2110,14 +2104,12 @@ lt:
centre: Sporto centras
reserve: Gamtos rezervatas
military: Karinis rajonas
- school:
- - Mokykla
- - universitetas
+ school_only: Mokykla
+ university: universitetas
building: Didelis pastatas
station: Geležinkelio stotis
- summit:
- - ViršūnÄ
- - VirÅ¡ukalnÄ
+ summit_only: ViršūnÄ
+ peak: VirÅ¡ukalnÄ
tunnel: Punktyriniai kraštai = tiltas
bridge: Tamsūs kraštai = tiltas
private: Privati prieiga
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index 2628d260b..32cf6cd13 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1710,31 +1710,24 @@ lv:
footway: GÄjÄju ceļš
rail: Dzelzceļš
subway: Metro
- cable:
- - Trošu ceļš
- - krÄslu pacÄlÄjs
- runway:
- - Lidostas skrejceļš
- - manevrÄÅ¡anas ceļš
+ cable_car: Trošu ceļš
+ chair_lift: krÄslu pacÄlÄjs
+ runway_only: Lidostas skrejceļš
+ taxiway: manevrÄÅ¡anas ceļš
apron_only: Lidostas rampa
admin: AdministratÄ«vÄ robeža
- forest:
- - Mežs
- - PirmatnÄjs mežs
+ forest_only: Mežs
+ wood: PirmatnÄjs mežs
golf: Golfa laukums
park: Parks
- common:
- - Koplietošanas zeme
- - Pļava
- - dÄrzs
+ common_only: Koplietošanas zeme
resident: DzÄ«vojamÄ zona
retail: Mazumtirdzniecības zona
industrial: Rūpniecības zona
commercial: Tirdzniecības zona
heathland: Tīrelis
- lake:
- - Ezeri
- - Å«denskrÄtuves
+ lake_only: Ezeri
+ reservoir: Å«denskrÄtuves
farm: Saimniecība
brownfield: Nekopta vieta
cemetery: KapsÄta
@@ -1743,14 +1736,12 @@ lv:
centre: Sporta centrs
reserve: Dabas rezervÄts
military: MilitÄrÄ zona
- school:
- - Skola
- - universitÄte
+ school_only: Skola
+ university: universitÄte
building: Äka
station: Dzelzceļa stacija
- summit:
- - Virsotne
- - smaile
+ summit_only: Virsotne
+ peak: smaile
tunnel: Tunelis
bridge: Tilts
private: PrivÄta pieeja
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index 14cab7a2d..d5da2a398 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -2343,32 +2343,24 @@ mk:
tram_only: ТÑамваÑ
trolleybus: ТÑолеÑбÑÑ
bus: ÐвÑобÑÑ
- cable:
- - ÐлÑпна жиÑниÑа
- - клÑпна жиÑниÑа
- runway:
- - ÐеÑодÑомÑка пиÑÑа
- - ÑÑлажна паÑека
+ cable_car: ÐлÑпна жиÑниÑа
+ chair_lift: ÐлÑпна жиÑниÑа
+ runway_only: ÐеÑодÑомÑка пиÑÑа
+ taxiway: Ð Ñлажна паÑека
apron_only: ÐеÑодÑомÑка плаÑÑоÑма
admin: ÐдминиÑÑÑаÑивна гÑаниÑа
- orchard:
- - ÐвоÑÑаÑник
- - лозÑе
- forest:
- - ШÑма
- - ÑÑма
+ orchard_only: ÐвоÑÑаÑник
+ vineyard: ÐозÑе
+ forest_only: ШÑма
+ wood: ШÑма
farmland: ÐемÑоделÑко земÑиÑÑе
- grass:
- - ТÑева
- - ливада
+ grass_only: ТÑева
+ meadow: Ðивада
bare_rock: Ðола каÑпа
sand: ÐеÑок
golf: ÐолÑ-ÑеÑен
park: ÐаÑк
- common:
- - ÐпÑÑеÑÑвена земÑа
- - ливада
- - гÑадина
+ common_only: ÐпÑÑеÑÑвена земÑа
built_up: ÐзгÑадено подÑаÑÑе
resident: СÑанбено подÑаÑÑе
retail: ТÑговÑко подÑаÑÑе
@@ -2376,9 +2368,8 @@ mk:
commercial: ÐомеÑÑиÑално подÑаÑÑе
heathland: ÐÑеÑиÑÑе
scrubland: ШикаÑа
- lake:
- - ÐзеÑо
- - ÑезеÑвоаÑ
+ lake_only: ÐзеÑо
+ reservoir: РезеÑвоаÑ
intermittent_water: ÐовÑемена водна повÑÑина
glacier: Ðедник
reef: ÐÑебен
@@ -2391,15 +2382,13 @@ mk:
centre: СпоÑÑÑки ÑенÑаÑ
reserve: ÐÑиÑоден ÑезеÑваÑ
military: Ðоено подÑаÑÑе
- school:
- - УÑилиÑÑе
- - ÑнивеÑзиÑеÑ
- - болниÑа
+ school_only: УÑилиÑÑе
+ university: УнивеÑзиÑеÑ
+ hospital: ÐолниÑа
building: ÐнаÑаÑно здание
station: ÐелезниÑка ÑÑаниÑа
- summit:
- - ÐÑв
- - вÑв
+ summit_only: ÐÑв
+ peak: ÐÑв
tunnel: ÐÑпÑекинаÑа линиÑа = ÑÑнел
bridge: ЦÑна линиÑа = моÑÑ
private: ÐовеÑлив пÑиÑÑап
@@ -2646,6 +2635,7 @@ mk:
read_gpx: ЧиÑаÑе на пÑиваÑни ÐÐС-ÑÑаги
write_gpx: ÐодигаÑе на ÐÐС-ÑÑаги
write_notes: ÐенÑваÑе на белеÑки
+ write_redactions: ÐÑикÑÐ¸Ñ Ð¿Ð¾Ð´Ð°ÑоÑи за каÑÑаÑа
read_email: ЧиÑаÑе на коÑиÑниÑка е-поÑÑа
skip_authorization: ÐвÑоодобÑÑваÑе на пÑилог
oauth_clients:
diff --git a/config/locales/mr.yml b/config/locales/mr.yml
index dde4c0ca6..86f0d903e 100644
--- a/config/locales/mr.yml
+++ b/config/locales/mr.yml
@@ -1172,29 +1172,23 @@ mr:
footway: पदपथ
rail: लà¥à¤¹à¤®à¤¾à¤°à¥à¤
subway: मà¥à¤à¥à¤°à¥
- cable:
- - रà¤à¥à¤à¥à¤®à¤¾à¤°à¥à¤
- - à¤à¥à¤°à¥à¤à¥ à¤à¤¦à¥à¤µà¤¾à¤¹à¤¨
- runway:
- - विमानतळ धावपà¤à¥à¤à¥
- - à¤à¥à¤à¤®à¤¾à¤°à¥à¤
+ cable_car: रà¤à¥à¤à¥à¤®à¤¾à¤°à¥à¤
+ chair_lift: à¤à¥à¤°à¥à¤à¥ à¤à¤¦à¥à¤µà¤¾à¤¹à¤¨
+ runway_only: विमानतळ धावपà¤à¥à¤à¥
+ taxiway: à¤à¥à¤à¤®à¤¾à¤°à¥à¤
apron_only: विमानतळावरà¥à¤² à¤à¤°à¤£à¤¤à¤³
admin: पà¥à¤°à¤¶à¤¾à¤¸à¤à¥à¤¯ सà¥à¤®à¤¾
- forest:
- - वन
- - à¤à¤à¤à¤²
+ forest_only: वन
+ wood: à¤à¤à¤à¤²
golf: à¤à¥à¤²à¥à¤« à¤à¥à¤°à¥à¤¸
park: à¤à¤¦à¥à¤¯à¤¾à¤¨
- common:
- - सारà¥à¤µà¤à¤¨à¤¿à¤ à¤à¤®à¥à¤¨
- - à¤à¥à¤°à¤£
+ common_only: सारà¥à¤µà¤à¤¨à¤¿à¤ à¤à¤®à¥à¤¨
resident: निवासॠà¤à¥à¤·à¥à¤¤à¥à¤°
retail: विà¤à¥à¤°à¥ à¤à¥à¤·à¥à¤¤à¥à¤°
industrial: à¤à¤¦à¥à¤¯à¥à¤à¤¿à¤ à¤à¥à¤·à¥à¤¤à¥à¤°
commercial: वाणिà¤à¥à¤¯à¤¿à¤ à¤à¥à¤·à¥à¤¤à¥à¤°
- lake:
- - तलाव
- - à¤à¤²à¤¾à¤¶à¤¯
+ lake_only: तलाव
+ reservoir: à¤à¤²à¤¾à¤¶à¤¯
farm: मळा
cemetery: दफनà¤à¥à¤®à¥
allotments: वाà¤à¤ª
@@ -1202,14 +1196,12 @@ mr:
centre: à¤à¥à¤°à¥à¤¡à¤¾à¤à¥à¤à¤¦à¥à¤°
reserve: à¤
à¤à¤¯à¤¾à¤°à¤£à¥à¤¯
military: लषà¥à¤à¤°à¥ à¤à¥à¤·à¥à¤¤à¥à¤°
- school:
- - शाळा
- - विदà¥à¤¯à¤¾à¤ªà¥à¤
+ school_only: शाळा
+ university: विदà¥à¤¯à¤¾à¤ªà¥à¤
building: महतà¥à¤µà¤ªà¥à¤°à¥à¤£ à¤à¤®à¤¾à¤°à¤¤
station: रà¥à¤²à¥à¤µà¥ सà¥à¤¥à¤¾à¤¨à¤
- summit:
- - शिà¤à¤°
- - शिà¤à¤°
+ summit_only: शिà¤à¤°
+ peak: शिà¤à¤°
tunnel: तà¥à¤à¤ à¤à¤¡ = बà¥à¤à¤¦à¤¾
bridge: à¤à¤¾à¤³à¥ à¤à¤¡ = पà¥à¤²
private: à¤à¤¾à¤à¤à¥ पà¥à¤°à¤µà¥à¤¶
diff --git a/config/locales/ms.yml b/config/locales/ms.yml
index 53ef6cc7e..925636d5e 100644
--- a/config/locales/ms.yml
+++ b/config/locales/ms.yml
@@ -1724,30 +1724,24 @@ ms:
footway: Laluan pejalan kaki
rail: Landasan keretapi
subway: Landasan bawah tanah
- cable:
- - Kereta kabel
- - lif kerusi
- runway:
- - Landasan kapal terbang
- - jalan rayap
+ cable_car: Kereta kabel
+ chair_lift: lif kerusi
+ runway_only: Landasan kapal terbang
+ taxiway: jalan rayap
apron_only: Kawasan gerak lapangan terbang
admin: Sempadan pentadbiran
- forest:
- - Hutan
- - Hutan kecil
+ forest_only: Hutan
+ wood: Hutan kecil
golf: Padang golf
park: Taman
- common:
- - Tanah awam
- - padang rumput
+ common_only: Tanah awam
resident: Kawasan perumahan
retail: Kawasan peruncitan
industrial: Kawasan perindustrian
commercial: Kawasan perdagangan
heathland: Kawasan rawa
- lake:
- - Tasik
- - takungan
+ lake_only: Tasik
+ reservoir: takungan
farm: Ladang
brownfield: Tanah terbiar
cemetery: Perkuburan
@@ -1756,14 +1750,12 @@ ms:
centre: Pusat sukan
reserve: Cagar alam
military: Kawasan tentera
- school:
- - Sekolah
- - universiti
+ school_only: Sekolah
+ university: universiti
building: Bangunan penting
station: Stesen keretapi
- summit:
- - Kemuncak
- - puncak
+ summit_only: Kemuncak
+ peak: puncak
tunnel: Kasing bertitik-titik = terowong
bridge: Kasing hitam = jambatan
private: Jalan masuk persendirian
diff --git a/config/locales/my.yml b/config/locales/my.yml
index 320227646..f02493973 100644
--- a/config/locales/my.yml
+++ b/config/locales/my.yml
@@ -689,17 +689,13 @@ my:
bridleway: áá¼ááºá¸á
á®á¸áááºá¸
cycleway: á
ááºáá®á¸áá½á¬á¸áááºá¸
rail: ááá¬á¸áááºá¸
- runway:
- - áá±áá¬ááºáá½ááºá¸áá¼á±á¸áááºá¸
- forest:
- - áá
áºáá±á¬
+ runway_only: áá±áá¬ááºáá½ááºá¸áá¼á±á¸áááºá¸
+ forest_only: áá
áºáá±á¬
park: áááºá¸áá¼á¶
- lake:
- - áá±áááº
+ lake_only: áá±áááº
cemetery: áá¯á¿ááº
- school:
- - áá»á±á¬ááºá¸
- - ááá¹áááá¯ááº
+ school_only: áá»á±á¬ááºá¸
+ university: ááá¹áááá¯ááº
station: ááá¬á¸áá°áá¬
construction: áá±á¬ááºáá±áá² áááºá¸áá»á¬á¸
toilets: á¡áááºáá¬áá»á¬á¸
diff --git a/config/locales/nb.yml b/config/locales/nb.yml
index 0ac7517f0..82e7bc734 100644
--- a/config/locales/nb.yml
+++ b/config/locales/nb.yml
@@ -1841,30 +1841,24 @@ nb:
footway: Gangvei
rail: Jernbane
subway: Undergrunnsbane
- cable:
- - Kabelvogn
- - stolheis
- runway:
- - Flystripe
- - taksebane
+ cable_car: Kabelvogn
+ chair_lift: stolheis
+ runway_only: Flystripe
+ taxiway: taksebane
apron_only: terminal
admin: Administrativ grense
- forest:
- - Skog
- - Ved
+ forest_only: Skog
+ wood: Ved
golf: Golfbane
park: Park
- common:
- - Vanlig
- - eng
+ common_only: Vanlig
resident: Boligområde
retail: Detaljsalgområde
industrial: Industriområde
commercial: Kommersielt område
heathland: Heilandskap
- lake:
- - Innsjø
- - reservoar
+ lake_only: Innsjø
+ reservoir: reservoar
farm: GÃ¥rd
brownfield: Tidligere industriområde
cemetery: Gravplass
@@ -1873,14 +1867,12 @@ nb:
centre: Sportssenter
reserve: Naturreservat
military: Militært område
- school:
- - Skole
- - universitet
+ school_only: Skole
+ university: universitet
building: Viktig bygning
station: Jernbanestasjon
- summit:
- - Topp
- - fjelltopp
+ summit_only: Topp
+ peak: fjelltopp
tunnel: Streket kant = tunnel
bridge: Sort kant = bru
private: Privat tilgang
diff --git a/config/locales/nds.yml b/config/locales/nds.yml
index 5cf4239c9..0c30d907d 100644
--- a/config/locales/nds.yml
+++ b/config/locales/nds.yml
@@ -520,30 +520,24 @@ nds:
footway: Footpadd
rail: Iesenbahn
subway: U-Bahn
- cable:
- - Kavelbahn
- - Skilift
- runway:
- - Fleger-Lannbahn
- - Fleger-Rullweg
+ cable_car: Kavelbahn
+ chair_lift: Skilift
+ runway_only: Fleger-Lannbahn
+ taxiway: Fleger-Rullweg
apron_only: Terminal
admin: Grenz
- forest:
- - Forst
- - Woold
+ forest_only: Forst
+ wood: Woold
golf: Golfplatz
park: Park
- common:
- - Wisch
- - Wisch
+ common_only: Wisch
resident: Wahnrebeed
retail: Ladenrebeed
industrial: Industrierebeed
commercial: Hannelsrebeed
heathland: Heid
- lake:
- - See
- - Stausee
+ lake_only: See
+ reservoir: Stausee
farm: Buurnhoff
brownfield: Industrie-Braakland
cemetery: Karkhoff
@@ -552,14 +546,12 @@ nds:
centre: Sportzentrum
reserve: Naturpark
military: Militärrebeed
- school:
- - School
- - Universität
+ school_only: School
+ university: Universität
building: Wichtig Bowark
station: Bahnhoff
- summit:
- - Bargtopp
- - Bargtopp
+ summit_only: Bargtopp
+ peak: Bargtopp
tunnel: Strekel-Rand = Tunnel
bridge: Fett Rand = Brügg
private: Privat Togang
diff --git a/config/locales/ne.yml b/config/locales/ne.yml
index 213f81051..64035c830 100644
--- a/config/locales/ne.yml
+++ b/config/locales/ne.yml
@@ -991,26 +991,21 @@ ne:
cycleway: साà¤à¤à¤² मारà¥à¤
rail: रà¥à¤²à¤®à¤¾à¤°à¥à¤
subway: सबवà¥
- cable:
- - à¤à¥à¤¬à¤² à¤à¤¾à¤°
- - à¤à¥à¤°à¥à¤¸à¥ लिफà¥à¤
- forest:
- - वन
- - à¤à¥à¤à¥à¤
+ cable_car: à¤à¥à¤¬à¤² à¤à¤¾à¤°
+ chair_lift: à¤à¥à¤°à¥à¤¸à¥ लिफà¥à¤
+ forest_only: वन
+ wood: à¤à¥à¤à¥à¤
golf: à¤à¤²à¥à¤« à¤à¥à¤°à¥à¤¸
park: à¤à¤¦à¥à¤¯à¤¾à¤¨
resident: à¤à¤µà¤¾à¤¸à¥à¤¯ à¤à¥à¤·à¥à¤¤à¥à¤°
- lake:
- - ताल
- - मà¥à¤¹à¤¾à¤¨
+ lake_only: ताल
+ reservoir: मà¥à¤¹à¤¾à¤¨
farm: à¤à¥à¤¤à¥
cemetery: à¤
नà¥à¤¤à¥à¤¯à¤·à¥à¤à¥ सà¥à¤¥à¤²
- school:
- - विदà¥à¤¯à¤¾à¤²à¤¯
- - विशà¥à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯
- summit:
- - शिà¤à¤°
- - शिà¤à¤°
+ school_only: विदà¥à¤¯à¤¾à¤²à¤¯
+ university: विशà¥à¤µà¤µà¤¿à¤¦à¥à¤¯à¤¾à¤²à¤¯
+ summit_only: शिà¤à¤°
+ peak: शिà¤à¤°
bicycle_shop: साà¤à¤à¤² पसल
bicycle_parking: साà¤à¤² पारà¥à¤à¤¿à¤
toilets: शà¥à¤à¤¾à¤²à¤¯
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 4f552d54b..96bc183a6 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -2411,32 +2411,24 @@ nl:
tram_only: Tram
trolleybus: Trolleybus
bus: Bus
- cable:
- - Kabelbaan
- - stoeltjeslift
- runway:
- - Start- en landingsbaan
- - taxibaan
+ cable_car: Kabelbaan
+ chair_lift: Stoeltjeslift
+ runway_only: Start- en landingsbaan
+ taxiway: Taxibaan
apron_only: Luchthavenplatform
admin: Bestuurlijke grens
- orchard:
- - Boomgaard
- - wijngaard
- forest:
- - Bos
- - bos
+ orchard_only: Boomgaard
+ vineyard: Wijngaard
+ forest_only: Bos
+ wood: Bos
farmland: Landbouwgrond
- grass:
- - Gras
- - weide
+ grass_only: Gras
+ meadow: Weide
bare_rock: Kale rots
sand: Zand
golf: Golfbaan
park: Park
- common:
- - Gemene grond
- - weide
- - tuin
+ common_only: Gemene grond
built_up: Bebouwde kom
resident: Woongebied
retail: Winkelgebied
@@ -2444,9 +2436,8 @@ nl:
commercial: Commercieel gebied
heathland: Heide
scrubland: Struikgewas
- lake:
- - Meer
- - reservoir
+ lake_only: Meer
+ reservoir: Reservoir
glacier: Gletsjer
farm: Boerderij
brownfield: Braakliggend terrein
@@ -2456,14 +2447,12 @@ nl:
centre: Sportcentrum
reserve: Natuurreservaat
military: Militair gebied
- school:
- - School
- - universiteit
+ school_only: School
+ university: Universiteit
building: Belangrijk gebouw
station: Spoorwegstation
- summit:
- - Top
- - piek
+ summit_only: Top
+ peak: Piek
tunnel: Tunnel
bridge: Brug
private: Privétoegang
@@ -3027,8 +3016,8 @@ nl:
helper:
time_future_html: Vervalt over %{time}.
until_login: Actief totdat de gebruiker zich aanmeldt.
- time_future_and_until_login_html: Eindigt in %{time} en nadat de gebruiker ingelogd
- is.
+ time_future_and_until_login_html: Eindigt in %{time} en nadat de gebruiker zich
+ heeft aangemeld.
time_past_html: '%{time} vervallen.'
block_duration:
hours:
diff --git a/config/locales/nn.yml b/config/locales/nn.yml
index 602d6996b..e625cf8e5 100644
--- a/config/locales/nn.yml
+++ b/config/locales/nn.yml
@@ -2178,30 +2178,24 @@ nn:
footway: Gangveg
rail: Jernbane
subway: Undergrunnsbane
- cable:
- - Kabelvogn
- - stolheis
- runway:
- - Flystripe
- - taksebane
+ cable_car: Kabelvogn
+ chair_lift: stolheis
+ runway_only: Flystripe
+ taxiway: taksebane
apron_only: terminal
admin: Administrativ grense
- forest:
- - Skog
- - Ved
+ forest_only: Skog
+ wood: Ved
golf: Golfbane
park: Park
- common:
- - Vanleg
- - snever
+ common_only: Vanleg
resident: Boligområde
retail: Detaljsalgområde
industrial: Industriområde
commercial: Kommersielt område
heathland: Heilandskap
- lake:
- - Innsjø
- - reservoar
+ lake_only: Innsjø
+ reservoir: reservoar
farm: Gard
brownfield: Tidlegare industriområde
cemetery: Gravplass
@@ -2210,14 +2204,12 @@ nn:
centre: Sportssenter
reserve: Naturreservat
military: Militært område
- school:
- - Skule
- - universitet
+ school_only: Skule
+ university: universitet
building: Viktig bygning
station: Jernbanestasjon
- summit:
- - Topp
- - fjelltopp
+ summit_only: Topp
+ peak: fjelltopp
tunnel: Streka kant = tunnel
bridge: Sort kant = bru
private: Privat tilgjenge
diff --git a/config/locales/nqo.yml b/config/locales/nqo.yml
index 7159f30eb..71db56f7c 100644
--- a/config/locales/nqo.yml
+++ b/config/locales/nqo.yml
@@ -1520,31 +1520,25 @@ nqo:
footway: ßß߲߬ߡß߬ßßßß
rail: ߣßß°ßßßß
subway: ßßß°ßßß߬ßßßß
- cable:
- - ßßß²ßßßßß²
- runway:
- - ßß߲ߡßßßß² ßß߬ßß߬ ßßßß
- - ߥßßßߥßßß ß« ßßßß
+ cable_car: ßßß²ßßßßß²
+ runway_only: ßß߲ߡßßßß² ßß߬ßß߬ ßßßß
+ taxiway: ߥßßßߥßßß ß« ßßßß
admin: ßßßß߲߫ ßßß²ß¬ß ß߬ßßß°ßß߬ßß
- forest:
- - ßß
- - ߦßß
- common:
- - ßß߬ß߬ߡß߬ ßߣß
+ forest_only: ßß
+ wood: ߦßß
+ common_only: ßß߬ß߬ߡß߬ ßߣß
resident: ß¡ßß°ßß߬ ßßßß
retail: ßß߬ßߦß߬ ßߣß
industrial: ßß߲߰ߦß߬ßß ßß߲߬ßßßßß²
commercial: ßßß¬ß¥ß ßß߲߬ßßßß
- lake:
- - ßßß°ßß߬ßßß
+ lake_only: ßßß°ßß߬ßßß
farm: ßß߬ßß
cemetery: ßßßßßßß
centre: ßß߬ßß߬ߡß߬ßßß ßßß²ßßß²
reserve: ßßß²ßßß² ߦßßß« ßßßßߣßß²
military: ߣß߲߬ßßß° ßßß²ßßßßß²
- school:
- - ßß߬ßß߲߬ßß
- - ßß߯ßßß
+ school_only: ßß߬ßß߲߬ßß
+ university: ßß߯ßßß
station: ߣßß°ßßßß ßß߬ßßß®
construction: ßßßß ß¡ßß² ßß ß¦ß´ß ßßß«
bicycle_shop: ߣßß°ßß߬ ßßß²ßßß²
diff --git a/config/locales/oc.yml b/config/locales/oc.yml
index b48d64d00..9b595294f 100644
--- a/config/locales/oc.yml
+++ b/config/locales/oc.yml
@@ -2026,31 +2026,24 @@ oc:
footway: Via pietonièra
rail: Via ferrada
subway: Linha de mètro
- cable:
- - Teleferic
- - telesèti
- runway:
- - Pista d'aeropòrt
- - via de circulacion d'aeropòrt
+ cable_car: Teleferic
+ chair_lift: telesèti
+ runway_only: Pista d'aeropòrt
+ taxiway: via de circulacion d'aeropòrt
apron_only: Estacionament d'avions
admin: Limit administratiu
- forest:
- - Sèuva
- - Bòsc
+ forest_only: Sèuva
+ wood: Bòsc
golf: Percors de gòlf
park: Pargue
- common:
- - Espaci comun
- - prada
- - Jardin
+ common_only: Espaci comun
resident: Zòna residenciala
retail: Zòna de comèrci
industrial: Zòna industriala
commercial: Zòna tercià ria
heathland: Landa
- lake:
- - Lac
- - Sèrva
+ lake_only: Lac
+ reservoir: Sèrva
farm: Zòna agricòla
brownfield: Zòna rasada
cemetery: Cementèri
@@ -2059,14 +2052,12 @@ oc:
centre: Centre esportiu
reserve: Resèrva naturala
military: Zòna militara
- school:
- - Escòla
- - universitat
+ school_only: Escòla
+ university: universitat
building: Bastissa significativa
station: Gara ferrovià ria
- summit:
- - Som
- - pic
+ summit_only: Som
+ peak: pic
tunnel: Bòrd en puntilhats = tunèl
bridge: Bòrd negre = pont
private: Accès privat
diff --git a/config/locales/pa.yml b/config/locales/pa.yml
index 9dc918187..8b1d9913a 100644
--- a/config/locales/pa.yml
+++ b/config/locales/pa.yml
@@ -934,43 +934,35 @@ pa:
footway: ਪà©à¨¦à¨² ਰਾਹ
rail: ਰà©à¨²à¨µà©
subway: ਸਬ-ਵà©à¨
- cable:
- - à¨à©à¨¬à¨² à¨à¨¾à¨°
- - à¨à©à¨°à¨¸à© ਲਿਫ਼à¨
- runway:
- - ਹਵਾਠà¨
ੱਡ੠ਦ੠à¨à¨¡à¨¾à¨£ ਪੱà¨à©
- - à¨à©à¨à¨¸à©à¨µà©à¨
+ cable_car: à¨à©à¨¬à¨² à¨à¨¾à¨°
+ chair_lift: à¨à©à¨°à¨¸à© ਲਿਫ਼à¨
+ runway_only: ਹਵਾਠà¨
ੱਡ੠ਦ੠à¨à¨¡à¨¾à¨£ ਪੱà¨à©
+ taxiway: à¨à©à¨à¨¸à©à¨µà©à¨
apron_only: ਹਵਾਠà¨
ੱਡ੠ਦਾ à¨à¨ªà¨°à¨¨
admin: ਪà©à¨°à¨¸à¨¼à¨¾à¨¸à¨à© ਸਰਹੱਦ
- forest:
- - à¨à©°à¨à¨²
- - à¨à©°à¨à¨²
+ forest_only: à¨à©°à¨à¨²
+ wood: à¨à©°à¨à¨²
golf: à¨à©à¨²à¨«à¨¼ ਮà©à¨¦à¨¾à¨¨
park: ਪਾਰà¨
- common:
- - ਸ਼ਾਮਲਾà¨
- - à¨à¨°à¨à¨¾à¨¹
+ common_only: ਸ਼ਾਮਲਾà¨
resident: ਰਿਹਾà¨à¨¸à¨¼à© à¨à¨²à¨¾à¨à¨¾
retail: ਪਰà¨à©à¨¨ à¨à©à¨¤à¨°
industrial: à¨à¨¦à¨¯à©à¨à¨¿à¨ à¨à©à¨¤à¨°
commercial: ਵਪਾਰਠà¨à©à¨¤à¨°
- lake:
- - à¨à©à¨²
- - à¨à©à©°à¨¡
+ lake_only: à¨à©à¨²
+ reservoir: à¨à©à©°à¨¡
farm: à¨à©à¨¤
cemetery: ਸ਼ਮਸ਼ਾਨ
pitch: à¨à©à¨¡ ਦ੠ਪਿੱà¨
centre: à¨à©à¨¡ à¨à©à¨à¨¦à¨°
reserve: à¨à©à¨¦à¨°à¨¤à© ਰੱà¨
military: ਫ਼à©à¨à© à¨à¨²à¨¾à¨à¨¾
- school:
- - ਸà¨à©à¨²
- - ਯà©à¨¨à©à¨µà¨°à¨¸à¨¿à¨à©
+ school_only: ਸà¨à©à¨²
+ university: ਯà©à¨¨à©à¨µà¨°à¨¸à¨¿à¨à©
building: ਮਹੱਤਵਪà©à¨°à¨¨ à¨à¨®à¨¾à¨°à¨¤
station: ਰà©à¨²à¨µà© ਸà¨à©à¨¸à¨¼à¨¨
- summit:
- - ਸਿà¨à¨°
- - à¨à©à¨à©
+ summit_only: ਸਿà¨à¨°
+ peak: à¨à©à¨à©
construction: à¨à¨¸à¨¾à¨°à© ਹà©à¨ ਸà©à¨à¨¾à¨
welcome:
title: à¨à© à¨à¨à¨à¨ ਨà©à©°!
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index fff042670..bbcd3b195 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -2338,31 +2338,24 @@ pl:
tram_only: Tramwaj
trolleybus: Trolejbus
bus: Autobus
- cable:
- - Kolej linowa
- - wyciÄ
g krzeseÅkowy
- runway:
- - Pas startowy
- - koÅowania
+ cable_car: Kolej linowa
+ chair_lift: wyciÄ
g krzeseÅkowy
+ runway_only: Pas startowy
+ taxiway: koÅowania
apron_only: PÅyta lotniska
admin: Granica
- forest:
- - Las
- - Drzewa
+ forest_only: Las
+ wood: Drzewa
golf: Pole golfowe
park: Park
- common:
- - Pole
- - ÅÄ
ka
- - ogród
+ common_only: Pole
resident: Teren mieszkalny
retail: Zabudowa handlowo-usÅugowa
industrial: Teren przemysÅowy
commercial: Teren komercyjny
heathland: Wrzosowisko
- lake:
- - Jezioro
- - zbiornik
+ lake_only: Jezioro
+ reservoir: zbiornik
glacier: Lodowiec
farm: Gospodarstwo rolne
brownfield: Teren powyburzeniowy
@@ -2372,14 +2365,12 @@ pl:
centre: Centrum sportowe
reserve: Rezerwat przyrody
military: Teren wojskowy
- school:
- - SzkoÅa
- - uniwersytet
+ school_only: SzkoÅa
+ university: uniwersytet
building: Ważny budynek
station: Stacja kolejowa
- summit:
- - Góra
- - szczyt
+ summit_only: Góra
+ peak: szczyt
tunnel: Kreskowany obrys â tunel
bridge: Czarny obrys â most
private: DostÄp za zezwoleniem
diff --git a/config/locales/pnb.yml b/config/locales/pnb.yml
index d62471ae5..6563e0965 100644
--- a/config/locales/pnb.yml
+++ b/config/locales/pnb.yml
@@ -1657,31 +1657,24 @@ pnb:
footway: ÙÙØªâÙÛ
rail: رÛÙÙÛ
subway: سبÙÛ
- cable:
- - Ú©ÛØ¨Ù کار
- - Ú©ÙØ±Ø³Û ÙÙÙÙ¹
- runway:
- - ÛÙØ§Ø¦Û اÚÛ Ø§ÙÚØ§Ý¨ پٹÛ
- - Ù¹ÛکسÛâÙÛ
+ cable_car: Ú©ÛØ¨Ù کار
+ chair_lift: Ú©ÙØ±Ø³Û ÙÙÙÙ¹
+ runway_only: ÛÙØ§Ø¦Û اÚÛ Ø§ÙÚØ§Ý¨ پٹÛ
+ taxiway: Ù¹ÛکسÛâÙÛ
apron_only: ÛÙØ§Ø¦Û اÚÛ Ø¯Ø§ اÛپرÙ
admin: Ù¾Ø±Ø´Ø§Ø³Ú©Û Ø³Ø±ØØ¯
- forest:
- - رکھÙ
- - جÙÚ¯Ù
+ forest_only: رکھÙ
+ wood: جÙÚ¯Ù
golf: Ú¯ÙÙÙ Ù
ÙÛØ¯Ø§Ù
park: پارک
- common:
- - شاÙ
ÙØ§Ù¹
- - ÚØ±Ú¯Ø§Û
- - باغ
+ common_only: شاÙ
ÙØ§Ù¹
resident: Ø±ÛØ§Ø¦Ø´Û Ú©Ú¾ÛØªØ±
retail: پرÚÙÙ Ú©Ú¾ÛØªØ±
industrial: Ø³ÙØ§ØªÛ Ú©Ú¾ÛØªØ±
commercial: Ùپارک Ú©Ú¾ÛØªØ±
heathland: ÛÛØªÚ¾
- lake:
- - جھÛÙ
- - Ú©ÙÙÚ
+ lake_only: جھÛÙ
+ reservoir: Ú©ÙÙÚ
farm: Ú©Ú¾ÛØª
brownfield: براؤÙÙÛÙÚ
cemetery: Ø´Ù
شاÙ
@@ -1690,14 +1683,12 @@ pnb:
centre: Ú©Ú¾ÛÚ Ú©ÛÙØ¯Ø±
reserve: Ú©ÙØ¯Ø±ØªÛ رکھÙ
military: ÙÙÙØ¬Û Ú©Ú¾ÛØªØ±
- school:
- - سکÙÙ
- - ÛÙÙÛÙØ±Ø³ØªÛ
+ school_only: سکÙÙ
+ university: ÛÙÙÛÙØ±Ø³ØªÛ
building: Ù
ÛØªÙÙ¾ÙØ±Ù عÙ
ارت
station: رÛÙÙÛ Ø³Ù¹ÛØ´Ù
- summit:
- - سکھر
- - ÚÙÙ¹Û
+ summit_only: سکھر
+ peak: ÚÙÙ¹Û
tunnel: Ø³ÙØ±ÙÚ¯ (ÚÛØ´Â ÙØ§Ø¦ÛÙØ§Úº)
bridge: Ù¾ÙÙ (کاÙÛØ§ÚºÂ ÙØ§Ø¦ÛÙØ§Úº)
private: ÙÙØ¬Û ÙØ±ØªÙÚº
diff --git a/config/locales/ps.yml b/config/locales/ps.yml
index 8291fb858..457742e91 100644
--- a/config/locales/ps.yml
+++ b/config/locales/ps.yml
@@ -368,18 +368,15 @@ ps:
key:
table:
entry:
- forest:
- - ÚÙÚ¯Ù
+ forest_only: ÚÙÚ¯Ù
park: پارک
- lake:
- - ÚÙÚ
- - Ø²ÛØ±Ù
تÙÙ
+ lake_only: ÚÙÚ
+ reservoir: Ø²ÛØ±Ù
تÙÙ
farm: کرÙÙØ¯Ù
cemetery: ÙØ¯ÙرÙ
military: Ù¾ÙÚ٠سÙÙ
Ù
- school:
- - ÚÙÙÙÚÛ
- - Ù¾ÙÙÙØªÙÙ
+ school_only: ÚÙÙÙÚÛ
+ university: Ù¾ÙÙÙØªÙÙ
traces:
new:
visibility_help: دا Ú
Ù Ù
Ø§ÙØ§ ÙØ±ÙØ
diff --git a/config/locales/pt-PT.yml b/config/locales/pt-PT.yml
index ed6107fa5..883445326 100644
--- a/config/locales/pt-PT.yml
+++ b/config/locales/pt-PT.yml
@@ -81,6 +81,12 @@ pt-PT:
messages:
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:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
+ is_already_muted: já está silenciado
models:
acl: Aceder à lista de controlo
changeset: Conjunto de alterações
@@ -1809,11 +1815,13 @@ pt-PT:
to: Para
subject: Assunto
date: Data
+ actions: Ações
message_summary:
unread_button: Marcar como não lida
read_button: Marcar como lida
reply_button: Responder
destroy_button: Eliminar
+ unmute_button: Mover para caixa de entrada
new:
title: Enviar mensagem
send_message_to_html: Enviar uma nova mensagem para %{name}
@@ -1828,12 +1836,18 @@ pt-PT:
body: Lamentamos, não existe nenhuma mensagem com esse identificador (id).
outbox:
title: Caixa de saÃda
+ actions: Ações
messages:
one: Tens %{count} mensagem enviada
other: Tens %{count} mensagens enviadas
no_sent_messages_html: Ainda não tens mensagens enviadas. Porque não entras
em contacto com algumas %{people_mapping_nearby_link}?
people_mapping_nearby: pessoas que mapeiam perto de ti
+ muted:
+ title: Mensagens Silenciadas
+ messages:
+ one: '%{count} mensagem silenciada'
+ other: Tens %{count} mensagens silenciadas
reply:
wrong_user: Estás autenticado como `%{user}', mas a mensagem a que pretendes
responder não foi enviada para esse utilizador. Por favor, entra na conta
@@ -1852,9 +1866,13 @@ pt-PT:
heading:
my_inbox: Caixa de entrada
my_outbox: Caixa de saÃda
+ muted_messages: Mensagens silenciadas
mark:
as_read: Mensagem marcada como lida
as_unread: Mensagem marcada como não lida
+ unmute:
+ notice: A mensagem foi movida para a caixa de entrada
+ error: A mensagem não pôde ser movida para a caixa de entrada.
destroy:
destroyed: Mensagem eliminada
passwords:
@@ -2347,6 +2365,7 @@ pt-PT:
primary: Estrada primária
secondary: Estrada secundária
unclassified: Estrada sem classificação
+ pedestrian: Caminho pedestre
track: Estrada florestal ou agrÃcola
bridleway: Via equestre
cycleway: Ciclovia
@@ -2362,31 +2381,37 @@ pt-PT:
tram_only: Elétrico
trolleybus: Troleicarro
bus: Autocarro
- cable:
- - Teleférico
- - telecadeira
- runway:
- - Pista de aviação
- - Via de circulação
+ cable_car: Teleférico
+ chair_lift: Teleférico
+ runway_only: Pista de aviação
+ taxiway: Via de circulação
apron_only: Estacionamento de aviões
admin: Fronteira administrativa
- forest:
- - Floresta gerida
- - Bosque
+ orchard_only: Pomar
+ vineyard: Vinha
+ forest_only: Floresta gerida
+ wood: Bosque
+ farmland: Terreno agrÃcola
+ grass_only: Relva
+ meadow: Prado
+ bare_rock: Rocha exposta
+ sand: Areia
golf: Campo de golfe
park: Parque público
- common:
- - Terrenos comunitários
- - prado
- - Jardim
+ common_only: Terrenos comunitários
+ built_up: Zona edificada
resident: Ãrea residencial
retail: Ãrea de retalho
industrial: Ãrea industrial
commercial: Ãrea comercial
heathland: Charneca
- lake:
- - Lago
- - reservatório hidrográfico
+ scrubland: Matagal
+ lake_only: Lago
+ reservoir: Reservatório
+ intermittent_water: Corpo de água intermitente
+ glacier: Glaciar
+ reef: Recife
+ wetland: Zona húmida
farm: Quinta
brownfield: Baldio industrial
cemetery: Cemitério
@@ -2395,14 +2420,13 @@ pt-PT:
centre: Centro desportivo
reserve: Reserva natural
military: Ãrea militar
- school:
- - Escola
- - universidade
+ school_only: Escola
+ university: Universidade
+ hospital: Hospital
building: EdifÃcio importante
station: Estação ferroviária
- summit:
- - Cume
- - pico
+ summit_only: Cume
+ peak: Pico
tunnel: Linha tracejada = túnel
bridge: Linha cheia = ponte
private: Acesso privado
@@ -2613,6 +2637,7 @@ pt-PT:
oauth1_settings: Definições OAuth 1
oauth2_applications: Aplicações OAuth 2
oauth2_authorizations: Autorizações OAuth 2
+ muted_users: Utilizadores Silenciados
oauth:
authorize:
title: Autorizar Acesso à Tua Conta
@@ -2650,6 +2675,7 @@ pt-PT:
read_gpx: Ler rotas GPS privadas
write_gpx: Enviar rotas GPS
write_notes: Modificar notas
+ write_redactions: Rever dados do mapa
read_email: âLer e-mail de utilizador
skip_authorization: Aprovar a aplicação automaticamente
oauth_clients:
@@ -2828,6 +2854,8 @@ pt-PT:
my_dashboard: Painel de Controlo
blocks on me: Quem me bloqueou
blocks by me: Os meus bloqueios
+ create_mute: Silenciar este utilizador
+ destroy_mute: Ativar este utilizador
edit_profile: Editar Perfil
send message: Enviar mensagem
diary: Diário
@@ -3028,6 +3056,32 @@ pt-PT:
showing_page: Página %{page}
next: Seguinte »
previous: « Anterior
+ user_mutes:
+ index:
+ title: Utilizadores Silenciados
+ my_muted_users: Os meus utilizadores silenciados
+ you_have_muted_n_users:
+ one: Silenciaste %{count} utilizador
+ other: Silenciaste %{count} utilizadores
+ user_mute_explainer: As mensagens de utilizadores silenciados são movidas para
+ uma caixa de entrada separada e não receberás notificações por e-mail.
+ user_mute_admins_and_moderators: Podes silenciar administradores e moderadores,
+ mas as suas mensagens não serão silenciadas.
+ table:
+ thead:
+ muted_user: Utilizador Silenciado
+ actions: Ações
+ tbody:
+ unmute: Ativar
+ send_message: Enviar mensagem
+ create:
+ notice: Silenciaste %{name}.
+ error: |-
+ %{name} não pôde ser silenciado.
+ %{full_message}.
+ destroy:
+ notice: Ativaste %{name}.
+ error: O utilizador não pôde ser silenciado. Por favor, tenta novamente.
notes:
index:
title: Notas submetidas ou comentadas por %{user}
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 7e3d1a1e2..36ac29c48 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -7,6 +7,7 @@
# Author: BraulioBezerra
# Author: Brunomelnic
# Author: Cainamarques
+# Author: CorraleH
# Author: Crazymadlover
# Author: Cristofer Alves
# Author: Danieldegroot2
@@ -2375,31 +2376,26 @@ pt:
footway: Caminho de pedestre
rail: Ferrovia
subway: Metrô
- cable:
- - Bonde aéreo
- - telecadeira
- runway:
- - Pista de Pouso
- - pista de taxiamento
+ cable_car: Bonde aéreo
+ chair_lift: Teleférico
+ runway_only: Pista de Pouso
+ taxiway: pista de taxiamento
apron_only: Pátio de aeródromo
admin: Limite administrativo
- forest:
- - Floresta manejada
- - Bosque nativo
+ vineyard: Vinha
+ forest_only: Floresta manejada
+ wood: Bosque nativo
+ meadow: Prado
golf: Campo de golfe
park: Parque
- common:
- - Baldio comunitário
- - prado
- - Jardim
+ common_only: Baldio comunitário
resident: Ãrea residencial
retail: Ãrea de varejo
industrial: Ãrea industrial
commercial: Ãrea de negócios
heathland: Urzal
- lake:
- - Lago
- - lago artificial
+ lake_only: Lago
+ reservoir: Reservatório
farm: Lavoura
brownfield: Terreno abandonado
cemetery: Cemitério secular
@@ -2408,14 +2404,13 @@ pt:
centre: Centro/clube esportivo
reserve: Reserva ambiental
military: Ãrea militar
- school:
- - Escola
- - universidade
+ school_only: Escola
+ university: universidade
+ hospital: Hospital
building: EdifÃcio importante
station: Estação ferroviária
- summit:
- - Cume
- - cume
+ summit_only: Cume
+ peak: cume
tunnel: Túnel (contorno tracejado)
bridge: Ponte/viaduto (contorno contÃnuo)
private: Acesso restrito
@@ -2660,6 +2655,7 @@ pt:
read_gpx: Ler rotas GPS privadas
write_gpx: Enviar rotas GPS
write_notes: Modificar notas
+ write_redactions: Rever dados do mapa
read_email: Ler o endereço de e-mail do usuário
skip_authorization: Aplicação de aprovação automática
oauth_clients:
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index 487a3b5ba..aedbac347 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -2359,31 +2359,24 @@ ro:
footway: Trotuar
rail: Cale feratÄ
subway: StaÈie de metrou
- cable:
- - TelecabinÄ
- - Telescaun
- runway:
- - PistÄ de Aeroport
- - taxiway
+ cable_car: TelecabinÄ
+ chair_lift: Telescaun
+ runway_only: PistÄ de Aeroport
+ taxiway: taxiway
apron_only: AeronavÄ
admin: GraniÈÄ administrativÄ
- forest:
- - PÄdure
- - Lemn
+ forest_only: PÄdure
+ wood: Lemn
golf: Teren de golf
park: Parc
- common:
- - Comun
- - luncÄ
- - grÄdinÄ
+ common_only: Comun
resident: ZonÄ rezidenÈialÄ
retail: SpaÈiul de retail
industrial: ZonÄ industrialÄ
commercial: ZonÄ comercialÄ
heathland: LandÄ
- lake:
- - Lac
- - Rezervor
+ lake_only: Lac
+ reservoir: Rezervor
farm: FermÄ
brownfield: Terenuri industriale dezafectate
cemetery: Cimitir
@@ -2392,14 +2385,12 @@ ro:
centre: Centru de sport
reserve: RezervaÈie naturalÄ
military: ZonÄ militarÄ
- school:
- - ÈcoalÄ
- - Universitate
+ school_only: ÈcoalÄ
+ university: Universitate
building: ClÄdire importantÄ
station: GarÄ
- summit:
- - Vârf de munte
- - Vârf
+ summit_only: Vârf de munte
+ peak: Vârf
tunnel: Dashed casing = tunel
bridge: Black casing = pod
private: Acces privat
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 82a8c0db1..0ba248a41 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1830,6 +1830,7 @@ ru:
to: ÐомÑ
subject: Тема
date: ÐаÑа
+ actions: ÐейÑÑвиÑ
message_summary:
unread_button: ÐомеÑиÑÑ ÐºÐ°Ðº непÑоÑиÑанное
read_button: ÐомеÑиÑÑ ÐºÐ°Ðº пÑоÑиÑанное
@@ -1855,6 +1856,7 @@ ru:
ÐзвиниÑе, но ÑообÑÐµÐ½Ð¸Ñ Ñ Ñаким ID неÑ.
outbox:
title: ÐÑÑ
одÑÑие
+ actions: ÐейÑÑвиÑ
messages:
few: У Ð²Ð°Ñ %{count} оÑпÑавленнÑÑ
ÑообÑениÑ
many: У Ð²Ð°Ñ %{count} оÑпÑавленнÑÑ
ÑообÑений
@@ -2316,39 +2318,30 @@ ru:
tram_only: ТÑамвай
trolleybus: ТÑоллейбÑÑ
bus: ÐвÑобÑÑ
- cable:
- - ÐанаÑÐ½Ð°Ñ Ð´Ð¾Ñога
- - кÑеÑелÑнÑй подÑÑмник
- runway:
- - ÐзлÑÑно-поÑадоÑÐ½Ð°Ñ Ð¿Ð¾Ð»Ð¾Ñа аÑÑопоÑÑа
- - ÑÑлÑÐ¶Ð½Ð°Ñ Ð´Ð¾Ñожка
+ cable_car: ÐанаÑÐ½Ð°Ñ Ð´Ð¾Ñога
+ chair_lift: кÑеÑелÑнÑй подÑÑмник
+ runway_only: ÐзлÑÑно-поÑадоÑÐ½Ð°Ñ Ð¿Ð¾Ð»Ð¾Ñа аÑÑопоÑÑа
+ taxiway: ÑÑлÑÐ¶Ð½Ð°Ñ Ð´Ð¾Ñожка
apron_only: ÐеÑÑон аÑÑодÑома
admin: ÐдминиÑÑÑаÑÐ¸Ð²Ð½Ð°Ñ Ð³ÑаниÑа
- orchard:
- - ФÑÑкÑовÑй Ñад
- - виногÑадник
- forest:
- - ÐеÑ
- - РоÑа
+ orchard_only: ФÑÑкÑовÑй Ñад
+ vineyard: ÐиногÑадник
+ forest_only: ÐеÑ
+ wood: РоÑа
farmland: СелÑÑ
озÑгодÑÑ
- grass:
- - ТÑава
- - лÑг
+ grass_only: ТÑава
+ meadow: ÐÑг
golf: ÐлоÑадка Ð´Ð»Ñ Ð³Ð¾Ð»ÑÑа
park: ÐаÑк
- common:
- - ÐбÑеÑÑÐ²ÐµÐ½Ð½Ð°Ñ Ð·ÐµÐ¼Ð»Ñ
- - лÑг
- - Ñад
+ common_only: ÐбÑеÑÑÐ²ÐµÐ½Ð½Ð°Ñ Ð·ÐµÐ¼Ð»Ñ
built_up: ÐлоÑÐ°Ð´Ñ Ð·Ð°ÑÑÑойки
resident: Ðилой Ñайон
retail: ТоÑговÑй Ñайон
industrial: ÐÑомÑÑленнÑй Ñайон
commercial: ÐоммеÑÑеÑкий Ñайон
heathland: ÐеÑеÑÐºÐ¾Ð²Ð°Ñ Ð¿ÑÑÑоÑÑ
- lake:
- - ÐзеÑо
- - водоÑ
ÑанилиÑе
+ lake_only: ÐзеÑо
+ reservoir: ÐодоÑ
ÑанилиÑе
glacier: Ðедник
farm: ФеÑма
brownfield: РаÑÑиÑÑка под заÑÑÑойкÑ
@@ -2358,15 +2351,13 @@ ru:
centre: СпоÑÑивнÑй ÑенÑÑ
reserve: Ðаповедник
military: ÐÐ¾ÐµÐ½Ð½Ð°Ñ ÑеÑÑиÑоÑиÑ
- school:
- - Школа
- - ÑнивеÑÑиÑеÑ
- - болÑниÑа
+ school_only: Школа
+ university: УнивеÑÑиÑеÑ
+ hospital: ÐолÑниÑа
building: ÐнаÑиÑелÑное здание
station: ÐелезнодоÑÐ¾Ð¶Ð½Ð°Ñ ÑÑанÑиÑ
- summit:
- - ÐеÑÑина
- - пик
+ summit_only: ÐеÑÑина
+ peak: ÐеÑÑина гоÑÑ
tunnel: ТÑÐ½Ð½ÐµÐ»Ñ (пÑнкÑиÑ)
bridge: ÐоÑÑ (жиÑÐ½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ)
private: ЧаÑÑнÑй доÑÑÑп
@@ -2990,6 +2981,13 @@ ru:
showing_page: СÑÑаниÑа %{page}
next: СледÑÑÑÐ°Ñ â
previous: â ÐÑедÑдÑÑаÑ
+ user_mutes:
+ index:
+ table:
+ thead:
+ actions: ÐейÑÑвиÑ
+ tbody:
+ send_message: ÐÑпÑавиÑÑ ÑообÑение
notes:
index:
title: ÐамеÑки, ÑозданнÑе или пÑокомменÑиÑованнÑй ÑÑаÑÑником %{user}
diff --git a/config/locales/sat.yml b/config/locales/sat.yml
index 89835b0ab..a37e7b87b 100644
--- a/config/locales/sat.yml
+++ b/config/locales/sat.yml
@@ -583,12 +583,10 @@ sat:
table:
entry:
footway: á±á±á±²á±á±¢á±¦á±á±¨
- forest:
- - ᱵᱤᱨ
- - á± á±á±´á±·
+ forest_only: ᱵᱤᱨ
+ wood: á± á±á±´á±·
park: á±µá±á±á±á±±
- school:
- - ᱤá±á±©á±± á±á±¥á±²á±
+ school_only: ᱤá±á±©á±± á±á±¥á±²á±
bicycle_shop: á±¥á±á±á± ᱤᱠᱫᱩᱠá±á±¹á±±
bicycle_parking: á±¥á±á±á± ᱤᱠᱯá±á±¨á± ᱤá±
toilets: á±´á±á±á±á±®á±´á± á±
diff --git a/config/locales/sc.yml b/config/locales/sc.yml
index f127b9bf0..17c5f2b40 100644
--- a/config/locales/sc.yml
+++ b/config/locales/sc.yml
@@ -2361,31 +2361,24 @@ sc:
footway: Caminu pro pedones
rail: Ferrovia
subway: Metropolitana
- cable:
- - Funivia
- - ascensore carrotzina
- runway:
- - Pista de aeroportu
- - carrera de furriada
+ cable_car: Funivia
+ chair_lift: ascensore carrotzina
+ runway_only: Pista de aeroportu
+ taxiway: carrera de furriada
apron_only: Ãrea de parchègiu de sos aèreos
admin: LÃ cana amministrativa
- forest:
- - Litu
- - Buscu
+ forest_only: Litu
+ wood: Buscu
golf: Campu de golf
park: Parcu
- common:
- - Comunu
- - pradu
- - giardinu
+ common_only: Comunu
resident: Ãrea de residèntzia
retail: Ãrea cummertziale
industrial: Ãrea industriale
commercial: Ãrea cummertziale
heathland: Istruvina
- lake:
- - Lagu
- - riserva de abba
+ lake_only: Lagu
+ reservoir: riserva de abba
farm: Fatoria
brownfield: Terrinu industriale abbandonadu
cemetery: Campusantu
@@ -2394,14 +2387,12 @@ sc:
centre: Tzentru isportivu
reserve: Reserva naturale
military: Zona militare
- school:
- - Iscola
- - universidade
+ school_only: Iscola
+ university: universidade
building: Edifìtziu significativu
station: Istatzione ferrovià ria
- summit:
- - Cùcuru de monte
- - cùcuru
+ summit_only: Cùcuru de monte
+ peak: cùcuru
tunnel: Lìnia trategiada = galleria
bridge: Oros nieddos = ponte
private: Atzessu privadu
diff --git a/config/locales/scn.yml b/config/locales/scn.yml
index f8b75d1ef..735573c2f 100644
--- a/config/locales/scn.yml
+++ b/config/locales/scn.yml
@@ -1516,30 +1516,24 @@ scn:
footway: Caminu pidunali
rail: Ferruvìa
subway: Mitrupulitana
- cable:
- - Funivìa
- - seggiuvìa
- runway:
- - Pista dâattirraggiu
- - pista di rullaggiu
+ cable_car: Funivìa
+ chair_lift: seggiuvìa
+ runway_only: Pista dâattirraggiu
+ taxiway: pista di rullaggiu
apron_only: Ãria di parcheggiu ariupurtuali
admin: Cunfini amministrativu
- forest:
- - Furesta
- - Voscu
+ forest_only: Furesta
+ wood: Voscu
golf: Campu di golf
park: Villa
- common:
- - Cumuni
- - Pratu
+ common_only: Cumuni
resident: Zona risidinziali
retail: Zona di nigozzî
industrial: Zona nnustriali
commercial: Zona cummirciali
heathland: Brughiera
- lake:
- - Lacu
- - lacu artificiali
+ lake_only: Lacu
+ reservoir: lacu artificiali
farm: Massarìa
brownfield: Zona di bunìfica
cemetery: Cimiteru
@@ -1548,14 +1542,12 @@ scn:
centre: Centru spurtivu
reserve: Riserva naturali
military: Zona militari
- school:
- - Scola
- - univirsitÃ
+ school_only: Scola
+ university: univirsitÃ
building: Edificiu mpurtanti
station: Stazzioni dâ ferruvìa
- summit:
- - Muntagna
- - Muntagna
+ summit_only: Muntagna
+ peak: Muntagna
tunnel: Cuntornu trattiatu = jallarìa
bridge: Cuntornu niurittu = ponti
private: Accessu privatu
diff --git a/config/locales/sco.yml b/config/locales/sco.yml
index a3b2fda1e..fc7e1ed53 100644
--- a/config/locales/sco.yml
+++ b/config/locales/sco.yml
@@ -916,21 +916,18 @@ sco:
key:
table:
entry:
- forest:
- 1: Wid
+ wood: Wid
golf: Gowf coorse
park: Pairk
resident: Residential aurie
retail: Retail aurie
industrial: Industrial aurie
commercial: Commercial aurie
- lake:
- - Loch
+ lake_only: Loch
farm: Ferm
military: Militar aurie
- school:
- - Schuil
- - varsity
+ school_only: Schuil
+ university: varsity
building: Signeeficant biggin
welcome:
title: Walcome!
diff --git a/config/locales/sh.yml b/config/locales/sh.yml
index fe97e855a..1e6d91e3d 100644
--- a/config/locales/sh.yml
+++ b/config/locales/sh.yml
@@ -729,30 +729,24 @@ sh:
footway: PjeÅ¡aÄka staza
rail: Željeznica
subway: Podzemna željeznica
- cable:
- - Kabinska žiÄara
- - sedežnica
- runway:
- - Aerodromska pista
- - rulna staza
+ cable_car: Kabinska žiÄara
+ chair_lift: sedežnica
+ runway_only: Aerodromska pista
+ taxiway: rulna staza
apron_only: Parking za avione
admin: Administrativna granica
- forest:
- - Å uma
- - Šume (prirodne, neodržavane)
+ forest_only: Å uma
+ wood: Šume (prirodne, neodržavane)
golf: Golf teren
park: Park
- common:
- - Travnjaci
- - livada
+ common_only: Travnjaci
resident: Stambeno podruÄje
retail: Maloprodajno podruÄje
industrial: Industrijsko podruÄje
commercial: Poslovno podruÄje
heathland: Vriština
- lake:
- - Jezero
- - rezervoar
+ lake_only: Jezero
+ reservoir: rezervoar
farm: Farma
brownfield: Gradilište
cemetery: Groblje
@@ -761,14 +755,12 @@ sh:
centre: Sportski centar
reserve: Rezervat prirode
military: Vojno podruÄje
- school:
- - Å kola
- - univerzitet
+ school_only: Å kola
+ university: univerzitet
building: ZnaÄajna zgrada
station: ŽeljezniÄka stanica
- summit:
- - Vrh
- - vrh
+ summit_only: Vrh
+ peak: vrh
welcome:
title: Dobrodošli!
introduction: DobrodoÅ¡li u OpenStreetMap â slobodnu i uredljivu kartu svijeta.
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 080d69e8d..3467431d0 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -2119,30 +2119,24 @@ sk:
footway: ChodnÃk pre peÅ¡Ãch
rail: Železnica
subway: Metro
- cable:
- - Lanovka
- - sedaÄková lanovka
- runway:
- - Letisková dráha
- - pojazdová dráha
+ cable_car: Lanovka
+ chair_lift: sedaÄková lanovka
+ runway_only: Letisková dráha
+ taxiway: pojazdová dráha
apron_only: Letisková odbavovacia plocha
admin: AdministratÃvne hranice
- forest:
- - Les (udržiavaný)
- - Les (neudržiavaný)
+ forest_only: Les (udržiavaný)
+ wood: Les (neudržiavaný)
golf: Golfové ihrisko
park: Park
- common:
- - Pastvina
- - lúka
+ common_only: Pastvina
resident: Obytná oblasť
retail: Nákupná oblasť
industrial: Priemyselná oblasť
commercial: KomerÄná oblasÅ¥
heathland: Vresovisko
- lake:
- - Jazero
- - nádrž
+ lake_only: Jazero
+ reservoir: nádrž
farm: Farma
brownfield: Zborenisko
cemetery: CintorÃn
@@ -2151,14 +2145,12 @@ sk:
centre: Športové centrum
reserve: PrÃrodná rezervácia
military: Vojenský priestor
- school:
- - Å kola
- - univerzita
+ school_only: Å kola
+ university: univerzita
building: Významná budova
station: ŽelezniÄná stanica
- summit:
- - Vrchol
- - vrchol
+ summit_only: Vrchol
+ peak: vrchol
tunnel: Äiarkovaný obrys = tunel
bridge: Äireny obrys = most
private: Súkromný prÃstup
diff --git a/config/locales/skr-arab.yml b/config/locales/skr-arab.yml
index c793e7e77..b27491ed1 100644
--- a/config/locales/skr-arab.yml
+++ b/config/locales/skr-arab.yml
@@ -1054,6 +1054,7 @@ skr-arab:
back_to_inbox: Ø§ÙØ¨Ø§Ú©Ø³ ØªÛ ÙØ§Ù¾Ø³
outbox:
title: آؤٹ باکس
+ actions: عÙ
Ù
show:
title: سÙÛÛØ§ Ù¾ÚÚ¾Ù
reply_button: Ø¬ÙØ§Ø¨
@@ -1217,36 +1218,29 @@ skr-arab:
tram_only: ٹراÙ
trolleybus: ٹراÙÛ Ø¨Ø³
bus: بس
- cable:
- - Ú©ÛØ¨Ù کار
- - ÚÛØ¦Ø± ÙÙÙ¹
- orchard:
- - بغÛÚØ§
- forest:
- - جÙÚ¯Ù
- - ÙÚ©Ú
- grass:
- - گھا
- - ÚØ±Ø§Ú¯Ø§Û
+ cable_car: Ú©ÛØ¨Ù کار
+ chair_lift: ÚÛØ¦Ø± ÙÙÙ¹
+ taxiway: Ù¹ÛÚ©Ø³Û Ø¯Ø§ راÛ
+ orchard_only: بغÛÚØ§
+ forest_only: جÙÚ¯Ù
+ wood: ÙÚ©Ú
+ grass_only: گھا
+ meadow: ÚØ±Ø§Ú¯Ø§Û
sand: Ø±ÛØª
golf: Ú¯ÙÙÙ Ù
ÙÛØ¯Ø§Ù
park: پارک
- common:
- - ÙÙÙ
- - ÚØ±Ø§Ú¯Ø§Û
- - باغ
+ common_only: ÙÙÙ
retail: پرÚÙÙ Ø¹ÙØ§ÙÛ
industrial: ØµÙØ¹ØªÛ Ø¹ÙØ§ÙÛ
commercial: Ú©Ù
Ø±Ø´Ù Ø§ÛØ±Ûا
- lake:
- - جھÛÙ
+ lake_only: جھÛÙ
glacier: Ú¯ÙÛØ´Ûئر
farm: Ú©Ú¾ÛØª
- school:
- - سکÙÙ
- - ÛÙÙÛ ÙØ±Ø³Ù¹Û
- - ÛØ³Ù¾ØªØ§Ù
+ school_only: سکÙÙ
+ university: ÛÙÙÛ ÙØ±Ø³Ù¹Û
+ hospital: ÛØ³Ù¾ØªØ§Ù
station: رÛÙÙÛ Ù¹ÛØ´Ý¨
+ peak: ÚÙÙ¹Û
bus_stop: بساں دا Ø§ÝØ§
stop: اÝÛ
welcome:
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 75e5e936c..c221c9d4b 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -2421,32 +2421,24 @@ sl:
tram_only: Tramvaj
trolleybus: Trolejbus
bus: Avtobus
- cable:
- - Nihalka
- - sedežnica
- runway:
- - Vzletno-pristajalna steza
- - povezave
+ cable_car: Nihalka
+ chair_lift: Sedežnica
+ runway_only: Vzletno-pristajalna steza
+ taxiway: Vozna steza
apron_only: LetaliÅ¡ka ploÅ¡Äad
admin: Upravna razmejitev
- orchard:
- - Sadovnjak
- - vinograd
- forest:
- - Gozd
- - gozd
+ orchard_only: Sadovnjak
+ vineyard: Vinograd
+ forest_only: Gozd
+ wood: Gozd
farmland: Kmetijsko zemljiÅ¡Äe
- grass:
- - Trava
- - travnik
+ grass_only: Trava
+ meadow: Travnik
bare_rock: Gola skala
sand: Pesek
golf: IgriÅ¡Äe za golf
park: Park
- common:
- - Travniki
- - travnik
- - vrt
+ common_only: Travniki
built_up: Pozidano obmoÄje
resident: Naselje
retail: Trgovinsko obmoÄje
@@ -2454,9 +2446,8 @@ sl:
commercial: Poslovno obmoÄje
heathland: GrmiÄevje
scrubland: GrmiÄevje
- lake:
- - Jezero
- - vodni zbiralnik
+ lake_only: Jezero
+ reservoir: Vodni zbiralnik
intermittent_water: PresihajoÄe vodno telo
glacier: Ledenik
reef: Greben
@@ -2469,15 +2460,13 @@ sl:
centre: Å portni center
reserve: Naravni rezervat
military: VojaÅ¡ko obmoÄje
- school:
- - Å ola
- - univerza
- - bolnišnica
+ school_only: Å ola
+ university: Univerza
+ hospital: Bolnišnica
building: Pomembna stavba
station: Železniška postaja
- summit:
- - Vrh
- - vrh
+ summit_only: Vrh
+ peak: Vrh
tunnel: Ärtkana obroba = predor
bridge: Krepka obroba = most
private: Zasebni dostop
@@ -2727,6 +2716,7 @@ sl:
read_gpx: Branje zasebnih sledi GPS
write_gpx: Nalaganje sledi GPS
write_notes: Spreminjanje opomb
+ write_redactions: Skrij podatke na zemljevidu
read_email: Branje uporabnikovega e-poštnega naslova
skip_authorization: Samodejna odobritev aplikacije
oauth_clients:
@@ -3071,11 +3061,11 @@ sl:
blocks_on:
title: Blokiranja uporabnika %{name}
heading_html: Seznam blokiranj uporabnika %{name}
- empty: Uporabnik/ca %{name} še ni bil/a blokiran/a.
+ empty: Uporabnik_ca %{name} še ni bil_a blokiran_a.
blocks_by:
title: Dana blokiranja uporabnika_ce %{name}
heading_html: Seznam izvedenih blokiranj uporabnika %{name}
- empty: Uporabnik/ca %{name} ni blokiral/a še nikogar.
+ empty: Uporabnik_ca %{name} ni blokiral_a še nikogar.
show:
title: '%{block_by} je blokiral uporabnika %{block_on}'
heading_html: '%{block_by} je blokiral uporabnika %{block_on}'
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 240b48c9f..b4dd43ef2 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -1182,14 +1182,12 @@ sq:
entry:
centre: Qendër sportive
military: Zonë ushtarake
- school:
- - Shkollë
- - Universitet
+ school_only: Shkollë
+ university: Universitet
building: Ndërtesë
station: Stacioni hekurudhor
- summit:
- - Samit
- - majë
+ summit_only: Samit
+ peak: majë
welcome:
title: Mirësevjen
whats_on_the_map:
diff --git a/config/locales/sr-Latn.yml b/config/locales/sr-Latn.yml
index a0cb37ae5..3125108f2 100644
--- a/config/locales/sr-Latn.yml
+++ b/config/locales/sr-Latn.yml
@@ -1032,30 +1032,24 @@ sr-Latn:
footway: PeÅ¡aÄka staza
rail: ŽelezniÄka pruga
subway: Podzemna železnica
- cable:
- - ŽiÄara
- - sedišnica
- runway:
- - Aerodromska pista
- - rulne staze
+ cable_car: ŽiÄara
+ chair_lift: sedišnica
+ runway_only: Aerodromska pista
+ taxiway: rulne staze
apron_only: Aerodromski peron
admin: Administrativna granica
- forest:
- - Å uma
- - Å uma
+ forest_only: Å uma
+ wood: Å uma
golf: Golf teren
park: Park
- common:
- - Poljana
- - livada
+ common_only: Poljana
resident: Stambeno podruÄje
retail: Maloprodajno podruÄje
industrial: Industrijsko podruÄje
commercial: Poslovno podruÄje
heathland: Pustoš
- lake:
- - Jezero
- - rezervoar
+ lake_only: Jezero
+ reservoir: rezervoar
farm: Farma
brownfield: GraÄevinsko zemljiÅ¡te
cemetery: Groblje
@@ -1064,14 +1058,12 @@ sr-Latn:
centre: Sportski centar
reserve: Rezervat prirode
military: Vojno podruÄje
- school:
- - Å kola
- - univerzitet
+ school_only: Å kola
+ university: univerzitet
building: ZnaÄajna zgrada
station: ŽelezniÄka stanica
- summit:
- - Uzvišenje
- - vrh
+ summit_only: Uzvišenje
+ peak: vrh
tunnel: Isprekidan okvir â tunel
bridge: Crni okvir â most
private: Privatni posed
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 0412f37e4..6a982b213 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1672,30 +1672,25 @@ sr:
subway: Ðодземна железниÑа
trolleybus: ТÑолеÑбÑÑ
bus: ÐÑÑобÑÑ
- cable:
- - ÐиÑаÑа
- - ÑедиÑниÑа
- runway:
- - ÐеÑодÑомÑка пиÑÑа
- - ÑÑлне ÑÑазе
+ cable_car: ÐиÑаÑа
+ chair_lift: ÑедиÑниÑа
+ runway_only: ÐеÑодÑомÑка пиÑÑа
+ taxiway: Ð Ñлна ÑÑаза
apron_only: ÐеÑодÑомÑки пеÑон
admin: ÐдминиÑÑÑаÑивна гÑаниÑа
- forest:
- - ШÑма
- - ÑÑма
+ forest_only: ШÑма
+ wood: ШÑма
+ meadow: Ðивада
golf: ÐÐ¾Ð»Ñ ÑеÑен
park: ÐаÑк
- common:
- - ÐоÑана
- - ливада
+ common_only: ÐоÑана
resident: СÑамбено подÑÑÑÑе
retail: ÐалопÑодаÑно подÑÑÑÑе
industrial: ÐндÑÑÑÑиÑÑко подÑÑÑÑе
commercial: ÐоÑловно подÑÑÑÑе
heathland: ÐÑÑÑоÑ
- lake:
- - ÐезеÑо
- - ÑезеÑвоаÑ
+ lake_only: ÐезеÑо
+ reservoir: РезеÑвоаÑ
farm: ФаÑма
brownfield: ÐÑаÑевинÑко земÑиÑÑе
cemetery: ÐÑобÑе
@@ -1704,14 +1699,13 @@ sr:
centre: СпоÑÑÑки ÑенÑаÑ
reserve: РезеÑÐ²Ð°Ñ Ð¿ÑиÑоде
military: ÐоÑно подÑÑÑÑе
- school:
- - Школа
- - ÑнивеÑзиÑеÑ
+ school_only: Школа
+ university: УнивеÑзиÑеÑ
+ hospital: ÐолниÑа
building: ÐнаÑаÑна згÑада
station: ÐелезниÑка ÑÑаниÑа
- summit:
- - УзвиÑеÑе
- - вÑÑ
+ summit_only: УзвиÑеÑе
+ peak: ÐÑÑ
tunnel: ÐÑпÑекидан Ð¾ÐºÐ²Ð¸Ñ â ÑÑнел
bridge: ЦÑни Ð¾ÐºÐ²Ð¸Ñ â моÑÑ
private: ÐÑиваÑни поÑед
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 3a49387ba..792778330 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -2323,31 +2323,24 @@ sv:
footway: Gångväg
rail: Järnväg
subway: Tunnelbana
- cable:
- - Linbana
- - stollift
- runway:
- - Landningsbana
- - taxibana
+ cable_car: Linbana
+ chair_lift: stollift
+ runway_only: Landningsbana
+ taxiway: taxibana
apron_only: Flygplatsplatta
admin: Administrativ gräns
- forest:
- - Kulturskog
- - Naturskog
+ forest_only: Kulturskog
+ wood: Naturskog
golf: Golfbana
park: Park
- common:
- - Allmänning
- - äng
- - trädgård
+ common_only: Allmänning
resident: Bostadsområde
retail: Område för Detaljhandel
industrial: Industriellt område
commercial: Kommersiellt område
heathland: Hed
- lake:
- - Sjö
- - vattenmagasin
+ lake_only: Sjö
+ reservoir: vattenmagasin
farm: Bondgård
brownfield: Förfallen industritomt
cemetery: Begravningsplats
@@ -2356,14 +2349,12 @@ sv:
centre: Idrottsanläggning
reserve: Naturreservat
military: Militärområde
- school:
- - Skola
- - universitet
+ school_only: Skola
+ university: universitet
building: Viktig byggnad
station: Järnvägsstation
- summit:
- - Höjd
- - topp
+ summit_only: Höjd
+ peak: topp
tunnel: Streckade kanter = tunnel
bridge: Svarta kanter = bro
private: Privat tillgång
diff --git a/config/locales/ta.yml b/config/locales/ta.yml
index 04d5acb8a..680773e89 100644
--- a/config/locales/ta.yml
+++ b/config/locales/ta.yml
@@ -41,7 +41,7 @@ ta:
update: பà¯à®¤à¯à®ªà¯à®ªà®¿
redaction:
create: பà®à®¿à®¤à¯à®¤à®¿à®°à¯à®¤à¯à®¤à®¤à¯à®¤à¯ à®à®°à¯à®µà®¾à®à¯à®à®µà¯à®®à¯
- update: பà®à®¿à®¤à®¿à®°à¯à®¤à¯à®¤à®¤à¯à®¤à¯à®à¯ à®à¯à®®à®¿à®à¯à®à®µà¯à®®à¯
+ update: பà®à®¿à®¤à¯à®¤à®¿à®°à¯à®¤à¯à®¤à®¤à¯à®¤à¯à®à¯ à®à¯à®®à®¿
trace:
create: பதிவà¯à®±à¯à®±à¯
update: மாறà¯à®±à®à¯à®à®³à¯ à®à¯à®®à®¿
@@ -53,6 +53,12 @@ ta:
messages:
invalid_email_address: à®à¯à®²à¯à®²à¯à®ªà®à®¿à®¯à®¾à®à¯à®®à¯ மினà¯à®©à®à¯à®à®²à¯ à®®à¯à®à®µà®°à®¿à®¯à®¾à®à®¤à¯ தà¯à®°à®¿à®¯à®µà®¿à®²à¯à®²à¯
email_address_not_routable: திà®à¯à®¤à®¿à®°à¯à®ªà¯à®ªà®à¯à®à¯à®à®¿à®¯à®¤à¯ à®
லà¯à®²
+ models:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
+ is_already_muted: à®à®±à¯à®à®©à®µà¯ à®®à¯à®©à®¿à®à¯à®à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¾à®°à¯
models:
acl: à®
னà¯à®®à®¤à®¿à®à¯ à®à®à¯à®à¯à®ªà¯à®ªà®¾à®à¯à®à¯à®ªà¯ பà®à¯à®à®¿à®¯à®²à¯
changeset: மாறà¯à®±à®à¯à®à®³à¯
@@ -83,7 +89,7 @@ ta:
tracepoint: à®à¯à®µà®à¯ பà¯à®³à¯à®³à®¿
tracetag: à®à¯à®µà®à¯ à®à®£à¯à®ªà¯à®ªà¯
user: பயனரà¯
- user_preference: பயனர௠விரà¯à®ªà¯à®ªà®¤à¯à®¤à¯à®°à¯à®µà¯
+ user_preference: பயனர௠விரà¯à®ªà¯à®ªà®®à¯
user_token: பயனர௠à®
à®à¯à®¯à®¾à®³à®®à¯
way: வழி
way_node: வழி à®®à¯à®©à¯à®¯à®®à¯
@@ -597,14 +603,16 @@ ta:
from: 'à®
னà¯à®ªà¯à®ªà¯à®¨à®°à¯:'
subject: பà¯à®°à¯à®³à¯
date: நாளà¯
+ actions: à®à¯à®¯à®²à¯à®à®³à¯
message_summary:
unread_button: வாà®à®¿à®à¯à®à®ªà¯à®ªà®à®¾à®¤à®¤à®¾à® à®à®© à®à¯à®±à®¿à®¯à®¿à®à¯
read_button: வாà®à®¿à®¤à¯à®¤à®¤à®¾à® à®à¯à®±à®¿à®¯à®¿à®à¯
reply_button: பதிலளி
destroy_button: நà¯à®à¯à®à¯
+ unmute_button: வரà¯à®®à®à¯à®à®²à¯à®à¯à®à¯ நà®à®°à¯à®¤à¯à®¤à¯
new:
- title: தà®à®µà®²à¯ à®
னà¯à®ªà¯à®ªà¯
- send_message_to_html: '%{name} à®à¯à®à¯ பà¯à®¤à®¿à®¯ தà®à®µà®²à¯ à®
னà¯à®ªà¯à®ªà¯'
+ title: தà®à®µà®²à®©à¯à®ªà¯à®ªà¯
+ send_message_to_html: '%{name} à®à®©à¯à®ªà®µà®°à¯à®à¯à®à¯ à®à®°à¯ பà¯à®¤à®¿à®¯ தà®à®µà®²à¯ à®
னà¯à®ªà¯à®ªà¯'
back_to_inbox: à®à®³à¯à®ªà¯à®à¯à®à®¿à®à¯à®à¯ திரà¯à®®à¯à®ªà®µà¯à®®à¯
create:
message_sent: à®à¯à®¯à¯à®¤à®¿ à®
னà¯à®ªà¯à®ªà®ªà¯à®ªà®à¯à®à¯à®µà®¿à®à¯à®à®¤à¯
@@ -613,13 +621,23 @@ ta:
heading: à®
பà¯à®ªà®à®¿à®¯à¯à®°à¯ தà®à®µà®²à¯ à®à®²à¯à®²à¯
outbox:
title: à®
னà¯à®ªà¯à®ªà®¿à®¯à®µà¯
+ actions: à®à¯à®¯à®²à¯à®à®³à¯
+ muted:
+ title: à®®à¯à®©à®¿à®¤à¯à®¤ தà®à®µà®²à¯à®à®³à¯
+ messages:
+ one: '%{count} à®®à¯à®©à®¿à®¤à¯à®¤ தà®à®µà®²à¯'
+ other: à®à®®à®à¯à®à¯ %{count} à®®à¯à®©à®¿à®¤à¯à®¤ தà®à®µà®²à¯à®à®³à¯ à®à®³à¯à®³à®©
show:
title: தà®à®µà®²à¯ வாà®à®¿à®à¯à®à®µà¯à®®à¯
reply_button: பதிலளி
unread_button: வாà®à®¿à®à¯à®à®ªà¯à®ªà®à®¾à®¤à®¤à®¾à® à®à¯à®±à®¿à®¯à®¿à®à¯
- destroy_button: நà¯à®à¯à®à¯à®
+ destroy_button: நà¯à®à¯à®à¯
sent_message_summary:
destroy_button: நà¯à®à¯à®à¯
+ heading:
+ muted_messages: à®®à¯à®©à®¿à®¤à¯à®¤ தà®à®µà®²à¯à®à®³à¯
+ unmute:
+ notice: தà®à®µà®²à¯ வரà¯à®®à®à¯à®à®²à¯à®à¯à®à¯ நà®à®°à¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à¯à®³à¯à®³à®¤à¯
destroy:
destroyed: தà®à®µà®²à¯ நà¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯
passwords:
@@ -671,7 +689,7 @@ ta:
export:
title: à®à®±à¯à®±à¯à®®à®¤à®¿ à®à¯à®¯à¯
licence: à®à®°à®¿à®®à®®à¯
- options: விரà¯à®ªà¯à®ªà®¤à¯ தà¯à®°à¯à®µà¯à®à®³à¯
+ options: தà¯à®°à®¿à®µà¯à®à®³à¯
format: வà®à®¿à®µà®®à¯à®ªà¯à®ªà¯
scale: à®
ளவà¯à®µà¯à®¤à®®à¯
max: à®
திà®à®ªà®à¯à®à®®à¯
@@ -683,7 +701,7 @@ ta:
search_results: தà¯à®à®²à¯ à®®à¯à®à®¿à®µà¯à®à®³à¯
close: à®®à¯à®à¯
search:
- search: தà¯à®à®²à¯
+ search: தà¯à®à¯
submit_text: à®à¯à®²à¯
key:
table:
@@ -692,28 +710,33 @@ ta:
secondary: à®à®°à®£à¯à®à®¾à®®à¯ நில௠à®à®¾à®²à¯
unclassified: வà®à¯à®ªà¯à®ªà®à¯à®¤à¯à®¤à®¾à®¤ à®à®¾à®²à¯
rail: à®à®°à®¯à®¿à®²à¯à®µà¯
- forest:
- - à®à®¾à®à¯
- - விறà®à¯
+ vineyard: திராà®à¯à®à¯à®¤à¯ தà¯à®à¯à®à®®à¯
+ forest_only: à®à®¾à®à¯
+ wood: விறà®à¯
+ farmland: பணà¯à®£à¯ நிலமà¯
+ meadow: பà¯à®²à¯à®µà¯à®³à®¿
+ bare_rock: வà¯à®±à¯à®±à¯à®ªà¯ பாறà¯
+ sand: மணலà¯
park: பà¯à®à¯à®à®¾
- common:
- - பà¯à®¤à¯à®µà®¾à®©
+ common_only: பà¯à®¤à¯à®µà®¾à®©
+ built_up: à®à®à¯à®à®à®ªà¯ பà®à¯à®¤à®¿
industrial: தà¯à®´à®¿à®±à¯à®à®¾à®²à¯ பà®à¯à®¤à®¿
commercial: வணி஠பà®à¯à®¤à®¿
- lake:
- - à®à®°à®¿
- - நà¯à®°à¯à®¤à¯à®¤à¯à®à¯à®à®®à¯
+ scrubland: பà¯à®¤à®°à¯ நிலமà¯
+ lake_only: à®à®°à®¿
+ reservoir: நà¯à®°à¯à®¨à®¿à®²à¯
+ glacier: பனிபà¯à®ªà®¾à®±à¯
+ wetland: à®à®°à®¨à®¿à®²à®®à¯
farm: பணà¯à®£à¯
centre: விளà¯à®¯à®¾à®à¯à®à¯ à®®à¯à®¯à®®à¯
military: ராணà¯à®µ பà®à¯à®¤à®¿
- school:
- - பளà¯à®³à®¿
- - பலà¯à®à®²à¯à®à¯à®à®´à®à®®à¯
+ school_only: பளà¯à®³à®¿
+ university: பலà¯à®à®²à¯à®à¯à®à®´à®à®®à¯
+ hospital: மரà¯à®¤à¯à®¤à¯à®µà®®à®©à¯
building: à®à¯à®±à®¿à®ªà¯à®ªà®¿à®à®¤à¯à®¤à®à¯à® à®à®à¯à®à®¿à®à®®à¯
station: தà¯à®à®°à¯à®µà®£à¯à®à®¿ நிலà¯à®¯à®®à¯
- summit:
- - à®à®à¯à®à®¿ மாநாà®à¯
- - à®à®¯à®°à®®à®¾à®© à®à®à®®à¯
+ summit_only: à®à®à¯à®à®¿ மாநாà®à¯
+ peak: à®à®à¯à®à®¿
private: தனியார௠à®
னà¯à®®à®¤à®¿
construction: à®à®¾à®²à¯à®à®³à®¿à®²à¯ à®à®à¯à®à¯à®®à®¾à®©à®ªà¯ பணிà®à®³à¯ நà®à®¨à¯à®¤à¯ வரà¯à®à®¿à®©à¯à®±à®©.
toilets: à®à®´à®¿à®µà®±à¯à®à®³à¯
@@ -742,7 +765,7 @@ ta:
tags: 'à®à¯à®±à®¿à®à¯à®à¯à®±à¯à®à®³à¯:'
none: à®à®¤à¯à®®à®¿à®²à¯à®²à¯
edit_trace: à®à®¨à¯à®¤ à®à¯à®µà®à¯ திரà¯à®¤à¯à®¤à¯
- delete_trace: à®à®¨à¯à®¤ à®à¯à®µà®à¯ நà¯à®à¯à®à®µà¯à®®à¯
+ delete_trace: à®à®à¯à®à¯à®à¯à®µà®à¯à®à¯ நà¯à®à¯à®à¯
trace_not_found: à®à¯à®µà®à¯ à®à®¾à®£à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯!
trace:
more: à®®à¯à®²à¯à®®à¯
@@ -755,6 +778,9 @@ ta:
in: à®à®³à¯
index:
upload_trace: à®à¯à®µà®à¯ பதிவà¯à®±à¯à®±à®µà¯à®®à¯
+ application:
+ settings_menu:
+ muted_users: à®®à¯à®©à®¿à®¤à¯à®¤ பயனரà¯à®à®³à¯
oauth_clients:
show:
edit: தà¯à®à¯à®ªà¯à®ªà¯ விவரà®à¯à®à®³à¯
@@ -777,6 +803,8 @@ ta:
my diary: à®à®©à®¤à¯ நாà®à¯à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯
my edits: à®à®©à¯ திரà¯à®¤à¯à®¤à®à¯à®à®³à¯
my settings: à®à®©à¯ à®
à®®à¯à®ªà¯à®ªà¯à®à®³à¯
+ create_mute: à®à®ªà¯à®ªà®¯à®©à®°à¯ à®®à¯à®©à®¿
+ destroy_mute: à®à®ªà¯à®ªà®¯à®©à®°à¯ à®à®à¯à®¯à®¾à®à¯à®à¯
diary: நாà®à¯à®à¯à®±à®¿à®ªà¯à®ªà¯à®à¯
edits: தà¯à®à¯à®ªà¯à®ªà¯à®à®³à¯
add as friend: நணà¯à®ªà®°à®¾à® à®à¯à®°à¯
@@ -802,7 +830,7 @@ ta:
confirm_user: à®à®¨à¯à®¤ பயனர௠à®à®±à¯à®¤à®¿à®à¯à®¯à¯
hide_user: à®à®¨à¯à®¤ பயனர௠மறà¯
unhide_user: à®à®¨à¯à®¤ பயனர௠மறà¯à®¤à¯à®¤à®¤à¯ நà¯à®à¯à®à¯
- delete_user: à®à®ªà¯à®ªà®¯à®©à®°à¯ நà¯à®à¯à®à®µà¯à®®à¯
+ delete_user: à®à®ªà¯à®ªà®¯à®©à®°à¯ நà¯à®à¯à®à¯
confirm: à®à®±à¯à®¤à®¿à®à¯à®¯à¯
index:
title: பயனரà¯à®à®³à¯
@@ -829,6 +857,25 @@ ta:
display_name: தà®à¯à®à¯à®¯à¯à®¯à®ªà¯à®ªà®à¯à® பயனரà¯
creator_name: à®à®°à¯à®µà®¾à®à¯à®à®¿à®¯à®µà®°à¯
status: நிலà¯
+ user_mutes:
+ index:
+ title: à®®à¯à®©à®¿à®¤à¯à®¤ பயனரà¯à®à®³à¯
+ my_muted_users: à®à®©à®¤à¯ à®®à¯à®©à®¿à®à¯à®à®ªà¯à®ªà®à¯à® பயனரà¯à®à®³à¯
+ you_have_muted_n_users:
+ one: நà¯à®°à¯ %{count} பயனர௠மà¯à®©à®¿à®¤à¯à®¤à¯à®³à¯à®³à¯à®°à¯
+ other: நà¯à®°à¯ %{count} பயனரà¯à®à®³à¯ à®®à¯à®©à®¿à®¤à¯à®¤à¯à®³à¯à®³à¯à®°à¯
+ table:
+ thead:
+ muted_user: à®®à¯à®©à®¿à®¤à¯à®¤ பயனரà¯
+ actions: à®à¯à®¯à®²à¯à®à®³à¯
+ tbody:
+ unmute: à®à®à¯à®¯à®¾à®à¯à®à¯
+ send_message: தà®à®µà®²à®©à¯à®ªà¯à®ªà¯
+ create:
+ notice: நà¯à®°à¯ %{name} à®à®©à¯à®ªà®µà®°à¯ à®®à¯à®©à®¿à®¤à¯à®¤à¯à®°à¯.
+ error: '%{name} à®à®©à¯à®ªà®µà®°à¯ à®®à¯à®©à®¿à®à¯à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯. %{full_message}.'
+ destroy:
+ notice: நà¯à®°à¯ %{name} à®à®©à¯à®ªà®µà®°à¯ à®à®à¯à®¯à®¾à®à¯à®à®¿à®©à¯à®°à¯.
notes:
show:
description: விளà®à¯à®à®®à¯
diff --git a/config/locales/te.yml b/config/locales/te.yml
index b3fbbda73..9fb026258 100644
--- a/config/locales/te.yml
+++ b/config/locales/te.yml
@@ -2003,29 +2003,23 @@ te:
footway: à°à°¾à°²à±à°¦à°¾à°°à°¿
rail: à°°à±à°²à±à°®à°¾à°°à±à°à°
subway: à°à°¿à°à°¦à°¾à°°à°¿
- cable:
- - à°à±à°¬à±à°²à± à°à°¾à°°à±
- - à°à±à°¯à°¿à°°à± లిఫà±à°à±
- runway:
- - విమానాశà±à°°à°¯à° à°°à°¨à±âà°µà±
- - à°à°¾à°à±à°¸à± à°µà±
+ cable_car: à°à±à°¬à±à°²à± à°à°¾à°°à±
+ chair_lift: à°à±à°¯à°¿à°°à± లిఫà±à°à±
+ runway_only: విమానాశà±à°°à°¯à° à°°à°¨à±âà°µà±
+ taxiway: à°à°¾à°à±à°¸à± à°µà±
apron_only: విమానాశà±à°°à°¯à° à°à°ªà±à°°à°¾à°¨à±
admin: పరిపాలనా సరిహదà±à°¦à±
- forest:
- - à°
డవి
- - à°à°²à°ª
+ forest_only: à°
డవి
+ wood: à°à°²à°ª
golf: à°à±à°²à±à°«à± à°à±à°°à±à°¸à±
park: పారà±à°à±
- common:
- - à°ªà°à±à°à°¿à°à°¬à°¯à°²à±
- - à°ªà°à±à°à°¿à°à°¬à°¯à°²à±
+ common_only: à°ªà°à±à°à°¿à°à°¬à°¯à°²à±
resident: నివాస à°ªà±à°°à°¾à°à°¤à°
retail: à°°à°¿à°à±à°¯à°¿à°²à± à°ªà±à°°à°¦à±à°¶à°
industrial: పారిశà±à°°à°¾à°®à°¿à° à°ªà±à°°à°¦à±à°¶à°
commercial: వాణిà°à±à°¯ à°ªà±à°°à°¦à±à°¶à°
- lake:
- - సరసà±à°¸à±
- - à°à°²à°¾à°¶à°¯à°
+ lake_only: సరసà±à°¸à±
+ reservoir: à°à°²à°¾à°¶à°¯à°
farm: à°ªà±à°²à°¾à°²à±
brownfield: à°¬à±à°°à±à°¨à±âà°«à±à°²à±à°¡à± à°¸à±à°¥à°²à°
cemetery: à°¸à±à°®à°¶à°¾à°¨à°
@@ -2033,13 +2027,11 @@ te:
centre: à°à±à°°à±à°¡à°¾ à°à±à°à°¦à±à°°à°
reserve: à°ªà±à°°à°à±à°¤à°¿ à°¸à°à°°à°à±à°·à°£ à°à±à°à°¦à±à°°à°
military: మిలిà°à°°à± à°ªà±à°°à°¦à±à°¶à°
- school:
- - పాఠశాల
- - విశà±à°µà°µà°¿à°¦à±à°¯à°¾à°²à°¯à°
+ school_only: పాఠశాల
+ university: విశà±à°µà°µà°¿à°¦à±à°¯à°¾à°²à°¯à°
building: à°ªà±à°°à°®à±à° à°à°à±à°à°¡à°®à±
station: à°°à±à°²à±à°µà± à°¸à±à°à±à°·à°¨à±
- summit:
- 1: à°¶à°¿à°à°°à°
+ peak: à°¶à°¿à°à°°à°
bridge: Black casing = à°µà°à°¤à±à°¨
construction: నిరà±à°®à°¾à°£à°à°²à± à°à°¨à±à°¨ రహదారà±à°²à±
bicycle_shop: à°¸à±à°à°¿à°²à± à°¦à±à°à°¾à°£à°
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 17399a6b3..35d9a2b0d 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1647,30 +1647,24 @@ th:
footway: à¸à¸²à¸à¹à¸à¸´à¸à¹à¸à¹à¸²
rail: à¸à¸²à¸à¸£à¸à¹à¸
subway: รà¸à¹à¸à¹à¸à¹à¸à¸´à¸
- cable:
- - รà¸à¸à¸£à¸°à¹à¸à¹à¸²
- - รà¸à¸à¸£à¸°à¹à¸à¹à¸²à¹à¸à¸¥à¸·à¸à¸¢
- runway:
- - à¸à¸²à¸à¸§à¸´à¹à¸à¸ªà¸à¸²à¸¡à¸à¸´à¸
- - à¸à¸²à¸à¸à¸±à¸à¹à¸à¸£à¸·à¹à¸à¸à¸à¸´à¸
+ cable_car: รà¸à¸à¸£à¸°à¹à¸à¹à¸²
+ chair_lift: รà¸à¸à¸£à¸°à¹à¸à¹à¸²à¹à¸à¸¥à¸·à¸à¸¢
+ runway_only: à¸à¸²à¸à¸§à¸´à¹à¸à¸ªà¸à¸²à¸¡à¸à¸´à¸
+ taxiway: à¸à¸²à¸à¸à¸±à¸à¹à¸à¸£à¸·à¹à¸à¸à¸à¸´à¸
apron_only: à¹à¸£à¸à¸à¹à¸à¸¡à¸à¸³à¸£à¸¸à¸à¹à¸à¸£à¸·à¹à¸à¸à¸à¸´à¸
admin: à¸à¸à¸à¹à¸à¸à¸à¸²à¸£à¸à¸à¸à¸£à¸à¸
- forest:
- - à¸à¹à¸²
- - à¹à¸¡à¹
+ forest_only: à¸à¹à¸²
+ wood: à¹à¸¡à¹
golf: สà¸à¸²à¸¡à¸à¸à¸¥à¹à¸
park: สวà¸
- common:
- - à¸à¸µà¹à¸ªà¹à¸§à¸à¸à¸¥à¸²à¸
- - à¸à¸¸à¹à¸à¸«à¸à¹à¸²
+ common_only: à¸à¸µà¹à¸ªà¹à¸§à¸à¸à¸¥à¸²à¸
resident: à¹à¸à¸à¸à¸µà¹à¸à¸±à¸à¸à¸²à¸¨à¸±à¸¢
retail: à¸à¸·à¹à¸à¸à¸µà¹à¸à¸²à¸à¸´à¸à¸¢à¸à¸£à¸£à¸¡
industrial: à¸à¸·à¹à¸à¸à¸µà¹à¸à¸¸à¸à¸ªà¸²à¸«à¸à¸£à¸£à¸¡
commercial: à¸à¸·à¹à¸à¸à¸µà¹à¸à¸²à¸à¸´à¸à¸¢à¸à¸£à¸£à¸¡
heathland: à¸à¸¸à¹à¸à¹à¸¡à¹à¸à¸¸à¹à¸¡
- lake:
- - à¸à¸°à¹à¸¥à¸ªà¸²à¸
- - à¸à¹à¸²à¸à¹à¸à¹à¸à¸à¹à¸³
+ lake_only: à¸à¸°à¹à¸¥à¸ªà¸²à¸
+ reservoir: à¸à¹à¸²à¸à¹à¸à¹à¸à¸à¹à¸³
farm: à¹à¸£à¹à¸à¸²
brownfield: à¸à¸·à¹à¸à¸à¸µà¹à¸à¸¸à¸à¸ªà¸²à¸«à¸à¸£à¸£à¸¡à¹à¸à¸´à¸¡
cemetery: สุสาà¸
@@ -1679,14 +1673,12 @@ th:
centre: ศูà¸à¸¢à¹à¸à¸µà¸¬à¸²
reserve: à¸à¸·à¹à¸à¸à¸µà¹à¸ªà¸à¸§à¸à¸à¸£à¸£à¸¡à¸à¸²à¸à¸´
military: à¹à¸à¸à¸à¸«à¸²à¸£
- school:
- - à¹à¸£à¸à¹à¸£à¸µà¸¢à¸
- - มหาวิà¸à¸¢à¸²à¸¥à¸±à¸¢
+ school_only: à¹à¸£à¸à¹à¸£à¸µà¸¢à¸
+ university: มหาวิà¸à¸¢à¸²à¸¥à¸±à¸¢
building: à¸à¸²à¸à¸²à¸£à¸ªà¸³à¸à¸±à¸
station: สà¸à¸²à¸à¸µà¸£à¸à¹à¸
- summit:
- - ยà¸à¸à¹à¸à¸²
- - ยà¸à¸à¹à¸à¸²
+ summit_only: ยà¸à¸à¹à¸à¸²
+ peak: ยà¸à¸à¹à¸à¸²
tunnel: à¹à¸ªà¹à¸à¸à¸£à¸° = à¸à¸¸à¹à¸¡à¸à¸à¹
bridge: à¹à¸ªà¹à¸à¸à¸¶à¸ = สะà¸à¸²à¸
private: à¸à¸·à¹à¸à¸à¸µà¹à¸ªà¹à¸§à¸à¸à¸¸à¸à¸à¸¥
diff --git a/config/locales/tl.yml b/config/locales/tl.yml
index 82a23cbfe..379c97d2b 100644
--- a/config/locales/tl.yml
+++ b/config/locales/tl.yml
@@ -1688,31 +1688,24 @@ tl:
footway: Lakaran ng tao
rail: Daambakal
subway: Daanang pang-ilalim
- cable:
- - Kotse ng kable
- - upuang inaangat
- runway:
- - Rampa ng Paliparan
- - daanan ng taksi
+ cable_car: Kotse ng kable
+ chair_lift: upuang inaangat
+ runway_only: Rampa ng Paliparan
+ taxiway: daanan ng taksi
apron_only: Tapis ng paliparan
admin: Hangganang pampangangasiwa
- forest:
- - Gubat
- - Kahoy
+ forest_only: Gubat
+ wood: Kahoy
golf: Kurso ng golp
park: Liwasan
- common:
- - Karaniwan
- - kaparangan
- - halamanan
+ common_only: Karaniwan
resident: Pook na panuluyan
retail: Lugar na tingian
industrial: Pook na pang-industriya
commercial: Pook na pangkalakalan
heathland: Lupain ng halamang erika
- lake:
- - Lawa
- - tinggalan ng tubig
+ lake_only: Lawa
+ reservoir: tinggalan ng tubig
farm: Bukid
brownfield: Pook ng kayumangging bukirin
cemetery: Libingan
@@ -1721,14 +1714,12 @@ tl:
centre: Lunduyang pampalakasan
reserve: Lupaing laan sa kalikasan
military: Pook ng militar
- school:
- - Paaralan
- - pamantasan
+ school_only: Paaralan
+ university: pamantasan
building: Makabuluhang gusali
station: Himpilan ng daambakal
- summit:
- - Taluktok
- - tugatog
+ summit_only: Taluktok
+ peak: tugatog
tunnel: Ginitlingang pambalot = lagusan
bridge: Itim na pambalot = tulay
private: Pribadong pagpunta
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index bcf4e3ebf..ab4c8538f 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -91,6 +91,12 @@ tr:
messages:
invalid_email_address: geçerli bir e-posta adresi gibi görünmüyor
email_address_not_routable: yönlendirilebilir deÄil
+ models:
+ user_mute:
+ attributes:
+ subject:
+ format: '%{message}'
+ is_already_muted: zaten sessize alındı
models:
acl: EriÅim Kontrol Listesi
changeset: DeÄiÅiklik Kaydı
@@ -1813,11 +1819,13 @@ tr:
to: Alıcı
subject: Konu
date: Tarih
+ actions: Eylemler
message_summary:
unread_button: Okunmadı olarak iÅaretle
read_button: Okundu olarak iÅaretle
reply_button: Yanıtla
destroy_button: Sil
+ unmute_button: Gelen Kutusuna TaÅı
new:
title: Mesaj gönder
send_message_to_html: '%{name} kullanıcısına yeni bir mesaj gönder'
@@ -1832,12 +1840,18 @@ tr:
body: Ãzgünüz, bu kimlik ile bir mesaj yok.
outbox:
title: Giden kutusu
+ actions: Eylemler
messages:
one: '%{count} mesaj gönderdiniz'
other: ' %{count} mesaj gönderdiniz'
no_sent_messages_html: 'Henüz kimseye mesaj göndermediniz. Yakındaki insanlarla
iletiÅime geçmeye ne dersiniz? Deneyin: %{people_mapping_nearby_link}'
people_mapping_nearby: yakın çevredeki haritacılar
+ muted:
+ title: Sessize Alınan Mesajlar
+ messages:
+ one: '%{count} sessize alınan mesaj'
+ other: '%{count} sessize alınan mesajınız var'
reply:
wrong_user: '`%{user}'' olarak oturum açtınız fakat yanıtlamasını istediÄiniz
mesaj kullanıcıya gönderilmedi. Yanıtlamak için lütfen doÄru kullanıcı olarak
@@ -1856,9 +1870,13 @@ tr:
heading:
my_inbox: Gelen kutusu
my_outbox: Giden Kutum
+ muted_messages: Sessize alınan mesajlar
mark:
as_read: Mesaj okundu olarak iÅaretlendi
as_unread: Mesaj okunmadı olarak iÅaretlendi
+ unmute:
+ notice: Mesaj, gelen kutusuna taÅındı
+ error: Mesaj, gelen kutusuna taÅınamadı.
destroy:
destroyed: Mesaj silindi
passwords:
@@ -2379,32 +2397,24 @@ tr:
tram_only: Tramvay
trolleybus: Troleybüs
bus: Otobüs
- cable:
- - Teleferik
- - gondol
- runway:
- - UçuŠpisti
- - Uçak pisti
+ cable_car: Teleferik
+ chair_lift: Telesiyej
+ runway_only: UçuŠpisti
+ taxiway: Taksi yolu
apron_only: Havaalanı apronu
admin: İdari sınırı
- orchard:
- - Meyve bahçesi
- - üzüm baÄı
- forest:
- - Orman
- - orman
+ orchard_only: Meyve bahçesi
+ vineyard: Ãzüm baÄı
+ forest_only: Orman
+ wood: Koru
farmland: Tarım arazisi
- grass:
- - Ãimen
- - çayır
+ grass_only: Ãimen
+ meadow: Ãayır
bare_rock: Ãıplak kaya
sand: Kum
golf: Golf sahası
park: Park
- common:
- - Ãimen
- - mera
- - bahçe
+ common_only: Ãimen
built_up: İnÅa alanı
resident: YerleÅim bölgesi
retail: AlıÅveriÅ merkezi
@@ -2412,9 +2422,8 @@ tr:
commercial: Ticari ve hizmet alanı
heathland: Fundalık
scrubland: Ãalılık
- lake:
- - Göl
- - rezervuar
+ lake_only: Göl
+ reservoir: Rezervuar
intermittent_water: Aralıklı su birikintisi
glacier: Buzul
reef: Resif
@@ -2427,15 +2436,13 @@ tr:
centre: Spor merkezi
reserve: DoÄa koruma alanı
military: Askeri bölge
- school:
- - Okul
- - Ãniversite
- - hastane
+ school_only: Okul
+ university: Ãniversite
+ hospital: Hastane
building: Ãnemli yapı
station: Gar
- summit:
- - Zirve
- - DaÄ
+ summit_only: Zirve
+ peak: Zirve
tunnel: çizgili kenar = tünel
bridge: Siyah kenar = köprü
private: Ãzel giriÅ
@@ -2648,6 +2655,7 @@ tr:
oauth1_settings: OAuth 1 ayarları
oauth2_applications: OAuth 2 uygulamaları
oauth2_authorizations: OAuth 2 yetkilendirmeleri
+ muted_users: Sessize Alınan Kullanıcılar
oauth:
authorize:
title: Hesabınıza eriÅimi yetkilendirin
@@ -2684,6 +2692,7 @@ tr:
read_gpx: Ãzel GPS izlerini oku
write_gpx: GPS izlerini yükle
write_notes: Notları deÄiÅtir
+ write_redactions: Harita verilerini düzelt
read_email: Kullanıcı e-posta adresini oku
skip_authorization: BaÅvuruyu otomatik onayla
oauth_clients:
@@ -2860,6 +2869,8 @@ tr:
my_dashboard: Gösterge Panelim
blocks on me: Engellendiklerim
blocks by me: Engellediklerim
+ create_mute: Bu kullanıcıyı sessize al
+ destroy_mute: Bu kullanıcının sesini aç
edit_profile: Profili Düzenle
send message: Mesaj Gönder
diary: Günlük
@@ -3059,6 +3070,30 @@ tr:
showing_page: '%{page}. sayfa'
next: Sonraki »
previous: « Ãnceki
+ user_mutes:
+ index:
+ title: Sessize Alınan Kullanıcılar
+ my_muted_users: Sessize alınan kullanıcılarım
+ you_have_muted_n_users:
+ one: '%{count} kullanıcıyı sessize aldınız'
+ other: '%{count} kullanıcıyı sessize aldınız'
+ user_mute_explainer: Sessize alınan kullanıcıların mesajları ayrı bir gelen
+ kutusuna taÅınır ve e-posta bildirimleri almazsınız.
+ user_mute_admins_and_moderators: Yöneticileri ve moderatörleri sessize alabilirsiniz
+ ancak mesajları sessize alınmayacaktır.
+ table:
+ thead:
+ muted_user: Sessize Alınan Kullanıcı
+ actions: Eylemler
+ tbody:
+ unmute: Sesi Aç
+ send_message: Mesaj gönder
+ create:
+ notice: '%{name} kullanıcısını sessize aldınız.'
+ error: '%{name} sessize alınamadı. %{full_message}.'
+ destroy:
+ notice: '%{name} kullanıcısının sesini açtınız.'
+ error: Kullanıcının sesi açılamadı. Lütfen tekrar deneyin.
notes:
index:
title: '%{user} tarafından gönderilen veya yorumlanan notlar'
diff --git a/config/locales/tt.yml b/config/locales/tt.yml
index ab3cc0327..72c8788f0 100644
--- a/config/locales/tt.yml
+++ b/config/locales/tt.yml
@@ -893,30 +893,24 @@ tt:
cycleway: ÓйлÓнаÑк ÑлÑ
rail: Ð¢Ð¸Ð¼ÐµÑ Ñл
subway: ÐеÑÑо
- cable:
- - ÐÐ°Ð½Ð°Ñ ÑлÑ
+ cable_car: ÐÐ°Ð½Ð°Ñ ÑлÑ
admin: ÐдминиÑÑÑаÑив Ñик
- forest:
- - УÑман
- - ÐгаÑлÑк
+ forest_only: УÑман
+ wood: ÐгаÑлÑк
park: ÐаÑк
- common:
- 1: болÑн
resident: ТоÑак ÑайонÑ
industrial: СÓнÓгÑй Ñайон
heathland: ÐÑÑ ÒиÑ
- lake:
- - Ðүл
- - ÑÑÑаклагÑÑ
+ lake_only: Ðүл
+ reservoir: ÑÑÑаклагÑÑ
farm: ФеÑма
cemetery: ÐиÑаÑ
pitch: СпоÑÑ Ð¼ÓйданÑÑгÑ
centre: СпоÑÑ Ò¯Ð·Óге
reserve: ТÑÑлÑк
military: Ð¥ÓÑби зона
- school:
- - ÐÓкÑÓп
- - ÑнивеÑÑиÑеÑ
+ school_only: ÐÓкÑÓп
+ university: ÑнивеÑÑиÑеÑ
station: Ð¢Ð¸Ð¼ÐµÑ Ñл ÑÑанÑиÑÑе
toilets: ÐÓдÑÓÑ
traces:
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 5d2374817..1cd0d0b75 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -2411,31 +2411,24 @@ uk:
tram_only: ТÑамвай
trolleybus: ТÑолейбÑÑ
bus: ÐвÑобÑÑ
- cable:
- - ÐанаÑна доÑога
- - кÑÑÑелÑний пÑдйомник
- runway:
- - ÐлÑÑно-поÑадкова ÑмÑга аеÑопоÑÑÑ
- - ÑÑлÑжна доÑÑжка
+ cable_car: ÐанаÑна доÑога
+ chair_lift: кÑÑÑелÑний пÑдйомник
+ runway_only: ÐлÑÑно-поÑадкова ÑмÑга аеÑопоÑÑÑ
+ taxiway: ÑÑлÑжна доÑÑжка
apron_only: ÐеÑон аеÑопоÑÑÑ
admin: ÐдмÑнÑÑÑÑаÑивна межа
- forest:
- - ÐÑÑ
- - ÐеÑева
+ forest_only: ÐÑÑ
+ wood: ÐеÑева
golf: Ðоле Ð´Ð»Ñ Ð³Ð¾Ð»ÑÑÑ
park: ÐаÑк
- common:
- - СÑÑпÑлÑÐ½Ñ Ð·ÐµÐ¼Ð»Ñ
- - левада
- - Ñад
+ common_only: СÑÑпÑлÑÐ½Ñ Ð·ÐµÐ¼Ð»Ñ
resident: Ðила зона
retail: ТоÑговелÑний Ñайон
industrial: ÐÑомиÑловий Ñайон
commercial: ÐÑзнеÑова зона
heathland: ÐÑÑÑиÑе
- lake:
- - ÐзеÑо
- - водоÑÑ
овиÑе
+ lake_only: ÐзеÑо
+ reservoir: водоÑÑ
овиÑе
farm: ФеÑма
brownfield: ÐокинÑÑа зона
cemetery: ÐладовиÑе
@@ -2444,14 +2437,12 @@ uk:
centre: СпоÑÑивний ÑенÑÑ
reserve: ÐаповÑдник
military: ÐÑйÑÑкова зона
- school:
- - Школа
- - ÑнÑвеÑÑиÑеÑ
+ school_only: Школа
+ university: ÑнÑвеÑÑиÑеÑ
building: ÐнаÑна ÑпоÑÑда
station: ÐалÑзниÑна ÑÑанÑÑÑ
- summit:
- - ÐеÑÑина
- - пÑк
+ summit_only: ÐеÑÑина
+ peak: пÑк
tunnel: ТÑÐ½ÐµÐ»Ñ (пÑнкÑиÑом)
bridge: ÐÑÑÑ (жиÑна лÑнÑÑ)
private: ÐÑиваÑний доÑÑÑп
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 5884da852..c9b53e831 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -2023,31 +2023,24 @@ vi:
footway: ÄÆ°á»ng Äi bá»
rail: ÄÆ°á»ng sắt
subway: ÄÆ°á»ng ngầm
- cable:
- - ÄÆ°á»ng xe cáp
- - ghế cáp treo
- runway:
- - ÄÆ°á»ng bÄng
- - ÄÆ°á»ng bÄng
+ cable_car: ÄÆ°á»ng xe cáp
+ chair_lift: ghế cáp treo
+ runway_only: ÄÆ°á»ng bÄng
+ taxiway: ÄÆ°á»ng bÄng
apron_only: Sân Äáºu máy bay
admin: Biên giá»i hà nh chÃnh
- forest:
- - Rừng trá»ng cây
- - Rừng
+ forest_only: Rừng trá»ng cây
+ wood: Rừng
golf: Sân golf
park: Công viên
- common:
- - Äất công
- - bãi cá»
- - vưá»n
+ common_only: Äất công
resident: Khu vá»±c nhà á»
retail: Khu vực buôn bán
industrial: Khu vá»±c công nghiá»p
commercial: Khu vực thương mại
heathland: Vùng cây bụi
- lake:
- - Há»
- - há» chứa nưá»c
+ lake_only: Há»
+ reservoir: há» chứa nưá»c
farm: Ruá»ng
brownfield: Cánh Äá»ng nâu
cemetery: NghÄ©a Äá»a
@@ -2056,14 +2049,12 @@ vi:
centre: Trung tâm thỠthao
reserve: Khu bảo tá»n thiên niên
military: Khu vực quân sự
- school:
- - Trưá»ng há»c
- - Äại há»c
+ school_only: Trưá»ng há»c
+ university: Äại há»c
building: Kiến trúc quan trá»ng
station: Nhà ga
- summit:
- - Äá»nh núi
- - Äá»i
+ summit_only: Äá»nh núi
+ peak: Äá»i
tunnel: ÄÆ°á»ng Äứt nét = ÄÆ°á»ng hầm
bridge: ÄÆ°á»ng rắn = cầu
private: ÄÆ°á»ng riêng
diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml
index 6e1dca55a..ec77e424a 100644
--- a/config/locales/zh-CN.yml
+++ b/config/locales/zh-CN.yml
@@ -125,7 +125,10 @@ zh-CN:
email_address_not_routable: ä¸å¯è·¯ç±
models:
user_mute:
- is_already_muted: å·²ç¦è¨
+ attributes:
+ subject:
+ format: '%{message}'
+ is_already_muted: 已弱å
models:
acl: è®¿é®æ§å¶å表
changeset: åæ´é
@@ -338,6 +341,7 @@ zh-CN:
retain_notes: æ¨çå°å¾æ³¨è®°ä¸æ³¨è®°ä¸çè¯è®ºï¼å¦ææï¼å°è¢«ä¿çï¼ä½ä¸å¯è§ã
retain_changeset_discussions: æ¨å¨åæ´éä¸ç讨论ï¼å¦ææï¼å°è¢«ä¿çã
retain_email: æ¨ççµåé®ä»¶å°åå°è¢«ä¿çã
+ recent_editing_html: å ä¸ºæ¨æè¿æååºç¼è¾ï¼ç®åæ æ³å 餿¨çè´¦å·ã%{time} åæå¯å é¤ã
confirm_delete: æ¨ç¡®å®åï¼
cancel: åæ¶
accounts:
@@ -1538,7 +1542,7 @@ zh-CN:
title_html: 举æ¥%{link}
missing_params: ä¸è½å建æ°ç举æ¥
disclaimer:
- intro: å¨å鿍ç举æ¥è³ç½ç«ç主åï¼è¯·ç¡®ä¿ï¼
+ intro: å¨å鿍ç举æ¥è³ç½ç«ä»²è£ååï¼è¯·ç¡®ä¿ï¼
not_just_mistake: æ¨ç¡®ä¿¡è¿ä¸ªé®é¢ä¸åªæ¯å¤±è¯¯
unable_to_fix: æ¨æ æ³èªè¡ä¿®å¤é®é¢ï¼æéè¿æ¨çä¼ä¼´ç¤¾ç¾¤æå帮å©ä¸ä¿®å¤
resolve_with_user: æ¨å·²å°è¯ä¸æå
³ç¨æ·è§£å³é®é¢
@@ -1749,6 +1753,7 @@ zh-CN:
read_button: æ 记为已读
reply_button: åå¤
destroy_button: å é¤
+ unmute_button: ç§»è³æ¶ä»¶ç®±
new:
title: åæ¶æ¯
send_message_to_html: åéæ°ä¿¡æ¯ç»%{name}
@@ -1762,15 +1767,21 @@ zh-CN:
body: 对ä¸èµ·ï¼æ²¡æå
·æè¯¥ id çæ¶æ¯ã
outbox:
title: åä»¶ç®±
+ actions: æä½
messages:
one: æ¨æ %{count} æ¡å·²åéä¿¡æ¯
other: æ¨æ %{count} æ¡å·²åéä¿¡æ¯
no_sent_messages_html: æ¨å°æªåéä¿¡æ¯ãä½ä¸èç³»ä¸äº%{people_mapping_nearby_link}?
people_mapping_nearby: å¨éè¿ç»å¶å°å¾ç人
+ muted:
+ title: 已弱忶æ¯
+ messages:
+ one: 1 æ¡å¼±åæ¶æ¯
+ other: æ¨æ %{count} æ¡å¼±åæ¶æ¯
reply:
wrong_user: æ¨å·²ç»ä»¥ '%{user}' ç身份ç»å½ï¼ä½æ¯æ¨æ³è¦åå¤çæ¶æ¯å¹¶éå¯ç»è¿ä¸ªç¨æ·ã请以æ£ç¡®çç¨æ·èº«ä»½ç»å½ä»¥åå¤è¿ä¸ªæ¶æ¯ã
show:
- title: é
读信æ¯
+ title: é
è¯»æ¶æ¯
reply_button: åå¤
unread_button: æ 记为æªè¯»
destroy_button: å é¤
@@ -1781,9 +1792,13 @@ zh-CN:
heading:
my_inbox: æçæ¶ä»¶ç®±
my_outbox: æçåä»¶ç®±
+ muted_messages: 已弱忶æ¯
mark:
as_read: æ è®°æ¶æ¯ä¸ºå·²è¯»
as_unread: æ è®°æ¶æ¯ä¸ºæªè¯»
+ unmute:
+ notice: æ¶æ¯å·²ç§»è³æ¶ä»¶ç®±
+ error: æ æ³å°æ¶æ¯ç§»è³æ¶ä»¶ç®±ã
destroy:
destroyed: æ¶æ¯å·²å é¤
passwords:
@@ -1963,8 +1978,8 @@ zh-CN:
introduction_1_osm_foundation: OpenStreetMap åºéä¼
introduction_2_html: åªè¦ä½ è¡¨ææ¥æºä¸ºOpenStreetMapåå
¶è´¡ç®è
ï¼ä½ å°±å¯ä»¥èªç±å°å¤å¶ãååãä¼ éåæ¹ç¼æä»¬çæ°æ®ãå¦æä½ æ³è½¬æ¢æè
以æä»¬çæ°æ®ä¸ºåºç¡è¿è¡åä½ï¼ä½ åªè½éç¨ç¸åç许å¯åè®®åè¡¨ä½ çä½åã宿´ç%{legal_code_link}éæäºä½ çæå©åä¹å¡ã
introduction_2_legal_code: æ³å¾æ¡æ¬¾
- introduction_3_html: æä»¬çææ¡£æ ¹æ® %{creative_commons_link} è®¸å¯ (CC BY-SA 2.0) è·å¾è®¸å¯ã
- introduction_3_creative_commons: Creative Commons Attribution-ShareAlike 2.0
+ introduction_3_html: æä»¬çææ¡£æ ¹æ® %{creative_commons_link} 许å¯åè®®ï¼CC BY-SA 2.0ï¼è·å¾è®¸å¯ã
+ introduction_3_creative_commons: ç¥è¯å
±äº«ç½²å-ç¸åæ¹å¼å
񄧮 2.0
credit_title_html: å¦ä½è¡¨æä½è
æ¯ OpenStreetMap
credit_1_html: 彿¨ä½¿ç¨ OpenStreetMap çæ°æ®ï¼æ¨ä¼è¢«è¦æ±éµå¾ªä¸¤ä»¶äºï¼
credit_2_1: éè¿æ¾ç¤ºæä»¬ççæå£°æä¸º OpenStreetMap æä¾ç½²åã
@@ -2002,12 +2017,13 @@ zh-CN:
è¡æ¿è¾¹çåå¹¶æå¼åï¼ç±æ¾³å¤§å©äºè馿 ¹æ® %{cc_licence_link} 许å¯ã
contributors_au_australia: 澳大å©äº
contributors_au_geoscape_australia: Geoscape Australia
- contributors_au_cc_licence: Creative Commons Attribution 4.0 International
- licence (CC BY 4.0)
+ contributors_au_cc_licence: ç¥è¯å
±äº«ç½²å-ç¸åæ¹å¼å
±äº« 4.0 å½é
许å¯åè®®ï¼CC BY 4.0ï¼
contributors_ca_credit_html: '%{canada}ï¼å«ææ¥èªGeoBase®ï¼GeoGratisI
å æ¿å¤§èªç¶èµæºé¨ï¼ï¼CanVecI å æ¿å¤§èªç¶èµæºé¨ï¼åStatCanï¼å æ¿å¤§ç»è®¡å±å°çå¤ï¼çæ°æ®ã'
contributors_ca_canada: å æ¿å¤§
- contributors_cz_cc_licence: ç¥è¯å
±äº«ç½²å-ç¸åæ¹å¼å
±äº«4.0å½é
ï¼CC BY 4.0ï¼
+ contributors_cz_credit_html: '%{czechia}ï¼å«ææ¥èªå½å®¶åå°æµéä¸å°ç±ç®¡çå±ä¾æ®%{cc_licence_link}许å¯çæ°æ®'
+ contributors_cz_czechia: æ·å
+ contributors_cz_cc_licence: ç¥è¯å
±äº«ç½²å-ç¸åæ¹å¼å
±äº« 4.0 å½é
许å¯åè®®ï¼CC BY 4.0ï¼
contributors_fi_credit_html: |-
%{finland}ï¼å
嫿¥èªè¬å
°å°å½¢æ°æ®åºç
å½å®¶åå°è°æ¥
@@ -2201,6 +2217,7 @@ zh-CN:
primary: ä¸çº§éè·¯
secondary: äºçº§éè·¯
unclassified: æ ç级éè·¯
+ pedestrian: 人è¡é
track: å°è·¯
bridleway: 马é
cycleway: èªè¡è½¦é
@@ -2209,38 +2226,44 @@ zh-CN:
cycleway_local: æ¬å°èªè¡è½¦é
footway: æ¥é
rail: éè·¯
+ train: ç«è½¦
subway: å°é
- cable:
- - ç¼è½¦
- - 忤
ç¼è½¦
- runway:
- - æºåºè·é
- - æ»è¡é
+ ferry: 渡è¹
+ light_rail: 轻轨
+ tram_only: æè½¨çµè½¦
+ trolleybus: æ 轨çµè½¦
+ bus: å
Œ
±æ±½è½¦
+ cable_car: ç¼è½¦
+ chair_lift: 忤
ç¼è½¦
+ runway_only: æºåºè·é
+ taxiway: æ»è¡é
apron_only: æºåºåæºåª
admin: è¡æ¿åºè¾¹ç
- orchard:
- - æå
- - è¡èå
- forest:
- - 森æ
- - æ
- grass:
- - èåª
+ orchard_only: æå
+ vineyard: è¡èå
+ forest_only: 森æ
+ wood: æ æ
+ farmland: åç°
+ grass_only: èåª
+ meadow: èç¸
bare_rock: 裸岩
+ sand: æ²å°
golf: é«å°å¤«çåº
park: å
Œ
- common:
- - å
¬å°
- - èç¸
- - è±å
+ common_only: å
¬å°
+ built_up: 建æåº
resident: å±
ä½åº
retail: é¶å®åº
industrial: å·¥ä¸åº
commercial: åä¸åº
heathland: èå
- lake:
- - æ¹
- - æ°´åº
+ scrubland: çæ¨ä¸æå°
+ lake_only: æ¹
+ reservoir: æ°´åº
+ intermittent_water: é´ææ§æ°´ä½
+ glacier: å°å·
+ reef: ç¤
+ wetland: 湿å°
farm: ååº
brownfield: æ£å°
cemetery: ååº
@@ -2249,20 +2272,20 @@ zh-CN:
centre: ä½è²é¦
reserve: èªç¶ä¿æ¤åº
military: åäºåº
- school:
- - 妿 ¡
- - 大å¦
- - å»é¢
+ school_only: 妿 ¡
+ university: 大å¦
+ hospital: å»é¢
building: ç¹æ®å»ºçç©
station: ç«è½¦ç«
- summit:
- - 山峰
- - é«å³°
+ summit_only: 山峰
+ peak: 山峰
tunnel: åè线=é§é
bridge: åå®çº¿=æ¡¥
- private: ç§äºº
- destination: ç®çå°è¿å
¥æ
+ private: ç§äººéè¡
+ destination: ç®çå°éè¡
construction: å¨å»ºéè·¯
+ bus_stop: å
Œ
±æ±½è½¦ç«
+ stop: å车ç«
bicycle_shop: èªè¡è½¦åº
bicycle_parking: èªè¡è½¦å车åº
toilets: åæ
@@ -2295,6 +2318,7 @@ zh-CN:
imports: 导å
¥
automated_edits: èªå¨åç¼è¾
start_mapping: å¼å§ç»å¶å°å¾
+ continue_authorization: ç»§ç»ææ
add_a_note:
title: æ²¡ææ¶é´ç¼è¾ï¼æ·»å 注记ï¼
para_1: 妿æ¨è¿æ¯æ³åä¸äºå¾®å°æ¹å¨èæ²¡ææ¶é´ç»å½æ¥å¦ä¹ å¦ä½ç¼è¾ï¼é£æ·»å 注记æ¯é常容æçã
@@ -2427,6 +2451,7 @@ zh-CN:
oauth1_settings: OAuth 1设置
oauth2_applications: OAuth 2åºç¨ç¨åº
oauth2_authorizations: OAuth 2ææ
+ muted_users: 已弱åç¨æ·
oauth:
authorize:
title: ææè®¿é®æ¨çè´¦æ·
@@ -2461,6 +2486,7 @@ zh-CN:
read_gpx: 读åç§äººGPS轨迹
write_gpx: ä¸ä¼ GPS轨迹
write_notes: ä¿®æ¹å¤æ³¨
+ write_redactions: ç¼åå°å¾æ°æ®
read_email: æ¥çç¨æ·é®ç®±å°å
skip_authorization: èªå¨æ ¸ååºç¨
oauth_clients:
@@ -2609,7 +2635,8 @@ zh-CN:
my_dashboard: æç综å颿¿
blocks on me: æçå°ç¦
blocks by me: 被æå°ç¦
- create_mute: ç¦è¨æ¤ç¨æ·
+ create_mute: å¼±åæ¤ç¨æ·
+ destroy_mute: åæ¶å¼±åæ¤ç¨æ·
edit_profile: ç¼è¾ä¸ªäººèµæ
send message: åéæ¶æ¯
diary: æ¥è®°
@@ -2629,13 +2656,16 @@ zh-CN:
spam score: åå¾é®ä»¶è¯åï¼
role:
administrator: æ¤ç¨æ·æ¯ç®¡çå
- moderator: æ¤ç¨æ·æ¯ç主
+ moderator: æ¤ç¨æ·æ¯ä»²è£å
+ importer: æ¤ç¨æ·æ¯å¯¼å
¥è
grant:
administrator: æäºç®¡çåæé
- moderator: æäºç®¡çåæé
+ moderator: æäºä»²è£åæé
+ importer: æäºå¯¼å
¥è
æé
revoke:
administrator: æ¤é管çåæé
- moderator: æ¤é管çåæé
+ moderator: æ¤é仲è£åæé
+ importer: æ¤é导å
¥è
æé
block_history: æ¿æ´»çå°ç¦
moderator_history: æ§è¡å°ç¦è
comments: è¯è®º
@@ -2699,8 +2729,8 @@ zh-CN:
fail: æ æ³åéç¨æ· '%{name}' è§è² '%{role}'ãè¯·æ£æ¥ç¨æ·åè§è²æ¯å¦é½æ£ç¡®ã
user_blocks:
model:
- non_moderator_update: å¿
须为管çåæè½åå»ºææ´æ°ä¸ä¸ªå°ç¦ã
- non_moderator_revoke: å¿
须为管çåæè½æ¤æ¶åã
+ non_moderator_update: å¿
须为仲è£åæè½åå»ºææ´æ°ä¸ä¸ªå°ç¦ã
+ non_moderator_revoke: å¿
须为仲è£åæè½æ¤æ¶å°ç¦ã
not_found:
sorry: 对ä¸èµ·ï¼æªæ¾å° ID 为 %{id} çç¨æ·å°ç¦ã
back: è¿åç´¢å¼
@@ -2721,7 +2751,7 @@ zh-CN:
create:
flash: 已建ç«å¯¹ç¨æ· %{name} çå°ç¦
update:
- only_creator_can_edit: åªææ§è¡å°ç¦ç管çåè½ç¼è¾å®ã
+ only_creator_can_edit: åªææ§è¡æ¤å°ç¦ç仲è£åæè½ç¼è¾ã
success: å°ç¦å·²æ´æ°ã
index:
title: ç¨æ·çå°ç¦
@@ -2793,8 +2823,27 @@ zh-CN:
next: ä¸ä¸é¡µ »
previous: « ä¸ä¸é¡µ
user_mutes:
+ index:
+ title: 已弱åç¨æ·
+ my_muted_users: æå·²å¼±åçç¨æ·
+ you_have_muted_n_users:
+ one: æ¨å·²å¼±å 1 åç¨æ·
+ other: æ¨å·²å¼±å %{count} åç¨æ·
+ user_mute_explainer: 已弱åç¨æ·çæ¶æ¯ä¼è¢«ç§»è³åç¬çæ¶ä»¶ç®±ï¼æ¨ä¸ä¼æ¶å°çµåé®ä»¶éç¥ã
+ user_mute_admins_and_moderators: æ¨å¯ä»¥å¼±å管çåå仲è£åï¼ä½ä»ä¼æ¶å°ä»ä»¬çæ¶æ¯éç¥ã
+ table:
+ thead:
+ muted_user: 已弱åç¨æ·
+ actions: æä½
+ tbody:
+ unmute: åæ¶å¼±å
+ send_message: åéæ¶æ¯
+ create:
+ notice: æ¨å·²å¼±å%{name}ã
+ error: æ æ³å¼±å%{name}ã%{full_message}ã
destroy:
- error: æ æ³è§£é¤ç¨æ·ç¦è¨ã请åè¯ä¸æ¬¡ã
+ notice: æ¨åæ¶å¼±åäº%{name}ã
+ error: æ æ³åæ¶å¼±åç¨æ·ã请åè¯ä¸æ¬¡ã
notes:
index:
title: '%{user} æäº¤æè¯è®ºç注记'
@@ -2916,6 +2965,7 @@ zh-CN:
map_data_zoom_in_tooltip: æ¾å¤§å°å¾ä»¥æ¥çæ°æ®
queryfeature_tooltip: æ¥è¯¢ç¹å¾
queryfeature_disabled_tooltip: æ¾å¤§ä»¥æ¥è¯¢ç¹å¾
+ embed_html_disabled: HTML åµå
¥ä¸éç¨äºæ¤å°å¾å¾å±
changesets:
show:
comment: è¯è®º
diff --git a/config/locales/zh-HK.yml b/config/locales/zh-HK.yml
index bc7c4b0be..55dc7a619 100644
--- a/config/locales/zh-HK.yml
+++ b/config/locales/zh-HK.yml
@@ -1140,29 +1140,25 @@ zh-HK:
motorway: é«éå
¬è·¯
rail: éµè·¯
subway: å°éµ
- runway:
- - æ©å ´è·é
+ runway_only: æ©å ´è·é
apron_only: æ©å ´åæ©åª
admin: è¡æ¿éç
- forest:
- - 森æ
+ forest_only: 森æ
golf: å¥ç¾å¤«çå ´
park: å
Œ
resident: ä½å®
å
industrial: å·¥æ¥å
commercial: 忥å
- lake:
- - æ¹æ³
- - 水庫
+ lake_only: æ¹æ³
+ reservoir: 水庫
brownfield: æ£å°
cemetery: å¢å°
pitch: éåå ´
centre: éåä¸å¿
reserve: èªç¶ä¿è·å
military: è»äºå
- school:
- - 叿 ¡
- - 大å¸
+ school_only: 叿 ¡
+ university: 大å¸
station: ç«è»ç«
bicycle_shop: å®è»åº
bicycle_parking: å®è»åæ³è
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 4ba40cc1d..2f31c6cfe 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -2204,32 +2204,24 @@ zh-TW:
tram_only: è·¯é¢é»è»
trolleybus: ç¡è»é»è»
bus: å
¬è»
- cable:
- - 大åçºè»
- - åé忤
- runway:
- - æ©å ´è·é
- - æ»è¡é
+ cable_car: 大åçºè»
+ chair_lift: åé忤
+ runway_only: æ©å ´è·é
+ taxiway: æ»è¡é
apron_only: æ©å ´åæ©åª
admin: è¡æ¿åéç
- orchard:
- - æå
- - è¡èå
- forest:
- - 森æ
- - 森æ
+ orchard_only: æå
+ vineyard: è¡èå
+ forest_only: 森æ
+ wood: 森æ
farmland: è¾²å°
- grass:
- - èåª
- - ç§èå°
+ grass_only: èåª
+ meadow: ç§èå°
bare_rock: 裸岩
sand: æ²å°
golf: é«ç¾å¤«çå ´
park: å
Œ
- common:
- - å
±æå°
- - éèå°
- - è±å
+ common_only: å
±æå°
built_up: çµæé¢ç©
resident: ä½å®
å
retail: ååºå
@@ -2237,9 +2229,8 @@ zh-TW:
commercial: 忥å
heathland: ç³æ¥ èå°
scrubland: çæ¨å¢æå°
- lake:
- - æ¹æ³
- - 水庫
+ lake_only: æ¹æ³
+ reservoir: 水庫
intermittent_water: éææ§æ°´é«
glacier: å°æ²³
reef: ç¤
@@ -2252,15 +2243,13 @@ zh-TW:
centre: éåä¸å¿
reserve: èªç¶ä¿è·å
military: è»äºå
- school:
- - 叿 ¡
- - 大å¸
- - é«é¢
+ school_only: 叿 ¡
+ university: 大å¸
+ hospital: é«é¢
building: éè¦å»ºç¯
station: éµè·¯è»ç«
- summit:
- - é å³°
- - 山峰
+ summit_only: é å³°
+ peak: 山峰
tunnel: èç·éæ¡ = é§é
bridge: é»ç·éæ¡ = æ©æ¨
private: ç§äººé²åº
@@ -2476,6 +2465,7 @@ zh-TW:
read_gpx: è®åç§äºº GPS è»è·¡
write_gpx: ä¸å³ GPS è»è·¡
write_notes: ä¿®æ¹è¨»è¨
+ write_redactions: 編寫å°åè³æ
read_email: è®å使ç¨è
é»åéµä»¶ä½å
skip_authorization: èªåæ ¸åç³è«
oauth_clients:
diff --git a/test/helpers/svg_helper_test.rb b/test/helpers/svg_helper_test.rb
new file mode 100644
index 000000000..25a9e4568
--- /dev/null
+++ b/test/helpers/svg_helper_test.rb
@@ -0,0 +1,113 @@
+require "test_helper"
+
+class SvgHelperTest < ActionView::TestCase
+ def test_key_fill
+ svg = key_svg_tag("width" => 60, "height" => 40, "fill" => "green")
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_border
+ svg = key_svg_tag("width" => 60, "height" => 40, "border" => "red")
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_border_width
+ svg = key_svg_tag("width" => 60, "height" => 40, "border" => "red", "border-width" => 3)
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_border_with_integer_coords
+ svg = key_svg_tag("width" => 60, "height" => 40, "border" => "red", "border-width" => 2)
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_border_fractional_width
+ svg = key_svg_tag("width" => 60, "height" => 40, "border" => "red", "border-width" => 1.5)
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_line
+ svg = key_svg_tag("width" => 80, "height" => 15, "line" => "blue")
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_line_width
+ svg = key_svg_tag("width" => 80, "height" => 15, "line" => "blue", "line-width" => 3)
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_line_with_integer_coords
+ svg = key_svg_tag("width" => 80, "height" => 20, "line" => "blue")
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_casing
+ svg = key_svg_tag("width" => 80, "height" => 20, "casing" => "yellow")
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_casing_width
+ svg = key_svg_tag("width" => 80, "height" => 20, "casing" => "yellow", "casing-width" => 5)
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+
+ def test_key_casing_with_integer_coords
+ svg = key_svg_tag("width" => 80, "height" => 20, "casing" => "yellow", "casing-width" => 2)
+ expected = <<~HTML.gsub(/\n\s*/, "")
+
+ HTML
+ assert_dom_equal expected, svg
+ end
+end
diff --git a/test/system/messages_test.rb b/test/system/messages_test.rb
new file mode 100644
index 000000000..87021dd6b
--- /dev/null
+++ b/test/system/messages_test.rb
@@ -0,0 +1,41 @@
+require "application_system_test_case"
+
+class NoteCommentsTest < ApplicationSystemTestCase
+ def test_delete_received_message
+ user = create(:user)
+ create(:message, :recipient => user)
+ sign_in_as(user)
+
+ visit inbox_messages_path
+ assert_text "You have 1 new message and 0 old messages"
+
+ click_button "Delete"
+ assert_text "You have 0 new messages and 0 old messages"
+ end
+
+ def test_delete_sent_message
+ user = create(:user)
+ create(:message, :sender => user)
+ sign_in_as(user)
+
+ visit outbox_messages_path
+ assert_text "You have 1 sent message"
+
+ click_button "Delete"
+ assert_text "You have 0 sent messages"
+ end
+
+ def test_delete_muted_message
+ user = create(:user)
+ muted_user = create(:user)
+ create(:user_mute, :owner => user, :subject => muted_user)
+ create(:message, :sender => muted_user, :recipient => user)
+ sign_in_as(user)
+
+ visit muted_messages_path
+ assert_text "1 muted message"
+
+ click_button "Delete"
+ assert_text "0 muted messages"
+ end
+end
diff --git a/test/system/oauth2_test.rb b/test/system/oauth2_test.rb
new file mode 100644
index 000000000..ab4964052
--- /dev/null
+++ b/test/system/oauth2_test.rb
@@ -0,0 +1,10 @@
+require "application_system_test_case"
+
+class Oauth2Test < ApplicationSystemTestCase
+ def test_authorized_applications
+ sign_in_as(create(:user))
+ visit oauth_authorized_applications_path
+
+ assert_text "You have not yet authorized any OAuth 2 applications."
+ end
+end
diff --git a/yarn.lock b/yarn.lock
index f722b6a1b..f113d5752 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -574,9 +574,9 @@ optionator@^0.9.3:
type-check "^0.4.0"
osm-community-index@^5.2.0:
- version "5.6.0"
- resolved "https://registry.yarnpkg.com/osm-community-index/-/osm-community-index-5.6.0.tgz#b2361fce7ded723844b0ed68d47bddfc4a8cb240"
- integrity sha512-C5AqEWidBIgKeaJKQwuPWvDqSzm9CpZgDbHDi+k4+ZCHBazRQjnl7TpWVv2/fQWMqsJL3I5qzh19rXBTWMWL1A==
+ version "5.6.1"
+ resolved "https://registry.yarnpkg.com/osm-community-index/-/osm-community-index-5.6.1.tgz#5be72c700145e94c57f2006e6f767a0e49d93870"
+ integrity sha512-eMi5mDwwLkt3tbZtD60+aMj4kIa3smlQanxb3OcvJa2pv6w5uVCLbyCem0j8cTqAO3A+C7HD4T7dFUyt2WCYaQ==
dependencies:
diacritics "^1.3.0"
|