-
-
Notifications
You must be signed in to change notification settings - Fork 353
/
de.json
179 lines (179 loc) · 5.25 KB
/
de.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"card": {
"not_found": "Entität nicht gefunden"
},
"editor": {
"card": {
"chips": {
"alignment": "Ausrichtung"
},
"climate": {
"hvac_modes": "HVAC-Modi",
"show_temperature_control": "Temperatursteuerung?"
},
"cover": {
"show_buttons_control": "Schaltflächensteuerung?",
"show_position_control": "Positionssteuerung?",
"show_tilt_position_control": "Winkelsteuerung?"
},
"fan": {
"show_oscillate_control": "Oszillationssteuerung?",
"show_percentage_control": "Prozentuale Kontrolle?"
},
"generic": {
"collapsible_controls": "Schieberegler einklappen, wenn aus",
"color": "Farbe",
"content_info": "Inhalt",
"fill_container": "Container ausfüllen",
"icon_animation": "Icon animieren, wenn aktiv?",
"icon_color": "Icon-Farbe",
"icon_type": "Icon-Typ",
"layout": "Layout",
"primary_info": "Primäre Information",
"secondary_info": "Sekundäre Information",
"use_entity_picture": "Entitätsbild verwenden?"
},
"humidifier": {
"show_target_humidity_control": "Luftfeuchtigkeitssteuerung?"
},
"light": {
"incompatible_controls": "Einige Steuerelemente werden möglicherweise nicht angezeigt, wenn Ihr Licht diese Funktion nicht unterstützt.",
"show_brightness_control": "Helligkeitsregelung?",
"show_color_control": "Farbsteuerung?",
"show_color_temp_control": "Farbtemperatursteuerung?",
"use_light_color": "Farbsteuerung verwenden"
},
"lock": {
"lock": "Verriegeln",
"open": "Öffnen",
"unlock": "Entriegeln"
},
"media-player": {
"media_controls": "Mediensteuerung",
"media_controls_list": {
"next": "Nächster Titel",
"on_off": "Ein/Aus",
"play_pause_stop": "Play/Pause/Stop",
"previous": "Vorheriger Titel",
"repeat": "Wiederholen",
"shuffle": "Zufällige Wiedergabe"
},
"show_volume_level": "Lautstärke-Level anzeigen",
"use_media_artwork": "Mediengrafik verwenden",
"use_media_info": "Medieninfos verwenden",
"volume_controls": "Lautstärkesteuerung",
"volume_controls_list": {
"volume_buttons": "Lautstärke-Buttons",
"volume_mute": "Stumm",
"volume_set": "Lautstärke-Level"
}
},
"number": {
"display_mode": "Anzeigemodus",
"display_mode_list": {
"buttons": "Buttons",
"default": "Standard (Schieberegler)",
"slider": "Schieberegler"
}
},
"template": {
"badge_color": "Badge-Farbe",
"badge_icon": "Badge-Icon",
"content": "Inhalt",
"entity_extra": "Wird in Vorlagen und Aktionen verwendet",
"label": "Beschriftung",
"multiline_secondary": "Mehrzeilig sekundär?",
"picture": "Bild (ersetzt das Icon)",
"primary": "Primäre Information",
"secondary": "Sekundäre Information"
},
"title": {
"subtitle": "Untertitel",
"subtitle_tap_action": "Untertitel Tipp-Aktion",
"title": "Titel",
"title_tap_action": "Titel Tipp-Aktion"
},
"update": {
"show_buttons_control": "Schaltflächensteuerung?"
},
"vacuum": {
"commands": "Befehle",
"commands_list": {
"on_off": "An/Ausschalten"
}
},
"weather": {
"show_conditions": "Bedingungen?",
"show_temperature": "Temperatur?"
}
},
"chip": {
"chip-picker": {
"add": "Chip hinzufügen",
"chips": "Chips",
"clear": "Löschen",
"edit": "Editieren",
"select": "Chip auswählen",
"types": {
"action": "Aktion",
"alarm-control-panel": "Alarm",
"back": "Zurück",
"conditional": "Bedingung",
"entity": "Entität",
"light": "Licht",
"menu": "Menü",
"spacer": "Abstand",
"template": "Vorlage",
"weather": "Wetter"
}
},
"conditional": {
"chip": "Chip"
},
"sub_element_editor": {
"title": "Chip Editor"
}
},
"form": {
"alignment_picker": {
"values": {
"center": "Mitte",
"default": "Standard",
"end": "Ende",
"justify": "Ausrichten",
"start": "Anfang"
}
},
"color_picker": {
"values": {
"default": "Standardfarbe"
}
},
"icon_type_picker": {
"values": {
"default": "Standard-Typ",
"entity-picture": "Entitätsbild",
"icon": "Icon",
"none": "Keines"
}
},
"info_picker": {
"values": {
"default": "Standard-Information",
"last-changed": "Letzte Änderung",
"last-updated": "Letzte Aktualisierung",
"name": "Name",
"none": "Keine",
"state": "Zustand"
}
},
"layout_picker": {
"values": {
"default": "Standard-Layout",
"horizontal": "Horizontales Layout",
"vertical": "Vertikales Layout"
}
}
}
}
}