-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathen.json
More file actions
109 lines (109 loc) · 3.56 KB
/
Copy pathen.json
File metadata and controls
109 lines (109 loc) · 3.56 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"main": {
"description": "Let's connect to your server.",
"title": "Welcome"
},
"servers": {
"changeServer": "Change Server",
"switchServer": {
"title": "Change 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",
"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",
"scanOnboarding": "Set up via QR code",
"scanPrefill": "Fill in via QR code",
"recognized": "QR code detected!",
"invalid": "Not a valid evcc QR code.",
"permissionDenied": "Camera access denied. Enable it in settings to scan QR codes.",
"scanning": "detecting..."
},
"title": "Title",
"serverExistsAlready": "This server already exists."
},
"removeServer": "Remove server",
"search": {
"inProgress": "Searching …",
"connect": "Connect",
"tryAgain": "Search again",
"notAvailable": "The search is not possible on this device. Use the manual input.",
"nothingFound": "No server found.",
"searching": "Search for connection ...",
"start": "Find server",
"hint": "This usually takes a few seconds.",
"foundOne": "Server found",
"foundMany": "{{count}} servers found",
"selectHelper": "Select the one you want to connect to.",
"cancel": "Cancel"
},
"useDemo": "Use demo instance",
"remove": "Remove",
"removeConfirm": "Do you really want to remove {{title}}?",
"editServer": "Edit Server"
},
"widget": {
"type": {
"price": "Grid import price",
"feedin": "Grid export price"
},
"now": "now",
"noData": {
"title": "No data",
"body": "This server has no data of this type."
},
"unreachable": {
"title": "Server unreachable",
"body": "Could not load the evcc instance."
},
"setup": {
"title": "Set up evcc",
"body": "Tap to connect a server and pick a data type."
},
"config": {
"title": "evcc Forecast",
"desc": "Server for the forecast.",
"server": "Server",
"loadpoint": "Loadpoint"
},
"androidConfig": {
"chooseServer": "Choose server",
"chooseLoadpoint": "Choose loadpoint",
"noServers": "No servers — add one in the app first",
"noLoadpoints": "No loadpoints reachable",
"loading": "Loading…",
"loadingPreview": "Loading preview…",
"previewError": "Couldn't load a preview",
"useThisLoadpoint": "Use this loadpoint",
"useThis": "Use this",
"adjustQuestion": "Adjust to real production?",
"yesRecommended": "Yes (recommended)",
"no": "No"
},
"loadpoint": {
"name": "Loadpoint",
"description": "Loadpoint status and charge mode."
},
"name": {
"solar": "Solar forecast",
"price": "Grid import price",
"co2": "CO₂",
"feedin": "Grid export price"
},
"description": {
"solar": "Forecast solar production.",
"price": "Forecast grid import price.",
"co2": "Forecast CO₂ emissions.",
"feedin": "Forecast grid export price."
}
}
}