mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
[ci skip] Translation update
This commit is contained in:
parent
d60f6a9943
commit
a8b7c521f6
@ -24,7 +24,7 @@
|
||||
"auto_start": "Autostart (deactiveer als je de homekit.start service handmatig aanroept)",
|
||||
"devices": "Apparaten (triggers)"
|
||||
},
|
||||
"description": "Deze instellingen hoeven alleen te worden aangepast als HomeKit niet functioneert.",
|
||||
"description": "Voor elk geselecteerd apparaat worden programmeerbare schakelaars gemaakt. Wanneer een apparaattrigger wordt geactiveerd, kan HomeKit worden geconfigureerd om een automatisering of sc\u00e8ne uit te voeren.",
|
||||
"title": "Geavanceerde configuratie"
|
||||
},
|
||||
"cameras": {
|
||||
|
@ -34,7 +34,7 @@
|
||||
"blid": "BLID",
|
||||
"host": "Host"
|
||||
},
|
||||
"description": "Er is geen Roomba of Braava ontdekt op uw netwerk. De BLID is het gedeelte van de hostnaam van het apparaat na `iRobot-`. Volg de stappen die worden beschreven in de documentatie op: {auth_help_url}",
|
||||
"description": "Er is geen Roomba of Braava ontdekt op uw netwerk.",
|
||||
"title": "Handmatig verbinding maken met het apparaat"
|
||||
},
|
||||
"user": {
|
||||
|
@ -6,7 +6,8 @@
|
||||
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ung\u00fcltige Authentifizierung"
|
||||
"invalid_auth": "Ung\u00fcltige Authentifizierung",
|
||||
"login_error": "Anmeldefehler ({code}): {msg}"
|
||||
},
|
||||
"flow_title": "Tuya Konfiguration",
|
||||
"step": {
|
||||
@ -25,11 +26,14 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_id": "Tuya IoT-Zugriffs-ID",
|
||||
"access_secret": "Tuya IoT-Zugriffsgeheimnis",
|
||||
"country_code": "L\u00e4ndercode deines Kontos (z. B. 1 f\u00fcr USA oder 86 f\u00fcr China)",
|
||||
"password": "Passwort",
|
||||
"platform": "Die App, in der dein Konto registriert ist",
|
||||
"region": "Region",
|
||||
"tuya_project_type": "Tuya Cloud Projekttyp",
|
||||
"username": "Benutzername"
|
||||
"username": "Konto"
|
||||
},
|
||||
"description": "Gib deine Tuya-Anmeldeinformationen ein.",
|
||||
"title": "Tuya-Integration"
|
||||
|
@ -1,19 +1,82 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"cannot_connect": "Failed to connect",
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"single_instance_allowed": "Already configured. Only a single configuration possible."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Invalid authentication",
|
||||
"login_error": "Login error ({code}): {msg}"
|
||||
},
|
||||
"flow_title": "Tuya configuration",
|
||||
"step": {
|
||||
"login": {
|
||||
"data": {
|
||||
"access_id": "Access ID",
|
||||
"access_secret": "Access Secret",
|
||||
"country_code": "Country Code",
|
||||
"endpoint": "Availability Zone",
|
||||
"password": "Password",
|
||||
"tuya_app_type": "Mobile App",
|
||||
"username": "Account"
|
||||
},
|
||||
"description": "Enter your Tuya credential",
|
||||
"title": "Tuya"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_id": "Tuya IoT Access ID",
|
||||
"access_secret": "Tuya IoT Access Secret",
|
||||
"country_code": "Country",
|
||||
"password": "Password",
|
||||
"platform": "The app where your account is registered",
|
||||
"region": "Region",
|
||||
"tuya_project_type": "Tuya cloud project type",
|
||||
"username": "Account"
|
||||
},
|
||||
"description": "Enter your Tuya credentials"
|
||||
"description": "Enter your Tuya credentials",
|
||||
"title": "Tuya Integration"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"abort": {
|
||||
"cannot_connect": "Failed to connect"
|
||||
},
|
||||
"error": {
|
||||
"dev_multi_type": "Multiple selected devices to configure must be of the same type",
|
||||
"dev_not_config": "Device type not configurable",
|
||||
"dev_not_found": "Device not found"
|
||||
},
|
||||
"step": {
|
||||
"device": {
|
||||
"data": {
|
||||
"brightness_range_mode": "Brightness range used by device",
|
||||
"curr_temp_divider": "Current Temperature value divider (0 = use default)",
|
||||
"max_kelvin": "Max color temperature supported in kelvin",
|
||||
"max_temp": "Max target temperature (use min and max = 0 for default)",
|
||||
"min_kelvin": "Min color temperature supported in kelvin",
|
||||
"min_temp": "Min target temperature (use min and max = 0 for default)",
|
||||
"set_temp_divided": "Use divided Temperature value for set temperature command",
|
||||
"support_color": "Force color support",
|
||||
"temp_divider": "Temperature values divider (0 = use default)",
|
||||
"temp_step_override": "Target Temperature step",
|
||||
"tuya_max_coltemp": "Max color temperature reported by device",
|
||||
"unit_of_measurement": "Temperature unit used by device"
|
||||
},
|
||||
"description": "Configure options to adjust displayed information for {device_type} device `{device_name}`",
|
||||
"title": "Configure Tuya Device"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"discovery_interval": "Discovery device polling interval in seconds",
|
||||
"list_devices": "Select the devices to configure or leave empty to save configuration",
|
||||
"query_device": "Select device that will use query method for faster status update",
|
||||
"query_interval": "Query device polling interval in seconds"
|
||||
},
|
||||
"description": "Do not set pollings interval values too low or the calls will fail generating error message in the log",
|
||||
"title": "Configure Tuya Options"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,8 @@
|
||||
"single_instance_allowed": "M\u00e1r konfigur\u00e1lva van. Csak egy konfigur\u00e1ci\u00f3 lehets\u00e9ges."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s"
|
||||
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
|
||||
"login_error": "Bejelentkez\u00e9si hiba ({code}): {msg}"
|
||||
},
|
||||
"flow_title": "Tuya konfigur\u00e1ci\u00f3",
|
||||
"step": {
|
||||
@ -25,9 +26,12 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_id": "Tuya IoT azonos\u00edt\u00f3",
|
||||
"access_secret": "Tuya IoT hozz\u00e1f\u00e9r\u00e9s",
|
||||
"country_code": "A fi\u00f3k orsz\u00e1gk\u00f3dja (pl. 1 USA, 36 Magyarorsz\u00e1g, vagy 86 K\u00edna)",
|
||||
"password": "Jelsz\u00f3",
|
||||
"platform": "Az alkalmaz\u00e1s, ahol a fi\u00f3k regisztr\u00e1lt",
|
||||
"region": "R\u00e9gi\u00f3",
|
||||
"tuya_project_type": "Tuya felh\u0151 projekt t\u00edpusa",
|
||||
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
|
||||
},
|
||||
|
@ -36,7 +36,7 @@
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"description": "Voer uw Tuya-inloggegevens in.",
|
||||
"title": "Tuya"
|
||||
"title": "Tuya-integratie"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6,7 +6,8 @@
|
||||
"single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ugyldig godkjenning"
|
||||
"invalid_auth": "Ugyldig godkjenning",
|
||||
"login_error": "P\u00e5loggingsfeil ( {code} ): {msg}"
|
||||
},
|
||||
"flow_title": "Tuya konfigurasjon",
|
||||
"step": {
|
||||
@ -25,13 +26,16 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_id": "Tuya IoT Access ID",
|
||||
"access_secret": "Tuya IoT Access Secret",
|
||||
"country_code": "Din landskode for kontoen din (f.eks. 1 for USA eller 86 for Kina)",
|
||||
"password": "Passord",
|
||||
"platform": "Appen der kontoen din er registrert",
|
||||
"region": "Region",
|
||||
"tuya_project_type": "Tuya -skyprosjekttype",
|
||||
"username": "Brukernavn"
|
||||
"username": "Account"
|
||||
},
|
||||
"description": "Angi Tuya-legitimasjonen din.",
|
||||
"description": "Skriv inn Tuya -legitimasjonen din",
|
||||
"title": "Tuya Integrasjon"
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,8 @@
|
||||
"single_instance_allowed": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438."
|
||||
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",
|
||||
"login_error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0432\u0445\u043e\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 ({code}): {msg}"
|
||||
},
|
||||
"flow_title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Tuya",
|
||||
"step": {
|
||||
@ -25,11 +26,14 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_id": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 Tuya IoT",
|
||||
"access_secret": "\u0421\u0435\u043a\u0440\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430 Tuya IoT",
|
||||
"country_code": "\u041a\u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u044b \u0430\u043a\u043a\u0430\u0443\u043d\u0442\u0430 (1 \u0434\u043b\u044f \u0421\u0428\u0410 \u0438\u043b\u0438 86 \u0434\u043b\u044f \u041a\u0438\u0442\u0430\u044f)",
|
||||
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
||||
"platform": "\u041f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435, \u0432 \u043a\u043e\u0442\u043e\u0440\u043e\u043c \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c",
|
||||
"region": "\u0420\u0435\u0433\u0438\u043e\u043d",
|
||||
"tuya_project_type": "\u0422\u0438\u043f \u043e\u0431\u043b\u0430\u0447\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Tuya",
|
||||
"username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f"
|
||||
"username": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c"
|
||||
},
|
||||
"description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 Home Assistant \u0434\u043b\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 Tuya.",
|
||||
"title": "Tuya"
|
||||
|
@ -6,7 +6,8 @@
|
||||
"single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u88dd\u7f6e\u3002"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548"
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
|
||||
"login_error": "\u767b\u5165\u932f\u8aa4\uff08{code}\uff09\uff1a{msg}"
|
||||
},
|
||||
"flow_title": "Tuya \u8a2d\u5b9a",
|
||||
"step": {
|
||||
@ -25,13 +26,16 @@
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_id": "Tuya IoT Access ID",
|
||||
"access_secret": "Tuya IoT Access Secret",
|
||||
"country_code": "\u5e33\u865f\u570b\u5bb6\u4ee3\u78bc\uff08\u4f8b\u5982\uff1a\u7f8e\u570b 1 \u6216\u4e2d\u570b 86\uff09",
|
||||
"password": "\u5bc6\u78bc",
|
||||
"platform": "\u5e33\u6236\u8a3b\u518a\u6240\u5728\u4f4d\u7f6e",
|
||||
"region": "\u5340\u57df",
|
||||
"tuya_project_type": "Tuya \u96f2\u5c08\u6848\u985e\u578b",
|
||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||
"username": "\u5e33\u865f"
|
||||
},
|
||||
"description": "\u8f38\u5165 Tuya \u6191\u8b49\u3002",
|
||||
"description": "\u8f38\u5165 Tuya \u6191\u8b49",
|
||||
"title": "Tuya \u6574\u5408"
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"error": {
|
||||
"cannot_connect": "Kon niet verbinden"
|
||||
},
|
||||
"flow_title": "{model} {host}",
|
||||
"flow_title": "{model} {id} ({host})",
|
||||
"step": {
|
||||
"discovery_confirm": {
|
||||
"description": "Wilt u {model} ({host}) instellen?"
|
||||
|
Loading…
x
Reference in New Issue
Block a user