From 200e606eaace4fb242bd289dcecd416260ebd687 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 23 Jul 2024 14:36:32 +0200 Subject: [PATCH] New translations en.json (Vietnamese) --- website/src/locales/vi.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/src/locales/vi.json b/website/src/locales/vi.json index c1b6c628..3d8b8cbf 100644 --- a/website/src/locales/vi.json +++ b/website/src/locales/vi.json @@ -80,7 +80,7 @@ "tooltip": "Plan or edit a route", "activity": "Activity", "use_routing": "Routing", - "use_routing_tooltip": "Connect anchor points via road network or in a straight line if disabled", + "use_routing_tooltip": "Connect anchor points via road network, or in a straight line if disabled", "allow_private": "Allow private roads", "reverse": { "button": "Đảo ngược", @@ -141,7 +141,7 @@ "from": "The start point is too far from the nearest road", "via": "The via point is too far from the nearest road", "to": "The end point is too far from the nearest road", - "timeout": "The routing request took too long, try adding points closer together" + "timeout": "Route calculation took too long, try adding points closer together" } }, "scissors": { @@ -166,17 +166,17 @@ "merge_traces": "Connect the traces", "merge_contents": "Merge the contents and keep the traces disconnected", "merge_selection": "Merge selection", - "tooltip": "Merge file items together", - "help_merge_traces": "Connecting the selected traces will create a single file containing a single continuous trace.", - "help_cannot_merge_traces": "Your selection needs to contain several traces to connect them.", - "help_merge_contents": "Merging the contents of the selected file items will group all the contents inside the first file item.", - "help_cannot_merge_contents": "Your selection needs to contain several file items to merge their contents." + "tooltip": "Merge items together", + "help_merge_traces": "Connecting the selected traces will create a single continuous trace.", + "help_cannot_merge_traces": "Your selection must contain several traces to connect them.", + "help_merge_contents": "Merging the contents of the selected items will group all the contents inside the first item.", + "help_cannot_merge_contents": "Your selection must contain several items to merge their contents." }, "extract": { - "tooltip": "Extract contents to separate file items", + "tooltip": "Extract contents to separate items", "button": "Extract", - "help": "Extracting the contents of the selected file items will create a separate file item for each of their contents.", - "help_invalid_selection": "Your selection needs to contain file items with multiple traces to extract them." + "help": "Extracting the contents of the selected items will create a separate item for each of their contents.", + "help_invalid_selection": "Your selection must contain items with multiple traces to extract them." }, "waypoint": { "tooltip": "Create and edit points of interest",