You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/precoscombustiveis/translations/en.json
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,33 @@
3
3
"config": {
4
4
"step": {
5
5
"user": {
6
-
"title": "Add Gas Station",
7
-
"description": "Please type the service station ID from which you want to obtain the prices. (Go to [dgeg](https://precoscombustiveis.dgeg.gov.pt/api/PrecoComb/ListarDadosPostos), search for the desired station and copy the `Id`)",
6
+
"title": "Select Your Location",
7
+
"description": "Select the primary location for your gas station.",
8
8
"data": {
9
-
"stationId": "Station Id"
10
-
},
11
-
"data_description": {
12
-
"stationId": "Station Id Identifier"
9
+
"distrito_select": "Location"
13
10
}
11
+
},
12
+
"station": {
13
+
"title": "Select Gas Station",
14
+
"description": "Found {stations_count} stations. Please select your station from the list.",
15
+
"data": {
16
+
"station_select": "Gas Station"
17
+
}
18
+
},
19
+
"confirm": {
20
+
"title": "Confirm Station Selection",
21
+
"description": "Do you want to add the following station?\n\nName: {name}\nBrand: {brand}\nAddress: {address}"
14
22
}
15
23
},
16
24
"error": {
17
-
"invalid_station": "Invalid StationId or gas station not found."
25
+
"cannot_connect": "Failed to connect",
26
+
"invalid_station": "Invalid station ID",
27
+
"unknown": "Unexpected error"
18
28
},
19
29
"abort": {
20
-
"already_configured": "Integration is already configured"
30
+
"no_stations": "No stations found. Please try again later.",
31
+
"station_not_found": "Selected station not found",
32
+
"already_configured": "This station is already configured"
0 commit comments