+ "restriction": {
+ "controls": {
+ "distance": "距离",
+ "distance_up_to": "{distance} 及以内",
+ "via": "经由",
+ "via_node_only": "仅限节点",
+ "via_up_to_one": "最多 1 路径",
+ "via_up_to_two": "最多 2 路径"
+ },
+ "help": {
+ "indirect": "(间接)",
+ "turn": {
+ "no_left_turn": "禁止左转{indirect}",
+ "no_right_turn": "禁止右转{indirect}",
+ "no_u_turn": "禁止掉头{indirect}",
+ "no_straight_on": "禁止直行{indirect}",
+ "only_left_turn": "仅限左转{indirect}",
+ "only_right_turn": "仅限右转{indirect}",
+ "only_u_turn": "仅限掉头{indirect}",
+ "only_straight_on": "仅限直行{indirect}",
+ "allowed_left_turn": "允许左转{indirect}",
+ "allowed_right_turn": "允许右转{indirect}",
+ "allowed_u_turn": "允许掉头{indirect}",
+ "allowed_straight_on": "允许直行{indirect}"
+ },
+ "from": "从",
+ "via": "经由",
+ "to": "至",
+ "from_name": "{from} {fromName} 起",
+ "from_name_to_name": "{from} {fromName} {to} {toName}",
+ "via_names": "{via} {viaNames}",
+ "select_from": "点击选择一个 {from}... 部分",
+ "select_from_name": "点击选择 {from} {fromName} 起",
+ "toggle": "点击应用 “{turn}”"
+ }
+ },