translations

This commit is contained in:
Amazed 2022-01-03 21:15:45 +01:00
parent b27447e104
commit 5bdd5c5004
1 changed files with 5 additions and 2 deletions

View File

@ -4,14 +4,17 @@
"already_configured": "Device is already configured" "already_configured": "Device is already configured"
}, },
"error": { "error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication", "invalid_auth": "Invalid authentication",
"unknown": "Unexpected error" "unknown": "Unexpected error"
}, },
"step": { "step": {
"user": { "user": {
"data": { "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",
} }
} }
} }