]> git.openstreetmap.org Git - rails.git/blobdiff - config/locales/en.yml
Improve pagination in changeset details
[rails.git] / config / locales / en.yml
index 127e810b1b8b0d2e85c11ff5782225cc76ec9c74..d032c58f1cbc77361682ac8e90c8e55bd0cc1212 100644 (file)
@@ -130,9 +130,12 @@ en:
       created_at: "Created"
       closed_at: "Closed"
       belongs_to: "Author"
-      has_nodes: "Nodes (%{count})"
-      has_ways: "Ways (%{count})"
-      has_relations: "Relations (%{count})"
+      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})"
       no_comment: "(no comment)"
       ago: "%{ago} ago"
       by: "by"
@@ -189,9 +192,6 @@ en:
         way: way
         relation: relation
         changeset: changeset
-    paging_nav:
-      showing_page: "page"
-      of: "of"
     redacted:
       redaction: "Redaction %{id}"
       message_html: "Version %{version} of this %{type} cannot be shown as it has been redacted. Please see %{redaction_link} for details."