This commit is contained in:
Mateusz Gruszczyński
2026-08-30 09:50:03 +02:00
parent 2383526a83
commit fbc66b0c26
22 changed files with 2911 additions and 1632 deletions
+79 -3
View File
@@ -406,8 +406,8 @@
"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.apiAndGree": "Requests, events + GREE frames",
"debug.apiOnly": "Requests and application events",
"debug.empty": "No debug events yet.",
"toast.exported": "Configuration exported",
"toast.imported": "Configuration imported",
@@ -692,6 +692,82 @@
"notifications.alertControlErrors": "Thermostat and group control errors",
"notifications.alertImportantEvents": "Important state changes",
"notifications.alertOther": "Other warnings and errors",
"notifications.testSent": "Test notification sent"
"notifications.testSent": "Test notification sent",
"actions.close": "Close",
"actions.remove": "Remove",
"plan.strategySetpoint": "Setpoint",
"simulation.running": "RUNNING",
"simulation.idle": "IDLE",
"logs.info": "Info",
"logs.days7": "7 days",
"logs.days14": "14 days",
"logs.days30": "30 days",
"logs.days90": "90 days",
"logs.days180": "180 days",
"logs.days365": "365 days",
"history.hoverHint": "Hover, tap or use ←/→ for exact values. Use +/ to zoom and swipe to pan.",
"actions.saving": "Saving…",
"actions.retry": "Retry",
"auth.connecting": "Connecting…",
"confirm.discardChanges": "Discard unsaved changes?",
"status.offlineHint": "Live updates are unavailable. Displayed data may be stale.",
"validation.required": "This field is required.",
"validation.url": "Enter a valid http:// or https:// URL.",
"validation.range": "Enter a value from {min} to {max}.",
"validation.invalid": "Check this value.",
"validation.entityId": "Use a Home Assistant entity_id such as sensor.living_room_temperature.",
"validation.fixFields": "Correct the highlighted fields before saving.",
"history.zoomControls": "Chart zoom",
"history.zoomOut": "Zoom out",
"history.zoomReset": "Reset zoom",
"history.zoomIn": "Zoom in",
"house.powerOffConfirm": "Turn off all air conditioners and disable all groups?",
"zones.temporaryStarting": "Starting…",
"notifications.applicationTokenPlaceholder": "Application token",
"notifications.userKeyPlaceholder": "User/group key",
"settings.testingHa": "Testing…",
"settings.settingsSections": "Settings sections",
"settings.applicationSettings": "Application",
"settings.greeSettings": "GREE",
"settings.applicationRuntime": "Application runtime",
"settings.applicationRuntimeHint": "Application-wide behavior that does not change GREE transport or discovery.",
"settings.simulationModeHint": "When enabled, a prominent simulation warning is shown throughout the application.",
"settings.greeConnection": "GREE connection",
"settings.greeConnectionHint": "Controller identity, polling intervals and LAN discovery transport.",
"settings.systemStatusTitle": "Controller health",
"settings.systemStateHint": "Live runtime, connectivity and storage details useful during setup and diagnostics.",
"settings.controlEngine": "Control engine",
"settings.ready": "Ready",
"settings.syncing": "Synchronizing",
"settings.websocket": "Live connection",
"settings.runtimeMode": "Runtime mode",
"settings.runtimeSimulation": "Simulation",
"settings.runtimeLive": "Live devices",
"settings.devicesConfigured": "Configured devices",
"settings.devicesOnline": "Devices online",
"settings.simulatedDevices": "Simulated devices",
"settings.receivedFrames": "GREE frames received",
"settings.httpBind": "HTTP bind",
"settings.greeInterface": "GREE interface",
"settings.database": "Database",
"settings.basePath": "Base path",
"settings.healthy": "Healthy",
"settings.attention": "Check status",
"debug.filterAria": "Debug source",
"debug.all": "All",
"debug.requests": "Requests",
"debug.gree": "GREE",
"debug.emptyRequests": "No HTTP requests captured yet.",
"debug.emptyGree": "No GREE frames captured yet.",
"simulation.bannerTitle": "SIMULATION MODE",
"simulation.bannerText": "Simulation mode is enabled. Treat current states and results as test data.",
"settings.pollCycle": "Device poll interval",
"settings.zoneCycle": "Zone control interval",
"settings.homeAssistantStatus": "Home Assistant",
"settings.influxStatus": "InfluxDB history",
"settings.notificationsStatus": "Notifications",
"settings.debugStatus": "Debug overlay",
"settings.configured": "configured",
"settings.notConfigured": "not configured"
}
}