From 5bdd5c5004a9a0999af9d6f1e84836f2c25d9a48 Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Mon, 3 Jan 2022 21:15:45 +0100 Subject: [PATCH] translations --- translations/en.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/translations/en.json b/translations/en.json index b787542..a5a5915 100644 --- a/translations/en.json +++ b/translations/en.json @@ -4,14 +4,17 @@ "already_configured": "Device is already configured" }, "error": { - "cannot_connect": "Failed to connect", "invalid_auth": "Invalid authentication", "unknown": "Unexpected error" }, "step": { "user": { "data": { - "token": "SNCF API Token" + "token": "SNCF API Token", + "source_stop_point": "Source stop point", + "dest_stop_point": "Destination stop point", + "max_transfers": "Max transfers", + "max_duration_secs": "Max duration in seconds", } } }