diff --git a/app/views/dashboards/_contact.html.erb b/app/views/dashboards/_contact.html.erb
index 7e78a6895..b789f721b 100644
--- a/app/views/dashboards/_contact.html.erb
+++ b/app/views/dashboards/_contact.html.erb
@@ -25,9 +25,7 @@
<% if changeset %>
<%= t(".latest_edit_html", :ago => friendly_date_ago(changeset.created_at)) %>
<% comment = changeset.tags["comment"].to_s == "" ? t("browse.no_comment") : changeset.tags["comment"] %>
-
<%= link_to(comment,
- { :controller => "browse", :action => "changeset", :id => changeset.id },
- { :title => t("changesets.changeset.view_changeset_details") }) %>
+
<%= link_to comment, changeset_path(changeset), :title => t("changesets.changeset.view_changeset_details") %>
<% else %>
<%= t "changesets.changeset.no_edits" %>
<% end %>
diff --git a/app/views/old_nodes/show.html.erb b/app/views/old_nodes/show.html.erb
index 90be6b7c9..093a3e7c1 100644
--- a/app/views/old_nodes/show.html.erb
+++ b/app/views/old_nodes/show.html.erb
@@ -4,28 +4,4 @@
<%= render :partial => "browse/node", :object => @feature %>
-
- <% unless @feature.redacted? %>
- <%= link_to t("browse.download_xml"), node_version_path(*@feature.id) %>
- ·
- <% end %>
- <%= link_to t("browse.view_details"), node_path(@feature.node_id) %>
-
-
-
- <% if @feature.version > 1 %>
- <%= link_to old_node_path(@feature.node_id, @feature.version - 1), :class => "icon-link" do %>
- <%= previous_page_svg_tag :height => 11 %>
- <%= "#{t('browse.version')} ##{@feature.version - 1}" %>
- <% end %>
- ·
- <% end %>
- <%= link_to t("browse.view_history"), node_history_path(@feature.node_id) %>
- <% if @feature.version < @feature.current_node.version %>
- ·
- <%= link_to old_node_path(@feature.node_id, @feature.version + 1), :class => "icon-link" do %>
- <%= "#{t('browse.version')} ##{@feature.version + 1}" %>
- <%= next_page_svg_tag :height => 11 %>
- <% end %>
- <% end %>
-
+<%= render :partial => "browse/version_actions" %>
diff --git a/app/views/old_relations/show.html.erb b/app/views/old_relations/show.html.erb
index 42e80e651..94e3674d8 100644
--- a/app/views/old_relations/show.html.erb
+++ b/app/views/old_relations/show.html.erb
@@ -4,28 +4,4 @@
<%= render :partial => "browse/relation", :object => @feature %>
-
- <% unless @feature.redacted? %>
- <%= link_to t("browse.download_xml"), relation_version_path(*@feature.id) %>
- ·
- <% end %>
- <%= link_to t("browse.view_details"), relation_path(@feature.relation_id) %>
-
-
-
- <% if @feature.version > 1 %>
- <%= link_to old_relation_path(@feature.relation_id, @feature.version - 1), :class => "icon-link" do %>
- <%= previous_page_svg_tag :height => 11 %>
- <%= "#{t('browse.version')} ##{@feature.version - 1}" %>
- <% end %>
- ·
- <% end %>
- <%= link_to t("browse.view_history"), relation_history_path(@feature.relation_id) %>
- <% if @feature.version < @feature.current_relation.version %>
- ·
- <%= link_to old_relation_path(@feature.relation_id, @feature.version + 1), :class => "icon-link" do %>
- <%= "#{t('browse.version')} ##{@feature.version + 1}" %>
- <%= next_page_svg_tag :height => 11 %>
- <% end %>
- <% end %>
-
+<%= render :partial => "browse/version_actions" %>
diff --git a/app/views/old_ways/show.html.erb b/app/views/old_ways/show.html.erb
index b16c6b291..1e4d14c80 100644
--- a/app/views/old_ways/show.html.erb
+++ b/app/views/old_ways/show.html.erb
@@ -4,28 +4,4 @@
<%= render :partial => "browse/way", :object => @feature %>
-
- <% unless @feature.redacted? %>
- <%= link_to t("browse.download_xml"), way_version_path(*@feature.id) %>
- ·
- <% end %>
- <%= link_to t("browse.view_details"), way_path(@feature.way_id) %>
-
-
-
- <% if @feature.version > 1 %>
- <%= link_to old_way_path(@feature.way_id, @feature.version - 1), :class => "icon-link" do %>
- <%= previous_page_svg_tag :height => 11 %>
- <%= "#{t('browse.version')} ##{@feature.version - 1}" %>
- <% end %>
- ·
- <% end %>
- <%= link_to t("browse.view_history"), way_history_path(@feature.way_id) %>
- <% if @feature.version < @feature.current_way.version %>
- ·
- <%= link_to old_way_path(@feature.way_id, @feature.version + 1), :class => "icon-link" do %>
- <%= "#{t('browse.version')} ##{@feature.version + 1}" %>
- <%= next_page_svg_tag :height => 11 %>
- <% end %>
- <% end %>
-
+<%= render :partial => "browse/version_actions" %>
diff --git a/config/locales/af.yml b/config/locales/af.yml
index d02140f27..f6374862e 100644
--- a/config/locales/af.yml
+++ b/config/locales/af.yml
@@ -278,8 +278,6 @@ af:
update:
success: Gebruikersbesonderhede suksesvol bygewerk.
browse:
- created: Geskep
- closed: Gesluit
version: Weergawe
in_changeset: Wysigingstel
anonymous: anoniem
@@ -295,21 +293,6 @@ af:
view_history: Beskou geskiedenis
view_details: Bekyk detail
location: 'Ligging:'
- changeset:
- title: 'Wysigingstel: %{id}'
- belongs_to: Skrywer
- node: Knooppunte (%{count})
- node_paginated: Knooppunte (%{x}-%{y} van %{count})
- way: Weë (%{count})
- way_paginated: Weë (%{x}-%{y} van %{count})
- relation: Verwantskappe (%{count})
- relation_paginated: Verwantskappe (%{x}-%{y} of %{count})
- changesetxml: Wysigingstel XML
- osmchangexml: osmWysiging XML
- join_discussion: Meld aan en gesels saam
- discussion: Bespreking
- still_open: Wysigingstel is steeds oop - bespreking sal oopmaak sodra die wysigingstel
- gesluit is.
node:
title_html: 'Knooppunt: %{name}'
history_title_html: 'Knooppuntgeskiedenis: %{name}'
@@ -416,6 +399,24 @@ af:
feed:
title: Wysigingstel %{id}
title_comment: Wysigingstel %{id} - %{comment}
+ created: Geskep
+ closed: Gesluit
+ belongs_to: Skrywer
+ show:
+ title: 'Wysigingstel: %{id}'
+ discussion: Bespreking
+ join_discussion: Meld aan en gesels saam
+ still_open: Wysigingstel is steeds oop - bespreking sal oopmaak sodra die wysigingstel
+ gesluit is.
+ changesetxml: Wysigingstel XML
+ osmchangexml: osmWysiging XML
+ paging_nav:
+ nodes: Knooppunte (%{count})
+ nodes_paginated: Knooppunte (%{x}-%{y} van %{count})
+ ways: Weë (%{count})
+ ways_paginated: Weë (%{x}-%{y} van %{count})
+ relations: Verwantskappe (%{count})
+ relations_paginated: Verwantskappe (%{x}-%{y} of %{count})
timeout:
sorry: Jammer, die lys wysigingstelle wat u versoek het, neem lank om uit te
haal.
@@ -1525,8 +1526,6 @@ af:
heading: Wagwoord vergeet?
email address: 'E-posadres:'
new password button: Herstel wagwoord
- create:
- notice email cannot find: E-posadres is ongelukkig onverkrygbaar, jammer.
edit:
title: Herstel wagwoord
heading: Herstel wagwoord vir %{user}
diff --git a/config/locales/aln.yml b/config/locales/aln.yml
index b3bd19cf7..a54887498 100644
--- a/config/locales/aln.yml
+++ b/config/locales/aln.yml
@@ -144,10 +144,6 @@ aln:
emailin per konfirmim.
success: Informatat e shfrytëzuesit u ndryshuan me sukses.
browse:
- changeset:
- title: Ndryshim
- changesetxml: Ndryshim en XML
- osmchangexml: Ndryshim i OSM-s en XML
relation_member:
entry_role_html: '%{type} %{name} asht si %{role}'
type:
@@ -202,6 +198,10 @@ aln:
feed:
title: Ndryshim %{id}
title_comment: Ndryshimi %{id} - %{comment}
+ show:
+ title: Ndryshim
+ changesetxml: Ndryshim en XML
+ osmchangexml: Ndryshim i OSM-s en XML
dashboards:
contact:
km away: '%{count}km larg'
@@ -781,10 +781,6 @@ aln:
new password button: Ndrysho fjalkalimin
help_text: Shkrueje email adresen që je regjistrue me to, do t'ju deromi një
lidhe rreth ksaj ku ju muni me ndrru fjalkalimin
- create:
- notice email on way: Na vjen keq që e keni hup :-( po ni email ka me ju ardh
- së shpejti edhe muni me ricaktu.
- notice email cannot find: Smujtëm me gjet qat email adres, na vjen keq.
edit:
title: Ricakto fjalëkalimin
heading: Ricakto fjalëkalimin për %{user}
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index 527d73710..6c5334204 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -404,12 +404,6 @@ ar:
destroy:
success: تÙ
Øذ٠اÙØساب.
browse:
- created: تÙ
اÙØ¥Ùشاء
- closed: تÙ
اÙإغÙاÙ
- created_ago_html: تÙ
Ø¥Ùشاء %{time_ago}
- closed_ago_html: Ù
غÙÙ %{time_ago}
- created_ago_by_html: تÙ
Ø¥Ùشاء %{time_ago} بÙاسطة %{user}
- closed_ago_by_html: Ù
غÙÙ %{time_ago} بÙاسطة %{user}
deleted_ago_by_html: تÙ
ØØ°Ù %{time_ago} بÙاسطة %{user}
edited_ago_by_html: تÙ
تØرÙر %{time_ago} بÙاسطة %{user}
version: اÙإصدار
@@ -428,23 +422,6 @@ ar:
view_history: عرض اÙسجÙ
view_details: شاÙد اÙتÙاصÙÙ
location: 'اÙÙ
ÙÙع:'
- changeset:
- title: ØزÙ
Ø© اÙتغÙÙرات %{id}
- belongs_to: اÙصاÙع
- node: اÙعÙد (%{count})
- node_paginated: اÙعÙد (%{x}-%{y} Ù
Ù %{count})
- way: اÙطر٠(%{count})
- way_paginated: اÙطر٠(%{x}-%{y} Ù
Ù %{count})
- relation: اÙصÙات (%{count})
- relation_paginated: اÙصÙات (%{x}-%{y} Ù
Ù %{count})
- hidden_comment_by_html: تعÙÙÙ Ù
Ø®ÙÙ Ù
Ù%{time_ago} %{user}
- comment_by_html: تعÙÙÙ Ù
Ù %{user}%{time_ago}
- changesetxml: ØزÙ
Ø© اÙتغÙÙرات XML
- osmchangexml: osmChange XML
- join_discussion: ادخ٠ÙÙاشترا٠Ù٠اÙÙ
ÙاÙشة
- discussion: Ù
ÙاÙشة
- still_open: Ù
ا زاÙت Ù
جÙ
Ùعة اÙتغÙÙرات Ù
ÙتÙØØ© - سÙتÙ
ÙØªØ Ø§ÙÙ
ÙاÙشة بÙ
جرد إغÙاÙ
- Ù
جÙ
Ùعة اÙتغÙÙرات.
node:
title_html: 'عÙدة: %{name}'
history_title_html: 'تارÙØ® اÙعÙدة: %{name}'
@@ -546,6 +523,30 @@ ar:
feed:
title: ØزÙ
Ø© اÙتغÙÙرات %{id}
title_comment: ØزÙ
Ø© اÙتغÙÙرات %{id} - %{comment}
+ created: تÙ
اÙØ¥Ùشاء
+ closed: تÙ
اÙإغÙاÙ
+ belongs_to: اÙصاÙع
+ show:
+ title: ØزÙ
Ø© اÙتغÙÙرات %{id}
+ created_ago_html: تÙ
Ø¥Ùشاء %{time_ago}
+ closed_ago_html: Ù
غÙÙ %{time_ago}
+ created_ago_by_html: تÙ
Ø¥Ùشاء %{time_ago} بÙاسطة %{user}
+ closed_ago_by_html: Ù
غÙÙ %{time_ago} بÙاسطة %{user}
+ discussion: Ù
ÙاÙشة
+ join_discussion: ادخ٠ÙÙاشترا٠Ù٠اÙÙ
ÙاÙشة
+ still_open: Ù
ا زاÙت Ù
جÙ
Ùعة اÙتغÙÙرات Ù
ÙتÙØØ© - سÙتÙ
ÙØªØ Ø§ÙÙ
ÙاÙشة بÙ
جرد إغÙاÙ
+ Ù
جÙ
Ùعة اÙتغÙÙرات.
+ comment_by_html: تعÙÙÙ Ù
Ù %{user}%{time_ago}
+ hidden_comment_by_html: تعÙÙÙ Ù
Ø®ÙÙ Ù
Ù%{time_ago} %{user}
+ changesetxml: ØزÙ
Ø© اÙتغÙÙرات XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: اÙعÙد (%{count})
+ nodes_paginated: اÙعÙد (%{x}-%{y} Ù
Ù %{count})
+ ways: اÙطر٠(%{count})
+ ways_paginated: اÙطر٠(%{x}-%{y} Ù
Ù %{count})
+ relations: اÙصÙات (%{count})
+ relations_paginated: اÙصÙات (%{x}-%{y} Ù
Ù %{count})
timeout:
sorry: Ø¹Ø°Ø±Ø§Ø ÙÙد استغرÙت ÙائÙ
Ø© Ù
جÙ
Ùعات اÙتغÙÙرات اÙÙت٠طÙبتÙا ÙÙتا Ø·ÙÙÙا ÙاستردادÙا.
changeset_comments:
@@ -1823,10 +1824,6 @@ ar:
new password button: أعد ضبط ÙÙÙ
Ø© اÙسر
help_text: أدخ٠عÙÙا٠اÙبرÙد اÙØ¥ÙÙترÙÙ٠اÙذ٠استخدÙ
ت٠ÙÙتسجÙÙØ ÙسÙÙ Ùرس٠عÙÙÙ
رابطا ÙÙ
ÙÙ٠استخداÙ
Ù Ùإعادة تعÙÙÙ ÙÙÙ
Ø© اÙÙ
رÙر.
- create:
- notice email on way: Ùأس٠ÙØ£Ù٠أضعتÙا :-( ÙÙÙÙ ÙÙا٠رساÙØ© Ø¥ÙÙترÙÙÙØ© Ù٠طرÙÙÙا
- Ø¥ÙÙ٠ستÙ
ÙÙÙ Ù
٠إعادة تعÙÙÙÙا ÙرÙبÙا.
- notice email cannot find: Ù
عذرةÙØ ØªØ¹Ø°Ø± Ø¥Ùجاد عÙÙا٠اÙبرÙد اÙØ¥ÙÙترÙÙÙ.
edit:
title: إعادة ضبط ÙÙÙ
Ø© اÙسر
heading: إعادة تعÙÙÙ ÙÙÙ
Ø© اÙسر %{user}
diff --git a/config/locales/arz.yml b/config/locales/arz.yml
index a7fafef89..8b767471c 100644
--- a/config/locales/arz.yml
+++ b/config/locales/arz.yml
@@ -124,10 +124,6 @@ arz:
ÙÙ
Ø°Ùر٠تأÙÙد اÙعÙÙا٠اÙØ¥ÙÙترÙÙ٠اÙجدÙد.
success: تÙ
تØدÙØ« Ù
عÙÙÙ
ات اÙÙ
ستخدÙ
بÙجاØ.
browse:
- changeset:
- title: 'ØزÙ
٠اÙتغÙÙرات: %{id}'
- changesetxml: ØزÙ
٠اÙتغÙÙرات Ø¥Ùس Ø¥Ù
Ø¥Ù
- osmchangexml: osmChange XML
relation_member:
entry_role_html: '%{type} %{name} ÙÙÙ %{role}'
type:
@@ -170,6 +166,10 @@ arz:
feed:
title: ØزÙ
٠اÙتغÙÙرات %{id}
title_comment: ØزÙ
٠اÙتغÙÙرات %{id} - %{comment}
+ show:
+ title: 'ØزÙ
٠اÙتغÙÙرات: %{id}'
+ changesetxml: ØزÙ
٠اÙتغÙÙرات Ø¥Ùس Ø¥Ù
Ø¥Ù
+ osmchangexml: osmChange XML
dashboards:
contact:
km away: عÙ٠بعد %{count}ÙÙ
@@ -702,10 +702,6 @@ arz:
new password button: إعاد٠ضبط ÙÙÙ
٠اÙÙ
رÙر
help_text: أدخ٠عÙÙا٠اÙبرÙد اÙØ¥ÙÙترÙÙ٠اÙذ٠استخدÙ
ت٠ÙÙتسجÙÙ Ø ÙسÙÙ Ùرس٠عÙÙÙ
رابط ÙÙ
ÙÙ٠استخداÙ
Ù Ùإعاد٠تعÙÙÙ ÙÙÙ
٠اÙÙ
رÙر.
- create:
- notice email on way: Ùأس٠ÙØ£Ù٠أضعتÙا :-( ÙÙÙÙ ÙÙا٠رساÙ٠إÙÙترÙÙÙÙ Ù٠طرÙÙÙا
- Ø¥ÙÙ٠ستÙ
ÙÙÙ Ù
٠إعاد٠تعÙÙÙÙا ÙرÙبÙا.
- notice email cannot find: تعذÙر Ø¥Ùجاد عÙÙا٠اÙبرÙد اÙØ¥ÙÙترÙÙÙØ ÙØ٠آسÙÙÙ.
edit:
title: إعاد٠ضبط ÙÙÙ
٠اÙÙ
رÙر
heading: إعاد٠تعÙÙÙ ÙÙÙ
٠اÙÙ
رÙر %{user}
diff --git a/config/locales/ast.yml b/config/locales/ast.yml
index 4c7c087ab..08144489c 100644
--- a/config/locales/ast.yml
+++ b/config/locales/ast.yml
@@ -259,8 +259,6 @@ ast:
destroy:
success: Desanicióse la cuenta.
browse:
- created: Creáu
- closed: Zarráu
version: Versión
in_changeset: Conxuntu de cambios
anonymous: anónimu
@@ -270,21 +268,6 @@ ast:
view_history: Ver historial
view_details: Ver detalles
location: 'Allugamientu:'
- changeset:
- title: 'Conxuntu de cambios: %{id}'
- belongs_to: Autor
- node: Nuedos (%{count})
- node_paginated: Nuedos (%{x}-%{y} de %{count})
- way: VÃes (%{count})
- way_paginated: VÃes (%{x}-%{y} de %{count})
- relation: Rellaciones (%{count})
- relation_paginated: Rellaciones (%{x}-%{y} de %{count})
- changesetxml: Conxuntu de cambeos XML
- osmchangexml: osmChange XML
- join_discussion: Anicia sesión pa xunite al alderique
- discussion: Alderique
- still_open: El conxuntu de cambios inda ta abiertu; l'alderique abriráse en
- zarrando'l conxuntu de cambios.
node:
title_html: 'Nuedu: %{name}'
history_title_html: 'Historial del nuedu: %{name}'
@@ -383,6 +366,24 @@ ast:
feed:
title: Conxuntu de cambeos %{id}
title_comment: Conxuntu de cambeos %{id} - %{comment}
+ created: Creáu
+ closed: Zarráu
+ belongs_to: Autor
+ show:
+ title: 'Conxuntu de cambios: %{id}'
+ discussion: Alderique
+ join_discussion: Anicia sesión pa xunite al alderique
+ still_open: El conxuntu de cambios inda ta abiertu; l'alderique abriráse en
+ zarrando'l conxuntu de cambios.
+ changesetxml: Conxuntu de cambeos XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Nuedos (%{count})
+ nodes_paginated: Nuedos (%{x}-%{y} de %{count})
+ ways: VÃes (%{count})
+ ways_paginated: VÃes (%{x}-%{y} de %{count})
+ relations: Rellaciones (%{count})
+ relations_paginated: Rellaciones (%{x}-%{y} de %{count})
timeout:
sorry: Llevó demasiao tiempu baxar la llista de conxuntos de cambeos que pidisti.
changeset_comments:
@@ -1425,10 +1426,6 @@ ast:
new password button: Reestablecer contraseña
help_text: Escribi les señes de corréu qu'usasti pa date d'alta, unviarémoste
un enllaz que pues usar pa reestablecer la contraseña.
- create:
- notice email on way: Sentimos que la perdieres :-( pero hai un corréu en camÃn
- pa que puedas reaniciala ceo.
- notice email cannot find: Nun s'alcontró esa direición de corréu.
edit:
title: Reestablecer contraseña
heading: Reestablecer la contraseña de %{user}
diff --git a/config/locales/az.yml b/config/locales/az.yml
index 32e8bc347..53cbf4a77 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -162,8 +162,6 @@ az:
link text: bu nÉdir?
save changes button: DÉyiÅikliklÉri yadda saxla
browse:
- created: Yaradılıb
- closed: BaÄlanıb
version: Versiya
in_changeset: DÉyiÅikliklÉr
anonymous: anonim
@@ -173,12 +171,6 @@ az:
view_history: TarixçÉyÉ bax
view_details: XüsusiyyÉtlÉrÉ bax
location: 'YerlÉÅmÉsi:'
- changeset:
- title: 'DÉyiÅikliklÉr dÉsti: %{id}'
- belongs_to: MüÉllif
- node: (%{count}) nöqtÉ
- changesetxml: XML dÉyiÅikliklÉr dÉsti
- osmchangexml: osmChange XML
relation:
members: Ä°Åtirakçılar
relation_member:
@@ -247,6 +239,15 @@ az:
feed:
title: DÉyiÅikliklÉr dÉsti %{id}
title_comment: DÉyiÅikliklÉr dÉsti %{id} - %{comment}
+ created: Yaradılıb
+ closed: BaÄlanıb
+ belongs_to: MüÉllif
+ show:
+ title: 'DÉyiÅikliklÉr dÉsti: %{id}'
+ changesetxml: XML dÉyiÅikliklÉr dÉsti
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: (%{count}) nöqtÉ
timeout:
sorry: BaÄıÅlayın, tÉlÉb etdiyiniz dÉyiÅikliklÉr dÉstinin siyahısı, çıxarıla
bilmÉk üçün cox böyükdür.
diff --git a/config/locales/ba.yml b/config/locales/ba.yml
index ca53e54c5..131bbb2d8 100644
--- a/config/locales/ba.yml
+++ b/config/locales/ba.yml
@@ -251,8 +251,6 @@ ba:
comment: ÐомменÑаÑий
full: ТÑÐ»Ñ ÑекÑÑ
browse:
- created: ÐÑлдÑÑÑлÒан
- closed: ЯбÑÒ¡
version: ÐеÑÑиÑ
in_changeset: ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑ
anonymous: Ðноним
@@ -268,21 +266,6 @@ ba:
view_history: ТаÑиÑ
view_details: ÐнÑеклÓбеÑÓк
location: 'ÐеогÑаÑик ÑÑÑн:'
- changeset:
- title: 'ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑ: %{id}'
- belongs_to: ÐвÑоÑ
- node: ÐөкÑÓлÓÑ (%{count})
- node_paginated: ÐөкÑÓлÓÑ (%{x}-%{y} из %{count})
- way: ÒºÑÒÑÒ¡ÑÐ°Ñ (%{count})
- way_paginated: Ð®Ð»Ð´Ð°Ñ (%{x}-%{y} %{count}Ò»Ñнан)
- relation: ÐөнÓÑÓбÓÑÑÓÑ (%{count})
- relation_paginated: ÐөнÓÑÓбÓÑÑÓÑ (%{x}-%{y} %{count}нан)
- changesetxml: ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑнÑÒ£ XML-Ñ
- osmchangexml: osmChange XML
- join_discussion: Ð¤ÐµÐºÐµÑ Ð°Ð»ÑÑÑÑÒа Ò¡ÑÑÑлÑÑ Ó©Ñөн ÑиÑÑемаÒа инегеÒ
- discussion: Ð¤ÐµÐºÐµÑ Ð°Ð»ÑÑÑÑ
- still_open: ТөÒÓÑмÓлÓÑ Ð¿Ð°ÐºÐµÑÑ Óле аÑÑÒ¡. Ð¤ÐµÐºÐµÑ Ð°Ð»ÑÑÑÑ, ÑÓ©ÒÓÑмÓлÓÑ Ð¿Ð°ÐºÐµÑÑ ÑбÑлÒандан
- Ò»ÑÒ£ ÒÑна бÑлаÑаҡ.
node:
title_html: 'ÐөкÑÓ: %{name}'
history_title_html: 'ÐөкÑÓ ÑаÑиÑ
Ñ: %{name}'
@@ -387,6 +370,24 @@ ba:
feed:
title: 'ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑ: %{id}'
title_comment: ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑ %{id} â %{comment}
+ created: ÐÑлдÑÑÑлÒан
+ closed: ЯбÑÒ¡
+ belongs_to: ÐвÑоÑ
+ show:
+ title: 'ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑ: %{id}'
+ discussion: Ð¤ÐµÐºÐµÑ Ð°Ð»ÑÑÑÑ
+ join_discussion: Ð¤ÐµÐºÐµÑ Ð°Ð»ÑÑÑÑÒа Ò¡ÑÑÑлÑÑ Ó©Ñөн ÑиÑÑемаÒа инегеÒ
+ still_open: ТөÒÓÑмÓлÓÑ Ð¿Ð°ÐºÐµÑÑ Óле аÑÑÒ¡. Ð¤ÐµÐºÐµÑ Ð°Ð»ÑÑÑÑ, ÑÓ©ÒÓÑмÓлÓÑ Ð¿Ð°ÐºÐµÑÑ ÑбÑлÒандан
+ Ò»ÑÒ£ ÒÑна бÑлаÑаҡ.
+ changesetxml: ТөÒÓÑеүÒÓÑ Ð¿Ð°ÐºÐµÑÑнÑÒ£ XML-Ñ
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ÐөкÑÓлÓÑ (%{count})
+ nodes_paginated: ÐөкÑÓлÓÑ (%{x}-%{y} из %{count})
+ ways: ÒºÑÒÑÒ¡ÑÐ°Ñ (%{count})
+ ways_paginated: Ð®Ð»Ð´Ð°Ñ (%{x}-%{y} %{count}Ò»Ñнан)
+ relations: ÐөнÓÑÓбÓÑÑÓÑ (%{count})
+ relations_paginated: ÐөнÓÑÓбÓÑÑÓÑ (%{x}-%{y} %{count}нан)
timeout:
sorry: Ò ÑÒÒанÑÑҡа ҡаÑÑÑ, Ò»ÐµÒ Ò»Ð¾ÑаÒан ÑÓ©ÒÓÑÐ¼Ó Ð¿Ð°ÐºÐµÑÑаÑÑ Ð¸Ñемлеген алÑÑ Ó©Ñөн күп
ваҡÑÑ Ñалап иÑÓ.
diff --git a/config/locales/be-Tarask.yml b/config/locales/be-Tarask.yml
index 6825dd85c..a99fc301f 100644
--- a/config/locales/be-Tarask.yml
+++ b/config/locales/be-Tarask.yml
@@ -281,8 +281,6 @@ be-Tarask:
поÑÑÑ.
success: ÐÑвеÑÑÐºÑ Ð¿Ñа каÑÑÑÑалÑнÑка паÑÑпÑÑ
ова абноÑленÑÑ.
browse:
- created: СÑвоÑана
- closed: ÐакÑÑÑае
version: ÐÑÑÑÑÑ
in_changeset: ÐÐ°Ð±Ð¾Ñ Ð·ÑменаÑ
anonymous: ананÑм
@@ -302,17 +300,6 @@ be-Tarask:
view_history: ÐаглÑдзеÑÑ Ð³ÑÑÑоÑÑÑ
view_details: ÐаглÑдзеÑÑ Ð·ÑвеÑÑкÑ
location: 'ÐеÑÑазнаÑ
оджанÑне:'
- changeset:
- title: 'ÐÐ°Ð±Ð¾Ñ Ð·ÑменаÑ: %{id}'
- belongs_to: ÐÑÑаÑ
- node: ÐÑнкÑÑ (%{count})
- node_paginated: ÐÑнкÑÑ (%{x}-%{y} з %{count})
- way: ÐÑнÑÑ (%{count})
- way_paginated: ÐÑнÑÑ (%{x}-%{y} з %{count})
- relation: СÑвÑÐ·Ñ (%{count})
- relation_paginated: СÑвÑÐ·Ñ (%{x}-%{y} з %{count})
- changesetxml: ÐÐ°Ð±Ð¾Ñ Ð·ÑÐ¼ÐµÐ½Ð°Ñ Ñ ÑаÑмаÑе XML
- osmchangexml: osmChange XML
way:
nodes: ÐÑзлÑ
nodes_count:
@@ -396,6 +383,20 @@ be-Tarask:
feed:
title: ÐÐ°Ð±Ð¾Ñ Ð·ÑÐ¼ÐµÐ½Ð°Ñ %{id}
title_comment: ÐÐ°Ð±Ð¾Ñ Ð·ÑÐ¼ÐµÐ½Ð°Ñ %{id} - %{comment}
+ created: СÑвоÑана
+ closed: ÐакÑÑÑае
+ belongs_to: ÐÑÑаÑ
+ show:
+ title: 'ÐÐ°Ð±Ð¾Ñ Ð·ÑменаÑ: %{id}'
+ changesetxml: ÐÐ°Ð±Ð¾Ñ Ð·ÑÐ¼ÐµÐ½Ð°Ñ Ñ ÑаÑмаÑе XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ÐÑнкÑÑ (%{count})
+ nodes_paginated: ÐÑнкÑÑ (%{x}-%{y} з %{count})
+ ways: ÐÑнÑÑ (%{count})
+ ways_paginated: ÐÑнÑÑ (%{x}-%{y} з %{count})
+ relations: СÑвÑÐ·Ñ (%{count})
+ relations_paginated: СÑвÑÐ·Ñ (%{x}-%{y} з %{count})
timeout:
sorry: ÐÑабаÑÑе, ÑÑпÑÑ Ð½Ð°Ð±Ð¾ÑÐ°Ñ Ð·ÑменаÑ, ÑÐºÑ ÐÑ Ð·Ð°Ð¿ÑÑалÑ, занадÑа вÑлÑÐºÑ Ð´Ð»Ñ
аÑÑÑманÑнÑ.
@@ -1039,11 +1040,6 @@ be-Tarask:
new password button: ÐÑÑÑÑÑÑÑÑ Ð¿Ð°ÑолÑ
help_text: УвÑдзÑÑе адÑÐ°Ñ ÑлекÑÑоннай поÑÑÑ, ÑÐºÑ ÐÑ Ð²ÑкаÑÑÑÑоÑÐ²Ð°Ð»Ñ Ð¿ÑÑ ÑÑгÑÑÑÑаÑÑÑ,
Ñ Ð¼Ñ Ð²ÑÑлем Ðам ÑпаÑÑлкÑ, ÑкÑÑ ÐÑ Ð·Ð¼Ð¾Ð¶Ð°Ñе вÑкаÑÑÑÑаÑÑ Ð´Ð»Ñ Ð·ÑÐ¼ÐµÐ½Ñ Ð¿Ð°ÑолÑ.
- create:
- notice email on way: Шкада, ÑÑо ÐÑ Ñго згÑбÑлÑ, але ÑлекÑÑÐ¾Ð½Ð½Ñ Ð»ÑÑÑ Ñжо даÑланÑ,
- ÑÐ°Ð¼Ñ ÐÑ Ñ
ÑÑка зможаÑе Ñго зÑмÑнÑÑÑ.
- notice email cannot find: ÐÑабаÑÑе, не аÑÑÑмалаÑÑ Ð·Ð½Ð°Ð¹ÑÑÑÑ Ñакога адÑаÑÑ ÑлекÑÑоннай
- поÑÑÑ.
edit:
title: ÐÑÑÑÑÑÑÑÑ Ð¿Ð°ÑолÑ
heading: СкÑнÑÑÑ Ð¿Ð°ÑÐ¾Ð»Ñ Ð´Ð»Ñ %{user}
diff --git a/config/locales/be.yml b/config/locales/be.yml
index 0c3771d46..34f891672 100644
--- a/config/locales/be.yml
+++ b/config/locales/be.yml
@@ -317,8 +317,6 @@ be:
ÑÐ²Ð°Ñ Ñл.поÑÑÑ, вам павÑнен пÑÑйÑÑÑ Ð·Ð°Ð¿ÑÑ Ð½Ð° паÑвÑÑджÑнне ваÑага новага адÑаÑа.
success: ÐвеÑÑÐºÑ Ð°Ð± каÑÑÑÑалÑнÑÐºÑ Ð¿Ð°ÑпÑÑ
ова абноÑленÑÑ.
browse:
- created: СÑвоÑанÑ
- closed: ÐаÑÑненÑ
version: ÐеÑÑÑÑ
in_changeset: ÐÐ°ÐºÐµÑ Ð¿Ñавак
anonymous: ананÑмнÑ
@@ -328,21 +326,6 @@ be:
view_history: ÐÑаглÑд гÑÑÑоÑÑÑ
view_details: ÐÑаглÑд звеÑÑак
location: 'ÐеÑÑа:'
- changeset:
- title: 'ÐÐ°Ð±Ð¾Ñ Ð·Ð¼ÐµÐ½: %{id}'
- belongs_to: ÐÑÑаÑ
- node: ÐÑнкÑÑ (%{count})
- node_paginated: ÐÑнкÑÑ (%{x}-%{y} з %{count})
- way: ÐÑнÑÑ (%{count})
- way_paginated: ÐÑнÑÑ (%{x}-%{y} з %{count})
- relation: ÐаÑÑÐ½ÐµÐ½Ð½Ñ (%{count})
- relation_paginated: ÐаÑÑÐ½ÐµÐ½Ð½Ñ (%{x}-%{y} з %{count})
- changesetxml: XML пакеÑа пÑавак
- osmchangexml: osmChange XML
- join_discussion: УвайдзÑÑе Ñ ÑÑÑÑÑмÑ, каб далÑÑÑÑÑа да абмеÑкаваннÑ
- discussion: ÐбмеÑкаванне
- still_open: ÐÐ°ÐºÐµÑ Ð¿Ñавак ÑÑÑÑ Ð°Ð´ÐºÑÑÑÑ. ÐбмеÑкаванне ÑÑане даÑÑÑпнÑм, Ñк ÑолÑкÑ
- Ð¿Ð°ÐºÐµÑ Ð¿Ñавак закÑÑеÑÑа.
node:
title_html: 'ÐÑнкÑ: %{name}'
history_title_html: 'ÐÑÑÑоÑÑÑ Ð¿ÑнкÑа: %{name}'
@@ -441,6 +424,24 @@ be:
feed:
title: ÐÐ°Ð±Ð¾Ñ Ð·Ð¼ÐµÐ½ %{id}
title_comment: ÐÐ°Ð±Ð¾Ñ Ð·Ð¼ÐµÐ½ %{id} - %{comment}
+ created: СÑвоÑанÑ
+ closed: ÐаÑÑненÑ
+ belongs_to: ÐÑÑаÑ
+ show:
+ title: 'ÐÐ°Ð±Ð¾Ñ Ð·Ð¼ÐµÐ½: %{id}'
+ discussion: ÐбмеÑкаванне
+ join_discussion: УвайдзÑÑе Ñ ÑÑÑÑÑмÑ, каб далÑÑÑÑÑа да абмеÑкаваннÑ
+ still_open: ÐÐ°ÐºÐµÑ Ð¿Ñавак ÑÑÑÑ Ð°Ð´ÐºÑÑÑÑ. ÐбмеÑкаванне ÑÑане даÑÑÑпнÑм, Ñк ÑолÑкÑ
+ Ð¿Ð°ÐºÐµÑ Ð¿Ñавак закÑÑеÑÑа.
+ changesetxml: XML пакеÑа пÑавак
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ÐÑнкÑÑ (%{count})
+ nodes_paginated: ÐÑнкÑÑ (%{x}-%{y} з %{count})
+ ways: ÐÑнÑÑ (%{count})
+ ways_paginated: ÐÑнÑÑ (%{x}-%{y} з %{count})
+ relations: ÐаÑÑÐ½ÐµÐ½Ð½Ñ (%{count})
+ relations_paginated: ÐаÑÑÐ½ÐµÐ½Ð½Ñ (%{x}-%{y} з %{count})
timeout:
sorry: ÐÑбаÑайÑе, ÑпÑÑ Ð½Ð°Ð±Ð¾ÑÐ°Ñ Ð¿Ñавак, ÑÑо ÐÑ Ð·Ð°Ð¿ÑÑалÑ, занадÑа вÑлÑÐºÑ Ð´Ð»Ñ Ð°ÑÑÑманнÑ.
changeset_comments:
@@ -1448,10 +1449,6 @@ be:
new password button: ÐÑÑлаÑÑ Ð¼Ð½Ðµ Ð½Ð¾Ð²Ñ Ð¿Ð°ÑолÑ
help_text: УвÑдзÑÑе адÑÐ°Ñ ÑлекÑÑоннай поÑÑÑ, ÑÐºÑ ÐÑ Ð²ÑкаÑÑÑÑоÑÐ²Ð°Ð»Ñ Ð¿ÑÑ ÑÑгÑÑÑÑаÑÑÑ,
Ñ Ð¼Ñ Ð²ÑÑлем Ðам ÑпаÑÑлкÑ, ÑкÑÑ ÐÑ Ð·Ð¼Ð¾Ð¶Ð°Ñе вÑкаÑÑÑÑаÑÑ Ð´Ð»Ñ Ð·Ð¼ÐµÐ½Ñ Ð¿Ð°ÑолÑ.
- create:
- notice email on way: ÐалÑ, ÑÑо Ð²Ñ Ñго згÑбÑÐ»Ñ :-( але лÑÑÑ Ñжо адпÑаÑленÑ, Ñ
- Ð²Ñ Ñ
ÑÑка зможаÑе Ñго ÑкÑнÑÑÑ.
- notice email cannot find: ÐемагÑÑма знайÑÑÑ Ð³ÑÑÐ°ÐºÑ Ð¿Ð°ÑÑÐ¾Ð²Ñ Ð°Ð´ÑаÑ, пÑабаÑÑе.
edit:
title: ÑкÑнÑÑÑ Ð¿Ð°ÑолÑ
heading: СкÑнÑÑÑ Ð¿Ð°ÑÐ¾Ð»Ñ Ð´Ð»Ñ %{user}
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 29c42a050..4cff01a9b 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -293,11 +293,6 @@ bg:
destroy:
success: ÐÑоÑилÑÑ Ðµ изÑÑиÑ.
browse:
- created: СÑздадена
- closed: ÐаÑвоÑена
- closed_ago_html: ÐаÑвоÑен %{time_ago}
- created_ago_by_html: СÑздаден %{time_ago} Ð¾Ñ %{user}
- closed_ago_by_html: ÐаÑвоÑен %{time_ago} Ð¾Ñ %{user}
edited_ago_by_html: РедакÑиÑано %{time_ago} Ð¾Ñ %{user}
version: ÐеÑÑиÑ
in_changeset: СпиÑÑк Ñ Ð¿Ñомени
@@ -308,21 +303,6 @@ bg:
view_history: Ðоказване на иÑÑоÑиÑÑа
view_details: Ðоказване на деÑайли
location: 'ÐеÑÑоположение:'
- changeset:
- title: 'СпиÑÑк Ñ Ð¿Ñомени: %{id}'
- belongs_to: ÐвÑоÑ
- node: ÐÑзли (%{count})
- node_paginated: ÐÑзли (%{x}-%{y} Ð¾Ñ Ð¾Ð±Ñо %{count})
- way: ÐÑÑиÑа (%{count})
- way_paginated: ÐÑÑиÑа (%{x}-%{y} Ð¾Ñ Ð¾Ð±Ñо %{count})
- relation: РелаÑии (%{count})
- relation_paginated: РелаÑии(%{x}-%{y} Ð¾Ñ %{count})
- changesetxml: XML на ÑпиÑÑка Ñ Ð¿Ñомени
- osmchangexml: osmChange XML
- join_discussion: ÐпиÑеÑе Ñе, за да Ñе пÑиÑÑединиÑе кÑм обÑÑжданеÑо
- discussion: ÐбÑÑждане
- still_open: СпиÑÑкÑÑ Ñ Ð¿Ñомени не е завÑÑÑен - обÑÑжданеÑо Ñе запоÑне Ñлед неговоÑо
- завÑÑÑване.
node:
title_html: 'ÐÑзел: %{name}'
history_title_html: 'ÐÑÑоÑÐ¸Ñ Ð½Ð° вÑзела: %{name}'
@@ -415,6 +395,27 @@ bg:
feed:
title: СпиÑÑк Ñ Ð¿Ñомени %{id}
title_comment: СпиÑÑк Ñ Ð¿Ñомени %{id} - %{comment}
+ created: СÑздадена
+ closed: ÐаÑвоÑена
+ belongs_to: ÐвÑоÑ
+ show:
+ title: 'СпиÑÑк Ñ Ð¿Ñомени: %{id}'
+ closed_ago_html: ÐаÑвоÑен %{time_ago}
+ created_ago_by_html: СÑздаден %{time_ago} Ð¾Ñ %{user}
+ closed_ago_by_html: ÐаÑвоÑен %{time_ago} Ð¾Ñ %{user}
+ discussion: ÐбÑÑждане
+ join_discussion: ÐпиÑеÑе Ñе, за да Ñе пÑиÑÑединиÑе кÑм обÑÑжданеÑо
+ still_open: СпиÑÑкÑÑ Ñ Ð¿Ñомени не е завÑÑÑен - обÑÑжданеÑо Ñе запоÑне Ñлед неговоÑо
+ завÑÑÑване.
+ changesetxml: XML на ÑпиÑÑка Ñ Ð¿Ñомени
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ÐÑзли (%{count})
+ nodes_paginated: ÐÑзли (%{x}-%{y} Ð¾Ñ Ð¾Ð±Ñо %{count})
+ ways: ÐÑÑиÑа (%{count})
+ ways_paginated: ÐÑÑиÑа (%{x}-%{y} Ð¾Ñ Ð¾Ð±Ñо %{count})
+ relations: РелаÑии (%{count})
+ relations_paginated: РелаÑии(%{x}-%{y} Ð¾Ñ %{count})
timeout:
sorry: СÑжалÑваме, но ÑпиÑÑка Ñ Ð¿Ñомени койÑо заÑвиÑ
Ñе Ñе заÑежда ÑвÑÑде дÑлго.
changeset_comments:
@@ -1434,8 +1435,6 @@ bg:
help_text: ÐÑведеÑе имейл адÑеÑа, койÑо ÑÑе използвали пÑи ÑегиÑÑÑаÑиÑÑа, и
ние Ñе Ðи изпÑаÑим вÑÑзка, коÑÑо можеÑе да използваÑе, за да пÑомениÑе паÑолаÑа
Ñи.
- create:
- notice email cannot find: СÑжалÑваме, но Ñози елекÑÑонен адÑÐµÑ Ð½Ðµ е намеÑен.
edit:
title: ÐÑзÑÑановÑване на паÑола
heading: Смени ÐаÑола за %{user}
diff --git a/config/locales/bn.yml b/config/locales/bn.yml
index 6c90192f7..ab9b7db6b 100644
--- a/config/locales/bn.yml
+++ b/config/locales/bn.yml
@@ -337,12 +337,6 @@ bn:
destroy:
success: à¦
à§à¦¯à¦¾à¦à¦¾à¦à¦¨à§à¦ à¦
পসারণ à¦à¦°à¦¾ হয়à§à¦à§à¥¤
browse:
- created: তà§à¦°à¦¿ হয়à§à¦à§
- closed: বনà§à¦§ হয়à§à¦à§
- created_ago_html: '%{time_ago} তà§à¦°à¦¿'
- closed_ago_html: '%{time_ago} বনà§à¦§à¦à§à¦¤'
- created_ago_by_html: '%{user} à¦à¦°à§à¦¤à§à¦ %{time_ago} তà§à¦°à¦¿à¦à§à¦¤'
- closed_ago_by_html: '%{user} à¦à¦°à§à¦¤à§à¦ %{time_ago} বনà§à¦§à¦à§à¦¤'
deleted_ago_by_html: '%{user} à¦à¦°à§à¦¤à§à¦ %{time_ago} à¦
পসারিত'
edited_ago_by_html: '%{user} à¦à¦°à§à¦¤à§à¦ %{time_ago} সমà§à¦ªà¦¾à¦¦à¦¿à¦¤'
version: সà¦à¦¸à§à¦à¦°à¦£
@@ -360,21 +354,6 @@ bn:
view_history: à¦à¦¤à¦¿à¦¹à¦¾à¦¸ দà§à¦à§à¦¨
view_details: বিসà§à¦¤à¦¾à¦°à¦¿à¦¤ দà§à¦à§à¦¨
location: 'à¦
বসà§à¦¥à¦¾à¦¨:'
- changeset:
- title: 'পরিবরà§à¦¤à¦¨à¦§à¦¾à¦°à§à¦¯: %{id}'
- belongs_to: লà§à¦à¦
- node: সà¦à¦¯à§à¦à¦¸à§à¦¥à¦² (%{count}à¦à¦¿)
- node_paginated: সà¦à¦¯à§à¦à¦¸à§à¦¥à¦² (%{count}à¦à¦¿à¦° %{x}-%{y})
- way: পথসমà§à¦¹ (%{count}à¦à¦¿)
- way_paginated: পথসমà§à¦¹ (%{count}à¦à¦¿à¦° %{x}-%{y})
- relation: সমà§à¦ªà¦°à§à¦ (%{count}à¦à¦¿)
- relation_paginated: সমà§à¦ªà¦°à§à¦ (%{count}à¦à¦¿à¦° %{x}-%{y})
- hidden_comment_by_html: '%{user} %{time_ago} মনà§à¦¤à¦¬à§à¦¯à¦à¦¿ লà§à¦à¦¿à¦¯à¦¼à§à¦à§à¦¨'
- changesetxml: পরিবরà§à¦¤à¦¨à¦§à¦¾à¦°à§à¦¯ à¦à¦à§à¦¸à¦à¦®à¦à¦²
- osmchangexml: osmChange à¦à¦à§à¦¸à¦à¦®à¦à¦²
- join_discussion: à¦à¦²à§à¦à¦¨à¦¾à¦¯à¦¼ যà§à¦ দিতৠপà§à¦°à¦¬à§à¦¶ à¦à¦°à§à¦¨
- discussion: à¦à¦²à§à¦à¦¨à¦¾
- still_open: à¦à§à¦à§à¦à¦¸à§à¦ à¦à¦à¦¨à¦ à¦à§à¦²à¦¾ - à¦à§à¦à§à¦à¦¸à§à¦ বনà§à¦§ হয়ৠà¦à§à¦²à§ à¦à¦²à§à¦à¦¨à¦¾ à¦à§à¦²à¦¾ হবà§à¥¤
node:
title_html: 'সà¦à¦¯à§à¦à¦¸à§à¦¥à¦²: %{name}'
history_title_html: 'সà¦à¦¯à§à¦à¦¸à§à¦¥à¦²à§à¦° à¦à¦¤à¦¿à¦¹à¦¾à¦¸: %{name}'
@@ -482,6 +461,28 @@ bn:
feed:
title: পরিবরà§à¦¤à¦¨à¦§à¦¾à¦°à§à¦¯ %{id}
title_comment: পরিবরà§à¦¤à¦¨à¦§à¦¾à¦°à§à¦¯ %{id} - %{comment}
+ created: তà§à¦°à¦¿ হয়à§à¦à§
+ closed: বনà§à¦§ হয়à§à¦à§
+ belongs_to: লà§à¦à¦
+ show:
+ title: 'পরিবরà§à¦¤à¦¨à¦§à¦¾à¦°à§à¦¯: %{id}'
+ created_ago_html: '%{time_ago} তà§à¦°à¦¿'
+ closed_ago_html: '%{time_ago} বনà§à¦§à¦à§à¦¤'
+ created_ago_by_html: '%{user} à¦à¦°à§à¦¤à§à¦ %{time_ago} তà§à¦°à¦¿à¦à§à¦¤'
+ closed_ago_by_html: '%{user} à¦à¦°à§à¦¤à§à¦ %{time_ago} বনà§à¦§à¦à§à¦¤'
+ discussion: à¦à¦²à§à¦à¦¨à¦¾
+ join_discussion: à¦à¦²à§à¦à¦¨à¦¾à¦¯à¦¼ যà§à¦ দিতৠপà§à¦°à¦¬à§à¦¶ à¦à¦°à§à¦¨
+ still_open: à¦à§à¦à§à¦à¦¸à§à¦ à¦à¦à¦¨à¦ à¦à§à¦²à¦¾ - à¦à§à¦à§à¦à¦¸à§à¦ বনà§à¦§ হয়ৠà¦à§à¦²à§ à¦à¦²à§à¦à¦¨à¦¾ à¦à§à¦²à¦¾ হবà§à¥¤
+ hidden_comment_by_html: '%{user} %{time_ago} মনà§à¦¤à¦¬à§à¦¯à¦à¦¿ লà§à¦à¦¿à¦¯à¦¼à§à¦à§à¦¨'
+ changesetxml: পরিবরà§à¦¤à¦¨à¦§à¦¾à¦°à§à¦¯ à¦à¦à§à¦¸à¦à¦®à¦à¦²
+ osmchangexml: osmChange à¦à¦à§à¦¸à¦à¦®à¦à¦²
+ paging_nav:
+ nodes: সà¦à¦¯à§à¦à¦¸à§à¦¥à¦² (%{count}à¦à¦¿)
+ nodes_paginated: সà¦à¦¯à§à¦à¦¸à§à¦¥à¦² (%{count}à¦à¦¿à¦° %{x}-%{y})
+ ways: পথসমà§à¦¹ (%{count}à¦à¦¿)
+ ways_paginated: পথসমà§à¦¹ (%{count}à¦à¦¿à¦° %{x}-%{y})
+ relations: সমà§à¦ªà¦°à§à¦ (%{count}à¦à¦¿)
+ relations_paginated: সমà§à¦ªà¦°à§à¦ (%{count}à¦à¦¿à¦° %{x}-%{y})
timeout:
sorry: দà§à¦à¦à¦¿à¦¤, à¦à¦ªà¦¨à¦¿ যà§à¦ পরিবরà§à¦¤à¦¨à¦¸à§à¦à¦à¦¿à¦° à¦à¦¨à§à¦¯ à¦à¦¬à§à¦¦à¦¨ à¦à¦°à¦à§à¦¨ সà§à¦à¦¿ ফিরিয়ৠà¦à¦¨à¦¤à§ à¦à¦°à¦
সময় লাà¦à¦¬à§à¥¤
@@ -602,6 +603,8 @@ bn:
comment: মনà§à¦¤à¦¬à§à¦¯
newer_comments: নতà§à¦¨à¦¤à¦° মনà§à¦¤à¦¬à§à¦¯
older_comments: পà§à¦°à¦¾à¦¤à¦¨ মনà§à¦¤à¦¬à§à¦¯
+ subscribe:
+ button: à¦à¦²à§à¦à¦¨à¦¾à¦¯à¦¼ সাবসà§à¦à§à¦°à¦¾à¦à¦¬ à¦à¦°à§à¦¨
doorkeeper:
flash:
applications:
diff --git a/config/locales/br.yml b/config/locales/br.yml
index dc8bdbafa..49ba71aa8 100644
--- a/config/locales/br.yml
+++ b/config/locales/br.yml
@@ -250,9 +250,6 @@ br:
few: '%{count} bloaz zo'
many: '%{count} bloaz zo'
other: '%{count} bloaz zo'
- printable_name:
- version: v%{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: Dre ziouer (%{name} er mare-mañ)
id:
@@ -355,12 +352,6 @@ br:
destroy:
success: Kont dilamet.
browse:
- created: Krouet
- closed: Serret
- created_ago_html: Krouet %{time_ago}
- closed_ago_html: Serret %{time_ago}
- created_ago_by_html: Bet krouet %{time_ago} gant %{user}
- closed_ago_by_html: Bet serret %{time_ago} gant %{user}
deleted_ago_by_html: Bet dilamet %{time_ago} gant %{user}
edited_ago_by_html: Bet aozet %{time_ago} gant %{user}
version: Stumm
@@ -384,23 +375,6 @@ br:
view_history: Gwelet an istor
view_details: âGwelet ar munudoù
location: 'Lec''hiadur:'
- changeset:
- title: 'Hollad cheñchamantoù: %{id}'
- belongs_to: Aozer
- node: Skoulmoù (%{count})
- node_paginated: Skoulmoù (%{x}-%{y} diwar %{count})
- way: Hentoù (%{count})
- way_paginated: Hentoù (%{x}-%{y} diwar %{count})
- relation: Darempredoù (%{count})
- relation_paginated: Darempredoù (%{x}-%{y} diwar %{count})
- hidden_comment_by_html: Kemennadenn kuzhet gant %{user} %{time_ago}
- comment_by_html: Kemennadenn skrivet gant %{user} %{time_ago}
- changesetxml: Hollad cheñchamantoù XML
- osmchangexml: Cheñchoùosm XML
- join_discussion: Kevreit evit mont er gaozeadenn
- discussion: Kaozeadenn
- still_open: Hollad cheñchamantoù digor - an diviz a zigoro ur wech ma vo serret
- an hollad cheñchamantoù.
node:
title_html: 'Skoulm: %{name}'
history_title_html: 'Istor ar skoulm: %{name}'
@@ -528,6 +502,40 @@ br:
feed:
title: Hollad cheñchamantoù %{id}
title_comment: Hollad cheñchamantoù %{id} - %{comment}
+ created: Krouet
+ closed: Serret
+ belongs_to: Aozer
+ subscribe:
+ button: Koumanantiñ ouzh ar gaozeadenn
+ unsubscribe:
+ button: Digoumanantiñ diouzh ar gaozeadenn
+ heading:
+ title: Hollad cheñchamantoù %{id}
+ created_by_html: Bet krouet gant %{link_user} d'an %{created}.
+ no_such_entry:
+ title: N'eus ket eus an hollad cheñchamantoù-mañ
+ heading: 'Enmont ebet gant an id: %{id}'
+ show:
+ title: 'Hollad cheñchamantoù: %{id}'
+ created_ago_html: Krouet %{time_ago}
+ closed_ago_html: Serret %{time_ago}
+ created_ago_by_html: Bet krouet %{time_ago} gant %{user}
+ closed_ago_by_html: Bet serret %{time_ago} gant %{user}
+ discussion: Kaozeadenn
+ join_discussion: Kevreit evit mont er gaozeadenn
+ still_open: Hollad cheñchamantoù digor - an diviz a zigoro ur wech ma vo serret
+ an hollad cheñchamantoù.
+ comment_by_html: Kemennadenn skrivet gant %{user} %{time_ago}
+ hidden_comment_by_html: Kemennadenn kuzhet gant %{user} %{time_ago}
+ changesetxml: Hollad cheñchamantoù XML
+ osmchangexml: Cheñchoùosm XML
+ paging_nav:
+ nodes: Skoulmoù (%{count})
+ nodes_paginated: Skoulmoù (%{x}-%{y} diwar %{count})
+ ways: Hentoù (%{count})
+ ways_paginated: Hentoù (%{x}-%{y} diwar %{count})
+ relations: Darempredoù (%{count})
+ relations_paginated: Darempredoù (%{x}-%{y} diwar %{count})
timeout:
sorry: Ho tigarez, re hir eo adtapout ar roll cheñchamantoù hoc'h eus goulennet.
changeset_comments:
@@ -1684,6 +1692,7 @@ br:
click_the_link: Ma'z eo c'hwi, klikit war al liamm amañ dindan, mar plij, evit
adderaouekaat ho ker-tremen.
note_comment_notification:
+ description: 'Notenn OpenStreetMap #%{id}'
anonymous: Un implijer dizanv
greeting: Demat,
commented:
@@ -1728,6 +1737,7 @@ br:
details: Munudoù ouzhpenn diwar-benn an notenn a c'hall bezañ kavet e %{url}.
details_html: Munudoù ouzhpenn diwar-benn an notenn a c'hall bezañ kavet e %{url}.
changeset_comment_notification:
+ description: 'Hollad cheñchamantoù OpenStreetMap #%{id}'
hi: Demat %{to_user},
greeting: Demat,
commented:
@@ -1750,10 +1760,10 @@ br:
partial_changeset_without_comment: Hep evezhiadenn
details: Muioc'h a ditouroù war an holl cheñchamantoù e %{url}.
details_html: Muioc'h a ditouroù war an holl cheñchamantoù e %{url}.
- unsubscribe: Evit digoumanantiñ diouzh hizivadurioù an holl gemmoù, gweladennit
- %{url} ha klikit war «â¯Digoumanantiñâ¯Â».
- unsubscribe_html: Evit digoumanantiñ diouzh hizivadurioù an holl gemmoù, gweladennit
- %{url} ha klikit war "Digoumanantiñ".
+ unsubscribe: Gallout a rit digoumanantiñ diouzh hizivadurioù an hollad cheñchamantoù-mañ
+ e %{url}.
+ unsubscribe_html: Gallout a rit digoumanantiñ diouzh hizivadurioù an hollad
+ cheñchamantoù-mañ e %{url}.
confirmations:
confirm:
heading: Taolit ur sell ouzh ho posteloù !
@@ -1861,10 +1871,6 @@ br:
new password button: Adderaouekaat ar ger-tremen
help_text: Ebarzhit ar chomlec'h postel ho poa implijet evit en em enskrivañ,
kaset e vo deoc'h ul liamm a c'hallot implijout evit adderaouekaat ho ker-tremen.
- create:
- notice email on way: Kaset ez eus bet ur postel deoc'h evit adderaouekaat ho
- ker-tremen.
- notice email cannot find: Ho tigarez, n'eo ket bet kavet ar chomlec'h postel-se.
edit:
title: Adderaouekaat ar ger-tremen
heading: Adderaouekaat ar ger-tremen evit %{user}
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index e661a4614..5e42b99a3 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -184,8 +184,6 @@ bs:
e-mail za porukom za potvrdu nove e-mail adrese.
success: KorisniÄke informacije su uspjeÅ¡no osvježene.
browse:
- created: Napravljeno
- closed: Zatvoreno
version: Verzija
in_changeset: Skup izmjena
anonymous: anonimno
@@ -195,18 +193,6 @@ bs:
view_history: Historija
view_details: Prikaži detalje
location: 'Lokacija:'
- changeset:
- title: 'Skup promjena: %{id}'
- belongs_to: Autor
- node: Ävorovi (%{count})
- node_paginated: Ävorovi (%{x}-%{y} of %{count})
- way: Putevi (%{count})
- way_paginated: Putevi (%{x}-%{y} of %{count})
- relation: Relacije (%{count})
- relation_paginated: Relacije (%{x}-%{y} of %{count})
- changesetxml: XML seta promjena
- osmchangexml: osmChange XML
- discussion: Diskusija
node:
title_html: 'Ävor: %{name}'
way:
@@ -282,6 +268,21 @@ bs:
feed:
title: Set promjena %{id}
title_comment: Set promjena %{id} - %{comment}
+ created: Napravljeno
+ closed: Zatvoreno
+ belongs_to: Autor
+ show:
+ title: 'Skup promjena: %{id}'
+ discussion: Diskusija
+ changesetxml: XML seta promjena
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Ävorovi (%{count})
+ nodes_paginated: Ävorovi (%{x}-%{y} of %{count})
+ ways: Putevi (%{count})
+ ways_paginated: Putevi (%{x}-%{y} of %{count})
+ relations: Relacije (%{count})
+ relations_paginated: Relacije (%{x}-%{y} of %{count})
timeout:
sorry: Žao nam je, listi seta promjena koju ste tražili je predugo trajalo za
preuzimanje.
@@ -1023,10 +1024,6 @@ bs:
new password button: Ponovno postavljanje lozinke
help_text: Unesite e-mail adresu koju ste koristili za otvaranje raÄuna i poslaÄemo
Vam link kojim možete ponovo postaviti lozinku.
- create:
- notice email on way: Žao mi je što ste je izgubili :-( ali e-mail je na putu
- tako da je možete pononvo postaviti uskoro.
- notice email cannot find: Ne možemo pronaÄi tu e-mail adresu, žao nam je.
edit:
title: Ponovno postavljanje lozinke
heading: Ponovno postavljanje lozinke za %{user}
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 54bbfeb27..63896de19 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -356,12 +356,6 @@ ca:
destroy:
success: Compte suprimit.
browse:
- created: Creat
- closed: Tancat
- created_ago_html: Creat %{time_ago}
- closed_ago_html: Tancat %{time_ago}
- created_ago_by_html: Creat %{time_ago} per %{user}
- closed_ago_by_html: Tancat %{time_ago} per %{user}
deleted_ago_by_html: Eliminat %{time_ago} per %{user}
edited_ago_by_html: Editat %{time_ago} per %{user}
version: Versió
@@ -379,23 +373,6 @@ ca:
view_history: Mostra lâhistorial
view_details: Mostra els detalls
location: 'Ubicació:'
- changeset:
- title: 'Conjunt de canvis: %{id}'
- belongs_to: Autor
- node: Nodes (%{count})
- node_paginated: Nodes (%{x}-%{y} de %{count})
- way: Vies (%{count})
- way_paginated: Vies (%{x}-%{y} de %{count})
- relation: Relacions (%{count})
- relation_paginated: Relacions (%{x}-%{y} de %{count})
- hidden_comment_by_html: Comentari ocult de %{user} %{time_ago}
- comment_by_html: Comentari de %{user} %{time_ago}
- changesetxml: XML del conjunt de canvis
- osmchangexml: XML en format osmChange
- join_discussion: Inicieu una sessió per a unir-vos al debat
- discussion: Debat
- still_open: Conjunt de canvis encara obert - el debat començarà quan es tanqui
- el conjunt de canvis.
node:
title_html: 'Node: %{name}'
history_title_html: 'Historial del node: %{name}'
@@ -505,6 +482,30 @@ ca:
feed:
title: Conjunt de canvis %{id}
title_comment: Conjunt de canvis %{id} - %{comment}
+ created: Creat
+ closed: Tancat
+ belongs_to: Autor
+ show:
+ title: 'Conjunt de canvis: %{id}'
+ created_ago_html: Creat %{time_ago}
+ closed_ago_html: Tancat %{time_ago}
+ created_ago_by_html: Creat %{time_ago} per %{user}
+ closed_ago_by_html: Tancat %{time_ago} per %{user}
+ discussion: Debat
+ join_discussion: Inicieu una sessió per a unir-vos al debat
+ still_open: Conjunt de canvis encara obert - el debat començarà quan es tanqui
+ el conjunt de canvis.
+ comment_by_html: Comentari de %{user} %{time_ago}
+ hidden_comment_by_html: Comentari ocult de %{user} %{time_ago}
+ changesetxml: XML del conjunt de canvis
+ osmchangexml: XML en format osmChange
+ paging_nav:
+ nodes: Nodes (%{count})
+ nodes_paginated: Nodes (%{x}-%{y} de %{count})
+ ways: Vies (%{count})
+ ways_paginated: Vies (%{x}-%{y} de %{count})
+ relations: Relacions (%{count})
+ relations_paginated: Relacions (%{x}-%{y} de %{count})
timeout:
sorry: La llista de conjunt de canvis que heu sol·licitat ha trigat massa a
carregar-se.
@@ -1837,10 +1838,6 @@ ca:
new password button: Restableix la contrasenya
help_text: Introduïu l'adreça de correu electrònic que vau utilitzar per registrar-vos;
us hi enviarem un enllaç per a restablir la contrasenya.
- create:
- notice email on way: Lamentem que l'hà giu perdut :-( però ja us hem enviat un
- correu i la podreu restablir ben aviat.
- notice email cannot find: No s'ha trobat aquesta adreça de correu.
edit:
title: Restableix la contrasenya
heading: Restableix la contrasenya per a %{user}
diff --git a/config/locales/ce.yml b/config/locales/ce.yml
index 8029aa442..45a1707b3 100644
--- a/config/locales/ce.yml
+++ b/config/locales/ce.yml
@@ -183,8 +183,6 @@ ce:
link text: Ñ
ÓÑн Ð¹Ñ Ñ
ÓаÑа?
save changes button: ÓалаÑбе Ñ
ийÑамаÑ
browse:
- created: ÐÑ
оÑллина
- closed: ÐÓаÑÓагÓа
version: ÐеÑÑи
in_changeset: ÐиÑдаÑÑ
anonymous: аноним
@@ -194,19 +192,6 @@ ce:
view_history: Ð¥Ñажа иÑÑоÑи
view_details: ÐадаÑÑа
location: 'ÐеогÑаÑин Ð¹Ð¾Ð»Ñ Ð¼ÐµÑÑиг:'
- changeset:
- title: 'ÐиÑдаÑÑ: %{id}'
- belongs_to: ÐвÑоÑ
- node: ТÓÐ°Ð´Ð°Ð¼Ð°Ñ (%{count})
- node_paginated: ТÓÐ°Ð´Ð°Ð¼Ð°Ñ (%{x}-%{y} ÑÑÑÑа %{count})
- way: Сиз (%{count})
- way_paginated: Сиз (%{x}-%{y} ÑÑÑÑа %{count})
- relation: Ð¥Ð¸Ð»Ð°Ñ (%{count})
- relation_paginated: Ð¥Ð¸Ð»Ð°Ñ (%{x}-%{y} ÑÑÑÑа %{count})
- changesetxml: ÐиÑдаÑийн XML
- osmchangexml: osmChange XML
- join_discussion: ÐийÑаÑеÑ
Ñ Ð´Ð°ÐºÑалаÑа ÑиÑÑемин ÑÑгÓо
- discussion: ÐийÑаÑ
node:
title_html: 'ТÓадам: %{name}'
history_title_html: 'ТÓадаман иÑÑоÑи: %{name}'
@@ -302,6 +287,22 @@ ce:
feed:
title: 'ÐиÑдаÑÑ: %{id}'
title_comment: ÐиÑдаÑÑ %{id} â %{comment}
+ created: ÐÑ
оÑллина
+ closed: ÐÓаÑÓагÓа
+ belongs_to: ÐвÑоÑ
+ show:
+ title: 'ÐиÑдаÑÑ: %{id}'
+ discussion: ÐийÑаÑ
+ join_discussion: ÐийÑаÑеÑ
Ñ Ð´Ð°ÐºÑалаÑа ÑиÑÑемин ÑÑгÓо
+ changesetxml: ÐиÑдаÑийн XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ТÓÐ°Ð´Ð°Ð¼Ð°Ñ (%{count})
+ nodes_paginated: ТÓÐ°Ð´Ð°Ð¼Ð°Ñ (%{x}-%{y} ÑÑÑÑа %{count})
+ ways: Сиз (%{count})
+ ways_paginated: Сиз (%{x}-%{y} ÑÑÑÑа %{count})
+ relations: Ð¥Ð¸Ð»Ð°Ñ (%{count})
+ relations_paginated: Ð¥Ð¸Ð»Ð°Ñ (%{x}-%{y} ÑÑÑÑа %{count})
timeout:
sorry: ÐÑ
Ñа биÑ
ина ниÑдаÑийн могÓа, аÑабаккÑ
а ÑÓеÑ
Ñ Ð±ÐµÑ
а бÑ.
changeset_comments:
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 2649ed220..ba9b12aab 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -386,12 +386,6 @@ cs:
destroy:
success: ÃÄet smazán.
browse:
- created: VytvoÅeno
- closed: UzavÅeno
- created_ago_html: VytvoÅeno %{time_ago}
- closed_ago_html: UzavÅeno %{time_ago}
- created_ago_by_html: VytvoÅeno %{time_ago} uživatelem %{user}
- closed_ago_by_html: UzavÅeno %{time_ago} uživatelem %{user}
deleted_ago_by_html: Smazáno %{time_ago} uživatelem %{user}
edited_ago_by_html: Upraveno %{time_ago} uživatelem %{user}
version: Verze
@@ -413,23 +407,6 @@ cs:
view_history: Zobrazit historii
view_details: Zobrazit detaily
location: 'Pozice:'
- changeset:
- title: 'Sada zmÄn: %{id}'
- belongs_to: Autor
- node: Uzly (%{count})
- node_paginated: Uzly (%{x}-%{y} z %{count})
- way: Cesty (%{count})
- way_paginated: Cesty (%{x}-%{y} z %{count})
- relation: Relace (%{count})
- relation_paginated: Relace (%{x}â%{y} z %{count})
- hidden_comment_by_html: Skrytý komentáŠod uživatele %{user} %{time_ago}
- comment_by_html: KomentáŠod uživatele %{user} %{time_ago}
- changesetxml: Sada zmÄn XML
- osmchangexml: osmChange XML
- join_discussion: Chcete-li diskutovat, pÅihlaste se
- discussion: Diskuse
- still_open: Sada zmÄn je stále otevÅená â diskuse se zpÅÃstupnÃ, jakmile bude
- sada zmÄn uzavÅena.
node:
title_html: 'Uzel: %{name}'
history_title_html: 'Historie uzlu: %{name}'
@@ -541,6 +518,30 @@ cs:
feed:
title: Sada zmÄn %{id}
title_comment: Sada zmÄn %{id} - %{comment}
+ created: VytvoÅeno
+ closed: UzavÅeno
+ belongs_to: Autor
+ show:
+ title: 'Sada zmÄn: %{id}'
+ created_ago_html: VytvoÅeno %{time_ago}
+ closed_ago_html: UzavÅeno %{time_ago}
+ created_ago_by_html: VytvoÅeno %{time_ago} uživatelem %{user}
+ closed_ago_by_html: UzavÅeno %{time_ago} uživatelem %{user}
+ discussion: Diskuse
+ join_discussion: Chcete-li diskutovat, pÅihlaste se
+ still_open: Sada zmÄn je stále otevÅená â diskuse se zpÅÃstupnÃ, jakmile bude
+ sada zmÄn uzavÅena.
+ comment_by_html: KomentáŠod uživatele %{user} %{time_ago}
+ hidden_comment_by_html: Skrytý komentáŠod uživatele %{user} %{time_ago}
+ changesetxml: Sada zmÄn XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Uzly (%{count})
+ nodes_paginated: Uzly (%{x}-%{y} z %{count})
+ ways: Cesty (%{count})
+ ways_paginated: Cesty (%{x}-%{y} z %{count})
+ relations: Relace (%{count})
+ relations_paginated: Relace (%{x}â%{y} z %{count})
timeout:
sorry: Omlouváme se, ale vámi požadovaný seznam sad zmÄn se naÄÃtal pÅÃliÅ¡ dlouho.
changeset_comments:
@@ -1899,10 +1900,6 @@ cs:
new password button: Resetovat heslo
help_text: Zadejte e-mailovou adresu, pod kterou jste se zaregistrovali, my
vám na ni poÅ¡leme odkaz, pomocà kterého si nastavÃte nové heslo.
- create:
- notice email on way: Å koda zapomenutého hesla :-( e-mail už je na cestÄ, takže
- si budete brzy moci zvolit nové.
- notice email cannot find: Je mi lÃto, ale nemohu najÃt tuto e-mailovou adresu.
edit:
title: Obnovit heslo
heading: Resetovat heslo pro %{user}
diff --git a/config/locales/cy.yml b/config/locales/cy.yml
index 311180cc7..bada4729b 100644
--- a/config/locales/cy.yml
+++ b/config/locales/cy.yml
@@ -248,9 +248,6 @@ cy:
few: '%{count} blynedd yn ôl'
many: '%{count} blynedd yn ôl'
other: '%{count} blynedd yn ôl'
- printable_name:
- version: v%{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: (%{name} yn gyfredol) diofyn
id:
@@ -345,12 +342,6 @@ cy:
destroy:
success: Cyfrif wedi'i ddileu.
browse:
- created: Wedi creu
- closed: Wedi cau
- created_ago_html: Wedi creu %{time_ago}
- closed_ago_html: Wedi cau %{time_ago}
- created_ago_by_html: Wedi creu %{time_ago} gan %{user}
- closed_ago_by_html: Wedi cau %{time_ago} gan %{user}
deleted_ago_by_html: Wedi dileu %{time_ago} gan %{user}
edited_ago_by_html: Golygwyd %{time_ago} gan %{user}
version: Fersiwn
@@ -376,23 +367,6 @@ cy:
view_history: Gweld hanes
view_details: Gweld manylion
location: LleoliadË
- changeset:
- title: 'Grŵp newid: %{id}'
- belongs_to: Awdur
- node: Nodau (%{count})
- node_paginated: Nodau (%{x}-%{y} o %{count})
- way: Llwybrau %{count}
- way_paginated: Llwybrau (%{x}-%{y} o %{count})
- relation: Perthnasoedd (%{count})
- relation_paginated: Perthnasoedd (%{x}-%{y} o %{count})
- hidden_comment_by_html: Sylw cudd gan %{user} %{time_ago}
- comment_by_html: Sylw gan %{user} %{time_ago}
- changesetxml: XML grŵp newid
- osmchangexml: XML osmChange
- join_discussion: Mewngofnodwch i ymuno â'r sgwrs
- discussion: Sgwrs
- still_open: Mae'r grŵp newid dal ar agor - bydd trafodaeth yn agor pan fydd
- y grŵp newid wedi cau.
node:
title_html: 'Nod: %{name}'
history_title_html: 'Hanes y nod: %{name}'
@@ -512,6 +486,42 @@ cy:
feed:
title: Grŵp newid %{id}
title_comment: Grŵp newid %{id} - %{comment}
+ created: Wedi creu
+ closed: Wedi cau
+ belongs_to: Awdur
+ subscribe:
+ button: Tanysgrifio i drafodaeth
+ unsubscribe:
+ button: Dad-danysgrifio o'r drafodaeth
+ heading:
+ title: Grŵp newid %{id}
+ created_by_html: Crëwyd gan %{link_user} ar %{created}.
+ no_such_entry:
+ title: Dim grŵp newid o'r fath
+ heading: 'Dim cofnod gyda''r id: %{id}'
+ show:
+ title: 'Grŵp newid: %{id}'
+ created: 'Crëwyd: %{when}'
+ closed: 'Caëwyd: %{when}'
+ created_ago_html: Wedi creu %{time_ago}
+ closed_ago_html: Wedi cau %{time_ago}
+ created_ago_by_html: Wedi creu %{time_ago} gan %{user}
+ closed_ago_by_html: Wedi cau %{time_ago} gan %{user}
+ discussion: Sgwrs
+ join_discussion: Mewngofnodwch i ymuno â'r sgwrs
+ still_open: Mae'r grŵp newid dal ar agor - bydd trafodaeth yn agor pan fydd
+ y grŵp newid wedi cau.
+ comment_by_html: Sylw gan %{user} %{time_ago}
+ hidden_comment_by_html: Sylw cudd gan %{user} %{time_ago}
+ changesetxml: XML grŵp newid
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Nodau (%{count})
+ nodes_paginated: Nodau (%{x}-%{y} o %{count})
+ ways: Llwybrau %{count}
+ ways_paginated: Llwybrau (%{x}-%{y} o %{count})
+ relations: Perthnasoedd (%{count})
+ relations_paginated: Perthnasoedd (%{x}-%{y} o %{count})
timeout:
sorry: Mae'n ddrwg gennym, cymerodd y rhestr o grwpiau newid y gofynnoch amdanynt
rhy hir i'w hadalw.
@@ -1605,6 +1615,7 @@ cy:
details: Ceir rhagor o fanylion am y nodyn ar %{url}.
details_html: Ceir rhagor o fanylion am y nodyn ar %{url}.
changeset_comment_notification:
+ description: 'Grŵp newid OpenStreetMap #%{id}'
hi: Helo %{to_user},
greeting: Helo,
commented:
@@ -1719,10 +1730,6 @@ cy:
heading: Wedi anghofio'ch cyfrinair?
email address: Cyfeiriad E-bost
new password button: Ailosod cyfrinair
- create:
- notice email on way: Sori eich bod wedi ei golli :-( ond mae e-bost ar y ffordd
- er mwyn ichi ei ailosod yn fuan.
- notice email cannot find: Methwyd dod o hyd i'r cyfeiriad ebost yno.
edit:
title: Ailosod cyfrinair
heading: Ailosod cyfrinair ar gyfer %{user}
@@ -1734,9 +1741,9 @@ cy:
title: Dewisiadau
preferred_editor: Hoff Olygydd
preferred_languages: Ieithoedd
- edit_preferences: Dewisiadau Golygu
+ edit_preferences: Golygu Dewisiadau
edit:
- title: Dewisiadau Golygu
+ title: Golygu Dewisiadau
save: Diweddaru Dewisiadau
cancel: Canslo
update:
@@ -2518,6 +2525,13 @@ cy:
revoke:
revoke: Dad-flocio!
revoke_all:
+ active_blocks:
+ zero: '%{count} blociau cyfredol.'
+ one: '%{count} %{count} bloc cyfredol.'
+ two: '%{count} floc cyfredol.'
+ few: '%{count} bloc cyfredol.'
+ many: '%{count} bloc cyfredol.'
+ other: '%{count} bloc cyfredol.'
revoke: Dad-flocio!
helper:
time_future_html: Yn dod i ben mewn %{time}.
@@ -2747,6 +2761,7 @@ cy:
distance_m: '%{distance}m'
distance_km: '%{distance}km'
errors:
+ no_route: Ni ellir dod o hyd i'r llwybr rhwng y ddau le.
no_place: Ymddiheuriadau - ni ellir canfod '%{place}'.
instructions:
continue_without_exit: Parhau ar %{name}
@@ -2754,27 +2769,33 @@ cy:
offramp_right: Cymerwch y ramp ar y dde
offramp_right_with_exit: Cymerwch allanfa %{exit} ar y dde
offramp_right_with_exit_name: Cymerwch allanfa %{exit} ar y dde i %{name}
+ merge_right_without_exit: Cyfunwch i'r dde ar %{name}
turn_right_without_exit: Trowch i'r dde ar %{name}
sharp_right_without_exit: Siarp i'r dde ar %{name}
uturn_without_exit: Tro pedol ar hyd %{name}
sharp_left_without_exit: Siarp i'r chwith ar %{name}
turn_left_without_exit: Trowch i'r chwith ar %{name}
offramp_left: Cymerwch y ramp ar y chwith
+ offramp_left_with_exit: Cymerwch y %{exit} allanfa ar y chwith
merge_left_without_exit: Cyfuno i'r chwith ar %{name}
+ slight_left_without_exit: Ychydig i'r chwith i %{name}
via_point_without_exit: (trwy bwynt)
follow_without_exit: Dilynwch %{name}
+ roundabout_without_exit: Ar y gylchfan cymerwch yr allanfa i %{name}
leave_roundabout_without_exit: Gadael cylchfan - %{name}
stay_roundabout_without_exit: Aros ar gylchfan - %{name}
start_without_exit: Dechreuwch ar %{name}
destination_without_exit: Wedi cyrraedd cyrchfan
against_oneway_without_exit: Mynd yn erbyn unffordd ar %{name}
end_oneway_without_exit: Diwedd unffordd ar %{name}
+ roundabout_with_exit: Ar y gylchfan cymerwch %{exit} allanfa i %{name}
+ roundabout_with_exit_ordinal: Ar y gylchfan cymerwch %{exit} allanfa i %{name}
exit_roundabout: Gadael y gylchfan i %{name}
unnamed: ffordd heb enw
courtesy: Cyfarwyddiadau trwy garedigrwydd %{link}
exit_counts:
first: 1af
- second: 2il
+ second: yr 2il
third: 3ydd
fourth: 4ydd
fifth: 5ed
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 82d1f61b2..b17966ea6 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -351,12 +351,6 @@ da:
destroy:
success: Kontoen er bleget slettet.
browse:
- created: Oprettet
- closed: Lukket
- created_ago_html: Oprettet %{time_ago}
- closed_ago_html: Lukket %{time_ago}
- created_ago_by_html: Oprettet %{time_ago} af %{user}
- closed_ago_by_html: Lukket %{time_ago} af %{user}
deleted_ago_by_html: Slettet %{time_ago} af %{user}
edited_ago_by_html: Redigeret %{time_ago} af %{user}
version: Version
@@ -374,23 +368,6 @@ da:
view_history: Se historik
view_details: Se detaljer
location: 'Sted:'
- changeset:
- title: 'Ãndringssæt: %{id}'
- belongs_to: Forfatter
- node: Punkter (%{count})
- node_paginated: Punkter (%{x}-%{y} af %{count})
- way: Veje (%{count})
- way_paginated: Veje (%{x}-%{y} af %{count})
- relation: Relationer (%{count})
- relation_paginated: Relationer (%{x}-%{y} af %{count})
- hidden_comment_by_html: Skjult kommentar fra %{user} %{time_ago}
- comment_by_html: Kommentar fra %{user} %{time_ago}
- changesetxml: XML for ændringssæt
- osmchangexml: XML for osmChange
- join_discussion: Log på for at deltage i diskussionen
- discussion: Diskussion
- still_open: Ãndringssæt er stadig Ã¥ben - diskussion vil Ã¥bne nÃ¥r ændringssættet
- lukkes.
node:
title_html: 'Punkt: %{name}'
history_title_html: 'Punkthistorik: %{name}'
@@ -508,6 +485,30 @@ da:
feed:
title: Ãndringssæt %{id}
title_comment: Ãndringssæt %{id} - %{comment}
+ created: Oprettet
+ closed: Lukket
+ belongs_to: Forfatter
+ show:
+ title: 'Ãndringssæt: %{id}'
+ created_ago_html: Oprettet %{time_ago}
+ closed_ago_html: Lukket %{time_ago}
+ created_ago_by_html: Oprettet %{time_ago} af %{user}
+ closed_ago_by_html: Lukket %{time_ago} af %{user}
+ discussion: Diskussion
+ join_discussion: Log på for at deltage i diskussionen
+ still_open: Ãndringssæt er stadig Ã¥ben - diskussion vil Ã¥bne nÃ¥r ændringssættet
+ lukkes.
+ comment_by_html: Kommentar fra %{user} %{time_ago}
+ hidden_comment_by_html: Skjult kommentar fra %{user} %{time_ago}
+ changesetxml: XML for ændringssæt
+ osmchangexml: XML for osmChange
+ paging_nav:
+ nodes: Punkter (%{count})
+ nodes_paginated: Punkter (%{x}-%{y} af %{count})
+ ways: Veje (%{count})
+ ways_paginated: Veje (%{x}-%{y} af %{count})
+ relations: Relationer (%{count})
+ relations_paginated: Relationer (%{x}-%{y} af %{count})
timeout:
sorry: Desværre tog det for lang tid at indlæse den liste af ændringssæt du
har bedt om.
@@ -1869,10 +1870,6 @@ da:
new password button: Nulstil adgangskode
help_text: Indtast e-mailadressen du brugte da du oprettede kontoen. Vi sender
et link til den som du kan bruge til at nulstille din adgangskode.
- create:
- notice email on way: Synd du har glemt den, men en e-mail er på vej så du kan
- snart indstille en ny.
- notice email cannot find: Kunne ikke finde den e-mailadresse, beklager.
edit:
title: Nulstil adgangskode
heading: Nulstil adgangskode for %{user}
diff --git a/config/locales/de.yml b/config/locales/de.yml
index d105238ad..044715fba 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -430,12 +430,6 @@ de:
destroy:
success: Konto gelöscht.
browse:
- created: Erstellt
- closed: Geschlossen
- created_ago_html: Erstellt %{time_ago}
- closed_ago_html: Geschlossen %{time_ago}
- created_ago_by_html: Erstellt %{time_ago} von %{user}
- closed_ago_by_html: Geschlossen %{time_ago} von %{user}
deleted_ago_by_html: Gelöscht %{time_ago} von %{user}
edited_ago_by_html: Bearbeitet %{time_ago} von %{user}
version: Version
@@ -453,23 +447,6 @@ de:
view_history: Verlauf anzeigen
view_details: Details anzeigen
location: 'Standort:'
- changeset:
- title: 'Ãnderungssatz: %{id}'
- belongs_to: Autor
- node: Knoten (%{count})
- node_paginated: Knoten (%{x}â%{y} von %{count})
- way: Wege (%{count})
- way_paginated: Wege (%{x}â%{y} von %{count})
- relation: Relationen (%{count})
- relation_paginated: Relationen (%{x}â%{y} von %{count})
- hidden_comment_by_html: Versteckter Kommentar von %{user} %{time_ago}
- comment_by_html: Kommentar von %{user} %{time_ago}
- changesetxml: Ãnderungssatz-XML
- osmchangexml: osmChange-XML
- join_discussion: Anmelden, um mitzudiskutieren
- discussion: Diskussion
- still_open: Der Ãnderungssatz ist noch offen. Die Diskussion wird eröffnet,
- sobald der Ãnderungssatz geschlossen ist.
node:
title_html: 'Knoten: %{name}'
history_title_html: 'Knotenverlauf: %{name}'
@@ -577,6 +554,30 @@ de:
feed:
title: 'Ãnderungssatz: %{id}'
title_comment: Ãnderungssatz %{id} - %{comment}
+ created: Erstellt
+ closed: Geschlossen
+ belongs_to: Autor
+ show:
+ title: 'Ãnderungssatz: %{id}'
+ created_ago_html: Erstellt %{time_ago}
+ closed_ago_html: Geschlossen %{time_ago}
+ created_ago_by_html: Erstellt %{time_ago} von %{user}
+ closed_ago_by_html: Geschlossen %{time_ago} von %{user}
+ discussion: Diskussion
+ join_discussion: Anmelden, um mitzudiskutieren
+ still_open: Der Ãnderungssatz ist noch offen. Die Diskussion wird eröffnet,
+ sobald der Ãnderungssatz geschlossen ist.
+ comment_by_html: Kommentar von %{user} %{time_ago}
+ hidden_comment_by_html: Versteckter Kommentar von %{user} %{time_ago}
+ changesetxml: Ãnderungssatz-XML
+ osmchangexml: osmChange-XML
+ paging_nav:
+ nodes: Knoten (%{count})
+ nodes_paginated: Knoten (%{x}â%{y} von %{count})
+ ways: Wege (%{count})
+ ways_paginated: Wege (%{x}â%{y} von %{count})
+ relations: Relationen (%{count})
+ relations_paginated: Relationen (%{x}â%{y} von %{count})
timeout:
sorry: Es hat leider zu lange gedauert, die angeforderten Ãnderungssätze abzurufen.
changeset_comments:
@@ -1952,11 +1953,6 @@ de:
help_text: Bitte gib deine E-Mail-Adresse ein, mit der du dich angemeldet hast.
Wir werden dir dann einen Link schicken, mit dem du dein Passwort zurücksetzen
kannst.
- create:
- notice email on way: Eine E-Mail mit Hinweisen zum Zurücksetzen des Passworts
- wurde an dich versandt.
- notice email cannot find: Wir konnten die E-Mail-Adresse nicht finden. Du hast
- dich möglicherweise vertippt oder mit einer anderen E-Mail-Adresse angemeldet.
edit:
title: Passwort zurücksetzen
heading: Passwort für %{user} zurücksetzen
diff --git a/config/locales/diq.yml b/config/locales/diq.yml
index 15aa85683..95d498f7b 100644
--- a/config/locales/diq.yml
+++ b/config/locales/diq.yml
@@ -178,8 +178,6 @@ diq:
go_public:
heading: 'Pêron rê akerde vırnayıÅ:'
browse:
- created: Vıraziya
- closed: Kerd kip
version: Versiyon
in_changeset: Qeydê VurnayıÅan
anonymous: anonim
@@ -195,19 +193,6 @@ diq:
view_history: Verêni bıvêne
view_details: Teferuatan Bıvêne
location: 'Lokasyon:'
- changeset:
- title: 'Koma vurnayıÅi: %{id}'
- belongs_to: NuÅtekar
- node: '%{count} noqtey'
- node_paginated: pero piya (%{x}-%{y} - %{count}) noqtey
- way: '%{count} ray'
- way_paginated: Ray (%{x}-%{y} - pêro piya %{count})
- relation: Elaqeyi %{count}
- relation_paginated: Elaqeyi %{x}-%{y} pêro piya %{count}
- changesetxml: VurnayıÅê peyênê XML
- osmchangexml: OsmVurnayıÅê XML
- join_discussion: Dekewtena vatenayıÅi rê qeyd bê
- discussion: WerênayıÅ
node:
title_html: Noqta:%{name}
history_title_html: 'Verora nokta: %{name}'
@@ -288,6 +273,22 @@ diq:
feed:
title: 'Koma vurnayıÅi: %{id}'
title_comment: '%{id} - %{comment} vurniyayıÅi'
+ created: Vıraziya
+ closed: Kerd kip
+ belongs_to: NuÅtekar
+ show:
+ title: 'Koma vurnayıÅi: %{id}'
+ discussion: WerênayıÅ
+ join_discussion: Dekewtena vatenayıÅi rê qeyd bê
+ changesetxml: VurnayıÅê peyênê XML
+ osmchangexml: OsmVurnayıÅê XML
+ paging_nav:
+ nodes: '%{count} noqtey'
+ nodes_paginated: pero piya (%{x}-%{y} - %{count}) noqtey
+ ways: '%{count} ray'
+ ways_paginated: Ray (%{x}-%{y} - pêro piya %{count})
+ relations: Elaqeyi %{count}
+ relations_paginated: Elaqeyi %{x}-%{y} pêro piya %{count}
dashboards:
contact:
km away: '%{count} km duriyo'
diff --git a/config/locales/dsb.yml b/config/locales/dsb.yml
index e418bc832..2102e1a76 100644
--- a/config/locales/dsb.yml
+++ b/config/locales/dsb.yml
@@ -177,8 +177,6 @@ dsb:
e-mail z napominanim, twóju e-mailowu adresu wobkÅ¡uÅiÅ.
success: Wužywarske informacije wuspÄÅ¡nje zaktualizÄrowane.
browse:
- created: Napórany
- closed: Zacynjony
version: Wersija
in_changeset: Sajźba zmÄnow
anonymous: anonymny
@@ -188,17 +186,6 @@ dsb:
view_history: Historiju pokazaÅ
view_details: Drobnostki pokazaÅ
location: 'MÄstno:'
- changeset:
- title: 'Sajźba zmÄnow: %{id}'
- belongs_to: Awtor
- node: Suki (%{count})
- node_paginated: Suki (%{x}-%{y} z %{count})
- way: PuÅe (%{count})
- way_paginated: PuÅe (%{x}-%{y} z %{count})
- relation: Relacije (%{count})
- relation_paginated: Relacije (%{x}-%{y} z %{count})
- changesetxml: Sajźbu zmÄnow XML
- osmchangexml: osmChange XML
node:
title_html: 'Suk: %{name}'
history_title_html: 'Sukowa historija: %{name}'
@@ -290,6 +277,20 @@ dsb:
feed:
title: Sajźba zmÄnow %{id}
title_comment: Sajźba zmÄnow %{id} - %{comment}
+ created: Napórany
+ closed: Zacynjony
+ belongs_to: Awtor
+ show:
+ title: 'Sajźba zmÄnow: %{id}'
+ changesetxml: Sajźbu zmÄnow XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Suki (%{count})
+ nodes_paginated: Suki (%{x}-%{y} z %{count})
+ ways: PuÅe (%{count})
+ ways_paginated: PuÅe (%{x}-%{y} z %{count})
+ relations: Relacije (%{count})
+ relations_paginated: Relacije (%{x}-%{y} z %{count})
timeout:
sorry: Bóžko jo pÅedÅujko traÅo, kupki zmÄnow, kótarež sy póžedaÅ, wótwoÅaÅ.
dashboards:
@@ -302,6 +303,7 @@ dsb:
nearby mapper: KartÄrowaÅ w bliskosÄi
friend: PÅijaÅel
show:
+ title: Mój pÅeglÄdowy bok
no friends: HyÅ¡Äi njejsy žednych pÅijaÅelow pÅidaÅ.
nearby users: Druge wužywarje w bliskosÄi
no nearby users: HyÅ¡Äi njejsu žedne wužywarje, kótarež kartÄruju w bliskosÄi.
@@ -884,6 +886,7 @@ dsb:
help: Pomoc
about: Wó
copyright: Awtorske pšawo
+ communities: ZgromadnosÄi
community: ZgromaźeÅstwo
community_blogs: Blogi zgromaźeÅstwa
community_blogs_title: Blogi cÅonkow zgromaźeÅstwa OpenStreetMap
@@ -1065,10 +1068,6 @@ dsb:
new password button: GronidÅo slÄdk stajiÅ
help_text: Zapódaj e-mailowu adresu, kótaruž sy za registrÄrowanje wužyÅ, pósÄelomy
wótkaz na nju, kótaryž móžoÅ¡ wužywaÅ, aby swójo gronidÅo slÄdk stajiÅ.
- create:
- notice email on way: Bóžko sy jo zabyŠ:-(, ale e-mail jo k tebje ducy, tak
- až móžoÅ¡ jo skóro slÄdk stajiÅ.
- notice email cannot find: Bóžko ta e-mailowa adresa njejo se namakaÅa.
edit:
title: GronidÅo slÄdk stajiÅ
heading: GronidÅo za %{user} slÄdk stajiÅ
@@ -1219,6 +1218,12 @@ dsb:
title: Witaj k OSM
description: Zachop z toÅ tym spÄÅ¡nym rozpokazanim, kótarež wopsÃmujo zakÅady
OpenStreetMap.
+ community:
+ description: Zgromadne mÄstno, źož móžoÅo za pomocu pytaÅ a se wó OpenStreetMap
+ rozgranjaÅ.
+ welcomemat:
+ description: Z organizaciju plany za OpenStreetMap cyniÅ? WuslÄźÄo na boku
+ wuwitanja, což musyÅo wÄźeÅ.
wiki:
title: wiki.openstreetmap.org
description: PÅepytaj wiki za nadrobneju OSM-dokumentaciju
@@ -1300,6 +1305,13 @@ dsb:
title: NjamaÅ¡ chyle za wobźÄÅowanje? PÅidaj pokazku!
para_1: Jolic coÅ¡ jano drobnosÄ korigÄrowaÅ a njamaÅ¡ chyle, aby se zregistrÄrowaÅ
a wuknuÅ, kak se wobźÄÅujo, móžoÅ¡ jadnorje pokazku pÅidaÅ.
+ communities:
+ title: ZgromadnosÄi
+ local_chapters:
+ title: Lokalne zwÄzki
+ list_text: 'SlÄdujuce zgromadnosÄi su oficielnje ako lokalne zwÄzki zregistrÄrowane:'
+ other_groups:
+ title: Druge kupki
traces:
visibility:
private: Priwatny (jano źÄlony ako anonymne, njezrÄdowane dypki)
@@ -1498,6 +1510,7 @@ dsb:
my profile: Mój profil
my settings: Móje nastajenja
my comments: Móje komentary
+ my_dashboard: Mój pÅeglÄdowy bok
blocks on me: Dostane blokowanja
blocks by me: Dane blokÄrowanja
send message: PowÄsÄ pósÅaÅ
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 0affff2bf..98daf1318 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -364,12 +364,6 @@ el:
destroy:
success: ΠλογαÏιαÏμÏÏ Î´Î¹Î±Î³ÏάÏηκε...
browse:
- created: ÎημιοÏ
Ïγήθηκε
- closed: ÎκλειÏε
- created_ago_html: ÎημιοÏ
Ïγήθηκε %{time_ago}
- closed_ago_html: ÎκλειÏε %{time_ago}
- created_ago_by_html: ÎημιοÏ
Ïγήθηκε %{time_ago} αÏÏ %{user}
- closed_ago_by_html: ÎκλειÏε %{time_ago} αÏÏ %{user}
deleted_ago_by_html: ÎιαγÏάÏηκε %{time_ago} αÏÏ %{user}
edited_ago_by_html: ÎÏεξεÏγάÏÏηκε %{time_ago} αÏÏ %{user}
version: ÎκδοÏη
@@ -387,23 +381,6 @@ el:
view_history: Î Ïοβολή ιÏÏοÏικοÏ
view_details: Î Ïοβολή λεÏÏομεÏειÏν
location: 'ΤοÏοθεÏία:'
- changeset:
- title: 'Îμάδα αλλαγÏν: %{id}'
- belongs_to: ΣÏ
νÏάκÏηÏ
- node: KÏμβοι (%{count})
- node_paginated: ÎÏμβοι (%{x}-%{y} αÏÏ %{count})
- way: ÎιαδÏομÎÏ (%{count})
- way_paginated: ÎιαδÏομÎÏ (%{x}-%{y} αÏÏ %{count})
- relation: ΣÏÎÏÎµÎ¹Ï (%{count})
- relation_paginated: ΣÏÎÏÎµÎ¹Ï (%{x}-%{y} αÏÏ %{count})
- hidden_comment_by_html: ÎÏÏ
ÏÏ ÏÏÏλιο αÏÏ %{user} %{time_ago}
- comment_by_html: ΣÏÏλιο αÏÏ %{user} %{time_ago}
- changesetxml: ÎÎ¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν XML
- osmchangexml: osmChange XML
- join_discussion: ΣÏ
νδεθείÏε για ÏÏ
μμεÏοÏή ÏÏη ÏÏ
ζήÏηÏη
- discussion: ΣÏ
ζήÏηÏη
- still_open: Πομάδα αλλαγÏν ÏαÏαμÎνει Ïε εκκÏεμÏÏηÏα - η ÏÏ
ζήÏηÏη θα ανοίξει
- μÏÎ»Î¹Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθεί η ομάδα αλλαγÏν.
node:
title_html: 'ÎÏμβοÏ: %{name}'
history_title_html: 'ÎÏÏοÏÎ¹ÎºÏ ÎºÏμβοÏ
: %{name}'
@@ -522,6 +499,30 @@ el:
feed:
title: Îμάδα αλλαγÏν %{id}
title_comment: Îμάδα αλλαγÏν %{id} - %{comment}
+ created: ÎημιοÏ
Ïγήθηκε
+ closed: ÎκλειÏε
+ belongs_to: ΣÏ
νÏάκÏηÏ
+ show:
+ title: 'Îμάδα αλλαγÏν: %{id}'
+ created_ago_html: ÎημιοÏ
Ïγήθηκε %{time_ago}
+ closed_ago_html: ÎκλειÏε %{time_ago}
+ created_ago_by_html: ÎημιοÏ
Ïγήθηκε %{time_ago} αÏÏ %{user}
+ closed_ago_by_html: ÎκλειÏε %{time_ago} αÏÏ %{user}
+ discussion: ΣÏ
ζήÏηÏη
+ join_discussion: ΣÏ
νδεθείÏε για ÏÏ
μμεÏοÏή ÏÏη ÏÏ
ζήÏηÏη
+ still_open: Πομάδα αλλαγÏν ÏαÏαμÎνει Ïε εκκÏεμÏÏηÏα - η ÏÏ
ζήÏηÏη θα ανοίξει
+ μÏÎ»Î¹Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθεί η ομάδα αλλαγÏν.
+ comment_by_html: ΣÏÏλιο αÏÏ %{user} %{time_ago}
+ hidden_comment_by_html: ÎÏÏ
ÏÏ ÏÏÏλιο αÏÏ %{user} %{time_ago}
+ changesetxml: ÎÎ¼Î¬Î´Î±Ï Î±Î»Î»Î±Î³Ïν XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: KÏμβοι (%{count})
+ nodes_paginated: ÎÏμβοι (%{x}-%{y} αÏÏ %{count})
+ ways: ÎιαδÏομÎÏ (%{count})
+ ways_paginated: ÎιαδÏομÎÏ (%{x}-%{y} αÏÏ %{count})
+ relations: ΣÏÎÏÎµÎ¹Ï (%{count})
+ relations_paginated: ΣÏÎÏÎµÎ¹Ï (%{x}-%{y} αÏÏ %{count})
timeout:
sorry: ÎÏ
Ïάμαι, ο καÏÎ¬Î»Î¿Î³Î¿Ï ÏÏν αλλαγÏν ÏοÏ
ζηÏήÏαÏε ÏÏειάÏÏηκε ÏÎ¿Î»Ï ÏÏÏνο για
να ανακÏηθεί.
@@ -1909,11 +1910,6 @@ el:
help_text: ΠληκÏÏολογήÏÏε Ïη διεÏθÏ
νÏη ηλεκÏÏÎ¿Î½Î¹ÎºÎ¿Ï ÏαÏÏ
δÏομείοÏ
ÏοÏ
ÏÏηÏιμοÏοιήÏαÏε
για να εγγÏαÏείÏε. Îα ÏÏείλοÏ
με Îναν ÏÏνδεÏμο Ïον οÏοίον μÏοÏείÏε να ÏÏηÏιμοÏοιήÏεÏε
για να εÏαναÏÎÏεÏε Ïο ÏÏ
νθημαÏÎ¹ÎºÏ ÏαÏ.
- create:
- notice email on way: ÎÏ
ÏοÏμαÏÏε ÏοÏ
Ïο ÏάÏαÏε :-(, αλλά Îνα μήνÏ
μα ηλεκÏÏονικοÏ
- ÏαÏÏ
δÏομείοÏ
εÏÏάλη, ÏÏÏε να μÏοÏÎÏεÏε να Ïο εÏαναÏÎÏεÏε ÏÏνÏομα.
- notice email cannot find: ÎÏ
ÏοÏμαÏÏε, δεν βÏÎθηκε αÏ
Ïή η διεÏθÏ
νÏη ηλεκÏÏονικοÏ
- ÏαÏÏ
δÏομείοÏ
.
edit:
title: ÎÏαναÏοÏά ÏÏ
νθημαÏικοÏ
heading: ÎÏαναÏοÏά ÏÏ
νθημαÏÎ¹ÎºÎ¿Ï Î³Î¹Î± Ïον ÏÏήÏÏη %{user}
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 6d3be7da8..55077fc48 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -277,8 +277,6 @@ en-GB:
for a note to confirm your new email address.
success: User information updated successfully.
browse:
- created: Created
- closed: Closed
version: Version
in_changeset: Changeset
anonymous: anonymous
@@ -288,21 +286,6 @@ en-GB:
view_history: View History
view_details: View Details
location: 'Location:'
- changeset:
- title: 'Changeset: %{id}'
- belongs_to: Author
- node: Nodes (%{count})
- node_paginated: Nodes (%{x}-%{y} of %{count})
- way: Ways (%{count})
- way_paginated: Ways (%{x}-%{y} of %{count})
- relation: Relations (%{count})
- relation_paginated: Relations (%{x}-%{y} of %{count})
- changesetxml: Changeset XML
- osmchangexml: osmChange XML
- join_discussion: Log in to join the discussion
- discussion: Discussion
- still_open: Changeset still open - discussion will open once the changeset is
- closed.
node:
title_html: 'Node: %{name}'
history_title_html: 'Node History: %{name}'
@@ -402,6 +385,24 @@ en-GB:
feed:
title: Changeset %{id}
title_comment: Changeset %{id} - %{comment}
+ created: Created
+ closed: Closed
+ belongs_to: Author
+ show:
+ title: 'Changeset: %{id}'
+ discussion: Discussion
+ join_discussion: Log in to join the discussion
+ still_open: Changeset still open - discussion will open once the changeset is
+ closed.
+ changesetxml: Changeset XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Nodes (%{count})
+ nodes_paginated: Nodes (%{x}-%{y} of %{count})
+ ways: Ways (%{count})
+ ways_paginated: Ways (%{x}-%{y} of %{count})
+ relations: Relations (%{count})
+ relations_paginated: Relations (%{x}-%{y} of %{count})
timeout:
sorry: Sorry, the list of changesets you requested took too long to retrieve.
changeset_comments:
@@ -1341,10 +1342,6 @@ en-GB:
new password button: Reset password
help_text: Enter the e-mail address you used to sign up, we will send a link
to it that you can use to reset your password.
- create:
- notice email on way: Sorry you lost it :-( but an email is on its way so you
- can reset it soon.
- notice email cannot find: Could not find that email address, sorry.
edit:
title: Reset password
heading: Reset Password for %{user}
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2f1e4d016..0cc35863b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -308,15 +308,10 @@ en:
destroy:
success: "Account Deleted."
browse:
- created: "Created"
- closed: "Closed"
- created_ago_html: "Created %{time_ago}"
- closed_ago_html: "Closed %{time_ago}"
- created_ago_by_html: "Created %{time_ago} by %{user}"
- closed_ago_by_html: "Closed %{time_ago} by %{user}"
deleted_ago_by_html: "Deleted %{time_ago} by %{user}"
edited_ago_by_html: "Edited %{time_ago} by %{user}"
version: "Version"
+ redacted_version: "Redacted Version"
in_changeset: "Changeset"
anonymous: "anonymous"
no_comment: "(no comment)"
@@ -329,26 +324,13 @@ en:
other: "%{count} ways"
download_xml: "Download XML"
view_history: "View History"
+ view_unredacted_history: "View Unredacted History"
view_details: "View Details"
+ view_redacted_data: "View Redacted Data"
+ view_redaction_message: "View Redaction Message"
location: "Location:"
common_details:
coordinates_html: "%{latitude}, %{longitude}"
- changeset:
- title: "Changeset: %{id}"
- belongs_to: "Author"
- node: "Nodes (%{count})"
- node_paginated: "Nodes (%{x}-%{y} of %{count})"
- way: "Ways (%{count})"
- way_paginated: "Ways (%{x}-%{y} of %{count})"
- relation: "Relations (%{count})"
- relation_paginated: "Relations (%{x}-%{y} of %{count})"
- hidden_comment_by_html: "Hidden comment from %{user} %{time_ago}"
- comment_by_html: "Comment from %{user} %{time_ago}"
- changesetxml: "Changeset XML"
- osmchangexml: "osmChange XML"
- join_discussion: "Log in to join the discussion"
- discussion: Discussion
- still_open: "Changeset still open - discussion will open once the changeset is closed."
node:
title_html: "Node: %{name}"
history_title_html: "Node History: %{name}"
@@ -464,6 +446,9 @@ en:
feed:
title: "Changeset %{id}"
title_comment: "Changeset %{id} - %{comment}"
+ created: "Created"
+ closed: "Closed"
+ belongs_to: "Author"
subscribe:
heading: Subscribe to the following changeset discussion?
button: Subscribe to discussion
@@ -477,6 +462,28 @@ en:
title: "No such changeset"
heading: "No entry with the id: %{id}"
body: "Sorry, there is no changeset with the id %{id}. Please check your spelling, or maybe the link you clicked is wrong."
+ show:
+ title: "Changeset: %{id}"
+ created: "Created: %{when}"
+ closed: "Closed: %{when}"
+ created_ago_html: "Created %{time_ago}"
+ closed_ago_html: "Closed %{time_ago}"
+ created_ago_by_html: "Created %{time_ago} by %{user}"
+ closed_ago_by_html: "Closed %{time_ago} by %{user}"
+ discussion: Discussion
+ join_discussion: "Log in to join the discussion"
+ still_open: "Changeset still open - discussion will open once the changeset is closed."
+ comment_by_html: "Comment from %{user} %{time_ago}"
+ hidden_comment_by_html: "Hidden comment from %{user} %{time_ago}"
+ changesetxml: "Changeset XML"
+ osmchangexml: "osmChange XML"
+ paging_nav:
+ nodes: "Nodes (%{count})"
+ nodes_paginated: "Nodes (%{x}-%{y} of %{count})"
+ ways: "Ways (%{count})"
+ ways_paginated: "Ways (%{x}-%{y} of %{count})"
+ relations: "Relations (%{count})"
+ relations_paginated: "Relations (%{x}-%{y} of %{count})"
timeout:
sorry: "Sorry, the list of changesets you requested took too long to retrieve."
changeset_comments:
@@ -1770,7 +1777,7 @@ en:
wrong_user: "You are logged in as `%{user}' but the message you have asked to read was not sent by or to that user. Please login as the correct user in order to read it."
sent_message_summary:
destroy_button: "Delete"
- heading:
+ heading:
my_inbox: "My Inbox"
my_outbox: "My Outbox"
muted_messages: "Muted messages"
@@ -1790,8 +1797,7 @@ en:
new password button: "Reset password"
help_text: "Enter the email address you used to sign up, we will send a link to it that you can use to reset your password."
create:
- notice email on way: "Sorry you lost it :-( but an email is on its way so you can reset it soon."
- notice email cannot find: "Could not find that email address, sorry."
+ send_paranoid_instructions: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
edit:
title: "Reset password"
heading: "Reset Password for %{user}"
diff --git a/config/locales/eo.yml b/config/locales/eo.yml
index 50dd051ca..c1e51136a 100644
--- a/config/locales/eo.yml
+++ b/config/locales/eo.yml
@@ -226,9 +226,6 @@ eo:
x_years:
one: antaÅ %{count} jaro
other: antaÅ %{count} jaroj
- printable_name:
- version: v%{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: Implicita (nune %{name})
id:
@@ -341,12 +338,6 @@ eo:
destroy:
success: Via konto estas forigita.
browse:
- created: Kreita
- closed: Fermita
- created_ago_html: Kreita %{time_ago}
- closed_ago_html: Fermita %{time_ago}
- created_ago_by_html: Kreita %{time_ago} de %{user}
- closed_ago_by_html: Fermita %{time_ago} de %{user}
deleted_ago_by_html: Forigita %{time_ago} de %{user}
edited_ago_by_html: Redaktita %{time_ago} de %{user}
version: Versio
@@ -366,23 +357,6 @@ eo:
location: 'Pozicio:'
common_details:
coordinates_html: '%{latitude}; %{longitude}'
- changeset:
- title: 'ÅanÄaro: %{id}'
- belongs_to: AÅtoro
- node: Nodoj (%{count})
- node_paginated: Nodoj (%{x}-%{y} el %{count})
- way: Linioj (%{count})
- way_paginated: Linioj (%{x}-%{y} el %{count})
- relation: Rilatoj (%{count})
- relation_paginated: Rilatoj (%{x}-%{y} el %{count})
- hidden_comment_by_html: KaÅita komento de %{time_ago} de %{user}
- comment_by_html: Komento de %{time_ago} de %{user}
- changesetxml: ÅanÄaro XML
- osmchangexml: osmÅanÄo XML
- join_discussion: Ensalutu por aliÄi al la diskuto
- discussion: Diskuto
- still_open: ÅanÄaro plue malfermita - diskuto estos malfermita ekde kiam la
- ÅanÄaro estos fermita.
node:
title_html: 'Nodo: %{name}'
history_title_html: 'Historio de nodo: %{name}'
@@ -500,6 +474,44 @@ eo:
feed:
title: ÅanÄaro %{id}
title_comment: ÅanÄaro %{id} - %{comment}
+ created: Kreita
+ closed: Fermita
+ belongs_to: AÅtoro
+ subscribe:
+ heading: Äu aboni diskuton pri tiu Äi ÅanÄaro?
+ button: Aboni diskuton
+ unsubscribe:
+ heading: Äu malaboni diskuton pri tiu Äi ÅanÄaro?
+ button: Malaboni diskuton
+ heading:
+ title: ÅanÄaro %{id}
+ created_by_html: Kreita de %{link_user} je %{created}.
+ no_such_entry:
+ title: Neniu tia ÅanÄaro
+ heading: 'Neniu ÅanÄaro kun la identigilo: %{id}'
+ body: BedaÅrinde ne ekzistas ÅanÄaro kun la identigilo %{id}. Kontrolu pri liter-eraroj
+ aÅ eble vi alklakis eraran ligilon.
+ show:
+ title: 'ÅanÄaro: %{id}'
+ created_ago_html: Kreita %{time_ago}
+ closed_ago_html: Fermita %{time_ago}
+ created_ago_by_html: Kreita %{time_ago} de %{user}
+ closed_ago_by_html: Fermita %{time_ago} de %{user}
+ discussion: Diskuto
+ join_discussion: Ensalutu por aliÄi al la diskuto
+ still_open: ÅanÄaro plue malfermita - diskuto estos malfermita ekde kiam la
+ ÅanÄaro estos fermita.
+ comment_by_html: Komento de %{time_ago} de %{user}
+ hidden_comment_by_html: KaÅita komento de %{time_ago} de %{user}
+ changesetxml: ÅanÄaro XML
+ osmchangexml: osmÅanÄo XML
+ paging_nav:
+ nodes: Nodoj (%{count})
+ nodes_paginated: Nodoj (%{x}-%{y} el %{count})
+ ways: Linioj (%{count})
+ ways_paginated: Linioj (%{x}-%{y} el %{count})
+ relations: Rilatoj (%{count})
+ relations_paginated: Rilatoj (%{x}-%{y} el %{count})
timeout:
sorry: BedaÅrinde daÅris tro longe kompili la petitan liston de ÅanÄaroj.
changeset_comments:
@@ -1613,6 +1625,7 @@ eo:
more: Pli
user_mailer:
diary_comment_notification:
+ description: 'OpenStreetMap: taglibra afiÅo %{id}'
subject: '[OpenStreetMap] %{user} komentis pri taglibra afiÅo'
hi: Saluton %{to_user},
header: '%{from_user} komentis pri la OpenStreetMap-taglibra afiÅo kun la temo
@@ -1683,6 +1696,7 @@ eo:
click_the_link: Se tiu estas vi, bonvolu alklaki la ligilon sube por restarigi
la pasvorton.
note_comment_notification:
+ description: 'OpenStreetMap: rimarko %{id}'
anonymous: Anonimulo
greeting: Saluton,
commented:
@@ -1717,6 +1731,7 @@ eo:
details: Pli da detaloj pri la rimarko, vi povas trovi je %{url}.
details_html: Pli da detaloj pri la noto troveblas Äe %{url}.
changeset_comment_notification:
+ description: 'OpenStreetMap: ÅanÄaro %{id}'
hi: Saluton %{to_user},
greeting: Saluton,
commented:
@@ -1734,10 +1749,8 @@ eo:
partial_changeset_without_comment: sen komento
details: Pli da detaloj pri la ÅanÄaro povas esti trovita Äe %{url}.
details_html: Pli da detaloj pri la ÅanÄaro povas esti trovita Äe %{url}.
- unsubscribe: Por malaboni el Äisdatigoj pri Äi tiu ÅanÄaro, vizitu %{url} kaj
- alklaku "Malobservi".
- unsubscribe_html: Por malaboni la Äisdatigojn de Äi tiu ÅanÄaro, vizitu %{url}kaj
- alklaku "Malaboni".
+ unsubscribe: Vi povas malaboni Äisdatigojn pri tiu Äi ÅanÄaro Äe %{url}.
+ unsubscribe_html: Vi povas malaboni Äisdatigojn pri tiu Äi ÅanÄaro Äe %{url}.
confirmations:
confirm:
heading: Kontrolu vian retpoÅtkeston!
@@ -1852,10 +1865,6 @@ eo:
new password button: Nuligi pasvorton
help_text: Entajpu la retpoÅtan adreson kiun vi uzis por ensaluto, ni sendos
al vi ligilon, kiun vi povos uzi por restarigi vian pasvorton.
- create:
- notice email on way: BedaÅras, ke vi perdis Äin :-( sed baldaÅ vi ricevos retleteron,
- kiun vi uzos por restarigi Äin.
- notice email cannot find: BedaÅrinde, tiu retadreso ne troveblas.
edit:
title: Nuligi pasvorton
heading: Nuligi Pasvorton por %{user}
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 42fe29783..5479e94a9 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -418,12 +418,6 @@ es:
destroy:
success: Cuenta eliminada.
browse:
- created: Creado
- closed: Cerrado
- created_ago_html: Creado %{time_ago}
- closed_ago_html: Cerrado %{time_ago}
- created_ago_by_html: Creado %{time_ago} por %{user}
- closed_ago_by_html: Cerrado %{time_ago} por %{user}
deleted_ago_by_html: Eliminado %{time_ago} por %{user}
edited_ago_by_html: Editado %{time_ago} por %{user}
version: Versión
@@ -441,23 +435,6 @@ es:
view_history: Ver historial
view_details: Ver detalles
location: 'Ubicación:'
- changeset:
- title: 'Conjunto de cambios: %{id}'
- belongs_to: Autor
- node: Nodos (%{count})
- node_paginated: Nodos (%{x}-%{y} de %{count})
- way: VÃas (%{count})
- way_paginated: VÃas (%{x}-%{y} de %{count})
- relation: Relaciones (%{count})
- relation_paginated: Relaciones (%{x}-%{y} de %{count})
- hidden_comment_by_html: Comentario ocultado por %{user} %{time_ago}
- comment_by_html: Comentario de %{user} %{time_ago}
- changesetxml: XML del conjunto de cambios
- osmchangexml: XML en formato osmChange
- join_discussion: Inicia sesión para unirte a la discusión
- discussion: Discusión
- still_open: El conjunto de cambios sigue abierto; la discusión se abrirá cuando
- se cierre el conjunto de cambios.
node:
title_html: 'Nodo: %{name}'
history_title_html: 'Historial de nodo: %{name}'
@@ -576,6 +553,44 @@ es:
feed:
title: Conjunto de cambios %{id}
title_comment: Conjunto de cambios %{id} - %{comment}
+ created: Creado
+ closed: Cerrado
+ belongs_to: Autor
+ subscribe:
+ heading: ¿Deseas suscribirte a la siguiente discusión del conjunto de cambios?
+ button: Suscribirse a la discusión
+ unsubscribe:
+ heading: ¿Deseas desuscribirte de la siguiente discusión del conjunto de cambios?
+ button: Desuscribirse de la discusión
+ heading:
+ title: Conjunto de cambios %{id}
+ created_by_html: Creado por %{link_user} el %{created}.
+ no_such_entry:
+ title: No existe tal conjunto de cambios
+ heading: 'No hay entrada con id: %{id}'
+ body: Lo sentimos, no existe algún conjunto de cambios con id %{id}. Revisa
+ los dÃgitos, o tal vez el enlace en el que hiciste clic sea incorrecto.
+ show:
+ title: 'Conjunto de cambios: %{id}'
+ created_ago_html: Creado %{time_ago}
+ closed_ago_html: Cerrado %{time_ago}
+ created_ago_by_html: Creado %{time_ago} por %{user}
+ closed_ago_by_html: Cerrado %{time_ago} por %{user}
+ discussion: Discusión
+ join_discussion: Inicia sesión para unirte a la discusión
+ still_open: El conjunto de cambios sigue abierto; la discusión se abrirá cuando
+ se cierre el conjunto de cambios.
+ comment_by_html: Comentario de %{user} %{time_ago}
+ hidden_comment_by_html: Comentario ocultado por %{user} %{time_ago}
+ changesetxml: XML del conjunto de cambios
+ osmchangexml: XML en formato osmChange
+ paging_nav:
+ nodes: Nodos (%{count})
+ nodes_paginated: Nodos (%{x}-%{y} de %{count})
+ ways: VÃas (%{count})
+ ways_paginated: VÃas (%{x}-%{y} de %{count})
+ relations: Relaciones (%{count})
+ relations_paginated: Relaciones (%{x}-%{y} de %{count})
timeout:
sorry: Lo sentimos, la lista de conjuntos de cambios que solicitó tardó demasiado
en obtenerse.
@@ -694,6 +709,12 @@ es:
comment: Comentario
newer_comments: Comentarios más recientes
older_comments: Comentarios más antiguos
+ subscribe:
+ heading: ¿Deseas suscribirte a la siguiente discusión sobre la entrada al diario?
+ button: Suscribirse a la discusión
+ unsubscribe:
+ heading: ¿Deseas desuscribirte de la siguiente discusión de entrada de diario?
+ button: Desuscribirse de la discusión
doorkeeper:
errors:
messages:
@@ -1698,6 +1719,7 @@ es:
more: Más
user_mailer:
diary_comment_notification:
+ description: 'Entrada de diario de OpenStreetMap #%{id}'
subject: '[OpenStreetMap] %{user} ha comentado en una entrada de diario'
hi: 'Hola, %{to_user}:'
header: '%{from_user} ha comentado en la entrada de diario con asunto %{subject}:'
@@ -1706,6 +1728,8 @@ es:
%{commenturl} o responder en %{replyurl}
footer_html: También puedes leer el comentario en %{readurl} y puedes comentar
en %{commenturl} o responder en %{replyurl}
+ footer_unsubscribe: Puedes cancelar la suscripción de la discusión en %{unsubscribeurl}
+ footer_unsubscribe_html: Puedes cancelar la suscripción de la discusión en %{unsubscribeurl}
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: Hola %{to_user},
@@ -1768,6 +1792,7 @@ es:
click_the_link: Si este eres tú, por favor, haz clic en el enlace siguiente
para restablecer tu contraseña.
note_comment_notification:
+ description: 'Nota de OpenStreetMap #%{id}'
anonymous: Un usuario anónimo
greeting: Hola,
commented:
@@ -1807,6 +1832,7 @@ es:
details: Más detalles acerca de la nota pueden encontrarse en %{url}.
details_html: Puedes encontrar más detalles acerca de la nota en %{url}.
changeset_comment_notification:
+ description: 'Conjunto de cambios de OpenStreetMap #%{id}'
hi: Hola %{to_user},
greeting: Hola,
commented:
@@ -1828,10 +1854,10 @@ es:
details: Puedes encontrar más detalles sobre el conjunto de cambios en %{url}.
details_html: Puedes encontrar más detalles sobre el conjunto de cambios en
%{url}.
- unsubscribe: Para cancelar la suscripción a las actualizaciones de este conjunto
- de cambios, visita %{url} y haz clic en "Cancelar suscripción".
- unsubscribe_html: Para darte de baja de las actualizaciones de este conjunto
- de cambios, visita %{url} y haz clic en "Cancelar suscripción".
+ unsubscribe: Puedes desinscrirte de las actualizaciones de este conjunto de
+ cambios en %{url}.
+ unsubscribe_html: Puedes desinscrirte de las actualizaciones de este conjunto
+ de cambios en %{url}.
confirmations:
confirm:
heading: ¡Revisa tu correo electrónico!
@@ -1948,12 +1974,6 @@ es:
help_text: Escribe la dirección de correo electrónico con la que te registraste,
te enviaremos un enlace a esa dirección que podrás utilizar para restablecer
tu contraseña.
- create:
- notice email on way: Sentimos que la hayas perdido :-( pero ya va de camino
- un mensaje de correo electrónico que te servirá para restablecer tu contraseña
- enseguida.
- notice email cannot find: Lo sentimos, no se pudo encontrar esa dirección de
- correo electrónico.
edit:
title: Restablecer contraseña
heading: Restablecer contraseña para %{user}
diff --git a/config/locales/et.yml b/config/locales/et.yml
index d715d5a0e..7af1f2f5c 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -297,12 +297,6 @@ et:
destroy:
success: Konto kustutatud.
browse:
- created: Loodud
- closed: Suletud
- created_ago_html: Loodud %{time_ago}
- closed_ago_html: Suletud %{time_ago}
- created_ago_by_html: Loonud %{user} %{time_ago}
- closed_ago_by_html: Sulgenud %{user} %{time_ago}
deleted_ago_by_html: Kustutanud %{user} %{time_ago}
edited_ago_by_html: Muutnud %{user} %{time_ago}
version: Versioon
@@ -320,23 +314,6 @@ et:
view_history: Vaata ajalugu
view_details: Vaata üksikasju
location: 'Asukoht:'
- changeset:
- title: 'Muudatuskogum: %{id}'
- belongs_to: Autor
- node: Sõlmed (%{count})
- node_paginated: Sõlmed (%{x}â%{y} %{count}-st)
- way: Jooned (%{count})
- way_paginated: Jooned (%{x}â%{y} %{count}-st)
- relation: Relatsioonid (%{count})
- relation_paginated: Relatsioonid (%{x}â%{y} %{count}-st)
- hidden_comment_by_html: Peidetud kommentaar kasutajalt %{user} %{time_ago}
- comment_by_html: Kommentaar kasutajalt %{user} %{time_ago}
- changesetxml: Muudatuskogumi XML
- osmchangexml: osmChange XML
- join_discussion: Logi sisse, kui soovid arutelus osaleda
- discussion: Arutelu
- still_open: Muudatuskogum on veel avatud. Arutelu avaneb siis, kui muudatuskogum
- on suletud.
node:
title_html: 'Sõlm: %{name}'
history_title_html: 'Sõlme ajalugu: %{name}'
@@ -442,6 +419,30 @@ et:
feed:
title: Muudatuskogum %{id}
title_comment: Muudatuskogum %{id} â %{comment}
+ created: Loodud
+ closed: Suletud
+ belongs_to: Autor
+ show:
+ title: 'Muudatuskogum: %{id}'
+ created_ago_html: Loodud %{time_ago}
+ closed_ago_html: Suletud %{time_ago}
+ created_ago_by_html: Loonud %{user} %{time_ago}
+ closed_ago_by_html: Sulgenud %{user} %{time_ago}
+ discussion: Arutelu
+ join_discussion: Logi sisse, kui soovid arutelus osaleda
+ still_open: Muudatuskogum on veel avatud. Arutelu avaneb siis, kui muudatuskogum
+ on suletud.
+ comment_by_html: Kommentaar kasutajalt %{user} %{time_ago}
+ hidden_comment_by_html: Peidetud kommentaar kasutajalt %{user} %{time_ago}
+ changesetxml: Muudatuskogumi XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Sõlmed (%{count})
+ nodes_paginated: Sõlmed (%{x}â%{y} %{count}-st)
+ ways: Jooned (%{count})
+ ways_paginated: Jooned (%{x}â%{y} %{count}-st)
+ relations: Relatsioonid (%{count})
+ relations_paginated: Relatsioonid (%{x}â%{y} %{count}-st)
timeout:
sorry: Kahjuks võttis taotletud muudatuskogumite laadimine liiga kaua aega.
changeset_comments:
@@ -1224,10 +1225,9 @@ et:
partial_changeset_without_comment: ilma kommentaarita.
details: Ãksikasjad muudatuskogumi kohta leiad aadressilt %{url}.
details_html: Ãksikasjad muudatuskogumi kohta leiad aadressilt %{url}.
- unsubscribe: Et selle muudatuskogumi uuendusteadetest ära ütelda, mine aadressile
- %{url} ja klõpsa nuppu "Lõpeta tellimus".
- unsubscribe_html: Et selle muudatuskogumi uuendusteadetest ära ütelda, mine
- aadressile %{url} ja klõpsa nuppu "Lõpeta tellimus".
+ unsubscribe: Saad muudatuskogumi uuendusteadetest ära ütelda aadressil %{url}.
+ unsubscribe_html: Saad muudatuskogumi uuendusteadetest ära ütelda aadressil
+ %{url}.
confirmations:
confirm:
heading: Kontrolli oma e-posti.
@@ -1337,14 +1337,10 @@ et:
new:
title: Unustatud parool
heading: Parool ununenud?
- email address: 'E-posti aadress:'
+ email address: E-posti aadress
new password button: Lähtesta parool
help_text: Sisesta e-posti aadress, mida kasutasid registreerumisel. Saadame
sinna lingi, mida saad kasutada parooli lähtestamiseks.
- create:
- notice email on way: Kahju, et parooli kaotasid, kuid ära muretse. Peagi saad
- e-kirja, mille abil saad parooli lähtestada.
- notice email cannot find: Seda e-posti aadressi ei leitud.
edit:
title: Lähtesta parool
heading: Kasutaja %{user} parooli lähtestamine
@@ -1390,8 +1386,8 @@ et:
new:
title: Sisselogimine
heading: Logi sisse
- email or username: 'E-posti aadress või kasutajanimi:'
- password: 'Parool:'
+ email or username: E-posti aadress või kasutajanimi
+ password: Parool
remember: Jäta mind meelde
lost password link: Kas unustasid parooli?
login_button: Logi sisse
@@ -1740,8 +1736,8 @@ et:
title: Juhend algajatele
description: Kogukonna hallatav juhend algajatele.
community:
- title: Kogukonna foorum
- description: Ãhine arutelukoht OpenStreetMapi kohta käivateks vestlusteks.
+ title: Abi- ja kogukonnafoorum
+ description: Ãhine koht, kus küsida abi ja kus arutada OpenStreetMapi üle.
mailing_lists:
title: Postiloendid
description: Esita küsimusi või arutle huvipakkuvatel teemadel paljudes temaatilistes
@@ -1997,6 +1993,7 @@ et:
oauth1_settings: OAuth 1 sätted
oauth2_applications: OAuth 2 rakendused
oauth2_authorizations: OAuth 2 volitused
+ muted_users: Vaigistatud kasutajad
oauth:
authorize:
title: Lubada juurdepääs sinu kontole
@@ -2553,8 +2550,8 @@ et:
centre_map: Kuva kaardi keskel
redactions:
edit:
- heading: Redigeeri kinnikatmist
- title: Redigeeri kinnikatmist
+ heading: Kinnikatmise redigeerimine
+ title: Kinnikatmise redigeerimine
index:
empty: Pole ühtegi kinnikatmist, mida näidata.
heading: Kinnikatmiste loend
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index d4bd1c4e7..a8736cb0a 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -337,12 +337,6 @@ eu:
destroy:
success: Kontua ezabatu da.
browse:
- created: Sortua
- closed: Itxita
- created_ago_html: Sortua orain dela %{time_ago}
- closed_ago_html: Itxia orain dela %{time_ago}
- created_ago_by_html: '%{user}-ek %{time_ago} sortua'
- closed_ago_by_html: '%{user}-ek %{time_ago} itxia'
deleted_ago_by_html: '%{user}-ek %{time_ago} ezabatua'
edited_ago_by_html: '%{user}-ek %{time_ago} editatua'
version: Bertsioa
@@ -360,23 +354,6 @@ eu:
view_history: Ikusi historia
view_details: Ikusi xehetasunak
location: 'Kokapena:'
- changeset:
- title: 'Aldaketa: %{id}'
- belongs_to: Egilea
- node: Nodoak (%{count})
- node_paginated: Nodoak (%{x}-%{y} %{count}-tik)
- way: Bideak (%{count})
- way_paginated: Bideak (%{x}-%{y} %{count}-tik)
- relation: Erlazioak (%{count})
- relation_paginated: Erlazioak (%{x}-%{y} %{count}-tik)
- hidden_comment_by_html: '%{user} -ren ezkutuko iruzkina %{time_ago} tik'
- comment_by_html: '%{user} -ren iruzkina orain dela %{time_ago}'
- changesetxml: Aldaketaren XML kodea
- osmchangexml: osmChange XML kodea
- join_discussion: Hasi saioa eztabaidan parte hartzeko
- discussion: Eztabaida
- still_open: Aldaketak oraindik zabalik - eztabaida aldaketak itxi ondoren irekiko
- da.
node:
title_html: 'Nodoa: %{name}'
history_title_html: 'Nodoaren historia: %{name}'
@@ -494,6 +471,30 @@ eu:
feed:
title: '%{id} aldaketak'
title_comment: '%{id} aldaketa - %{comment}'
+ created: Sortua
+ closed: Itxita
+ belongs_to: Egilea
+ show:
+ title: 'Aldaketa: %{id}'
+ created_ago_html: Sortua orain dela %{time_ago}
+ closed_ago_html: Itxia orain dela %{time_ago}
+ created_ago_by_html: '%{user}-ek %{time_ago} sortua'
+ closed_ago_by_html: '%{user}-ek %{time_ago} itxia'
+ discussion: Eztabaida
+ join_discussion: Hasi saioa eztabaidan parte hartzeko
+ still_open: Aldaketak oraindik zabalik - eztabaida aldaketak itxi ondoren irekiko
+ da.
+ comment_by_html: '%{user} -ren iruzkina orain dela %{time_ago}'
+ hidden_comment_by_html: '%{user} -ren ezkutuko iruzkina %{time_ago} tik'
+ changesetxml: Aldaketaren XML kodea
+ osmchangexml: osmChange XML kodea
+ paging_nav:
+ nodes: Nodoak (%{count})
+ nodes_paginated: Nodoak (%{x}-%{y} %{count}-tik)
+ ways: Bideak (%{count})
+ ways_paginated: Bideak (%{x}-%{y} %{count}-tik)
+ relations: Erlazioak (%{count})
+ relations_paginated: Erlazioak (%{x}-%{y} %{count}-tik)
timeout:
sorry: Barkatu, zuk eskatutako aldaketen zerrenda berreskuratzeko denbora gehiegi
behar izan da.
@@ -1848,10 +1849,6 @@ eu:
new password button: Pasahitza berrezarri
help_text: Sartu saioa hastean erabiltzen zenuen helbide elektronikoa, zure
pasahitza berrezarri ahal izateko erabil dezakezu bidaliko dizugun esteka.
- create:
- notice email on way: Sentitzen duzu hau galdu izatea :-( baina posta elektronikoa
- bidaltzen ari zaizu laster berrabiarazi dezakezun.
- notice email cannot find: Eposta helbide hori ezin izan dugu aurkitu, barkatu.
edit:
title: Pasahitza berrezarri
heading: '%{user}-ren pasahitza berrezarri'
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index 4c2243872..76db09a1c 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -353,12 +353,6 @@ fa:
destroy:
success: Øساب Øذ٠شد.
browse:
- created: اÛجاد شد
- closed: بست٠شد
- created_ago_html: اÛجاد شد %{time_ago}
- closed_ago_html: بست٠شد %{time_ago}
- created_ago_by_html: '%{time_ago} %{user} اÛجادش کرد'
- closed_ago_by_html: '%{time_ago} %{user} بستش'
deleted_ago_by_html: '%{time_ago} %{user} ØØ°ÙØ´ کرد'
edited_ago_by_html: '%{time_ago} %{user} ÙÛراÛشش کرد'
version: ÙسخÙÙ
@@ -376,22 +370,6 @@ fa:
view_history: ÙÙ
اÛØ´ تارÛØ®ÚÙ
view_details: ÙÙ
اÛØ´ جزئÛات
location: 'Ù
کاÙ: âª'
- changeset:
- title: 'بستÙ٠تغÛÛر: %{id}'
- belongs_to: پدÛدآÙر
- node: گرÙâÙا (%{count})
- node_paginated: گرÙâÙا (%{x}-%{y} از %{count})
- way: راÙâÙا (%{count})
- way_paginated: راÙâÙا (%{x}-%{y} از %{count})
- relation: رابطÙâÙا (%{count})
- relation_paginated: رابطÙâÙا (%{x}-%{y} از %{count})
- hidden_comment_by_html: Ùظر Ù¾ÙÙاÙØ ÙÙشتÙÙ %{user}â %{time_ago}
- comment_by_html: Ùظر از %{user}â %{time_ago}
- changesetxml: Changeset XML
- osmchangexml: osmChange XML
- join_discussion: Ùارد Ø´ÙÛد تا ب٠بØØ« بپÛÙÙدÛد
- discussion: بØØ«
- still_open: بستÙ٠تغÛÛر ÙÙÙز باز است - اÙ
کا٠بØØ« پس از بست٠آ٠باز Ù
ÛâØ´Ùد.
node:
title_html: 'گرÙ: %{name}'
history_title_html: 'تارÛØ®ÚÙ٠گرÙ: %{name}'
@@ -500,6 +478,29 @@ fa:
feed:
title: بستÙ٠تغÛÛر %{id}
title_comment: بستÙ٠تغÛÛر %{id} - %{comment}
+ created: اÛجاد شد
+ closed: بست٠شد
+ belongs_to: پدÛدآÙر
+ show:
+ title: 'بستÙ٠تغÛÛر: %{id}'
+ created_ago_html: اÛجاد شد %{time_ago}
+ closed_ago_html: بست٠شد %{time_ago}
+ created_ago_by_html: '%{time_ago} %{user} اÛجادش کرد'
+ closed_ago_by_html: '%{time_ago} %{user} بستش'
+ discussion: بØØ«
+ join_discussion: Ùارد Ø´ÙÛد تا ب٠بØØ« بپÛÙÙدÛد
+ still_open: بستÙ٠تغÛÛر ÙÙÙز باز است - اÙ
کا٠بØØ« پس از بست٠آ٠باز Ù
ÛâØ´Ùد.
+ comment_by_html: Ùظر از %{user}â %{time_ago}
+ hidden_comment_by_html: Ùظر Ù¾ÙÙاÙØ ÙÙشتÙÙ %{user}â %{time_ago}
+ changesetxml: Changeset XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: گرÙâÙا (%{count})
+ nodes_paginated: گرÙâÙا (%{x}-%{y} از %{count})
+ ways: راÙâÙا (%{count})
+ ways_paginated: راÙâÙا (%{x}-%{y} از %{count})
+ relations: رابطÙâÙا (%{count})
+ relations_paginated: رابطÙâÙا (%{x}-%{y} از %{count})
timeout:
sorry: Ø´ÙربختاÙ٠بازÛØ§Ø¨Û Ø¨Ø³ØªÙâÙØ§Û ØªØºÛÛر ک٠درخÙاست ÙÙ
ÙدÙâاÛØ¯Ø Ø®ÛÙÛ Ø·ÙÙاÙÛ Ø´Ø¯.
changeset_comments:
@@ -1771,10 +1772,6 @@ fa:
new password button: بازÙشاÙÛ Ø±Ù
ز عبÙر
help_text: راÛاÙاÙ
ÙâØ§Û Ú©Ù Ø¨Ø§ Ø¢Ù ÙاÙ
âÙÙÛØ³Û Ú©Ø±Ø¯ÙâاÛد را Ùارد Ú©ÙÛد. Ù
ا Ù¾ÛÙÙØ¯Û Ø¨Ù
Ø¢Ù Ù
ÛâÙرستÛÙ
تا بتÙاÙÛد ب٠ÙسÛÙÙ٠آ٠گذرÙاÚÙâتا٠را بازÙشاÙÛ Ú©ÙÛد.
- create:
- notice email on way: Ù
تأسÙÛÙ
ک٠آ٠را Ú¯Ù
کردÙâاÛد :-( اÙ
ا راÛاÙاÙ
ÙâØ§Û Ø¯Ø± راÙ
- است Ú©Ù Ù
ÛâتÙاÙÛد بÙâزÙØ¯Û Ø¢Ù Ø±Ø§ Ù
جدد تÙظÛÙ
Ú©ÙÛد.
- notice email cannot find: ÚÙÛ٠راÛاÙاÙ
ÙâØ§Û Ù¾Ûدا ÙØ´Ø¯Ø Ù
تأسÙÛÙ
.
edit:
title: بازÙشاÙÛ Ø±Ù
ز عبÙر
heading: بازÙشاÙÛ Ø±Ù
ز عبÙر Ø¨Ø±Ø§Û %{user}
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index fe5daef1c..e2a53fe95 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -91,6 +91,9 @@ fi:
messages:
invalid_email_address: '"%s" ei näytä olevan kelvollinen sähköpostiosoite.'
email_address_not_routable: reittiohjeet eivät ole saatavilla
+ models:
+ user_mute:
+ is_already_muted: on jo hiljennetty
models:
acl: Pääsyoikeuslista
changeset: Muutoskokoelma
@@ -350,12 +353,6 @@ fi:
destroy:
success: Käyttäjä poistettu.
browse:
- created: Luotu
- closed: Suljettu
- created_ago_html: Luotu %{time_ago}
- closed_ago_html: Suljettu %{time_ago}
- created_ago_by_html: Luonut %{user}, %{time_ago}
- closed_ago_by_html: Sulkenut %{user}, %{time_ago}
deleted_ago_by_html: Poistanut %{user}, %{time_ago}
edited_ago_by_html: Muokannut %{time_ago} %{user}
version: Versio
@@ -373,23 +370,6 @@ fi:
view_history: Näytä historia
view_details: Näytä tiedot
location: 'Sijainti:'
- changeset:
- title: 'Muutoskokoelma: %{id}'
- belongs_to: Lähettäjä
- node: Pisteet (%{count})
- node_paginated: Pisteet (%{x}-%{y} / %{count})
- way: Reitit (%{count})
- way_paginated: Reitit (%{x}-%{y} of %{count})
- relation: Relaatiot (%{count})
- relation_paginated: Relaatiot (%{x}-%{y} / %{count})
- hidden_comment_by_html: Piilotettu kommentti käyttäjältä %{user} %{time_ago}
- comment_by_html: Kommentti käyttäjältä %{user}, %{time_ago}
- changesetxml: Muutoskokoelman XML
- osmchangexml: osmChange XML
- join_discussion: Kirjaudu sisään osallistuaksesi keskusteluun
- discussion: Keskustelu
- still_open: Muutoskokoelma on edelleen avoimena - keskustelu avataan heti kun
- muutoskokoelma on suljettu.
node:
title_html: 'Piste: %{name}'
history_title_html: Pisteen %{name} historia
@@ -497,6 +477,30 @@ fi:
feed:
title: Muutoskokoelma %{id}
title_comment: Muutoskokoelma %{id} - %{comment}
+ created: Luotu
+ closed: Suljettu
+ belongs_to: Lähettäjä
+ show:
+ title: 'Muutoskokoelma: %{id}'
+ created_ago_html: Luotu %{time_ago}
+ closed_ago_html: Suljettu %{time_ago}
+ created_ago_by_html: Luonut %{user}, %{time_ago}
+ closed_ago_by_html: Sulkenut %{user}, %{time_ago}
+ discussion: Keskustelu
+ join_discussion: Kirjaudu sisään osallistuaksesi keskusteluun
+ still_open: Muutoskokoelma on edelleen avoimena - keskustelu avataan heti kun
+ muutoskokoelma on suljettu.
+ comment_by_html: Kommentti käyttäjältä %{user}, %{time_ago}
+ hidden_comment_by_html: Piilotettu kommentti käyttäjältä %{user} %{time_ago}
+ changesetxml: Muutoskokoelman XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Pisteet (%{count})
+ nodes_paginated: Pisteet (%{x}-%{y} / %{count})
+ ways: Reitit (%{count})
+ ways_paginated: Reitit (%{x}-%{y} of %{count})
+ relations: Relaatiot (%{count})
+ relations_paginated: Relaatiot (%{x}-%{y} / %{count})
timeout:
sorry: Valitettavasti pyytämäsi muutoskokoelmien listan hakeminen kesti liian
kauan.
@@ -1677,9 +1681,9 @@ fi:
details: 'Lisätietoja muutoskokoelmasta: %{url}'
details_html: 'Lisätietoja muutoskokoelmasta: %{url}'
unsubscribe: Peru tämän muutoskokoelman sähköposti-ilmoitukset siirtymällä osoitteeseen
- %{url} ja napsauttamalla Lopeta tilaus.
+ %{url}.
unsubscribe_html: Peru tämän muutoskokoelman sähköposti-ilmoitukset siirtymällä
- osoitteeseen %{url} ja napsauttamalla Lopeta tilaus.
+ osoitteeseen %{url}.
confirmations:
confirm:
heading: Tarkista sähköpostisi!
@@ -1778,9 +1782,6 @@ fi:
new password button: Lähetä salasanan palautusohjeet
help_text: Kirjoita alapuolelle kirjautumissähköpostiosoitteesi. Osoitteeseen
lähetetään salasanan palautusohjeet.
- create:
- notice email on way: Salasanan palautusohjeet on lähetetty annettuun sähköpostiosoitteeseen.
- notice email cannot find: Annettu sähköpostiosoite ei ole käytössä.
edit:
title: Salasanan vaihto
heading: Vaihda käyttäjän %{user} salasana
@@ -2118,8 +2119,9 @@ fi:
title: Aloitusopas
description: Yhteisön ylläpitämä opas aloittelijoille.
community:
- title: Yhteisön keskustelupalsta
- description: Jaettu paikka OpenStreetMapiin liittyville keskusteluille.
+ title: Ohje- ja yhteisöfoorumi
+ description: Yhteinen paikka avun hakemiselle ja OpenStreetMapiin liittyville
+ keskusteluille.
mailing_lists:
title: Postituslistat
description: Esitä kysymyksiä tai keskustele laajalti kiinnostavista aiheista
@@ -2412,6 +2414,7 @@ fi:
oauth1_settings: OAuth 1 -asetukset
oauth2_applications: OAuth 2 -sovellukset
oauth2_authorizations: OAuth 2 -käyttöoikeudet
+ muted_users: Hiljennetyt käyttäjät
oauth:
authorize:
title: Salli tilisi käyttö
@@ -2440,6 +2443,7 @@ fi:
permissions:
missing: Et ole sallinut sovelluksen käyttöoikeutta tähän palveluun
scopes:
+ openid: Kirjaudu sisään OpenStreetMapin avulla
read_prefs: Käyttäjäasetusten käsittely
write_prefs: Käyttäjäasetusten muuttaminen
write_diary: Päiväkirjamerkintöjen luonti, kommentointi ja kavereiden lisääminen
@@ -2795,11 +2799,14 @@ fi:
user_mutes:
index:
table:
+ thead:
+ muted_user: Hiljennetty käyttäjä
+ actions: Toiminnot
tbody:
send_message: Lähetä viesti
create:
- notice: Mykistit käyttäjän %{name}.
- error: Käyttäjää %{name} ei voitu mykistää. %{full_message}.
+ notice: Hiljensit käyttäjän %{name}.
+ error: Käyttäjää %{name} ei voitu hiljentää. %{full_message}.
destroy:
notice: Poistit mykistyksen käyttäjältä %{name}.
notes:
diff --git a/config/locales/fit.yml b/config/locales/fit.yml
index bc653f3a7..50fa71f75 100644
--- a/config/locales/fit.yml
+++ b/config/locales/fit.yml
@@ -200,8 +200,6 @@ fit:
heading: 'Mookkaukset julkisia:'
make_edits_public_button: Tee mookkauksistani julkisia
browse:
- created: Luotu
- closed: Ratkaistu
version: Versuuni
in_changeset: Muutoskokoelma
anonymous: tuntematon
@@ -211,21 +209,6 @@ fit:
view_history: Näytä histuuria
view_details: Näytä tieot
location: 'Sijainti:'
- changeset:
- title: 'Muutoskokoelma: %{id}'
- belongs_to: Lähättäjä
- node: Pisteet (%{count})
- node_paginated: Pisteet (%{x}-%{y} / %{count})
- way: Reitit (%{count})
- way_paginated: Reitit (%{x}-%{y} of %{count})
- relation: Relaatiot (%{count})
- relation_paginated: Relaatiot (%{x}-%{y} / %{count})
- changesetxml: Muutoskokoelman XML
- osmchangexml: osmChange XML
- join_discussion: Lokkaa sisäle, jos halvaat osallistua keskusteluun
- discussion: Keskustelu
- still_open: Muutoskokoelma on edelleen avoimena - keskustelu avathaan heti kun
- muutoskokoelma on suljettu.
node:
title_html: 'Piste: %{name}'
history_title_html: Pisteen %{name} histuuria
@@ -323,6 +306,24 @@ fit:
feed:
title: Muutoskokoelma %{id}
title_comment: Muutoskokoelma %{id} - %{comment}
+ created: Luotu
+ closed: Ratkaistu
+ belongs_to: Lähättäjä
+ show:
+ title: 'Muutoskokoelma: %{id}'
+ discussion: Keskustelu
+ join_discussion: Lokkaa sisäle, jos halvaat osallistua keskusteluun
+ still_open: Muutoskokoelma on edelleen avoimena - keskustelu avathaan heti kun
+ muutoskokoelma on suljettu.
+ changesetxml: Muutoskokoelman XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Pisteet (%{count})
+ nodes_paginated: Pisteet (%{x}-%{y} / %{count})
+ ways: Reitit (%{count})
+ ways_paginated: Reitit (%{x}-%{y} of %{count})
+ relations: Relaatiot (%{count})
+ relations_paginated: Relaatiot (%{x}-%{y} / %{count})
timeout:
sorry: Valitettavasti pyytämäsi muutoskokoelmien listan hakeminen kesti liian
kauan.
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index fa09fc52d..84fda351a 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -56,6 +56,7 @@
# Author: Ltrlg
# Author: Lucky
# Author: Lulucmy
+# Author: MacOS Weed
# Author: Macofe
# Author: Manaviko
# Author: Mathieu
@@ -435,15 +436,10 @@ fr:
destroy:
success: Compte supprimé.
browse:
- created: Créé
- closed: Fermé
- created_ago_html: Créé %{time_ago}
- closed_ago_html: Fermé %{time_ago}
- created_ago_by_html: Créé %{time_ago} par %{user}
- closed_ago_by_html: Fermé %{time_ago} par %{user}
deleted_ago_by_html: Supprimé %{time_ago} par %{user}
edited_ago_by_html: Modifié %{time_ago} par %{user}
version: Version
+ redacted_version: Version censurée
in_changeset: Groupe de modifications
anonymous: anonyme
no_comment: (aucun commentaire)
@@ -456,27 +452,12 @@ fr:
other: '%{count} chemins'
download_xml: Télécharger en XML
view_history: Voir lâhistorique
+ view_unredacted_history: Voir l'historique non censuré
view_details: Afficher les détails
+ view_redacted_data: Afficher les données censurées
location: 'Emplacement :'
common_details:
coordinates_html: '%{latitude}â¯; %{longitude}'
- changeset:
- title: 'Groupe de modificationsâ¯: %{id}'
- belongs_to: Auteur
- node: NÅuds (%{count})
- node_paginated: NÅuds (%{x} Ã %{y} sur %{count})
- way: Chemins (%{count})
- way_paginated: Chemins (%{x} Ã %{y} sur %{count})
- relation: Relations (%{count})
- relation_paginated: Relations (%{x} Ã %{y} sur %{count})
- hidden_comment_by_html: Commentaire caché de %{user} %{time_ago}
- comment_by_html: Commentaire de %{user} %{time_ago}
- changesetxml: XML du groupe de modifications
- osmchangexml: XML osmChange
- join_discussion: Se connecter pour rejoindre la discussion
- discussion: Discussion
- still_open: Ensemble de modifications toujours ouvert â la discussion sâouvrira
- une fois que lâensemble de modifications sera fermé.
node:
title_html: 'NÅudâ¯: %{name}'
history_title_html: 'Historique du nÅudâ¯: %{name}'
@@ -596,6 +577,34 @@ fr:
feed:
title: Groupe de modifications %{id}
title_comment: 'Groupe de modifications %{id}â¯: %{comment}'
+ created: Créé
+ closed: Fermé
+ belongs_to: Auteur
+ unsubscribe:
+ button: Se désinscrire de la discussion
+ show:
+ title: 'Groupe de modificationsâ¯: %{id}'
+ created: 'Créé : %{when}'
+ closed: 'Fermé : %{when}'
+ created_ago_html: Créé %{time_ago}
+ closed_ago_html: Fermé %{time_ago}
+ created_ago_by_html: Créé %{time_ago} par %{user}
+ closed_ago_by_html: Fermé %{time_ago} par %{user}
+ discussion: Discussion
+ join_discussion: Se connecter pour rejoindre la discussion
+ still_open: Ensemble de modifications toujours ouvert â la discussion sâouvrira
+ une fois que lâensemble de modifications sera fermé.
+ comment_by_html: Commentaire de %{user} %{time_ago}
+ hidden_comment_by_html: Commentaire caché de %{user} %{time_ago}
+ changesetxml: XML du groupe de modifications
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: NÅuds (%{count})
+ nodes_paginated: NÅuds (%{x} Ã %{y} sur %{count})
+ ways: Chemins (%{count})
+ ways_paginated: Chemins (%{x} Ã %{y} sur %{count})
+ relations: Relations (%{count})
+ relations_paginated: Relations (%{x} Ã %{y} sur %{count})
timeout:
sorry: Désolé, la liste des groupes de modifications que vous avez demandée
a mis trop de temps à récupérer.
@@ -717,6 +726,10 @@ fr:
comment: Commentaire
newer_comments: Commentaires plus récents
older_comments: Commentaires plus anciens
+ subscribe:
+ button: S'abonner à la discussion
+ unsubscribe:
+ button: Se désinscrire de la discussion
doorkeeper:
errors:
messages:
@@ -1733,6 +1746,7 @@ fr:
sur %{commenturl} ou envoyer un message à l'auteur sur %{replyurl}
footer_html: Vous pouvez aussi lire le commentaire sur %{readurl} et vous pouvez
commenter sur %{commenturl} ou envoyer un message à lâauteur sur %{replyurl}
+ footer_unsubscribe: Vous pouvez vous désabonner de la discussion depuis %{unsubscribeurl}
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: Bonjour %{to_user},
@@ -1856,10 +1870,10 @@ fr:
details: Plus de détails sur lâensemble de modifications à %{url}.
details_html: Vous pouvez trouver plus de détails sur lâensemble de modifications
sur %{url}.
- unsubscribe: Pour vous désabonner des mises à jour de cet ensemble de modifications,
- visitez %{url} et cliquez sur «â¯Désabonnerâ¯Â».
- unsubscribe_html: Pour vous désabonner des mises à jour de cet ensemble de modifications,
- visitez %{url} et cliquez sur «â¯Désabonnerâ¯Â».
+ unsubscribe: Vous pouvez vous désabonner des mises à jour de cet ensemble de
+ modifications depuis %{url}.
+ unsubscribe_html: Vous pouvez vous désabonner des mises à jour de cet ensemble
+ de modifications depuis %{url}.
confirmations:
confirm:
heading: Vérifiez votre courrielâ¯!
@@ -1981,9 +1995,9 @@ fr:
nous enverrons à cette adresse un lien que vous pourrez utiliser pour réinitialiser
votre mot de passe.
create:
- notice email on way: Désolé que vous ayez perdu votre mot de passe :-( Un courriel
- vous a été envoyé pour que vous puissiez vite le réinitialiser.
- notice email cannot find: Cette adresse de courriel est introuvable, désolé.
+ send_paranoid_instructions: Si votre adresse courriel existe dans notre base
+ de données, vous recevrez dans quelques minutes un courriel avec un lien de
+ récupération de mot de passe à votre adresse de courriel.
edit:
title: Réinitialiser le mot de passe
heading: Réinitialiser le mot de passe de %{user}
diff --git a/config/locales/fur.yml b/config/locales/fur.yml
index 9615be1f6..395aeb32e 100644
--- a/config/locales/fur.yml
+++ b/config/locales/fur.yml
@@ -264,12 +264,6 @@ fur:
destroy:
success: Profîl eliminât.
browse:
- created: Creât
- closed: Sierât
- created_ago_html: Creât %{time_ago}
- closed_ago_html: Sierât %{time_ago}
- created_ago_by_html: Creât di %{user} %{time_ago}
- closed_ago_by_html: Sierât di %{user} %{time_ago}
deleted_ago_by_html: Eliminât di %{user} %{time_ago}
edited_ago_by_html: Modificât di %{user} %{time_ago}
version: Version
@@ -287,21 +281,6 @@ fur:
view_history: Cjale il storic
view_details: Cjale i detais
location: 'Lûc:'
- changeset:
- title: 'Grup di cambiaments: %{id}'
- belongs_to: Autôr
- node: Grops (%{count})
- node_paginated: Grops (%{x}-%{y} su %{count})
- way: Viis (%{count})
- way_paginated: Viis (%{x}-%{y} su %{count})
- relation: Relazions (%{count})
- relation_paginated: Relazions (%{x}-%{y} su %{count})
- hidden_comment_by_html: Coment platât di %{user} %{time_ago}
- comment_by_html: Comentât di %{user} %{time_ago}
- changesetxml: Grup di cambiaments XML
- osmchangexml: XML in formât osmChange
- join_discussion: Jentre par partecipâ ae discussion
- discussion: Discussion
node:
title_html: 'Grop: %{name}'
history_title_html: 'Storic dal grop: %{name}'
@@ -401,6 +380,28 @@ fur:
feed:
title: Grup di cambiaments %{id}
title_comment: Grup di cambiaments %{id} - %{comment}
+ created: Creât
+ closed: Sierât
+ belongs_to: Autôr
+ show:
+ title: 'Grup di cambiaments: %{id}'
+ created_ago_html: Creât %{time_ago}
+ closed_ago_html: Sierât %{time_ago}
+ created_ago_by_html: Creât di %{user} %{time_ago}
+ closed_ago_by_html: Sierât di %{user} %{time_ago}
+ discussion: Discussion
+ join_discussion: Jentre par partecipâ ae discussion
+ comment_by_html: Comentât di %{user} %{time_ago}
+ hidden_comment_by_html: Coment platât di %{user} %{time_ago}
+ changesetxml: Grup di cambiaments XML
+ osmchangexml: XML in formât osmChange
+ paging_nav:
+ nodes: Grops (%{count})
+ nodes_paginated: Grops (%{x}-%{y} su %{count})
+ ways: Viis (%{count})
+ ways_paginated: Viis (%{x}-%{y} su %{count})
+ relations: Relazions (%{count})
+ relations_paginated: Relazions (%{x}-%{y} su %{count})
timeout:
sorry: Nus displâs, la liste dai grups di cambiaments che tu âs domandât e je
stade masse timp a cjamâsi.
@@ -1104,8 +1105,6 @@ fur:
new password button: Azere la password
help_text: Scrîf la direzion di pueste eletroniche che tu âs doprât par iscrivîti
e ti mandarin un leam par tornâ a impuestâ la tô password.
- create:
- notice email cannot find: No vin podût cjatâ la tô direzion di pueste, nus displâs.
edit:
title: Azere la password
heading: Azere la password par %{user}
diff --git a/config/locales/fy.yml b/config/locales/fy.yml
index d50bb21d9..02ab1193a 100644
--- a/config/locales/fy.yml
+++ b/config/locales/fy.yml
@@ -300,8 +300,6 @@ fy:
destroy:
success: Akkount wiske.
browse:
- created: Makke
- closed: Ofdien
version: Ferzje
in_changeset: Wizigingsset
anonymous: anonym
@@ -317,21 +315,6 @@ fy:
view_history: Skiednis besjen
view_details: Gegevens besjen
location: 'Lokaasje:'
- changeset:
- title: 'Wizigingsset: %{id}'
- belongs_to: Makker
- node: Punten (%{count})
- node_paginated: Punten (%{x}-%{y} fan %{count})
- way: Linen (%{count})
- way_paginated: Linen (%{x}-%{y} fan %{count})
- relation: Relaasjes (%{count})
- relation_paginated: Relaasjes (%{x}-%{y} fan %{count})
- changesetxml: Wizigingsset-XML
- osmchangexml: osmWizigings-XML
- join_discussion: Meld jo oan en oerlis mei
- discussion: Oerlis
- still_open: Wizigingsset net ree - it oerlis iepenet sa gau't de wizigingsset
- ôfdien is.
node:
title_html: 'Punt: %{name}'
history_title_html: 'Skiednis fan punt: %{name}'
@@ -437,6 +420,24 @@ fy:
feed:
title: Wizigingsset %{id}
title_comment: Wizigingsset %{id} - %{comment}
+ created: Makke
+ closed: Ofdien
+ belongs_to: Makker
+ show:
+ title: 'Wizigingsset: %{id}'
+ discussion: Oerlis
+ join_discussion: Meld jo oan en oerlis mei
+ still_open: Wizigingsset net ree - it oerlis iepenet sa gau't de wizigingsset
+ ôfdien is.
+ changesetxml: Wizigingsset-XML
+ osmchangexml: osmWizigings-XML
+ paging_nav:
+ nodes: Punten (%{count})
+ nodes_paginated: Punten (%{x}-%{y} fan %{count})
+ ways: Linen (%{count})
+ ways_paginated: Linen (%{x}-%{y} fan %{count})
+ relations: Relaasjes (%{count})
+ relations_paginated: Relaasjes (%{x}-%{y} fan %{count})
timeout:
sorry: Spitich, it opheljen fan 'e list wizigingssets dy't jo fregen duorre
te lang.
@@ -1727,10 +1728,6 @@ fy:
help_text: Folje it e-mailadres yn dat jo by it ynskriuwen brûkt hawwe. Wy stjoere
der dan in keppeling hinne dy't jo brûke kinne om jo wachtwurd op 'e nij yn
te stellen.
- create:
- notice email on way: Spitich dat jo 'm kwyt binne :-( mar in e-mail is ûnderweis,
- dat jo kinne gau in nijenien ynstelle.
- notice email cannot find: Koe dat e-mailadres net fine, spitich.
edit:
title: Nij wachtwurd
heading: Wachtwurd op 'e nij ynstelle foar %{user}
diff --git a/config/locales/ga.yml b/config/locales/ga.yml
index b64dc4fff..f2016986e 100644
--- a/config/locales/ga.yml
+++ b/config/locales/ga.yml
@@ -207,8 +207,6 @@ ga:
go_public:
heading: Eagarthóireacht phoiblÃ
browse:
- created: Cruthaithe ag
- closed: Dúnta ag
version: Leagan
in_changeset: Tacar athruithe
anonymous: gan ainm
@@ -218,19 +216,6 @@ ga:
view_history: Féach ar Stair
view_details: Amharc ar ShonraÃ
location: 'SuÃomh:'
- changeset:
- title: 'Tacar athruithe: %{id}'
- belongs_to: Ãdar
- node: Nóid (%{count})
- node_paginated: Nóid (%{x}-%{y} de %{count})
- way: Bealaà (%{count})
- way_paginated: Bealaà (%{x}-%{y} de %{count})
- relation: Gaolta (%{count})
- relation_paginated: Gaolta (%{x}-%{y} de %{count})
- changesetxml: XML an Tacair athruithe
- osmchangexml: XML osmChange
- join_discussion: Logáil isteach chun páirt a ghlacadh sa phlé
- discussion: Plé
node:
title_html: 'Nód: %{name}'
history_title_html: 'Stair an Nóid: %{name}'
@@ -327,6 +312,22 @@ ga:
feed:
title: Tacar athruithe %{id}
title_comment: Tacar athruithe %{id} - %{comment}
+ created: Cruthaithe ag
+ closed: Dúnta ag
+ belongs_to: Ãdar
+ show:
+ title: 'Tacar athruithe: %{id}'
+ discussion: Plé
+ join_discussion: Logáil isteach chun páirt a ghlacadh sa phlé
+ changesetxml: XML an Tacair athruithe
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Nóid (%{count})
+ nodes_paginated: Nóid (%{x}-%{y} de %{count})
+ ways: Bealaà (%{count})
+ ways_paginated: Bealaà (%{x}-%{y} de %{count})
+ relations: Gaolta (%{count})
+ relations_paginated: Gaolta (%{x}-%{y} de %{count})
timeout:
sorry: Ãr leithscéil, thóg sé rófhada an liosta de na tacair athruithe a d'iarr
tú a aisghabháil.
@@ -1299,11 +1300,6 @@ ga:
new password button: Athshocraigh an focal faire
help_text: Iontráil an seoladh rÃomhphoist a d'úsáid tú le clárú, agus seolfaimid
nasc chugat a bheidh tú in ann a úsáid chun do phasfhocal a athshocrú.
- create:
- notice email on way: Is oth linn gur chaill tú é :-( ach tá rÃomhphost ar an
- mbealach chugat le go mbeidh tú in ann é a athshocrú go luath.
- notice email cannot find: NÃorbh fhéidir an seoladh rÃomhphoist sin a aimsiú,
- ár leithscéil faoi sin.
edit:
title: Focal faire a athshocrú
heading: Focal Faire le haghaidh %{user} a Athshocrú
diff --git a/config/locales/gcf.yml b/config/locales/gcf.yml
index 05513dbe4..7881b7087 100644
--- a/config/locales/gcf.yml
+++ b/config/locales/gcf.yml
@@ -104,13 +104,6 @@ gcf:
no_comment: (pon komantasyon)
download_xml: Chantyé XML
location: 'Ki koté:'
- changeset:
- hidden_comment_by_html: Komantasyon ou dévwè a %{user} %{time_ago}
- comment_by_html: Komantasyon a %{user} %{time_ago}
- changesetxml: Niméwo Chanjeman XML
- osmchangexml: osmChanjeman XML
- join_discussion: Konèkté-w pou jwenn bokantaj-la
- discussion: Bokantaj
containing_relation:
entry_html: Rèlasion %{relation_name}
entry_role_html: Rèlasion %{relation_name} (adan wol %{relation_role})
@@ -131,6 +124,13 @@ gcf:
previous: Pwochenn
changesets:
comment: Komantasyon
+ show:
+ discussion: Bokantaj
+ join_discussion: Konèkté-w pou jwenn bokantaj-la
+ comment_by_html: Komantasyon a %{user} %{time_ago}
+ hidden_comment_by_html: Komantasyon ou dévwè a %{user} %{time_ago}
+ changesetxml: Niméwo Chanjeman XML
+ osmchangexml: osmChanjeman XML
dashboards:
contact:
km away: '%{count} km'
diff --git a/config/locales/gd.yml b/config/locales/gd.yml
index 8082f2ae2..3a378003d 100644
--- a/config/locales/gd.yml
+++ b/config/locales/gd.yml
@@ -182,8 +182,6 @@ gd:
Thoir sùil air a' phost-d agad gus an seòladh puist-d ùr agad a dhearbhadh.
success: Chaidh fiosrachadh a' chleachdaiche ùrachadh gu soirbheachail.
browse:
- created: Air a chruthachadh
- closed: Dùinte
version: Tionndadh
in_changeset: Seata atharraichean
anonymous: gun ainm
@@ -193,19 +191,6 @@ gd:
view_history: Seall an eachdraidh
view_details: Seall am mion-fhiosrachadh
location: 'Ãite:'
- changeset:
- title: 'Seata atharraichean: %{id}'
- belongs_to: Ãghdar
- node: Nòdan (%{count})
- node_paginated: Nòdan (%{x}-%{y} à %{count})
- way: Slighean (%{count})
- way_paginated: Slighean (%{x}-%{y} Ã %{count})
- relation: DÃ imhean (%{count})
- relation_paginated: DÃ imhean (%{x}-%{y} Ã %{count})
- changesetxml: XML le seata atharraichean
- osmchangexml: XML osmChange
- join_discussion: Clà raich a-steach gus pà irt a ghabhail san deasbaireachd
- discussion: Deasbaireachd
node:
title_html: 'Nòd: %{name}'
history_title_html: 'Eachdraidh an nòd: %{name}'
@@ -304,6 +289,22 @@ gd:
feed:
title: Seata atharraichean %{id}
title_comment: Seata atharraichean %{id} - %{comment}
+ created: Air a chruthachadh
+ closed: Dùinte
+ belongs_to: Ãghdar
+ show:
+ title: 'Seata atharraichean: %{id}'
+ discussion: Deasbaireachd
+ join_discussion: Clà raich a-steach gus pà irt a ghabhail san deasbaireachd
+ changesetxml: XML le seata atharraichean
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Nòdan (%{count})
+ nodes_paginated: Nòdan (%{x}-%{y} à %{count})
+ ways: Slighean (%{count})
+ ways_paginated: Slighean (%{x}-%{y} Ã %{count})
+ relations: DÃ imhean (%{count})
+ relations_paginated: DÃ imhean (%{x}-%{y} Ã %{count})
timeout:
sorry: Duilich ach thug e ro fhada gus an seata atharraichean a dh'iarr thu
fhaighinn.
@@ -1139,11 +1140,6 @@ gd:
help_text: Cuir a-steach an seòladh puist-d a chleachd thu gus an cunntas agad
a chlà radh agus cuiridh sinn post-d dha as urrainn dhut cleachdadh gus am
facal-faire agad ath-shuidheachadh.
- create:
- notice email on way: Tha sinn duilich gun do chaill thu e :-( ach tha post-d
- gu bhith tighinn thugad ach an urrainn dhut ath-shuidheachadh a dh'aithghearr.
- notice email cannot find: Duilich ach cha do rinn sinn lorg air an t-seòladh
- puist-d ud.
edit:
title: Ath-shuidhich am facal-faire
heading: Ath-shuidhich am facal-faire aig %{user}
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 987212e45..4a06b46e2 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -339,12 +339,6 @@ gl:
destroy:
success: Conta borrada.
browse:
- created: Creado
- closed: Pechado
- created_ago_html: Creado %{time_ago}
- closed_ago_html: Pechado %{time_ago}
- created_ago_by_html: Creado %{time_ago} por %{user}
- closed_ago_by_html: Pechado %{time_ago} por %{user}
deleted_ago_by_html: Borrado %{time_ago} por %{user}
edited_ago_by_html: Editado %{time_ago} por %{user}
version: Versión
@@ -362,23 +356,6 @@ gl:
view_history: Ollar o historial
view_details: Ollar os detalles
location: 'Localización:'
- changeset:
- title: 'Conxunto de modificacións: %{id}'
- belongs_to: Autor
- node: Nós (%{count})
- node_paginated: Nós (%{x}-%{y} de %{count})
- way: VÃas (%{count})
- way_paginated: VÃas (%{x}-%{y} de %{count})
- relation: Relacións (%{count})
- relation_paginated: Relacións (%{x}-%{y} de %{count})
- hidden_comment_by_html: Comentario de %{user} agochado %{time_ago}
- comment_by_html: Comentario de %{user} %{time_ago}
- changesetxml: XML do conxunto de modificacións
- osmchangexml: XML de osmChange
- join_discussion: Inicia a sesión para unirte á parola
- discussion: Parola
- still_open: O conxunto de modificacións segue aberto. Abrirase a parola cando
- o conxunto de modificacións estea pechado.
node:
title_html: 'Nó: %{name}'
history_title_html: 'Historial do nó: %{name}'
@@ -496,6 +473,30 @@ gl:
feed:
title: Conxunto de modificacións %{id}
title_comment: Conxunto de modificacións %{id} - %{comment}
+ created: Creado
+ closed: Pechado
+ belongs_to: Autor
+ show:
+ title: 'Conxunto de modificacións: %{id}'
+ created_ago_html: Creado %{time_ago}
+ closed_ago_html: Pechado %{time_ago}
+ created_ago_by_html: Creado %{time_ago} por %{user}
+ closed_ago_by_html: Pechado %{time_ago} por %{user}
+ discussion: Parola
+ join_discussion: Inicia a sesión para unirte á parola
+ still_open: O conxunto de modificacións segue aberto. Abrirase a parola cando
+ o conxunto de modificacións estea pechado.
+ comment_by_html: Comentario de %{user} %{time_ago}
+ hidden_comment_by_html: Comentario de %{user} agochado %{time_ago}
+ changesetxml: XML do conxunto de modificacións
+ osmchangexml: XML de osmChange
+ paging_nav:
+ nodes: Nós (%{count})
+ nodes_paginated: Nós (%{x}-%{y} de %{count})
+ ways: VÃas (%{count})
+ ways_paginated: VÃas (%{x}-%{y} de %{count})
+ relations: Relacións (%{count})
+ relations_paginated: Relacións (%{x}-%{y} de %{count})
timeout:
sorry: Desculpe que levase moito tempo obter a listaxe do conxunto de modificacións
que solicitou.
@@ -1867,10 +1868,6 @@ gl:
help_text: Escribe o enderezo de correo electrónico que empregaches para te
rexistrares. Enviarémosche unha ligazón que poderás empregar para restablecer
o teu contrasinal.
- create:
- notice email on way: Por desgraza perdeuno, pero hai en camiño unha mensaxe
- de correo electrónico ca que o poderá restabelecelo axiña.
- notice email cannot find: Non se puido atopar o enderezo de correo electrónico.
edit:
title: Restablecer o contrasinal
heading: Restablecer o contrasinal de %{user}
diff --git a/config/locales/gsw.yml b/config/locales/gsw.yml
index cf3854f93..595b47f34 100644
--- a/config/locales/gsw.yml
+++ b/config/locales/gsw.yml
@@ -93,8 +93,6 @@ gsw:
name: externer Editor
description: externer Editor (JOSM odda Merkaartor)
browse:
- created: Aagleit
- closed: Zue
version: Version
in_changeset: Ãnderige
anonymous: anonym
@@ -104,19 +102,6 @@ gsw:
view_history: Versionsgschicht
view_details: Details aagucke
location: 'Ort:'
- changeset:
- title: 'Ãnderigssatz: %{id}'
- belongs_to: Autor
- node: Gnode (%{count})
- node_paginated: Gnode (%{x}-%{y} of %{count})
- way: Wäg (%{count})
- way_paginated: Wäg (%{x}-%{y} von %{count})
- relation: Relatione (%{count})
- relation_paginated: Relatione (%{x}-%{y} of %{count})
- changesetxml: Changeset-XML
- osmchangexml: osmChange XML
- join_discussion: Meld dich aa, wennd mitdiskutiere willsch.
- discussion: Diskussion
node:
title_html: 'Gnode: %{name}'
history_title_html: 'Versionsgschicht vum Gnote: %{name}'
@@ -168,6 +153,22 @@ gsw:
feed:
title: Changeset %{id}
title_comment: Changeset %{id} - %{comment}
+ created: Aagleit
+ closed: Zue
+ belongs_to: Autor
+ show:
+ title: 'Ãnderigssatz: %{id}'
+ discussion: Diskussion
+ join_discussion: Meld dich aa, wennd mitdiskutiere willsch.
+ changesetxml: Changeset-XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Gnode (%{count})
+ nodes_paginated: Gnode (%{x}-%{y} of %{count})
+ ways: Wäg (%{count})
+ ways_paginated: Wäg (%{x}-%{y} von %{count})
+ relations: Relatione (%{count})
+ relations_paginated: Relatione (%{x}-%{y} of %{count})
dashboards:
popup:
your location: Dyy Standort
diff --git a/config/locales/he.yml b/config/locales/he.yml
index ea2b675ab..ec25bd174 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -371,12 +371,6 @@ he:
destroy:
success: ×ש××× × ××ק.
browse:
- created: × ×צר×
- closed: × ×¡×ר×
- created_ago_html: × ××¦×¨× %{time_ago}
- closed_ago_html: × ×¡××¨× %{time_ago}
- created_ago_by_html: × ××¦×¨× %{time_ago} ×¢×Ö¾××× %{user}
- closed_ago_by_html: × ×¡××¨× %{time_ago} ×¢×Ö¾××× %{user}
deleted_ago_by_html: × ×××§× %{time_ago} ×¢×Ö¾××× %{user}
edited_ago_by_html: × ×¢×¨×× %{time_ago} ×¢×Ö¾××× %{user}
version: ×רס×
@@ -398,22 +392,6 @@ he:
view_history: ×צ×ת ×××ס××ר××
view_details: ×צ×ת פר×××
location: '××ק××:'
- changeset:
- title: 'ער×ת ש×× ××××: %{id}'
- belongs_to: ××צר
- node: × ×§×××ת (%{count})
- node_paginated: × ×§×××ת (%{x}â%{y} ×ת×× %{count})
- way: ק×××× (%{count})
- way_paginated: ק×××× (%{x}â%{y} ×ת×× %{count})
- relation: ××ס×× (%{count})
- relation_paginated: ××ס×× (%{x}â%{y} ×ת×× %{count})
- hidden_comment_by_html: ××¢×¨× ××סתרת ××ת %{user} %{time_ago}
- comment_by_html: ××¢×¨× ××ת %{user} %{time_ago}
- changesetxml: XML ×©× ×¢×¨×ת ×ש×× ××××
- osmchangexml: osmChange XML
- join_discussion: × × ××××× ×¡ ××ש××× ××× ××צ×רף ×××××
- discussion: ××××
- still_open: ער×ת ×ש×× ×××× ×¢×××× ×¤×ª××× â ××××× ×××¤×ª× ×××¨× ×©×¢×¨×ת ×ש×× ××× ×ª×ס×ר.
node:
title_html: '× ×§×××: %{name}'
history_title_html: '××ס××ר××ת ×× ×§×××: %{name}'
@@ -536,6 +514,43 @@ he:
feed:
title: ער×ת ש×× ×××× %{id}
title_comment: ער×ת ש×× ×××× %{id} â %{comment}
+ created: × ×צר×
+ closed: × ×¡×ר×
+ belongs_to: ××צר
+ subscribe:
+ heading: ×עש×ת ××× ×× ××××× ×ער×ת ×ש×× ×××× ××××?
+ button: ××× ×× ×××××
+ unsubscribe:
+ heading: ×××× ×ת ×××× ×× ××××× ×ער×ת ×ש×× ×××× ××××?
+ button: ××××× ×××× ×× ×××××
+ heading:
+ title: ער×ת ש×× ×××× %{id}
+ created_by_html: × ××¦×¨× ×¢×Ö¾××× %{link_user} ×Ö¾%{created}.
+ no_such_entry:
+ title: ××× ×¢×¨×ת ש×× ×××× ×××ת
+ heading: '××× ×¨×©××× ×¢× ×××××: %{id}'
+ body: ס××××, ××× ×¢×¨×ת ש×× ×××× ×¢× ××××× %{id}. ×××× ××××ת ×× × ××× ××××× ××צת
+ ×¢× ×§×ש×ר ש×××.
+ show:
+ title: 'ער×ת ש×× ××××: %{id}'
+ created_ago_html: × ××¦×¨× %{time_ago}
+ closed_ago_html: × ×¡××¨× %{time_ago}
+ created_ago_by_html: × ××¦×¨× %{time_ago} ×¢×Ö¾××× %{user}
+ closed_ago_by_html: × ×¡××¨× %{time_ago} ×¢×Ö¾××× %{user}
+ discussion: ××××
+ join_discussion: × × ××××× ×¡ ××ש××× ××× ××צ×רף ×××××
+ still_open: ער×ת ×ש×× ×××× ×¢×××× ×¤×ª××× â ××××× ×××¤×ª× ×××¨× ×©×¢×¨×ת ×ש×× ××× ×ª×ס×ר.
+ comment_by_html: ××¢×¨× ××ת %{user} %{time_ago}
+ hidden_comment_by_html: ××¢×¨× ××סתרת ××ת %{user} %{time_ago}
+ changesetxml: XML ×©× ×¢×¨×ת ×ש×× ××××
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: × ×§×××ת (%{count})
+ nodes_paginated: × ×§×××ת (%{x}â%{y} ×ת×× %{count})
+ ways: ק×××× (%{count})
+ ways_paginated: ק×××× (%{x}â%{y} ×ת×× %{count})
+ relations: ××ס×× (%{count})
+ relations_paginated: ××ס×× (%{x}â%{y} ×ת×× %{count})
timeout:
sorry: ק××ת רש××ת ער××ת ×ש×× ×××× ×©××קשת ××ר×ת ××× ×¨× ×××, ×¢×× ×ס××××.
changeset_comments:
@@ -652,6 +667,12 @@ he:
comment: ת××××
newer_comments: ×ער×ת ××ש×ת
older_comments: ×ער×ת ××©× ×ת
+ subscribe:
+ heading: ×עש×ת ××× ×× ××××× ×רש××ת ××××× ××××?
+ button: ××× ×× ×××××
+ unsubscribe:
+ heading: ×××× ×ת ×××× ×× ××××× ×רש××ת ××××× ××××?
+ button: ××××× ×××× ×× ×××××
doorkeeper:
errors:
messages:
@@ -1646,6 +1667,7 @@ he:
more: ×¢××
user_mailer:
diary_comment_notification:
+ description: רש××ת ×××× OpenStreetMap ×ס׳ %{id}
subject: '[×××¤× ×¡×ר×× ××פ OpenStreetMap] ת×××× ××ת %{user} × ××¡×¤× ×רש××ת ××××'
hi: ש××× %{to_user},
header: '%{from_user} ×××× ×רש××ת ××××× ×Ö¾OpenStreetMap ×¢× ×× ××©× %{subject}:'
@@ -1654,6 +1676,8 @@ he:
×× ×ש××× ××××¢× ×××צר ××ת××ת %{replyurl}
footer_html: ×פשר ×× ×קר×× ×ת ×ת×××× ××ת××ת %{readurl} ×××××× ××ת××ת %{commenturl}
×× ×ש××× ××××¢× ××××ר ××ת××ת %{replyurl}
+ footer_unsubscribe: ×פשר ×××× ×ת ×××× ×× ××××× ××ת××ת %{unsubscribeurl}
+ footer_unsubscribe_html: ×פשר ×××× ×ת ×××× ×× ××××× ××ת××ת %{unsubscribeurl}
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: ש××× %{to_user},
@@ -1709,6 +1733,7 @@ he:
×ת××ת ××××"× ×××ת ××תר openstreetmap.org.
click_the_link: ×× ××× ×¢×©×ת ××ת, ×ש ×××××¥ ×¢× ×ק×ש×ר ×××× ××× ××פס ×ת ×ס×ס××.
note_comment_notification:
+ description: ×ערת OpenStreetMap ×ס׳ %{id}
anonymous: ×שת×ש ××××× ×
greeting: ש×××,
commented:
@@ -1743,6 +1768,7 @@ he:
details: ×פשר ××צ×× ×¤×¨××× × ×ספ×× ×¢× ×××¢×¨× ××ת××ת %{url}
details_html: ×פשר ××צ×× ×¤×¨××× × ×ספ×× ×¢× ×××¢×¨× ××ת××ת %{url}.
changeset_comment_notification:
+ description: ער×ת ש×× ×××× ×©× OpenStreetMap ×ס׳ %{id}
hi: ש××× %{to_user},
greeting: ש×××,
commented:
@@ -1763,10 +1789,9 @@ he:
partial_changeset_without_comment: ××× ×ער×
details: פר××× × ×ספ×× ×¢× ×¢×¨×ת ×ש×× ×××× ×פשר ××צ×× ××ת××ת %{url}
details_html: פר××× × ×ספ×× ×¢× ×¢×¨×ת ×ש×× ×××× ×פשר ××צ×× ××ת××ת %{url}
- unsubscribe: ××× ×××× ×ת ×××× ×× ××¢×××× ×× ×ער×ת ×ש×× ×××× ×××ת, × × ××קר ××ת××ת
- %{url} ××××××¥ ×¢× â××××× ××× ××â.
- unsubscribe_html: ××× ×××× ×ת ×××¢×§× ×××¨× ×¢×××× × ×ער×ת ×ש×× ×××× ×××ת, × × ××קר
- ××ת××ת %{url} ××××××¥ ×¢× â××××× ××× ××â.
+ unsubscribe: ××פשר××ª× ×××× ×ת ×××× ×× ××¢×××× ×× ×ער×ת ×ש×× ×××× ×××ת ××ת××ת %{url}.
+ unsubscribe_html: ××פשר××ª× ×××× ×ת ×××× ×× ××¢×××× ×× ×ער×ת ×ש×× ×××× ×××ת ××ת××ת
+ %{url}.
confirmations:
confirm:
heading: ××××ת ×ש××× ×שת×ש
@@ -1878,10 +1903,6 @@ he:
new password button: × × ×ש××× ×× ×¡×ס×× ××ש×
help_text: × × ××××× ×ת ×ת××ת ×××××´× ×©×שת×שת ×× ××× ×××רש×. ×× × × ×©×× ×××× ×§×ש×ר
ש×פשר ××שת×ש ×× ××× ××פס ×ת ס×ס×ת×.
- create:
- notice email on way: ×× × ×צ×ער×× ×ש×××¢ ש××××ת ×××ª× :-( ××× × ×©×× ××××ר ×××ק×ר×× ×
- ש×× ×××ª× ×©×××צע××ª× ×פשר ××פס ××ת×.
- notice email cannot find: ס××××, ××ת××ת ×××ת ×× × ×צ××.
edit:
title: ××פ×ס ס×ס××
heading: ××פ×ס ×ס×ס×× ×¢××ר %{user}
diff --git a/config/locales/hi.yml b/config/locales/hi.yml
index baf8275ce..afed0e0dd 100644
--- a/config/locales/hi.yml
+++ b/config/locales/hi.yml
@@ -280,8 +280,6 @@ hi:
link text: यह à¤à¥à¤¯à¤¾ हà¥?
save changes button: बदलाव सहà¥à¤à¥à¤
browse:
- created: बनाया à¤à¤¯à¤¾
- closed: बà¤à¤¦ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾
version: सà¤à¤¸à¥à¤à¤°à¤£
in_changeset: Changeset
anonymous: à¤
नामà¤
@@ -297,21 +295,6 @@ hi:
view_history: à¤à¤¤à¤¿à¤¹à¤¾à¤¸ दà¥à¤à¥à¤
view_details: à¤à¤¾à¤¨à¤à¤¾à¤°à¥ दà¥à¤à¥à¤
location: 'सà¥à¤¥à¤¾à¤¨:'
- changeset:
- title: 'Changeset: %{id}'
- belongs_to: लà¥à¤à¤
- node: बिà¤à¤¦à¥ (%{count})
- node_paginated: नà¥à¤¡ (%{count} à¤à¤¾ %{x}-%{y})
- way: रà¥à¤à¤¾à¤à¤ (%{count})
- way_paginated: रासà¥à¤¤à¥à¤ (%{count} à¤à¤¾ %{x}-%{y})
- relation: समà¥à¤¬à¤¨à¥à¤§ (%{count})
- relation_paginated: समà¥à¤¬à¤¨à¥à¤§ (%{count} à¤à¥ %{x}-%{y})
- changesetxml: Changeset XML
- osmchangexml: osmChange XML
- join_discussion: à¤à¤°à¥à¤à¤¾ मà¥à¤ à¤à¤¾à¤ लà¥à¤¨à¥ à¤à¥ लिठलà¥à¤ à¤à¤¨ à¤à¤°à¥à¤
- discussion: à¤à¤°à¥à¤à¤¾
- still_open: à¤à¥à¤à¤à¤¸à¥à¤ à¤
à¤à¥ à¤à¥ à¤à¥à¤²à¤¾ - à¤à¥à¤à¤à¤¸à¥à¤ à¤à¥ à¤à¤ बार बà¤à¤¦ हà¥à¤¨à¥ à¤à¥ पशà¥à¤à¤¾à¤¤ à¤à¤°à¥à¤à¤¾
- हà¥à¤à¥à¥¤
node:
title_html: 'बिà¤à¤¦à¥: %{name}'
history_title_html: 'नà¥à¤¡ à¤à¤¤à¤¿à¤¹à¤¾à¤¸: %{name}'
@@ -418,6 +401,24 @@ hi:
feed:
title: 'Changeset: %{id}'
title_comment: Changeset %{id} - %{comment}
+ created: बनाया à¤à¤¯à¤¾
+ closed: बà¤à¤¦ à¤à¤¿à¤¯à¤¾ à¤à¤¯à¤¾
+ belongs_to: लà¥à¤à¤
+ show:
+ title: 'Changeset: %{id}'
+ discussion: à¤à¤°à¥à¤à¤¾
+ join_discussion: à¤à¤°à¥à¤à¤¾ मà¥à¤ à¤à¤¾à¤ लà¥à¤¨à¥ à¤à¥ लिठलà¥à¤ à¤à¤¨ à¤à¤°à¥à¤
+ still_open: à¤à¥à¤à¤à¤¸à¥à¤ à¤
à¤à¥ à¤à¥ à¤à¥à¤²à¤¾ - à¤à¥à¤à¤à¤¸à¥à¤ à¤à¥ à¤à¤ बार बà¤à¤¦ हà¥à¤¨à¥ à¤à¥ पशà¥à¤à¤¾à¤¤ à¤à¤°à¥à¤à¤¾
+ हà¥à¤à¥à¥¤
+ changesetxml: Changeset XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: बिà¤à¤¦à¥ (%{count})
+ nodes_paginated: नà¥à¤¡ (%{count} à¤à¤¾ %{x}-%{y})
+ ways: रà¥à¤à¤¾à¤à¤ (%{count})
+ ways_paginated: रासà¥à¤¤à¥à¤ (%{count} à¤à¤¾ %{x}-%{y})
+ relations: समà¥à¤¬à¤¨à¥à¤§ (%{count})
+ relations_paginated: समà¥à¤¬à¤¨à¥à¤§ (%{count} à¤à¥ %{x}-%{y})
timeout:
sorry: माफ़ à¤à¥à¤à¤¿à¤, à¤à¤¿à¤¨ à¤à¥à¤à¤à¤¸à¥à¤ à¤à¥ à¤à¤ªà¤¨à¥ à¤
नà¥à¤°à¥à¤§ à¤à¥ थॠà¤à¤¨à¥à¤¹à¥à¤ लानॠमà¥à¤ à¤à¥à¤ à¤à¤¼à¥à¤¯à¤¾à¤¦à¤¾
हॠवà¤à¥à¤¤ लठà¤à¤¯à¤¾à¥¤
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 561b54641..38c898289 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -266,8 +266,6 @@ hr:
email za poruku potvrde nove email adrese.
success: KorisniÄke informacije su uspjeÅ¡no ažurirane.
browse:
- created: Stvoreno
- closed: Zatvoreno
version: InaÄica
in_changeset: Set promjena
anonymous: anonimno
@@ -285,19 +283,6 @@ hr:
view_history: Prikaži povijest
view_details: Prikaži detalje
location: 'Lokacija:'
- changeset:
- title: 'Set promjena: %{id}'
- belongs_to: Autor
- node: ToÄaka (%{count})
- node_paginated: ToÄke (%{x}-%{y} od %{count})
- way: Putovi (%{count})
- way_paginated: Putovi(%{x}-%{y} od %{count})
- relation: Relacije (%{count})
- relation_paginated: Relacije(%{x}-%{y} od %{count})
- changesetxml: XLM Set promjena
- osmchangexml: osmChange XML
- join_discussion: Prijavi se za ukljuÄivanje u raspravu
- discussion: Razgovor
node:
title_html: 'ToÄka: %{name}'
history_title_html: 'Povijest toÄke: %{name}'
@@ -402,6 +387,22 @@ hr:
feed:
title: Set promjena %{id}
title_comment: Set promjena %{id} - %{comment}
+ created: Stvoreno
+ closed: Zatvoreno
+ belongs_to: Autor
+ show:
+ title: 'Set promjena: %{id}'
+ discussion: Razgovor
+ join_discussion: Prijavi se za ukljuÄivanje u raspravu
+ changesetxml: XLM Set promjena
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ToÄaka (%{count})
+ nodes_paginated: ToÄke (%{x}-%{y} od %{count})
+ ways: Putovi (%{count})
+ ways_paginated: Putovi(%{x}-%{y} od %{count})
+ relations: Relacije (%{count})
+ relations_paginated: Relacije(%{x}-%{y} od %{count})
timeout:
sorry: Nažalost, preuzimanje popisa setova promjena predugo traje.
changeset_comments:
@@ -1203,10 +1204,6 @@ hr:
new password button: Reset lozinke
help_text: Unesite email adresu koju ste koristili za otvaranje raÄuna i poslati
Äemo vam poveznicu kojom možete resetirati zaporku.
- create:
- notice email on way: Žao mi je što ste je izgubili :-( ali email je na putu
- tako da je možete resetirati uskoro.
- notice email cannot find: Ne mogu pronaÄi email adresu.
edit:
title: Reset lozinke
heading: Reset lozinke za %{user}
diff --git a/config/locales/hsb.yml b/config/locales/hsb.yml
index 20dd33bd1..2b27fada7 100644
--- a/config/locales/hsb.yml
+++ b/config/locales/hsb.yml
@@ -45,6 +45,9 @@ hsb:
messages:
invalid_email_address: njezda so pÅaÄiwa mejlkowa adresa byÄ
email_address_not_routable: njeje routojomna
+ models:
+ user_mute:
+ is_already_muted: je so hižo znÄmiÅ
models:
acl: LisÄina za pÅistupnu kontrolu
changeset: Sadźba zmÄnow
@@ -305,8 +308,6 @@ hsb:
e-mejl z namoÅwu, swoju nowu e-mejlowu adresu wobkruÄiÄ.
success: Wužiwarske informacije wuspÄÅ¡nje zaktualizowane.
browse:
- created: Wutworjeny
- closed: 'ZaÄinjeny:'
version: Wersija
in_changeset: Sadźba zmÄnow
anonymous: anonymny
@@ -326,21 +327,6 @@ hsb:
view_history: Historiju pokazaÄ
view_details: PodrobnosÄe pokazaÄ
location: 'MÄstno:'
- changeset:
- title: 'Sadźba zmÄnow: %{id}'
- belongs_to: Awtor
- node: Suki (%{count})
- node_paginated: Suki (%{x}-%{y} z %{count})
- way: PuÄe (%{count})
- way_paginated: PuÄe (%{x}-%{y} z %{count})
- relation: Relacije (%{count})
- relation_paginated: Relacije (%{x}-%{y} z %{count})
- changesetxml: Sadźba zmÄnow XML
- osmchangexml: osmChange XML
- join_discussion: PÅizjew so, zo by móhÅ(a) sobu diskutowaÄ
- discussion: Diskusija
- still_open: Sadźba zmÄnow je hiÅ¡Äe woÄinjena. Diskusija so woÄinja, ruÄež je
- sadźba zmÄnow zaÄinjena.
node:
title_html: 'Suk: %{name}'
history_title_html: 'Sukata historija: %{name}'
@@ -452,6 +438,24 @@ hsb:
feed:
title: Sadźba zmÄnow %{id}
title_comment: Sadźba zmÄnow %{id} - %{comment}
+ created: Wutworjeny
+ closed: 'ZaÄinjeny:'
+ belongs_to: Awtor
+ show:
+ title: 'Sadźba zmÄnow: %{id}'
+ discussion: Diskusija
+ join_discussion: PÅizjew so, zo by móhÅ(a) sobu diskutowaÄ
+ still_open: Sadźba zmÄnow je hiÅ¡Äe woÄinjena. Diskusija so woÄinja, ruÄež je
+ sadźba zmÄnow zaÄinjena.
+ changesetxml: Sadźba zmÄnow XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Suki (%{count})
+ nodes_paginated: Suki (%{x}-%{y} z %{count})
+ ways: PuÄe (%{count})
+ ways_paginated: PuÄe (%{x}-%{y} z %{count})
+ relations: Relacije (%{count})
+ relations_paginated: Relacije (%{x}-%{y} z %{count})
timeout:
sorry: Bohužel je pÅedoÅho traÅo, požadanu lisÄinu zmÄnow wotwoÅaÄ.
changeset_comments:
@@ -1465,6 +1469,7 @@ hsb:
help: Pomoc
about: Wo projekÄe
copyright: Awtorske prawo
+ communities: ZhromadnosÄe
community: Zhromadźenstwo
community_blogs: Dźeniki zhromadźenstwa
community_blogs_title: Dźeniki ÄÅonow zhromadźenstwa OpenStreetMap
@@ -1679,6 +1684,13 @@ hsb:
no_sent_messages_html: HiÅ¡Äe njejsy žane powÄsÄe pósÅaÅ(a). ChceÅ¡ z %{people_mapping_nearby_link}
styki nawjazaÄ?
people_mapping_nearby: ludźimi, kotÅiž w bliskosÄi kartÄruja
+ muted:
+ title: ZnÄmjene powÄsÄe
+ messages:
+ one: '%{count} znÄmjena powÄsÄ'
+ two: MaÅ¡ %{count} znÄmjenej powÄsÄi
+ few: MaÅ¡ %{count} znÄmjene powÄsÄe
+ other: MaÅ¡ %{count} znÄmjenych powÄsÄow
reply:
wrong_user: Sy jako `%{user}' pÅizjewjeny, ale powÄsÄ, na kotruž chceÅ¡ wotmoÅwiÄ,
bu na druheho wužiwarja pósÅana. ProÅ¡u pÅizjew so z prawym kontom, zo by wotmoÅwiÅ(a).
@@ -1695,6 +1707,7 @@ hsb:
heading:
my_inbox: Moja póšta
my_outbox: Mój póstowy wuchad
+ muted_messages: ZnÄmjene powÄsÄe
mark:
as_read: PowÄsÄ jako pÅeÄitanu markÄrowana
as_unread: PowÄsÄ jako njepÅeÄitanu markÄrowana
@@ -1708,10 +1721,6 @@ hsb:
new password button: HesÅo wróÄo stajiÄ
help_text: Zapódaj mejlowu adresu, kotruž sy za registrowanje wužiÅ, pósÄelemy
wotkaz na nju, kotryž móžeÅ¡ za wróÄostajenje hesÅa wužiÄ.
- create:
- notice email on way: Sy jo zabyÅ :-(, ale e-mejl je po puÄu, zo by móhÅ jo borze
- wróÄo stajiÄ.
- notice email cannot find: Wodaj, ale njemóžachmy tutu e-mejlowu adresu namakaÄ.
edit:
title: HesÅo wróÄo stajiÄ
heading: HesÅo za wužiwarja %{user} wróÄo stajiÄ
@@ -1935,6 +1944,9 @@ hsb:
url: http://wiki.openstreetmap.org/wiki/hsb:Beginners%27_guide
title: Instrukcije za nowaÄkow
description: PÅez zhromadźenstwo wothladowany nawod za zapoÄatkowarjow.
+ community:
+ description: Zhromadne mÄstno, hdźež móžeÄe za pomocu pytaÄ a so wo OpenStreetMap
+ rozmoÅwjeÄ.
mailing_lists:
title: RozesyÅanske lisÄiny
description: Staj praÅ¡enje abo diskutuj zajimawe wÄcy w Å¡Ärokim wobÅuku temow
@@ -1948,6 +1960,8 @@ hsb:
sÅužbach bazuja a k OpenStreetMap pÅeÅdu.
welcomemat:
title: Za organizacije
+ description: Z organizaciju plany za OpenStreetMap ÄiniÄ? WuslÄdźÄe na stronje
+ na powitanje, Å¡tož dyrbiÄe wÄdźeÄ.
wiki:
title: Wiki OpenStreetMap
description: PÅepytaj wiki za nadrobnej dokumentaciju OpenStreetMap
@@ -2042,6 +2056,14 @@ hsb:
title: NimaÅ¡ chwile za wobdźÄÅowanje? PÅidaj pokazku!
para_1: Jeli chceÅ¡ jenož drobnosÄ korigowaÄ a nimaÅ¡ chwile, zo by so zregistrowaÅ
a wuknyÅ, kak so wobdźÄÅuje, móžeÅ¡ prosÄe pokazku pÅidaÄ.
+ communities:
+ title: ZhromadnosÄe
+ local_chapters:
+ title: Lokalne zwjazki
+ list_text: 'SlÄdowace zhromadnosÄe su oficielnje jako lokalne zwjazki zregistrowane:'
+ other_groups:
+ title: Druhe skupiny
+ communities_wiki: Wikistrona zhromadnosÄow
traces:
visibility:
private: Priwatna (jenož jako anonymna, njezrjadowane dypki )
@@ -2164,6 +2186,7 @@ hsb:
oauth1_settings: Nastajenja OAUTH 1
oauth2_applications: Nastajenja OAUTH 2
oauth2_authorizations: Prawa OAUTH 2
+ muted_users: ZnÄmjeni wužiwarjo
oauth:
authorize:
title: PÅistup na twoje konto awtorizowaÄ
@@ -2338,6 +2361,7 @@ hsb:
my_preferences: Moje nastajenja
blocks on me: Dostane blokowanja
blocks by me: Date blokowanja
+ create_mute: Tutoho wužiwarja znÄmiÄ
edit_profile: Profil wobdźÄÅaÄ
send message: PowÄsÄ pósÅaÄ
diary: Dźenik
@@ -2533,6 +2557,25 @@ hsb:
showing_page: Strona %{page}
next: PÅichodny »
previous: « PÅedchadny
+ user_mutes:
+ index:
+ title: ZnÄmjeni wužiwarjo
+ my_muted_users: Moji znÄmjeni wužiwarjo
+ you_have_muted_n_users:
+ one: Sy %{count} wužiwarja znÄmiÅ
+ two: Sy %{count} wužiwarjow znÄmiÅ
+ few: Sy %{count} wužiwarjow znÄmiÅ
+ other: Sy %{count} wužiwarjow znÄmiÅ
+ user_mute_explainer: PowÄsÄe znÄmjenych wužiwarjow so do separatneho póstoweho
+ dochada pÅesuwaja a sy e-mejlowe zdźÄlenki njedóstawaÅ¡.
+ user_mute_admins_and_moderators: MóžeÅ¡ administratorow a moderatorow znÄmiÄ,
+ ale jich powÄsÄe so njeznÄmja.
+ table:
+ thead:
+ muted_user: ZnÄmjeny wužiwar
+ create:
+ notice: Sy wužiwarja %{name} znÄmiÅ.
+ error: Wužiwar %{name} njeda so znÄmiÄ. %{full_message}.
notes:
index:
title: Pokazki, kotrež su so wot %{user} dali abo komentowali
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 106e86b5b..c96b6eadc 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -348,12 +348,6 @@ hu:
destroy:
success: Fiók törölve.
browse:
- created: Létrehozva
- closed: Lezárva
- created_ago_html: Létrehozva %{time_ago}
- closed_ago_html: Lezárva %{time_ago}
- created_ago_by_html: Létrehozta %{user} %{time_ago}
- closed_ago_by_html: Lezárta %{user} %{time_ago}
deleted_ago_by_html: Törölte %{user} %{time_ago}
edited_ago_by_html: Szerkesztette %{user} %{time_ago}
version: Verzió
@@ -371,23 +365,6 @@ hu:
view_history: ElÅzmények megtekintése
view_details: Részletek megtekintése
location: 'Hely:'
- changeset:
- title: '%{id} módosÃtáscsomag'
- belongs_to: SzerzÅ
- node: Pontok (%{count})
- node_paginated: 'Pontok (%{x}-%{y} ennyibÅl: %{count})'
- way: Vonalak (%{count})
- way_paginated: 'Vonalak (%{x}-%{y} ennyibÅl: %{count})'
- relation: Kapcsolatok (%{count})
- relation_paginated: 'Kapcsolatok (%{x}-%{y} ennyibÅl: %{count})'
- hidden_comment_by_html: Rejtett hozzászólás %{user} felhasználótól %{time_ago}
- comment_by_html: Hozzászólt %{user} %{time_ago}
- changesetxml: MódosÃtáscsomag adatai (XML)
- osmchangexml: MódosÃtáscsomag tartalma (osmChange XML)
- join_discussion: Jelentkezz be, hogy bekapcsolódhass a megbeszélésbe
- discussion: Megbeszélés
- still_open: A módosÃtáscsomag még nyitva van â a megbeszélés akkor nyÃlik meg,
- ha a módosÃtáscsomag lezárul.
node:
title_html: '%{name} pont'
history_title_html: '%{name} pont elÅzményei'
@@ -496,6 +473,30 @@ hu:
feed:
title: '%{id} módosÃtáscsomag'
title_comment: '%{id} módosÃtáscsomag - %{comment}'
+ created: Létrehozva
+ closed: Lezárva
+ belongs_to: SzerzÅ
+ show:
+ title: '%{id} módosÃtáscsomag'
+ created_ago_html: Létrehozva %{time_ago}
+ closed_ago_html: Lezárva %{time_ago}
+ created_ago_by_html: Létrehozta %{user} %{time_ago}
+ closed_ago_by_html: Lezárta %{user} %{time_ago}
+ discussion: Megbeszélés
+ join_discussion: Jelentkezz be, hogy bekapcsolódhass a megbeszélésbe
+ still_open: A módosÃtáscsomag még nyitva van â a megbeszélés akkor nyÃlik meg,
+ ha a módosÃtáscsomag lezárul.
+ comment_by_html: Hozzászólt %{user} %{time_ago}
+ hidden_comment_by_html: Rejtett hozzászólás %{user} felhasználótól %{time_ago}
+ changesetxml: MódosÃtáscsomag adatai (XML)
+ osmchangexml: MódosÃtáscsomag tartalma (osmChange XML)
+ paging_nav:
+ nodes: Pontok (%{count})
+ nodes_paginated: 'Pontok (%{x}-%{y} ennyibÅl: %{count})'
+ ways: Vonalak (%{count})
+ ways_paginated: 'Vonalak (%{x}-%{y} ennyibÅl: %{count})'
+ relations: Kapcsolatok (%{count})
+ relations_paginated: 'Kapcsolatok (%{x}-%{y} ennyibÅl: %{count})'
timeout:
sorry: Sajnáljuk, az általad kért módosÃtáscsomagok listájának beolvasása túl
sokáig tartott.
@@ -1856,10 +1857,6 @@ hu:
new password button: Jelszó alaphelyzetbe állÃtása
help_text: Add meg az e-mail-cÃmed, amellyel regisztráltál. Küldeni fogunk egy
hivatkozást, amellyel visszaállÃthatod a jelszavad.
- create:
- notice email on way: Sajnáljuk, hogy elvesztetted :-( de már úton van egy e-mail,
- Ãgy nemsokára alaphelyzetbe állÃthatod.
- notice email cannot find: Sajnáljuk, az e-mail-cÃm nem található.
edit:
title: Jelszó alaphelyzetbe állÃtása
heading: '%{user} jelszavának alaphelyzetbe állÃtása'
diff --git a/config/locales/ia.yml b/config/locales/ia.yml
index 714f65380..b349832e8 100644
--- a/config/locales/ia.yml
+++ b/config/locales/ia.yml
@@ -323,12 +323,6 @@ ia:
destroy:
success: Conto delite.
browse:
- created: Create a
- closed: Claudite a
- created_ago_html: Create %{time_ago}
- closed_ago_html: Claudite %{time_ago}
- created_ago_by_html: Create %{time_ago} per %{user}
- closed_ago_by_html: Claudite %{time_ago} per %{user}
deleted_ago_by_html: Delite %{time_ago} per %{user}
edited_ago_by_html: Modificate %{time_ago} per %{user}
version: Version
@@ -346,23 +340,6 @@ ia:
view_history: Vider historia
view_details: Vider detalios
location: 'Loco:'
- changeset:
- title: 'Gruppo de modificationes: %{id}'
- belongs_to: Autor
- node: Nodos (%{count})
- node_paginated: Nodos (%{x}-%{y} de %{count})
- way: Vias (%{count})
- way_paginated: Vias (%{x}-%{y} de %{count})
- relation: Relationes (%{count})
- relation_paginated: Relationes (%{x}-%{y} de %{count})
- hidden_comment_by_html: Commento celate de %{user} %{time_ago}
- comment_by_html: Commento de %{user} %{time_ago}
- changesetxml: XML del gruppo de modificationes
- osmchangexml: XML osmChange
- join_discussion: Aperi session pro unir te al discussion
- discussion: Discussion
- still_open: Le gruppo de modificationes es ancora aperte. Le discussion se aperira
- quando le gruppo de modificationes essera claudite.
node:
title_html: 'Nodo: %{name}'
history_title_html: 'Historia del nodo: %{name}'
@@ -480,6 +457,30 @@ ia:
feed:
title: Gruppo de modificationes %{id}
title_comment: Gruppo de modificationes %{id} - %{comment}
+ created: Create a
+ closed: Claudite a
+ belongs_to: Autor
+ show:
+ title: 'Gruppo de modificationes: %{id}'
+ created_ago_html: Create %{time_ago}
+ closed_ago_html: Claudite %{time_ago}
+ created_ago_by_html: Create %{time_ago} per %{user}
+ closed_ago_by_html: Claudite %{time_ago} per %{user}
+ discussion: Discussion
+ join_discussion: Aperi session pro unir te al discussion
+ still_open: Le gruppo de modificationes es ancora aperte. Le discussion se aperira
+ quando le gruppo de modificationes essera claudite.
+ comment_by_html: Commento de %{user} %{time_ago}
+ hidden_comment_by_html: Commento celate de %{user} %{time_ago}
+ changesetxml: XML del gruppo de modificationes
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Nodos (%{count})
+ nodes_paginated: Nodos (%{x}-%{y} de %{count})
+ ways: Vias (%{count})
+ ways_paginated: Vias (%{x}-%{y} de %{count})
+ relations: Relationes (%{count})
+ relations_paginated: Relationes (%{x}-%{y} de %{count})
timeout:
sorry: Le lista de gruppos de modificationes que tu requestava tardava troppo
de tempore pro esser recuperate.
@@ -1734,10 +1735,10 @@ ia:
%{url}.
details_html: Plus detalios sur le gruppo de modificationes pote esser trovate
a %{url}.
- unsubscribe: Pro disabonar te del actualisationes de iste gruppo de modificationes,
- visita %{url} e clicca sur "Disabonar".
- unsubscribe_html: Pro disabonar te del actualisationes de iste gruppo de modificationes,
- visita %{url} e clicca sur "Disabonar".
+ unsubscribe: Tu pote disabonar te del actualisationes de iste gruppo de modificationes
+ sur %{url}.
+ unsubscribe_html: Tu pote disabonar te del actualisationes de iste gruppo de
+ modificationes sur %{url}.
confirmations:
confirm:
heading: Verifica tu e-mail!
@@ -1854,10 +1855,6 @@ ia:
new password button: Reinitialisar contrasigno
help_text: Entra le adresse de e-mail que tu usava pro inscriber te, e nos te
inviara un ligamine que tu pote usar pro reinitialisar tu contrasigno.
- create:
- notice email on way: Es infortunate que tu lo perdeva :-( ma nos te ha inviate
- un e-mail que te permittera de reinitialisar lo.
- notice email cannot find: Non poteva trovar iste adresse de e-mail, pardono.
edit:
title: Reinitialisar contrasigno
heading: Reinitialisar le contrasigno de %{user}
@@ -2268,8 +2265,8 @@ ia:
title: Guida pro comenciantes
description: Guida pro comenciantes, mantenite per le communitate.
community:
- title: Foro del communitate
- description: Un sito commun de conversation sur OpenStreetMap.
+ title: Foro de assistentia e communitate
+ description: Un loco commun ubi cercar adjuta e conversar sur OpenStreetMap.
mailing_lists:
title: Listas de diffusion
description: Pone un question o discute cosas interessante sur un varietate
diff --git a/config/locales/id.yml b/config/locales/id.yml
index c930a0a2b..c57c8c6f0 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -342,12 +342,6 @@ id:
destroy:
success: Akun Telah Dihapus.
browse:
- created: Dibuat
- closed: Ditutup
- created_ago_html: Dibuat %{time_ago}
- closed_ago_html: Ditutup %{time_ago}
- created_ago_by_html: Dibuat %{time_ago} oleh %{user}
- closed_ago_by_html: Ditutup %{time_ago} oleh %{user}
deleted_ago_by_html: Dihapus %{time_ago} oleh %{user}
edited_ago_by_html: Disunting %{time_ago} oleh %{user}
version: Versi
@@ -363,23 +357,6 @@ id:
view_history: Versi terdahulu
view_details: Lihat Rincian
location: 'Lokasi:'
- changeset:
- title: 'Set Perubahan: %{id}'
- belongs_to: Pembuat
- node: Simpul (%{count})
- node_paginated: Simpul (%{x}-%{y} dari %{count})
- way: Jalan (%{count})
- way_paginated: Jalan (%{x}-%{y} dari %{count})
- relation: Hubungan (%{count})
- relation_paginated: Hubungan (%{x}-%{y} dari %{count})
- hidden_comment_by_html: Komentar tersembunyi dari %{user} %{time_ago}
- comment_by_html: Komentar dari %{user} %{time_ago}
- changesetxml: Set Perubahan XML
- osmchangexml: osmChange XML
- join_discussion: Masuk untuk bergabung diskusi
- discussion: Diskusi
- still_open: Set perubahan masih terbuka - diskusi akan dibuka ketika set perubahan
- telah ditutup.
node:
title_html: 'Simpul: %{name}'
history_title_html: 'Riwayat Simpul: %{name}'
@@ -494,6 +471,30 @@ id:
feed:
title: Set Perubahan %{id}
title_comment: Set Perubahan %{id} - %{comment}
+ created: Dibuat
+ closed: Ditutup
+ belongs_to: Pembuat
+ show:
+ title: 'Set Perubahan: %{id}'
+ created_ago_html: Dibuat %{time_ago}
+ closed_ago_html: Ditutup %{time_ago}
+ created_ago_by_html: Dibuat %{time_ago} oleh %{user}
+ closed_ago_by_html: Ditutup %{time_ago} oleh %{user}
+ discussion: Diskusi
+ join_discussion: Masuk untuk bergabung diskusi
+ still_open: Set perubahan masih terbuka - diskusi akan dibuka ketika set perubahan
+ telah ditutup.
+ comment_by_html: Komentar dari %{user} %{time_ago}
+ hidden_comment_by_html: Komentar tersembunyi dari %{user} %{time_ago}
+ changesetxml: Set Perubahan XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Simpul (%{count})
+ nodes_paginated: Simpul (%{x}-%{y} dari %{count})
+ ways: Jalan (%{count})
+ ways_paginated: Jalan (%{x}-%{y} dari %{count})
+ relations: Hubungan (%{count})
+ relations_paginated: Hubungan (%{x}-%{y} dari %{count})
timeout:
sorry: Maaf, daftar kumpulan set perubahan yang Anda minta terlalu lama untuk
diambil.
@@ -1857,10 +1858,6 @@ id:
help_text: Masukkan alamat email yang Anda gunakan untuk mendaftar, kami akan
mengirim link ke alamat tersebut yang dapat Anda gunakan untuk menyetel ulang
kata sandi Anda.
- create:
- notice email on way: Maaf sudah hilang :-( namun sebuah email telah dikirimkan
- agar Anda dapat segera mengatur ulang.
- notice email cannot find: Tidak dapat menemukan alamat email tersebut, maaf.
edit:
title: Setel ulang kata sandi
heading: Setel ulang kata sandi untuk %{user}
diff --git a/config/locales/is.yml b/config/locales/is.yml
index dc7dd7427..11cece8ee 100644
--- a/config/locales/is.yml
+++ b/config/locales/is.yml
@@ -330,12 +330,6 @@ is:
destroy:
success: Aðgangi eytt.
browse:
- created: Búið til
- closed: Lokað
- created_ago_html: Búið til %{time_ago}
- closed_ago_html: Lokað %{time_ago}
- created_ago_by_html: Búið til %{time_ago} af %{user}
- closed_ago_by_html: Lokað %{time_ago} af %{user}
deleted_ago_by_html: Eytt %{time_ago} af %{user}
edited_ago_by_html: Breytt %{time_ago} af %{user}
version: Ãtgáfa
@@ -355,23 +349,6 @@ is:
location: 'Staðsetning:'
common_details:
coordinates_html: '%{latitude}, %{longitude}'
- changeset:
- title: 'Breytingasett: %{id}'
- belongs_to: Höfundur
- node: Liðir (%{count})
- node_paginated: Liðir (%{x}-%{y} af %{count})
- way: Leiðir (%{count})
- way_paginated: Leiðir (%{x}-%{y} af %{count})
- relation: Vensl (%{count})
- relation_paginated: Vensl (%{x}-%{y} af %{count})
- hidden_comment_by_html: Falin umsögn frá %{user} %{time_ago}
- comment_by_html: Umsögn frá %{user} %{time_ago}
- changesetxml: XML breytingasetts
- osmchangexml: XML osmChange
- join_discussion: Skráðu þig inn til að taka þátt à umræðunni
- discussion: Umræða
- still_open: Breytingasett er enn opið - Umræða mun opnast þegar breytingasettinu
- hefur verið lokað.
node:
title_html: 'Liður: %{name}'
history_title_html: 'Saga hnúts: %{name}'
@@ -482,6 +459,30 @@ is:
feed:
title: Breytingasett %{id}
title_comment: Breytingasett %{id} - %{comment}
+ created: Búið til
+ closed: Lokað
+ belongs_to: Höfundur
+ show:
+ title: 'Breytingasett: %{id}'
+ created_ago_html: Búið til %{time_ago}
+ closed_ago_html: Lokað %{time_ago}
+ created_ago_by_html: Búið til %{time_ago} af %{user}
+ closed_ago_by_html: Lokað %{time_ago} af %{user}
+ discussion: Umræða
+ join_discussion: Skráðu þig inn til að taka þátt à umræðunni
+ still_open: Breytingasett er enn opið - Umræða mun opnast þegar breytingasettinu
+ hefur verið lokað.
+ comment_by_html: Umsögn frá %{user} %{time_ago}
+ hidden_comment_by_html: Falin umsögn frá %{user} %{time_ago}
+ changesetxml: XML breytingasetts
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Liðir (%{count})
+ nodes_paginated: Liðir (%{x}-%{y} af %{count})
+ ways: Leiðir (%{count})
+ ways_paginated: Leiðir (%{x}-%{y} af %{count})
+ relations: Vensl (%{count})
+ relations_paginated: Vensl (%{x}-%{y} af %{count})
timeout:
sorry: Ãvà miður, það tók of langan tÃma að ná à listann yfir þau breytingasett
sem þú baðst um.
@@ -1824,9 +1825,6 @@ is:
new password button: Endurstilla lykilorð
help_text: Sláðu inn netfangið sem þú skráðir þig með, við munum senda tengil
á það sem þú getur notað til að breyta lykilorðinu þÃnu.
- create:
- notice email on way: Nýtt lykilorð er á leiðinni à innhólfið þitt.
- notice email cannot find: Ãetta netfang fannst ekki.
edit:
title: Endurstilla lykilorð
heading: Endurstilla lykilorð fyrir %{user}
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 712fbe1e5..8971883bc 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -26,6 +26,7 @@
# Author: Jlrb+
# Author: Kaitu
# Author: Karika
+# Author: LametinoWiki
# Author: Lollo
# Author: Lorelai87
# Author: Lorem Ipsum
@@ -379,12 +380,6 @@ it:
destroy:
success: Account eliminato.
browse:
- created: Creato
- closed: Chiuso
- created_ago_html: Creato %{time_ago}
- closed_ago_html: Chiuso %{time_ago}
- created_ago_by_html: Creato %{time_ago} da %{user}
- closed_ago_by_html: Chiuso %{time_ago} da %{user}
deleted_ago_by_html: Cancellato %{time_ago} da %{user}
edited_ago_by_html: Modificato %{time_ago} da %{user}
version: Versione
@@ -400,25 +395,9 @@ it:
other: '%{count} percorsi'
download_xml: Scarica XML
view_history: Visualizza cronologia
+ view_unredacted_history: Visualizza la cronologia non oscurata
view_details: Vedi dettagli
location: 'Posizione:'
- changeset:
- title: 'Gruppo di modifiche: %{id}'
- belongs_to: Autore
- node: Nodi (%{count})
- node_paginated: Nodi (%{x}-%{y} di %{count})
- way: Percorsi (%{count})
- way_paginated: Percorsi (%{x}-%{y} di %{count})
- relation: Relazioni (%{count})
- relation_paginated: Relazioni (%{x}-%{y} di %{count})
- hidden_comment_by_html: Commento nascosto da %{user} %{time_ago}
- comment_by_html: Commento da %{user} %{time_ago}
- changesetxml: Gruppo di modifiche XML
- osmchangexml: XML in formato osmChange
- join_discussion: Accedi per unirti alla discussione
- discussion: Discussione
- still_open: Il gruppo di modifiche è ancora aperto - le discussioni saranno
- disponibili quando verrà chiuso.
node:
title_html: 'Nodo: %{name}'
history_title_html: 'Cronologia nodo: %{name}'
@@ -528,6 +507,30 @@ it:
feed:
title: Gruppo di modifiche %{id}
title_comment: Gruppo di modifiche %{id} - %{comment}
+ created: Creato
+ closed: Chiuso
+ belongs_to: Autore
+ show:
+ title: 'Gruppo di modifiche: %{id}'
+ created_ago_html: Creato %{time_ago}
+ closed_ago_html: Chiuso %{time_ago}
+ created_ago_by_html: Creato %{time_ago} da %{user}
+ closed_ago_by_html: Chiuso %{time_ago} da %{user}
+ discussion: Discussione
+ join_discussion: Accedi per unirti alla discussione
+ still_open: Il gruppo di modifiche è ancora aperto - le discussioni saranno
+ disponibili quando verrà chiuso.
+ comment_by_html: Commento da %{user} %{time_ago}
+ hidden_comment_by_html: Commento nascosto da %{user} %{time_ago}
+ changesetxml: Gruppo di modifiche XML
+ osmchangexml: XML in formato osmChange
+ paging_nav:
+ nodes: Nodi (%{count})
+ nodes_paginated: Nodi (%{x}-%{y} di %{count})
+ ways: Percorsi (%{count})
+ ways_paginated: Percorsi (%{x}-%{y} di %{count})
+ relations: Relazioni (%{count})
+ relations_paginated: Relazioni (%{x}-%{y} di %{count})
timeout:
sorry: Spiacenti, l'elenco dei gruppi di modifiche che hai richiesto ha impiegato
troppo tempo per poter essere recuperato.
@@ -1777,10 +1780,10 @@ it:
%{url}.
details_html: Ulteriori dettagli sul gruppo di modifiche possono essere trovati
su %{url}.
- unsubscribe: Per cancellarsi dagli aggiornamenti di questo insieme di modifiche,
- visita %{url} e fai clic su "Cancellazione".
- unsubscribe_html: Per cancellarsi dagli aggiornamenti di questo insieme di modifiche,
- visita %{url} e fai clic su "Cancellazione".
+ unsubscribe: Puoi annullare l'iscrizione agli aggiornamenti di questo insieme
+ di modifiche su %{url}.
+ unsubscribe_html: Puoi annullare l'iscrizione agli aggiornamenti di questo insieme
+ di modifiche su %{url}.
confirmations:
confirm:
heading: Controlla la tua e-mail!
@@ -1899,11 +1902,6 @@ it:
help_text: Inserire l'indirizzo email che si è utilizzato per l'iscrizione,
a cui verrà inviato un collegamento che permetterà la reimpostazione della
propria password.
- create:
- notice email on way: Siamo spiacenti che tu l'abbia persa :-( ma una email ti
- è stata spedita in modo che tu la possa presto reimpostare.
- notice email cannot find: Spiacenti, ma non è possibile trovare l'indirizzo
- email.
edit:
title: Reimposta password
heading: Reimposta password per %{user}
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index a0e69c09e..dfb3cc153 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -342,12 +342,6 @@ ja:
destroy:
success: ã¢ã«ã¦ã³ããåé¤ãã¾ãã
browse:
- created: ä½æ
- closed: ã¯ãã¼ãº
- created_ago_html: '%{time_ago} ã«ä½æ'
- closed_ago_html: '%{time_ago}ã«éãããã¾ãã'
- created_ago_by_html: '%{user}ã%{time_ago}ã«ä½æ'
- closed_ago_by_html: '%{user}ã%{time_ago}ã«éãã¾ãã'
deleted_ago_by_html: '%{user}ã%{time_ago}ã«åé¤'
edited_ago_by_html: '%{user}ã%{time_ago}ã«ç·¨é'
version: ãã¼ã¸ã§ã³
@@ -363,20 +357,6 @@ ja:
view_history: å±¥æ´ã表示
view_details: 詳細ã表示
location: 'å ´æ:'
- changeset:
- title: 'å¤æ´ã»ãã: %{id}'
- belongs_to: èè
- node: ãã¼ã (%{count})
- node_paginated: ãã¼ã (%{x}-%{y} / %{count})
- way: ã¦ã§ã¤ (%{count}件)
- way_paginated: ã¦ã§ã¤ (%{x}-%{y} / %{count})
- relation: ãªã¬ã¼ã·ã§ã³ (%{count}件)
- relation_paginated: ãªã¬ã¼ã·ã§ã³ (%{x}-%{y} / %{count})
- changesetxml: å¤æ´ã»ãã XML
- osmchangexml: OSM å·®å XML
- join_discussion: è°è«ã«åå ããã«ã¯ãã°ã¤ã³ãã¦ãã ãã
- discussion: è°è«
- still_open: å¤æ´ã»ãããéããã¾ã¾ã§ã - è°è«ãè¡ãã«ã¯å¤æ´ã»ãããéããå¿
è¦ãããã¾ãã
node:
title_html: 'ãã¼ã: %{name}'
history_title_html: 'ãã¼ã: %{name} ã®å±¥æ´'
@@ -480,6 +460,29 @@ ja:
feed:
title: å¤æ´ã»ãã %{id}
title_comment: å¤æ´ã»ãã %{id} - %{comment}
+ created: ä½æ
+ closed: ã¯ãã¼ãº
+ belongs_to: èè
+ subscribe:
+ button: è°è«ã«åå ãã
+ show:
+ title: 'å¤æ´ã»ãã: %{id}'
+ created_ago_html: '%{time_ago} ã«ä½æ'
+ closed_ago_html: '%{time_ago}ã«éãããã¾ãã'
+ created_ago_by_html: '%{user}ã%{time_ago}ã«ä½æ'
+ closed_ago_by_html: '%{user}ã%{time_ago}ã«éãã¾ãã'
+ discussion: è°è«
+ join_discussion: è°è«ã«åå ããã«ã¯ãã°ã¤ã³ãã¦ãã ãã
+ still_open: å¤æ´ã»ãããéããã¾ã¾ã§ã - è°è«ãè¡ãã«ã¯å¤æ´ã»ãããéããå¿
è¦ãããã¾ãã
+ changesetxml: å¤æ´ã»ãã XML
+ osmchangexml: OSM å·®å XML
+ paging_nav:
+ nodes: ãã¼ã (%{count})
+ nodes_paginated: ãã¼ã (%{x}-%{y} / %{count})
+ ways: ã¦ã§ã¤ (%{count}件)
+ ways_paginated: ã¦ã§ã¤ (%{x}-%{y} / %{count})
+ relations: ãªã¬ã¼ã·ã§ã³ (%{count}件)
+ relations_paginated: ãªã¬ã¼ã·ã§ã³ (%{x}-%{y} / %{count})
timeout:
sorry: ç³ã訳ããã¾ããããè¦æ±ããå¤æ´ã»ããã®ä¸è¦§ã¯æéãããããããããåå¾ã§ãã¾ããã§ããã
changeset_comments:
@@ -1711,9 +1714,6 @@ ja:
email address: 'ã¡ã¼ã«ã¢ãã¬ã¹:'
new password button: ãã¹ã¯ã¼ããåè¨å®
help_text: ã¦ã¼ã¶ã¼ç»é²ã«ä½¿ç¨ããã¡ã¼ã« ã¢ãã¬ã¹ãå
¥åãã¦ãã ããããã®ã¢ãã¬ã¹å®ã«ããã¹ã¯ã¼ããåè¨å®ããããã®ãªã³ã¯ããéããã¾ãã
- create:
- notice email on way: ãã¿ã¾ãããç´å¤±ãã¦ãã¾ãã¾ãã :-( ããããã¡ã¼ã«ããéãããã®ã§ãããã«ãªã»ããã§ããã§ãããã
- notice email cannot find: ç³ã訳ããã¾ãããããã®ã¡ã¼ã« ã¢ãã¬ã¹ã¯è¦ã¤ããã¾ããã
edit:
title: ãã¹ã¯ã¼ãã®åè¨å®
heading: '%{user} ã®ãã¹ã¯ã¼ãã®ãªã»ãã'
diff --git a/config/locales/ka.yml b/config/locales/ka.yml
index baf9f28ed..a92fa8016 100644
--- a/config/locales/ka.yml
+++ b/config/locales/ka.yml
@@ -137,8 +137,6 @@ ka:
link text: á á áá áá¡ áá¡?
save changes button: áªáááááááááá¡ á¨áááá®áá
browse:
- created: á¨ááá¥ááá
- closed: ááá®á£á á£ááá
version: ááá á¡áá
in_changeset: áªáááááááááá¡ ááááá¢á
anonymous: ááááááá
@@ -147,18 +145,6 @@ ka:
view_history: áá¡á¢áá ááá¡ ááá®áá
view_details: ááá¢áááááá¡ ááá®áá
location: 'áááááá áááá:'
- changeset:
- title: 'áªáááááááááá¡ ááááá¢á: %{id}'
- belongs_to: ááá¢áá á
- node: á¬áá á¢ááááá (%{count})
- node_paginated: á¬áá á¢ááááá (%{x}-%{y} %{count}-ááá)
- way: á®ááááá (%{count})
- way_paginated: á®ááááá (%{x}-%{y} %{count}-ááá)
- relation: á£á áááá áááááá (%{count})
- relation_paginated: á£á áááá áááááá (%{x}-%{y} %{count}-ááá)
- changesetxml: áªáááááááááá¡ ááááá¢áá¡ XML
- osmchangexml: osmChange XML
- discussion: áááá®áááá
node:
title_html: 'á¬áá á¢ááá: %{name}'
history_title_html: 'á¬áá á¢áááá¡ áá¡á¢áá áá: %{name}'
@@ -228,6 +214,21 @@ ka:
feed:
title: áªáááááááááá¡ ááááá¢á %{id}
title_comment: áªáááááááááá¡ ááááá¢á %{id} - %{comment}
+ created: á¨ááá¥ááá
+ closed: ááá®á£á á£ááá
+ belongs_to: ááá¢áá á
+ show:
+ title: 'áªáááááááááá¡ ááááá¢á: %{id}'
+ discussion: áááá®áááá
+ changesetxml: áªáááááááááá¡ ááááá¢áá¡ XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: á¬áá á¢ááááá (%{count})
+ nodes_paginated: á¬áá á¢ááááá (%{x}-%{y} %{count}-ááá)
+ ways: á®ááááá (%{count})
+ ways_paginated: á®ááááá (%{x}-%{y} %{count}-ááá)
+ relations: á£á áááá áááááá (%{count})
+ relations_paginated: á£á áááá áááááá (%{x}-%{y} %{count}-ááá)
changeset_comments:
comment:
commented_at_by_html: áááááá®áá %{when} á¬áá áááá®ááá áááááá %{user}
diff --git a/config/locales/kab.yml b/config/locales/kab.yml
index bde2c84e1..5182c2053 100644
--- a/config/locales/kab.yml
+++ b/config/locales/kab.yml
@@ -232,8 +232,6 @@ kab:
update:
success: Talɣut n useqdac tettwasnifel akken iwata
browse:
- created: Yettwarna
- closed: Yemdel
version: Lqem
in_changeset: Agraw n usnifel
anonymous: udrig
@@ -243,21 +241,6 @@ kab:
view_history: Sken amazray
view_details: Wali talqayt
location: 'Adig:'
- changeset:
- title: 'Agraw n usnifel: %{id}'
- belongs_to: Ameskar
- node: Tikerras (%{count})
- node_paginated: Tikerras (%{x}-%{y} si %{count})
- way: Iberdan (%{count})
- way_paginated: Iberdan (%{x}-%{y} si %{count})
- relation: Assaɣen (%{count})
- relation_paginated: Assaɣen (%{x}-%{y} si %{count})
- changesetxml: XML n ugraw n ibeddilen
- osmchangexml: XML osmChange
- join_discussion: Qqen akken ad tedduḠar usqerdec
- discussion: Asqerdec
- still_open: Tagrumma isenfilen zgan ldin - asqerdec ad yili mara isenfilen meá¹á¹a
- ttwamedlen.
node:
title_html: 'Takerrist: %{name}'
history_title_html: 'Amazray n tkerrist: %{name}'
@@ -356,6 +339,24 @@ kab:
feed:
title: Agraw n usnifel %{id}
title_comment: Agraw n ubeddel %{id} - %{comment}
+ created: Yettwarna
+ closed: Yemdel
+ belongs_to: Ameskar
+ show:
+ title: 'Agraw n usnifel: %{id}'
+ discussion: Asqerdec
+ join_discussion: Qqen akken ad tedduḠar usqerdec
+ still_open: Tagrumma isenfilen zgan ldin - asqerdec ad yili mara isenfilen meá¹á¹a
+ ttwamedlen.
+ changesetxml: XML n ugraw n ibeddilen
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Tikerras (%{count})
+ nodes_paginated: Tikerras (%{x}-%{y} si %{count})
+ ways: Iberdan (%{count})
+ ways_paginated: Iberdan (%{x}-%{y} si %{count})
+ relations: Assaɣen (%{count})
+ relations_paginated: Assaɣen (%{x}-%{y} si %{count})
timeout:
sorry: Suref-aɣ, tabdart n igrawen n usnifel i d-sutreḠtettwai ddeqs n wakud
akkena d d-ali.
diff --git a/config/locales/kk-cyrl.yml b/config/locales/kk-cyrl.yml
index da3d4ddfc..388713462 100644
--- a/config/locales/kk-cyrl.yml
+++ b/config/locales/kk-cyrl.yml
@@ -228,7 +228,6 @@ kk-cyrl:
destroy:
success: ТÑÑÐºÐµÐ»Ð³Ñ Ð¶Ð¾Ð¹ÑлдÑ.
browse:
- closed: ÐабÑÒ
version: ÐÒ±ÑÒа
in_changeset: Өңдеме деÑÑеÑÑ
anonymous: аноним
@@ -243,14 +242,6 @@ kk-cyrl:
view_history: ТаÑиÑ
Ñн көÑÑ
view_details: Ðгжей-ÑегжейÑн көÑÑ
location: 'ÐеогÑаÑиÑлÑÒ Ð¾ÑнÑ:'
- changeset:
- title: 'Өңдеме деÑÑеÑÑ: %{id}'
- node: ÐүкÑÐµÐ»ÐµÑ (%{count})
- way: СÑзÑÒÑÐ°Ñ (%{count})
- relation: ÒаÑÑнаÑÑÐ°Ñ (%{count})
- changesetxml: Өңдеме деÑÑеÑÑнÑÒ£ XML-Ñ
- osmchangexml: osmChange XML
- discussion: ТалÒÑлаÑ
node:
title_html: 'ÐүкÑе: %{name}'
history_title_html: 'ÐүкÑе ÑаÑиÑ
Ñ: %{name}'
@@ -321,6 +312,16 @@ kk-cyrl:
load_more: ÐөбÑÑек жүкÑеÑ
feed:
title: Өңдеме деÑÑеÑÑ %{id}
+ closed: ÐабÑÒ
+ show:
+ title: 'Өңдеме деÑÑеÑÑ: %{id}'
+ discussion: ТалÒÑлаÑ
+ changesetxml: Өңдеме деÑÑеÑÑнÑÒ£ XML-Ñ
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ÐүкÑÐµÐ»ÐµÑ (%{count})
+ ways: СÑзÑÒÑÐ°Ñ (%{count})
+ relations: ÒаÑÑнаÑÑÐ°Ñ (%{count})
changeset_comments:
comment:
commented_at_by_html: '%{when} %{user} жаңаÑÑÒан'
diff --git a/config/locales/km.yml b/config/locales/km.yml
index 88cc6e7b8..0fcf1a91a 100644
--- a/config/locales/km.yml
+++ b/config/locales/km.yml
@@ -111,8 +111,6 @@ km:
áá¾áááá¸ááááá¶ááá¢á¶áááááá¶áá¢áá¸ááááááá¸ááááá¢áááá
success: áááááá¶áá¢ááááááá¾áááá¶ááâ áá¶áááááá¶áááááááááááááááâá
browse:
- created: áá¶áâááááá¾áâ
- closed: áá¶áâáá·á
version: áááá
in_changeset: áááá»áááááá¶áááááá¼á
anonymous: á¢áá¶áá·á
@@ -122,18 +120,6 @@ km:
view_history: áá¾áâáááááááá·â
view_details: áá¾ááááááá¶ááááá¢á·áâ
location: áá¸áá¶ááâáâ
- changeset:
- title: áááá»áááááá¶áááááá¼áá %{id}
- belongs_to: á¢áááâááááá¾á
- node: áááááá
ááá½á (%{count})
- node_paginated: áááááá
ááá½á (%{x}-%{y} áááá»áá
áááá %{count})
- way: áááá¼áá
ááá½á (%{count})
- way_paginated: áááá¼áá
ááá½á (%{x}-%{y} áááá»áá
áááá %{count})
- relation: áááá¶ááááááá
ááá½á (%{count})
- relation_paginated: áááá¶ááááááá
ááá½á (%{x}-%{y} áááá»áá
áááá %{count})
- changesetxml: áááá»áááááá¶áááááá¼áâ XML
- join_discussion: ááááááááá
á¼ááá¾áááá¸á
á¼ááá½ááá·áá¶áááá¶
- discussion: áá¶ááá·áá¶áááá¶
node:
title_html: áááááá %{name}
history_title_html: áááááááá·áááááá %{name}
@@ -206,6 +192,21 @@ km:
feed:
title: áááá»áááááá¶áááááá¼áâ %{id}
title_comment: áááá»áááááá¶áááááá¼áâ %{id} - %{comment}
+ created: áá¶áâááááá¾áâ
+ closed: áá¶áâáá·á
+ belongs_to: á¢áááâááááá¾á
+ show:
+ title: áááá»áááááá¶áááááá¼áá %{id}
+ discussion: áá¶ááá·áá¶áááá¶
+ join_discussion: ááááááááá
á¼ááá¾áááá¸á
á¼ááá½ááá·áá¶áááá¶
+ changesetxml: áááá»áááááá¶áááááá¼áâ XML
+ paging_nav:
+ nodes: áááááá
ááá½á (%{count})
+ nodes_paginated: áááááá
ááá½á (%{x}-%{y} áááá»áá
áááá %{count})
+ ways: áááá¼áá
ááá½á (%{count})
+ ways_paginated: áááá¼áá
ááá½á (%{x}-%{y} áááá»áá
áááá %{count})
+ relations: áááá¶ááááááá
ááá½á (%{count})
+ relations_paginated: áááá¶ááááááá
ááá½á (%{x}-%{y} áááá»áá
áááá %{count})
dashboards:
contact:
km away: á
áááá¶á %{count} á.á.
diff --git a/config/locales/kn.yml b/config/locales/kn.yml
index af159d052..0a6378faf 100644
--- a/config/locales/kn.yml
+++ b/config/locales/kn.yml
@@ -218,8 +218,6 @@ kn:
destroy:
success: à²à²¾à²¤à³à²¯à²¨à³à²¨à³ à²
ಳಿಸಲಾà²à²¿à²¦à³.
browse:
- created: ಸà³à²·à³à²à²¿à²¸à²²à³à²ªà²à³à²
- closed: ಮà³à²à³à²à²²à²¾à²à²¿à²¦à³
version: à²à²µà³à²¤à³à²¤à²¿
in_changeset: ಬದಲಾವಣà³à²à²³à³
anonymous: à²
ನಾಮಧà³à²¯
@@ -229,17 +227,6 @@ kn:
view_history: à²à²¤à²¿à²¹à²¾à²¸à²µà²¨à³à²¨à³ ನà³à²¡à²¿
view_details: ವಿವರಣೠನà³à²¡à²¿
location: 'ಸà³à²¥à²³:'
- changeset:
- title: 'ಬದಲಾವಣà³à²à²³à³: %{id}'
- belongs_to: à²à²°à³à²¤à³
- node: ನà³à²¡à³à²¸à³ (%{count})
- node_paginated: ನà³à²¡à³à²¸à³ (%{x}-%{y} ರ %{count})
- way: ರà³à²¤à²¿à²¯à²²à³à²²à²¿ (%{count})
- way_paginated: ದಾರಿà²à²³à³ (%{x}-%{y} ರ %{count})
- relation: ಸà²à²¬à²à²§à²à²³à³ (%{count})
- relation_paginated: ಸà²à²¬à²à²§à²à²³à³(%{x}-%{y} of %{count})
- join_discussion: âà²à²°à³à²à³à²à³ ಸà³à²°à²²à³ ಲಾà²à³ à²à²¨à³ à²à²à²¿à²°à²¿
- discussion: à²à²°à³à²à³
node:
title_html: 'ನà³à²¡à³: %{name}'
history_title_html: 'ನà³à²¡à³ ನ à²à²¤à²¿à²¹à²¾à²¸: %{name}'
@@ -317,6 +304,20 @@ kn:
feed:
title: ಬದಲಾವಣà³à²à²³à³ %{id}
title_comment: ಬದಲಾವಣà³à²à²³à³ %{id} - %{comment}
+ created: ಸà³à²·à³à²à²¿à²¸à²²à³à²ªà²à³à²
+ closed: ಮà³à²à³à²à²²à²¾à²à²¿à²¦à³
+ belongs_to: à²à²°à³à²¤à³
+ show:
+ title: 'ಬದಲಾವಣà³à²à²³à³: %{id}'
+ discussion: à²à²°à³à²à³
+ join_discussion: âà²à²°à³à²à³à²à³ ಸà³à²°à²²à³ ಲಾà²à³ à²à²¨à³ à²à²à²¿à²°à²¿
+ paging_nav:
+ nodes: ನà³à²¡à³à²¸à³ (%{count})
+ nodes_paginated: ನà³à²¡à³à²¸à³ (%{x}-%{y} ರ %{count})
+ ways: ರà³à²¤à²¿à²¯à²²à³à²²à²¿ (%{count})
+ ways_paginated: ದಾರಿà²à²³à³ (%{x}-%{y} ರ %{count})
+ relations: ಸà²à²¬à²à²§à²à²³à³ (%{count})
+ relations_paginated: ಸà²à²¬à²à²§à²à²³à³(%{x}-%{y} of %{count})
timeout:
sorry: à²à³à²·à²®à²¿à²¸à²¿, ನà³à²µà³ à²à³à²³à²¿à²¦ ಬದಲಾವಣಾ ಪà²à³à²à²¿ ಪಡà³à²¯à²²à³ ದà³à²°à³à² ಸಮಯ ಬà³à²à²¾à²¯à²¿à²¤à³.
changeset_comments:
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 6e1f58c76..54ad2c481 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -323,12 +323,6 @@ ko:
destroy:
success: ê³ì ì´ ìì ëììµëë¤.
browse:
- created: ë§ë¤ì´ì§
- closed: ë«í
- created_ago_html: '%{time_ago}ì ìì±ë¨'
- closed_ago_html: '%{time_ago}ì ë«í'
- created_ago_by_html: '%{time_ago}ì %{user}ëì´ ìì±í¨'
- closed_ago_by_html: '%{time_ago}ì %{user}ëì´ ë«ì'
deleted_ago_by_html: '%{time_ago}ì %{user}ëì´ ìì í¨'
edited_ago_by_html: '%{time_ago}ì %{user}ëì´ í¸ì§í¨'
version: ë²ì
@@ -344,22 +338,6 @@ ko:
view_history: ìì¬ ë³´ê¸°
view_details: ìì¸í ë´ì© 보기
location: 'ìì¹:'
- changeset:
- title: 'ë°ëì§í©: %{id}'
- belongs_to: ì ì
- node: êµì (%{count})
- node_paginated: êµì (%{count}ê° ì¤ %{x}-%{y})
- way: 길(%{count})
- way_paginated: 길(%{count}ê° ì¤ %{x}-%{y})
- relation: ê´ê³(%{count})
- relation_paginated: ê´ê³(%{count}ê° ì¤ %{x}-%{y})
- hidden_comment_by_html: '%{time_ago} %{user}ëì ë¹ë° ì견'
- comment_by_html: '%{time_ago} %{user}ëì ì견'
- changesetxml: ë°ëì§í© XML
- osmchangexml: osmChange XML
- join_discussion: í ë¡ ì ì°¸ì¬íë ¤ë©´ ë¡ê·¸ì¸íì¸ì
- discussion: í ë¡
- still_open: ë°ëì§í©ì´ ìì§ ì´ë ¤ ììµëë¤ - í ë¡ ì ë°ëì§í©ì´ ë«íë©´ ììë©ëë¤.
node:
title_html: 'êµì : %{name}'
history_title_html: 'êµì ìì¬: %{name}'
@@ -465,6 +443,30 @@ ko:
feed:
title: ë°ëì§í© %{id}
title_comment: ë°ëì§í© %{id} - %{comment}
+ created: ë§ë¤ì´ì§
+ closed: ë«í
+ belongs_to: ì ì
+ show:
+ title: 'ë°ëì§í©: %{id}'
+ created: 'ìì± ì기: %{when}'
+ created_ago_html: '%{time_ago}ì ìì±ë¨'
+ closed_ago_html: '%{time_ago}ì ë«í'
+ created_ago_by_html: '%{time_ago}ì %{user}ëì´ ìì±í¨'
+ closed_ago_by_html: '%{time_ago}ì %{user}ëì´ ë«ì'
+ discussion: í ë¡
+ join_discussion: í ë¡ ì ì°¸ì¬íë ¤ë©´ ë¡ê·¸ì¸íì¸ì
+ still_open: ë°ëì§í©ì´ ìì§ ì´ë ¤ ììµëë¤ - í ë¡ ì ë°ëì§í©ì´ ë«íë©´ ììë©ëë¤.
+ comment_by_html: '%{time_ago} %{user}ëì ì견'
+ hidden_comment_by_html: '%{time_ago} %{user}ëì ë¹ë° ì견'
+ changesetxml: ë°ëì§í© XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: êµì (%{count})
+ nodes_paginated: êµì (%{count}ê° ì¤ %{x}-%{y})
+ ways: 길(%{count})
+ ways_paginated: 길(%{count}ê° ì¤ %{x}-%{y})
+ relations: ê´ê³(%{count})
+ relations_paginated: ê´ê³(%{count}ê° ì¤ %{x}-%{y})
timeout:
sorry: ì£ì¡í©ëë¤, ìì²íë ë°ëì§í© 목ë¡ì ê°ì ¸ì¤ë ë° ë무 ì¤ë ê±¸ë ¸ìµëë¤.
changeset_comments:
@@ -1714,9 +1716,6 @@ ko:
email address: 'ì´ë©ì¼ 주ì:'
new password button: ë¹ë°ë²í¸ ì¬ì¤ì
help_text: ê°ì
í ë ì¬ì©í ì´ë©ì¼ 주ì를 ì
ë ¥íì¸ì, ë¹ë°ë²í¸ë¥¼ ì¬ì¤ì íì¬ ì¬ì©í ì ìë ë§í¬ë¥¼ ë³´ë´ë립ëë¤.
- create:
- notice email on way: ë¹ë°ë²í¸ë¥¼ ììë¤ë, ìíê¹ìµëë¤ :-( ë¹ë°ë²í¸ ì¬ì¤ì ì í ì ìëë¡ ì´ë©ì¼ì´ ë°ì¡ëììµëë¤.
- notice email cannot find: ì´ë©ì¼ 주ì를 ì°¾ì§ ëª»í´ ì£ì¡í©ëë¤.
edit:
title: ë¹ë°ë²í¸ ì¬ì¤ì
heading: '%{user}ì ë¹ë°ë²í¸ ì¬ì¤ì '
diff --git a/config/locales/ku-Latn.yml b/config/locales/ku-Latn.yml
index 45a4c5007..5eab4650a 100644
--- a/config/locales/ku-Latn.yml
+++ b/config/locales/ku-Latn.yml
@@ -317,8 +317,6 @@ ku-Latn:
destroy:
success: Hesab Hate Jêbirin.
browse:
- created: Hate çêkirin
- closed: Hate girtin
version: Guherto
in_changeset: Qeyda Guhartinan
anonymous: anonîm
@@ -334,23 +332,6 @@ ku-Latn:
view_history: Dîrokê Bibîne
view_details: Detayan Bibîne
location: 'Cih:'
- changeset:
- title: Desteya guhertinanË %{id}
- belongs_to: Xwedî
- node: Nuqte (%{count})
- node_paginated: Nuqte (%{x}-%{y} ji %{count} heban)
- way: Rê (%{count})
- way_paginated: Rê (%{x}-%{y} ji %{count})
- relation: Eleqe (%{count})
- relation_paginated: Eleqe (%{x}-%{y} bi tevahî %{count})
- hidden_comment_by_html: Åîroveya veÅartî ji %{user} %{time_ago}
- comment_by_html: Åîroveya ji %{user} %{time_ago}
- changesetxml: Desteya guhartinan a XML
- osmchangexml: osmChange XML
- join_discussion: Ji bo ku beÈdarî guftûgoyan bibî têkeve
- discussion: Gotûbêj
- still_open: Qeyda guhartinan hê jî vekirî ye - wê gotûbêj piÅtî ku qeyda guhartinan
- hate girtin vebibe.
node:
title_html: 'Girêk: %{name}'
history_title_html: Dîroka NuqteyÃªË %{name}
@@ -460,6 +441,26 @@ ku-Latn:
feed:
title: Desteya guhartinan %{id}
title_comment: Desteya guhartinan %{id} - %{comment}
+ created: Hate çêkirin
+ closed: Hate girtin
+ belongs_to: Xwedî
+ show:
+ title: Desteya guhertinanË %{id}
+ discussion: Gotûbêj
+ join_discussion: Ji bo ku beÈdarî guftûgoyan bibî têkeve
+ still_open: Qeyda guhartinan hê jî vekirî ye - wê gotûbêj piÅtî ku qeyda guhartinan
+ hate girtin vebibe.
+ comment_by_html: Åîroveya ji %{user} %{time_ago}
+ hidden_comment_by_html: Åîroveya veÅartî ji %{user} %{time_ago}
+ changesetxml: Desteya guhartinan a XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Nuqte (%{count})
+ nodes_paginated: Nuqte (%{x}-%{y} ji %{count} heban)
+ ways: Rê (%{count})
+ ways_paginated: Rê (%{x}-%{y} ji %{count})
+ relations: Eleqe (%{count})
+ relations_paginated: Eleqe (%{x}-%{y} bi tevahî %{count})
timeout:
sorry: Bibore, bidestxistina lîsteya desteyên guhartinan ê ku te xwest demeke
dirêj girt.
@@ -1793,10 +1794,6 @@ ku-Latn:
new password button: Åîfreyê nû bike
help_text: E-peyama ku te pê xwe qeydkiribû binivîse, em ê ji te re lînkek biÅînin
tu yê bi wê lînkê bikaribî Åîfreya xwe nû bikî.
- create:
- notice email on way: Bibore, te wê wenda kir :-( lê belê e-peyamekî nû di rê
- de ye. Lewma tu dikarî di nêz de wê nû bikî.
- notice email cannot find: Bibore, ev adrêsa e-peyamê nehate dîtin.
edit:
title: Åîfreyê nû bike
heading: Åîfreyê nû bike ji bo %{user}
diff --git a/config/locales/lb.yml b/config/locales/lb.yml
index a17ce9aab..d81af26d2 100644
--- a/config/locales/lb.yml
+++ b/config/locales/lb.yml
@@ -207,9 +207,6 @@ lb:
x_years:
one: virun %{count} Joer
other: viru(n) %{count} Joer
- printable_name:
- version: v%{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: Standard (elo %{name})
id:
@@ -312,8 +309,6 @@ lb:
destroy:
success: Benotzerkont geläscht.
browse:
- created: Ugeluecht
- closed: Zou
version: Versioun
in_changeset: Set vun Ãnnerungen
anonymous: anonym
@@ -329,21 +324,6 @@ lb:
view_history: Versioune weisen
view_details: Detailer weisen
location: 'Plaz:'
- changeset:
- title: 'Set vun Ãnnerungen: %{id}'
- belongs_to: Auteur
- node: Kniet (%{count})
- node_paginated: Kniet (%{x}â%{y} vu(n) %{count})
- way: Weeër (%{count})
- way_paginated: Weeër (%{x}â%{y} vu(n) %{count})
- relation: Relatiounen (%{count})
- relation_paginated: Relatiounen (%{x}-%{y} vu(n) %{count})
- changesetxml: XML mam Set vun Ãnnerungen
- osmchangexml: osmChange XML
- join_discussion: Loggt Iech an, fir bei der Diskussioun matzemaachen
- discussion: Diskussioun
- still_open: Den Ãnnerungssaz ass nach op. 'Diskussioun gëtt opgemaach, esoubal
- wéi den Ãnnerungssaz zou ass.
node:
title_html: 'Knuet: %{name}'
history_title_html: 'Versioune vum Knuet: %{name}'
@@ -452,6 +432,24 @@ lb:
feed:
title: 'Set vun Ãnnerungen: %{id}'
title_comment: Set vun Ãnnerungen %{id} - %{comment}
+ created: Ugeluecht
+ closed: Zou
+ belongs_to: Auteur
+ show:
+ title: 'Set vun Ãnnerungen: %{id}'
+ discussion: Diskussioun
+ join_discussion: Loggt Iech an, fir bei der Diskussioun matzemaachen
+ still_open: Den Ãnnerungssaz ass nach op. 'Diskussioun gëtt opgemaach, esoubal
+ wéi den Ãnnerungssaz zou ass.
+ changesetxml: XML mam Set vun Ãnnerungen
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Kniet (%{count})
+ nodes_paginated: Kniet (%{x}â%{y} vu(n) %{count})
+ ways: Weeër (%{count})
+ ways_paginated: Weeër (%{x}â%{y} vu(n) %{count})
+ relations: Relatiounen (%{count})
+ relations_paginated: Relatiounen (%{x}-%{y} vu(n) %{count})
timeout:
sorry: Et leider ze laang gedauert, déi ugefuerdert Ãnnerungssätz ofzeruffen.
changeset_comments:
@@ -1656,10 +1654,10 @@ lb:
details: Méi Detailer iwwer den Ãnnerungssaz kënnen ënner %{url} fonnt ginn.
details_html: Méi Detailer iwwer den Ãnnerungssaz kënnen ënner %{url} fonnt
ginn.
- unsubscribe: Fir d'Aktualiséierungen un dësem Ãnnerungssaz ofzebestellen, besich
- %{url} a klick op âOfmellenâ.
- unsubscribe_html: Fir d'Aktualiséierungen un dësem Ãnnerungssaz ofzebestellen,
- besich %{url} a klick op âOfmellenâ.
+ unsubscribe: Dir kënnt d'Aktualiséierungen un dësem Ãnnerungssaz ënner %{url}
+ ofbestellen.
+ unsubscribe_html: Dir kënnt d'Aktualiséierungen un dësem Ãnnerungssaz ënner
+ %{url} ofbestellen.
confirmations:
confirm:
heading: Iwwerpréift Ãr E-Mail!
@@ -1767,10 +1765,6 @@ lb:
help_text: Wannechgelift gëff deng E-Mail-Adress an, mat däers du dech ugemellt
has. Mir wäerten dir dann e Link schécken, mat dems du däi Passwuert zerécksetze
kanns.
- create:
- notice email on way: Eng E-Mail mat Hiweiser fir d'Zerécksetze vum Passwuert
- gouf un dech versent.
- notice email cannot find: Déi E-Mail-Adress konnt net fonnt ginn, pardon.
edit:
title: Passwuert zrécksetzen
heading: Passwuert fir %{user} zrécksetzen
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 7c569cd16..e9e07104a 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -366,12 +366,6 @@ lt:
destroy:
success: Paskyra ištrinta.
browse:
- created: Sukurtas
- closed: Uždarytas
- created_ago_html: Sukurta %{time_ago}
- closed_ago_html: Uždaryta %{time_ago}
- created_ago_by_html: Sukurta %{user} %{time_ago}
- closed_ago_by_html: Uždaryta %{user} %{time_ago}
deleted_ago_by_html: IÅ¡trinta %{user} %{time_ago}
edited_ago_by_html: Redaguota %{user} %{time_ago}
version: Versija
@@ -393,23 +387,6 @@ lt:
view_history: ŽiÅ«rÄti istorijÄ
view_details: ŽiÅ«rÄti detales
location: 'Vieta:'
- changeset:
- title: 'Pakeitimas: %{id}'
- belongs_to: Autorius
- node: Taškų (%{count})
- node_paginated: Taškų (%{x}-%{y} iš %{count})
- way: Keliai (%{count})
- way_paginated: Keliai (%{x}-%{y} iš %{count})
- relation: Ryšiai (%{count})
- relation_paginated: Ryšiai (%{x}-%{y} iš %{count})
- hidden_comment_by_html: PaslÄptas komentaras nuo %{user} %{time_ago}
- comment_by_html: Komentaras nuo %{user} %{time_ago}
- changesetxml: Pakeitimo XML
- osmchangexml: osmChange XML
- join_discussion: Prisijunkite norÄdami dalyvauti aptarime
- discussion: Diskusija
- still_open: Pakeitimas vis dar atidarytas - diskusija prasidÄs tik uždarius
- pakeitimÄ
.
node:
title_html: 'Taškas: %{name}'
history_title_html: 'Taško istorija: %{name}'
@@ -525,6 +502,30 @@ lt:
feed:
title: Pakeitimas %{id}
title_comment: Pakeitimas %{id} - %{comment}
+ created: Sukurtas
+ closed: Uždarytas
+ belongs_to: Autorius
+ show:
+ title: 'Pakeitimas: %{id}'
+ created_ago_html: Sukurta %{time_ago}
+ closed_ago_html: Uždaryta %{time_ago}
+ created_ago_by_html: Sukurta %{user} %{time_ago}
+ closed_ago_by_html: Uždaryta %{user} %{time_ago}
+ discussion: Diskusija
+ join_discussion: Prisijunkite norÄdami dalyvauti aptarime
+ still_open: Pakeitimas vis dar atidarytas - diskusija prasidÄs tik uždarius
+ pakeitimÄ
.
+ comment_by_html: Komentaras nuo %{user} %{time_ago}
+ hidden_comment_by_html: PaslÄptas komentaras nuo %{user} %{time_ago}
+ changesetxml: Pakeitimo XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Taškų (%{count})
+ nodes_paginated: Taškų (%{x}-%{y} iš %{count})
+ ways: Keliai (%{count})
+ ways_paginated: Keliai (%{x}-%{y} iš %{count})
+ relations: Ryšiai (%{count})
+ relations_paginated: Ryšiai (%{x}-%{y} iš %{count})
timeout:
sorry: Atsiprašome, bet jūsų prašytų pakeitimų ištraukimas užtruko per ilgai.
changeset_comments:
@@ -1832,10 +1833,6 @@ lt:
help_text: Ä®veskite elektroninio paÅ¡to adresÄ
, kurį naudojote užsiregistruodami.
Mes atsiųsime nuorodÄ
į elektroninį paÅ¡tÄ
, kuriÄ
galÄsite naudoti norÄdami
iš naujo nustatyti slaptažodį.
- create:
- notice email on way: Apgailestaujame, kad praradote slaptažodį :-( bet elektroninis
- laiškas jau išsiųstas, tad greitai slaptažodį atstatysite.
- notice email cannot find: Gaila, bet toks e-pašto adresas nerastas.
edit:
title: Iš naujo nustatyti slaptažodį
heading: Iš naujo nustatyti naudotojo %{user} slaptažodį
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index 7dfbe95f7..7731a84f5 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -250,10 +250,6 @@ lv:
destroy:
success: Konts dzÄsts.
browse:
- created: Izveidots
- closed: AizvÄrts
- created_ago_html: Izveidots %{time_ago}
- closed_ago_html: SlÄgts %{time_ago}
version: Versija
in_changeset: IzmaiÅu kopa
anonymous: anonīms
@@ -267,19 +263,6 @@ lv:
view_history: SkatÄ«t vÄsturi
view_details: Skatīt detaļas
location: 'AtraÅ¡anÄs vieta:'
- changeset:
- title: 'IzmaiÅu kopa: %{id}'
- belongs_to: Autors
- node: Punkti (%{count})
- node_paginated: Punkti (%{x}-%{y} no %{count})
- way: Ceļi (%{count})
- way_paginated: Ceļi (%{x}-%{y} no %{count})
- relation: RelÄcijas (%{count})
- relation_paginated: RelÄcijas (%{x}-%{y} no %{count})
- changesetxml: IzmaiÅu kopas XML
- osmchangexml: osmChange XML
- join_discussion: Ieejiet sistÄmÄ lai pievienotos diskusijai
- discussion: Diskusija
node:
title_html: 'Punkts: %{name}'
history_title_html: 'Punkta vÄsture: %{name}'
@@ -375,6 +358,24 @@ lv:
feed:
title: IzmaiÅu kopa %{id}
title_comment: IzmaiÅu kopa %{id} - %{comment}
+ created: Izveidots
+ closed: AizvÄrts
+ belongs_to: Autors
+ show:
+ title: 'IzmaiÅu kopa: %{id}'
+ created_ago_html: Izveidots %{time_ago}
+ closed_ago_html: SlÄgts %{time_ago}
+ discussion: Diskusija
+ join_discussion: Ieejiet sistÄmÄ lai pievienotos diskusijai
+ changesetxml: IzmaiÅu kopas XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Punkti (%{count})
+ nodes_paginated: Punkti (%{x}-%{y} no %{count})
+ ways: Ceļi (%{count})
+ ways_paginated: Ceļi (%{x}-%{y} no %{count})
+ relations: RelÄcijas (%{count})
+ relations_paginated: RelÄcijas (%{x}-%{y} no %{count})
timeout:
sorry: Atvainojiet, jÅ«su pieprasÄ«to izmaiÅu kopu ielÄde prasÄ«ja pÄrÄk daudz
laika.
@@ -1413,10 +1414,6 @@ lv:
new password button: Atiestatīt paroli
help_text: Ievadiet e-pasta adresi, kuru izmantojÄt, lai reÄ£istrÄtos, mÄs Jums
nosÅ«tÄ«sim saiti uz to, lai JÅ«s varÄtu atjaunot savu paroli.
- create:
- notice email on way: Atvaino, tu to pazaudÄji :-( , bet e-pasts jau ir ceļÄ,
- lai tu viÅu drÄ«z varÄtu atjaunot.
- notice email cannot find: Atvaino, nevaru atrast Å¡o epasta adresi.
edit:
title: Atiestatīt paroli
heading: Atcelt %{user} paroli
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index a846672a5..c189e2297 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -209,9 +209,6 @@ mk:
x_years:
one: пÑед %{count} година
other: пÑед %{count} години
- printable_name:
- version: веÑ. %{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: Ðо оÑновно (моменÑално %{name})
id:
@@ -323,15 +320,10 @@ mk:
destroy:
success: СмеÑкаÑа е избÑиÑана.
browse:
- created: Создадено
- closed: ÐаÑвоÑено
- created_ago_html: Создадено %{time_ago}
- closed_ago_html: ÐаÑвоÑено %{time_ago}
- created_ago_by_html: Создадено %{time_ago} од %{user}
- closed_ago_by_html: ÐаÑвоÑено %{time_ago} од %{user}
deleted_ago_by_html: ÐзбÑиÑано %{time_ago} од %{user}
edited_ago_by_html: ÐзменеÑо %{time_ago} од %{user}
version: ÐеÑзиÑа
+ redacted_version: ÐÑпÑавена веÑзиÑа
in_changeset: Ðзмени
anonymous: анонимеÑ
no_comment: (нема коменÑаÑи)
@@ -344,25 +336,11 @@ mk:
other: '%{count} паÑиÑÑа'
download_xml: ÐÑеземи XML
view_history: Ðогл. иÑÑоÑиÑа
+ view_unredacted_history: Ðогл. неизменеÑа иÑÑоÑиÑа
view_details: Ðогл. подÑобноÑÑи
+ view_redacted_data: Ðогл. иÑпÑавена веÑзиÑа
+ view_redaction_message: Ðогл. поÑака за изменаÑа
location: 'ÐеÑÑоположба:'
- changeset:
- title: 'Ðзмена: %{id}'
- belongs_to: ÐвÑоÑ
- node: Ðазли (%{count})
- node_paginated: Ðазли (%{x}-%{y} од вкÑпно %{count})
- way: ÐаÑиÑÑа (%{count})
- way_paginated: ÐаÑиÑÑа (%{x}-%{y} од вкÑпно %{count})
- relation: ÐдноÑи (%{count})
- relation_paginated: ÐдноÑи (%{x}-%{y} од вкÑпно %{count})
- hidden_comment_by_html: СкÑиен коменÑÐ°Ñ Ð¾Ð´ %{user} %{time_ago}
- comment_by_html: ÐоменÑÐ°Ñ Ð¾Ð´ %{user} %{time_ago}
- changesetxml: XML за измениÑе
- osmchangexml: osmChange XML
- join_discussion: ÐаÑавеÑе Ñе за да Ñе пÑиклÑÑиÑе во ÑазговоÑоÑ
- discussion: РазговоÑ
- still_open: ÐзмениÑе Ñè ÑÑÑе Ñе оÑвоÑени â ÑазговоÑÐ¾Ñ Ñе Ñе оÑвоÑи ÑÑом Ñе Ñе
- заÑвоÑÐ°Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñе.
node:
title_html: 'Ðазол: %{name}'
history_title_html: 'ÐÑÑоÑиÑа на ÑазолоÑ: %{name}'
@@ -479,6 +457,46 @@ mk:
feed:
title: Ðзмени %{id}
title_comment: Ðзмени %{id} - %{comment}
+ created: Создадено
+ closed: ÐаÑвоÑено
+ belongs_to: ÐвÑоÑ
+ subscribe:
+ heading: Ðа ве пÑеÑплаÑам на Ñлединов ÑÐ°Ð·Ð³Ð¾Ð²Ð¾Ñ Ð·Ð° измени?
+ button: ÐÑеÑплаÑи Ñе на ÑазговоÑоÑ
+ unsubscribe:
+ heading: Ðа ве оÑпиÑам од пÑеÑплаÑаÑа на Ñледниов ÑÐ°Ð·Ð³Ð¾Ð²Ð¾Ñ Ð·Ð° измени?
+ button: ÐÑпиÑи Ñе од ÑазговоÑоÑ
+ heading:
+ title: Ðзмени %{id}
+ created_by_html: Создадено од %{link_user} на %{created}.
+ no_such_entry:
+ title: Ðема Ñакви измени
+ heading: 'Ðема ÑÑавка Ñо назнакаÑа: %{id}'
+ body: Ðалиме, но не поÑÑоÑÐ°Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸ Ñо назнакаÑа %{id}. ÐÑовеÑеÑе да не ÑÑе
+ згÑеÑиле во пиÑÑваÑеÑо, или пак да не ÑÑе ÑÑиÑнале на погÑеÑна вÑÑка.
+ show:
+ title: 'Ðзмена: %{id}'
+ created: 'Создадено: %{when}'
+ closed: 'ÐаÑвоÑено: %{when}'
+ created_ago_html: Создадено %{time_ago}
+ closed_ago_html: ÐаÑвоÑено %{time_ago}
+ created_ago_by_html: Создадено %{time_ago} од %{user}
+ closed_ago_by_html: ÐаÑвоÑено %{time_ago} од %{user}
+ discussion: РазговоÑ
+ join_discussion: ÐаÑавеÑе Ñе за да Ñе пÑиклÑÑиÑе во ÑазговоÑоÑ
+ still_open: ÐзмениÑе Ñè ÑÑÑе Ñе оÑвоÑени â ÑазговоÑÐ¾Ñ Ñе Ñе оÑвоÑи ÑÑом Ñе Ñе
+ заÑвоÑÐ°Ñ Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñе.
+ comment_by_html: ÐоменÑÐ°Ñ Ð¾Ð´ %{user} %{time_ago}
+ hidden_comment_by_html: СкÑиен коменÑÐ°Ñ Ð¾Ð´ %{user} %{time_ago}
+ changesetxml: XML за измениÑе
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Ðазли (%{count})
+ nodes_paginated: Ðазли (%{x}-%{y} од вкÑпно %{count})
+ ways: ÐаÑиÑÑа (%{count})
+ ways_paginated: ÐаÑиÑÑа (%{x}-%{y} од вкÑпно %{count})
+ relations: ÐдноÑи (%{count})
+ relations_paginated: ÐдноÑи (%{x}-%{y} од вкÑпно %{count})
timeout:
sorry: Ðа жал, на ÑпиÑÐ¾ÐºÐ¾Ñ Ð½Ð° пÑомени ÑÑо го побаÑавÑе Ð¼Ñ ÑÑебаÑе пÑедолго за
да Ñе добие.
@@ -1599,6 +1617,7 @@ mk:
more: ÐовеÑе
user_mailer:
diary_comment_notification:
+ description: ÐневниÑка ÑÑавка бÑ. %{id} во OpenStreetMap
subject: '[OpenStreetMap] %{user} коменÑиÑаÑе на дневниÑка ÑÑавка'
hi: ÐдÑаво %{to_user},
header: '%{from_user} коменÑиÑаÑе на дневниÑкаÑа ÑÑавка на OpenStreetMap Ñо
@@ -1673,6 +1692,7 @@ mk:
click_the_link: Ðко ова ÑÑе вие, ÑÑиÑнеÑе на вÑÑкаÑа Ð¿Ð¾Ð´Ð¾Ð»Ñ Ð·Ð° да Ñи Ñа ÑмениÑе
лозинкаÑа.
note_comment_notification:
+ description: ÐелеÑка бÑ. %{id} во OpenStreetMap
anonymous: Ðнонимен коÑиÑник
greeting: ÐдÑаво,
commented:
@@ -1711,6 +1731,7 @@ mk:
details: ÐоподÑобно за белеÑкаÑа на %{url}.
details_html: ÐоподÑобно за белеÑкаÑа на %{url}.
changeset_comment_notification:
+ description: Ðзмени бÑ. %{id} во OpenStreetMap
hi: ÐдÑаво %{to_user},
greeting: ÐдÑаво,
commented:
@@ -1729,10 +1750,8 @@ mk:
partial_changeset_without_comment: без коменÑаÑ
details: ÐоподÑобно за пÑоменаÑа на %{url}.
details_html: ÐоподÑобно за пÑоменаÑа на %{url}.
- unsubscribe: Ðа да Ñе оÑпиÑеÑе од подновиÑе на овие пÑомени, поÑеÑеÑе Ñа ÑÑÑаниÑаÑа
- %{url} и ÑÑиÑнеÑе на âÐÑпиÑи Ñеâ.
- unsubscribe_html: Ðа да Ñе оÑпиÑеÑе од подновиÑе на овие пÑомени, поÑеÑеÑе Ñа
- ÑÑÑаниÑаÑа %{url} и ÑÑиÑнеÑе на âÐÑпиÑи Ñеâ.
+ unsubscribe: ÐожеÑе да Ñе оÑпиÑеÑе од подновиÑе за овие измени на %{url}.
+ unsubscribe_html: ÐожеÑе да Ñе оÑпиÑеÑе од подновиÑе за овие измени на %{url}.
confirmations:
confirm:
heading: ÐÑовеÑеÑе Ñи Ñа е-поÑÑаÑа
@@ -1851,9 +1870,8 @@ mk:
help_text: ÐнеÑеÑе Ñа е-поÑÑенÑкаÑа адÑеÑа Ñо коÑа Ñе заÑленивÑе, и Ñе ви пÑаÑиме
вÑÑка каде Ñе наведеÑе нова лозинка.
create:
- notice email on way: Ðалиме, ова иÑÑеÑе :-( но ви пÑаÑивме нова поÑака на е-поÑÑа,
- па наÑкоÑо повÑоÑно Ñе можеÑе да Ñа ÑмениÑе.
- notice email cannot find: Ðалам, не можев да Ñа пÑонаÑдам Ñаа адÑеÑа
+ send_paranoid_instructions: Ðко ваÑаÑа е-поÑÑа е веÑе заведена во наÑаÑа база,
+ за Ð½ÐµÐºÐ¾Ð»ÐºÑ Ð¼Ð¸Ð½ÑÑи на неа Ñе добиеÑе напаÑÑÑвиÑа за лозинкаÑа.
edit:
title: Смени лозинка
heading: Смени лозинка за %{user}
diff --git a/config/locales/mo.yml b/config/locales/mo.yml
index 0588febb3..8fbfe9017 100644
--- a/config/locales/mo.yml
+++ b/config/locales/mo.yml
@@ -93,8 +93,6 @@ mo:
go_public:
heading: 'РедакÑаÑÑ Ð¿ÑбликÑ:'
browse:
- created: ÐÑеаÑ
- closed: ЫнкиÑ
version: ÐеÑÑиÑне
anonymous: аноним
no_comment: (ÑÑÑÑ ÐºÐ¾Ð¼ÐµÐ½ÑаÑиÑ)
@@ -103,16 +101,6 @@ mo:
view_history: ÐкзаминаÑÑ Ð¸ÑÑоÑикÑлÑй
view_details: Ðай деÑалиÑÑ
location: 'СиÑÑаÑе:'
- changeset:
- belongs_to: ÐÑÑоÑ
- node: ÐÑнкÑе (%{count})
- node_paginated: ÐÑнкÑе (%{x}-%{y} дин %{count})
- way: ÐÑй (%{count})
- way_paginated: ÐÑй (%{x}-%{y} дин %{count})
- relation: РелаÑий (%{count})
- relation_paginated: РелаÑий (%{x}-%{y} дин %{count})
- join_discussion: ÐÑ ÑÑгÑм ÑÑ ÑнÑÑаÑÑ Ñн ÐºÐ¾Ð½Ñ Ð¿ÐµÐ½ÑÑÑ Ð° Ð²Ñ Ð°Ð»ÑÑÑÑа диÑкÑÑией
- discussion: ÐиÑкÑÑие
node:
title_html: 'ÐÑнкÑ: %{name}'
way:
@@ -156,6 +144,21 @@ mo:
changesets:
user: УÑилизаÑоÑ
comment: ÐоменÑаÑиÑ
+ index:
+ feed:
+ created: ÐÑеаÑ
+ closed: ЫнкиÑ
+ belongs_to: ÐÑÑоÑ
+ show:
+ discussion: ÐиÑкÑÑие
+ join_discussion: ÐÑ ÑÑгÑм ÑÑ ÑнÑÑаÑÑ Ñн ÐºÐ¾Ð½Ñ Ð¿ÐµÐ½ÑÑÑ Ð° Ð²Ñ Ð°Ð»ÑÑÑÑа диÑкÑÑией
+ paging_nav:
+ nodes: ÐÑнкÑе (%{count})
+ nodes_paginated: ÐÑнкÑе (%{x}-%{y} дин %{count})
+ ways: ÐÑй (%{count})
+ ways_paginated: ÐÑй (%{x}-%{y} дин %{count})
+ relations: РелаÑий (%{count})
+ relations_paginated: РелаÑий (%{x}-%{y} дин %{count})
dashboards:
show:
my friends: ÐÑиеÑений мей
diff --git a/config/locales/mr.yml b/config/locales/mr.yml
index f5d0fcc0e..b7ef14752 100644
--- a/config/locales/mr.yml
+++ b/config/locales/mr.yml
@@ -194,8 +194,6 @@ mr:
link text: हॠà¤à¤¾à¤¯ à¤à¤¹à¥?
save changes button: बदल à¤à¤¤à¤¨ à¤à¤°à¤¾
browse:
- created: बनविलà¥
- closed: बà¤à¤¦ à¤à¥à¤²à¥
version: à¤à¤µà¥à¤¤à¥à¤¤à¥
in_changeset: बदलसà¤à¤
anonymous: à¤
नामिà¤
@@ -211,18 +209,6 @@ mr:
view_history: à¤à¤¤à¤¿à¤¹à¤¾à¤¸ पहा
view_details: तपशà¥à¤² पहा
location: 'ठिà¤à¤¾à¤£:'
- changeset:
- title: 'बदलसà¤à¤: %{id}'
- belongs_to: लà¥à¤à¤
- node: à¤à¤¾à¤ ॠ(%{count})
- node_paginated: à¤à¤¾à¤ ॠ(%{x}-%{y}, %{count} पà¥à¤à¥)
- way: मारà¥à¤ (%{count})
- way_paginated: मारà¥à¤ (%{x}-%{y}, %{count} पà¥à¤à¥)
- relation: सà¤à¤¬à¤à¤§ (%{count})
- relation_paginated: सà¤à¤¬à¤à¤§ (%{x}-%{y}, %{count} पà¥à¤à¥)
- changesetxml: बदलसà¤à¤ XML
- osmchangexml: osmChange XML
- join_discussion: à¤à¤°à¥à¤à¥à¤¤ सहà¤à¤¾à¤à¥ हà¥à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠसनà¥à¤à¤¦ पà¥à¤°à¤µà¥à¤¶ à¤à¤°à¤¾
node:
title_html: 'à¤à¤¾à¤ : %{name}'
history_title_html: 'à¤à¤¾à¤ à¥à¤à¤¾ à¤à¤¤à¤¿à¤¹à¤¾à¤¸: %{name}'
@@ -311,6 +297,21 @@ mr:
feed:
title: बदलसà¤à¤ %{id}
title_comment: बदलसà¤à¤ %{id} - %{comment}
+ created: बनविलà¥
+ closed: बà¤à¤¦ à¤à¥à¤²à¥
+ belongs_to: लà¥à¤à¤
+ show:
+ title: 'बदलसà¤à¤: %{id}'
+ join_discussion: à¤à¤°à¥à¤à¥à¤¤ सहà¤à¤¾à¤à¥ हà¥à¤£à¥à¤¯à¤¾à¤¸à¤¾à¤ ॠसनà¥à¤à¤¦ पà¥à¤°à¤µà¥à¤¶ à¤à¤°à¤¾
+ changesetxml: बदलसà¤à¤ XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: à¤à¤¾à¤ ॠ(%{count})
+ nodes_paginated: à¤à¤¾à¤ ॠ(%{x}-%{y}, %{count} पà¥à¤à¥)
+ ways: मारà¥à¤ (%{count})
+ ways_paginated: मारà¥à¤ (%{x}-%{y}, %{count} पà¥à¤à¥)
+ relations: सà¤à¤¬à¤à¤§ (%{count})
+ relations_paginated: सà¤à¤¬à¤à¤§ (%{x}-%{y}, %{count} पà¥à¤à¥)
timeout:
sorry: à¤à¥à¤·à¤®à¤¾ à¤
सावà¥, à¤à¤ªà¤£ माà¤à¤¿à¤¤à¤²à¥à¤²à¥ बदलसà¤à¤à¤¾à¤à¥ यादॠमिळविणà¥à¤¯à¤¾à¤¸ फार वà¥à¤³ लाà¤à¤²à¤¾.
changeset_comments:
diff --git a/config/locales/ms.yml b/config/locales/ms.yml
index 7f6054720..a512e9ba6 100644
--- a/config/locales/ms.yml
+++ b/config/locales/ms.yml
@@ -270,8 +270,6 @@ ms:
destroy:
success: Akaun Terhapus.
browse:
- created: Tercipta
- closed: Tertutup
version: Versi
in_changeset: Set Ubah
anonymous: awanama
@@ -281,19 +279,6 @@ ms:
view_history: Lihat Sejarah
view_details: Lihat Butiran
location: 'Lokasi:'
- changeset:
- title: 'Set Ubah: %{id}'
- belongs_to: Pengarang
- node: Nod (%{count})
- node_paginated: Nod (%{x}-%{y} / %{count})
- way: Jalan (%{count})
- way_paginated: Jalan (%{x}-%{y} / %{count})
- relation: Hubungan (%{count})
- relation_paginated: Hubungan (%{x}-%{y} / %{count})
- changesetxml: XML Set Ubah
- osmchangexml: XML osmChange
- join_discussion: Daftar masuk untuk perbincangan
- discussion: Perbincangan
node:
title_html: 'Nod: %{name}'
history_title_html: 'Sejarah Nod: %{name}'
@@ -392,6 +377,22 @@ ms:
feed:
title: Set Ubah %{id}
title_comment: Set Ubah %{id} - %{comment}
+ created: Tercipta
+ closed: Tertutup
+ belongs_to: Pengarang
+ show:
+ title: 'Set Ubah: %{id}'
+ discussion: Perbincangan
+ join_discussion: Daftar masuk untuk perbincangan
+ changesetxml: XML Set Ubah
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Nod (%{count})
+ nodes_paginated: Nod (%{x}-%{y} / %{count})
+ ways: Jalan (%{count})
+ ways_paginated: Jalan (%{x}-%{y} / %{count})
+ relations: Hubungan (%{count})
+ relations_paginated: Hubungan (%{x}-%{y} / %{count})
timeout:
sorry: Maaf, senarai set perubahan yang anda minta mengambil masa yang terlalu
lama untuk diambil.
@@ -1399,11 +1400,6 @@ ms:
new password button: Set semula kata laluan
help_text: Isikan alamat e-mel yang anda gunakan untuk mendaftar. Kami akan
menge-melkan pautan untuk anda mengeset semula kata laluan anda.
- create:
- notice email on way: Kesiannya anda sudah terlupa kata laluan :-( tetapi kami
- akan menghantar satu pesanan e-mel untuk anda mengesetnya semula tidak lama
- lagi.
- notice email cannot find: Maaf, alamat e-mel itu tidak dapat dijumpai.
edit:
title: Set semula kata laluan
heading: Set Semula Kata Laluan untuk %{user}
diff --git a/config/locales/my.yml b/config/locales/my.yml
index 3cd4ae52b..1af177af9 100644
--- a/config/locales/my.yml
+++ b/config/locales/my.yml
@@ -136,18 +136,12 @@ my:
current email address: áááºáá¾á á¡á®á¸áá±á¸ááºááááºá
á¬
save changes button: áá¼á±á¬ááºá¸áá²áá¾á¯áá»á¬á¸ááᯠááááºá¸áááº
browse:
- created: áááºáá®á¸ááá¯ááºáááº
- closed: ááááºááá¯ááºáááº
version: áá¬á¸áá¾ááºá¸
anonymous: á¡áááºááá
no_comment: (áá¾ááºáá»áẠááá¾á)
view_history: áá¬ááááºáá¼áá·áºáááº
view_details: á¡áá±á¸á
ááẠáá¼áá·áºáááº
location: 'áááºáá±áá¬:'
- changeset:
- belongs_to: á
á¬áá±á¸áá°
- join_discussion: áá½á±á¸áá½á±á¸ááẠáá±á¬á·á¡ááºáááºáá«
- discussion: áá½á±á¸áá½á±á¸áá»ááº
relation:
members: á¡áá½á²á·áááºáá»á¬á¸
not_found:
@@ -178,6 +172,13 @@ my:
area: á§áááá¬
index:
load_more: ááá¯ááá¯áá±á«áºáá°áááº
+ feed:
+ created: áááºáá®á¸ááá¯ááºáááº
+ closed: ááááºááá¯ááºáááº
+ belongs_to: á
á¬áá±á¸áá°
+ show:
+ discussion: áá½á±á¸áá½á±á¸áá»ááº
+ join_discussion: áá½á±á¸áá½á±á¸ááẠáá±á¬á·á¡ááºáááºáá«
changeset_comments:
comment:
commented_at_by_html: '%{user} á %{when} á¡áá¼á¬á áá½ááºá¸áá¶áá²á·áááº'
diff --git a/config/locales/nb.yml b/config/locales/nb.yml
index 2ddd305c0..3021bf65d 100644
--- a/config/locales/nb.yml
+++ b/config/locales/nb.yml
@@ -317,8 +317,6 @@ nb:
destroy:
success: Kontoen er slettet.
browse:
- created: Opprettet
- closed: Lukket
version: Versjon
in_changeset: Endringssett
anonymous: anonym
@@ -334,21 +332,6 @@ nb:
view_history: Vis historikk
view_details: Vis detaljer
location: 'Posisjon:'
- changeset:
- title: 'Endringssett: %{id}'
- belongs_to: Forfatter
- node: Noder (%{count})
- node_paginated: Noder (%{x}-%{y} av %{count})
- way: Strekninger (%{count})
- way_paginated: Strekninger (%{x}-%{y} av %{count})
- relation: Forbindelser (%{count})
- relation_paginated: Forbindelser (%{x}-%{y} av %{count})
- changesetxml: XML for endringssett
- osmchangexml: osmChange-XML
- join_discussion: Logg inn for å delta i diskusjonen
- discussion: Diskusjon
- still_open: Endringssettet er fortsatt Ã¥pent â diskusjonen Ã¥pner nÃ¥r endringssettet
- er lukket.
node:
title_html: 'Node: %{name}'
history_title_html: 'Node-historikk: %{name}'
@@ -452,8 +435,26 @@ nb:
feed:
title: Endringssett %{id}
title_comment: 'Endringsforløp: %{id} - %{comment}'
+ created: Opprettet
+ closed: Lukket
+ belongs_to: Forfatter
no_such_entry:
heading: 'Ingen oppføring med ID-en: %{id}'
+ show:
+ title: 'Endringssett: %{id}'
+ discussion: Diskusjon
+ join_discussion: Logg inn for å delta i diskusjonen
+ still_open: Endringssettet er fortsatt Ã¥pent â diskusjonen Ã¥pner nÃ¥r endringssettet
+ er lukket.
+ changesetxml: XML for endringssett
+ osmchangexml: osmChange-XML
+ paging_nav:
+ nodes: Noder (%{count})
+ nodes_paginated: Noder (%{x}-%{y} av %{count})
+ ways: Strekninger (%{count})
+ ways_paginated: Strekninger (%{x}-%{y} av %{count})
+ relations: Forbindelser (%{count})
+ relations_paginated: Forbindelser (%{x}-%{y} av %{count})
timeout:
sorry: Listen over endringssett du ba om tok for lang tid å hente.
changeset_comments:
@@ -1608,10 +1609,6 @@ nb:
new password button: Nullstill passord
help_text: Skriv inn e-postadressen du brukte for å registrere deg, og vi vil
sende deg ei lenke som du kan bruke til å nullstille passordet ditt.
- create:
- notice email on way: Synd at du mistet det, men en e-post er på vei slik at
- du kan tilbakestille det snart.
- notice email cannot find: Klarte ikke finne den e-postadressen. Beklager.
edit:
title: Nullstill passord
heading: Nullstill passord for %{user}
diff --git a/config/locales/ne.yml b/config/locales/ne.yml
index 79f9b8674..5f7004ab2 100644
--- a/config/locales/ne.yml
+++ b/config/locales/ne.yml
@@ -150,8 +150,6 @@ ne:
Check your email for a note to confirm your new email address.
success: पà¥à¤°à¤¯à¥à¤à¤à¤°à¥à¤¤à¤¾à¤à¥ à¤à¤¾à¤¨à¤à¤¾à¤°à¥à¤¹à¤°à¥ सफलतापà¥à¤°à¥à¤µà¤ à¤
धà¥à¤¯à¤¾à¤µà¤§à¤¿à¤ à¤à¤°à¤¿à¤¯à¥à¥¤
browse:
- created: सà¥à¤à¤¨à¤¾ à¤à¤°à¤¿à¤à¤à¥
- closed: समापन à¤à¤à¤à¥
version: सà¤à¤¸à¥à¤à¤°à¤£
in_changeset: परिवरà¥à¤¨à¤¹à¤°à¥
anonymous: à¤
à¤à¥à¤à¤¾à¤¤
@@ -161,19 +159,6 @@ ne:
view_history: à¤à¤¤à¤¿à¤¹à¤¾à¤¸ हà¥à¤°à¥à¤¨à¥à¤¹à¥à¤¸à¥
view_details: बिसà¥à¤¤à¥à¤¤à¤®à¤¾ हà¥à¤°à¥à¤¨à¥à¤¹à¥à¤¸à¥
location: 'सà¥à¤¥à¤¾à¤¨:'
- changeset:
- title: 'परिवरà¥à¤¤à¤¨à¤¹à¤°à¥: %{id}'
- belongs_to: रà¤à¤¯à¤¿à¤¤à¤¾
- node: à¤
à¤à¤¶à¤¹à¤°à¥ (%{count})
- node_paginated: à¤
à¤à¤¶à¤¹à¤°à¥ (à¤à¤®à¥à¤®à¤¾ %{count} मधà¥à¤¯à¥à¤¬à¤¾à¤ %{x}-%{y})
- way: बाà¤à¥à¤¹à¤°à¥ (%{count})
- way_paginated: बाà¤à¥à¤¹à¤°à¥ (à¤à¤®à¥à¤®à¤¾ %{count} मधà¥à¤¯à¥à¤¬à¤¾à¤ %{x}-%{y})
- relation: समà¥à¤¬à¤¨à¥à¤§à¤¹à¤°à¥ (%{count})
- relation_paginated: समà¥à¤¬à¤¨à¥à¤§à¤¹à¤°à¥ (à¤à¤®à¥à¤®à¤¾ %{count} मधà¥à¤¯à¥à¤¬à¤¾à¤ %{x}-%{y})
- changesetxml: à¤à¥à¤¨à¥à¤à¤¸à¥à¤ XML
- osmchangexml: osmChange XML
- join_discussion: à¤à¤²à¤«à¤²à¤®à¤¾ à¤à¤¾à¤ लिन लठà¤à¤¨ à¤à¤°à¥à¤¨à¥à¤¹à¥à¤¸à¥
- discussion: à¤à¤²à¤«à¤²
node:
title_html: 'à¤
à¤à¤¶: %{name}'
history_title_html: 'à¤
à¤à¤¶à¤à¥ à¤à¤¤à¤¿à¤¹à¤¾à¤¸: %{name}'
@@ -271,6 +256,22 @@ ne:
feed:
title: 'परिवरà¥à¤¤à¤¨à¤¹à¤°à¥: %{id}'
title_comment: परिवरà¥à¤¤à¤¨à¤¹à¤°à¥ %{id} - %{comment}
+ created: सà¥à¤à¤¨à¤¾ à¤à¤°à¤¿à¤à¤à¥
+ closed: समापन à¤à¤à¤à¥
+ belongs_to: रà¤à¤¯à¤¿à¤¤à¤¾
+ show:
+ title: 'परिवरà¥à¤¤à¤¨à¤¹à¤°à¥: %{id}'
+ discussion: à¤à¤²à¤«à¤²
+ join_discussion: à¤à¤²à¤«à¤²à¤®à¤¾ à¤à¤¾à¤ लिन लठà¤à¤¨ à¤à¤°à¥à¤¨à¥à¤¹à¥à¤¸à¥
+ changesetxml: à¤à¥à¤¨à¥à¤à¤¸à¥à¤ XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: à¤
à¤à¤¶à¤¹à¤°à¥ (%{count})
+ nodes_paginated: à¤
à¤à¤¶à¤¹à¤°à¥ (à¤à¤®à¥à¤®à¤¾ %{count} मधà¥à¤¯à¥à¤¬à¤¾à¤ %{x}-%{y})
+ ways: बाà¤à¥à¤¹à¤°à¥ (%{count})
+ ways_paginated: बाà¤à¥à¤¹à¤°à¥ (à¤à¤®à¥à¤®à¤¾ %{count} मधà¥à¤¯à¥à¤¬à¤¾à¤ %{x}-%{y})
+ relations: समà¥à¤¬à¤¨à¥à¤§à¤¹à¤°à¥ (%{count})
+ relations_paginated: समà¥à¤¬à¤¨à¥à¤§à¤¹à¤°à¥ (à¤à¤®à¥à¤®à¤¾ %{count} मधà¥à¤¯à¥à¤¬à¤¾à¤ %{x}-%{y})
timeout:
sorry: माफ à¤à¤°à¥à¤¨à¥à¤¹à¥à¤²à¤¾, तपाà¤à¤à¤²à¥ à¤à¥à¤à¥à¤¨à¥à¤à¤à¤à¥ परिवरà¥à¤¤à¤¨à¤¹à¤°à¥à¤à¥ सà¥à¤à¥ पà¥à¤°à¤¾à¤ªà¥à¤¤ à¤à¤°à¥à¤¨ निà¤à¥
समय लाà¤à¥à¤¯à¥ ।
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index fdfb6a8ef..e9ac68cce 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -379,12 +379,6 @@ nl:
destroy:
success: Account verwijderd.
browse:
- created: Aangemaakt
- closed: Gesloten
- created_ago_html: Gemaakt %{time_ago}
- closed_ago_html: Gesloten %{time_ago}
- created_ago_by_html: '%{time_ago} gemaakt door %{user}'
- closed_ago_by_html: '%{time_ago} gesloten door %{user}'
deleted_ago_by_html: '%{time_ago} verwijderd door %{user}'
edited_ago_by_html: '%{time_ago} bewerkt door %{user}'
version: Versie
@@ -402,23 +396,6 @@ nl:
view_history: Geschiedenis weergeven
view_details: Details weergeven
location: 'Locatie:'
- changeset:
- title: 'Wijzigingenset: %{id}'
- belongs_to: Auteur
- node: Knooppunten (%{count})
- node_paginated: Knooppunten (%{x}-%{y} van %{count})
- way: Wegen (%{count})
- way_paginated: Wegen (%{x}-%{y} van %{count})
- relation: Relaties (%{count})
- relation_paginated: Relaties (%{x}-%{y} van %{count})
- hidden_comment_by_html: Verborgen reactie van %{user}, %{time_ago}
- comment_by_html: Reactie van %{user}, %{time_ago}
- changesetxml: Wijzigingenset-XML
- osmchangexml: osmChange-XML
- join_discussion: Meld u aan om mee te praten
- discussion: Overleg
- still_open: Wijzigingenset is nog open â overleg gaat open zodra de wijzigingenset
- wordt afgesloten.
node:
title_html: 'Knooppunt: %{name}'
history_title_html: 'Knooppuntgeschiedenis: %{name}'
@@ -538,6 +515,30 @@ nl:
feed:
title: Wijzigingenset %{id}
title_comment: Wijzigingenset %{id} - %{comment}
+ created: Aangemaakt
+ closed: Gesloten
+ belongs_to: Auteur
+ show:
+ title: 'Wijzigingenset: %{id}'
+ created_ago_html: Gemaakt %{time_ago}
+ closed_ago_html: Gesloten %{time_ago}
+ created_ago_by_html: '%{time_ago} gemaakt door %{user}'
+ closed_ago_by_html: '%{time_ago} gesloten door %{user}'
+ discussion: Overleg
+ join_discussion: Meld u aan om mee te praten
+ still_open: Wijzigingenset is nog open â overleg gaat open zodra de wijzigingenset
+ wordt afgesloten.
+ comment_by_html: Reactie van %{user}, %{time_ago}
+ hidden_comment_by_html: Verborgen reactie van %{user}, %{time_ago}
+ changesetxml: Wijzigingenset-XML
+ osmchangexml: osmChange-XML
+ paging_nav:
+ nodes: Knooppunten (%{count})
+ nodes_paginated: Knooppunten (%{x}-%{y} van %{count})
+ ways: Wegen (%{count})
+ ways_paginated: Wegen (%{x}-%{y} van %{count})
+ relations: Relaties (%{count})
+ relations_paginated: Relaties (%{x}-%{y} van %{count})
timeout:
sorry: Het oproepen van de lijst met wijzigingensets die u hebt opgevraagd duurde
te lang.
@@ -1901,10 +1902,6 @@ nl:
help_text: Voer het e-mailadres in dat u hebt opgegeven bij uw registratie.
We sturen u dan een webkoppeling die u kunt gebruiken om uw wachtwoord opnieuw
in te stellen.
- create:
- notice email on way: Spijtig om te horen dat u het vergeten bent, maar er is
- een e-mail onderweg zodat u uw wachtwoord opnieuw kunt instellen.
- notice email cannot find: Dat e-mailadres kon helaas niet worden gevonden.
edit:
title: Wachtwoord opnieuw instellen
heading: Wachtwoord voor %{user} opnieuw instellen
diff --git a/config/locales/nn.yml b/config/locales/nn.yml
index ef6732bec..f620fd5e0 100644
--- a/config/locales/nn.yml
+++ b/config/locales/nn.yml
@@ -296,12 +296,6 @@ nn:
destroy:
success: Kontoen er sletta.
browse:
- created: Oppretta
- closed: Attlaten
- created_ago_html: Oppretta %{time_ago}
- closed_ago_html: Lukka %{time_ago}
- created_ago_by_html: Oppretta %{time_ago} av %{user}
- closed_ago_by_html: Lukka %{time_ago} av %{user}
deleted_ago_by_html: Sletta %{time_ago} av %{user}
edited_ago_by_html: Redigert %{time_ago} av %{user}
version: 'Versjon:'
@@ -319,23 +313,6 @@ nn:
view_history: Vis historikk
view_details: Vis detaljar
location: 'Plassering:'
- changeset:
- title: Endringssett %{id}
- belongs_to: Skapar
- node: Punkt (%{count})
- node_paginated: Punkt (%{x}-%{y} av %{count})
- way: Strekningar (%{count})
- way_paginated: Strekningar (%{x}-%{y} av %{count})
- relation: Samhøve (%{count})
- relation_paginated: Samhøve (%{x}â%{y} av %{count})
- hidden_comment_by_html: Skylt kommentar frå %{user} %{time_ago}
- comment_by_html: Kommentar frå %{user} %{time_ago}
- changesetxml: XML for endringssett
- osmchangexml: osmChange XML
- join_discussion: Logg inn for å vere med i diskusjonen
- discussion: Ordskifte
- still_open: Endringssettet er framleis ope â det vert opna for diskusjon nÃ¥r
- endringssettet vert lukka.
node:
title_html: 'Punkt: %{name}'
history_title_html: 'Punkthistorikk: %{name}'
@@ -442,6 +419,30 @@ nn:
feed:
title: Endringssett %{id}
title_comment: 'Endringssett: %{id} - %{comment}'
+ created: Oppretta
+ closed: Attlaten
+ belongs_to: Skapar
+ show:
+ title: Endringssett %{id}
+ created_ago_html: Oppretta %{time_ago}
+ closed_ago_html: Lukka %{time_ago}
+ created_ago_by_html: Oppretta %{time_ago} av %{user}
+ closed_ago_by_html: Lukka %{time_ago} av %{user}
+ discussion: Ordskifte
+ join_discussion: Logg inn for å vere med i diskusjonen
+ still_open: Endringssettet er framleis ope â det vert opna for diskusjon nÃ¥r
+ endringssettet vert lukka.
+ comment_by_html: Kommentar frå %{user} %{time_ago}
+ hidden_comment_by_html: Skylt kommentar frå %{user} %{time_ago}
+ changesetxml: XML for endringssett
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Punkt (%{count})
+ nodes_paginated: Punkt (%{x}-%{y} av %{count})
+ ways: Strekningar (%{count})
+ ways_paginated: Strekningar (%{x}-%{y} av %{count})
+ relations: Samhøve (%{count})
+ relations_paginated: Samhøve (%{x}â%{y} av %{count})
timeout:
sorry: Lista over endringssett du ba om tok for lang tid å hente.
changeset_comments:
@@ -1726,10 +1727,6 @@ nn:
new password button: Nullstill passord
help_text: Skriv inn e-postadressa du brukte for å registrere deg, og me vil
sende deg ei lenkje som du kan bruke til å nullstille passordet ditt.
- create:
- notice email on way: Synd at du mista det, men ein e-post er på veg slik at
- du kan tilbakestille det snart.
- notice email cannot find: Klarte ikkje finne den e-postadressa. Beklagar.
edit:
title: Nullstill passord
heading: Nullstill passord for %{user}
diff --git a/config/locales/nqo.yml b/config/locales/nqo.yml
index e9ed1945f..b4a863563 100644
--- a/config/locales/nqo.yml
+++ b/config/locales/nqo.yml
@@ -278,12 +278,6 @@ nqo:
destroy:
success: ßß߬ßß߬ßß ßßßß« ßßß°ßßß«.
browse:
- created: ßßß²ßßߣßß²
- closed: ßßßß߲߯ߣßß²
- created_ago_html: ßßß²ßßߣß߲߫ ߦßß« %{time_ago}
- closed_ago_html: ßßßß߯ߣß߲߫ ߦßß« %{time_ago}
- created_ago_by_html: ßßß²ßßߣß߲߫ ߦßß« %{time_ago} %{user} ßßßß«
- closed_ago_by_html: ßßßß߲߯ߣß߲߫ ߦßß« %{time_ago} ßßß« %{user} ßßßß«
deleted_ago_by_html: ßßß°ßß߬ߣß߲߬ ߦßß« %{time_ago} ßß߬ ßßß« %{user} ßßßß«
edited_ago_by_html: ß¡ßßßß߬ߡß߲߬ߣß߲߬ ߦßß« %{time_ago} ßß߬ ßßß« %{user} ßßßß«
version: ߦßßß¡ß
@@ -295,23 +289,6 @@ nqo:
view_history: ßß߬ßß ßßßßß«
view_details: ßßßßß²ßß߯ßßß ßßßßß«
location: ßß߲߬ßßßß
- changeset:
- title: 'ßß߬ßßß²ß¬ß ßß² ß¡ß߬ßß߬ßßß²ß¬ß ßß²: %{id}'
- belongs_to: ßßßߦßß
- node: ߥßßßß²ßßß² %{count}
- node_paginated: ߥßßßß²ßßß² %{x}-%{y} ߦßß« %{count}
- way: ßßßß (%{count})
- way_paginated: ßßßß (%{x}-%{y} ߦßß« %{count})
- relation: ßßßßß¯ß¦ß (%{count})
- relation_paginated: ßßßßß¯ß¦ß (%{x}-%{y} %{count})
- hidden_comment_by_html: ßß߲߬ßßß¡ß ß¥ß£ß߬ßß߬ߣß߲߬ ߦßß« %{user} ß¡ß߬ %{time_ago} ßßß«
- comment_by_html: ßß߲߬ßßß¡ß ßß߬ ßßßß« %{user} ßßß« %{time_ago} ß¡ß߬
- changesetxml: XML ßß߬ßßß²ß¬ß ßß² ß¡ßßß߬ßß߲߫
- osmchangexml: ß.ß.ß¡ ß¡ßß߬ßßß²ß¬ß ßß² XML
- join_discussion: ß ßß߲߬ßß߲߫ ßß߬ ßßß߬ ß¡ßßߣß߲߫ ߦßßß ßßß«
- discussion: ßßßßßßߥß
- still_open: ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ß ßßß߬ßß߬ߣßß² ß ß߬ ßßßß߬ߣß߲߫ ߦßß« ß¡ßߣß߲߬ - ßßßßßßߥß
- ßßß« ßßߦßß߬ ߣßß« ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ß ßßß߬ßß߬ߣßß² ß ß߬ ßß߯ ßßß« ßßß¬ß¡ß ß¡ßß² ß ßß«.
node:
title_html: 'ߥßßßß²ßßß²: %{name}'
history_title_html: 'ߥßßßß²ßßß² ßß߬ßß: %{name}'
@@ -409,6 +386,30 @@ nqo:
feed:
title: ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ßßß %{id}
title_comment: ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ßßß %{id} - %{comment}
+ created: ßßß²ßßߣßß²
+ closed: ßßßß߲߯ߣßß²
+ belongs_to: ßßßߦßß
+ show:
+ title: 'ßß߬ßßß²ß¬ß ßß² ß¡ß߬ßß߬ßßß²ß¬ß ßß²: %{id}'
+ created_ago_html: ßßß²ßßߣß߲߫ ߦßß« %{time_ago}
+ closed_ago_html: ßßßß߯ߣß߲߫ ߦßß« %{time_ago}
+ created_ago_by_html: ßßß²ßßߣß߲߫ ߦßß« %{time_ago} %{user} ßßßß«
+ closed_ago_by_html: ßßßß߲߯ߣß߲߫ ߦßß« %{time_ago} ßßß« %{user} ßßßß«
+ discussion: ßßßßßßߥß
+ join_discussion: ß ßß߲߬ßß߲߫ ßß߬ ßßß߬ ß¡ßßߣß߲߫ ߦßßß ßßß«
+ still_open: ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ß ßßß߬ßß߬ߣßß² ß ß߬ ßßßß߬ߣß߲߫ ߦßß« ß¡ßߣß߲߬ - ßßßßßßߥß
+ ßßß« ßßߦßß߬ ߣßß« ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ß ßßß߬ßß߬ߣßß² ß ß߬ ßß߯ ßßß« ßßß¬ß¡ß ß¡ßß² ß ßß«.
+ comment_by_html: ßß߲߬ßßß¡ß ßß߬ ßßßß« %{user} ßßß« %{time_ago} ß¡ß߬
+ hidden_comment_by_html: ßß߲߬ßßß¡ß ß¥ß£ß߬ßß߬ߣß߲߬ ߦßß« %{user} ß¡ß߬ %{time_ago} ßßß«
+ changesetxml: XML ßß߬ßßß²ß¬ß ßß² ß¡ßßß߬ßß߲߫
+ osmchangexml: ß.ß.ß¡ ß¡ßß߬ßßß²ß¬ß ßß² XML
+ paging_nav:
+ nodes: ߥßßßß²ßßß² %{count}
+ nodes_paginated: ߥßßßß²ßßß² %{x}-%{y} ߦßß« %{count}
+ ways: ßßßß (%{count})
+ ways_paginated: ßßßß (%{x}-%{y} ߦßß« %{count})
+ relations: ßßßßß¯ß¦ß (%{count})
+ relations_paginated: ßßßßß¯ß¦ß (%{x}-%{y} %{count})
timeout:
sorry: ߤßßß߬ßß߫߸ ß¡ß߬ߦßß߬ߡßß²ß¬ß ß߲߬ ß ßßß߬ßß߬ߣßß² ßßßßß ß¡ßß² ß¡ßߢßߣßß² ß¦ß´ß ßßß« ß ßßß߫߸
ß߬ ßßßß« ߥßß߬ ßß߲߬ßß ßß߬ ßßµß߬ ß¡ßßß߬ßßß² ßßß«.
@@ -1296,10 +1297,6 @@ nqo:
new password button: ßß߬ߡß߲߬ßßß² ß¡ßߦßß߬ߡß߲߬
help_text: ߢ:ßßß²ßß ßßßß߲߬ ß ßß߬ ß¡ßß² ß ßßß߯ßßß« ßßµß ßß߲߬ßß߲߫߸ ßß² ßßß« ßßß߬ßßß² ßß´ß
ß¡ßµß߬ ßßß« ß ßß´ß߬ ßßßß߯ßßß« ßßµß ßßß« ßß߬ߡß߲߬ßßß² ß¡ßߦßß߬ߡß߲߫.
- create:
- notice email on way: ߤßßß߬ßßß« ß ßßßß« ßßߣߵß߬ ßßß«:-(ß߬ßß߬ ßßßßß ßßß« ߦߴß߬ ßߣßß«
- ß߬ ßßß« ß ßßß« ßß´ß߬ ß¡ßߦßß߬ߡß߲߫ ß ßß« ßßߣßß«.
- notice email cannot find: ߢ:ßßß²ßß ßß߲߬ßß߬ßßß® ß߬ ßß´ßßß« ߢßߣß߲߫ ß ß߫߸ ߤßßß߬ßßß«.
edit:
title: ßß߬ߡß߲߬ßßß² ß¡ßߦßß߬ߡß߲߬
heading: ßß߬ߡß߲߬ßßß² ß¡ßߦßß߬ߡß߲߫ %{user} ߦßß«
diff --git a/config/locales/oc.yml b/config/locales/oc.yml
index d1ff013c1..075cd3bcd 100644
--- a/config/locales/oc.yml
+++ b/config/locales/oc.yml
@@ -314,8 +314,6 @@ oc:
destroy:
success: Còmpte suprimit...
browse:
- created: Creat
- closed: Plegat
version: Version
in_changeset: Grop de modificacions
anonymous: anonim
@@ -331,21 +329,6 @@ oc:
view_history: Mostrar lâistoric
view_details: Mostrar lei detalhs
location: 'Emplaçament :'
- changeset:
- title: 'Grop de modificacions : %{id}'
- belongs_to: Autor
- node: Nos (%{count})
- node_paginated: Nos (%{x} a %{y} sus %{count})
- way: Linha (%{count})
- way_paginated: Linhas (%{x} a %{y} sus %{count})
- relation: Relacions (%{count})
- relation_paginated: Relacions (%{x} a %{y} sus %{count})
- changesetxml: Grop de modificacions XML
- osmchangexml: osmChange XML
- join_discussion: Se connectar per rejónher la discussion
- discussion: Discussion
- still_open: Ensemble de modificacions totjorn dobèrt â la discussion se dobrirÃ
- un còp que lâensemble de modificacions serà plegat.
node:
title_html: 'Nos : %{name}'
history_title_html: 'Istoric dau nos : %{name}'
@@ -453,6 +436,24 @@ oc:
feed:
title: Grop de modificacions %{id}
title_comment: Grop de modificacions %{id} â %{comment}
+ created: Creat
+ closed: Plegat
+ belongs_to: Autor
+ show:
+ title: 'Grop de modificacions : %{id}'
+ discussion: Discussion
+ join_discussion: Se connectar per rejónher la discussion
+ still_open: Ensemble de modificacions totjorn dobèrt â la discussion se dobrirÃ
+ un còp que lâensemble de modificacions serà plegat.
+ changesetxml: Grop de modificacions XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Nos (%{count})
+ nodes_paginated: Nos (%{x} a %{y} sus %{count})
+ ways: Linha (%{count})
+ ways_paginated: Linhas (%{x} a %{y} sus %{count})
+ relations: Relacions (%{count})
+ relations_paginated: Relacions (%{x} a %{y} sus %{count})
timeout:
sorry: O planhèm, la lista deis gropes de modificacions qu'avètz demandada met
tròp de temps per èsser recuperada.
@@ -1734,10 +1735,6 @@ oc:
heading: Avètz perdut vòstre senhal ?
email address: 'Adreça de corrièr electronic :'
new password button: Mandar un senhal novèl
- create:
- notice email on way: Un e-mail vos es estat mandat per reïnicializar vòstre
- senhal.
- notice email cannot find: Adreça email introbabla, o planhèm.
edit:
title: Reïnicializar lo senhal
heading: Reïnicializar lo senhal de %{user}
diff --git a/config/locales/pa.yml b/config/locales/pa.yml
index de583cce9..2c779fc47 100644
--- a/config/locales/pa.yml
+++ b/config/locales/pa.yml
@@ -157,8 +157,6 @@ pa:
go_public:
make_edits_public_button: ਮà©à¨°à©à¨à¨ ਸਾਰà©à¨à¨ ਸà©à¨§à¨¾à¨ à¨à¨¨à¨¤à¨ à¨à¨°à©
browse:
- created: ਬਣਾà¨à¨ à¨à¨¿à¨
- closed: ਬੰਦ ਹà©à¨à¨
version: ਵਰà¨à¨¨
in_changeset: ਤਬਦà©à¨²à©à¨à¨
anonymous: ਬà©à¨ªà¨à¨¾à¨£
@@ -168,11 +166,6 @@ pa:
view_history: à¨
ਤà©à¨¤ ਵà©à¨à©
view_details: ਵà©à¨°à¨µà© ਵà©à¨à©
location: 'ਸਥਿਤà©:'
- changeset:
- title: 'ਤਬਦà©à¨²à© ਲà©à©: %{id}'
- belongs_to: ਲà©à¨à¨
- changesetxml: ਤਬਦà©à¨²à© ਲà©à© XML
- discussion: à¨à¨°à¨à¨¾
relation:
members: à¨à©à¨
relation_member:
@@ -226,6 +219,13 @@ pa:
feed:
title: ਤਬਦà©à¨²à© ਲà©à© %{id}
title_comment: ਤਬਦà©à¨²à© ਲà©à© %{id} - %{comment}
+ created: ਬਣਾà¨à¨ à¨à¨¿à¨
+ closed: ਬੰਦ ਹà©à¨à¨
+ belongs_to: ਲà©à¨à¨
+ show:
+ title: 'ਤਬਦà©à¨²à© ਲà©à©: %{id}'
+ discussion: à¨à¨°à¨à¨¾
+ changesetxml: ਤਬਦà©à¨²à© ਲà©à© XML
dashboards:
contact:
km away: '%{count}à¨à¨¿.ਮà©. ਪਰà©à¨¹à¨¾à¨'
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 9c36ded2e..4033be4f0 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -406,12 +406,6 @@ pl:
destroy:
success: Konto zostaÅo usuniÄte.
browse:
- created: Utworzone
- closed: ZamkniÄte
- created_ago_html: Utworzone %{time_ago}
- closed_ago_html: ZamkniÄte %{time_ago}
- created_ago_by_html: Utworzone %{time_ago} przez %{user}
- closed_ago_by_html: ZamkniÄte %{time_ago} przez %{user}
deleted_ago_by_html: UsuniÄte %{time_ago} przez %{user}
edited_ago_by_html: Edytowane %{time_ago} przez %{user}
version: Wersja
@@ -433,23 +427,6 @@ pl:
view_history: WyÅwietl historiÄ
view_details: WyÅwietl szczegóÅy
location: 'PoÅożenie:'
- changeset:
- title: 'Zestaw zmian: %{id}'
- belongs_to: Autor
- node: WÄzÅy (%{count})
- node_paginated: WÄzÅy (%{x}-%{y} z %{count})
- way: Linie (%{count})
- way_paginated: Linie (%{x}-%{y} z %{count})
- relation: Relacje (%{count})
- relation_paginated: Relacje (%{x}-%{y} z %{count})
- hidden_comment_by_html: Ukryty komentarz od użytkownika %{user} %{time_ago}
- comment_by_html: Komentarz od %{user} %{time_ago}
- changesetxml: XML w formacie zestawu zmian
- osmchangexml: XML w formacie osmChange
- join_discussion: Zaloguj siÄ, aby doÅÄ
czyÄ do dyskusji
- discussion: Dyskusja
- still_open: Zestaw zmian jest wciÄ
ż otwarty â dyskusja bÄdzie możliwa, gdy zostanie
- on zamkniÄty.
node:
title_html: 'WÄzeÅ: %{name}'
history_title_html: 'Historia wÄzÅa: %{name}'
@@ -562,6 +539,32 @@ pl:
feed:
title: Zestaw zmian %{id}
title_comment: Zestaw zmian %{id} - %{comment}
+ created: Utworzone
+ closed: ZamkniÄte
+ belongs_to: Autor
+ heading:
+ title: Zestaw zmian %{id}
+ show:
+ title: 'Zestaw zmian: %{id}'
+ created_ago_html: Utworzone %{time_ago}
+ closed_ago_html: ZamkniÄte %{time_ago}
+ created_ago_by_html: Utworzone %{time_ago} przez %{user}
+ closed_ago_by_html: ZamkniÄte %{time_ago} przez %{user}
+ discussion: Dyskusja
+ join_discussion: Zaloguj siÄ, aby doÅÄ
czyÄ do dyskusji
+ still_open: Zestaw zmian jest wciÄ
ż otwarty â dyskusja bÄdzie możliwa, gdy zostanie
+ on zamkniÄty.
+ comment_by_html: Komentarz od %{user} %{time_ago}
+ hidden_comment_by_html: Ukryty komentarz od użytkownika %{user} %{time_ago}
+ changesetxml: XML w formacie zestawu zmian
+ osmchangexml: XML w formacie osmChange
+ paging_nav:
+ nodes: WÄzÅy (%{count})
+ nodes_paginated: WÄzÅy (%{x}-%{y} z %{count})
+ ways: Linie (%{count})
+ ways_paginated: Linie (%{x}-%{y} z %{count})
+ relations: Relacje (%{count})
+ relations_paginated: Relacje (%{x}-%{y} z %{count})
timeout:
sorry: Niestety, pobieranie listy żÄ
danych zestawów zmian trwaÅo zbyt dÅugo.
changeset_comments:
@@ -624,6 +627,7 @@ pl:
show:
title: Dziennik użytkownika %{user} | %{title}
user_title: Dziennik użytkownika %{user}
+ discussion: Dyskusja
leave_a_comment: Zostaw komentarz
login_to_leave_a_comment_html: '%{login_link}, aby dodaÄ komentarz'
login: Zaloguj siÄ
@@ -1905,10 +1909,6 @@ pl:
new password button: WyczyÅÄ hasÅo
help_text: ProszÄ wprowadziÄ adres e-mail używany do logowania. Zostanie wysÅany
na niego odnoÅnik sÅużÄ
cy do wyczyszczenia hasÅa.
- create:
- notice email on way: Przykro nam z powodu utraty hasÅa. WiadomoÅÄ, która umożliwi
- jego wyczyszczenie, jest już w drodze.
- notice email cannot find: Niestety, nie odnaleziono tego adresu e-mail.
edit:
title: WyczyÅÄ hasÅo
heading: Czyszczenie hasÅa użytkownika %{user}
diff --git a/config/locales/pnb.yml b/config/locales/pnb.yml
index b429a70a1..7e545358a 100644
--- a/config/locales/pnb.yml
+++ b/config/locales/pnb.yml
@@ -276,8 +276,6 @@ pnb:
destroy:
success: Ú©Ú¾Ø§ØªÛ Ù
ٹاÛاÛ
browse:
- created: 'بݨاؤݨ:'
- closed: 'بÙد کرÙ:'
version: ÙرÚÙ
in_changeset: تبدÛÙÛاں
anonymous: Ø¨Û Ù¾Úاݨ
@@ -295,19 +293,6 @@ pnb:
location: 'ستھتÛ:'
common_details:
coordinates_html: '%{latitude}; %{longitude}'
- changeset:
- title: 'تبدÛÙÛاں: %{id}'
- belongs_to: ÙÛÚ©Ú¾Ú©
- node: ÙÙÚ (â %{count}â )
- node_paginated: ÙÙÚ (â %{count} ÙÚ %{x} تÙں %{y}â )
- way: Ø±Ø§Û (â %{count}â )
- way_paginated: Ø±Ø§Û (â %{count} ÙÚ %{x} تÙں %{y}â )
- relation: سÙ
بÙدھ (â %{count}â )
- relation_paginated: سÙ
بÙدھ (â %{count} ÙÚ %{x} تÙں %{y}â )
- changesetxml: تبدÛÙÛاں ÙØ¦Û Ø³Ø±Ùت Ø¯Û ÙائÙ
- osmchangexml: تبدÛÙÛاں ÙØ¦Û Ø³Ø±Ùت Ø¯Û Ùائ٠ÙارÙ
اٹ
- join_discussion: اÛÛÛ Ú¯Ù Ø¨Ø§Øª جÙÚÙ ÙØ¦Û ØªØ³ÛÚº ÙÙÚ¯âاÛ٠کر سکدÛÙ
- discussion: گ٠بات
node:
title_html: 'ÙÙÚ: %{name}'
history_title_html: 'ÙÙÚ Ø¯Ø§ اتÛت: %{name}'
@@ -409,6 +394,22 @@ pnb:
feed:
title: 'تبدÛÙÛاں: %{id}'
title_comment: تبدÛÙÛاں ÙÙ
بر %{id} ⢠%{comment}
+ created: 'بݨاؤݨ:'
+ closed: 'بÙد کرÙ:'
+ belongs_to: ÙÛÚ©Ú¾Ú©
+ show:
+ title: 'تبدÛÙÛاں: %{id}'
+ discussion: گ٠بات
+ join_discussion: اÛÛÛ Ú¯Ù Ø¨Ø§Øª جÙÚÙ ÙØ¦Û ØªØ³ÛÚº ÙÙÚ¯âاÛ٠کر سکدÛÙ
+ changesetxml: تبدÛÙÛاں ÙØ¦Û Ø³Ø±Ùت Ø¯Û ÙائÙ
+ osmchangexml: تبدÛÙÛاں ÙØ¦Û Ø³Ø±Ùت Ø¯Û Ùائ٠ÙارÙ
اٹ
+ paging_nav:
+ nodes: ÙÙÚ (â %{count}â )
+ nodes_paginated: ÙÙÚ (â %{count} ÙÚ %{x} تÙں %{y}â )
+ ways: Ø±Ø§Û (â %{count}â )
+ ways_paginated: Ø±Ø§Û (â %{count} ÙÚ %{x} تÙں %{y}â )
+ relations: سÙ
بÙدھ (â %{count}â )
+ relations_paginated: سÙ
بÙدھ (â %{count} ÙÚ %{x} تÙں %{y}â )
timeout:
sorry: اÙسÙØ³Ø ØªØ¨Ø¯ÛÙÛاں دÛاں ÙÚÛاں ÙÛÛÚº Ùبھ سکÛØ§ÚºØ Ù¹Ø§Ø¦Ù
آؤٹ ÛÙÚ¯Ûا سÛÛ
changeset_comments:
@@ -1394,9 +1395,6 @@ pnb:
email address: 'اÛâÙ
Û٠پتÛ:'
new password button: پاسâÙØ±Ú ÙÛر بݨاÛÙ
help_text: تÛاÚÛ Ø§ÛâÙ
Û٠دا Ù¾ØªÛ Ø¬Ù Ù¾Ø§Ø³âÙØ±Ú ÙÛر بݨاؤݨ Ø¯Û Ú©ÚÛ Ø¨Ú¾Ûج سکاںâÚ¯Û Ø§ÛÛ
- create:
- notice email on way: اÚÚ¾Ø§Ø Ø§ÛâÙ
ÛÙ ØªÛ Ù
دد Ø¯Û Ú©ÚÛ Ø¨Ú¾ÛجاںâÚ¯Û Ø§Û
- notice email cannot find: اÙسÙØ³Ø Ø§ÙÛ Ø§ÛâÙ
Û٠دا Ù¾ØªÛ ÙÛÛÚº Ùبھ سکÛا
edit:
title: پاسâÙØ±Ú ÙÛر بݨاÛÙ
reset: پاسâÙØ±Ú ÙÛر بݨاÛÙ
diff --git a/config/locales/ps.yml b/config/locales/ps.yml
index a118d65ed..279640846 100644
--- a/config/locales/ps.yml
+++ b/config/locales/ps.yml
@@ -94,8 +94,6 @@ ps:
link text: دا Ú
٠دÛØ
save changes button: بدÙÙÙÙÙÙ Ø®ÙÙد٠کÙÙ
browse:
- created: جÙÚ Ø´Ù
- closed: تÚÙ Ø´ÙÛ
relation:
members: غÚÙ
relation_member:
@@ -120,6 +118,10 @@ ps:
user: کارÙ
comment: تبصرÙ
area: سÙÙ
Ù
+ index:
+ feed:
+ created: جÙÚ Ø´Ù
+ closed: تÚÙ Ø´ÙÛ
dashboards:
popup:
friend: Ù
ÙگرÛ
diff --git a/config/locales/pt-PT.yml b/config/locales/pt-PT.yml
index b7c94fe4a..48b3164a1 100644
--- a/config/locales/pt-PT.yml
+++ b/config/locales/pt-PT.yml
@@ -361,12 +361,6 @@ pt-PT:
destroy:
success: Conta apagada.
browse:
- created: Criado
- closed: Fechado
- created_ago_html: Criado há %{time_ago}
- closed_ago_html: Fechado há %{time_ago}
- created_ago_by_html: Criado há %{time_ago} por %{user}
- closed_ago_by_html: Fechado há %{time_ago} por %{user}
deleted_ago_by_html: Eliminado há %{time_ago} por %{user}
edited_ago_by_html: Editado há %{time_ago} por %{user}
version: Versão
@@ -384,23 +378,6 @@ pt-PT:
view_history: Ver histórico
view_details: Ver detalhes
location: 'Localização:'
- changeset:
- title: 'Conjunto de alterações: %{id}'
- belongs_to: Autor
- node: Nós (%{count})
- node_paginated: Nós (%{x}-%{y} of %{count})
- way: Linhas (%{count})
- way_paginated: Linhas (%{x}-%{y} de %{count})
- relation: Relações (%{count})
- relation_paginated: Relações (%{x}-%{y} of %{count})
- hidden_comment_by_html: Comentário ocultado por %{user} há %{time_ago}
- comment_by_html: Comentário de %{user} há %{time_ago}
- changesetxml: XML do conjunto de alterações
- osmchangexml: XML no formato osmChange
- join_discussion: Inicia sessão para te juntares à discussão
- discussion: Discussão
- still_open: O conjunto de alterações continua aberto. A discussão será iniciada
- assim que o conjunto de alterações for fechado.
node:
title_html: 'Nó: %{name}'
history_title_html: 'Histórico do Nó: %{name}'
@@ -511,6 +488,30 @@ pt-PT:
feed:
title: Conjunto de alterações %{id}
title_comment: Conjunto de alterações %{id} - %{comment}
+ created: Criado
+ closed: Fechado
+ belongs_to: Autor
+ show:
+ title: 'Conjunto de alterações: %{id}'
+ created_ago_html: Criado há %{time_ago}
+ closed_ago_html: Fechado há %{time_ago}
+ created_ago_by_html: Criado há %{time_ago} por %{user}
+ closed_ago_by_html: Fechado há %{time_ago} por %{user}
+ discussion: Discussão
+ join_discussion: Inicia sessão para te juntares à discussão
+ still_open: O conjunto de alterações continua aberto. A discussão será iniciada
+ assim que o conjunto de alterações for fechado.
+ comment_by_html: Comentário de %{user} há %{time_ago}
+ hidden_comment_by_html: Comentário ocultado por %{user} há %{time_ago}
+ changesetxml: XML do conjunto de alterações
+ osmchangexml: XML no formato osmChange
+ paging_nav:
+ nodes: Nós (%{count})
+ nodes_paginated: Nós (%{x}-%{y} of %{count})
+ ways: Linhas (%{count})
+ ways_paginated: Linhas (%{x}-%{y} de %{count})
+ relations: Relações (%{count})
+ relations_paginated: Relações (%{x}-%{y} of %{count})
timeout:
sorry: Lamentamos, mas a lista de conjuntos de alterações que pediste excedeu
o tempo limite de resposta.
@@ -1882,11 +1883,6 @@ pt-PT:
new password button: Repor palavra-passe
help_text: Introduz o endereço de correio eletrónico que usaste para criar a
conta. Enviar-te-emos uma ligação que poderás usar para repor a palavra-passe.
- create:
- notice email on way: Lamentamos que a tenhas perdido :-( mas já te enviámos
- um e-mail para que possas repô-la em breve.
- notice email cannot find: Lamentamos, mas não foi possÃvel encontrar esse endereço
- eletrónico.
edit:
title: Repor palavra-passe
heading: Repor palavra-passe para %{user}
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 252d8f668..839256b19 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -264,9 +264,6 @@ pt:
x_years:
one: há %{count} ano
other: há %{count} anos
- printable_name:
- version: v%{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: Padrão (atualmente %{name})
id:
@@ -383,12 +380,6 @@ pt:
destroy:
success: Conta eliminada.
browse:
- created: Criado
- closed: Fechado
- created_ago_html: Criado há %{time_ago}
- closed_ago_html: Fechado %{time_ago}
- created_ago_by_html: Criado há %{time_ago} por %{user}
- closed_ago_by_html: Fechado %{time_ago} por %{user}
deleted_ago_by_html: ExcluÃdo há %{time_ago} por %{user}
edited_ago_by_html: Editado há %{time_ago} por %{user}
version: Versão
@@ -406,23 +397,6 @@ pt:
view_history: Ver histórico
view_details: Ver detalhes
location: 'Localização:'
- changeset:
- title: 'Conjunto de alterações: %{id}'
- belongs_to: Autor
- node: Pontos (%{count})
- node_paginated: Pontos (%{x}-%{y} de %{count})
- way: Linhas (%{count})
- way_paginated: Linhas (%{x}-%{y} de %{count})
- relation: Relações (%{count})
- relation_paginated: Relações (%{x}-%{y} de %{count})
- hidden_comment_by_html: Comentário ocultado por %{user} há %{time_ago}
- comment_by_html: Comentário de %{user} há %{time_ago}
- changesetxml: XML do conjunto de alterações
- osmchangexml: XML osmChange
- join_discussion: Entrar para participar da discussão
- discussion: Discussão
- still_open: O conjunto de alterações continua em aberto - A discussão será iniciada
- assim que for fechado o conjunto de alterações.
node:
title_html: 'Ponto: %{name}'
history_title_html: 'Histórico do ponto: %{name}'
@@ -530,6 +504,30 @@ pt:
feed:
title: Conjunto de alterações %{id}
title_comment: Conjunto de alterações %{id} - %{comment}
+ created: Criado
+ closed: Fechado
+ belongs_to: Autor
+ show:
+ title: 'Conjunto de alterações: %{id}'
+ created_ago_html: Criado há %{time_ago}
+ closed_ago_html: Fechado %{time_ago}
+ created_ago_by_html: Criado há %{time_ago} por %{user}
+ closed_ago_by_html: Fechado %{time_ago} por %{user}
+ discussion: Discussão
+ join_discussion: Entrar para participar da discussão
+ still_open: O conjunto de alterações continua em aberto - A discussão será iniciada
+ assim que for fechado o conjunto de alterações.
+ comment_by_html: Comentário de %{user} há %{time_ago}
+ hidden_comment_by_html: Comentário ocultado por %{user} há %{time_ago}
+ changesetxml: XML do conjunto de alterações
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Pontos (%{count})
+ nodes_paginated: Pontos (%{x}-%{y} de %{count})
+ ways: Linhas (%{count})
+ ways_paginated: Linhas (%{x}-%{y} de %{count})
+ relations: Relações (%{count})
+ relations_paginated: Relações (%{x}-%{y} de %{count})
timeout:
sorry: A lista de conjuntos de alterações solicitada está demorando demais para
chegar.
@@ -1896,10 +1894,6 @@ pt:
new password button: Redefinir senha
help_text: Digite o endereço de e-mail que você usou para se conectar e enviaremos
um link que você poderá usar para redefinir a sua senha.
- create:
- notice email on way: Um e-mail foi enviado para que você possa escolher outra
- senha.
- notice email cannot find: Não foi possÃvel encontrar esse endereço de e-mail.
edit:
title: Redefinir senha
heading: Redefinir Senha de %{user}
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index a99bce959..5e2d5e548 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -345,12 +345,6 @@ ro:
destroy:
success: Contul Este Èters.
browse:
- created: Creat
- closed: Ãnchis
- created_ago_html: Creat %{time_ago}
- closed_ago_html: Ãnchis %{time_ago}
- created_ago_by_html: Creat %{time_ago} de %{user}
- closed_ago_by_html: Ãnchis %{time_ago} de cÄtre %{user}
deleted_ago_by_html: Èters %{time_ago} de %{user}
edited_ago_by_html: Editat %{time_ago} de %{user}
version: Versiune
@@ -370,23 +364,6 @@ ro:
view_history: Vezi istoric
view_details: Vezi detalii
location: 'Amplasament:'
- changeset:
- title: 'Set de modificÄri: %{id}'
- belongs_to: Autor
- node: Noduri (%{count})
- node_paginated: Noduri (%{x}-%{y} din %{count})
- way: CÄi (%{count})
- way_paginated: CÄi (%{x}-%{y} din %{count})
- relation: ComunicaÈii (%{count})
- relation_paginated: ComunicaÈii (%{x}-%{y} din %{count})
- hidden_comment_by_html: Comentariu ascuns de la %{user} %{time_ago}
- comment_by_html: Comentariu de la %{user} %{time_ago}
- changesetxml: Set de modificÄri XML
- osmchangexml: XML osmChange
- join_discussion: ConectaÈi-vÄ pentru a vÄ alÄtura discuÈiei
- discussion: DiscuÈie
- still_open: Setul de schimbÄri este deschis - discuÈia se va deschide atunci
- când setul de schimbÄri este închis.
node:
title_html: 'Nod: %{name}'
history_title_html: 'Istoricul nodului: %{name}'
@@ -498,6 +475,30 @@ ro:
feed:
title: 'Set de modificÄri: %{id}'
title_comment: Set de modificÄri %{id} â %{comment}
+ created: Creat
+ closed: Ãnchis
+ belongs_to: Autor
+ show:
+ title: 'Set de modificÄri: %{id}'
+ created_ago_html: Creat %{time_ago}
+ closed_ago_html: Ãnchis %{time_ago}
+ created_ago_by_html: Creat %{time_ago} de %{user}
+ closed_ago_by_html: Ãnchis %{time_ago} de cÄtre %{user}
+ discussion: DiscuÈie
+ join_discussion: ConectaÈi-vÄ pentru a vÄ alÄtura discuÈiei
+ still_open: Setul de schimbÄri este deschis - discuÈia se va deschide atunci
+ când setul de schimbÄri este închis.
+ comment_by_html: Comentariu de la %{user} %{time_ago}
+ hidden_comment_by_html: Comentariu ascuns de la %{user} %{time_ago}
+ changesetxml: Set de modificÄri XML
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Noduri (%{count})
+ nodes_paginated: Noduri (%{x}-%{y} din %{count})
+ ways: CÄi (%{count})
+ ways_paginated: CÄi (%{x}-%{y} din %{count})
+ relations: ComunicaÈii (%{count})
+ relations_paginated: ComunicaÈii (%{x}-%{y} din %{count})
timeout:
sorry: Ne pare rÄu, preluarea listei de modificÄri pe care aÈi solicitat-o a
durat prea mult.
@@ -1850,10 +1851,6 @@ ro:
new password button: Resetare parolÄ
help_text: IntroduceÈi adresa de e-mail pe care aÈi utilizat-o pentru a vÄ Ã®nscrie,
vom trimite un link la aceasta pe care îl puteÈi utiliza pentru a reseta parola.
- create:
- notice email on way: Ne pare rÄu cÄ aÈi pierdut-o :-( dar un e-mail este pe
- drum, astfel încât sÄ puteÈi sÄ-l resetaÈi în curând.
- notice email cannot find: Nu am putut gÄsi adresa de e-mail, îmi pare rÄu.
edit:
title: Resetare parolÄ
heading: ResetaÈi parola pentru %{user}
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index d22c9bbf1..4f8c413ee 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -423,11 +423,6 @@ ru:
destroy:
success: УÑÑÑÐ½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑ Ñдалена.
browse:
- created: Создано
- closed: ÐакÑÑÑо
- created_ago_html: Создано %{time_ago}
- closed_ago_html: ÐакÑÑÑо %{time_ago}
- created_ago_by_html: Создал %{time_ago} %{user}
edited_ago_by_html: РедакÑиÑовал %{time_ago} %{user}
version: ÐеÑÑиÑ
in_changeset: ÐÐ°ÐºÐµÑ Ð¿Ñавок
@@ -448,22 +443,6 @@ ru:
view_history: ÐоÑмоÑÑеÑÑ Ð¸ÑÑоÑиÑ
view_details: ÐодÑобнее
location: 'ÐеогÑаÑиÑеÑкое положение:'
- changeset:
- title: 'ÐÐ°ÐºÐµÑ Ð¿Ñавок: %{id}'
- belongs_to: ÐвÑоÑ
- node: ТоÑки (%{count})
- node_paginated: ТоÑки (%{x}-%{y} из %{count})
- way: Ðинии (%{count})
- way_paginated: Ðинии (%{x}-%{y} из %{count})
- relation: ÐÑноÑÐµÐ½Ð¸Ñ (%{count})
- relation_paginated: ÐÑноÑÐµÐ½Ð¸Ñ (%{x}-%{y} из %{count})
- comment_by_html: ÐомменÑаÑий Ð¾Ñ %{user} %{time_ago}
- changesetxml: XML пакеÑа пÑавок
- osmchangexml: osmChange XML
- join_discussion: ÐойдиÑе в ÑиÑÑемÑ, ÑÑÐ¾Ð±Ñ Ð¿ÑиÑоединиÑÑÑÑ Ðº обÑÑждениÑ
- discussion: ÐбÑÑждение
- still_open: ÐÐ°ÐºÐµÑ Ð¿Ñавок еÑÑ Ð¾ÑкÑÑÑ. ÐбÑÑждение бÑÐ´ÐµÑ Ð´Ð¾ÑÑÑпно, как ÑолÑко пакеÑ
- пÑавок бÑÐ´ÐµÑ Ð·Ð°ÐºÑÑÑ.
node:
title_html: 'ТоÑка: %{name}'
history_title_html: 'ÐÑÑоÑÐ¸Ñ ÑоÑки: %{name}'
@@ -576,6 +555,28 @@ ru:
feed:
title: ÐÐ°ÐºÐµÑ Ð¿Ñавок %{id}
title_comment: ÐÐ°ÐºÐµÑ Ð¿Ñавок %{id} â %{comment}
+ created: Создано
+ closed: ÐакÑÑÑо
+ belongs_to: ÐвÑоÑ
+ show:
+ title: 'ÐÐ°ÐºÐµÑ Ð¿Ñавок: %{id}'
+ created_ago_html: Создано %{time_ago}
+ closed_ago_html: ÐакÑÑÑо %{time_ago}
+ created_ago_by_html: Создал %{time_ago} %{user}
+ discussion: ÐбÑÑждение
+ join_discussion: ÐойдиÑе в ÑиÑÑемÑ, ÑÑÐ¾Ð±Ñ Ð¿ÑиÑоединиÑÑÑÑ Ðº обÑÑждениÑ
+ still_open: ÐÐ°ÐºÐµÑ Ð¿Ñавок еÑÑ Ð¾ÑкÑÑÑ. ÐбÑÑждение бÑÐ´ÐµÑ Ð´Ð¾ÑÑÑпно, как ÑолÑко пакеÑ
+ пÑавок бÑÐ´ÐµÑ Ð·Ð°ÐºÑÑÑ.
+ comment_by_html: ÐомменÑаÑий Ð¾Ñ %{user} %{time_ago}
+ changesetxml: XML пакеÑа пÑавок
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ТоÑки (%{count})
+ nodes_paginated: ТоÑки (%{x}-%{y} из %{count})
+ ways: Ðинии (%{count})
+ ways_paginated: Ðинии (%{x}-%{y} из %{count})
+ relations: ÐÑноÑÐµÐ½Ð¸Ñ (%{count})
+ relations_paginated: ÐÑноÑÐµÐ½Ð¸Ñ (%{x}-%{y} из %{count})
timeout:
sorry: Ð ÑожалениÑ, ÑпиÑок пакеÑов пÑавок, коÑоÑÑй Ð²Ñ Ð·Ð°Ð¿ÑоÑили, ÑÑебÑÐµÑ ÑлиÑком
много вÑемени Ð´Ð»Ñ Ð¸Ð·Ð²Ð»ÐµÑениÑ.
@@ -1894,10 +1895,6 @@ ru:
new password button: ÐÑÑлиÑе мне новÑй паÑолÑ
help_text: ÐведиÑе адÑÐµÑ Ð²Ð°Ñей ÑлекÑÑонной поÑÑÑ, коÑоÑÑй Ð²Ñ Ð¸ÑполÑзовали длÑ
подпиÑки, и Ð¼Ñ Ð²ÑÑлем инÑÑÑÑкÑии, как можно обновиÑÑ Ð²Ð°Ñ Ð¿Ð°ÑолÑ.
- create:
- notice email on way: ÐалÑ, ÑÑо Ð²Ñ Ð¿Ð¾ÑеÑÑли паÑÐ¾Ð»Ñ :-( но ниÑего, ÑкоÑо пÑидÑÑ
- пиÑÑмо и Ð²Ñ ÑможеÑе поменÑÑÑ Ñвой паÑолÑ.
- notice email cannot find: Такой адÑÐµÑ Ð½Ðµ заÑегиÑÑÑиÑован.
edit:
title: ÐовÑоÑÐ½Ð°Ñ ÑÑÑановка паÑолÑ
heading: ÐовÑоÑÐ½Ð°Ñ ÑÑÑановка паÑÐ¾Ð»Ñ Ð´Ð»Ñ %{user}
diff --git a/config/locales/sat.yml b/config/locales/sat.yml
index bc6fff49d..52697ac88 100644
--- a/config/locales/sat.yml
+++ b/config/locales/sat.yml
@@ -140,21 +140,12 @@ sat:
link text: ᱱᱤá±á±á±¹ ᱫᱠᱪᱮᱫ?
save changes button: á±µá±á±«á±á±á± ᱠᱪá±á±ºá±ªá±á±£ ᱢᱮ
browse:
- created: á±á±®á±á±á±¨á±±á±
- closed: á±µá±á±¸á±«á±
anonymous: á±µá±á± á±µá±á±°á±á±
no_comment: (á±á± á±á± á±µá±á±)
download_xml: XML á±°á±á±©á±±á±á±á±° ᱢᱮ
view_history: á±±á±á±á±á±¢ ᱧᱮá±á±¢á±®
view_details: ᱵᱤᱵᱨá±á±± ᱧᱮᱠᱢᱮ
location: 'ᱡá±á±á±á±:'
- changeset:
- belongs_to: á±á±±á±á±á±¤á±á±á±¹
- node: (%{count}) á±á±á±¸á±´á±·á± á±
- way: (%{count}) ᱦá±á±¨á± á±
- relation: á±¥á±á±¹á±á±á±¹á±á± ᱩ (%{count})
- relation_paginated: á±¥á±á±¹á±á±á±¹á±á± ᱩ (%{x}-%{y} of %{count})
- discussion: á±á±á±á±¢á±á±¨á±á±£
node:
title_html: á±á±á±¸á±´á±·:%{name}
history_title_html: 'á±á±á±¸á±´á±· ᱨᱮá±á±á± ᱦᱤá±á±á±¹á±: %{name}'
@@ -216,6 +207,17 @@ sat:
area: ᱡá±á±á±á±
index:
load_more: á±á±¨á±¦á±á±¸ á±á±á±«á±® ᱢᱮ
+ feed:
+ created: á±á±®á±á±á±¨á±±á±
+ closed: á±µá±á±¸á±«á±
+ belongs_to: á±á±±á±á±á±¤á±á±á±¹
+ show:
+ discussion: á±á±á±á±¢á±á±¨á±á±£
+ paging_nav:
+ nodes: (%{count}) á±á±á±¸á±´á±·á± á±
+ ways: (%{count}) ᱦá±á±¨á± á±
+ relations: á±¥á±á±¹á±á±á±¹á±á± ᱩ (%{count})
+ relations_paginated: á±¥á±á±¹á±á±á±¹á±á± ᱩ (%{x}-%{y} of %{count})
dashboards:
popup:
your location: á±á±¢á±á± ᱡá±á±á±á±
diff --git a/config/locales/sc.yml b/config/locales/sc.yml
index b96c20584..e393cc7b5 100644
--- a/config/locales/sc.yml
+++ b/config/locales/sc.yml
@@ -326,12 +326,6 @@ sc:
destroy:
success: Contu iscantzelladu.
browse:
- created: Creadu
- closed: Serradu
- created_ago_html: Creadu %{time_ago}
- closed_ago_html: Tancadu %{time_ago}
- created_ago_by_html: Creadu %{time_ago} dae %{user}
- closed_ago_by_html: Tancadu %{time_ago} dae %{user}
deleted_ago_by_html: Iscantzelladu %{time_ago} dae %{user}
edited_ago_by_html: Modificadu %{time_ago} dae %{user}
version: Versione
@@ -349,23 +343,6 @@ sc:
view_history: CÃ stia sa cronologia
view_details: Mustrat sos detà llios
location: 'Logu:'
- changeset:
- title: 'Annantu de modìficas: %{id}'
- belongs_to: Autore
- node: Nodos (%{count})
- node_paginated: Nodos (%{x}-%{y} de %{count})
- way: Lìnias (%{count})
- way_paginated: Lìnias (%{x}-%{y} de %{count})
- relation: Relatziones (%{count})
- relation_paginated: Relatziones (%{x}-%{y} de %{count})
- hidden_comment_by_html: Cummentu cuadu de %{user} %{time_ago}
- comment_by_html: Cummentu de %{user} %{time_ago}
- changesetxml: XML de s'annantu de modìficas
- osmchangexml: XML in formadu osmChange
- join_discussion: Intra pro t'aunire a s'arresonu
- discussion: Arresonu
- still_open: Annantu de modìficas galu abertu - s'arresonu s'at a abèrrere cando
- s'annantu de modìficas s'at a serrare.
node:
title_html: 'Nodu: %{name}'
history_title_html: 'Istòria de su nodu: %{name}'
@@ -476,6 +453,30 @@ sc:
feed:
title: Annantu de modìficas %{id}
title_comment: Grupu de modìficas %{id} - %{comment}
+ created: Creadu
+ closed: Serradu
+ belongs_to: Autore
+ show:
+ title: 'Annantu de modìficas: %{id}'
+ created_ago_html: Creadu %{time_ago}
+ closed_ago_html: Tancadu %{time_ago}
+ created_ago_by_html: Creadu %{time_ago} dae %{user}
+ closed_ago_by_html: Tancadu %{time_ago} dae %{user}
+ discussion: Arresonu
+ join_discussion: Intra pro t'aunire a s'arresonu
+ still_open: Annantu de modìficas galu abertu - s'arresonu s'at a abèrrere cando
+ s'annantu de modìficas s'at a serrare.
+ comment_by_html: Cummentu de %{user} %{time_ago}
+ hidden_comment_by_html: Cummentu cuadu de %{user} %{time_ago}
+ changesetxml: XML de s'annantu de modìficas
+ osmchangexml: XML in formadu osmChange
+ paging_nav:
+ nodes: Nodos (%{count})
+ nodes_paginated: Nodos (%{x}-%{y} de %{count})
+ ways: Lìnias (%{count})
+ ways_paginated: Lìnias (%{x}-%{y} de %{count})
+ relations: Relatziones (%{count})
+ relations_paginated: Relatziones (%{x}-%{y} de %{count})
timeout:
sorry: S'elencu de annantos de modìficas chi as pedidu at bisongiadu de tropu
tempus pro lu recuperare.
@@ -1840,11 +1841,6 @@ sc:
help_text: Inserta s'indiritzu de posta chi as impreadu pro ti registrare, l'amus
a imbiare unu ligà mene chi as a pòdere impreare pro ripristinare sa crae de
intrada tua.
- create:
- notice email on way: Nos dispraghet chi l'apas pèrdida :-( ma t'amus imbiadu
- unu messà giu de posta eletrònica pro chi la potzas ripristinare.
- notice email cannot find: A dolu mannu non semus resèssidos a agatare custu
- indiritzu de posta eletrònica.
edit:
title: Riprìstina sa crae de intrada
heading: Riprìstina sa crae de intrada pro %{user}
diff --git a/config/locales/scn.yml b/config/locales/scn.yml
index a5f351844..8c23b8b4f 100644
--- a/config/locales/scn.yml
+++ b/config/locales/scn.yml
@@ -233,8 +233,6 @@ scn:
destroy:
success: Cuntu cancillatu.
browse:
- created: Criatu
- closed: Chiudutu
version: Virsioni
in_changeset: Gruppu di canciamenti
anonymous: anònimu
@@ -244,19 +242,6 @@ scn:
view_history: Talìa la crunuluggìa
view_details: Talìa li dittagghî
location: 'Locu:'
- changeset:
- title: 'Gruppu di canciamenti: %{id}'
- belongs_to: Auturi
- node: Gruppa (%{count})
- node_paginated: Gruppa (%{x}-%{y} di %{count})
- way: Camini (%{count})
- way_paginated: Camini (%{x}-%{y} di %{count})
- relation: Rilazzioni (%{count})
- relation_paginated: Rilazzioni (%{x}-%{y} di %{count})
- changesetxml: XML dû gruppu di canciamenti
- osmchangexml: XML osmChange
- join_discussion: Pi participari ntâ discussioni trasi
- discussion: Discussioni
node:
title_html: 'Gruppu: %{name}'
history_title_html: 'Crunuluggìa dû gruppu: %{name}'
@@ -361,6 +346,22 @@ scn:
feed:
title: Gruppu di canciamenti %{id}
title_comment: Gruppu di canciamenti %{id} - %{comment}
+ created: Criatu
+ closed: Chiudutu
+ belongs_to: Auturi
+ show:
+ title: 'Gruppu di canciamenti: %{id}'
+ discussion: Discussioni
+ join_discussion: Pi participari ntâ discussioni trasi
+ changesetxml: XML dû gruppu di canciamenti
+ osmchangexml: XML osmChange
+ paging_nav:
+ nodes: Gruppa (%{count})
+ nodes_paginated: Gruppa (%{x}-%{y} di %{count})
+ ways: Camini (%{count})
+ ways_paginated: Camini (%{x}-%{y} di %{count})
+ relations: Rilazzioni (%{count})
+ relations_paginated: Rilazzioni (%{x}-%{y} di %{count})
timeout:
sorry: Purtroppu, ci vosi troppu tempu pi pigghiari la lista dî gruppi di canciamenti
c'addumannasti.
@@ -1239,10 +1240,6 @@ scn:
new password button: Azzera la palora d'òrdini
help_text: Scrivi lu nnirizzu di posta elittrònica c'adupirasti quannu ti scrivisti,
e ci mannamu nu culligamentu chi poi adupirari p'azzirari la tò palora d'òrdini.
- create:
- notice email on way: Ni dispiaci chi la pirdisti :-( pirò ti sta arrivannu nu
- missaggiu di posta elittrònica pi menzu dû quali prestu la poi azzirari.
- notice email cannot find: Putroppu nun s'attrova stu nnirizzu di posta elittrònica.
edit:
title: Azzera la palora d'òrdini
heading: Azziramentu dâ palora d'òrdini di %{user}
diff --git a/config/locales/sco.yml b/config/locales/sco.yml
index 53982031b..474d1f4c7 100644
--- a/config/locales/sco.yml
+++ b/config/locales/sco.yml
@@ -104,8 +104,6 @@ sco:
edit:
title: Eedit accoont
browse:
- created: Creatit
- closed: Closed
version: Version
in_changeset: Chyngeset
anonymous: anonymous
@@ -115,19 +113,6 @@ sco:
view_history: View History
view_details: View Details
location: 'Location:'
- changeset:
- title: 'Chyngeset: %{id}'
- belongs_to: Author
- node: Nodes (%{count})
- node_paginated: Nodes (%{x}-%{y} of %{count})
- way: Ways (%{count})
- way_paginated: Ways (%{x}-%{y} of %{count})
- relation: Relations (%{count})
- relation_paginated: Relations (%{x}-%{y} of %{count})
- changesetxml: Chyngeset XML
- osmchangexml: osmChange XML
- join_discussion: Log in tae jyn the discussion
- discussion: Discussion
node:
title_html: 'Node: %{name}'
history_title_html: 'Node History: %{name}'
@@ -216,6 +201,22 @@ sco:
feed:
title: Chyngeset %{id}
title_comment: Chyngeset %{id} - %{comment}
+ created: Creatit
+ closed: Closed
+ belongs_to: Author
+ show:
+ title: 'Chyngeset: %{id}'
+ discussion: Discussion
+ join_discussion: Log in tae jyn the discussion
+ changesetxml: Chyngeset XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Nodes (%{count})
+ nodes_paginated: Nodes (%{x}-%{y} of %{count})
+ ways: Ways (%{count})
+ ways_paginated: Ways (%{x}-%{y} of %{count})
+ relations: Relations (%{count})
+ relations_paginated: Relations (%{x}-%{y} of %{count})
timeout:
sorry: Sorry, the leet o chyngesets ye requestit teuk too lang tae retrieve.
changeset_comments:
diff --git a/config/locales/sh.yml b/config/locales/sh.yml
index 2644b50e0..ae047e325 100644
--- a/config/locales/sh.yml
+++ b/config/locales/sh.yml
@@ -249,9 +249,6 @@ sh:
imejl za porukom za potvrdu nove adrese.
success: KorisniÄke informacije su uspjeÅ¡no osvježene.
browse:
- changeset:
- join_discussion: Prijavite se za ukljuÄivanje u raspravu
- discussion: Razgovor
tag_details:
wikidata_link: '%{page} stavka na Wikidata'
wikipedia_link: Älanak o %{page} na Wikipediji
@@ -276,6 +273,9 @@ sh:
title_user_link_html: Setovi promjena od %{user_link}
title_friend: Promjene mojih prijatelja
title_nearby: Promjene obližnjih korisnika
+ show:
+ discussion: Razgovor
+ join_discussion: Prijavite se za ukljuÄivanje u raspravu
diary_entries:
new:
title: Novi zapis u dnevnik
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index be2e6014a..c59b5bc86 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -345,12 +345,6 @@ sk:
destroy:
success: ÃÄet bol odstránený.
browse:
- created: Vytvorené
- closed: Uzavreté
- created_ago_html: Vytvorené %{time_ago}
- closed_ago_html: Zatvorené %{time_ago}
- created_ago_by_html: Vytvorené %{time_ago} použÃvateľom %{user}
- closed_ago_by_html: Zatvorené %{time_ago} použÃvateľom %{user}
deleted_ago_by_html: Odstránené %{time_ago} použÃvateľom %{user}
edited_ago_by_html: Upravené %{time_ago} použÃvateľom %{user}
version: Verzia
@@ -372,23 +366,6 @@ sk:
view_history: Zobraziť históriu
view_details: Zobraziť detaily
location: 'Poloha:'
- changeset:
- title: 'Sada zmien: %{id}'
- belongs_to: Autor
- node: Uzly (%{count})
- node_paginated: Uzly (%{x}â%{y} z %{count})
- way: Cesty (%{count})
- way_paginated: Cesty (%{x}â%{y} z %{count})
- relation: Relácie (%{count})
- relation_paginated: Relácie (%{x}â%{y} z %{count})
- hidden_comment_by_html: Skrytý komentár od použÃvateľa %{user} %{time_ago}
- comment_by_html: Komentár od použÃvateľa %{user} %{time_ago}
- changesetxml: XML sady zmien
- osmchangexml: osmChange XML
- join_discussion: Zapojte sa do diskusie
- discussion: Diskusia
- still_open: Sada zmien stále otvorená - diskusia bude otvorená, keÄ bude sada
- zmien uzatvorená.
node:
title_html: 'Uzol: %{name}'
history_title_html: 'História uzla: %{name}'
@@ -501,6 +478,30 @@ sk:
feed:
title: Sada zmien %{id}
title_comment: Sada zmien %{id} - %{comment}
+ created: Vytvorené
+ closed: Uzavreté
+ belongs_to: Autor
+ show:
+ title: 'Sada zmien: %{id}'
+ created_ago_html: Vytvorené %{time_ago}
+ closed_ago_html: Zatvorené %{time_ago}
+ created_ago_by_html: Vytvorené %{time_ago} použÃvateľom %{user}
+ closed_ago_by_html: Zatvorené %{time_ago} použÃvateľom %{user}
+ discussion: Diskusia
+ join_discussion: Zapojte sa do diskusie
+ still_open: Sada zmien stále otvorená - diskusia bude otvorená, keÄ bude sada
+ zmien uzatvorená.
+ comment_by_html: Komentár od použÃvateľa %{user} %{time_ago}
+ hidden_comment_by_html: Skrytý komentár od použÃvateľa %{user} %{time_ago}
+ changesetxml: XML sady zmien
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Uzly (%{count})
+ nodes_paginated: Uzly (%{x}â%{y} z %{count})
+ ways: Cesty (%{count})
+ ways_paginated: Cesty (%{x}â%{y} z %{count})
+ relations: Relácie (%{count})
+ relations_paginated: Relácie (%{x}â%{y} z %{count})
timeout:
sorry: Ľutujeme, ale vami požadovaný zoznam sád zmien sa naÄÃtaval prÃliÅ¡ dlho.
changeset_comments:
@@ -1728,10 +1729,6 @@ sk:
new password button: Resetnúť heslo
help_text: Vložte emailovú adresu, ktorú ste uviedli pri registrácii, pošleme
vám odkaz, pomocou ktorého si budete môcť nastaviť nové heslo.
- create:
- notice email on way: Škoda zabudnutého hesla :-( ale e-mail je už na ceste,
- takže si Äoskoro budete môcÅ¥ zvoliÅ¥ nové.
- notice email cannot find: Ľutujeme, túto e-mailovú adresu nie je možné nájsť.
edit:
title: Resetnúť heslo
heading: Resetnúť heslo pre %{user}
diff --git a/config/locales/skr-arab.yml b/config/locales/skr-arab.yml
index ef823dfc9..1dee6c57a 100644
--- a/config/locales/skr-arab.yml
+++ b/config/locales/skr-arab.yml
@@ -189,10 +189,6 @@ skr-arab:
destroy:
success: Ú©Ú¾Ø§ØªÛ Ù
Ù¹ Ú³ÛاÛ
browse:
- created: بݨ Ú³Ûا
- closed: بÙد تھÛا
- created_ago_html: '%{time_ago} Ø®ÙÙÛا'
- closed_ago_html: '%{time_ago} بÙد تھÛا'
version: ÙرÚÙ
in_changeset: تبدÛÙÛاں
anonymous: Ú¯Ù
ÙاÙ
@@ -202,12 +198,6 @@ skr-arab:
view_history: تارÛØ®ÚÛ ÝÛÚ©Ú¾Ù
view_details: تÙصÛÙ Ýکھاؤ
location: 'Ù
ØÙ ÙÙÙع:'
- changeset:
- title: تبدÛÙÛاں:%{id}
- belongs_to: Ù
صÙÙ
- node: ÙÙÝاں(%{count})
- way: رستÛ(%{count})
- discussion: بØØ« Ù
باØØ«Û
node:
title_html: 'ÙÙÚ: %{name}'
history_title_html: ÙÙÝ ØªØ§Ø±ÛØ®ÚÛ:%{name}
@@ -268,6 +258,18 @@ skr-arab:
title: تبدÛÙÛاں
empty: تبدÛÙÛاں کائÙÛ ÙبھÛاںÛ
load_more: Ù»Ø¦Û ÙÙÝ Ú©Ø±Ù
+ feed:
+ created: بݨ Ú³Ûا
+ closed: بÙد تھÛا
+ belongs_to: Ù
صÙÙ
+ show:
+ title: تبدÛÙÛاں:%{id}
+ created_ago_html: '%{time_ago} Ø®ÙÙÛا'
+ closed_ago_html: '%{time_ago} بÙد تھÛا'
+ discussion: بØØ« Ù
باØØ«Û
+ paging_nav:
+ nodes: ÙÙÝاں(%{count})
+ ways: رستÛ(%{count})
dashboards:
contact:
km away: '%{count} Ú©ÙÙÙ
Ûٹر دÙر'
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 0cc6349ad..9a675aeef 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -359,15 +359,10 @@ sl:
destroy:
success: RaÄun izbrisan.
browse:
- created: Ustvarjeno
- closed: Zaprto
- created_ago_html: Ustvaril_a %{time_ago}
- closed_ago_html: Zaprto %{time_ago}
- created_ago_by_html: Ustvaril %{user} %{time_ago}
- closed_ago_by_html: Zaprl_a %{time_ago} %{user}
deleted_ago_by_html: Izbrisal %{user} %{time_ago}
edited_ago_by_html: Uredil_a %{user} %{time_ago}
version: RazliÄica
+ redacted_version: Skrita razliÄica
in_changeset: Nabor sprememb
anonymous: anonimni
no_comment: (brez komentarja)
@@ -384,25 +379,11 @@ sl:
other: '%{count} poti'
download_xml: Prenesi XML
view_history: Ogled zgodovine
+ view_unredacted_history: Ogled neskrite zgodovine
view_details: Prikaz podrobnosti
+ view_redacted_data: Ogled skritih podatkov
+ view_redaction_message: Ogled sporoÄila o redigiranju
location: 'Lokacija:'
- changeset:
- title: 'Nabor sprememb: %{id}'
- belongs_to: Avtor
- node: VozliÅ¡Ä (%{count})
- node_paginated: VozliÅ¡Äa (%{x}-%{y} od %{count})
- way: Poti (%{count})
- way_paginated: Poti (%{x}-%{y} od %{count})
- relation: Relacije (%{count})
- relation_paginated: Zveze (%{x}-%{y} od %{count})
- hidden_comment_by_html: Skrit komentar %{user} %{time_ago}
- comment_by_html: Komentar %{user} %{time_ago}
- changesetxml: Nabor sprememb XML
- osmchangexml: osmChange XML
- join_discussion: Prijavite se za pridružitev pogovoru
- discussion: Pogovor
- still_open: Nabor sprememb je Å¡e vedno odprt â pogovor se bo zaÄel, ko bo nabor
- sprememb zaprt.
node:
title_html: 'VozliÅ¡Äe: %{name}'
history_title_html: 'Zgodovina vozliÅ¡Äa: %{name}'
@@ -523,6 +504,44 @@ sl:
feed:
title: Nabor sprememb %{id}
title_comment: Nabor sprememb %{id} â %{comment}
+ created: Ustvarjeno
+ closed: Zaprto
+ belongs_to: Avtor
+ subscribe:
+ heading: Se želite prijaviti na naslednjo razprave o naboru sprememb?
+ button: Prijava na razpravo
+ unsubscribe:
+ heading: Se želite odjaviti od naslednje razprave o naboru sprememb?
+ button: Odjava od razprave
+ heading:
+ title: Nabor sprememb %{id}
+ created_by_html: Ustvaril %{link_user} dne %{created}.
+ no_such_entry:
+ title: Ni takega nabora sprememb
+ heading: Zapisa z id-jem %{id} ni
+ body: Oprostite, nabora sprememb z oznako %{id} ni. Prosimo, preverite Ärkovanje
+ in povezavo, ki ste jo kliknili.
+ show:
+ title: 'Nabor sprememb: %{id}'
+ created_ago_html: Ustvaril_a %{time_ago}
+ closed_ago_html: Zaprto %{time_ago}
+ created_ago_by_html: Ustvaril %{user} %{time_ago}
+ closed_ago_by_html: Zaprl_a %{time_ago} %{user}
+ discussion: Pogovor
+ join_discussion: Prijavite se za pridružitev pogovoru
+ still_open: Nabor sprememb je Å¡e vedno odprt â pogovor se bo zaÄel, ko bo nabor
+ sprememb zaprt.
+ comment_by_html: Komentar %{user} %{time_ago}
+ hidden_comment_by_html: Skrit komentar %{user} %{time_ago}
+ changesetxml: Nabor sprememb XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: VozliÅ¡Ä (%{count})
+ nodes_paginated: VozliÅ¡Äa (%{x}-%{y} od %{count})
+ ways: Poti (%{count})
+ ways_paginated: Poti (%{x}-%{y} od %{count})
+ relations: Relacije (%{count})
+ relations_paginated: Zveze (%{x}-%{y} od %{count})
timeout:
sorry: Žal je trajalo pridobivanje zahtevanega nabora sprememb predolgo.
changeset_comments:
@@ -668,7 +687,7 @@ sl:
scopes:
address: Ogled vaÅ¡ega fiziÄnega naslova
email: Ogled vašega e-poštnega naslova
- openid: Preverite pristnost svojega raÄuna
+ openid: Avtenticirajte svoj raÄun
phone: Ogled vaše telefonske številke
profile: Ogled vaših profilnih podatkov
errors:
@@ -1639,6 +1658,7 @@ sl:
more: VeÄ
user_mailer:
diary_comment_notification:
+ description: Dnevniški vnos OpenStreetMap št. %{id}
subject: '[OpenStreetMap] %{user} je komentiral dnevniški zapis'
hi: Pozdravljeni, %{to_user}!
header: '%{from_user} je komentiral zapis v dnevniku OpenStreetMap s temo %{subject}:'
@@ -1719,6 +1739,7 @@ sl:
click_the_link: Äe ste to vi, vas prosimo, da kliknete na spodnjo povezavo za
ponastavitev gesla.
note_comment_notification:
+ description: Opomba OpenStreetMap Å¡t. %{id}
anonymous: Anonimni uporabnik
greeting: Živijo,
commented:
@@ -1761,6 +1782,7 @@ sl:
details: VeÄ podatkov o opombi lahko najdete na %{url}.
details_html: VeÄ podatkov o opombi lahko najdete na %{url}.
changeset_comment_notification:
+ description: Nabor sprememb OpenStreetMap Å¡t. %{id}
hi: Pozdravljeni, %{to_user},
greeting: Pozdravljeni,
commented:
@@ -1781,10 +1803,9 @@ sl:
partial_changeset_without_comment: brez komentarja
details: VeÄ podrobnosti o tem naboru sprememb lahko najdete na %{url}.
details_html: VeÄ podrobnosti o tem naboru sprememb lahko najdete na %{url}.
- unsubscribe: Äe se želite odnaroÄiti od obveÅ¡Äanja o tem naboru sprememb, obiÅ¡Äite
- %{url} in kliknite »OdnaroÄi«.
- unsubscribe_html: Äe se želite odnaroÄiti od obveÅ¡Äanja o tem naboru sprememb,
- obiÅ¡Äite %{url} in kliknite »OdnaroÄi«.
+ unsubscribe: Od obveÅ¡Äanja o tem naboru sprememb se lahko odnaroÄite na %{url}.
+ unsubscribe_html: Od obveÅ¡Äanja o tem naboru sprememb se lahko odnaroÄite na
+ %{url}.
confirmations:
confirm:
heading: Preverite svojo e-pošto!
@@ -1907,11 +1928,6 @@ sl:
new password button: Pošlji mi novo geslo
help_text: Vpišite e-poštni naslov, s katerim ste se registrirali. Poslali vam
bomo povezavo za ponastavitev gesla.
- create:
- notice email on way: E-pismo z vsemi potrebnimi podatki za nastavitev novega
- gesla je že na poti.
- notice email cannot find: Oprostite, toda vnesenega e-poštnega naslova ni bilo
- mogoÄe najti.
edit:
title: Ponastavitev gesla
heading: Ponastavi geslo za %{user}
@@ -2699,7 +2715,7 @@ sl:
permissions:
missing: Aplikaciji niste dovolili dostopa do te funkcije
scopes:
- openid: Vstop z uporabo OpenStreetMap
+ openid: Prijava z uporabo OpenStreetMap
read_prefs: Branje uporabniških prilagoditev
write_prefs: Spreminjanje uporabniških nastavitev
write_diary: Ustvarjajte dnevniške zapise, komentarje in sklepajte prijateljstva
@@ -2943,8 +2959,7 @@ sl:
title: RaÄun zaklenjen
heading: RaÄun zaklenjen
support: podpora
- automatically_suspended: Oprostite, vaÅ¡ raÄun je bil blokiran zaradi sumljive
- dejavnosti.
+ automatically_suspended: VaÅ¡ raÄun je bil žal blokiran zaradi sumljive dejavnosti.
contact_support_html: To odloÄitev bo kmalu pregledal administrator, lahko pa
se obrnete na %{support_link}, Äe se želite o tem pogovoriti.
auth_failure:
@@ -2955,7 +2970,7 @@ sl:
invalid_scope: Neveljaven obseg
unknown_error: Avtentikacija ni uspela
auth_association:
- heading: VaÅ¡ ID Å¡e ni povezan z raÄunom OpenStreetMap.
+ heading: VaÅ¡ ID Å¡e ni povezan z OpenStreetMap raÄunom.
option_1: Äe ste novi v OpenStreetMapu, prosimo, ustvarite nov raÄun z uporabo
spodnjega obrazca.
option_2: Äe že imate raÄun, se lahko prijavite s svojim uporabniÅ¡kim imenom
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 604314a0d..bb3a57ab6 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -156,8 +156,6 @@ sq:
emailin tuaj për një shënim për të konfirmuar adresën e re të emailit tuaj.
success: Informacioni i përdoruesit u përditësua me sukses.
browse:
- created: Krijuar
- closed: Mbyllur
version: Versioni
in_changeset: Grupi i Ndryshimeve
anonymous: Anonim
@@ -167,19 +165,6 @@ sq:
view_history: Shiko Historikun
view_details: Shiko Detajet
location: 'Vendndodhja:'
- changeset:
- title: 'Grupi i Ndryshimeve: %{id}'
- belongs_to: Autori
- node: Nyjet (%{count})
- node_paginated: Nyjet (%{x}-%{y} nga %{count})
- way: Mënyrat (%{count})
- way_paginated: Mënyrat (%{x}-%{y} nga %{count})
- relation: Marrëdhëniet (%{count})
- relation_paginated: Marrëdhëniet (%{x}-%{y} nga %{count})
- changesetxml: Grupi i ndryshimeve në XML
- osmchangexml: osmNdrsyhimi XML
- join_discussion: Identifikohuni për t'iu bashkuar diskutimit
- discussion: Diskutim
node:
title_html: 'Nyja: %{name}'
history_title_html: 'Historiku i nyjës: %{name}'
@@ -277,6 +262,22 @@ sq:
feed:
title: 'Grupi i ndryshimeve: %{id}'
title_comment: Grupi i ndryshimeve %{id} - %{comment}
+ created: Krijuar
+ closed: Mbyllur
+ belongs_to: Autori
+ show:
+ title: 'Grupi i Ndryshimeve: %{id}'
+ discussion: Diskutim
+ join_discussion: Identifikohuni për t'iu bashkuar diskutimit
+ changesetxml: Grupi i ndryshimeve në XML
+ osmchangexml: osmNdrsyhimi XML
+ paging_nav:
+ nodes: Nyjet (%{count})
+ nodes_paginated: Nyjet (%{x}-%{y} nga %{count})
+ ways: Mënyrat (%{count})
+ ways_paginated: Mënyrat (%{x}-%{y} nga %{count})
+ relations: Marrëdhëniet (%{count})
+ relations_paginated: Marrëdhëniet (%{x}-%{y} nga %{count})
timeout:
sorry: Na vjen keq, lista e ndryshimeve që ju kërkuat zgjati shumë për t'u rikuperuar.
changeset_comments:
@@ -1010,11 +1011,6 @@ sq:
help_text: Shkruani adresën e emailit që keni përdorur për tu regjistruar, ne
do të dërgojmë një lidhje të cilën mund të përdorni për të rivendosur fjalëkalimin
tuaj.
- create:
- notice email on way: Na vjen keq e keni humbur atë :-( por një email është në
- rrugëtim kështu që ju mund të rivendosni atë së shpejti.
- notice email cannot find: Na vjen keq, ne nuk arritë ta gjejmë adresën e emailit
- të dhënë.
edit:
title: Rivendos fjalëkalimin
heading: Rivendos fjalëkalimin për %{user}
diff --git a/config/locales/sr-Latn.yml b/config/locales/sr-Latn.yml
index 5ec3fd879..4e3932237 100644
--- a/config/locales/sr-Latn.yml
+++ b/config/locales/sr-Latn.yml
@@ -151,10 +151,6 @@ sr-Latn:
da biste potvrdili svoju novu e-adresu.
success: Podaci o korisniku su uspešno ažurirani.
browse:
- changeset:
- title: Skup izmena
- changesetxml: XML skup izmena
- osmchangexml: osmChange XML
relation_member:
entry_role_html: '%{type} %{name} kao %{role}'
type:
@@ -218,6 +214,10 @@ sr-Latn:
feed:
title: Skup izmena %{id}
title_comment: Skup izmena %{id} â %{comment}
+ show:
+ title: Skup izmena
+ changesetxml: XML skup izmena
+ osmchangexml: osmChange XML
timeout:
sorry: Žao nam je, ali spisak izmena koji ste zahtevali je predugaÄak.
dashboards:
@@ -894,9 +894,6 @@ sr-Latn:
new password button: Poništi lozinku
help_text: Unesite e-adresu koju ste uneli pri upisu, a mi Äemo vam poslati
vezu pomoÄu koje možete da poniÅ¡tite lozinku.
- create:
- notice email on way: Poruka za poništavanje lozinke je poslata.
- notice email cannot find: E-adresa nije pronaÄena.
edit:
title: Poništi lozinku
heading: Poništavanje lozinke za %{user}
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index d091f1e86..d76c8f927 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -236,8 +236,9 @@ sr:
auth:
providers:
none: ÐиÑедан
- google: Google
+ google: ÐÑгл
facebook: ФеÑÑбÑк
+ microsoft: ÐаÑкÑоÑоÑÑ
github: GitHub
wikipedia: ÐикипедиÑа
api:
@@ -309,11 +310,6 @@ sr:
destroy:
success: Ðалог Ñе обÑиÑан.
browse:
- created: ÐапÑавÑено
- closed: ÐаÑвоÑено
- created_ago_html: ÐапÑавÑено %{time_ago}
- closed_ago_html: ÐаÑвоÑено %{time_ago}
- created_ago_by_html: ÐапÑавÑено %{time_ago} од %{user}
edited_ago_by_html: УÑеÑено %{time_ago} од %{user}
version: ÐеÑзиÑа
in_changeset: СкÑп пÑомена
@@ -324,21 +320,6 @@ sr:
view_history: ÐÐ¾Ð³Ð»ÐµÐ´Ð°Ñ Ð¸ÑÑоÑиÑÑ
view_details: ÐеÑаÑниÑе
location: 'ÐокаÑиÑа:'
- changeset:
- title: 'СкÑп пÑомена: %{id}'
- belongs_to: ÐÑÑоÑ
- node: ТаÑке (%{count})
- node_paginated: ТаÑке (%{x}-%{y} од %{count})
- way: ÐиниÑе (%{count})
- way_paginated: ÐиниÑе (%{x}-%{y} од %{count})
- relation: ÐдноÑи (%{count})
- relation_paginated: ÐдноÑи (%{x}-%{y} од %{count})
- hidden_comment_by_html: СакÑивени коменÑÐ°Ñ ÐºÐ¾ÑиÑника %{user} %{time_ago}
- comment_by_html: '%{user} коменÑаÑиÑао(ла) пÑе %{time_ago}'
- changesetxml: XML ÑкÑп пÑомена
- osmchangexml: osmChange XML
- join_discussion: ÐÑиÑавиÑе Ñе да биÑÑе Ñе пÑидÑÑжили диÑкÑÑиÑи
- discussion: ÐиÑкÑÑиÑа
node:
title_html: 'ТаÑка: %{name}'
history_title_html: 'ÐÑÑоÑиÑа ÑаÑака: %{name}'
@@ -436,6 +417,27 @@ sr:
feed:
title: СкÑп пÑомена %{id}
title_comment: СкÑп пÑомена %{id} â %{comment}
+ created: ÐапÑавÑено
+ closed: ÐаÑвоÑено
+ belongs_to: ÐÑÑоÑ
+ show:
+ title: 'СкÑп пÑомена: %{id}'
+ created_ago_html: ÐапÑавÑено %{time_ago}
+ closed_ago_html: ÐаÑвоÑено %{time_ago}
+ created_ago_by_html: ÐапÑавÑено %{time_ago} од %{user}
+ discussion: ÐиÑкÑÑиÑа
+ join_discussion: ÐÑиÑавиÑе Ñе да биÑÑе Ñе пÑидÑÑжили диÑкÑÑиÑи
+ comment_by_html: '%{user} коменÑаÑиÑао(ла) пÑе %{time_ago}'
+ hidden_comment_by_html: СакÑивени коменÑÐ°Ñ ÐºÐ¾ÑиÑника %{user} %{time_ago}
+ changesetxml: XML ÑкÑп пÑомена
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ТаÑке (%{count})
+ nodes_paginated: ТаÑке (%{x}-%{y} од %{count})
+ ways: ÐиниÑе (%{count})
+ ways_paginated: ÐиниÑе (%{x}-%{y} од %{count})
+ relations: ÐдноÑи (%{count})
+ relations_paginated: ÐдноÑи (%{x}-%{y} од %{count})
timeout:
sorry: ÐÑеÑзимаÑе заÑ
ÑеваниÑ
ÑкÑпова пÑомена Ñе ÑÑаÑало пÑедÑго.
changeset_comments:
@@ -1155,6 +1157,7 @@ sr:
mobile_phone: ÐÑодавниÑа мобилниÑ
ÑелеÑона
motorcycle: ÐÑодавниÑа моÑоÑикала
music: ÐÑзиÑка пÑодавниÑа
+ musical_instrument: ÐÑзиÑки инÑÑÑÑменÑи
newsagent: ÐовинаÑниÑа
optician: ÐпÑиÑаÑ
organic: ÐÑодавниÑа здÑаве Ñ
Ñане
@@ -1531,6 +1534,7 @@ sr:
heading:
my_inbox: ÐÑимÑене
my_outbox: ÐоÑлаÑе
+ muted_messages: ÐÑигÑÑене поÑÑке
mark:
as_read: ÐоÑÑка Ñе ознаÑена као пÑоÑиÑана
as_unread: ÐоÑÑка Ñе ознаÑена као непÑоÑиÑана
@@ -1544,9 +1548,6 @@ sr:
new password button: ÐониÑÑи лозинкÑ
help_text: УнеÑиÑе е-адÑеÑÑ ÐºÐ¾ÑÑ ÑÑе Ñнели пÑи ÑпиÑÑ, а ми Ñемо вам поÑлаÑи
Ð²ÐµÐ·Ñ Ð¿Ð¾Ð¼Ð¾ÑÑ ÐºÐ¾Ñе можеÑе да пониÑÑиÑе лозинкÑ.
- create:
- notice email on way: ÐоÑÑка за пониÑÑаваÑе лозинке Ñе поÑлаÑа.
- notice email cannot find: ÐмеÑл адÑеÑа ниÑе пÑонаÑена, жао нам Ñе.
edit:
title: ÐониÑÑи лозинкÑ
heading: ÐониÑÑаваÑе лозинке за %{user}
@@ -2383,6 +2384,7 @@ sr:
previous: « ÐÑеÑÑ
одно
user_mutes:
index:
+ title: ÐÑигÑÑени коÑиÑниÑи
table:
thead:
actions: РадÑе
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 2f18d5892..734a6f454 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -367,12 +367,6 @@ sv:
destroy:
success: Kontot har raderats.
browse:
- created: Skapad
- closed: Stängd
- created_ago_html: Skapades %{time_ago}
- closed_ago_html: Stängdes %{time_ago}
- created_ago_by_html: Skapades %{time_ago} av %{user}
- closed_ago_by_html: Stängdes %{time_ago} av %{user}
deleted_ago_by_html: Raderades %{time_ago} av %{user}
edited_ago_by_html: Redigerades %{time_ago} av %{user}
version: Version
@@ -390,23 +384,6 @@ sv:
view_history: Visa historik
view_details: Visa detaljer
location: 'Plats:'
- changeset:
- title: 'Ãndringsuppsättning: %{id}'
- belongs_to: Författare
- node: Noder (%{count})
- node_paginated: Noder (%{x}-%{y} av %{count})
- way: Sträckor (%{count})
- way_paginated: Sträckor (%{x}-%{y} av %{count})
- relation: Förbindelser (%{count})
- relation_paginated: Förbindelser (%{x}-%{y} av %{count})
- hidden_comment_by_html: Dold kommentar från %{user} %{time_ago}
- comment_by_html: Kommenterades från %{user} %{time_ago}
- changesetxml: XML för ändringsuppsättning
- osmchangexml: osmChange XML
- join_discussion: Logga in för att delta i diskussionen
- discussion: Diskussion
- still_open: Ãndringsuppsättningen är fortfarande öppen - diskussionen kommer
- att öppnas när ändringsuppsättning har stängts.
node:
title_html: 'Nod: %{name}'
history_title_html: 'Nodhistorik: %{name}'
@@ -524,6 +501,30 @@ sv:
feed:
title: Ãndringsuppsättning %{id}
title_comment: Ãndringsset %{id} - %{comment}
+ created: Skapad
+ closed: Stängd
+ belongs_to: Författare
+ show:
+ title: 'Ãndringsuppsättning: %{id}'
+ created_ago_html: Skapades %{time_ago}
+ closed_ago_html: Stängdes %{time_ago}
+ created_ago_by_html: Skapades %{time_ago} av %{user}
+ closed_ago_by_html: Stängdes %{time_ago} av %{user}
+ discussion: Diskussion
+ join_discussion: Logga in för att delta i diskussionen
+ still_open: Ãndringsuppsättningen är fortfarande öppen - diskussionen kommer
+ att öppnas när ändringsuppsättning har stängts.
+ comment_by_html: Kommenterades från %{user} %{time_ago}
+ hidden_comment_by_html: Dold kommentar från %{user} %{time_ago}
+ changesetxml: XML för ändringsuppsättning
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Noder (%{count})
+ nodes_paginated: Noder (%{x}-%{y} av %{count})
+ ways: Sträckor (%{count})
+ ways_paginated: Sträckor (%{x}-%{y} av %{count})
+ relations: Förbindelser (%{count})
+ relations_paginated: Förbindelser (%{x}-%{y} av %{count})
timeout:
sorry: Kunde tyvärr inte lista begärda ändringsuppsättningar. Begäran tog för
lång tid att hämta.
@@ -1880,10 +1881,6 @@ sv:
new password button: Ã
terställ lösenord
help_text: Ange e-postadressen du använde för att registrera dig så skickar
vi en länk till den som du kan använda för att återställa ditt lösenord.
- create:
- notice email on way: Ledsen att du tappade bort det :-( men ett mejl är på väg
- så du kan återställa det snart.
- notice email cannot find: Kunde inte hitta den e-postadressen, tyvärr.
edit:
title: Ã
terställ lösenord
heading: Ã
terställ lösenord för %{user}
diff --git a/config/locales/ta.yml b/config/locales/ta.yml
index e34397786..c9b510dc0 100644
--- a/config/locales/ta.yml
+++ b/config/locales/ta.yml
@@ -12,6 +12,7 @@
# Author: Rakeshonwiki
# Author: Sank
# Author: Shanmugamp7
+# Author: Sriveenkat
# Author: Surya Prakash.S.A.
# Author: TRYPPN
# Author: தமிழà¯à®à¯à®à¯à®°à®¿à®à®¿à®²à¯
@@ -168,6 +169,26 @@ ta:
remote:
name: தà¯à®²à¯à®µà¯à®à¯ à®à®à¯à®à¯à®ªà¯à®ªà®¾à®à¯
description: தà¯à®²à¯à®µà¯ à®à®à¯à®à¯à®ªà¯à®ªà®¾à®à¯ (JOSM à®
லà¯à®²à®¤à¯ Merkaartor)
+ auth:
+ providers:
+ google: à®à¯à®à¯à®³à¯
+ facebook: à®®à¯à®à®¨à¯à®²à¯
+ github: à®à®¿à®à¯à®¹à®ªà¯
+ wikipedia: விà®à¯à®à®¿à®ªà¯à®ªà¯à®à®¿à®¯à®¾
+ api:
+ notes:
+ comment:
+ opened_at_html: '%{when} à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯'
+ opened_at_by_html: '%{when} %{user} பயனரால௠à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯'
+ account:
+ deletions:
+ show:
+ title: à®à®®à®¤à¯ à®à®£à®à¯à®à¯ நà¯à®à¯à®à¯
+ warning: à®à®à¯à®à®°à®¿à®à¯à®à¯! à®à®£à®à¯à®à¯ நà¯à®à¯à®à¯à®¤à®²à¯ à®à¯à®¯à®²à¯à®®à¯à®±à¯ à®à®±à¯à®¤à®¿à®¯à®¾à®©à®¤à¯, à®
த௠மாறà¯à®± à®®à¯à®à®¿à®¯à®¾à®¤à¯.
+ delete_account: à®à®£à®à¯à®à¯ நà¯à®à¯à®à¯à®
+ delete_introduction: 'à®à¯à®´à¯ à®à®³à¯à®³ பà¯à®¤à¯à®¤à®¾à®©à¯à®ªà¯ பயனà¯à®ªà®à¯à®¤à¯à®¤à®¿ à®à®à¯à®à®³à¯ à®à®ªà®©à¯à®¸à¯à®à¯à®°à¯à®à¯à®®à¯à®ªà¯
+ à®à®£à®à¯à®à¯ நà¯à®à¯à®à®²à®¾à®®à¯. பினà¯à®µà®°à¯à®®à¯ விவரà®à¯à®à®³à¯à®à¯ à®à®µà®©à®¿à®¯à¯à®à¯à®à®³à¯:'
+ cancel: à®à¯à®µà®¿à®à¯à®
accounts:
edit:
title: à®à®£à®à¯à®à¯ திரà¯à®¤à¯à®¤à¯
@@ -175,23 +196,28 @@ ta:
current email address: 'தறà¯à®ªà¯à®´à¯à®¤à¯à®³à¯à®³ மினà¯à®©à®à¯à®à®²à¯ à®®à¯à®à®µà®°à®¿:'
openid:
link text: à®à®¤à¯ à®à®©à¯à®©?
+ public editing:
+ enabled link text: à®à®¤à¯ à®à®©à¯à®©?
contributor terms:
link text: à®à®¤à¯ à®à®©à¯à®©?
save changes button: மாறà¯à®±à®à¯à®à®³à¯à®à¯ à®à¯à®®à®¿
+ go_public:
+ email_not_revealed: à®à®à¯à®à®³à¯ மினà¯à®©à®à¯à®à®²à¯ à®®à¯à®à®µà®°à®¿ பà¯à®¤à¯à®µà®¿à®²à¯ வà¯à®³à®¿à®¯à®¿à®à®ªà¯à®ªà®à®¾à®¤à¯.
+ not_reversible: à®à®¨à¯à®¤à®à¯ à®à¯à®¯à®²à¯ மாறà¯à®±à®¿à®¯à®®à¯à®à¯à® à®®à¯à®à®¿à®¯à®¾à®¤à¯, à®
னà¯à®¤à¯à®¤à¯ பà¯à®¤à®¿à®¯ பயனரà¯à®à®³à¯à®®à¯
+ à®à®¯à®²à¯à®ªà®¾à®à®µà¯ பà¯à®¤à¯à®µà®¿à®²à¯ à®à®³à¯à®³à®©à®°à¯.
+ update:
+ success: பயனர௠தà®à®µà®²à¯ வà¯à®±à¯à®±à®¿à®à®°à®®à®¾à® பà¯à®¤à¯à®ªà¯à®ªà®¿à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯.
+ destroy:
+ success: பயனர௠à®à®£à®à¯à®à¯ நà¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯.
browse:
- created: à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯
- closed: à®®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯
+ deleted_ago_by_html: '%{user} பயனரால௠%{time_ago} நà¯à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯'
+ edited_ago_by_html: '%{user} à®à®²à¯ %{time_ago} திரà¯à®¤à¯à®¤à®ªà¯à®ªà®à¯à®à®¤à¯'
version: பதிபà¯à®ªà¯
in_changeset: மாறà¯à®±à®à¯à®à®³à¯
anonymous: à®
à®à¯à®¯à®¾à®³à®®à®±à¯à®±à®µà®°à¯
+ view_history: வரலாறà¯à®±à¯à®à¯ à®à®¾à®£à¯à®
view_details: விவரà®à¯à®à®³à¯à®à¯ à®à®¾à®à¯à®à¯
location: 'à®à®à®®à¯:'
- changeset:
- title: 'மாறà¯à®±à®à¯à®à®³à¯: %{id}'
- belongs_to: à®à®à®¿à®°à®¿à®¯à®°à¯
- changesetxml: மாறà¯à®±à®¤à¯à®¤à¯à®à¯à®ªà¯à®ªà¯ XML
- osmchangexml: osmChange XML
- discussion: à®à®°à¯à®¯à®¾à®à®²à¯
relation:
members: à®à®±à¯à®ªà¯à®ªà®¿à®©à®°à¯à®à®³à¯
relation_member:
@@ -204,6 +230,7 @@ ta:
entry_html: தà¯à®à®°à¯à®ªà¯ %{relation_name}
entry_role_html: தà¯à®à®°à¯à®ªà¯ %{relation_name} (%{relation_role} à®à®)
not_found:
+ title: à®à®¾à®£à®ªà¯à®ªà®à®µà®¿à®²à¯à®²à¯
sorry: மனà¯à®©à®¿à®à¯à®à®µà¯à®®à¯, %{id} à®à®©à¯à®± à®
à®à¯à®¯à®¾à®³à®®à¯ à®à¯à®£à¯à® %{type} à®à®¿à®à¯à®à¯à®à®µà®¿à®²à¯à®²à¯.
type:
node: à®®à¯à®©à¯à®¯à®®à¯
@@ -251,6 +278,14 @@ ta:
feed:
title: 'மாறà¯à®±à®à¯à®à®³à¯: %{id}'
title_comment: மாறà¯à®±à®à¯à®à®³à¯ %{id}-%{comment}
+ created: à®à®°à¯à®µà®¾à®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯
+ closed: à®®à¯à®à®ªà¯à®ªà®à¯à®à®¤à¯
+ belongs_to: à®à®à®¿à®°à®¿à®¯à®°à¯
+ show:
+ title: 'மாறà¯à®±à®à¯à®à®³à¯: %{id}'
+ discussion: à®à®°à¯à®¯à®¾à®à®²à¯
+ changesetxml: மாறà¯à®±à®¤à¯à®¤à¯à®à¯à®ªà¯à®ªà¯ XML
+ osmchangexml: osmChange XML
dashboards:
contact:
km away: '%{count}à®à®¿à®®à¯ தாணà¯à®à®¿'
diff --git a/config/locales/te.yml b/config/locales/te.yml
index e440515d6..57aceabab 100644
--- a/config/locales/te.yml
+++ b/config/locales/te.yml
@@ -305,8 +305,6 @@ te:
destroy:
success: à°à°¾à°¤à°¾à°¨à± à°¤à±à°²à°à°¿à°à°à°¾à°.
browse:
- created: 'à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°¨à°¦à°¿:'
- closed: à°®à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿
version: à°¸à°à°à°¿à°
in_changeset: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿
anonymous: à°
à°à±à°à°¾à°¤
@@ -322,20 +320,6 @@ te:
view_history: à°à°°à°¿à°¤à±à°°à°¨à± à°à±à°¡à°à°¡à°¿
view_details: వివరాలనౠà°à±à°¡à°à°¡à°¿
location: 'à°ªà±à°°à°¾à°à°¤à°:'
- changeset:
- title: 'మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿: %{id}'
- belongs_to: à°°à°à°¯à°¿à°¤
- node: à°¬à±à°¡à°¿à°ªà±à°²à± (%{count})
- node_paginated: à°¬à±à°¡à°¿à°ªà±à°²à± (%{count} లౠ%{x}-%{y})
- way: మారà±à°à°¾à°²à± (%{count})
- way_paginated: దారà±à°²à± (%{count} లౠ%{x}-%{y})
- relation: à°¸à°à°¬à°à°§à°¾à°²à± (%{count})
- relation_paginated: '%{count} లౠ%{x}-%{y} à°¯à±à°à±à° à°¸à°à°¬à°à°§à°¾à°²à±'
- changesetxml: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿ XML
- osmchangexml: osmChange XML
- join_discussion: à°à°°à±à°à°²à± పాలà±à°à±à°¨à±à°à°¦à±à°à± లాà°à°¿à°¨à°µà°à°¡à°¿
- discussion: à°à°°à±à°
- still_open: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿ à°à°à°à°¾ à°¤à±à°°à°¿à°à± à°à°à°¦à°¿ - దానà±à°¨à°¿ à°®à±à°¸à°¿à°µà±à°¯à°à°¾à°¨à± à°à°°à±à° à°¤à±à°°à±à°à±à°à±à°à°à±à°à°¦à°¿.
node:
title_html: 'బిà°à°¦à±à°µà±: %{name}'
history_title_html: 'à°¬à±à°¡à°¿à°ªà± à°à°°à°¿à°¤à±à°°: %{name}'
@@ -438,6 +422,23 @@ te:
feed:
title: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿ %{id}
title_comment: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿ %{id} - %{comment}
+ created: 'à°¸à±à°·à±à°à°¿à°à°à°¬à°¡à°¿à°¨à°¦à°¿:'
+ closed: à°®à±à°à°¿à°à°à°¬à°¡à°¿à°à°¦à°¿
+ belongs_to: à°°à°à°¯à°¿à°¤
+ show:
+ title: 'మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿: %{id}'
+ discussion: à°à°°à±à°
+ join_discussion: à°à°°à±à°à°²à± పాలà±à°à±à°¨à±à°à°¦à±à°à± లాà°à°¿à°¨à°µà°à°¡à°¿
+ still_open: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿ à°à°à°à°¾ à°¤à±à°°à°¿à°à± à°à°à°¦à°¿ - దానà±à°¨à°¿ à°®à±à°¸à°¿à°µà±à°¯à°à°¾à°¨à± à°à°°à±à° à°¤à±à°°à±à°à±à°à±à°à°à±à°à°¦à°¿.
+ changesetxml: మారà±à°ªà±à°²à°¸à°®à°¿à°¤à°¿ XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: à°¬à±à°¡à°¿à°ªà±à°²à± (%{count})
+ nodes_paginated: à°¬à±à°¡à°¿à°ªà±à°²à± (%{count} లౠ%{x}-%{y})
+ ways: మారà±à°à°¾à°²à± (%{count})
+ ways_paginated: దారà±à°²à± (%{count} లౠ%{x}-%{y})
+ relations: à°¸à°à°¬à°à°§à°¾à°²à± (%{count})
+ relations_paginated: '%{count} లౠ%{x}-%{y} à°¯à±à°à±à° à°¸à°à°¬à°à°§à°¾à°²à±'
timeout:
sorry: సారà±, à°®à±à°°à°¡à°¿à°à°¿à°¨ మారà±à°ªà±à°²à°¸à°®à°¿à°¤à±à°² à°à°¾à°¬à°¿à°¤à°¾à°¨à± à°¤à±à°µà°¡à°à°²à± à°à°¾à°²à°¾ సమయఠపà°à±à°à°¿à°à°¦à°¿.
changeset_comments:
@@ -1709,10 +1710,6 @@ te:
new password button: à°¸à°à°à±à°¤à°ªà°¦à°¾à°¨à±à°¨à°¿ మారà±à°à±
help_text: నమà±à°¦à±à°¨à°ªà±à°¡à± à°®à±à°°à°¿à°à±à°à°¿à°¨ à°à°®à±à°¯à°¿à°²à± à°à°¿à°°à±à°¨à°¾à°®à°¾à°¨à± à°à°µà±à°µà°à°¡à°¿. à°¸à°à°à±à°¤à°ªà°¦à°¾à°¨à±à°¨à°¿ మారà±à°à±à°à±à°¨à±
లిà°à°à±à°¨à± à° à°à°¿à°°à±à°¨à°¾à°®à°¾à°à± à°ªà°à°ªà°¿à°¸à±à°¤à°¾à°.
- create:
- notice email on way: à°
à°¯à±à°¯à±.. à°ªà±à°¯à°¿à°à°¦à°¾ :-( à°ªà±à°¨à±à°²à±à°à°¡à°¿, దానà±à°¨à°¿ మారà±à°à±à°à±à°¨à±à°à°¦à±à°à± à°à°
- à°à°®à±à°¯à°¿à°²à± à°µà°à±à°à±à°¸à±à°¤à±à°à°¦à°¿.
- notice email cannot find: à°à±à°·à°®à°¿à°à°à°à°¡à°¿, à° à°à°®à±à°¯à°¿à°²à± à°à°¿à°°à±à°¨à°¾à°®à°¾ à°¦à±à°°à°à°²à±à°¦à±.
edit:
title: à°¸à°à°à±à°¤à°ªà°¦à° మారà±à°ªà±
heading: '%{user} à°¸à°à°à±à°¤à°ªà°¦à°¾à°¨à±à°¨à°¿ మారà±à°à±'
diff --git a/config/locales/th.yml b/config/locales/th.yml
index e2e19e3a6..4cb4befd4 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -274,12 +274,6 @@ th:
destroy:
success: ลà¸à¸à¸±à¸à¸à¸µà¹à¸¥à¹à¸§
browse:
- created: สรà¹à¸²à¸à¹à¸¡à¸·à¹à¸
- closed: à¸à¸´à¸à¹à¸¡à¸·à¹à¸
- created_ago_html: สรà¹à¸²à¸à¹à¸¡à¸·à¹à¸ %{time_ago}
- closed_ago_html: à¸à¸´à¸à¹à¸¡à¸·à¹à¸ %{time_ago}
- created_ago_by_html: สรà¹à¸²à¸à¹à¸¡à¸·à¹à¸ %{time_ago} à¹à¸à¸¢ %{user}
- closed_ago_by_html: à¸à¸´à¸à¹à¸¡à¸·à¹à¸ %{time_ago} à¹à¸à¸¢ %{user}
deleted_ago_by_html: ลà¸à¹à¸¡à¸·à¹à¸ %{time_ago} à¹à¸à¸¢ %{user}
edited_ago_by_html: à¹à¸à¹à¹à¸à¹à¸¡à¸·à¹à¸ %{time_ago} à¹à¸à¸¢ %{user}
version: รุà¹à¸à¸à¸µà¹
@@ -295,22 +289,6 @@ th:
view_history: à¸à¸¹à¸à¸£à¸°à¸§à¸±à¸à¸´
view_details: à¸à¸¹à¸£à¸²à¸¢à¸¥à¸°à¹à¸à¸µà¸¢à¸
location: 'à¸à¸µà¹à¸à¸±à¹à¸:'
- changeset:
- title: 'à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸: %{id}'
- belongs_to: à¸à¸¹à¹à¸ªà¸£à¹à¸²à¸à¸ªà¸£à¸£à¸à¹
- node: หมุภ(%{count})
- node_paginated: หมุà¸à¸à¸µà¹ (%{x}-%{y} à¸à¸²à¸à¸à¸±à¹à¸à¸«à¸¡à¸ %{count})
- way: à¹à¸ªà¹à¸à¸à¸²à¸ (%{count})
- way_paginated: à¹à¸ªà¹à¸à¸à¸²à¸à¸à¸µà¹ (%{x}-%{y} à¸à¸²à¸ %{count})
- relation: à¸à¸§à¸²à¸¡à¸ªà¸±à¸¡à¸à¸±à¸à¸à¹ (%{count})
- relation_paginated: à¸à¸§à¸²à¸¡à¸ªà¸±à¸¡à¸à¸±à¸à¸à¹ (%{x}-%{y} à¸à¸²à¸ %{count})
- hidden_comment_by_html: à¸à¸§à¸²à¸¡à¸à¸´à¸à¹à¸«à¹à¸à¸à¸µà¹à¸à¹à¸à¸à¸à¸¢à¸¹à¹à¸à¸²à¸ %{user} %{time_ago}
- comment_by_html: à¸à¸§à¸²à¸¡à¸à¸´à¸à¹à¸«à¹à¸à¸à¸²à¸ %{user} %{time_ago}
- changesetxml: à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸ XML
- osmchangexml: à¹à¸à¹à¸à¸à¹à¹à¸à¹à¸¡à¹à¸à¸¥à¸à¸à¸ osmChange
- join_discussion: à¹à¸à¹à¸²à¸ªà¸¹à¹à¸£à¸°à¸à¸à¹à¸à¸·à¹à¸à¹à¸à¹à¸²à¸£à¹à¸§à¸¡à¸à¸²à¸£à¸à¸ ิà¸à¸£à¸²à¸¢
- discussion: à¸à¸²à¸£à¸à¸ ิà¸à¸£à¸²à¸¢
- still_open: à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¸à¸³à¸¥à¸±à¸à¹à¸à¸´à¸à¸à¸¢à¸¹à¹ à¸à¸²à¸£à¸à¸ ิà¸à¸£à¸²à¸¢à¸à¸°à¹à¸£à¸´à¹à¸¡à¹à¸à¹à¸«à¸¥à¸±à¸à¸à¸²à¸à¸à¸´à¸à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¹à¸¥à¹à¸§
node:
title_html: 'หมุà¸: %{name}'
history_title_html: 'à¸à¸£à¸°à¸§à¸±à¸à¸´à¸«à¸¡à¸¸à¸: %{name}'
@@ -412,6 +390,29 @@ th:
feed:
title: à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸ %{id}
title_comment: à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸ %{id} - %{comment}
+ created: สรà¹à¸²à¸à¹à¸¡à¸·à¹à¸
+ closed: à¸à¸´à¸à¹à¸¡à¸·à¹à¸
+ belongs_to: à¸à¸¹à¹à¸ªà¸£à¹à¸²à¸à¸ªà¸£à¸£à¸à¹
+ show:
+ title: 'à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸: %{id}'
+ created_ago_html: สรà¹à¸²à¸à¹à¸¡à¸·à¹à¸ %{time_ago}
+ closed_ago_html: à¸à¸´à¸à¹à¸¡à¸·à¹à¸ %{time_ago}
+ created_ago_by_html: สรà¹à¸²à¸à¹à¸¡à¸·à¹à¸ %{time_ago} à¹à¸à¸¢ %{user}
+ closed_ago_by_html: à¸à¸´à¸à¹à¸¡à¸·à¹à¸ %{time_ago} à¹à¸à¸¢ %{user}
+ discussion: à¸à¸²à¸£à¸à¸ ิà¸à¸£à¸²à¸¢
+ join_discussion: à¹à¸à¹à¸²à¸ªà¸¹à¹à¸£à¸°à¸à¸à¹à¸à¸·à¹à¸à¹à¸à¹à¸²à¸£à¹à¸§à¸¡à¸à¸²à¸£à¸à¸ ิà¸à¸£à¸²à¸¢
+ still_open: à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¸à¸³à¸¥à¸±à¸à¹à¸à¸´à¸à¸à¸¢à¸¹à¹ à¸à¸²à¸£à¸à¸ ิà¸à¸£à¸²à¸¢à¸à¸°à¹à¸£à¸´à¹à¸¡à¹à¸à¹à¸«à¸¥à¸±à¸à¸à¸²à¸à¸à¸´à¸à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¹à¸¥à¹à¸§
+ comment_by_html: à¸à¸§à¸²à¸¡à¸à¸´à¸à¹à¸«à¹à¸à¸à¸²à¸ %{user} %{time_ago}
+ hidden_comment_by_html: à¸à¸§à¸²à¸¡à¸à¸´à¸à¹à¸«à¹à¸à¸à¸µà¹à¸à¹à¸à¸à¸à¸¢à¸¹à¹à¸à¸²à¸ %{user} %{time_ago}
+ changesetxml: à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸ XML
+ osmchangexml: à¹à¸à¹à¸à¸à¹à¹à¸à¹à¸¡à¹à¸à¸¥à¸à¸à¸ osmChange
+ paging_nav:
+ nodes: หมุภ(%{count})
+ nodes_paginated: หมุà¸à¸à¸µà¹ (%{x}-%{y} à¸à¸²à¸à¸à¸±à¹à¸à¸«à¸¡à¸ %{count})
+ ways: à¹à¸ªà¹à¸à¸à¸²à¸ (%{count})
+ ways_paginated: à¹à¸ªà¹à¸à¸à¸²à¸à¸à¸µà¹ (%{x}-%{y} à¸à¸²à¸ %{count})
+ relations: à¸à¸§à¸²à¸¡à¸ªà¸±à¸¡à¸à¸±à¸à¸à¹ (%{count})
+ relations_paginated: à¸à¸§à¸²à¸¡à¸ªà¸±à¸¡à¸à¸±à¸à¸à¹ (%{x}-%{y} à¸à¸²à¸ %{count})
timeout:
sorry: à¸à¸à¸à¸ ัย รายà¸à¸²à¸£à¸à¸¸à¸à¸à¸²à¸£à¹à¸à¸¥à¸µà¹à¸¢à¸à¹à¸à¸¥à¸à¸à¸µà¹à¸à¹à¸²à¸à¸£à¹à¸à¸à¸à¸à¹à¸à¹à¹à¸§à¸¥à¸²à¸à¸²à¸à¹à¸à¸´à¸à¸ªà¸¡à¸à¸§à¸£à¹à¸à¸à¸²à¸£à¸ªà¸·à¸à¸à¹à¸
changeset_comments:
@@ -1420,8 +1421,6 @@ th:
heading: ลืมรหัสà¸à¹à¸²à¸à¸«à¸£à¸·à¸?
email address: 'à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¸µà¹à¸¡à¸¥:'
new password button: à¸à¸±à¹à¸à¸£à¸«à¸±à¸ªà¸à¹à¸²à¸à¹à¸«à¸¡à¹
- create:
- notice email cannot find: à¸à¸à¸à¸ ัย, à¹à¸¡à¹à¸à¸à¸à¸µà¹à¸à¸¢à¸¹à¹à¸à¸µà¹à¸¡à¸¥à¸à¸µà¹à¸£à¸°à¸à¸¸
edit:
title: à¸à¸±à¹à¸à¸£à¸«à¸±à¸ªà¸à¹à¸²à¸à¹à¸«à¸¡à¹
heading: 'à¸à¸±à¹à¸§à¸£à¸«à¸±à¸ªà¸à¹à¸²à¸à¹à¸«à¸¡à¹à¸ªà¸³à¸«à¸£à¸±à¸: %{user}'
diff --git a/config/locales/tl.yml b/config/locales/tl.yml
index c1d1f810d..5298b5e36 100644
--- a/config/locales/tl.yml
+++ b/config/locales/tl.yml
@@ -268,8 +268,6 @@ tl:
ng e-liham.
success: Matagumpay na naisapanahon ang kabatiran sa tagagamit.
browse:
- created: Nilikha
- closed: Isinara
version: Bersyon
in_changeset: Pangkat ng pagbabago
anonymous: Hindi nagpapakilala (anonimo)
@@ -285,21 +283,6 @@ tl:
view_history: Tingnan ang kasaysayan
view_details: Tingnan ang mga detalye
location: Pook (lokasyon)
- changeset:
- title: 'Pangkat ng pagbabago: %{id}'
- belongs_to: May-akda
- node: Mga buko (%{count})
- node_paginated: Mga buko (%{x}-%{y} ng %{count})
- way: Mga daan (%{count})
- way_paginated: Mga daan (%{x}-%{y} ng %{count})
- relation: Mga kaugnayan (%{count})
- relation_paginated: Mga kaugnayan (%{x}-%{y} ng %{count})
- changesetxml: XML ng pangkat ng pagbabago
- osmchangexml: XML ng osmChange
- join_discussion: Lumagda para sumali sa talakayan
- discussion: Talakayan
- still_open: Bukas pa rin ang pangkat ng pagbabago - magbubukas ang talakayan
- pag naisara na ang pangkat ng pagbabago.
node:
title_html: 'Buko: %{name}'
history_title_html: 'Kasaysayan ng Buko: %{name}'
@@ -403,6 +386,24 @@ tl:
feed:
title: '%{id} ng pangkat ng pagbabago'
title_comment: '%{id} ng angkat ng pagbabago - %{comment}'
+ created: Nilikha
+ closed: Isinara
+ belongs_to: May-akda
+ show:
+ title: 'Pangkat ng pagbabago: %{id}'
+ discussion: Talakayan
+ join_discussion: Lumagda para sumali sa talakayan
+ still_open: Bukas pa rin ang pangkat ng pagbabago - magbubukas ang talakayan
+ pag naisara na ang pangkat ng pagbabago.
+ changesetxml: XML ng pangkat ng pagbabago
+ osmchangexml: XML ng osmChange
+ paging_nav:
+ nodes: Mga buko (%{count})
+ nodes_paginated: Mga buko (%{x}-%{y} ng %{count})
+ ways: Mga daan (%{count})
+ ways_paginated: Mga daan (%{x}-%{y} ng %{count})
+ relations: Mga kaugnayan (%{count})
+ relations_paginated: Mga kaugnayan (%{x}-%{y} ng %{count})
timeout:
sorry: Paumanhin, ang talaan ng mga pangkat ng pagbabagong hiniling mo ay naging
napakatagal bago nakuhang muli.
@@ -1432,10 +1433,6 @@ tl:
help_text: Ipasok ang tirahan ng e-liham na ginamit mo upang magpatala, ipapadala
namin ang isang kawing papunta rito na magagamit mo upang muling maitakda
mo ang iyong password.
- create:
- notice email on way: Ikinalulungkot na naiwala mo iyan :-( ngunit darating na
- ang isang e-liham upang maitakda mong muli iyan kaagad.
- notice email cannot find: Hindi matagpuan ang ganyang tirahan ng e-liham, paumanhin.
edit:
title: Muling itakda ang password
heading: Muling itakda ang Hudyat para kay %{user}
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index 31b5d7853..1096e8619 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -254,9 +254,6 @@ tr:
x_years:
one: '%{count} yıl önce'
other: '%{count} yıl önce'
- printable_name:
- version: v%{version}
- current_and_old_links_html: '%{current_link}, %{old_link}'
editor:
default: Varsayılan (Åu anda %{name})
id:
@@ -370,15 +367,10 @@ tr:
destroy:
success: Hesap Silindi.
browse:
- created: OluÅturulma
- closed: Kapandı
- created_ago_html: '%{time_ago} oluÅturuldu'
- closed_ago_html: '%{time_ago} kapatıldı'
- created_ago_by_html: '%{user} tarafından %{time_ago} oluÅturuldu'
- closed_ago_by_html: '%{user} tarafından %{time_ago} kapatıldı'
deleted_ago_by_html: '%{user} tarafından %{time_ago} silindi'
edited_ago_by_html: '%{user} tarafından %{time_ago} düzenlendi'
version: Sürüm
+ redacted_version: DüzenlenmiŠSürüm
in_changeset: DeÄiÅiklik Kaydı
anonymous: anonim
no_comment: (yorum yok)
@@ -391,25 +383,11 @@ tr:
other: '%{count} yol'
download_xml: XML Ä°ndir
view_history: GeçmiÅi Görüntüle
+ view_unredacted_history: DüzenlenmemiÅ GeçmiÅi Görüntüle
view_details: Ayrıntıları Görüntüle
+ view_redacted_data: DüzenlenmiŠVeriyi Görüntüle
+ view_redaction_message: DüzenlenmiŠMesajı Görüntüle
location: 'Konum:'
- changeset:
- title: 'DeÄiÅiklik kaydı: %{id}'
- belongs_to: Yazar
- node: Noktalar (%{count})
- node_paginated: Nokta (%{x}-%{y} - toplam %{count})
- way: Yollar (%{count})
- way_paginated: Yol (%{x}-%{y} - toplam %{count})
- relation: Ä°liÅkiler (%{count})
- relation_paginated: Ä°liÅkiler (%{x}-%{y} - toplam %{count})
- hidden_comment_by_html: '%{user} tarafından %{time_ago} yapılan gizli yorum'
- comment_by_html: '%{user} tarafından %{time_ago} yapılan yorum'
- changesetxml: ' XML deÄiÅiklik kaydı'
- osmchangexml: osmChange XML
- join_discussion: TartıÅmaya katılmak için lütfen giriÅ yapın
- discussion: TartıÅma
- still_open: DeÄiÅiklik kaydı hâlâ açık - tartıÅma, deÄiÅiklik serisi kapatıldıÄında
- açılacaktır.
node:
title_html: 'Nokta: %{name}'
history_title_html: 'Nokta GeçmiÅi: %{name}'
@@ -527,6 +505,46 @@ tr:
feed:
title: DeÄiÅiklik kaydı %{id}
title_comment: DeÄiÅiklik takımı %{id} - %{comment}
+ created: OluÅturulma
+ closed: Kapandı
+ belongs_to: Yazar
+ subscribe:
+ heading: AÅaÄıdaki deÄiÅiklik kaydı tartıÅmasına abone olmak ister misiniz?
+ button: TartıÅmaya abone ol
+ unsubscribe:
+ heading: AÅaÄıdaki deÄiÅiklik kaydı tartıÅmasının aboneliÄi iptal edilsin mi?
+ button: TartıÅma aboneliÄinden çık
+ heading:
+ title: DeÄiÅiklik Kaydı %{id}
+ created_by_html: '%{link_user} tarafından %{created} tarihinde oluÅturuldu.'
+ no_such_entry:
+ title: Böyle bir deÄiÅiklik kaydı yok
+ heading: 'Åu kimliÄe sahip girdi yok: %{id}'
+ body: Ãzgünüz, %{id} kimliÄine sahip herhangi bir deÄiÅiklik kaydı yok. Lütfen
+ yazımınızı kontrol edin ya da tıkladıÄınız baÄlantı yanlıŠolabilir.
+ show:
+ title: 'DeÄiÅiklik kaydı: %{id}'
+ created: 'OluÅturma: %{when}'
+ closed: 'Kapanma: %{when}'
+ created_ago_html: '%{time_ago} oluÅturuldu'
+ closed_ago_html: '%{time_ago} kapatıldı'
+ created_ago_by_html: '%{user} tarafından %{time_ago} oluÅturuldu'
+ closed_ago_by_html: '%{user} tarafından %{time_ago} kapatıldı'
+ discussion: TartıÅma
+ join_discussion: TartıÅmaya katılmak için lütfen giriÅ yapın
+ still_open: DeÄiÅiklik kaydı hâlâ açık - tartıÅma, deÄiÅiklik serisi kapatıldıÄında
+ açılacaktır.
+ comment_by_html: '%{user} tarafından %{time_ago} yapılan yorum'
+ hidden_comment_by_html: '%{user} tarafından %{time_ago} yapılan gizli yorum'
+ changesetxml: ' XML deÄiÅiklik kaydı'
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Noktalar (%{count})
+ nodes_paginated: Nokta (%{x}-%{y} - toplam %{count})
+ ways: Yollar (%{count})
+ ways_paginated: Yol (%{x}-%{y} - toplam %{count})
+ relations: Ä°liÅkiler (%{count})
+ relations_paginated: Ä°liÅkiler (%{x}-%{y} - toplam %{count})
timeout:
sorry: Ãzgünüz, deÄiÅiklik kayıtlarının listelenmesi fazla sürdü.
changeset_comments:
@@ -601,7 +619,7 @@ tr:
kontrol edin ya da tıkladıÄınız baÄlantı hatalı olabilir.
diary_entry:
posted_by_html: '%{link_user} tarafından %{created} tarihinde %{language_link}
- dilinde gönderildi.'
+ olarak gönderildi.'
updated_at_html: En son %{updated} tarihinde güncellendi.
comment_link: Bu girdiyi yorumla
reply_link: Yazara mesaj gönder
@@ -615,7 +633,7 @@ tr:
confirm: Onayla
report: Bu girdiyi bildir
diary_comment:
- comment_from_html: '%{comment_created_at} tarihinde %{link_user} tarafından
+ comment_from_html: '%{link_user} tarafından %{comment_created_at} tarihinde
yapılan yorum'
hide_link: Bu yorumu gizle
unhide_link: Bu yorumu göster
@@ -630,9 +648,9 @@ tr:
title: '%{user} için OpenStreetMap günlük girdileri'
description: '%{user} kullanıcısının en yeni OpenStreetMap günlük girdileri'
language:
- title: '%{language_name} dillindeki OpenStreetMap günlük girdileri'
- description: OpenStreetMap kullanıcılarının %{language_name} dillindeki en
- son günlük girdileri
+ title: '%{language_name} OpenStreetMap günlük girdileri'
+ description: OpenStreetMap kullanıcılarının en son %{language_name} günlük
+ girdileri
all:
title: OpenStreetMap günlük girdileri
description: OpenStreetMap kullanıcıların en son günlük girdileri
@@ -1650,6 +1668,7 @@ tr:
more: Daha fazla
user_mailer:
diary_comment_notification:
+ description: 'OpenStreetMap Günlük Girdisi #%{id}'
subject: '[OpenStreetMap] %{user}, bir günlük girdisi hakkında yorum yaptı.'
hi: Merhaba %{to_user},
header: '%{from_user}, %{subject} konulu OpenStreetMap günlük girdisi hakkında
@@ -1725,6 +1744,7 @@ tr:
click_the_link: Bu sizseniz, lütfen parolanızı sıfırlamak için aÅaÄıdaki baÄlantıya
tıklayın.
note_comment_notification:
+ description: 'OpenStreetMap Notu #%{id}'
anonymous: Anonim kullanıcı
greeting: Merhaba,
commented:
@@ -1767,6 +1787,7 @@ tr:
details: Not hakkındaki ayrıntılı bilgiler %{url} baÄlantısında görülebilir.
details_html: Notla ilgili daha fazla ayrıntı %{url} adresinde bulunabilir.
changeset_comment_notification:
+ description: 'OpenStreetMap DeÄiÅiklik Kaydı #%{id}'
hi: Merhaba %{to_user},
greeting: Merhaba,
commented:
@@ -1788,10 +1809,10 @@ tr:
details: DeÄiÅiklik kaydıyla ilgili daha fazla bilgi %{url} sayfasından edinebilirsiniz.
details_html: DeÄiÅiklik kümesiyle ilgili daha fazla ayrıntı %{url} adresinde
bulunabilir.
- unsubscribe: Bu deÄiÅiklik kaydının güncellemelerini aboneliÄinizden çıkarmak
- için %{url} sayfasını ziyaret edin ve "AboneliÄi iptal et"i tıklayın.
- unsubscribe_html: Bu deÄiÅiklik kümesiyle ilgili güncellemelerden çıkmak için
- %{url} adresini ziyaret edin ve "Abonelikten çık" seçeneÄine tıklayın.
+ unsubscribe: Bu deÄiÅiklik kaydındaki güncellemelere iliÅkin aboneliÄinizi %{url}
+ adresinden iptal edebilirsiniz.
+ unsubscribe_html: Bu deÄiÅiklik kaydındaki güncellemelere iliÅkin aboneliÄinizi
+ %{url} adresinden iptal edebilirsiniz.
confirmations:
confirm:
heading: E-postalarını kontrol et!
@@ -1909,9 +1930,8 @@ tr:
help_text: Kaydolmak için kullandıÄınız e-posta adresini girin, Åifrenizi sıfırlamak
için kullanabileceÄiniz bir baÄlantı yollayacaÄız.
create:
- notice email on way: Maalesef Åifrenizi kaybettiniz :-( Ancak yeni bir e-posta
- yolda böylece Åifreniziyakında sıfırlayabilirsiniz.
- notice email cannot find: 'Ãzgünüz: bu e-posta adresi bulunamadı.'
+ send_paranoid_instructions: E-posta adresiniz veritabanımızda mevcutsa birkaç
+ dakika içinde e-posta adresinize bir Åifre kurtarma baÄlantısı gönderilecektir.
edit:
title: Parolayı sıfırla
heading: '%{user} İçin Parolayı Sıfırlayın'
diff --git a/config/locales/tt.yml b/config/locales/tt.yml
index 074631aa5..1830a614a 100644
--- a/config/locales/tt.yml
+++ b/config/locales/tt.yml
@@ -313,12 +313,6 @@ tt:
destroy:
success: ХиÑапÑÑзма беÑеÑелде.
browse:
- created: ТөзелгÓн
- closed: ЯбÑк
- created_ago_html: 'Ðүпме вакÑÑ Ñлек ÑÑалдÑ: %{time_ago}'
- closed_ago_html: 'Ðүпме вакÑÑ Ñлек ÑбÑлдÑ: %{time_ago}'
- created_ago_by_html: 'Ðүпме вакÑÑ Ñлек ÑÑалдÑ: %{time_ago}, кем ÑаÑаÑÑннан: %{user}'
- closed_ago_by_html: 'Ðүпме вакÑÑ Ñлек ÑбÑлдÑ: %{time_ago}, кем ÑаÑаÑÑннан: %{user}'
deleted_ago_by_html: 'Ðүпме вакÑÑ Ñлек беÑеÑелде: %{time_ago}, кем ÑаÑаÑÑннан:
%{user}'
edited_ago_by_html: 'Ðүпме вакÑÑ Ñлек үзгÓÑÑелде: %{time_ago}, кем ÑаÑаÑÑннан:
@@ -338,23 +332,6 @@ tt:
view_history: ТаÑиÑ
Ñн каÑаÑ
view_details: ТÑлÑÑак мÓгÑлүмаÑ
location: 'УÑÑн:'
- changeset:
- title: 'ҮзгÓÑÑүлÓÑ Ó©ÐµÐ¼Ðµ: %{id}'
- belongs_to: ÐвÑоÑ
- node: ÐокÑÐ°Ð»Ð°Ñ (%{count})
- node_paginated: ÐокÑÐ°Ð»Ð°Ñ (%{count} нокÑадан %{x}-%{y})
- way: СÑзÑÐºÐ»Ð°Ñ (%{count})
- way_paginated: СÑзÑÐºÐ»Ð°Ñ (%{count} ÑÑзÑкÑан %{x}-%{y})
- relation: ÐөнÓÑÓбÓÑлÓÑ (%{count})
- relation_paginated: ÐөнÓÑÓбÓÑлÓÑ (%{count} мөнÓÑÓбÓÑÑÓн %{x}-%{y})
- hidden_comment_by_html: '%{user} иÑемле кÑлланÑÑÑдан ÑÑеÑен ÑÓÑеÑ
%{time_ago}'
- comment_by_html: '%{user} иÑемле кÑлланÑÑÑдан ÑÓÑеÑ
%{time_ago}'
- changesetxml: ҮзгÓÑÑүлÓÑ Ó©ÐµÐ¼ÐµÐ½ÐµÒ£ XMLÑ
- osmchangexml: osmChange XML
- join_discussion: ÐÓÑ
ÓÑÑÓ ÐºÐ°ÑнаÑÑ Ó©Ñен Ñ
иÑапÑÑзмагÑзга кеÑегез
- discussion: Ð¤Ð¸ÐºÐµÑ Ð°Ð»ÑÑÑ
- still_open: ҮзгÓÑÑүлÓÑ Ó©ÐµÐ¼Ðµ ÓÐ»ÐµÐ³Ó Ð°ÑÑк. Ул ÑбÑÐ»Ð³Ð°Ñ Ð±ÓÑ
ÓÑÐºÓ ÑÑнда Ñк кеÑеÑгÓ
- мөмкин бÑлÑÑ.
node:
title_html: 'ÐокÑа: %{name}'
history_title_html: 'ÐокÑа ÑаÑиÑ
Ñ: %{name}'
@@ -427,6 +404,31 @@ tt:
feed:
title: '%{id} үзгÓÑÑүлÓÑ Ó©ÐµÐ¼Ðµ'
title_comment: '%{id} үзгÓÑÑүлÓÑ Ó©ÐµÐ¼Ðµ - %{comment}'
+ created: ТөзелгÓн
+ closed: ЯбÑк
+ belongs_to: ÐвÑоÑ
+ show:
+ title: 'ҮзгÓÑÑүлÓÑ Ó©ÐµÐ¼Ðµ: %{id}'
+ created_ago_html: 'Ðүпме вакÑÑ Ñлек ÑÑалдÑ: %{time_ago}'
+ closed_ago_html: 'Ðүпме вакÑÑ Ñлек ÑбÑлдÑ: %{time_ago}'
+ created_ago_by_html: 'Ðүпме вакÑÑ Ñлек ÑÑалдÑ: %{time_ago}, кем ÑаÑаÑÑннан:
+ %{user}'
+ closed_ago_by_html: 'Ðүпме вакÑÑ Ñлек ÑбÑлдÑ: %{time_ago}, кем ÑаÑаÑÑннан: %{user}'
+ discussion: Ð¤Ð¸ÐºÐµÑ Ð°Ð»ÑÑÑ
+ join_discussion: ÐÓÑ
ÓÑÑÓ ÐºÐ°ÑнаÑÑ Ó©Ñен Ñ
иÑапÑÑзмагÑзга кеÑегез
+ still_open: ҮзгÓÑÑүлÓÑ Ó©ÐµÐ¼Ðµ ÓÐ»ÐµÐ³Ó Ð°ÑÑк. Ул ÑбÑÐ»Ð³Ð°Ñ Ð±ÓÑ
ÓÑÐºÓ ÑÑнда Ñк кеÑеÑгÓ
+ мөмкин бÑлÑÑ.
+ comment_by_html: '%{user} иÑемле кÑлланÑÑÑдан ÑÓÑеÑ
%{time_ago}'
+ hidden_comment_by_html: '%{user} иÑемле кÑлланÑÑÑдан ÑÑеÑен ÑÓÑеÑ
%{time_ago}'
+ changesetxml: ҮзгÓÑÑүлÓÑ Ó©ÐµÐ¼ÐµÐ½ÐµÒ£ XMLÑ
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ÐокÑÐ°Ð»Ð°Ñ (%{count})
+ nodes_paginated: ÐокÑÐ°Ð»Ð°Ñ (%{count} нокÑадан %{x}-%{y})
+ ways: СÑзÑÐºÐ»Ð°Ñ (%{count})
+ ways_paginated: СÑзÑÐºÐ»Ð°Ñ (%{count} ÑÑзÑкÑан %{x}-%{y})
+ relations: ÐөнÓÑÓбÓÑлÓÑ (%{count})
+ relations_paginated: ÐөнÓÑÓбÓÑлÓÑ (%{count} мөнÓÑÓбÓÑÑÓн %{x}-%{y})
dashboards:
contact:
latest_edit_html: 'Ð¡Ð¾Ò£Ð³Ñ ÑөзÓÑÐ¼Ó (%{ago}):'
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 4fe97ebea..2fef0aeb3 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -392,12 +392,6 @@ uk:
destroy:
success: ÐблÑковий Ð·Ð°Ð¿Ð¸Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð¾.
browse:
- created: СÑвоÑено
- closed: ÐакÑиÑо
- created_ago_html: СÑвоÑено %{time_ago}
- closed_ago_html: ÐакÑиÑо %{time_ago}
- created_ago_by_html: СÑвоÑив(ла) %{user} %{time_ago}
- closed_ago_by_html: ÐакÑив(ла) %{time_ago} %{user}
deleted_ago_by_html: ÐилÑÑив(ла) %{time_ago} %{user}
edited_ago_by_html: ÐмÑнено %{user} %{time_ago}
version: ÐеÑÑÑÑ
@@ -419,23 +413,6 @@ uk:
view_history: ÐеÑеглÑд ÑÑÑоÑÑÑ
view_details: ÐоÑоÑна ÑнÑоÑмаÑÑÑ
location: 'ÐооÑдинаÑи:'
- changeset:
- title: 'ÐабÑÑ Ð·Ð¼Ñн: %{id}'
- belongs_to: ÐвÑоÑ
- node: ТоÑки (%{count})
- node_paginated: ТоÑки (%{x}-%{y} Ñз %{count})
- way: ÐÑнÑÑ (%{count})
- way_paginated: ÐÑнÑÑ (%{x}-%{y} Ñз %{count})
- relation: ÐвâÑзки (%{count})
- relation_paginated: ÐвâÑзки (%{x}-%{y} Ñз %{count})
- hidden_comment_by_html: ÐÑиÑ
ований коменÑÐ°Ñ Ð²Ñд %{user} %{time_ago}
- comment_by_html: ÐоменÑÐ°Ñ Ð²Ñд %{user} %{time_ago}
- changesetxml: XML Ð¾Ð¿Ð¸Ñ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн
- osmchangexml: osmChange XML
- join_discussion: УвÑйдÑÑÑ Ð² ÑиÑÑемÑ, Ñоб пÑиÑднаÑиÑÑ Ð´Ð¾ обговоÑеннÑ
- discussion: ÐбговоÑеннÑ
- still_open: ÐабÑÑ Ð·Ð¼Ñн доÑÑ Ð²ÑдкÑиÑий â обговоÑÐµÐ½Ð½Ñ Ð±Ñде вÑдкÑиÑо, Ñк ÑÑлÑки
- вÑн ÑÑане закÑиÑим.
node:
title_html: 'ТоÑка: %{name}'
history_title_html: 'ÐÑÑоÑÑÑ ÑоÑки: %{name}'
@@ -550,6 +527,30 @@ uk:
feed:
title: ÐабÑÑ Ð·Ð¼Ñн %{id}
title_comment: ÐабÑÑ Ð·Ð¼Ñн %{id} â %{comment}
+ created: СÑвоÑено
+ closed: ÐакÑиÑо
+ belongs_to: ÐвÑоÑ
+ show:
+ title: 'ÐабÑÑ Ð·Ð¼Ñн: %{id}'
+ created_ago_html: СÑвоÑено %{time_ago}
+ closed_ago_html: ÐакÑиÑо %{time_ago}
+ created_ago_by_html: СÑвоÑив(ла) %{user} %{time_ago}
+ closed_ago_by_html: ÐакÑив(ла) %{time_ago} %{user}
+ discussion: ÐбговоÑеннÑ
+ join_discussion: УвÑйдÑÑÑ Ð² ÑиÑÑемÑ, Ñоб пÑиÑднаÑиÑÑ Ð´Ð¾ обговоÑеннÑ
+ still_open: ÐабÑÑ Ð·Ð¼Ñн доÑÑ Ð²ÑдкÑиÑий â обговоÑÐµÐ½Ð½Ñ Ð±Ñде вÑдкÑиÑо, Ñк ÑÑлÑки
+ вÑн ÑÑане закÑиÑим.
+ comment_by_html: ÐоменÑÐ°Ñ Ð²Ñд %{user} %{time_ago}
+ hidden_comment_by_html: ÐÑиÑ
ований коменÑÐ°Ñ Ð²Ñд %{user} %{time_ago}
+ changesetxml: XML Ð¾Ð¿Ð¸Ñ Ð½Ð°Ð±Ð¾ÑÑ Ð·Ð¼Ñн
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: ТоÑки (%{count})
+ nodes_paginated: ТоÑки (%{x}-%{y} Ñз %{count})
+ ways: ÐÑнÑÑ (%{count})
+ ways_paginated: ÐÑнÑÑ (%{x}-%{y} Ñз %{count})
+ relations: ÐвâÑзки (%{count})
+ relations_paginated: ÐвâÑзки (%{x}-%{y} Ñз %{count})
timeout:
sorry: Ðа жалÑ, пеÑелÑк набоÑÑв змÑн, Ñкий ви запÑоÑили, поÑÑебÑÑ Ð·Ð°Ð±Ð°Ð³Ð°Ñо ÑаÑÑ
Ð´Ð»Ñ Ð·Ð°Ð²Ð°Ð½ÑаженнÑ.
@@ -1925,10 +1926,6 @@ uk:
new password button: ÐиÑлÑÑÑ Ð¼ÐµÐ½Ñ Ð½Ð¾Ð²Ð¸Ð¹ паÑолÑ
help_text: ÐведÑÑÑ Ð°Ð´ÑеÑÑ Ð²Ð°ÑÐ¾Ñ ÐµÐ»ÐµÐºÑÑÐ¾Ð½Ð½Ð¾Ñ Ð¿Ð¾ÑÑи, ÑÐºÑ Ð²Ð¸ викоÑиÑÑовÑвали длÑ
ÑеÑÑÑÑаÑÑÑ, Ñ Ð¼Ð¸ надÑÑлемо ÑнÑÑÑÑкÑÑÑ, Ñк можна вÑдновиÑи Ð²Ð°Ñ Ð¿Ð°ÑолÑ.
- create:
- notice email on way: Шкода, Ñо ви вÑÑаÑили паÑÐ¾Ð»Ñ :-( але нÑÑого, ÑкоÑо пÑийде
- лиÑÑ Ñ Ð²Ð¸ зможеÑе пеÑевÑÑановиÑи ÑвÑй паÑолÑ.
- notice email cannot find: Ðа жалÑ, Ñака адÑеÑа не заÑеÑÑÑÑована.
edit:
title: Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð¿Ð°ÑолÑ
heading: Ð¡ÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð¿Ð°ÑÐ¾Ð»Ñ Ð´Ð»Ñ %{user}
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 82df5b4fe..be8c2f827 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -312,12 +312,6 @@ vi:
destroy:
success: Äã Xóa Tà i khoản
browse:
- created: Tạo
- closed: Äóng
- created_ago_html: Tạo %{time_ago}
- closed_ago_html: Äóng %{time_ago}
- created_ago_by_html: Tạo %{time_ago} bá»i %{user}
- closed_ago_by_html: Äóng %{time_ago} bá»i %{user}
deleted_ago_by_html: Xóa %{time_ago} bá»i %{user}
edited_ago_by_html: Sá»a Äá»i %{time_ago} bá»i %{user}
version: Phiên bản
@@ -333,23 +327,6 @@ vi:
view_history: Xem Lá»ch sá»
view_details: Xem Chi tiết
location: 'Vá» trÃ:'
- changeset:
- title: 'Bá» thay Äá»i: %{id}'
- belongs_to: Tác giả
- node: Các ná»t (%{count})
- node_paginated: Các ná»t (%{x}â%{y} trên %{count})
- way: Các lá»i (%{count})
- way_paginated: Các lá»i (%{x}â%{y} trên %{count})
- relation: Các quan hỠ(%{count})
- relation_paginated: Các quan há» (%{x}â%{y} trên %{count})
- hidden_comment_by_html: Nháºn xét ẩn của %{user} từ %{time_ago}
- comment_by_html: Nháºn xét của %{user} từ %{time_ago}
- changesetxml: Bá» thay Äá»i XML
- osmchangexml: osmChange XML
- join_discussion: ÄÄng nháºp Äá» tham gia thảo luáºn
- discussion: Thảo luáºn
- still_open: Bá» thay Äá»i Äang má» â có thá» thảo luáºn sau khi bá» thay Äá»i Äược
- Äóng.
node:
title_html: 'Ná»t: %{name}'
history_title_html: 'Lá»ch sá» Ná»t: %{name}'
@@ -456,6 +433,30 @@ vi:
feed:
title: Bá» thay Äá»i %{id}
title_comment: Bá» thay Äá»i %{id} â %{comment}
+ created: Tạo
+ closed: Äóng
+ belongs_to: Tác giả
+ show:
+ title: 'Bá» thay Äá»i: %{id}'
+ created_ago_html: Tạo %{time_ago}
+ closed_ago_html: Äóng %{time_ago}
+ created_ago_by_html: Tạo %{time_ago} bá»i %{user}
+ closed_ago_by_html: Äóng %{time_ago} bá»i %{user}
+ discussion: Thảo luáºn
+ join_discussion: ÄÄng nháºp Äá» tham gia thảo luáºn
+ still_open: Bá» thay Äá»i Äang má» â có thá» thảo luáºn sau khi bá» thay Äá»i Äược
+ Äóng.
+ comment_by_html: Nháºn xét của %{user} từ %{time_ago}
+ hidden_comment_by_html: Nháºn xét ẩn của %{user} từ %{time_ago}
+ changesetxml: Bá» thay Äá»i XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: Các ná»t (%{count})
+ nodes_paginated: Các ná»t (%{x}â%{y} trên %{count})
+ ways: Các lá»i (%{count})
+ ways_paginated: Các lá»i (%{x}â%{y} trên %{count})
+ relations: Các quan hỠ(%{count})
+ relations_paginated: Các quan há» (%{x}â%{y} trên %{count})
timeout:
sorry: Rất tiếc, viá»c lấy danh sách bá» thay Äá»i tá»n quá nhiá»u thì giá».
changeset_comments:
@@ -1667,10 +1668,6 @@ vi:
new password button: Äặt lại máºt khẩu
help_text: Nháºp Äá»a chá» thÆ° Äiá»n tá» mà bạn Äã dùng Äá» má» tà i khoản, rá»i chúng
tôi sẽ gá»i liên kết cho Äá»a chá» Äó Äá» cho bạn Äặt lại máºt khẩu.
- create:
- notice email on way: Äáng tiếc là bạn quên nó. :-( May là thÆ° Äiá»n tá» sắp tá»i
- Äá» bạn Äặt nó lại.
- notice email cannot find: Rất tiếc, không tìm thấy Äá»a chá» thÆ° Äiá»n tá».
edit:
title: Äặt lại máºt khẩu
heading: Äặt lại Máºt khẩu của %{user}
diff --git a/config/locales/xmf.yml b/config/locales/xmf.yml
index 47efe981f..5dfe084d5 100644
--- a/config/locales/xmf.yml
+++ b/config/locales/xmf.yml
@@ -273,10 +273,6 @@ xmf:
destroy:
success: ááááá áá¨áᥠááááá¡á·.
browse:
- created: áááá¥ááááá£
- closed: ááááá á
- created_ago_html: áááá§á· %{time_ago}
- closed_ago_html: áááá§á· %{time_ago}
version: ááá á¡áá
in_changeset: ááá áá¤áá¤áᨠááááá¢á
anonymous: ááááááá
@@ -292,21 +288,6 @@ xmf:
view_history: áá¡á¢áá ááᨠá«áá áá¤á
view_details: ááá¢áááá¤áᨠá«áá áá¤á
location: áá áááË
- changeset:
- title: 'ááá áá¤áá¤áᨠááááá¢á: %{id}'
- belongs_to: ááá¢áá á
- node: áá£á áá£ááá¤á (%{count})
- node_paginated: áá£á áá£ááá¤á (%{x}-%{y} %{count}-á¨á)
- way: á¦áááá¤á (%{count})
- way_paginated: á¦áááá¤á (%{x}-%{y} %{count}-á¨á)
- relation: á£á áááá ááááá¤á (%{count})
- relation_paginated: á£á áááá ááááá¤á (%{x}-%{y} %{count}-á¨á)
- changesetxml: ááá á£áá¤áᨠááááá¢áᨠXML
- osmchangexml: osmChange XML
- join_discussion: áááá¨áá ááá á¡áá¡á¢áááá¨á, ááá¨áá áááá·-áá, á¡á®á£áá£áá¡ á¥áááááááá
- discussion: á¡á®á£áá£á
- still_open: ááá á£áá¤áᨠááááá¢á ááá á¦ááá á á. á¡á®á£áá£á á®ááááááá áááá¤á£ áá¸á, áá£áá ááá á£áá¤áá¨
- ááááá¢á áááááá£á.
node:
title_html: 'áá£á áá£áá: %{name}'
history_title_html: 'áá£á áá£ááᨠáá¡á¢áá áá: %{name}'
@@ -412,6 +393,26 @@ xmf:
feed:
title: ááá á£áá¤áᨠááááá¢á %{id}
title_comment: ááá á£áá¤áᨠááááá¢á %{id} - %{comment}
+ created: áááá¥ááááá£
+ closed: ááááá á
+ belongs_to: ááá¢áá á
+ show:
+ title: 'ááá áá¤áá¤áᨠááááá¢á: %{id}'
+ created_ago_html: áááá§á· %{time_ago}
+ closed_ago_html: áááá§á· %{time_ago}
+ discussion: á¡á®á£áá£á
+ join_discussion: áááá¨áá ááá á¡áá¡á¢áááá¨á, ááá¨áá áááá·-áá, á¡á®á£áá£áá¡ á¥áááááááá
+ still_open: ááá á£áá¤áᨠááááá¢á ááá á¦ááá á á. á¡á®á£áá£á á®ááááááá áááá¤á£ áá¸á, áá£áá ááá á£áá¤áá¨
+ ááááá¢á áááááá£á.
+ changesetxml: ááá á£áá¤áᨠááááá¢áᨠXML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: áá£á áá£ááá¤á (%{count})
+ nodes_paginated: áá£á áá£ááá¤á (%{x}-%{y} %{count}-á¨á)
+ ways: á¦áááá¤á (%{count})
+ ways_paginated: á¦áááá¤á (%{x}-%{y} %{count}-á¨á)
+ relations: á£á áááá ááááá¤á (%{count})
+ relations_paginated: á£á áááá ááááá¤á (%{x}-%{y} %{count}-á¨á)
timeout:
sorry: á¡áááá á¦áá, ááá á£áá¤áᨠááááá¢áá¤áᨠáá áááá£áá, áááá£á áá¥áá áááá®ááá·á, á«áááá áááá
ááá á¯á ááá ááá¨áá¦áááá á.
diff --git a/config/locales/yi.yml b/config/locales/yi.yml
index d93073817..7a548b85b 100644
--- a/config/locales/yi.yml
+++ b/config/locales/yi.yml
@@ -65,8 +65,6 @@ yi:
show:
cancel: ×Ö·× ×××ר×
browse:
- created: ×עש×ַפֿ×
- closed: ×עש××ס×
version: ××ערס××¢
anonymous: ×Ö·× ×× ××
no_comment: (ק××× ×ער×ת)
@@ -78,6 +76,10 @@ yi:
changesets:
changeset_paging_nav:
showing_page: ×××Ö·× %{page}
+ index:
+ feed:
+ created: ×עש×ַפֿ×
+ closed: ×עש××ס×
geocoder:
search_osm_nominatim:
prefix:
diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml
index 2fe9875a2..43ae11f07 100644
--- a/config/locales/zh-CN.yml
+++ b/config/locales/zh-CN.yml
@@ -378,12 +378,6 @@ zh-CN:
destroy:
success: è´¦æ·å·²å é¤ã
browse:
- created: å建äº
- closed: å
³éäº
- created_ago_html: åå»ºäº %{time_ago}
- closed_ago_html: å
³éäº %{time_ago}
- created_ago_by_html: ç± %{user} åå»ºäº %{time_ago}
- closed_ago_by_html: ç± %{user} å
³éäº %{time_ago}
deleted_ago_by_html: ç± %{user} å é¤äº %{time_ago}
edited_ago_by_html: ç±%{user} ç¼è¾äº %{time_ago}
version: çæ¬
@@ -401,22 +395,6 @@ zh-CN:
view_history: æ¥çåå²
view_details: æ¥ç详æ
location: ä½ç½®ï¼
- changeset:
- title: åæ´éï¼%{id}
- belongs_to: ä½è
- node: èç¹ (%{count})
- node_paginated: èç¹ (%{x}-%{y}ï¼å
± %{count})
- way: è·¯å¾ (%{count})
- way_paginated: è·¯å¾ (%{x}-%{y}ï¼å
± %{count})
- relation: å
³ç³» (%{count})
- relation_paginated: å
³ç³» (%{x}-%{y}ï¼å
± %{count})
- hidden_comment_by_html: '%{user} äº %{time_ago} çéèè¯è®º'
- comment_by_html: '%{user} äº %{time_ago} çè¯è®º'
- changesetxml: åæ´é XML
- osmchangexml: osmChange XML
- join_discussion: ç»å½ä»¥å å
¥è®¨è®º
- discussion: 讨论
- still_open: åæ´éä¾ç¶å¼æ¾ââä¸æ¦åæ´éå
³é讨论å°å¼æ¾ã
node:
title_html: èç¹ï¼%{name}
history_title_html: èç¹åå²ï¼%{name}
@@ -529,6 +507,42 @@ zh-CN:
feed:
title: åæ´é %{id}
title_comment: åæ´é %{id} - %{comment}
+ created: å建äº
+ closed: å
³éäº
+ belongs_to: ä½è
+ subscribe:
+ heading: 订é
以ä¸åæ´é讨论åï¼
+ button: 订é
讨论
+ unsubscribe:
+ heading: é订以ä¸åæ´é讨论åï¼
+ button: é订讨论
+ heading:
+ title: åæ´é %{id}
+ created_by_html: ç± %{link_user} å¨ %{created} å建ã
+ no_such_entry:
+ title: æ æ¤åæ´é
+ heading: æ¾ä¸å°ID为%{id}çæç«
+ body: 对ä¸èµ·ï¼æ²¡æID为 %{id} çåæ´éã请æ£æ¥æ¨çæ¼åï¼æè
å¯è½æ¯ç¹å»äºé误çé¾æ¥ã
+ show:
+ title: åæ´éï¼%{id}
+ created_ago_html: åå»ºäº %{time_ago}
+ closed_ago_html: å
³éäº %{time_ago}
+ created_ago_by_html: ç± %{user} åå»ºäº %{time_ago}
+ closed_ago_by_html: ç± %{user} å
³éäº %{time_ago}
+ discussion: 讨论
+ join_discussion: ç»å½ä»¥å å
¥è®¨è®º
+ still_open: åæ´éä¾ç¶å¼æ¾ââä¸æ¦åæ´éå
³é讨论å°å¼æ¾ã
+ comment_by_html: '%{user} äº %{time_ago} çè¯è®º'
+ hidden_comment_by_html: '%{user} äº %{time_ago} çéèè¯è®º'
+ changesetxml: åæ´é XML
+ osmchangexml: osmChange XML
+ paging_nav:
+ nodes: èç¹ (%{count})
+ nodes_paginated: èç¹ (%{x}-%{y}ï¼å
± %{count})
+ ways: è·¯å¾ (%{count})
+ ways_paginated: è·¯å¾ (%{x}-%{y}ï¼å
± %{count})
+ relations: å
³ç³» (%{count})
+ relations_paginated: å
³ç³» (%{x}-%{y}ï¼å
± %{count})
timeout:
sorry: æ±æï¼æ¨æ请æ±çåæ´éå表æ£ç´¢æ¶é´è¿é¿ã
changeset_comments:
@@ -640,6 +654,12 @@ zh-CN:
comment: è¯è®º
newer_comments: è¾æ°è¯è®º
older_comments: è¾æ§è¯è®º
+ subscribe:
+ heading: 订é
以ä¸æ¥è®°è®¨è®ºåï¼
+ button: 订é
讨论
+ unsubscribe:
+ heading: é订以ä¸æ¥è®°è®¨è®ºåï¼
+ button: é订讨论
doorkeeper:
errors:
messages:
@@ -1623,12 +1643,15 @@ zh-CN:
more: æ´å¤
user_mailer:
diary_comment_notification:
+ description: 'OpenStreetMap æ¥è®° #%{id}'
subject: '[OpenStreetMap] %{user} å¨æ¥è®°ç¯ç®çä¸äºè¯è®º'
hi: æ¨å¥½ï¼%{to_user}ï¼
header: '%{from_user} è¯è®ºäºä¸»é¢ä¸º %{subject} ç OpenStreetMap æ¥è®°æç« ï¼'
header_html: '%{from_user} è¯è®ºäºä¸»é¢ä¸º %{subject} ç OpenStreetMap æ¥è®°æç« ï¼'
footer: æ¨ä¹å¯ä»¥éè¿%{readurl}æ¥è¯»åè¯è®ºï¼å¹¶ä¸å¨%{commenturl}æ¥æ°åè¯è®ºæè
éè¿%{replyurl}åä½è
åéæ¶æ¯
footer_html: æ¨ä¹å¯ä»¥éè¿%{readurl}æ¥çè¯è®ºï¼å¹¶å¨%{commenturl}æ°åè¯è®ºæéè¿%{replyurl}åä½è
åéæ¶æ¯
+ footer_unsubscribe: æ¨å¯è®¿é®%{unsubscribeurl}以ä»è¯¥è®¨è®ºä¸é订ã
+ footer_unsubscribe_html: æ¨å¯è®¿é®%{unsubscribeurl}以ä»è¯¥è®¨è®ºä¸é订ã
message_notification:
subject: '[OpenStreetMap] %{message_title}'
hi: æ¨å¥½ï¼%{to_user}ï¼
@@ -1675,6 +1698,7 @@ zh-CN:
hopefully_you: æ人(å¯è½æ¯æ¨)å·²è¦æ±é置该çµåé®ä»¶å°åä¸ç openstreetmap.org å¸æ·å¯ç ã
click_the_link: å¦æè¿æ¯æ¨ï¼è¯·ç¹å»ä¸é¢çé¾æ¥éç½®æ¨çå¯ç ã
note_comment_notification:
+ description: 'OpenStreetMap 注记 #%{id}'
anonymous: å¿åç¨æ·
greeting: æ¨å¥½ï¼
commented:
@@ -1701,6 +1725,7 @@ zh-CN:
details: æ´å¤å
³äºç¬è®°ç详ç»ä¿¡æ¯å¯ä»¥å¨%{url}æ¾å°ã
details_html: æ´å¤å
³äºç¬è®°ç详ç»ä¿¡æ¯å¯ä»¥å¨%{url}æ¾å°ã
changeset_comment_notification:
+ description: 'OpenStreetMap åæ´é #%{id}'
hi: æ¨å¥½ï¼%{to_user}ï¼
greeting: æ¨å¥½ï¼
commented:
@@ -1715,8 +1740,8 @@ zh-CN:
partial_changeset_without_comment: 没æè¯è®º
details: æ´å¤å
³äºåæ´éç详ç»ä¿¡æ¯å¯ä»¥å¨ %{url} æ¾å°ã
details_html: æ´å¤æå
³åæ´éç详ç»ä¿¡æ¯ï¼è¯·åè§ %{url}ã
- unsubscribe: è¦ä»è¯¥åæ´éä¸é订ï¼è¯·è®¿é®%{url}ï¼å¹¶ç¹å»âé订âã
- unsubscribe_html: è¦ä»è¯¥åæ´éä¸é订ï¼è¯·è®¿é®%{url}ï¼å¹¶ç¹å»âé订âã
+ unsubscribe: æ¨å¯è®¿é®%{url}以ä»è¯¥åæ´éä¸é订ã
+ unsubscribe_html: æ¨å¯è®¿é®%{url}以ä»è¯¥åæ´éä¸é订ã
confirmations:
confirm:
heading: æ£æ¥æ¨ççµåé®ä»¶ï¼
@@ -1815,9 +1840,6 @@ zh-CN:
email address: çµåé®ä»¶å°å
new password button: éç½®å¯ç
help_text: è¾å
¥æ¨ççµåé®ä»¶å°åæ¥æ³¨åï¼æ们ä¼å¯åºé¾æ¥ç»å®ï¼è¿æ ·æ¨å°±å¯ä»¥ç¨å®æ¥éç½®å¯ç ã
- create:
- notice email on way: å¾éæ¾æ¨é失äºå¯ç :-(ä¸è¿ä¸å°çµåé®ä»¶å·²ç»åå¾æ¨çé®ç®±ï¼æ¨å¾å¿«å°±å¯ä»¥éç½®å¯ç äºã
- notice email cannot find: 对ä¸èµ·ï¼æ æ³æ¾å°é®ç®±ã
edit:
title: éç½®å¯ç
heading: éç½®%{user}çå¯ç
diff --git a/config/locales/zh-HK.yml b/config/locales/zh-HK.yml
index e7bcfe949..0f5b241bf 100644
--- a/config/locales/zh-HK.yml
+++ b/config/locales/zh-HK.yml
@@ -285,11 +285,6 @@ zh-HK:
view_history: 檢è¦æ·å²
view_details: 檢è¦è©³ç´°è³æ
location: ä½ç½®ï¼
- changeset:
- title: è®æ´éï¼%{id}
- belongs_to: 製ä½è
- changesetxml: è®æ´éXML
- osmchangexml: osmChangeæ ¼å¼XML
relation_member:
type:
node: ç¯é»
@@ -341,6 +336,11 @@ zh-HK:
load_more: è¼å
¥æ´å¤
feed:
title: è®æ´é %{id}
+ belongs_to: 製ä½è
+ show:
+ title: è®æ´éï¼%{id}
+ changesetxml: è®æ´éXML
+ osmchangexml: osmChangeæ ¼å¼XML
dashboards:
show:
nearby users: å
¶ä»éè¿çç¨æ¶
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index f109d7a80..ed1617944 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -245,7 +245,6 @@ zh-TW:
one: '%{count} å¹´å'
other: '%{count} å¹´å'
printable_name:
- version: v%{version}
current_and_old_links_html: '%{current_link}ï¼%{old_link}'
editor:
default: é è¨ (ç®åçº %{name})
@@ -343,12 +342,6 @@ zh-TW:
destroy:
success: 帳èå·²åªé¤ã
browse:
- created: 建ç«æ¼
- closed: ééæ¼
- created_ago_html: '%{time_ago}建ç«'
- closed_ago_html: '%{time_ago}éé'
- created_ago_by_html: ç±%{user}%{time_ago}建ç«
- closed_ago_by_html: ç±%{user}%{time_ago}éé
deleted_ago_by_html: ç±%{user}%{time_ago}åªé¤
edited_ago_by_html: ç±%{user}%{time_ago}編輯
version: çæ¬
@@ -366,22 +359,6 @@ zh-TW:
view_history: 檢è¦æ·å²
view_details: 檢è¦è©³ç´°è³æ
location: ä½ç½®ï¼
- changeset:
- title: è®æ´éï¼%{id}
- belongs_to: ä½è
- node: ç¯é» (å
± %{count} é
)
- node_paginated: ç¯é» (å
± %{count} é
ä¸ç第 %{x}-%{y} é
)
- way: è·¯å¾ (å
± %{count} é
)
- way_paginated: è·¯ç· (%{count} ç %{x}-%{y})
- relation: éè¯ (%{count})
- relation_paginated: éè¯ (%{count} ç %{x}-%{y})
- hidden_comment_by_html: '%{user}%{time_ago}é±èè©è«'
- comment_by_html: ä¾èª%{user}%{time_ago}çè©è«
- changesetxml: è®æ´é XML
- osmchangexml: osmChange æ ¼å¼ XML
- join_discussion: ç»å
¥ä»¥åå è¨è«
- discussion: è¨è«
- still_open: è®æ´éä»çºéå - è¨è«è¦å¨è®æ´éééå¾ææéåã
node:
title_html: ç¯é»ï¼%{name}
history_title_html: ç¯é»æ·å²ï¼%{name}
@@ -496,6 +473,42 @@ zh-TW:
feed:
title: è®æ´é %{id}
title_comment: è®æ´é %{id} - %{comment}
+ created: 建ç«æ¼
+ closed: ééæ¼
+ belongs_to: ä½è
+ subscribe:
+ heading: è¨é±ä»¥ä¸è®æ´éè¨è«ï¼
+ button: è¨é±è¨è«
+ unsubscribe:
+ heading: åæ¶è¨é±ä»¥ä¸è®æ´éè¨è«ï¼
+ button: åæ¶è¨é±è¨è«
+ heading:
+ title: è®æ´é %{id}
+ created_by_html: ç± %{link_user} å¨ %{created} 建ç«ã
+ no_such_entry:
+ title: æ²æé樣çè®æ´é
+ heading: æ²æ id çº %{id} çé
ç®
+ body: æ±æï¼æ²æ id çº %{id} çè®æ´éãè«æª¢æ¥æ¨çæ¼åï¼æè
å¯è½æ¯æ¨æå°é¯èª¤çé£çµã
+ show:
+ title: è®æ´éï¼%{id}
+ created_ago_html: '%{time_ago}建ç«'
+ closed_ago_html: '%{time_ago}éé'
+ created_ago_by_html: ç±%{user}%{time_ago}建ç«
+ closed_ago_by_html: ç±%{user}%{time_ago}éé
+ discussion: è¨è«
+ join_discussion: ç»å
¥ä»¥åå è¨è«
+ still_open: è®æ´éä»çºéå - è¨è«è¦å¨è®æ´éééå¾ææéåã
+ comment_by_html: ä¾èª%{user}%{time_ago}çè©è«
+ hidden_comment_by_html: '%{user}%{time_ago}é±èè©è«'
+ changesetxml: è®æ´é XML
+ osmchangexml: osmChange æ ¼å¼ XML
+ paging_nav:
+ nodes: ç¯é» (å
± %{count} é
)
+ nodes_paginated: ç¯é» (å
± %{count} é
ä¸ç第 %{x}-%{y} é
)
+ ways: è·¯å¾ (å
± %{count} é
)
+ ways_paginated: è·¯ç· (%{count} ç %{x}-%{y})
+ relations: éè¯ (%{count})
+ relations_paginated: éè¯ (%{count} ç %{x}-%{y})
timeout:
sorry: å¾æ±æï¼æ¨è«æ±çè®æ´éæ¸
å®éé·ç¡æ³è®åã
changeset_comments:
@@ -1599,6 +1612,7 @@ zh-TW:
more: æ´å¤
user_mailer:
diary_comment_notification:
+ description: 'OpenStreetMap æ¥è¨é
ç® #%{id}'
subject: '[OpenStreetMap] %{user} å·²è©è«æ¥è¨é
ç®'
hi: '%{to_user} æ¨å¥½ï¼'
header: '%{from_user} è©è«ä¸»æ¨çº %{subject} ç OpenStreetMap æ¥è¨é
ç®ï¼'
@@ -1654,6 +1668,7 @@ zh-TW:
hopefully_you: æ人 (æ許æ¯æ¨) è¦æ±å°ä»¥æ¤é»åéµä»¶å°å註åç openstreetmap.org 帳èï¼éè¨å¯ç¢¼ã
click_the_link: å¦æéæ¯æ¨ï¼è«æä¸åé£çµéè¨æ¨çå¯ç¢¼ã
note_comment_notification:
+ description: 'OpenStreetMap è¨»è¨ #%{id}'
anonymous: å¿å使ç¨è
greeting: æ¨å¥½ï¼
commented:
@@ -1680,6 +1695,7 @@ zh-TW:
details: éæ¼è¨»è¨çæ´å¤è©³ç´°è³æå¯å¨ %{url} æ¾å°ã
details_html: éæ¼è¨»è¨çæ´å¤è©³ç´°è³æå¯å¨ %{url} æ¾å°ã
changeset_comment_notification:
+ description: 'OpenStreetMap è®æ´é #%{id}'
hi: å¨ %{to_user}ï¼
greeting: æ¨å¥½ï¼
commented:
@@ -1694,8 +1710,8 @@ zh-TW:
partial_changeset_without_comment: æ²æè©è«
details: éæ¼è®æ´éç詳æ
å¯å¨ %{url} æ¾å°ã
details_html: éæ¼è®æ´éç詳æ
å¯å¨ %{url} æ¾å°ã
- unsubscribe: è¦åæ¶è¨é±æ¤è®æ´éçæ´æ°å
§å®¹ï¼è«è¨ªå%{url}並é»æãåæ¶è¨é±ãã
- unsubscribe_html: è¦åæ¶è¨é±æ¤è®æ´éçæ´æ°å
§å®¹ï¼è«è¨ªå%{url}並é»æãåæ¶è¨é±ãã
+ unsubscribe: æ¨å¯ä»¥å¨ %{url} åæ¶è¨é±æ¤è®æ´éçæ´æ°å
§å®¹ã
+ unsubscribe_html: æ¨å¯ä»¥å¨ %{url} åæ¶è¨é±æ¤è®æ´éçæ´æ°å
§å®¹ã
confirmations:
confirm:
heading: è«æª¢æ¥æ¨çé»åéµä»¶ï¼
@@ -1798,9 +1814,6 @@ zh-TW:
email address: é»åéµä»¶å°å
new password button: éè¨å¯ç¢¼
help_text: 輸å
¥æ¨çé»åéµä»¶å°åä¾è¨»åï¼æåæå°é£çµéè³è©²å°åï¼èæ¨å¯ä»¥ç¨å®ä¾éè¨å¯ç¢¼ã
- create:
- notice email on way: å¾éºæ¾æ¨å¿äºå® :-( ä¸éè®æ¨å¯ä»¥éè¨å®çé»åéµä»¶å·²ç¶å¯åºï¼æ¨å¾
æ便å¯éè¨ã
- notice email cannot find: å¾æ±æï¼æ¾ä¸å°è©²é»åéµä»¶å°åã
edit:
title: éè¨å¯ç¢¼
heading: éè¨ %{user} çå¯ç¢¼
diff --git a/config/routes.rb b/config/routes.rb
index af5730d21..98184e0e1 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -118,7 +118,7 @@ OpenStreetMap::Application.routes.draw do
get "/relation/:id" => "browse#relation", :id => /\d+/, :as => :relation
get "/relation/:id/history" => "browse#relation_history", :id => /\d+/, :as => :relation_history
resources :old_relations, :path => "/relation/:id/history", :id => /\d+/, :version => /\d+/, :param => :version, :only => :show
- get "/changeset/:id" => "browse#changeset", :as => :changeset, :id => /\d+/
+ resources :changesets, :path => "changeset", :id => /\d+/, :only => :show
get "/changeset/:id/comments/feed" => "changeset_comments#index", :as => :changeset_comments_feed, :id => /\d*/, :defaults => { :format => "rss" }
resources :notes, :path => "note", :only => [:show, :new]
diff --git a/test/controllers/accounts_controller_test.rb b/test/controllers/accounts_controller_test.rb
index 131292f41..18ad34f66 100644
--- a/test/controllers/accounts_controller_test.rb
+++ b/test/controllers/accounts_controller_test.rb
@@ -25,7 +25,6 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
# Make sure that you are redirected to the login page when
# you are not logged in
get edit_account_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/account/edit")
# Make sure we get the page when we are logged in as the right user
@@ -49,10 +48,8 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
# Adding external authentication should redirect to the auth provider
patch account_path, :params => { :user => user.attributes.merge(:auth_provider => "google") }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "google", :origin => "/account")
follow_redirect!
- assert_response :redirect
assert_redirected_to %r{^https://accounts.google.com/o/oauth2/auth\?.*}
# Changing name to one that exists should fail
@@ -74,7 +71,6 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
# Changing name to one that doesn't exist should work
new_attributes = user.attributes.dup.merge(:display_name => "new tester")
patch account_path, :params => { :user => new_attributes }
- assert_response :redirect
assert_redirected_to edit_account_url
get edit_account_path
assert_response :success
@@ -116,7 +112,6 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
patch account_path, :params => { :user => user.attributes }
end
end
- assert_response :redirect
assert_redirected_to edit_account_url
get edit_account_path
assert_response :success
@@ -135,7 +130,6 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
# Make sure that you are redirected to the login page when
# you are not logged in
get edit_account_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/account/edit")
# Make sure we get the page when we are logged in as the right user
diff --git a/test/controllers/browse_controller_test.rb b/test/controllers/browse_controller_test.rb
index 2bb743636..fcdd7c752 100644
--- a/test/controllers/browse_controller_test.rb
+++ b/test/controllers/browse_controller_test.rb
@@ -28,10 +28,6 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
{ :path => "/relation/1/history", :method => :get },
{ :controller => "browse", :action => "relation_history", :id => "1" }
)
- assert_routing(
- { :path => "/changeset/1", :method => :get },
- { :controller => "browse", :action => "changeset", :id => "1" }
- )
assert_routing(
{ :path => "/query", :method => :get },
{ :controller => "browse", :action => "query" }
@@ -40,7 +36,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_relation
relation = create(:relation)
- browse_check :relation_path, relation.id, "browse/feature"
+ sidebar_browse_check :relation_path, relation.id, "browse/feature"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_relation_path relation, 1}']", :text => "1", :count => 1
end
@@ -51,7 +47,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_multiple_version_relation_links
relation = create(:relation, :with_history, :version => 2)
- browse_check :relation_path, relation.id, "browse/feature"
+ sidebar_browse_check :relation_path, relation.id, "browse/feature"
assert_select ".secondary-actions a[href='#{relation_history_path relation}']", :count => 1
assert_select ".secondary-actions a[href='#{old_relation_path relation, 1}']", :count => 1
assert_select ".secondary-actions a[href='#{old_relation_path relation, 2}']", :count => 1
@@ -59,7 +55,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_relation_history
relation = create(:relation, :with_history)
- browse_check :relation_history_path, relation.id, "browse/history"
+ sidebar_browse_check :relation_history_path, relation.id, "browse/history"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_relation_path relation, 1}']", :text => "1", :count => 1
end
@@ -67,7 +63,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_way
way = create(:way)
- browse_check :way_path, way.id, "browse/feature"
+ sidebar_browse_check :way_path, way.id, "browse/feature"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_way_path way, 1}']", :text => "1", :count => 1
end
@@ -78,7 +74,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_multiple_version_way_links
way = create(:way, :with_history, :version => 2)
- browse_check :way_path, way.id, "browse/feature"
+ sidebar_browse_check :way_path, way.id, "browse/feature"
assert_select ".secondary-actions a[href='#{way_history_path way}']", :count => 1
assert_select ".secondary-actions a[href='#{old_way_path way, 1}']", :count => 1
assert_select ".secondary-actions a[href='#{old_way_path way, 2}']", :count => 1
@@ -86,7 +82,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_way_history
way = create(:way, :with_history)
- browse_check :way_history_path, way.id, "browse/history"
+ sidebar_browse_check :way_history_path, way.id, "browse/history"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_way_path way, 1}']", :text => "1", :count => 1
end
@@ -94,7 +90,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_node
node = create(:node)
- browse_check :node_path, node.id, "browse/feature"
+ sidebar_browse_check :node_path, node.id, "browse/feature"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_node_path node, 1}']", :text => "1", :count => 1
end
@@ -105,7 +101,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_multiple_version_node_links
node = create(:node, :with_history, :version => 2)
- browse_check :node_path, node.id, "browse/feature"
+ sidebar_browse_check :node_path, node.id, "browse/feature"
assert_select ".secondary-actions a[href='#{node_history_path node}']", :count => 1
assert_select ".secondary-actions a[href='#{old_node_path node, 1}']", :count => 1
assert_select ".secondary-actions a[href='#{old_node_path node, 2}']", :count => 1
@@ -113,7 +109,7 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_deleted_node
node = create(:node, :visible => false)
- browse_check :node_path, node.id, "browse/feature"
+ sidebar_browse_check :node_path, node.id, "browse/feature"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_node_path node, 1}']", :text => "1", :count => 1
end
@@ -122,35 +118,12 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
def test_read_node_history
node = create(:node, :with_history)
- browse_check :node_history_path, node.id, "browse/history"
+ sidebar_browse_check :node_history_path, node.id, "browse/history"
assert_select "h4", /^Version/ do
assert_select "a[href='#{old_node_path node, 1}']", :text => "1", :count => 1
end
end
- def test_read_changeset
- user = create(:user)
- changeset = create(:changeset, :user => user)
- create(:changeset, :user => user)
- browse_check :changeset_path, changeset.id, "browse/changeset"
- end
-
- def test_read_private_changeset
- user = create(:user)
- changeset = create(:changeset, :user => create(:user, :data_public => false))
- create(:changeset, :user => user)
- browse_check :changeset_path, changeset.id, "browse/changeset"
- end
-
- def test_read_changeset_element_links
- changeset = create(:changeset)
- node = create(:node, :with_history, :changeset => changeset)
-
- browse_check :changeset_path, changeset.id, "browse/changeset"
- assert_dom "a[href='#{node_path node}']", :count => 1
- assert_dom "a[href='#{old_node_path node, 1}']", :count => 1
- end
-
##
# Methods to check redaction.
#
@@ -193,6 +166,21 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
assert_select ".browse-section.browse-node .longitude", 0
end
+ def test_redacted_node_unredacted_history
+ session_for(create(:moderator_user))
+ node = create(:node, :with_history, :deleted, :version => 2)
+ node_v1 = node.old_nodes.find_by(:version => 1)
+ node_v1.redact!(create(:redaction))
+
+ get node_history_path(:id => node, :params => { :show_redactions => true })
+ assert_response :success
+ assert_template "browse/history"
+
+ assert_select ".browse-section", 2
+ assert_select ".browse-section.browse-redacted", 0
+ assert_select ".browse-section.browse-node", 2
+ end
+
def test_redacted_way_history
way = create(:way, :with_history, :version => 4)
way_v1 = way.old_ways.find_by(:version => 1)
@@ -211,6 +199,23 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
assert_select ".browse-section.browse-way", 2
end
+ def test_redacted_way_unredacted_history
+ session_for(create(:moderator_user))
+ way = create(:way, :with_history, :version => 4)
+ way_v1 = way.old_ways.find_by(:version => 1)
+ way_v1.redact!(create(:redaction))
+ way_v3 = way.old_ways.find_by(:version => 3)
+ way_v3.redact!(create(:redaction))
+
+ get way_history_path(:id => way, :params => { :show_redactions => true })
+ assert_response :success
+ assert_template "browse/history"
+
+ assert_select ".browse-section", 4
+ assert_select ".browse-section.browse-redacted", 0
+ assert_select ".browse-section.browse-way", 4
+ end
+
def test_redacted_relation_history
relation = create(:relation, :with_history, :version => 4)
relation_v1 = relation.old_relations.find_by(:version => 1)
@@ -229,47 +234,107 @@ class BrowseControllerTest < ActionDispatch::IntegrationTest
assert_select ".browse-section.browse-relation", 2
end
+ def test_redacted_relation_unredacted_history
+ session_for(create(:moderator_user))
+ relation = create(:relation, :with_history, :version => 4)
+ relation_v1 = relation.old_relations.find_by(:version => 1)
+ relation_v1.redact!(create(:redaction))
+ relation_v3 = relation.old_relations.find_by(:version => 3)
+ relation_v3.redact!(create(:redaction))
+
+ get relation_history_path(:id => relation, :params => { :show_redactions => true })
+ assert_response :success
+ assert_template "browse/history"
+
+ assert_select ".browse-section", 4
+ assert_select ".browse-section.browse-redacted", 0
+ assert_select ".browse-section.browse-relation", 4
+ end
+
def test_query
get query_path
assert_response :success
assert_template "browse/query"
end
- private
-
- # This is a convenience method for most of the above checks
- # First we check that when we don't have an id, it will correctly return a 404
- # then we check that we get the correct 404 when a non-existant id is passed
- # then we check that it will get a successful response, when we do pass an id
- def browse_check(path, id, template)
- path_method = method(path)
+ def test_anonymous_user_feature_page_secondary_actions
+ node = create(:node, :with_history)
+ get node_path(:id => node)
+ assert_response :success
+ assert_select ".secondary-actions a", :text => "View Details", :count => 0
+ assert_select ".secondary-actions a", :text => "View History", :count => 1
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 0
+ end
- assert_raise ActionController::UrlGenerationError do
- get path_method.call
- end
+ def test_regular_user_feature_page_secondary_actions
+ session_for(create(:user))
+ node = create(:node, :with_history)
+ get node_path(:id => node)
+ assert_response :success
+ assert_select ".secondary-actions a", :text => "View Details", :count => 0
+ assert_select ".secondary-actions a", :text => "View History", :count => 1
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 0
+ end
- assert_raise ActionController::UrlGenerationError do
- get path_method.call(:id => -10) # we won't have an id that's negative
- end
+ def test_moderator_user_feature_page_secondary_actions
+ session_for(create(:moderator_user))
+ node = create(:node, :with_history)
+ get node_path(:id => node)
+ assert_response :success
+ assert_select ".secondary-actions a", :text => "View Details", :count => 0
+ assert_select ".secondary-actions a", :text => "View History", :count => 1
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 1
+ end
- get path_method.call(:id => 0)
- assert_response :not_found
- assert_template "browse/not_found"
- assert_template :layout => "map"
+ def test_anonymous_user_history_page_secondary_actions
+ node = create(:node, :with_history)
+ get node_history_path(:id => node)
+ assert_response :success
+ assert_select ".secondary-actions a", :text => "View Details", :count => 1
+ assert_select ".secondary-actions a", :text => "View History", :count => 0
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 0
+ end
- get path_method.call(:id => 0), :xhr => true
- assert_response :not_found
- assert_template "browse/not_found"
- assert_template :layout => "xhr"
+ def test_regular_user_history_page_secondary_actions
+ session_for(create(:user))
+ node = create(:node, :with_history)
+ get node_history_path(:id => node)
+ assert_response :success
+ assert_select ".secondary-actions a", :text => "View Details", :count => 1
+ assert_select ".secondary-actions a", :text => "View History", :count => 0
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 0
+ end
- get path_method.call(:id => id)
+ def test_moderator_user_history_page_secondary_actions
+ session_for(create(:moderator_user))
+ node = create(:node, :with_history)
+ get node_history_path(:id => node)
assert_response :success
- assert_template template
- assert_template :layout => "map"
+ assert_select ".secondary-actions a", :text => "View Details", :count => 1
+ assert_select ".secondary-actions a", :text => "View History", :count => 0
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 1
+ end
+
+ def test_anonymous_user_unredacted_history_page_secondary_actions
+ node = create(:node, :with_history)
+ get node_history_path(:id => node, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
- get path_method.call(:id => id), :xhr => true
+ def test_regular_user_unredacted_history_page_secondary_actions
+ session_for(create(:user))
+ node = create(:node, :with_history)
+ get node_history_path(:id => node, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ def test_moderator_user_unredacted_history_page_secondary_actions
+ session_for(create(:moderator_user))
+ node = create(:node, :with_history)
+ get node_history_path(:id => node, :params => { :show_redactions => true })
assert_response :success
- assert_template template
- assert_template :layout => "xhr"
+ assert_select ".secondary-actions a", :text => "View Details", :count => 1
+ assert_select ".secondary-actions a", :text => "View History", :count => 1
+ assert_select ".secondary-actions a", :text => "View Unredacted History", :count => 0
end
end
diff --git a/test/controllers/changesets_controller_test.rb b/test/controllers/changesets_controller_test.rb
index a0747a0cd..0b2616525 100644
--- a/test/controllers/changesets_controller_test.rb
+++ b/test/controllers/changesets_controller_test.rb
@@ -4,6 +4,10 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
##
# test all routes which lead to this controller
def test_routes
+ assert_routing(
+ { :path => "/changeset/1", :method => :get },
+ { :controller => "changesets", :action => "show", :id => "1" }
+ )
assert_routing(
{ :path => "/user/name/history", :method => :get },
{ :controller => "changesets", :action => "index", :display_name => "name" }
@@ -121,8 +125,9 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
# Checks the display of the user changesets listing
def test_index_user
user = create(:user)
- create(:changeset, :user => user)
- create(:changeset, :closed, :user => user)
+ create(:changeset, :user => user, :num_changes => 1)
+ create(:changeset, :closed, :user => user, :num_changes => 1)
+ user.reload
get history_path(:format => "html", :display_name => user.display_name)
assert_response :success
@@ -179,7 +184,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
_changeset2 = create(:changeset, :user => create(:user), :num_changes => 1)
get friend_changesets_path
- assert_response :redirect
assert_redirected_to login_path(:referer => friend_changesets_path)
session_for(private_user)
@@ -205,7 +209,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
_changeset2 = create(:changeset, :user => far_away_user, :num_changes => 1)
get nearby_changesets_path
- assert_response :redirect
assert_redirected_to login_path(:referer => nearby_changesets_path)
session_for(private_user)
@@ -252,6 +255,67 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
assert_response :success
end
+ def test_show
+ changeset = create(:changeset)
+ create(:changeset_tag, :changeset => changeset, :k => "comment", :v => "tested-changeset-comment")
+ commenting_user = create(:user)
+ changeset_comment = create(:changeset_comment, :changeset => changeset, :author => commenting_user, :body => "Unwanted comment")
+
+ sidebar_browse_check :changeset_path, changeset.id, "changesets/show"
+ assert_dom "h2", :text => "Changeset: #{changeset.id}"
+ assert_dom "p", :text => "tested-changeset-comment"
+ assert_dom "li#c#{changeset_comment.id}" do
+ assert_dom "> small", :text => /^Comment from #{commenting_user.display_name}/
+ end
+ end
+
+ def test_show_closed_changeset
+ changeset = create(:changeset, :closed)
+
+ sidebar_browse_check :changeset_path, changeset.id, "changesets/show"
+ end
+
+ def test_show_private_changeset
+ user = create(:user)
+ changeset = create(:changeset, :user => create(:user, :data_public => false))
+ create(:changeset, :user => user)
+
+ sidebar_browse_check :changeset_path, changeset.id, "changesets/show"
+ end
+
+ def test_show_element_links
+ changeset = create(:changeset)
+ node = create(:node, :with_history, :changeset => changeset)
+ way = create(:way, :with_history, :changeset => changeset)
+ relation = create(:relation, :with_history, :changeset => changeset)
+
+ sidebar_browse_check :changeset_path, changeset.id, "changesets/show"
+ assert_dom "a[href='#{node_path node}']", :count => 1
+ assert_dom "a[href='#{old_node_path node, 1}']", :count => 1
+ assert_dom "a[href='#{way_path way}']", :count => 1
+ assert_dom "a[href='#{old_way_path way, 1}']", :count => 1
+ assert_dom "a[href='#{relation_path relation}']", :count => 1
+ assert_dom "a[href='#{old_relation_path relation, 1}']", :count => 1
+ end
+
+ def test_show_paginated_element_links
+ page_size = 20
+ changeset = create(:changeset)
+ nodes = create_list(:node, page_size + 1, :with_history, :changeset => changeset)
+ ways = create_list(:way, page_size + 1, :with_history, :changeset => changeset)
+ relations = create_list(:relation, page_size + 1, :with_history, :changeset => changeset)
+
+ sidebar_browse_check :changeset_path, changeset.id, "changesets/show"
+ page_size.times do |i|
+ assert_dom "a[href='#{node_path nodes[i]}']", :count => 1
+ assert_dom "a[href='#{old_node_path nodes[i], 1}']", :count => 1
+ assert_dom "a[href='#{way_path ways[i]}']", :count => 1
+ assert_dom "a[href='#{old_way_path ways[i], 1}']", :count => 1
+ assert_dom "a[href='#{relation_path relations[i]}']", :count => 1
+ assert_dom "a[href='#{old_relation_path relations[i], 1}']", :count => 1
+ end
+ end
+
##
# This should display the last 20 non-empty changesets
def test_feed
@@ -331,7 +395,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
# Check that we can't request later pages of the changesets feed
def test_feed_max_id
get history_feed_path(:format => "atom", :max_id => 100)
- assert_response :redirect
assert_redirected_to :action => :feed
end
@@ -342,7 +405,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
path = changeset_subscribe_path(changeset)
get path
- assert_response :redirect
assert_redirected_to login_path(:referer => path)
session_for(other_user)
@@ -363,7 +425,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
assert_difference "changeset.subscribers.count", 1 do
post changeset_subscribe_path(changeset)
end
- assert_response :redirect
assert_redirected_to changeset_path(changeset)
assert changeset.reload.subscribed?(other_user)
end
@@ -400,7 +461,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
path = changeset_unsubscribe_path(changeset)
get path
- assert_response :redirect
assert_redirected_to login_path(:referer => path)
session_for(other_user)
@@ -423,7 +483,6 @@ class ChangesetsControllerTest < ActionDispatch::IntegrationTest
assert_difference "changeset.subscribers.count", -1 do
post changeset_unsubscribe_path(changeset)
end
- assert_response :redirect
assert_redirected_to changeset_path(changeset)
assert_not changeset.reload.subscribed?(other_user)
end
diff --git a/test/controllers/confirmations_controller_test.rb b/test/controllers/confirmations_controller_test.rb
index 82580dc68..0f4315e4f 100644
--- a/test/controllers/confirmations_controller_test.rb
+++ b/test/controllers/confirmations_controller_test.rb
@@ -64,7 +64,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# Now try to get the confirmation page again
get user_confirm_path, :params => { :display_name => user.display_name, :confirm_string => confirm_string }
- assert_response :redirect
assert_redirected_to root_path
end
@@ -191,7 +190,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# Get the confirmation page
get user_confirm_path, :params => { :display_name => user.display_name, :confirm_string => confirm_string }
- assert_response :redirect
assert_redirected_to root_path
# Confirm the user
@@ -211,7 +209,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
end
end
- assert_response :redirect
assert_redirected_to login_path
assert_equal("confirmations/resend_success_flash", flash[:notice][:partial])
assert_equal({ :email => user.email, :sender => Settings.email_from }, flash[:notice][:locals])
@@ -234,7 +231,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
end
end
- assert_response :redirect
assert_redirected_to login_path
assert_match "User #{user.display_name} not found.", flash[:error]
end
@@ -252,7 +248,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
end
end
- assert_response :redirect
assert_redirected_to login_path
assert_match "User #{user.display_name} not found.", flash[:error]
end
@@ -264,7 +259,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
end
end
- assert_response :redirect
assert_redirected_to login_path
assert_match "User No Such User not found.", flash[:error]
end
@@ -284,7 +278,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
confirm_string = user.generate_token_for(:new_email)
post user_confirm_email_path, :params => { :confirm_string => confirm_string }
- assert_response :redirect
assert_redirected_to edit_account_path
assert_match(/Confirmed your change of email address/, flash[:notice])
end
@@ -294,14 +287,12 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
confirm_string = user.generate_token_for(:new_email)
post user_confirm_email_path, :params => { :confirm_string => confirm_string }
- assert_response :redirect
assert_redirected_to edit_account_path
assert_match(/already been confirmed/, flash[:error])
end
def test_confirm_email_bad_token
post user_confirm_email_path, :params => { :confirm_string => "XXXXX" }
- assert_response :redirect
assert_redirected_to edit_account_path
assert_match(/confirmation code has expired or does not exist/, flash[:error])
end
@@ -318,7 +309,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# precondition gravatar should be turned off
assert_not user.image_use_gravatar
post user_confirm_email_path, :params => { :confirm_string => confirm_string }
- assert_response :redirect
assert_redirected_to edit_account_path
assert_match(/Confirmed your change of email address/, flash[:notice])
# gravatar use should now be enabled
@@ -333,7 +323,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# precondition gravatar should be turned on
assert user.image_use_gravatar
post user_confirm_email_path, :params => { :confirm_string => confirm_string }
- assert_response :redirect
assert_redirected_to edit_account_path
assert_match(/Confirmed your change of email address/, flash[:notice])
# gravatar use should now be disabled
diff --git a/test/controllers/diary_entries_controller_test.rb b/test/controllers/diary_entries_controller_test.rb
index e7d812b3e..e2300e27b 100644
--- a/test/controllers/diary_entries_controller_test.rb
+++ b/test/controllers/diary_entries_controller_test.rb
@@ -120,7 +120,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Make sure that you are redirected to the login page when you
# are not logged in
get new_diary_entry_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/diary/new")
end
@@ -184,7 +183,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
:diary_entry => { :title => "New Title", :body => "This is a new body for the diary entry", :latitude => "1.1",
:longitude => "2.2", :language_code => "en" })
end
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
entry = DiaryEntry.order(:id).last
assert_equal user.id, entry.user_id
@@ -211,7 +209,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
:diary_entry => { :title => "New Title", :body => "This is a new body for the diary entry", :latitude => "1.1",
:longitude => "2.2", :language_code => "de" })
end
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
entry = DiaryEntry.order(:id).last
assert_equal user.id, entry.user_id
@@ -240,7 +237,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
post diary_entries_path(:commit => "save",
:diary_entry => { :title => spammy_title, :body => spammy_body, :language_code => "en" })
end
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
entry = DiaryEntry.order(:id).last
assert_equal user.id, entry.user_id
@@ -251,7 +247,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Follow the redirect
get diary_entries_path(:display_name => user.display_name)
- assert_response :redirect
assert_redirected_to :controller => :users, :action => :suspended
end
@@ -264,7 +259,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Make sure that you are redirected to the login page when you are
# not logged in, without and with the id of the entry you want to edit
get edit_diary_entry_path(:display_name => entry.user.display_name, :id => entry)
- assert_response :redirect
assert_redirected_to login_path(:referer => "/user/#{ERB::Util.u(entry.user.display_name)}/diary/#{entry.id}/edit")
session_for(other_user)
@@ -272,7 +266,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Verify that you get redirected to show if you are not the user
# that created the entry
get edit_diary_entry_path(:display_name => entry.user.display_name, :id => entry)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => entry.user.display_name, :id => entry.id
session_for(entry.user)
@@ -315,7 +308,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
put diary_entry_path(:display_name => entry.user.display_name, :id => entry, :commit => "save",
:diary_entry => { :title => new_title, :body => new_body, :latitude => new_latitude,
:longitude => new_longitude, :language_code => new_language_code })
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => entry.user.display_name, :id => entry.id
# Now check that the new data is rendered, when logged in
@@ -407,7 +399,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
end
end
end
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => entry.user.display_name, :id => entry.id
email = ActionMailer::Base.deliveries.first
assert_equal [user.email], email.to
@@ -450,7 +441,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
end
end
end
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => entry.user.display_name, :id => entry.id
email = ActionMailer::Base.deliveries.first
assert_equal [user.email], email.to
@@ -466,7 +456,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Follow the redirect
get diary_entries_path(:display_name => user.display_name)
- assert_response :redirect
assert_redirected_to :controller => :users, :action => :suspended
# Now show the diary entry, and check the new comment is not present
@@ -512,7 +501,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Try a list of diary entries for your friends when not logged in
get friends_diary_entries_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/diary/friends")
# Try a list of diary entries for your friends when logged in
@@ -532,7 +520,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Try a list of diary entries for nearby users when not logged in
get nearby_diary_entries_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/diary/nearby")
# Try a list of diary entries for nearby users when logged in
@@ -767,14 +754,12 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Now try as a normal user
session_for(user)
post hide_diary_entry_path(:display_name => user.display_name, :id => diary_entry)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert DiaryEntry.find(diary_entry.id).visible
# Now try as a moderator
session_for(create(:moderator_user))
post hide_diary_entry_path(:display_name => user.display_name, :id => diary_entry)
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
assert_not DiaryEntry.find(diary_entry.id).visible
@@ -784,7 +769,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Finally try as an administrator
session_for(create(:administrator_user))
post hide_diary_entry_path(:display_name => user.display_name, :id => diary_entry)
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
assert_not DiaryEntry.find(diary_entry.id).visible
end
@@ -801,14 +785,12 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Now try as a normal user
session_for(user)
post unhide_diary_entry_path(:display_name => user.display_name, :id => diary_entry)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_not DiaryEntry.find(diary_entry.id).visible
# Now try as a moderator
session_for(create(:moderator_user))
post unhide_diary_entry_path(:display_name => user.display_name, :id => diary_entry)
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
assert DiaryEntry.find(diary_entry.id).visible
@@ -818,7 +800,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Finally try as an administrator
session_for(create(:administrator_user))
post unhide_diary_entry_path(:display_name => user.display_name, :id => diary_entry)
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
assert DiaryEntry.find(diary_entry.id).visible
end
@@ -836,14 +817,12 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Now try as a normal user
session_for(user)
post hide_diary_comment_path(:display_name => user.display_name, :id => diary_entry, :comment => diary_comment)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert DiaryComment.find(diary_comment.id).visible
# Try as a moderator
session_for(create(:moderator_user))
post hide_diary_comment_path(:display_name => user.display_name, :id => diary_entry, :comment => diary_comment)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => user.display_name, :id => diary_entry.id
assert_not DiaryComment.find(diary_comment.id).visible
@@ -853,7 +832,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Finally try as an administrator
session_for(create(:administrator_user))
post hide_diary_comment_path(:display_name => user.display_name, :id => diary_entry, :comment => diary_comment)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => user.display_name, :id => diary_entry.id
assert_not DiaryComment.find(diary_comment.id).visible
end
@@ -871,14 +849,12 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Now try as a normal user
session_for(user)
post unhide_diary_comment_path(:display_name => user.display_name, :id => diary_entry, :comment => diary_comment)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_not DiaryComment.find(diary_comment.id).visible
# Now try as a moderator
session_for(create(:moderator_user))
post unhide_diary_comment_path(:display_name => user.display_name, :id => diary_entry, :comment => diary_comment)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => user.display_name, :id => diary_entry.id
assert DiaryComment.find(diary_comment.id).visible
@@ -888,7 +864,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
# Finally try as an administrator
session_for(create(:administrator_user))
post unhide_diary_comment_path(:display_name => user.display_name, :id => diary_entry, :comment => diary_comment)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => user.display_name, :id => diary_entry.id
assert DiaryComment.find(diary_comment.id).visible
end
@@ -931,7 +906,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
path = diary_entry_subscribe_path(:id => diary_entry, :display_name => user.display_name)
get path
- assert_response :redirect
assert_redirected_to login_path(:referer => path)
session_for(other_user)
@@ -987,7 +961,6 @@ class DiaryEntriesControllerTest < ActionDispatch::IntegrationTest
path = diary_entry_unsubscribe_path(:id => diary_entry, :display_name => user.display_name)
get path
- assert_response :redirect
assert_redirected_to login_path(:referer => path)
session_for(other_user)
diff --git a/test/controllers/export_controller_test.rb b/test/controllers/export_controller_test.rb
index a66d54481..e7539b41e 100644
--- a/test/controllers/export_controller_test.rb
+++ b/test/controllers/export_controller_test.rb
@@ -18,7 +18,6 @@ class ExportControllerTest < ActionDispatch::IntegrationTest
# test the finish action for raw OSM data
def test_finish_osm
post export_finish_path(:minlon => 0, :minlat => 50, :maxlon => 1, :maxlat => 51, :format => "osm")
- assert_response :redirect
assert_redirected_to "controller" => "api/map", "action" => "index", "bbox" => "0.0,50.0,1.0,51.0"
end
@@ -26,7 +25,6 @@ class ExportControllerTest < ActionDispatch::IntegrationTest
# test the finish action for mapnik images
def test_finish_mapnik
post export_finish_path(:minlon => 0, :minlat => 50, :maxlon => 1, :maxlat => 51, :format => "mapnik", :mapnik_format => "test", :mapnik_scale => "12")
- assert_response :redirect
assert_redirected_to "https://render.openstreetmap.org/cgi-bin/export?bbox=0.0,50.0,1.0,51.0&scale=12&format=test"
end
diff --git a/test/controllers/issue_comments_controller_test.rb b/test/controllers/issue_comments_controller_test.rb
index 99d244ff1..823d07776 100644
--- a/test/controllers/issue_comments_controller_test.rb
+++ b/test/controllers/issue_comments_controller_test.rb
@@ -8,7 +8,6 @@ class IssueCommentsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:user))
post issue_comments_path(:issue_id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_equal 0, issue.comments.length
end
@@ -20,7 +19,6 @@ class IssueCommentsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:administrator_user))
post issue_comments_path(:issue_id => issue, :issue_comment => { :body => "test comment" })
- assert_response :redirect
assert_redirected_to issue
assert_equal 1, issue.comments.length
end
diff --git a/test/controllers/issues_controller_test.rb b/test/controllers/issues_controller_test.rb
index f9f29afbb..a988fc909 100644
--- a/test/controllers/issues_controller_test.rb
+++ b/test/controllers/issues_controller_test.rb
@@ -4,13 +4,11 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
def test_index
# Access issues list without login
get issues_path
- assert_response :redirect
assert_redirected_to login_path(:referer => issues_path)
# Access issues list as normal user
session_for(create(:user))
get issues_path
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Access issues list as administrator
@@ -30,13 +28,11 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Access issue without login
get issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to login_path(:referer => issue_path(issue))
# Access issue as normal user
session_for(create(:user))
get issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Access issue as administrator
@@ -56,13 +52,11 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Access issue without login
get issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to login_path(:referer => issue_path(issue))
# Access issue as normal user
session_for(create(:user))
get issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Access issue as moderator
@@ -87,7 +81,6 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Resolve issue as normal user
session_for(create(:user))
post resolve_issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Resolve issue as administrator
@@ -114,7 +107,6 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Resolve issue as normal user
session_for(create(:user))
post resolve_issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Resolve issue as moderator
@@ -141,7 +133,6 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Ignore issue as normal user
session_for(create(:user))
post ignore_issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Ignore issue as administrator
@@ -168,7 +159,6 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Ignore issue as normal user
session_for(create(:user))
post ignore_issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Ignore issue as moderator
@@ -197,7 +187,6 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Reopen issue as normal user
session_for(create(:user))
post reopen_issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Reopen issue as administrator
@@ -226,7 +215,6 @@ class IssuesControllerTest < ActionDispatch::IntegrationTest
# Reopen issue as normal user
session_for(create(:user))
post reopen_issue_path(:id => issue)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Reopen issue as moderator
diff --git a/test/controllers/messages_controller_test.rb b/test/controllers/messages_controller_test.rb
index fcfc8da5e..4897e52bb 100644
--- a/test/controllers/messages_controller_test.rb
+++ b/test/controllers/messages_controller_test.rb
@@ -413,7 +413,6 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
# Asking to mark a message with no ID should fail
post message_mark_path
- assert_response :redirect
assert_redirected_to inbox_messages_path
# Asking to mark a message with a bogus ID should fail
@@ -464,7 +463,6 @@ class MessagesControllerTest < ActionDispatch::IntegrationTest
# Asking to destroy a message with no ID should fail
delete message_path
- assert_response :redirect
assert_redirected_to inbox_messages_path
# Asking to destroy a message with a bogus ID should fail
diff --git a/test/controllers/oauth2_applications_controller_test.rb b/test/controllers/oauth2_applications_controller_test.rb
index 1b6eaabfe..a5c37d808 100644
--- a/test/controllers/oauth2_applications_controller_test.rb
+++ b/test/controllers/oauth2_applications_controller_test.rb
@@ -43,7 +43,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
create_list(:oauth_application, 2, :owner => user)
get oauth_applications_path
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_applications_path)
session_for(user)
@@ -58,7 +57,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
user = create(:user)
get new_oauth_application_path
- assert_response :redirect
assert_redirected_to login_path(:referer => new_oauth_application_path)
session_for(user)
@@ -111,7 +109,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
:scopes => ["read_prefs"]
})
end
- assert_response :redirect
assert_redirected_to oauth_application_path(:id => Doorkeeper::Application.find_by(:name => "Test Application").id)
end
@@ -137,7 +134,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
:scopes => ["read_email"]
})
end
- assert_response :redirect
assert_redirected_to oauth_application_path(:id => Doorkeeper::Application.find_by(:name => "Test Application").id)
end
@@ -147,7 +143,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
other_client = create(:oauth_application)
get oauth_application_path(:id => client)
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_application_path(:id => client.id))
session_for(user)
@@ -167,7 +162,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
other_client = create(:oauth_application)
get edit_oauth_application_path(:id => client)
- assert_response :redirect
assert_redirected_to login_path(:referer => edit_oauth_application_path(:id => client.id))
session_for(user)
@@ -216,7 +210,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
:name => "New Name",
:redirect_uri => "https://new.example.com/url"
})
- assert_response :redirect
assert_redirected_to oauth_application_path(:id => client.id)
end
@@ -241,7 +234,6 @@ class Oauth2ApplicationsControllerTest < ActionDispatch::IntegrationTest
assert_difference "Doorkeeper::Application.count", -1 do
delete oauth_application_path(:id => client)
end
- assert_response :redirect
assert_redirected_to oauth_applications_path
end
end
diff --git a/test/controllers/oauth2_authorizations_controller_test.rb b/test/controllers/oauth2_authorizations_controller_test.rb
index 43fbe4df4..854f7cde5 100644
--- a/test/controllers/oauth2_authorizations_controller_test.rb
+++ b/test/controllers/oauth2_authorizations_controller_test.rb
@@ -29,7 +29,6 @@ class Oauth2AuthorizationsControllerTest < ActionDispatch::IntegrationTest
:redirect_uri => application.redirect_uri,
:response_type => "code",
:scope => "write_api")
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_authorization_path(:client_id => application.uid,
:redirect_uri => application.redirect_uri,
:response_type => "code",
@@ -52,7 +51,6 @@ class Oauth2AuthorizationsControllerTest < ActionDispatch::IntegrationTest
:redirect_uri => application.redirect_uri,
:response_type => "code",
:scope => "write_api")
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_authorization_path(:client_id => application.uid,
:redirect_uri => application.redirect_uri,
:response_type => "code",
@@ -119,7 +117,6 @@ class Oauth2AuthorizationsControllerTest < ActionDispatch::IntegrationTest
:redirect_uri => application.redirect_uri,
:response_type => "code",
:scope => "write_api")
- assert_response :redirect
assert_redirected_to(/^#{Regexp.escape(application.redirect_uri)}\?code=/)
end
@@ -160,7 +157,6 @@ class Oauth2AuthorizationsControllerTest < ActionDispatch::IntegrationTest
:redirect_uri => application.redirect_uri,
:response_type => "code",
:scope => "write_api")
- assert_response :redirect
assert_redirected_to(/^#{Regexp.escape(application.redirect_uri)}\?error=access_denied/)
end
diff --git a/test/controllers/oauth2_authorized_applications_controller_test.rb b/test/controllers/oauth2_authorized_applications_controller_test.rb
index c01f7d6f3..3a9088401 100644
--- a/test/controllers/oauth2_authorized_applications_controller_test.rb
+++ b/test/controllers/oauth2_authorized_applications_controller_test.rb
@@ -25,7 +25,6 @@ class Oauth2AuthorizedApplicationsControllerTest < ActionDispatch::IntegrationTe
create(:oauth_application)
get oauth_authorized_applications_path
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_authorized_applications_path)
session_for(user)
@@ -45,7 +44,6 @@ class Oauth2AuthorizedApplicationsControllerTest < ActionDispatch::IntegrationTe
create(:oauth_access_token, :resource_owner_id => user.id, :application => application1, :scopes => %w[read_prefs write_diary])
get oauth_authorized_applications_path
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_authorized_applications_path)
session_for(user)
@@ -78,7 +76,6 @@ class Oauth2AuthorizedApplicationsControllerTest < ActionDispatch::IntegrationTe
session_for(user)
delete oauth_authorized_application_path(:id => application1.id)
- assert_response :redirect
assert_redirected_to oauth_authorized_applications_path
get oauth_authorized_applications_path
diff --git a/test/controllers/oauth_clients_controller_test.rb b/test/controllers/oauth_clients_controller_test.rb
index f106b4af6..e448e0954 100644
--- a/test/controllers/oauth_clients_controller_test.rb
+++ b/test/controllers/oauth_clients_controller_test.rb
@@ -40,7 +40,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
create_list(:access_token, 2, :user => user)
get oauth_clients_path(:display_name => user.display_name)
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_clients_path(:display_name => user.display_name))
session_for(user)
@@ -55,7 +54,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
user = create(:user)
get new_oauth_client_path(:display_name => user.display_name)
- assert_response :redirect
assert_redirected_to login_path(:referer => new_oauth_client_path(:display_name => user.display_name))
session_for(user)
@@ -79,13 +77,11 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
with_settings(:oauth_10_registration => false) do
get new_oauth_client_path(:display_name => user.display_name)
- assert_response :redirect
assert_redirected_to login_path(:referer => new_oauth_client_path(:display_name => user.display_name))
session_for(user)
get new_oauth_client_path(:display_name => user.display_name)
- assert_response :redirect
assert_redirected_to oauth_clients_path(:display_name => user.display_name)
end
end
@@ -112,7 +108,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
:client_application => { :name => "Test Application",
:url => "http://test.example.com/" })
end
- assert_response :redirect
assert_redirected_to oauth_client_path(:id => ClientApplication.find_by(:name => "Test Application").id)
end
@@ -122,7 +117,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
other_client = create(:client_application)
get oauth_client_path(:display_name => user.display_name, :id => client)
- assert_response :redirect
assert_redirected_to login_path(:referer => oauth_client_path(:display_name => user.display_name, :id => client.id))
session_for(user)
@@ -142,7 +136,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
other_client = create(:client_application)
get edit_oauth_client_path(:display_name => user.display_name, :id => client)
- assert_response :redirect
assert_redirected_to login_path(:referer => edit_oauth_client_path(:display_name => user.display_name, :id => client.id))
session_for(user)
@@ -186,7 +179,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
put oauth_client_path(:display_name => user.display_name, :id => client,
:client_application => { :name => "New Name", :url => "http://new.example.com/url" })
- assert_response :redirect
assert_redirected_to oauth_client_path(:id => client.id)
end
@@ -211,7 +203,6 @@ class OauthClientsControllerTest < ActionDispatch::IntegrationTest
assert_difference "ClientApplication.count", -1 do
delete oauth_client_path(:display_name => user.display_name, :id => client)
end
- assert_response :redirect
assert_redirected_to oauth_clients_path(:display_name => user.display_name)
end
end
diff --git a/test/controllers/old_nodes_controller_test.rb b/test/controllers/old_nodes_controller_test.rb
index 3f2958bd3..a1232be76 100644
--- a/test/controllers/old_nodes_controller_test.rb
+++ b/test/controllers/old_nodes_controller_test.rb
@@ -19,6 +19,7 @@ class OldNodesControllerTest < ActionDispatch::IntegrationTest
end
assert_select ".secondary-actions a[href='#{node_version_path node, 1}']", :count => 1
assert_select ".secondary-actions a[href='#{node_path node}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1, :params => { :show_redactions => true }}']", :count => 0
assert_select ".secondary-actions a[href='#{node_history_path node}']", :count => 1
end
@@ -49,19 +50,69 @@ class OldNodesControllerTest < ActionDispatch::IntegrationTest
assert_select ".secondary-actions a[href='#{old_node_path node, 1}']", :count => 1
end
- def test_redacted
- node = create(:node, :with_history, :deleted, :version => 2)
- node_v1 = node.old_nodes.find_by(:version => 1)
- node_v1.redact!(create(:redaction))
+ test "show unrevealed redacted versions to anonymous users" do
+ node = create_redacted_node
get old_node_path(node, 1)
assert_response :success
assert_template "old_nodes/show"
assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
assert_select ".secondary-actions a[href='#{node_path node}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1, :params => { :show_redactions => true }}']", :count => 0
assert_select ".secondary-actions a[href='#{old_node_path node, 1}']", :count => 0
assert_select ".secondary-actions a[href='#{node_version_path node, 1}']", :count => 0
end
+ test "show unrevealed redacted versions to regular users" do
+ session_for(create(:user))
+ node = create_redacted_node
+ get old_node_path(node, 1)
+ assert_response :success
+ assert_template "old_nodes/show"
+ assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
+ assert_select ".secondary-actions a[href='#{node_path node}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1, :params => { :show_redactions => true }}']", :count => 0
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1}']", :count => 0
+ assert_select ".secondary-actions a[href='#{node_version_path node, 1}']", :count => 0
+ end
+
+ test "show unrevealed redacted versions to moderators" do
+ session_for(create(:moderator_user))
+ node = create_redacted_node
+ get old_node_path(node, 1)
+ assert_response :success
+ assert_template "old_nodes/show"
+ assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
+ assert_select ".secondary-actions a[href='#{node_path node}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1, :params => { :show_redactions => true }}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1}']", :count => 0
+ assert_select ".secondary-actions a[href='#{node_version_path node, 1}']", :count => 0
+ end
+
+ test "don't reveal redacted versions to anonymous users" do
+ node = create_redacted_node
+ get old_node_path(node, 1, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ test "don't reveal redacted versions to regular users" do
+ session_for(create(:user))
+ node = create_redacted_node
+ get old_node_path(node, 1, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ test "reveal redacted versions to moderators" do
+ session_for(create(:moderator_user))
+ node = create_redacted_node
+ get old_node_path(node, 1, :params => { :show_redactions => true })
+ assert_response :success
+ assert_select "td", :text => "TOP SECRET", :count => 1
+ assert_select ".secondary-actions a[href='#{old_node_path node, 1}']", :count => 1
+ end
+
def test_not_found
get old_node_path(0, 0)
assert_response :not_found
@@ -69,4 +120,14 @@ class OldNodesControllerTest < ActionDispatch::IntegrationTest
assert_template :layout => "map"
assert_select "#sidebar_content", /node #0 version 0 could not be found/
end
+
+ private
+
+ def create_redacted_node
+ create(:node, :with_history, :version => 2) do |node|
+ node_v1 = node.old_nodes.find_by(:version => 1)
+ create(:old_node_tag, :old_node => node_v1, :k => "name", :v => "TOP SECRET")
+ node_v1.redact!(create(:redaction))
+ end
+ end
end
diff --git a/test/controllers/old_relations_controller_test.rb b/test/controllers/old_relations_controller_test.rb
index 311e5958a..6eb6db9dd 100644
--- a/test/controllers/old_relations_controller_test.rb
+++ b/test/controllers/old_relations_controller_test.rb
@@ -19,6 +19,7 @@ class OldRelationsControllerTest < ActionDispatch::IntegrationTest
end
assert_select ".secondary-actions a[href='#{relation_version_path relation, 1}']", :count => 1
assert_select ".secondary-actions a[href='#{relation_path relation}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1, :params => { :show_redactions => true }}']", :count => 0
assert_select ".secondary-actions a[href='#{relation_history_path relation}']", :count => 1
end
@@ -58,19 +59,69 @@ class OldRelationsControllerTest < ActionDispatch::IntegrationTest
assert_template :layout => "map"
end
- def test_redacted
- relation = create(:relation, :with_history, :deleted, :version => 2)
- relation_v1 = relation.old_relations.find_by(:version => 1)
- relation_v1.redact!(create(:redaction))
+ test "show unrevealed redacted versions to anonymous users" do
+ relation = create_redacted_relation
get old_relation_path(relation, 1)
assert_response :success
assert_template "old_relations/show"
assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
assert_select ".secondary-actions a[href='#{relation_path relation}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1, :params => { :show_redactions => true }}']", :count => 0
assert_select ".secondary-actions a[href='#{old_relation_path relation, 1}']", :count => 0
assert_select ".secondary-actions a[href='#{relation_version_path relation, 1}']", :count => 0
end
+ test "show unrevealed redacted versions to regular users" do
+ session_for(create(:user))
+ relation = create_redacted_relation
+ get old_relation_path(relation, 1)
+ assert_response :success
+ assert_template "old_relations/show"
+ assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
+ assert_select ".secondary-actions a[href='#{relation_path relation}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1, :params => { :show_redactions => true }}']", :count => 0
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1}']", :count => 0
+ assert_select ".secondary-actions a[href='#{relation_version_path relation, 1}']", :count => 0
+ end
+
+ test "show unrevealed redacted versions to moderators" do
+ session_for(create(:moderator_user))
+ relation = create_redacted_relation
+ get old_relation_path(relation, 1)
+ assert_response :success
+ assert_template "old_relations/show"
+ assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
+ assert_select ".secondary-actions a[href='#{relation_path relation}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1, :params => { :show_redactions => true }}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1}']", :count => 0
+ assert_select ".secondary-actions a[href='#{relation_version_path relation, 1}']", :count => 0
+ end
+
+ test "don't reveal redacted versions to anonymous users" do
+ relation = create_redacted_relation
+ get old_relation_path(relation, 1, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ test "don't reveal redacted versions to regular users" do
+ session_for(create(:user))
+ relation = create_redacted_relation
+ get old_relation_path(relation, 1, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ test "reveal redacted versions to moderators" do
+ session_for(create(:moderator_user))
+ relation = create_redacted_relation
+ get old_relation_path(relation, 1, :params => { :show_redactions => true })
+ assert_response :success
+ assert_select "td", :text => "TOP SECRET", :count => 1
+ assert_select ".secondary-actions a[href='#{old_relation_path relation, 1}']", :count => 1
+ end
+
def test_not_found
get old_relation_path(0, 0)
assert_response :not_found
@@ -78,4 +129,14 @@ class OldRelationsControllerTest < ActionDispatch::IntegrationTest
assert_template :layout => "map"
assert_select "#sidebar_content", /relation #0 version 0 could not be found/
end
+
+ private
+
+ def create_redacted_relation
+ create(:relation, :with_history, :version => 2) do |relation|
+ relation_v1 = relation.old_relations.find_by(:version => 1)
+ create(:old_relation_tag, :old_relation => relation_v1, :k => "name", :v => "TOP SECRET")
+ relation_v1.redact!(create(:redaction))
+ end
+ end
end
diff --git a/test/controllers/old_ways_controller_test.rb b/test/controllers/old_ways_controller_test.rb
index d428605c5..d28a23ef5 100644
--- a/test/controllers/old_ways_controller_test.rb
+++ b/test/controllers/old_ways_controller_test.rb
@@ -19,6 +19,7 @@ class OldWaysControllerTest < ActionDispatch::IntegrationTest
end
assert_select ".secondary-actions a[href='#{way_version_path way, 1}']", :count => 1
assert_select ".secondary-actions a[href='#{way_path way}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1, :params => { :show_redactions => true }}']", :count => 0
assert_select ".secondary-actions a[href='#{way_history_path way}']", :count => 1
end
@@ -63,19 +64,69 @@ class OldWaysControllerTest < ActionDispatch::IntegrationTest
assert_template :layout => "map"
end
- def test_redacted
- way = create(:way, :with_history, :deleted, :version => 2)
- way_v1 = way.old_ways.find_by(:version => 1)
- way_v1.redact!(create(:redaction))
+ test "show unrevealed redacted versions to anonymous users" do
+ way = create_redacted_way
get old_way_path(way, 1)
assert_response :success
assert_template "old_ways/show"
assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
assert_select ".secondary-actions a[href='#{way_path way}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1, :params => { :show_redactions => true }}']", :count => 0
assert_select ".secondary-actions a[href='#{old_way_path way, 1}']", :count => 0
assert_select ".secondary-actions a[href='#{way_version_path way, 1}']", :count => 0
end
+ test "show unrevealed redacted versions to regular users" do
+ session_for(create(:user))
+ way = create_redacted_way
+ get old_way_path(way, 1)
+ assert_response :success
+ assert_template "old_ways/show"
+ assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
+ assert_select ".secondary-actions a[href='#{way_path way}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1, :params => { :show_redactions => true }}']", :count => 0
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1}']", :count => 0
+ assert_select ".secondary-actions a[href='#{way_version_path way, 1}']", :count => 0
+ end
+
+ test "show unrevealed redacted versions to moderators" do
+ session_for(create(:moderator_user))
+ way = create_redacted_way
+ get old_way_path(way, 1)
+ assert_response :success
+ assert_template "old_ways/show"
+ assert_template :layout => "map"
+ assert_select "td", :text => "TOP SECRET", :count => 0
+ assert_select ".secondary-actions a[href='#{way_path way}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1, :params => { :show_redactions => true }}']", :count => 1
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1}']", :count => 0
+ assert_select ".secondary-actions a[href='#{way_version_path way, 1}']", :count => 0
+ end
+
+ test "don't reveal redacted versions to anonymous users" do
+ way = create_redacted_way
+ get old_way_path(way, 1, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ test "don't reveal redacted versions to regular users" do
+ session_for(create(:user))
+ way = create_redacted_way
+ get old_way_path(way, 1, :params => { :show_redactions => true })
+ assert_response :redirect
+ end
+
+ test "reveal redacted versions to moderators" do
+ session_for(create(:moderator_user))
+ way = create_redacted_way
+ get old_way_path(way, 1, :params => { :show_redactions => true })
+ assert_response :success
+ assert_select "td", :text => "TOP SECRET", :count => 1
+ assert_select ".secondary-actions a[href='#{old_way_path way, 1}']", :count => 1
+ end
+
def test_not_found
get old_way_path(0, 0)
assert_response :not_found
@@ -83,4 +134,14 @@ class OldWaysControllerTest < ActionDispatch::IntegrationTest
assert_template :layout => "map"
assert_select "#sidebar_content", /way #0 version 0 could not be found/
end
+
+ private
+
+ def create_redacted_way
+ create(:way, :with_history, :version => 2) do |way|
+ way_v1 = way.old_ways.find_by(:version => 1)
+ create(:old_way_tag, :old_way => way_v1, :k => "name", :v => "TOP SECRET")
+ way_v1.redact!(create(:redaction))
+ end
+ end
end
diff --git a/test/controllers/passwords_controller_test.rb b/test/controllers/passwords_controller_test.rb
index 25cfdd4e5..9ceadfefb 100644
--- a/test/controllers/passwords_controller_test.rb
+++ b/test/controllers/passwords_controller_test.rb
@@ -49,14 +49,23 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
post user_forgot_password_path, :params => { :email => user.email }
end
end
- assert_response :redirect
assert_redirected_to login_path
- assert_match(/^Sorry you lost it/, flash[:notice])
+ assert_match(/^If your email address exists/, flash[:notice])
email = ActionMailer::Base.deliveries.first
assert_equal 1, email.to.count
assert_equal user.email, email.to.first
ActionMailer::Base.deliveries.clear
+ # Test resetting using an address that does not exist
+ assert_no_difference "ActionMailer::Base.deliveries.size" do
+ perform_enqueued_jobs do
+ post user_forgot_password_path, :params => { :email => "nobody@example.com" }
+ end
+ end
+ # Be paranoid about revealing there was no match
+ assert_redirected_to login_path
+ assert_match(/^If your email address exists/, flash[:notice])
+
# Test resetting using an address that matches a different user
# that has the same address in a different case
assert_difference "ActionMailer::Base.deliveries.size", 1 do
@@ -64,9 +73,8 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
post user_forgot_password_path, :params => { :email => user.email.upcase }
end
end
- assert_response :redirect
assert_redirected_to login_path
- assert_match(/^Sorry you lost it/, flash[:notice])
+ assert_match(/^If your email address exists/, flash[:notice])
email = ActionMailer::Base.deliveries.first
assert_equal 1, email.to.count
assert_equal uppercase_user.email, email.to.first
@@ -79,9 +87,9 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
post user_forgot_password_path, :params => { :email => user.email.titlecase }
end
end
- assert_response :success
- assert_template :new
- assert_select ".alert.alert-danger", /^Could not find that email address/
+ # Be paranoid about revealing there was no match
+ assert_redirected_to login_path
+ assert_match(/^If your email address exists/, flash[:notice])
# Test resetting using the address as recorded for a user that has an
# address which is case insensitively unique
@@ -91,9 +99,8 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
post user_forgot_password_path, :params => { :email => third_user.email }
end
end
- assert_response :redirect
assert_redirected_to login_path
- assert_match(/^Sorry you lost it/, flash[:notice])
+ assert_match(/^If your email address exists/, flash[:notice])
email = ActionMailer::Base.deliveries.first
assert_equal 1, email.to.count
assert_equal third_user.email, email.to.first
@@ -106,9 +113,8 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
post user_forgot_password_path, :params => { :email => third_user.email.upcase }
end
end
- assert_response :redirect
assert_redirected_to login_path
- assert_match(/^Sorry you lost it/, flash[:notice])
+ assert_match(/^If your email address exists/, flash[:notice])
email = ActionMailer::Base.deliveries.first
assert_equal 1, email.to.count
assert_equal third_user.email, email.to.first
@@ -123,7 +129,6 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
# Test a request with a bogus token
get user_reset_password_path, :params => { :token => "made_up_token" }
- assert_response :redirect
assert_redirected_to :action => :new
# Create a valid token for a user
@@ -142,7 +147,6 @@ class PasswordsControllerTest < ActionDispatch::IntegrationTest
# Test setting a new password
post user_reset_password_path, :params => { :token => token, :user => { :pass_crypt => "new_password", :pass_crypt_confirmation => "new_password" } }
- assert_response :redirect
assert_redirected_to root_path
assert_equal user.id, session[:user]
user.reload
diff --git a/test/controllers/preferences_controller_test.rb b/test/controllers/preferences_controller_test.rb
index 46d761ca4..81760fe5d 100644
--- a/test/controllers/preferences_controller_test.rb
+++ b/test/controllers/preferences_controller_test.rb
@@ -36,7 +36,6 @@ class PreferencesControllerTest < ActionDispatch::IntegrationTest
# Changing to a valid editor should work
user.preferred_editor = "id"
put preferences_path, :params => { :user => user.attributes }
- assert_response :redirect
assert_redirected_to preferences_path
follow_redirect!
assert_template :show
@@ -46,7 +45,6 @@ class PreferencesControllerTest < ActionDispatch::IntegrationTest
# Changing to the default editor should work
user.preferred_editor = "default"
put preferences_path, :params => { :user => user.attributes }
- assert_response :redirect
assert_redirected_to preferences_path
follow_redirect!
assert_template :show
diff --git a/test/controllers/profiles_controller_test.rb b/test/controllers/profiles_controller_test.rb
index 5b11127c7..f388349ab 100644
--- a/test/controllers/profiles_controller_test.rb
+++ b/test/controllers/profiles_controller_test.rb
@@ -21,7 +21,6 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
# Updating the description should work
put profile_path, :params => { :user => { :description => "new description" } }
- assert_response :redirect
assert_redirected_to user_path(user)
follow_redirect!
assert_response :success
@@ -32,7 +31,6 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
# Changing to an uploaded image should work
image = Rack::Test::UploadedFile.new("test/gpx/fixtures/a.gif", "image/gif")
put profile_path, :params => { :avatar_action => "new", :user => { :avatar => image, :description => user.description } }
- assert_response :redirect
assert_redirected_to user_path(user)
follow_redirect!
assert_response :success
@@ -43,7 +41,6 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
# Changing to a gravatar image should work
put profile_path, :params => { :avatar_action => "gravatar", :user => { :description => user.description } }
- assert_response :redirect
assert_redirected_to user_path(user)
follow_redirect!
assert_response :success
@@ -54,7 +51,6 @@ class ProfilesControllerTest < ActionDispatch::IntegrationTest
# Removing the image should work
put profile_path, :params => { :avatar_action => "delete", :user => { :description => user.description } }
- assert_response :redirect
assert_redirected_to user_path(user)
follow_redirect!
assert_response :success
diff --git a/test/controllers/redactions_controller_test.rb b/test/controllers/redactions_controller_test.rb
index be5a88fdc..002e483fe 100644
--- a/test/controllers/redactions_controller_test.rb
+++ b/test/controllers/redactions_controller_test.rb
@@ -47,7 +47,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
def test_new
get new_redaction_path
- assert_response :redirect
assert_redirected_to login_path(:referer => new_redaction_path)
end
@@ -63,7 +62,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:user))
get new_redaction_path
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
end
@@ -71,7 +69,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:moderator_user))
post redactions_path(:redaction => { :title => "Foo", :description => "Description here." })
- assert_response :redirect
assert_redirected_to(redaction_path(Redaction.find_by(:title => "Foo")))
end
@@ -87,7 +84,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:user))
post redactions_path(:redaction => { :title => "Foo", :description => "Description here." })
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
end
@@ -98,7 +94,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
redaction = create(:redaction)
delete redaction_path(:id => redaction)
- assert_response :redirect
assert_redirected_to(redactions_path)
end
@@ -110,7 +105,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
create(:old_node, :redaction => redaction)
delete redaction_path(:id => redaction)
- assert_response :redirect
assert_redirected_to(redaction_path(redaction))
assert_match(/^Redaction is not empty/, flash[:error])
end
@@ -119,7 +113,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:user))
delete redaction_path(:id => create(:redaction))
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
end
@@ -127,7 +120,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
redaction = create(:redaction)
get edit_redaction_path(:id => redaction)
- assert_response :redirect
assert_redirected_to login_path(:referer => edit_redaction_path(redaction))
end
@@ -142,7 +134,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
session_for(create(:user))
get edit_redaction_path(:id => create(:redaction))
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
end
@@ -152,7 +143,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
redaction = create(:redaction)
put redaction_path(:id => redaction, :redaction => { :title => "Foo", :description => "Description here." })
- assert_response :redirect
assert_redirected_to(redaction_path(redaction))
end
@@ -172,7 +162,6 @@ class RedactionsControllerTest < ActionDispatch::IntegrationTest
redaction = create(:redaction)
put redaction_path(:id => redaction, :redaction => { :title => "Foo", :description => "Description here." })
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
end
end
diff --git a/test/controllers/reports_controller_test.rb b/test/controllers/reports_controller_test.rb
index 8374e76d9..25b80e8f4 100644
--- a/test/controllers/reports_controller_test.rb
+++ b/test/controllers/reports_controller_test.rb
@@ -4,7 +4,6 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
def test_new_report_without_login
target_user = create(:user)
get new_report_path(:reportable_id => target_user.id, :reportable_type => "User")
- assert_response :redirect
assert_redirected_to login_path(:referer => new_report_path(:reportable_id => target_user.id, :reportable_type => "User"))
end
@@ -25,7 +24,6 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
:issue => { :reportable_id => target_user.id, :reportable_type => "User" }
})
end
- assert_response :redirect
assert_redirected_to user_path(target_user)
end
@@ -48,7 +46,6 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
:issue => { :reportable_id => target_user.id, :reportable_type => "User" }
})
end
- assert_response :redirect
assert_redirected_to user_path(target_user)
issue = Issue.last
@@ -92,7 +89,6 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
:issue => { :reportable_id => target_user.id, :reportable_type => "User" }
})
end
- assert_response :redirect
assert_redirected_to user_path(target_user)
issue = Issue.last
diff --git a/test/controllers/sessions_controller_test.rb b/test/controllers/sessions_controller_test.rb
index 71d6de184..914a4ab56 100644
--- a/test/controllers/sessions_controller_test.rb
+++ b/test/controllers/sessions_controller_test.rb
@@ -35,7 +35,6 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
user = create(:user)
get login_path
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true)
follow_redirect!
assert_response :success
@@ -46,27 +45,22 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
assert_template "sessions/new"
post login_path, :params => { :username => user.display_name, :password => "test" }
- assert_response :redirect
assert_redirected_to root_path
post login_path, :params => { :username => " #{user.display_name}", :password => "test" }
- assert_response :redirect
assert_redirected_to root_path
post login_path, :params => { :username => "#{user.display_name} ", :password => "test" }
- assert_response :redirect
assert_redirected_to root_path
end
def test_logout_without_referer
post logout_path
- assert_response :redirect
assert_redirected_to root_path
end
def test_logout_with_referer
post logout_path, :params => { :referer => "/test" }
- assert_response :redirect
assert_redirected_to "/test"
end
@@ -89,7 +83,6 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
post user_new_path, :params => { :user => user.attributes }
post user_save_path, :params => { :read_ct => 1, :read_tou => 1 }
post logout_path
- assert_response :redirect
assert_redirected_to root_path
end
end
diff --git a/test/controllers/site_controller_test.rb b/test/controllers/site_controller_test.rb
index cc155155f..f5ff74064 100644
--- a/test/controllers/site_controller_test.rb
+++ b/test/controllers/site_controller_test.rb
@@ -122,32 +122,25 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
# Test the permalink redirect
def test_permalink
get permalink_path(:code => "wBz3--")
- assert_response :redirect
assert_redirected_to :controller => :site, :action => :index, :anchor => "map=3/4.8779296875/3.955078125"
get permalink_path(:code => "wBz3--", :m => "")
- assert_response :redirect
assert_redirected_to :controller => :site, :action => :index, :mlat => "4.8779296875", :mlon => "3.955078125", :anchor => "map=3/4.8779296875/3.955078125"
get permalink_path(:code => "wBz3--", :layers => "T")
- assert_response :redirect
assert_redirected_to :controller => :site, :action => :index, :anchor => "map=3/4.8779296875/3.955078125&layers=T"
get permalink_path(:code => "wBz3--", :node => 1)
- assert_response :redirect
assert_redirected_to :controller => :browse, :action => :node, :id => 1, :anchor => "map=3/4.8779296875/3.955078125"
get permalink_path(:code => "wBz3--", :way => 2)
- assert_response :redirect
assert_redirected_to :controller => :browse, :action => :way, :id => 2, :anchor => "map=3/4.8779296875/3.955078125"
get permalink_path(:code => "wBz3--", :relation => 3)
- assert_response :redirect
assert_redirected_to :controller => :browse, :action => :relation, :id => 3, :anchor => "map=3/4.8779296875/3.955078125"
get permalink_path(:code => "wBz3--", :changeset => 4)
- assert_response :redirect
- assert_redirected_to :controller => :browse, :action => :changeset, :id => 4, :anchor => "map=3/4.8779296875/3.955078125"
+ assert_redirected_to changeset_path(:id => 4, :anchor => "map=3/4.8779296875/3.955078125")
end
# Test the key page
@@ -163,7 +156,6 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
def test_edit
get edit_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/edit")
end
@@ -437,7 +429,6 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
# Test the welcome page
def test_welcome
get welcome_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/welcome")
session_for(create(:user))
@@ -530,7 +521,6 @@ class SiteControllerTest < ActionDispatch::IntegrationTest
def test_id_without_login
get id_path
- assert_response :redirect
assert_redirected_to login_path(:referer => "/id")
end
end
diff --git a/test/controllers/traces_controller_test.rb b/test/controllers/traces_controller_test.rb
index 595284bb6..e6f3af4f1 100644
--- a/test/controllers/traces_controller_test.rb
+++ b/test/controllers/traces_controller_test.rb
@@ -394,13 +394,11 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
# First with no auth
get show_trace_path(:display_name => anon_trace_file.user.display_name, :id => anon_trace_file)
- assert_response :redirect
assert_redirected_to :action => :index
# Now with some other user, which should not work since the trace is anon
session_for(create(:user))
get show_trace_path(:display_name => anon_trace_file.user.display_name, :id => anon_trace_file)
- assert_response :redirect
assert_redirected_to :action => :index
# And finally we should be able to do it with the owner of the trace
@@ -415,13 +413,11 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
# First with a trace that has never existed
get show_trace_path(:display_name => create(:user).display_name, :id => 0)
- assert_response :redirect
assert_redirected_to :action => :index
# Now with a trace that has been deleted
session_for(deleted_trace_file.user)
get show_trace_path(:display_name => deleted_trace_file.user.display_name, :id => deleted_trace_file)
- assert_response :redirect
assert_redirected_to :action => :index
end
@@ -612,7 +608,6 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
def test_new_get
# First with no auth
get new_trace_path
- assert_response :redirect
assert_redirected_to login_path(:referer => new_trace_path)
# Now authenticated as a user with gps.trace.visibility set
@@ -661,7 +656,6 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
assert_not_equal "trackable", user.preferences.find_by(:k => "gps.trace.visibility").v
session_for(user)
post traces_path, :params => { :trace => { :gpx_file => file, :description => "New Trace", :tagstring => "new,trace", :visibility => "trackable" } }
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => user.display_name
assert_match(/file has been uploaded/, flash[:notice])
trace = Trace.order(:id => :desc).first
@@ -698,7 +692,6 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
# First with no auth
get edit_trace_path(:display_name => public_trace_file.user.display_name, :id => public_trace_file)
- assert_response :redirect
assert_redirected_to login_path(:referer => edit_trace_path(:display_name => public_trace_file.user.display_name, :id => public_trace_file.id))
# Now with some other user, which should fail
@@ -752,7 +745,6 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
# Finally with a trace that we are allowed to edit
session_for(public_trace_file.user)
put trace_path(:display_name => public_trace_file.user.display_name, :id => public_trace_file, :trace => new_details)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => public_trace_file.user.display_name
trace = Trace.find(public_trace_file.id)
assert_equal new_details[:description], trace.description
@@ -787,7 +779,6 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
# Now with a trace that we are allowed to delete
session_for(public_trace_file.user)
delete trace_path(:display_name => public_trace_file.user.display_name, :id => public_trace_file)
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => public_trace_file.user.display_name
trace = Trace.find(public_trace_file.id)
assert_not trace.visible
@@ -797,7 +788,6 @@ class TracesControllerTest < ActionDispatch::IntegrationTest
admin = create(:administrator_user)
session_for(admin)
delete trace_path(:display_name => public_trace_file.user.display_name, :id => public_trace_file)
- assert_response :redirect
assert_redirected_to :action => :index, :display_name => public_trace_file.user.display_name
trace = Trace.find(public_trace_file.id)
assert_not trace.visible
diff --git a/test/controllers/user_blocks_controller_test.rb b/test/controllers/user_blocks_controller_test.rb
index 0877fa39e..9aafa3001 100644
--- a/test/controllers/user_blocks_controller_test.rb
+++ b/test/controllers/user_blocks_controller_test.rb
@@ -148,7 +148,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't load the block creation page
get new_user_block_path(:display_name => target_user.display_name)
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as a moderator
@@ -186,7 +185,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't load the block edit page
get edit_user_block_path(:id => active_block)
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as a moderator
@@ -224,7 +222,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't create blocks
post user_blocks_path
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as a moderator
@@ -300,7 +297,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't update blocks
put user_block_path(:id => active_block)
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as the wrong moderator
@@ -359,7 +355,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't load the block revoke page
get revoke_user_block_path(:id => active_block)
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as a moderator
@@ -413,7 +408,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't load the revoke all blocks page
get revoke_all_user_blocks_path(blocked_user)
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as a moderator
@@ -443,7 +437,6 @@ class UserBlocksControllerTest < ActionDispatch::IntegrationTest
# Check that normal users can't load the block revoke page
get revoke_all_user_blocks_path(:blocked_user)
- assert_response :redirect
assert_redirected_to :controller => "errors", :action => "forbidden"
# Login as a moderator
diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb
index a530a6f85..2db0f43b3 100644
--- a/test/controllers/users_controller_test.rb
+++ b/test/controllers/users_controller_test.rb
@@ -69,7 +69,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# The user creation page loads
def test_new_view
get user_new_path
- assert_response :redirect
assert_redirected_to user_new_path(:cookie_test => "true")
get user_new_path, :params => { :cookie_test => "true" }
@@ -98,11 +97,9 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
session_for(create(:user))
get user_new_path
- assert_response :redirect
assert_redirected_to root_path
get user_new_path, :params => { :referer => "/test" }
- assert_response :redirect
assert_redirected_to "/test"
end
@@ -346,7 +343,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
session_for(user)
get user_terms_path
- assert_response :redirect
assert_redirected_to edit_account_path
end
@@ -360,7 +356,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_template :terms
post user_save_path, :params => { :user => { :consider_pd => true }, :read_ct => 1, :read_tou => 1 }
- assert_response :redirect
assert_redirected_to edit_account_path
assert_equal "Thanks for accepting the new contributor terms!", flash[:notice]
@@ -381,7 +376,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_template :terms
post user_save_path, :params => { :user => { :consider_pd => true }, :referer => "/test", :read_ct => 1, :read_tou => 1 }
- assert_response :redirect
assert_redirected_to "/test"
assert_equal "Thanks for accepting the new contributor terms!", flash[:notice]
@@ -399,7 +393,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
session_for(user)
get edit_account_path
- assert_response :redirect
assert_redirected_to :controller => :users, :action => :terms, :referer => "/account/edit"
end
@@ -415,7 +408,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
post user_go_public_path
- assert_response :redirect
assert_redirected_to edit_account_path
assert User.find(user.id).data_public
end
@@ -552,13 +544,11 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# Now try as a normal user
session_for(user)
post set_status_user_path(user), :params => { :event => "confirm" }
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Finally try as an administrator
session_for(create(:administrator_user))
post set_status_user_path(user), :params => { :event => "confirm" }
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => user.display_name
assert_equal "confirmed", User.find(user.id).status
end
@@ -573,13 +563,11 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# Now try as a normal user
session_for(user)
delete user_path(user)
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
# Finally try as an administrator
session_for(create(:administrator_user))
delete user_path(user)
- assert_response :redirect
assert_redirected_to :action => :show, :display_name => user.display_name
# Check that the user was deleted properly
@@ -609,21 +597,18 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
# Shouldn't work when not logged in
get users_path
- assert_response :redirect
assert_redirected_to login_path(:referer => users_path)
session_for(user)
# Shouldn't work when logged in as a normal user
get users_path
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
session_for(moderator_user)
# Shouldn't work when logged in as a moderator
get users_path
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
session_for(administrator_user)
@@ -695,7 +680,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_no_difference "User.active.count" do
post users_path, :params => { :confirm => 1, :user => { inactive_user.id => 1, suspended_user.id => 1 } }
end
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_equal "pending", inactive_user.reload.status
assert_equal "suspended", suspended_user.reload.status
@@ -706,7 +690,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_no_difference "User.active.count" do
post users_path, :params => { :confirm => 1, :user => { inactive_user.id => 1, suspended_user.id => 1 } }
end
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_equal "pending", inactive_user.reload.status
assert_equal "suspended", suspended_user.reload.status
@@ -717,7 +700,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_difference "User.active.count", 2 do
post users_path, :params => { :confirm => 1, :user => { inactive_user.id => 1, suspended_user.id => 1 } }
end
- assert_response :redirect
assert_redirected_to :action => :index
assert_equal "confirmed", inactive_user.reload.status
assert_equal "confirmed", suspended_user.reload.status
@@ -742,7 +724,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_no_difference "User.active.count" do
post users_path, :params => { :hide => 1, :user => { normal_user.id => 1, confirmed_user.id => 1 } }
end
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_equal "active", normal_user.reload.status
assert_equal "confirmed", confirmed_user.reload.status
@@ -753,7 +734,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_no_difference "User.active.count" do
post users_path, :params => { :hide => 1, :user => { normal_user.id => 1, confirmed_user.id => 1 } }
end
- assert_response :redirect
assert_redirected_to :controller => :errors, :action => :forbidden
assert_equal "active", normal_user.reload.status
assert_equal "confirmed", confirmed_user.reload.status
@@ -764,7 +744,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
assert_difference "User.active.count", -2 do
post users_path, :params => { :hide => 1, :user => { normal_user.id => 1, confirmed_user.id => 1 } }
end
- assert_response :redirect
assert_redirected_to :action => :index
assert_equal "deleted", normal_user.reload.status
assert_equal "deleted", confirmed_user.reload.status
@@ -772,15 +751,12 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
def test_auth_failure_callback
get auth_failure_path
- assert_response :redirect
assert_redirected_to login_path
get auth_failure_path, :params => { :origin => "/" }
- assert_response :redirect
assert_redirected_to root_path
get auth_failure_path, :params => { :origin => "http://www.google.com" }
- assert_response :redirect
assert_redirected_to login_path
end
end
diff --git a/test/integration/client_applications_test.rb b/test/integration/client_applications_test.rb
index ee6d277bb..e7e5b7575 100644
--- a/test/integration/client_applications_test.rb
+++ b/test/integration/client_applications_test.rb
@@ -8,7 +8,6 @@ class ClientApplicationsTest < ActionDispatch::IntegrationTest
user = create(:user)
get "/login"
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => "true")
follow_redirect!
assert_response :success
diff --git a/test/integration/oauth2_test.rb b/test/integration/oauth2_test.rb
index fd6b42fec..3fe59cbdd 100644
--- a/test/integration/oauth2_test.rb
+++ b/test/integration/oauth2_test.rb
@@ -157,7 +157,6 @@ class OAuth2Test < ActionDispatch::IntegrationTest
}.merge(options)
get oauth_authorization_path(options)
- assert_response :redirect
assert_redirected_to login_path(:referer => request.fullpath)
post login_path(:username => user.email, :password => "test")
diff --git a/test/integration/oauth_test.rb b/test/integration/oauth_test.rb
index 70f161fc9..dfe2552bb 100644
--- a/test/integration/oauth_test.rb
+++ b/test/integration/oauth_test.rb
@@ -58,7 +58,6 @@ class OAuthTest < ActionDispatch::IntegrationTest
:params => { :oauth_token => token.token,
:allow_read_prefs => "1", :allow_write_prefs => "1" }
if client.callback_url
- assert_response :redirect
assert_redirected_to "#{client.callback_url}?oauth_token=#{token.token}"
else
assert_response :success
@@ -156,7 +155,6 @@ class OAuthTest < ActionDispatch::IntegrationTest
post "/oauth/authorize",
:params => { :oauth_token => token.token, :oauth_callback => callback_url,
:allow_write_api => "1", :allow_read_gpx => "1" }
- assert_response :redirect
assert_redirected_to "#{callback_url}?oauth_token=#{token.token}"
token.reload
assert_not_nil token.created_at
diff --git a/test/integration/redirect_test.rb b/test/integration/redirect_test.rb
index 71640b67d..79939f4bc 100644
--- a/test/integration/redirect_test.rb
+++ b/test/integration/redirect_test.rb
@@ -3,105 +3,82 @@ require "test_helper"
class RedirectTest < ActionDispatch::IntegrationTest
def test_legacy_redirects
get "/index.html"
- assert_response :redirect
assert_redirected_to "/"
get "/create-account.html"
- assert_response :redirect
assert_redirected_to "/user/new"
get "/forgot-password.html"
- assert_response :redirect
assert_redirected_to "/user/forgot-password"
end
def test_search_redirects
get "/?query=test"
- assert_response :redirect
assert_redirected_to "/search?query=test"
end
def test_history_redirects
get "/browse"
- assert_response :redirect
assert_redirected_to "/history"
get "/browse/changesets"
- assert_response :redirect
assert_redirected_to "/history"
get "/browse/changesets?bbox=-80.54%2C40.358%2C-79.526%2C40.779"
- assert_response :redirect
assert_redirected_to "/history?bbox=-80.54%2C40.358%2C-79.526%2C40.779"
get "/browse/friends"
- assert_response :redirect
assert_redirected_to "/history/friends"
get "/browse/nearby"
- assert_response :redirect
assert_redirected_to "/history/nearby"
get "/user/name/edits"
- assert_response :redirect
assert_redirected_to "/user/name/history"
get "/user/name%20with%20spaces/edits"
- assert_response :redirect
assert_redirected_to "/user/name%20with%20spaces/history"
end
def test_history_feed_redirects
get "/browse/changesets/feed"
- assert_response :redirect
assert_redirected_to "/history/feed"
get "/browse/changesets/feed?bbox=-80.54%2C40.358%2C-79.526%2C40.779"
- assert_response :redirect
assert_redirected_to "/history/feed?bbox=-80.54%2C40.358%2C-79.526%2C40.779"
get "/user/name/edits/feed"
- assert_response :redirect
assert_redirected_to "/user/name/history/feed"
get "/user/name%20with%20spaces/edits/feed"
- assert_response :redirect
assert_redirected_to "/user/name%20with%20spaces/history/feed"
end
def test_browse_redirects
get "/browse/node/1"
- assert_response :redirect
assert_redirected_to "/node/1"
get "/browse/way/1"
- assert_response :redirect
assert_redirected_to "/way/1"
get "/browse/relation/1"
- assert_response :redirect
assert_redirected_to "/relation/1"
get "/browse/changeset/1"
- assert_response :redirect
assert_redirected_to "/changeset/1"
get "/browse/note/1"
- assert_response :redirect
assert_redirected_to "/note/1"
end
def test_browse_history_redirects
get "/browse/node/1/history"
- assert_response :redirect
assert_redirected_to "/node/1/history"
get "/browse/way/1/history"
- assert_response :redirect
assert_redirected_to "/way/1/history"
get "/browse/relation/1/history"
- assert_response :redirect
assert_redirected_to "/relation/1/history"
end
end
diff --git a/test/integration/user_creation_test.rb b/test/integration/user_creation_test.rb
index 59efeaabb..1f749f957 100644
--- a/test/integration/user_creation_test.rb
+++ b/test/integration/user_creation_test.rb
@@ -130,7 +130,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest
post confirmation_url
- assert_response :redirect
assert_redirected_to welcome_path
user.reload
@@ -250,13 +249,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_uid => "http://localhost:1123/new.tester",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "openid", :openid_url => "http://localhost:1123/new.tester", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/new.tester", :origin => "/user/new")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -296,13 +292,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_uid => "http://localhost:1123/new.tester",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "openid", :openid_url => "http://localhost:1123/new.tester", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/new.tester", :origin => "/user/new")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "openid", :message => "connection_failed", :origin => "/user/new")
follow_redirect!
assert_response :redirect
@@ -335,13 +328,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => "",
:pass_crypt_confirmation => "" },
:referer => referer }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "openid", :openid_url => "http://localhost:1123/new.tester", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/new.tester", :origin => "/user/new")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -403,13 +393,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "google",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "google", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -420,7 +407,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => password,
:pass_crypt_confirmation => password },
:read_ct => 1, :read_tou => 1 }
- assert_response :redirect
assert_redirected_to welcome_path
follow_redirect!
end
@@ -449,13 +435,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "google",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "google", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "google", :message => "connection_failed", :origin => "/user/new")
follow_redirect!
assert_response :redirect
@@ -489,13 +472,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => "",
:pass_crypt_confirmation => "" },
:referer => referer }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "google", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -557,13 +537,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "facebook",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "facebook", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -574,7 +551,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => password,
:pass_crypt_confirmation => password },
:read_ct => 1, :read_tou => 1 }
- assert_response :redirect
assert_redirected_to welcome_path
follow_redirect!
end
@@ -603,13 +579,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "facebook",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "facebook", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "facebook", :message => "connection_failed", :origin => "/user/new")
follow_redirect!
assert_response :redirect
@@ -641,13 +614,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => "",
:pass_crypt_confirmation => "" },
:referer => referer }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "facebook", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -709,13 +679,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "microsoft",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "microsoft", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -726,7 +693,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => password,
:pass_crypt_confirmation => password },
:read_ct => 1, :read_tou => 1 }
- assert_response :redirect
assert_redirected_to welcome_path
follow_redirect!
end
@@ -755,13 +721,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "microsoft",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "microsoft", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "microsoft", :message => "connection_failed", :origin => "/user/new")
follow_redirect!
assert_response :redirect
@@ -793,13 +756,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => "",
:pass_crypt_confirmation => "" },
:referer => referer }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "microsoft", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -861,13 +821,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "github",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "github", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -879,7 +836,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt_confirmation => password },
:read_ct => 1,
:read_tou => 1 }
- assert_response :redirect
assert_redirected_to welcome_path
follow_redirect!
end
@@ -908,13 +864,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "github",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "github", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "github", :message => "connection_failed", :origin => "/user/new")
follow_redirect!
assert_response :redirect
@@ -946,13 +899,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => "",
:pass_crypt_confirmation => "" },
:referer => referer }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "github", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -1015,13 +965,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "wikipedia",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "wikipedia", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/user/new")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
@@ -1033,7 +980,6 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt_confirmation => password },
:read_ct => 1,
:read_tou => 1 }
- assert_response :redirect
assert_redirected_to welcome_path
follow_redirect!
end
@@ -1062,13 +1008,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:auth_provider => "wikipedia",
:pass_crypt => "",
:pass_crypt_confirmation => "" } }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "wikipedia", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/user/new")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "wikipedia", :message => "connection_failed", :origin => "/user/new")
follow_redirect!
assert_response :redirect
@@ -1100,13 +1043,10 @@ class UserCreationTest < ActionDispatch::IntegrationTest
:pass_crypt => "",
:pass_crypt_confirmation => "" },
:referer => referer }
- assert_response :redirect
assert_redirected_to auth_path(:provider => "wikipedia", :origin => "/user/new")
post response.location
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/user/new")
follow_redirect!
- assert_response :redirect
assert_redirected_to "/user/terms"
post "/user/save",
:params => { :user => { :email => new_email,
diff --git a/test/integration/user_login_test.rb b/test/integration/user_login_test.rb
index a9c64bea4..a7301233d 100644
--- a/test/integration/user_login_test.rb
+++ b/test/integration/user_login_test.rb
@@ -354,13 +354,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:openid, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -375,13 +373,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:openid, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -395,13 +391,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:openid, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -420,13 +414,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:openid, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/john.doe", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -441,16 +433,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:openid] = :connection_failed
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => user.auth_uid, :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => user.auth_uid, :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "openid", :message => "connection_failed", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -466,16 +455,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:openid] = :invalid_credentials
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => user.auth_uid, :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => user.auth_uid, :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "openid", :message => "invalid_credentials", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -490,13 +476,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:openid, :uid => "http://localhost:1123/fred.bloggs")
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true, :referer => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "openid", :openid_url => "http://localhost:1123/fred.bloggs", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "openid", :openid_url => "http://localhost:1123/fred.bloggs", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -513,13 +497,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
})
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
assert_response :redirect
@@ -536,13 +518,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
})
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
assert_response :redirect
@@ -558,13 +538,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
})
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
assert_response :redirect
@@ -585,13 +563,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
})
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
assert_response :redirect
@@ -605,16 +581,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:google] = :connection_failed
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "google", :message => "connection_failed", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -629,16 +602,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:google] = :invalid_credentials
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "google", :message => "invalid_credentials", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -655,13 +625,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
})
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
assert_response :redirect
@@ -678,13 +646,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
})
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "google", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "google")
follow_redirect!
assert_response :redirect
@@ -703,13 +669,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:facebook, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
assert_response :redirect
@@ -724,13 +688,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:facebook, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
assert_response :redirect
@@ -744,13 +706,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:facebook, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
assert_response :redirect
@@ -769,13 +729,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:facebook, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
assert_response :redirect
@@ -789,16 +747,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:facebook] = :connection_failed
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "facebook", :message => "connection_failed", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -813,16 +768,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:facebook] = :invalid_credentials
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "facebook", :message => "invalid_credentials", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -837,13 +789,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:facebook, :uid => "987654321")
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "facebook", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "facebook")
follow_redirect!
assert_response :redirect
@@ -858,13 +808,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:microsoft, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
assert_response :redirect
@@ -879,13 +827,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:microsoft, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
assert_response :redirect
@@ -899,13 +845,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:microsoft, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
assert_response :redirect
@@ -924,13 +868,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:microsoft, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
assert_response :redirect
@@ -944,16 +886,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:microsoft] = :connection_failed
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "microsoft", :message => "connection_failed", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -968,16 +907,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:microsoft] = :invalid_credentials
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "microsoft", :message => "invalid_credentials", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -992,13 +928,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:microsoft, :uid => "987654321")
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "microsoft", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "microsoft")
follow_redirect!
assert_response :redirect
@@ -1013,13 +947,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:github, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
assert_response :redirect
@@ -1034,13 +966,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:github, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
assert_response :redirect
@@ -1054,13 +984,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:github, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
assert_response :redirect
@@ -1079,13 +1007,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:github, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
assert_response :redirect
@@ -1099,16 +1025,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:github] = :connection_failed
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "github", :message => "connection_failed", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -1123,16 +1046,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:github] = :invalid_credentials
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "github", :message => "invalid_credentials", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -1147,13 +1067,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:github, :uid => "987654321")
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "github", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "github")
follow_redirect!
assert_response :redirect
@@ -1168,13 +1086,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:wikipedia, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -1189,13 +1105,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:wikipedia, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -1209,13 +1123,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:wikipedia, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -1234,13 +1146,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:wikipedia, :uid => user.auth_uid)
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -1254,16 +1164,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:wikipedia] = :connection_failed
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "wikipedia", :message => "connection_failed", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -1278,16 +1185,13 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.mock_auth[:wikipedia] = :invalid_credentials
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
- assert_response :redirect
assert_redirected_to auth_failure_path(:strategy => "wikipedia", :message => "invalid_credentials", :origin => "/login?referer=%2Fhistory")
follow_redirect!
assert_response :redirect
@@ -1302,13 +1206,11 @@ class UserLoginTest < ActionDispatch::IntegrationTest
OmniAuth.config.add_mock(:wikipedia, :uid => "987654321")
get "/login", :params => { :referer => "/history" }
- assert_response :redirect
assert_redirected_to login_path("cookie_test" => "true", "referer" => "/history")
follow_redirect!
assert_response :success
assert_template "sessions/new"
post auth_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
- assert_response :redirect
assert_redirected_to auth_success_path(:provider => "wikipedia", :origin => "/login?referer=%2Fhistory", :referer => "/history")
follow_redirect!
assert_response :redirect
@@ -1322,7 +1224,6 @@ class UserLoginTest < ActionDispatch::IntegrationTest
def try_password_login(username, password, remember_me = nil)
get "/login"
- assert_response :redirect
assert_redirected_to login_path(:cookie_test => true)
follow_redirect!
assert_response :success
diff --git a/test/integration/user_terms_seen_test.rb b/test/integration/user_terms_seen_test.rb
index f7d3f2e54..46db48388 100644
--- a/test/integration/user_terms_seen_test.rb
+++ b/test/integration/user_terms_seen_test.rb
@@ -24,7 +24,6 @@ class UserTermsSeenTest < ActionDispatch::IntegrationTest
assert_response :success
assert_template "sessions/new"
post "/login", :params => { :username => user.email, :password => "test", :referer => "/diary/new" }
- assert_response :redirect
# but now we need to look at the terms
assert_redirected_to :controller => :users, :action => :terms, :referer => "/diary/new"
follow_redirect!
@@ -49,7 +48,6 @@ class UserTermsSeenTest < ActionDispatch::IntegrationTest
assert_response :success
assert_template "sessions/new"
post "/login", :params => { :username => user.email, :password => "test", :referer => "/diary/new" }
- assert_response :redirect
# but now we need to look at the terms
assert_redirected_to :controller => :users, :action => :terms, :referer => "/diary/new"
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 60edf6e0c..1d04f57da 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -383,5 +383,41 @@ module ActiveSupport
ensure
unfreeze_time
end
+
+ # This is a convenience method for checks of resources rendered in a map view sidebar
+ # First we check that when we don't have an id, it will correctly return a 404
+ # then we check that we get the correct 404 when a non-existant id is passed
+ # then we check that it will get a successful response, when we do pass an id
+ def sidebar_browse_check(path, id, template)
+ path_method = method(path)
+
+ assert_raise ActionController::UrlGenerationError do
+ get path_method.call
+ end
+
+ assert_raise ActionController::UrlGenerationError do
+ get path_method.call(:id => -10) # we won't have an id that's negative
+ end
+
+ get path_method.call(:id => 0)
+ assert_response :not_found
+ assert_template "browse/not_found"
+ assert_template :layout => "map"
+
+ get path_method.call(:id => 0), :xhr => true
+ assert_response :not_found
+ assert_template "browse/not_found"
+ assert_template :layout => "xhr"
+
+ get path_method.call(:id => id)
+ assert_response :success
+ assert_template template
+ assert_template :layout => "map"
+
+ get path_method.call(:id => id), :xhr => true
+ assert_response :success
+ assert_template template
+ assert_template :layout => "xhr"
+ end
end
end
diff --git a/vendor/assets/iD/iD.js b/vendor/assets/iD/iD.js
index b2d625139..0c6f719a4 100644
--- a/vendor/assets/iD/iD.js
+++ b/vendor/assets/iD/iD.js
@@ -22289,7 +22289,7 @@
// package.json
var package_default = {
name: "iD",
- version: "2.28.0",
+ version: "2.28.1",
description: "A friendly editor for OpenStreetMap",
main: "dist/iD.min.js",
repository: "github:openstreetmap/iD",
@@ -30102,8 +30102,6 @@
if (_this.tags[k2] || !tags[k2]) {
tags[k2] = "yes";
}
- } else if (addTags[k2] === "") {
- delete tags[k2];
} else {
tags[k2] = addTags[k2];
}
@@ -78303,13 +78301,13 @@
Object.values(vals[0].presets).forEach((preset) => preset.suggestion = true);
Object.values(vals[0].presets).forEach((preset) => {
if (preset.tags["brand:wikidata"]) {
- preset.addTags["brand:wikipedia"] = "";
+ preset.removeTags = { "brand:wikipedia": "*", ...preset.removeTags || preset.addTags || preset.tags };
}
if (preset.tags["operator:wikidata"]) {
- preset.addTags["operator:wikipedia"] = "";
+ preset.removeTags = { "operator:wikipedia": "*", ...preset.removeTags || preset.addTags || preset.tags };
}
if (preset.tags["network:wikidata"]) {
- preset.addTags["network:wikipedia"] = "";
+ preset.removeTags = { "network:wikipedia": "*", ...preset.removeTags || preset.addTags || preset.tags };
}
});
_mainPresetIndex.merge({
diff --git a/vendor/assets/iD/iD/data/address_formats.min.json b/vendor/assets/iD/iD/data/address_formats.min.json
index 3235ffb6e..ef6087afc 100644
--- a/vendor/assets/iD/iD/data/address_formats.min.json
+++ b/vendor/assets/iD/iD/data/address_formats.min.json
@@ -1 +1 @@
-[{"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["au"],"format":[["unit","housenumber","street"],["suburb","state","postcode"]]},{"countryCodes":["id"],"format":[["unit","housename"],["street","housenumber","neighbourhood"],["subdistrict","district"],["city","province","postcode"]]},{"countryCodes":["gb"],"format":[["housename"],["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["ie"],"format":[["housename"],["housenumber","street+place"],["city"],["postcode"]]},{"countryCodes":["at","bg","ch","de","si","pl","lt"],"format":[["street+place","housenumber"],["postcode","city"]]},{"countryCodes":["ad","ba","be","dk","es","gr","hr","it","pt","se","sm","va"],"format":[["street+place","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fi","is","li","nl","no"],"format":[["street","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fr","lu"],"format":[["housenumber","street+place"],["postcode","city"]]},{"countryCodes":["mo"],"format":[["housenumber","street"],["postcode","city"]]},{"countryCodes":["br"],"format":[["street+place"],["housenumber","suburb"],["city","postcode"]]},{"countryCodes":["vn"],"format":[["housenumber","street"],["subdistrict"],["district"],["city"],["province","postcode"]]},{"countryCodes":["ca"],"format":[["housenumber","street","unit"],["city","province","postcode"]]},{"countryCodes":["us"],"format":[["housenumber","street","unit"],["city","state","postcode"]]},{"countryCodes":["tw"],"format":[["postcode","city","district"],["street+place"],["housenumber","floor","unit"]]},{"countryCodes":["jp"],"format":[["postcode","province","county"],["city","suburb"],["quarter","neighbourhood"],["block_number","housenumber"]],"dropdowns":["postcode","province","county","city","suburb","quarter","neighbourhood","block_number"],"widths":{"postcode":0.3,"province":0.35,"county":0.35,"city":0.65,"suburb":0.35,"quarter":0.5,"neighbourhood":0.5,"block_number":0.5,"housenumber":0.5}},{"countryCodes":["kr"],"format":[["province","city","district"],["street","housenumber","unit"],["postcode"]]},{"countryCodes":["tr"],"format":[["neighbourhood"],["street+place","housenumber"],["postcode","district","city"]]},{"countryCodes":["ua"],"format":[["housenumber","postcode"],["street+place"]]},{"countryCodes":["cn"],"format":[["postcode","province"],["city","district"],["street","housenumber"]],"widths":{"postcode":0.3,"province":0.7,"city":0.5,"district":0.5,"street":0.7,"housenumber":0.3}},{"countryCodes":["bo"],"format":[["street","housenumber"],["neighbourhood","city"]],"widths":{"street":0.7,"housenumber":0.3,"neighbourhood":0.5,"city":0.5}},{"countryCodes":["pe"],"format":[["street","housenumber"],["neighbourhood"],["city","state","postcode"]],"dropdowns":["street","neighbourhood","city","state","postcode"],"widths":{"street":0.7,"housenumber":0.3,"city":0.4,"state":0.4,"postcode":0.2}},{"countryCodes":["mx"],"format":[["street","housenumber"],["neighbourhood"],["postcode","city","state"]]},{"countryCodes":["lv"],"format":[["street","housenumber"],["housename","subdistrict"],["district","city","postcode"]],"dropdowns":["street","city","subdistrict","district","postcode"],"widths":{"street":0.7,"housenumber":0.3,"housename":0.4,"subdistrict":0.6,"district":0.4,"city":0.4,"postcode":0.2}},{"countryCodes":["in"],"format":[["housenumber","street"],["city","postcode"],["district"]]},{"countryCodes":["ru"],"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["cz","sk"],"format":[["street","housenumber"],["postcode","city"]]},{"countryCodes":["ph"],"format":[["unit","housename","housenumber","street"],["neighbourhood","district","city"],["postcode","province"]]},{"countryCodes":["hu"],"format":[["postcode","city"],["street","housenumber"]]}]
\ No newline at end of file
+[{"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["au"],"format":[["unit","housenumber","street"],["suburb","state","postcode"]]},{"countryCodes":["id"],"format":[["unit","housename"],["street","housenumber","neighbourhood"],["subdistrict","district"],["city","province","postcode"]]},{"countryCodes":["gb"],"format":[["housename"],["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["ie"],"format":[["housename"],["housenumber","street+place"],["city"],["postcode"]]},{"countryCodes":["at","bg","ch","de","si","pl","lt"],"format":[["street+place","housenumber"],["postcode","city"]]},{"countryCodes":["ad","ba","be","dk","es","gr","hr","it","pt","se","sm","va"],"format":[["street+place","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fi","is","li","nl","no"],"format":[["street","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fr","lu"],"format":[["housenumber","street+place"],["postcode","city"]]},{"countryCodes":["mo"],"format":[["housenumber","street"],["postcode","city"]]},{"countryCodes":["nz"],"format":[["housenumber","street"],["suburb"],["city","postcode"]]},{"countryCodes":["br"],"format":[["street+place"],["housenumber","suburb"],["city","postcode"]]},{"countryCodes":["vn"],"format":[["housenumber","street"],["subdistrict"],["district"],["city"],["province","postcode"]]},{"countryCodes":["ca"],"format":[["housenumber","street","unit"],["city","province","postcode"]]},{"countryCodes":["us"],"format":[["housenumber","street","unit"],["city","state","postcode"]]},{"countryCodes":["tw"],"format":[["postcode","city","district"],["street+place"],["housenumber","floor","unit"]]},{"countryCodes":["jp"],"format":[["postcode","province","county"],["city","suburb"],["quarter","neighbourhood"],["block_number","housenumber"]],"dropdowns":["postcode","province","county","city","suburb","quarter","neighbourhood","block_number"],"widths":{"postcode":0.3,"province":0.35,"county":0.35,"city":0.65,"suburb":0.35,"quarter":0.5,"neighbourhood":0.5,"block_number":0.5,"housenumber":0.5}},{"countryCodes":["kr"],"format":[["province","city","district"],["street","housenumber","unit"],["postcode"]]},{"countryCodes":["tr"],"format":[["neighbourhood"],["street+place","housenumber"],["postcode","district","city"]]},{"countryCodes":["ua"],"format":[["housenumber","postcode"],["street+place"]]},{"countryCodes":["cn"],"format":[["postcode","province"],["city","district"],["street","housenumber"]],"widths":{"postcode":0.3,"province":0.7,"city":0.5,"district":0.5,"street":0.7,"housenumber":0.3}},{"countryCodes":["bo"],"format":[["street","housenumber"],["neighbourhood","city"]],"widths":{"street":0.7,"housenumber":0.3,"neighbourhood":0.5,"city":0.5}},{"countryCodes":["pe"],"format":[["street","housenumber"],["neighbourhood"],["city","state","postcode"]],"dropdowns":["street","neighbourhood","city","state","postcode"],"widths":{"street":0.7,"housenumber":0.3,"city":0.4,"state":0.4,"postcode":0.2}},{"countryCodes":["mx"],"format":[["street","housenumber"],["neighbourhood"],["postcode","city","state"]]},{"countryCodes":["lv"],"format":[["street","housenumber"],["housename","subdistrict"],["district","city","postcode"]],"dropdowns":["street","city","subdistrict","district","postcode"],"widths":{"street":0.7,"housenumber":0.3,"housename":0.4,"subdistrict":0.6,"district":0.4,"city":0.4,"postcode":0.2}},{"countryCodes":["in"],"format":[["housenumber","street"],["city","postcode"],["district"]]},{"countryCodes":["ru"],"format":[["housenumber","street+place"],["city","postcode"]]},{"countryCodes":["cz","sk"],"format":[["street","housenumber"],["postcode","city"]]},{"countryCodes":["ph"],"format":[["unit","housename","housenumber","street"],["neighbourhood","district","city"],["postcode","province"]]},{"countryCodes":["hu"],"format":[["postcode","city"],["street","housenumber"]]}]
\ No newline at end of file