[ci skip] Translation update

pull/36646/head
HomeAssistant Azure 2020-06-11 00:02:36 +00:00
parent fc2c195ed4
commit b353f45d84
7 changed files with 74 additions and 31 deletions

View File

@ -5,6 +5,10 @@
"already_in_progress": "Il flusso di configurazione per il dispositivo \u00e8 gi\u00e0 in corso.", "already_in_progress": "Il flusso di configurazione per il dispositivo \u00e8 gi\u00e0 in corso.",
"unable_to_connect": "Impossibile connettersi al dispositivo." "unable_to_connect": "Impossibile connettersi al dispositivo."
}, },
"error": {
"one": "uno",
"other": "altri"
},
"flow_title": "Arcam FMJ su {host}", "flow_title": "Arcam FMJ su {host}",
"step": { "step": {
"confirm": { "confirm": {

View File

@ -13,12 +13,12 @@
"country_code": "2 Bokstavs landskode", "country_code": "2 Bokstavs landskode",
"house_number": "Husnummer", "house_number": "Husnummer",
"house_number_extension": "Utvidelse av husnummer", "house_number_extension": "Utvidelse av husnummer",
"zip_code": "postnummer" "zip_code": "Postnummer"
}, },
"description": "Skriv inn adressen din", "description": "Skriv inn adressen din",
"title": "Avri" "title": ""
} }
} }
}, },
"title": "Avri" "title": ""
} }

View File

@ -30,9 +30,9 @@
"data": { "data": {
"scan_interval": "Scan Interval (seconds)" "scan_interval": "Scan Interval (seconds)"
}, },
"title": "Blink options", "description": "Configure Blink integration",
"description": "Configure Blink integration" "title": "Blink options"
} }
} }
} }
} }

View File

@ -23,5 +23,16 @@
"title": "Accedi con l'account Blink" "title": "Accedi con l'account Blink"
} }
} }
},
"options": {
"step": {
"simple_options": {
"data": {
"scan_interval": "Intervallo di scansione (secondi)"
},
"description": "Configurare l'integrazione di Blink",
"title": "Opzioni di Blink"
}
}
} }
} }

View File

@ -6,7 +6,7 @@
"step": { "step": {
"user": { "user": {
"description": "Konfigurer Dune HD-integrering. Hvis du har problemer med konfigurasjonen, kan du g\u00e5 til: https://www.home-assistant.io/integrations/dunehd \n\nKontroller at spilleren er sl\u00e5tt p\u00e5.", "description": "Konfigurer Dune HD-integrering. Hvis du har problemer med konfigurasjonen, kan du g\u00e5 til: https://www.home-assistant.io/integrations/dunehd \n\nKontroller at spilleren er sl\u00e5tt p\u00e5.",
"title": "Dune HD" "title": ""
} }
} }
} }

View File

@ -1,28 +1,28 @@
{ {
"config": { "config": {
"step": { "abort": {
"user": { "one_instance_allowed": "Only a single instance is necessary.",
"title": "Set up SpeedTest", "wrong_server_id": "Server id is not valid"
"description": "Are you sure you want to set up SpeedTest?" },
} "step": {
}, "user": {
"abort": { "description": "Are you sure you want to set up SpeedTest?",
"one_instance_allowed": "Only a single instance is necessary.", "title": "Set up SpeedTest"
"wrong_server_id": "Server id is not valid" }
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update frequency (minutes)",
"manual": "Disable auto update",
"server_name": "Select test server"
} }
}
}, },
"error": { "options": {
"retrive_error": "Error retriving servers list" "error": {
"retrive_error": "Error retriving servers list"
},
"step": {
"init": {
"data": {
"manual": "Disable auto update",
"scan_interval": "Update frequency (minutes)",
"server_name": "Select test server"
}
}
}
} }
} }
}

View File

@ -0,0 +1,28 @@
{
"config": {
"abort": {
"one_instance_allowed": "\u00c8 necessaria solo una singola istanza.",
"wrong_server_id": "L'ID del server non \u00e8 valido"
},
"step": {
"user": {
"description": "Sei sicuro di voler configurare SpeedTest?",
"title": "Configurare SpeedTest"
}
}
},
"options": {
"error": {
"retrive_error": "Errore nel recuperare l'elenco dei server"
},
"step": {
"init": {
"data": {
"manual": "Disabilitare l'aggiornamento automatico",
"scan_interval": "Frequenza di aggiornamento (minuti)",
"server_name": "Selezionare il server di prova"
}
}
}
}
}