This commit is contained in:
Mateusz Gruszczyński
2026-08-24 14:05:43 +02:00
parent eb02f66056
commit 04fc91b9f4
30 changed files with 2257 additions and 175 deletions
+49 -1
View File
@@ -352,6 +352,54 @@
"history.chartSaved": "Custom chart saved",
"history.linkCopied": "Chart link copied",
"toast.successTitle": "Done",
"toast.errorTitle": "Something went wrong"
"toast.errorTitle": "Something went wrong",
"plan.eyebrow": "Control plan",
"plan.title": "What happens next",
"plan.house": "Whole house",
"plan.houseSummary": "{zones} enabled zones · {demand} requesting action",
"plan.noEvents": "No scheduled changes in the next days",
"plan.loading": "Loading current automation plan…",
"plan.rules": "Extra automations",
"plan.ruleCount": "{count} active rules",
"plan.event": "Change",
"zones.enable": "Enable zone",
"zones.disable": "Disable zone",
"history.90d": "90 days",
"history.1y": "1 year",
"settings.metrics": "Metrics storage",
"settings.retentionDays": "Local retention (days)",
"settings.compaction": "Compact old metrics",
"settings.compactionHint": "SQLite keeps recent data locally and compacts older samples to the resolution used by charts.",
"settings.greeCommands": "GREE commands",
"settings.suppressBeep": "Try to suppress command beeps",
"settings.suppressBeepHint": "Only changed properties are sent. Buzzer suppression is also requested when supported by the unit firmware.",
"settings.influx": "Long-term InfluxDB history",
"settings.influxHint": "Optional archive for older history. InfluxDB 1.x and 2.x are supported. Samples older than the handoff age are removed from SQLite only after a successful archive write.",
"settings.influxEnabled": "Enable InfluxDB archive",
"settings.influxVersion": "InfluxDB version",
"settings.influxThreshold": "Use archive for history older than (days)",
"settings.influxDatabase": "Database",
"settings.influxUsername": "Username",
"settings.influxPassword": "Password",
"settings.influxOrg": "Organization",
"settings.influxBucket": "Bucket",
"settings.influxToken": "Token",
"settings.secretKeep": "Leave empty to keep saved secret",
"settings.secretSaved": "Secret already saved — leave empty to keep it",
"settings.debug": "On-screen debug",
"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.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.",
"debug.title": "Live debug",
"debug.clear": "Clear",
"debug.apiAndGree": "API logs + GREE frames",
"debug.apiOnly": "API logs",
"debug.empty": "No debug events yet.",
"toast.exported": "Configuration exported",
"toast.imported": "Configuration imported"
}
}