diff --git a/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_fr.properties b/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_fr.properties index 39ebe59d6..6f1194073 100644 --- a/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_fr.properties +++ b/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_fr.properties @@ -1,4 +1,13 @@ +system.config.jsonaddonservice.showUnstable.label = Afficher les extensions non stables +system.config.jsonaddonservice.showUnstable.description = Inclure les entrées qui n'ont pas été marquées comme "stable". Ces extensions ne doivent être utilisées qu'à des fins de test et ne sont pas considérées comme prêtes pour un système en production. +system.config.jsonaddonservice.urls.label = URLs des services d'extensions +system.config.jsonaddonservice.urls.description = Liste d'URLs séparées par un pipe (|) qui fournissent des services tiers d'extensions via des fichiers Json. Avertissement \: les paquets distribués par des services tiers d'extensions peuvent ne pas faire l'objet d'une revue adéquate et peuvent potentiellement contenir du code malveillant et donc nuire à votre système. system.config.marketplace.apiKey.label = Clé API pour community.openhab.org -system.config.marketplace.defaultSource.description = Indiquez la clé API à utiliser sur le forum de la communauté (pour le personnel et les superviseurs - cela permet par exemple de voir le contenu qui n'est pas encore révisé ou autrement caché au grand public). Laissez vide si vous n'en avez pas. +system.config.marketplace.apiKey.description = Spécifiez la clé API à utiliser sur le forum de la communauté (pour les administrateurs - cela permet par exemple de voir le contenu qui n'a pas encore fait l'objet de revue ou autrement caché au grand public). Laissez vide si vous n'en avez pas. +system.config.marketplace.enable.label = Activer le marketplace de la communauté +system.config.marketplace.enable.description = Si désactivé, aucune extension du marketplace de la communautaire ne sera affichée. Les extensions déjà installées seront toujours disponibles. +system.config.marketplace.showUnpublished.label = Afficher les entrées non publiées +system.config.marketplace.showUnpublished.description = Inclure les entrées qui n'ont pas été taguées comme publiées. Attention \: ceci peut inclure des entrées qui ne sont pas prêtes et qui pourraient ne pas fonctionner ou nuire à votre installation. Activez à vos risques et périls, uniquement pour les tests. service.system.marketplace.label = Marketplace de la communauté +service.system.jsonaddonservice.label = Service tiers Json d'extensions diff --git a/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_pl.properties b/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_pl.properties new file mode 100644 index 000000000..8e03e7ef1 --- /dev/null +++ b/bundles/org.openhab.core.addon.marketplace/src/main/resources/OH-INF/i18n/marketplace_pl.properties @@ -0,0 +1,13 @@ +system.config.jsonaddonservice.showUnstable.label = Pokaż dodatki niestabilne +system.config.jsonaddonservice.showUnstable.description = Dołącz wpisy, które nie zostały oznaczone jako "stabilne". Te dodatki powinny być używane tylko do testowania i nie są uważane za gotowe do produkcji. +system.config.jsonaddonservice.urls.label = Adresy URL dodatku +system.config.jsonaddonservice.urls.description = Oddzielona lista (l) adresów URL, które świadczą usługi dodatków firm trzecich za pośrednictwem plików Json. Ostrzeżenie\: Pakiety rozprowadzane przez serwisy dodatków firm trzecich mogą nie zostać sprawdzone i mogą potencjalnie zawierać złośliwy kod, a tym samym zaszkodzić systemowi. +system.config.marketplace.apiKey.label = API klucz dla community.openhab.org +system.config.marketplace.apiKey.description = Określ klucz API do użycia na forum społeczności (dla personelu i opiekunów - pozwala to na przykład zobaczyć treści, które nie są jeszcze sprawdzane lub ukryte w inny sposób). Pozostaw puste, jeśli go nie posiadasz. +system.config.marketplace.enable.label = Załącz dodatki z rynku społeczności +system.config.marketplace.enable.description = Jeśli wyłączone, żadne dodatki nie zostaną wyświetlone z rynku społeczności. Dodatki już zainstalowane będą nadal dostępne. +system.config.marketplace.showUnpublished.label = Pokaż nieopublikowane wpisy +system.config.marketplace.showUnpublished.description = Dołącz wpisy, które nie zostały oznaczone jako opublikowane. Ostrzeżenie\: może to obejmować wpisy, które nie są gotowe i mogą nie działać lub zaszkodzić Twojej instalacji. Włącz na własne ryzyko, tylko do celów testowych. + +service.system.marketplace.label = Rynek społeczności +service.system.jsonaddonservice.label = Dodatki Json firm trzecich diff --git a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_pl.properties b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_pl.properties index af54ae23c..5558fa701 100644 --- a/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_pl.properties +++ b/bundles/org.openhab.core.config.core/src/main/resources/OH-INF/i18n/validation_pl.properties @@ -1,6 +1,6 @@ parameter_required=Parametr jest wymagany. -data_type_violated=Typ danych wartości nie pasuje do deklaracji typu ({0}) w opisie konfiguracji. +data_type_violated=Typ danych wartości ({0}) nie pasuje do deklaracji typu ({1}) w opisie konfiguracji. max_value_txt_violated=Wartość nie może składać się z więcej niż {0} znaków. max_value_numeric_violated=Wartość musi być większa niż {0}. @@ -9,3 +9,5 @@ min_value_txt_violated=Wartość nie może składać się z mniej niż {0} znak min_value_numeric_violated=Wartość nie może być mniejsza niż {0}. pattern_violated=Wartość {0} nie pasuje do wzoru {1}. +options_violated=Wartość {0} nie pasuje do dozwolonych opcji parametrów. Dozwolone opcje to\: {1} +multiple_limit_violated=Tylko {0} elementy są dozwolone, ale {1} jest zapewniony. diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_de.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_de.properties index 0b9cac3f5..d32adef74 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_de.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_de.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = Windgeschwindigkeit channel-type.system.wind-speed.description = Zeigt die aktuelle Windgeschwindigkeit an. channel-type.system.outdoor-temperature.label = Außentemperatur channel-type.system.outdoor-temperature.description = Zeigt die aktuelle Außentemperatur an. +channel-type.system.indoor-temperature.label = Innentemperatur +channel-type.system.indoor-temperature.description = Zeigt die aktuelle Innentemperatur an. channel-type.system.atmospheric-humidity.label = Luftfeuchtigkeit channel-type.system.atmospheric-humidity.description = Zeigt die aktuelle atmosphärische relative Luftfeuchtigkeit an. channel-type.system.barometric-pressure.label = Luftdruck diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fi.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fi.properties index 4b67ea8e6..73c847bf2 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fi.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fi.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = Tuulennopeus channel-type.system.wind-speed.description = Nykyinen tuulennopeus channel-type.system.outdoor-temperature.label = Ulkolämpötila channel-type.system.outdoor-temperature.description = Nykyinen ulkolämpötila +channel-type.system.indoor-temperature.label = Sisälämpötila +channel-type.system.indoor-temperature.description = Nykyinen sisälämpötila channel-type.system.atmospheric-humidity.label = Ilmakehän Kosteus channel-type.system.atmospheric-humidity.description = Nykyinen ilman suhteellinen kosteus channel-type.system.barometric-pressure.label = Ilmanpaine diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fr.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fr.properties index 2dacbbc11..11e84face 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fr.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_fr.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = Vitesse Vent channel-type.system.wind-speed.description = Vitesse actuelle du vent. channel-type.system.outdoor-temperature.label = Température Extérieure channel-type.system.outdoor-temperature.description = Température extérieure actuelle. +channel-type.system.indoor-temperature.label = Température Intérieure +channel-type.system.indoor-temperature.description = Température intérieure actuelle. channel-type.system.atmospheric-humidity.label = Humidité Atmosphérique channel-type.system.atmospheric-humidity.description = Humidité relative atmosphérique actuelle. channel-type.system.barometric-pressure.label = Pression Barométrique diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_he.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_he.properties index bf191d07b..d6f594e77 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_he.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_he.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = מהירות הרוח channel-type.system.wind-speed.description = מהירות רוח נוכחית channel-type.system.outdoor-temperature.label = טמפרטורה חיצונית channel-type.system.outdoor-temperature.description = טמפרטורה חיצונית נוכחית +channel-type.system.indoor-temperature.label = טמפרטורה בבית +channel-type.system.indoor-temperature.description = טמפרטורה נוכחית בבית channel-type.system.atmospheric-humidity.label = לחות אטמוספרית channel-type.system.atmospheric-humidity.description = חלות יחסית אטמוספרית channel-type.system.barometric-pressure.label = לחץ ברומטרי diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_it.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_it.properties index ba639a106..a2babbdc6 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_it.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_it.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = Velocità Vento channel-type.system.wind-speed.description = Velocità attuale del vento channel-type.system.outdoor-temperature.label = Temperatura esterna channel-type.system.outdoor-temperature.description = Temperatura esterna attuale +channel-type.system.indoor-temperature.label = Temperatura interna +channel-type.system.indoor-temperature.description = Temperatura interna attuale channel-type.system.atmospheric-humidity.label = Umidità Atmosferica channel-type.system.atmospheric-humidity.description = Umidità relativa atmosferica attuale channel-type.system.barometric-pressure.label = Pressione Barometrica diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_nl.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_nl.properties index 6d42c75ee..1e4974979 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_nl.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_nl.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = Windsnelheid channel-type.system.wind-speed.description = Huidige windsnelheid channel-type.system.outdoor-temperature.label = Buitentemperatuur channel-type.system.outdoor-temperature.description = Huidige buitentemperatuur +channel-type.system.indoor-temperature.label = Binnentemperatuur +channel-type.system.indoor-temperature.description = Huidige binnentemperatuur channel-type.system.atmospheric-humidity.label = Luchtvochtigheid channel-type.system.atmospheric-humidity.description = Huidige atmosferische relatieve vochtigheid channel-type.system.barometric-pressure.label = Luchtdruk diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_pl.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_pl.properties index 67b488ab0..ca668a309 100644 --- a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_pl.properties +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/DefaultSystemChannels_pl.properties @@ -39,6 +39,8 @@ channel-type.system.wind-speed.label = Prędkość wiatru channel-type.system.wind-speed.description = Bieżąca prędkość wiatru channel-type.system.outdoor-temperature.label = Temperatura na zewnątrz channel-type.system.outdoor-temperature.description = Bieżąca temperatura na zewnątrz +channel-type.system.indoor-temperature.label = Temperatura wewnątrz +channel-type.system.indoor-temperature.description = Aktualna temperatura wewnątrz channel-type.system.atmospheric-humidity.label = Wilgotność atmosferyczna channel-type.system.atmospheric-humidity.description = Obecna wilgotność względna atmosfery channel-type.system.barometric-pressure.label = Ciśnienie barometryczne diff --git a/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemThingStatusInfos_pl.properties b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemThingStatusInfos_pl.properties new file mode 100644 index 000000000..1d772303d --- /dev/null +++ b/bundles/org.openhab.core.thing/src/main/resources/OH-INF/i18n/SystemThingStatusInfos_pl.properties @@ -0,0 +1 @@ +missing-or-invalid-configuration=Brakująca lub nieprawidłowa konfiguracja. diff --git a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_pl.properties b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_pl.properties index 6e1152e6a..bc3cf500f 100644 --- a/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_pl.properties +++ b/bundles/org.openhab.core.voice/src/main/resources/OH-INF/i18n/voice_pl.properties @@ -14,3 +14,7 @@ system.config.voice.listeningItem.label = Przełącznik słuchania system.config.voice.listeningItem.description = Jeśli podane, element zostanie włączony w czasie, w którym procesor dialogowy zauważył słowo kluczowe i słucha poleceń. service.system.voice.label = Głos + +error.ks-error = Wystąpił błąd podczas punktowania słów kluczowych, {0} +error.stt-error = Wystąpił błąd podczas rozpoznawania tekstu, {0} +error.stt-exception = Błąd podczas rozpoznawania, {0} diff --git a/bundles/org.openhab.core/src/main/resources/OH-INF/i18n/addons_fr.properties b/bundles/org.openhab.core/src/main/resources/OH-INF/i18n/addons_fr.properties index fa4114d80..a10580e5d 100644 --- a/bundles/org.openhab.core/src/main/resources/OH-INF/i18n/addons_fr.properties +++ b/bundles/org.openhab.core/src/main/resources/OH-INF/i18n/addons_fr.properties @@ -1,3 +1,5 @@ +system.config.addons.includeIncompatible.label = Inclure (potentiellement) des extensions incompatibles +system.config.addons.includeIncompatible.description = Certains services complémentaires peuvent fournir des extensions pour lesquelles la compatibilité avec le système en cours d'exécution n'est pas attendue. Activer cette option inclura ces entrées dans la liste des extensions disponibles. system.config.addons.remote.label = Accès au dépôt distant system.config.addons.remote.description = Définit si openHAB doit accéder au dépôt distant pour l'installation d'une extension.