Skip to content

Commit

Permalink
added missing NL translations (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwu authored Nov 21, 2022
1 parent 067fb7d commit a041f00
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions src/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
"none": "Geen"
}
},
"icon_type_picker": {
"values": {
"default": "Standaard icoon type",
"icon": "Icoon",
"entity-picture": "Entiteit afbeelding",
"none": "Geen"
}
},
"layout_picker": {
"values": {
"default": "Standaard lay-out",
Expand All @@ -37,8 +45,10 @@
"generic": {
"icon_color": "Icoon kleur",
"layout": "Lay-out",
"fill_container": "Vul container",
"primary_info": "Primaire informatie",
"secondary_info": "Secundaire informatie",
"icon_type": "Icoon type",
"content_info": "Inhoud",
"use_entity_picture": "Gebruik entiteit afbeelding",
"collapsible_controls": "Bedieningselementen verbergen wanneer uitgeschakeld",
Expand All @@ -57,7 +67,8 @@
},
"cover": {
"show_buttons_control": "Toon knoppen",
"show_position_control": "Toon positie bediening"
"show_position_control": "Toon positie bediening",
"show_tilt_position_control": "Toon tilt control?"
},
"alarm_control_panel": {
"show_keypad": "Toon toetsenbord"
Expand All @@ -67,7 +78,10 @@
"secondary": "Secundaire informatie",
"multiline_secondary": "Meerlijnig secundair?",
"entity_extra": "Gebruikt in sjablonen en acties",
"content": "Inhoud"
"content": "Inhoud",
"badge_icon": "Badge icoon",
"badge_color": "Badge kleur",
"picture": "Afbeeling (zal het icoon vervangen)"
},
"title": {
"title": "Titel",
Expand Down Expand Up @@ -113,6 +127,13 @@
"lock": "Vergrendel",
"unlock": "Ontgrendel",
"open": "Open"
},
"humidifier": {
"show_target_humidity_control": "Vochtigheid controle?"
},
"climate": {
"show_temperature_control": "Temperatuur controle?",
"hvac_modes": "HVAC Modes"
}
},
"chip": {
Expand Down

0 comments on commit a041f00

Please sign in to comment.