Use pluralization for showing that a changeset has 1/many node/nodes
way/ways relation/relations
This commit is contained in:
parent
78fd993da7
commit
9064a5c6a7
1 changed files with 9 additions and 3 deletions
|
@ -103,9 +103,15 @@ en:
|
|||
no_bounding_box: "No bounding box has been stored for this changeset."
|
||||
show_area_box: "Show Area Box"
|
||||
box: "box"
|
||||
has_nodes: "Has the following {{count}} nodes:"
|
||||
has_ways: "Has the following {{count}} ways:"
|
||||
has_relations: "Has the following {{count}} relations:"
|
||||
has_nodes:
|
||||
one: "Has the following {{count}} node:"
|
||||
other: "Has the following {{count}} nodes:"
|
||||
has_ways:
|
||||
one: "Has the following {{count}} way:"
|
||||
other: "Has the following {{count}} ways:"
|
||||
has_relations:
|
||||
one: "Has the following {{count}} relation:"
|
||||
other: "Has the following {{count}} relations:"
|
||||
common_details:
|
||||
edited_at: "Edited at:"
|
||||
edited_by: "Edited by:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue