You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/battery_notes/translations/pl.json
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"config": {
3
3
"step": {
4
4
"user": {
5
-
"description": "New Battery Notes will be discovered if they are in the library.\nTo add new Battery Notes manually go into the integration page, select Add Battery Note and follow the instructions.\nIf you need help with the configuration have a look here: {documentation_url}",
6
-
"title": "Setup Battery Notes"
5
+
"description": "Nowe notatki baterii zostaną wykryte automatycznie, jeśli znajdują się w bibliotece.\nAby dodać nową notatkę baterii ręcznie, przejdź do strony integracji, wybierz „Dodaj notatkę baterii” i postępuj zgodnie z instrukcjami.\nJeśli potrzebujesz pomocy z konfiguracją, zajrzyj tutaj: {documentation_url}",
"default_battery_low_threshold": "Domyślny próg niskiego poziomu baterii",
125
+
"battery_increase_threshold": "Próg wzrostu poziomu baterii"
126
126
},
127
127
"data_description": {
128
-
"show_all_devices": "Show all devices in the device dropdown, otherwise only those with batteries will be shown.",
129
-
"hide_battery": "Hide the standard battery when adding Battery+.",
130
-
"round_battery": "Round Battery+ to whole percentages.",
131
-
"default_battery_low_threshold": "The default threshold where a devices battery_low entity is set to true and the battery_notes_battery_threshold event is fired if the battery is below this threshold, can be overriden per device in device configuration.",
132
-
"battery_increase_threshold": "The threshold where the battery_notes_battery_increased event is fired, use this event for battery replaced automations. The threshold is the difference in increase between previous and current battery level."
128
+
"show_all_devices": "Pokaż wszystkie urządzenia na liście wyboru, w przeciwnym razie wyświetlane będą tylko te z bateriami.",
129
+
"hide_battery": "Ukryj standardową baterię podczas dodawania Bateria+.",
130
+
"round_battery": "Zaokrąglaj Bateria+ do pełnych procentów",
131
+
"default_battery_low_threshold": "Domyślny próg, przy którym encja battery_low urządzenia zostaje ustawiona na true, a zdarzenie battery_notes_battery_threshold jest wywoływane, jeśli poziom baterii spadnie poniżej tego progu.\nPróg ten może zostać nadpisany indywidualnie w konfiguracji konkretnego urządzenia.",
132
+
"battery_increase_threshold": "Próg, przy którym wywoływane jest zdarzenie battery_notes_battery_increased.\nUżywaj go w automatyzacjach dotyczących wymiany baterii.\nPróg określa różnicę wzrostu pomiędzy poprzednim a aktualnym poziomem baterii."
"enable_autodiscovery": "Auto discovery of devices that are in the library.",
144
-
"enable_replaced": "Enable the battery replaced button on each battery note.",
145
-
"user_library": "If specified then a user library file will be searched prior to the main library, the user library must be in the same format as the library and placed in `config/.storage/battery_notes`."
143
+
"enable_autodiscovery": "Automatyczne wykrywanie urządzeń, które znajdują się w bibliotece.",
144
+
"enable_replaced": "Włącz przycisk wymiany baterii dla każdej notatki baterii",
145
+
"user_library": "Jeśli ustawiono tę opcję, plik biblioteki użytkownika będzie przeszukiwany przed główną biblioteką.\nBiblioteka użytkownika musi mieć taki sam format jak biblioteka główna i być umieszczona w `config/.storage/battery_notes`."
146
146
}
147
147
}
148
148
}
@@ -270,13 +270,13 @@
270
270
}
271
271
},
272
272
"deprecated_yaml": {
273
-
"title": "The {integration_title} YAML configuration is being removed",
274
-
"description": "Configuring {integration_title} using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `{domain}` configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
273
+
"title": "Konfiguracja YAML dla {integration_title} jest usuwana",
274
+
"description": "Konfigurowanie {integration_title} za pomocą YAML jest usuwane.\n\nTwoja obecna konfiguracja YAML została automatycznie zaimportowana do interfejsu użytkownika.\n\nUsuń wpis `{domain}` z pliku configuration.yaml i zrestartuj Home Assistanta, aby rozwiązać ten problem."
275
275
}
276
276
},
277
277
"exceptions": {
278
278
"not_configured_in_battery_notes": {
279
-
"message": "{source} is not configured in Battery Notes."
279
+
"message": "{source} nie jest skonfigurowane w notatkach baterii."
0 commit comments