diff --git a/custom_components/jablotron100/translations/da.json b/custom_components/jablotron100/translations/da.json index 5200c54..acec0de 100644 --- a/custom_components/jablotron100/translations/da.json +++ b/custom_components/jablotron100/translations/da.json @@ -8,7 +8,7 @@ "serial_port": "Serial port", "password": "Kode", "number_of_devices": "Antal enheder", - "number_of_pg_outputs": "Number of programmable PG outputs" + "number_of_pg_outputs": "Antal programmerbare udgange" } }, "devices": { @@ -154,17 +154,17 @@ "data": { "require_code_to_arm": "Kræver kode for at tilkoble", "require_code_to_disarm": "Kræver kode for at frakoble", - "enable_debugging": "Enable debugging" + "enable_debugging": "Aktiver fejlsøgning" } }, "debug": { - "title": "Debugging options", + "title": "Fejlsøgnings indstillinger", "data": { - "log_all_incoming_packets": "Log all incoming packets", - "log_all_outcoming_packets": "Log all outcoming packets", - "log_sections_packets": "Log sections packets", - "log_devices_packets": "Log devices packets", - "log_pg_outputs_packets": "Log PG outputs packets" + "log_all_incoming_packets": "Log alle indgående pakker", + "log_all_outcoming_packets": "Log alle udgående pakker", + "log_sections_packets": "Log sektions pakker", + "log_devices_packets": "Log enheds pakker", + "log_pg_outputs_packets": "Log programmerbare udganges pakker" } } }