This commit is contained in:
Mateusz Gruszczyński
2026-09-14 16:32:28 +02:00
parent c3fbc5ccc6
commit 021cbddba5
68 changed files with 7780 additions and 202 deletions
+82 -1
View File
@@ -1177,6 +1177,87 @@
"flow.expandSettings": "Expand block settings",
"flow.notSavedYet": "Not saved yet",
"schedules.enabledState": "Enabled",
"schedules.disabledState": "Disabled"
"schedules.disabledState": "Disabled",
"devices.cloudUnit": "Cloud unit",
"devices.connection": "Connection",
"devices.transport": "Transport",
"devices.cloudDeviceId": "Cloud Device ID",
"devices.lastSync": "Last synchronization",
"devices.cloudDetails": "Cloud details",
"devices.cloudDiagnostics": "Cloud diagnostics",
"devices.cloudDiagnosticsHint": "Decrypted and sanitized protocol data. Passwords, tokens and cipher keys are never included.",
"energy.title": "Energy",
"energy.source": "Energy source",
"energy.sourceHint": "Choose the cumulative energy source used for charts and period totals.",
"energy.auto": "Auto",
"energy.haSensor": "Home Assistant energy sensor",
"energy.noHaSensor": "No Home Assistant energy sensor selected.",
"energy.today": "Today",
"energy.yesterday": "Yesterday",
"energy.currentMonth": "Current month",
"energy.previousMonth": "Previous month",
"energy.periodTotal": "Period total",
"energy.noData": "No energy source is configured for this device.",
"energy.hourly": "Hourly",
"energy.daily": "Daily",
"energy.monthly": "Monthly",
"settings.cloudAccountStatus": "Account status",
"settings.cloudMqttStatus": "MQTT status",
"settings.cloudReconnect": "Reconnect",
"settings.cloudPushHint": "MQTT push is primary. Polling is used only for initial state, recovery and periodic verification.",
"history.bucket": "Aggregation",
"energy.chartHint": "Period consumption calculated from cumulative meter deltas. Raw cumulative values are never plotted as consumption.",
"devices.localCloud": "Local / GREE Cloud",
"devices.discoverLocal": "Discover Local",
"devices.addLocalManual": "Add Local manually",
"devices.cloudAdded": "GREE Cloud device added",
"settings.cloudAccountTitle": "GREE Cloud account",
"settings.cloudAccountHint": "REST login and device discovery use the selected regional GREE service. The password is never returned by the API after it is saved.",
"settings.cloudEnable": "Enable GREE Cloud",
"settings.cloudRegion": "Region",
"settings.cloudPolling": "Cloud fallback polling interval (s)",
"settings.cloudLogin": "Login / email",
"settings.cloudPassword": "Password",
"settings.cloudPasswordPlaceholder": "Leave empty to keep saved secret",
"settings.cloudInstallationId": "Installation ID",
"settings.cloudLastContact": "Last successful contact",
"settings.cloudTest": "Test connection",
"settings.cloudRefreshDevices": "Refresh devices",
"settings.cloudConnected": "GREE Cloud connected · {count} device(s)",
"settings.cloudConnectionFailed": "GREE Cloud connection failed",
"devices.cloudDiscoveryTitle": "Devices on account",
"devices.cloudDiscoveryHint": "Devices are loaded from the saved GREE Cloud account. Nothing is added automatically; choose the units you want to register.",
"devices.cloudDiscoveryEmpty": "No GREE Cloud devices found",
"devices.cloudDiscoveryEmptyHint": "Check the account, region and connection.",
"devices.cloudAlreadyAdded": "Added",
"status.cloudDisconnected": "Cloud disconnected",
"status.authenticationError": "Authentication error",
"status.unknown": "Unknown",
"dashboard.quickThermostats": "Thermostats",
"zones.thermostat": "Thermostat",
"settings.debugCloudRequests": "Trace GREE Cloud API requests",
"settings.debugCloudMqtt": "Trace GREE Cloud MQTT",
"debug.cloud": "Cloud API",
"debug.mqtt": "MQTT",
"debug.liveSources": "Live protocol sources",
"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.cloudLastDeviceResponse": "Last device response",
"settings.cloudLastMqttMessage": "Last MQTT activity",
"settings.cloudConnectedSince": "MQTT connected since",
"settings.cloudBroker": "Broker",
"settings.cloudTraffic": "Requests / responses / timeouts",
"devices.model": "Model",
"devices.firmware": "Firmware",
"devices.lastResponse": "Last response",
"devices.noCloudSyncYet": "No successful synchronization yet",
"devices.noCloudResponseYet": "No successful device response yet",
"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",
"common.pending": "Pending"
}
}
+82 -1
View File
@@ -1177,6 +1177,87 @@
"flow.expandSettings": "Rozwiń ustawienia bloku",
"flow.notSavedYet": "Jeszcze nie zapisano",
"schedules.enabledState": "Włączony",
"schedules.disabledState": "Wyłączony"
"schedules.disabledState": "Wyłączony",
"devices.cloudUnit": "Jednostka Cloud",
"devices.connection": "Połączenie",
"devices.transport": "Transport",
"devices.cloudDeviceId": "Cloud Device ID",
"devices.lastSync": "Ostatnia synchronizacja",
"devices.cloudDetails": "Szczegóły Cloud",
"devices.cloudDiagnostics": "Diagnostyka Cloud",
"devices.cloudDiagnosticsHint": "Odszyfrowane i zsanityzowane dane protokołu. Hasła, tokeny i klucze szyfrujące nigdy nie są tu zwracane.",
"energy.title": "Energia",
"energy.source": "Źródło energii",
"energy.sourceHint": "Wybierz narastający licznik energii używany do wykresów i sum okresowych.",
"energy.auto": "Auto",
"energy.haSensor": "Sensor energii Home Assistant",
"energy.noHaSensor": "Nie wybrano sensora energii Home Assistant.",
"energy.today": "Dzisiaj",
"energy.yesterday": "Wczoraj",
"energy.currentMonth": "Bieżący miesiąc",
"energy.previousMonth": "Poprzedni miesiąc",
"energy.periodTotal": "Suma okresu",
"energy.noData": "Dla tego urządzenia nie skonfigurowano źródła energii.",
"energy.hourly": "Godzinowo",
"energy.daily": "Dziennie",
"energy.monthly": "Miesięcznie",
"settings.cloudAccountStatus": "Status konta",
"settings.cloudMqttStatus": "Status MQTT",
"settings.cloudReconnect": "Połącz ponownie",
"settings.cloudPushHint": "Podstawą synchronizacji jest push MQTT. Polling służy tylko do stanu początkowego, odzyskiwania połączenia i okresowej weryfikacji.",
"history.bucket": "Agregacja",
"energy.chartHint": "Zużycie okresowe obliczone z przyrostów licznika narastającego. Surowa wartość licznika nigdy nie jest rysowana jako zużycie.",
"devices.localCloud": "Local / GREE Cloud",
"devices.discoverLocal": "Wykryj Local",
"devices.addLocalManual": "Dodaj Local ręcznie",
"devices.cloudAdded": "Dodano urządzenie GREE Cloud",
"settings.cloudAccountTitle": "Konto GREE Cloud",
"settings.cloudAccountHint": "Logowanie REST i wykrywanie urządzeń korzystają z regionalnej usługi GREE. Zapisane hasło nie jest ponownie zwracane przez API.",
"settings.cloudEnable": "Włącz GREE Cloud",
"settings.cloudRegion": "Region",
"settings.cloudPolling": "Interwał awaryjnego pollingu Cloud (s)",
"settings.cloudLogin": "Login / e-mail",
"settings.cloudPassword": "Hasło",
"settings.cloudPasswordPlaceholder": "Zostaw puste, aby zachować zapisany sekret",
"settings.cloudInstallationId": "ID instalacji",
"settings.cloudLastContact": "Ostatni udany kontakt",
"settings.cloudTest": "Test połączenia",
"settings.cloudRefreshDevices": "Odśwież urządzenia",
"settings.cloudConnected": "GREE Cloud połączony · {count} urządzeń",
"settings.cloudConnectionFailed": "Połączenie GREE Cloud nie powiodło się",
"devices.cloudDiscoveryTitle": "Urządzenia na koncie",
"devices.cloudDiscoveryHint": "Urządzenia są pobierane z zapisanego konta GREE Cloud. Nic nie jest dodawane automatycznie — wybierz jednostki, które chcesz zarejestrować.",
"devices.cloudDiscoveryEmpty": "Nie znaleziono urządzeń GREE Cloud",
"devices.cloudDiscoveryEmptyHint": "Sprawdź konto, region i połączenie.",
"devices.cloudAlreadyAdded": "Dodano",
"status.cloudDisconnected": "Cloud rozłączony",
"status.authenticationError": "Błąd uwierzytelnienia",
"status.unknown": "Nieznany",
"dashboard.thermostats": "Termostaty",
"zones.quickThermostat": "Termostat",
"settings.debugCloudRequests": "Śledź requesty API GREE Cloud",
"settings.debugCloudMqtt": "Śledź MQTT GREE Cloud",
"debug.cloud": "Cloud API",
"debug.mqtt": "MQTT",
"debug.liveSources": "Źródła protokołu na żywo",
"debug.emptyCloud": "Brak przechwyconej aktywności API GREE Cloud.",
"debug.emptyMqtt": "Brak przechwyconej aktywności MQTT GREE Cloud.",
"settings.cloudDevicesOnline": "Urządzenia online",
"settings.cloudResponseTime": "Czas ostatniej odpowiedzi urządzenia",
"settings.cloudLastDeviceResponse": "Ostatnia odpowiedź urządzenia",
"settings.cloudLastMqttMessage": "Ostatnia aktywność MQTT",
"settings.cloudConnectedSince": "MQTT połączony od",
"settings.cloudBroker": "Broker",
"settings.cloudTraffic": "Requesty / odpowiedzi / timeouty",
"devices.model": "Model",
"devices.firmware": "Firmware",
"devices.lastResponse": "Ostatnia odpowiedź",
"devices.noCloudSyncYet": "Brak udanej synchronizacji",
"devices.noCloudResponseYet": "Brak udanej odpowiedzi urządzenia",
"devices.cloudAuthenticationProblem": "Błąd uwierzytelniania GREE Cloud",
"devices.cloudTransportProblem": "Połączenie z GREE Cloud jest niedostępne",
"devices.cloudDeviceOffline": "GREE Cloud jest połączony, ale urządzenie nie odpowiada",
"settings.cloudRestResponseTime": "Czas ostatniej odpowiedzi REST",
"common.pending": "Oczekiwanie"
}
}