-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathen.json
More file actions
42 lines (42 loc) · 1.45 KB
/
en.json
File metadata and controls
42 lines (42 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"main": {
"description": "Search your network to find your evcc installation.",
"title": "Setup server"
},
"servers": {
"changeServer": "Change server",
"switchServer": {
"title": "Switch server",
"addServer": "Add server"
},
"manually": {
"authenticationRequired": "Authentication required",
"checkAdress": "The server does not appear to be an evcc instance. Please check the address.",
"checkAndSave": "Check and save",
"enterUrl": "Enter URL",
"missingOrWrongAuthentication": "Missing or incorrect authentication",
"password": "Password",
"serverIncompatible": "The evcc instance is not yet app-compatible. Update your installation.",
"serverNotAvailable": "Server not available. Please check the address.",
"specify": "Enter address manually",
"user": "User",
"qrcode": {
"scan": "Scan QR code",
"recognized": "QR code detected!",
"invalid": "Not a valid evcc QR code.",
"scanning": "detecting..."
},
"title": "Title",
"serverExistsAlready": "This server already exists."
},
"removeServer": "Remove server",
"search": {
"notAvailable": "The search is not possible on this device. Use the manual input.",
"nothingFound": "No evcc server was found.",
"searching": "Search for connection ...",
"start": "Start search"
},
"select": "Select",
"useDemo": "Use demo instance"
}
}