Fix browse elements timeouts
This commit is contained in:
parent
25dbc4d43e
commit
ed74bc036b
13 changed files with 111 additions and 0 deletions
|
@ -403,15 +403,30 @@ en:
|
|||
introduction: "Click on the map to find nearby features."
|
||||
nearby: "Nearby features"
|
||||
enclosing: "Enclosing features"
|
||||
nodes:
|
||||
timeout:
|
||||
sorry: "Sorry, the data for the node with the id %{id}, took too long to retrieve."
|
||||
old_nodes:
|
||||
not_found:
|
||||
sorry: "Sorry, node #%{id} version %{version} could not be found."
|
||||
timeout:
|
||||
sorry: "Sorry, the history of the node with the id %{id}, took too long to retrieve."
|
||||
ways:
|
||||
timeout:
|
||||
sorry: "Sorry, the data for the way with the id %{id}, took too long to retrieve."
|
||||
old_ways:
|
||||
not_found:
|
||||
sorry: "Sorry, way #%{id} version %{version} could not be found."
|
||||
timeout:
|
||||
sorry: "Sorry, the history of the way with the id %{id}, took too long to retrieve."
|
||||
relations:
|
||||
timeout:
|
||||
sorry: "Sorry, the data for the relation with the id %{id}, took too long to retrieve."
|
||||
old_relations:
|
||||
not_found:
|
||||
sorry: "Sorry, relation #%{id} version %{version} could not be found."
|
||||
timeout:
|
||||
sorry: "Sorry, the history of the relation with the id %{id}, took too long to retrieve."
|
||||
changeset_comments:
|
||||
feeds:
|
||||
comment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue