v0.14.21
This commit is contained in:
+29
-4
@@ -82,7 +82,7 @@
|
||||
"devices.modelFirmware": "Model / firmware",
|
||||
"devices.lastSeen": "Last response",
|
||||
"devices.communicationFailures": "Communication failures",
|
||||
"devices.lastError": "Last error",
|
||||
"devices.lastError": "Error",
|
||||
"devices.readStatus": "Read status",
|
||||
"devices.technicalConfig": "Technical configuration",
|
||||
"devices.diagnostics": "Diagnostics",
|
||||
@@ -1274,7 +1274,7 @@
|
||||
"debug.emptyCloud": "No GREE Cloud API activity captured yet.",
|
||||
"debug.emptyMqtt": "No GREE Cloud MQTT activity captured yet.",
|
||||
"settings.cloudDevicesOnline": "Devices online",
|
||||
"settings.cloudResponseTime": "Last device response time",
|
||||
"settings.cloudResponseTime": "Device response time",
|
||||
"settings.cloudLastDeviceResponse": "Last device response",
|
||||
"settings.cloudLastMqttMessage": "Last MQTT activity",
|
||||
"settings.cloudConnectedSince": "MQTT connected since",
|
||||
@@ -1288,7 +1288,7 @@
|
||||
"devices.cloudAuthenticationProblem": "GREE Cloud authentication error",
|
||||
"devices.cloudTransportProblem": "GREE Cloud connection is unavailable",
|
||||
"devices.cloudDeviceOffline": "GREE Cloud is connected, but the unit is not responding",
|
||||
"settings.cloudRestResponseTime": "Last REST response time",
|
||||
"settings.cloudRestResponseTime": "REST response time",
|
||||
"common.pending": "Pending",
|
||||
"devices.installations": "Split / multisplit installations",
|
||||
"devices.installationsHint": "Group indoor units that share one outdoor unit. Energy and outdoor temperature can use one shared source.",
|
||||
@@ -1358,6 +1358,31 @@
|
||||
"flow.haEntitySearchLabel": "Search Home Assistant entities",
|
||||
"flow.haEntitySearchPlaceholder": "Type a name, entity_id or state…",
|
||||
"flow.haEntitySelectedLabel": "Selected entity (entity_id)",
|
||||
"flow.haEntitySearchMatches": "{count} of {total} Home Assistant entities match"
|
||||
"flow.haEntitySearchMatches": "{count} of {total} Home Assistant entities match",
|
||||
"settings.influxTest": "Test InfluxDB connection",
|
||||
"settings.influxTesting": "Testing InfluxDB…",
|
||||
"settings.influxTestSuccess": "Connection successful ({ms} ms)",
|
||||
"publicChart.title": "Custom chart",
|
||||
"publicChart.loading": "Loading…",
|
||||
"publicChart.invalidLink": "Invalid chart link.",
|
||||
"publicChart.loadFailed": "Unable to load chart: {error}",
|
||||
"publicChart.rangeAria": "Chart range",
|
||||
"publicChart.periodHint": "Period: {hours} h",
|
||||
"publicChart.hoursShort": "{hours} h",
|
||||
"publicChart.noData": "No data",
|
||||
"publicChart.field.deviceIndoor": "Indoor temperature",
|
||||
"publicChart.field.deviceOutdoor": "GREE outdoor temperature",
|
||||
"publicChart.field.deviceTarget": "Device target",
|
||||
"publicChart.field.sharedOutdoor": "Shared outdoor temperature",
|
||||
"publicChart.field.zoneControl": "Control temperature",
|
||||
"publicChart.field.greeSensor": "GREE sensor",
|
||||
"publicChart.field.roomSensor": "Room sensor",
|
||||
"publicChart.field.comfortTarget": "Comfort target",
|
||||
"publicChart.field.deviceSetpoint": "Device setpoint",
|
||||
"publicChart.field.outdoor": "Outdoor temperature",
|
||||
"publicChart.field.temperature": "Temperature",
|
||||
"flow.invalidPresetFilename": "Invalid preset filename.",
|
||||
"flow.invalidPresetFile": "{filename}: invalid preset.",
|
||||
"flow.presetNotFound": "Preset not found."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user