Added German translations for profiles (#1182)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2019-11-06 10:45:22 +01:00 committed by Kai Kreuzer
parent fc929c22c1
commit ce404e0a84
2 changed files with 5 additions and 1 deletions

View File

@ -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();

View File

@ -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