From c544f12b82bd59cb7efafb2cef6a37195af949e6 Mon Sep 17 00:00:00 2001 From: openhab-bot Date: Sun, 2 Jun 2024 20:59:55 +0200 Subject: [PATCH] New Crowdin updates (#16839) * New translations http.properties (German) --- .../src/main/resources/OH-INF/i18n/http_de.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.http/src/main/resources/OH-INF/i18n/http_de.properties b/bundles/org.openhab.binding.http/src/main/resources/OH-INF/i18n/http_de.properties index c65a9ca3103..424c9774abe 100644 --- a/bundles/org.openhab.binding.http/src/main/resources/OH-INF/i18n/http_de.properties +++ b/bundles/org.openhab.binding.http/src/main/resources/OH-INF/i18n/http_de.properties @@ -25,8 +25,8 @@ thing-type.config.http.url.commandMethod.option.POST = POSTEN thing-type.config.http.url.commandMethod.option.PUT = PUT thing-type.config.http.url.contentType.label = Inhaltstyp thing-type.config.http.url.contentType.description = Der MIME-Content-Typ. Nur für `POST` und `PUT` verwendet. -thing-type.config.http.url.contentType.option.application/json = anwendung/json -thing-type.config.http.url.contentType.option.application/xml = anwendung/xml +thing-type.config.http.url.contentType.option.application/json = application/json +thing-type.config.http.url.contentType.option.application/xml = application/xml thing-type.config.http.url.contentType.option.text/html = text/html thing-type.config.http.url.contentType.option.text/plain = text/plain thing-type.config.http.url.contentType.option.text/xml = text/xml