diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-28 23:08:25 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-28 23:10:24 +0100 |
| commit | 120a3c6bddd0fb8d9fa05df4763596956554c025 (patch) | |
| tree | 3ed99935b58b1a269030aa2a638f35c0aa989f55 /src/frontend/app/i18n/locales/en-GB.json | |
| parent | 9618229477439d1604869aa68fc21d4eae7d8bb1 (diff) | |
Improve planning widget
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index 0286332..2a1cb24 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -126,6 +126,13 @@ "searching_ellipsis": "Searching…", "results": "Results", "close": "Close", + "collapse": "Collapse", + "pick_on_map": "Pick on map", + "pick_on_map_desc": "Select a point visually", + "pick_origin": "Select origin", + "pick_destination": "Select destination", + "pick_instruction": "Move the map to place the target on the desired location", + "confirm_location": "Confirm location", "results_title": "Results", "clear": "Clear", "recent_routes": "Recent routes", |
