This commit is contained in:
Mateusz Gruszczyński
2026-08-24 23:11:41 +02:00
parent 4ab878d587
commit 76a6f050ae
24 changed files with 600 additions and 108 deletions
+32 -2
View File
@@ -390,7 +390,7 @@
"settings.debugOverlay": "Show debug window on every page",
"settings.debugGreeFrames": "Include GREE protocol frames",
"settings.backup": "Configuration backup",
"settings.backupHint": "Export/import application configuration. Exported files can contain GREE device keys plus Home Assistant and InfluxDB secrets; metrics and API access tokens are not included.",
"settings.backupHint": "Export/import application configuration. Exported files can contain GREE device keys plus Home Assistant, InfluxDB and notification secrets; metrics and API access tokens are not included.",
"settings.export": "Export settings",
"settings.import": "Import settings",
"settings.importConfirm": "Replace the current application configuration with this file? Existing metrics and API access tokens will be kept.",
@@ -498,6 +498,36 @@
"night.saveHint": "Save night-mode changes.",
"homeAssistant.eyebrow": "Integration",
"homeAssistant.description": "Connection, temperature sensors, friendly aliases and access tokens for the Home Assistant integration.",
"homeAssistant.saveHint": "Save Home Assistant and sensor changes."
"homeAssistant.saveHint": "Save Home Assistant and sensor changes.",
"notifications.title": "Notifications",
"notifications.hint": "Send important events or only problems/anomalies.",
"notifications.enable": "Enable notifications",
"notifications.mode": "Mode",
"notifications.problems": "Errors and anomalies only",
"notifications.important": "Important events + problems",
"notifications.provider": "Provider",
"notifications.pushoverToken": "Pushover application token",
"notifications.pushoverUser": "Pushover user/group key",
"notifications.slackWebhook": "Slack incoming webhook",
"notifications.discordWebhook": "Discord webhook",
"notifications.cooldown": "Cooldown (s)",
"notifications.failureThreshold": "Communication failures before alert",
"notifications.targetTimeout": "Target not reached timeout (min)",
"notifications.test": "Send test notification",
"zones.copyFrom": "Copy thermostat settings from…",
"zones.copySettings": "Copy settings",
"automations.preset": "Preset…",
"automations.presetHot": "High temperature cooling",
"automations.presetCold": "Low temperature heating",
"automations.presetMorning": "Morning comfort",
"automations.presetNightOff": "Night power off",
"actions.apply": "Apply",
"logs.level": "Level",
"logs.category": "Category",
"logs.all": "All",
"logs.errors": "Errors",
"logs.warnings": "Warnings",
"logs.integrations": "Integrations",
"logs.systemOther": "System/other"
}
}