This commit is contained in:
Mateusz Gruszczyński
2026-09-14 23:10:17 +02:00
parent 4bb9c8621a
commit 0a2fb8c6c7
47 changed files with 1337 additions and 372 deletions
+32 -4
View File
@@ -1183,7 +1183,7 @@
"devices.transport": "Transport",
"devices.cloudDeviceId": "Cloud Device ID",
"devices.lastSync": "Last synchronization",
"devices.cloudDetails": "Cloud details",
"devices.cloudDetails": "Details",
"devices.cloudDiagnostics": "Cloud diagnostics",
"devices.cloudDiagnosticsHint": "Decrypted and sanitized protocol data. Passwords, tokens and cipher keys are never included.",
"energy.title": "Energy",
@@ -1197,7 +1197,7 @@
"energy.currentMonth": "Current month",
"energy.previousMonth": "Previous month",
"energy.periodTotal": "Period total",
"energy.noData": "No energy source is configured for this device.",
"energy.noData": "No energy source is configured for the selected devices or installations.",
"energy.hourly": "Hourly",
"energy.daily": "Daily",
"energy.monthly": "Monthly",
@@ -1258,6 +1258,34 @@
"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"
"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.",
"devices.installation": "Installation",
"devices.installationName": "Installation name",
"devices.installationType": "Installation type",
"devices.split": "Split",
"devices.multisplit": "Multisplit",
"devices.installationDevices": "Indoor units",
"devices.energySourceDevice": "GREE Cloud energy source",
"devices.outdoorSourceDevice": "Outdoor temperature source",
"devices.noSharedOutdoor": "No shared source",
"devices.installationSaved": "Installation saved.",
"devices.installationDeleted": "Installation deleted.",
"devices.newInstallation": "New installation",
"devices.editInstallation": "Edit installation",
"devices.groupedEnergyNote": "This unit belongs to {name}. Energy is reported at installation level: {source}.",
"energy.targets": "Devices / installations",
"energy.weekly": "Weekly",
"energy.compare": "Compare",
"energy.compareNone": "No comparison",
"energy.comparePreviousDay": "Previous day",
"energy.comparePreviousPeriod": "Previous period",
"energy.comparePreviousYear": "Year earlier",
"energy.currentPeriod": "Current period",
"energy.comparisonPeriod": "Comparison period",
"energy.groupSource": "Group source",
"energy.selectAtLeastOne": "Select at least one device or installation.",
"energy.multiselectHint": "You can select several items (Ctrl/Cmd or Shift)."
}
}
}
+32 -4
View File
@@ -1183,7 +1183,7 @@
"devices.transport": "Transport",
"devices.cloudDeviceId": "Cloud Device ID",
"devices.lastSync": "Ostatnia synchronizacja",
"devices.cloudDetails": "Szczegóły Cloud",
"devices.cloudDetails": "Szczegóły",
"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",
@@ -1197,7 +1197,7 @@
"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.noData": "Dla wybranych urządzeń lub instalacji nie skonfigurowano źródła energii.",
"energy.hourly": "Godzinowo",
"energy.daily": "Dziennie",
"energy.monthly": "Miesięcznie",
@@ -1258,6 +1258,34 @@
"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"
"common.pending": "Oczekiwanie",
"devices.installations": "Instalacje split / multisplit",
"devices.installationsHint": "Grupuj jednostki wewnętrzne współdzielące jedną jednostkę zewnętrzną. Energia i temperatura zewnętrzna mogą korzystać z jednego wspólnego źródła.",
"devices.installation": "Instalacja",
"devices.installationName": "Nazwa instalacji",
"devices.installationType": "Typ instalacji",
"devices.split": "Split",
"devices.multisplit": "Multisplit",
"devices.installationDevices": "Jednostki wewnętrzne",
"devices.energySourceDevice": "Źródło energii GREE Cloud",
"devices.outdoorSourceDevice": "Źródło temperatury zewnętrznej",
"devices.noSharedOutdoor": "Brak wspólnego źródła",
"devices.installationSaved": "Zapisano instalację.",
"devices.installationDeleted": "Usunięto instalację.",
"devices.newInstallation": "Nowa instalacja",
"devices.editInstallation": "Edytuj instalację",
"devices.groupedEnergyNote": "Ta jednostka należy do instalacji {name}. Energia jest raportowana na poziomie instalacji: {source}.",
"energy.targets": "Urządzenia / instalacje",
"energy.weekly": "Tygodniowo",
"energy.compare": "Porównaj",
"energy.compareNone": "Bez porównania",
"energy.comparePreviousDay": "Poprzedni dzień",
"energy.comparePreviousPeriod": "Poprzedni okres",
"energy.comparePreviousYear": "Rok wcześniej",
"energy.currentPeriod": "Bieżący okres",
"energy.comparisonPeriod": "Okres porównawczy",
"energy.groupSource": "Źródło grupy",
"energy.selectAtLeastOne": "Wybierz co najmniej jedno urządzenie lub instalację.",
"energy.multiselectHint": "Możesz zaznaczyć kilka pozycji (Ctrl/Cmd lub Shift)."
}
}
}