mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Added German translations for profiles (#1182)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
fc929c22c1
commit
ce404e0a84
@ -52,7 +52,7 @@ public interface SystemProfiles {
|
||||
.build();
|
||||
|
||||
TriggerProfileType RAWBUTTON_ON_OFF_SWITCH_TYPE = ProfileTypeBuilder
|
||||
.newTrigger(RAWBUTTON_ON_OFF_SWITCH, "Raw Button On Off Switch")
|
||||
.newTrigger(RAWBUTTON_ON_OFF_SWITCH, "Raw Button To On Off")
|
||||
.withSupportedItemTypes(CoreItemFactory.SWITCH, CoreItemFactory.DIMMER, CoreItemFactory.COLOR)
|
||||
.withSupportedChannelTypeUIDs(DefaultSystemChannelTypeProvider.SYSTEM_RAWBUTTON.getUID()).build();
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
profile-type.system.default.label = Standard
|
||||
profile-type.system.follow.label = Folgen
|
||||
profile-type.system.offset.label = Versatz
|
||||
profile.config.system.offset.offset.label = Versatz
|
||||
profile.config.system.offset.offset.description = Versatz (Numerischer Wert oder numerischer Wert mit Einheit), welcher auf den Wert addiert wird. Ein negative Versatz wird vom Wert abgezogen.
|
||||
profile-type.system.timestamp-change.label = Zeitstempel bei Änderung
|
||||
profile-type.system.timestamp-update.label = Zeitstempel bei Aktualisierung
|
||||
|
Loading…
Reference in New Issue
Block a user