[ci skip] Translation update
This commit is contained in:
parent
720732d1b3
commit
04a2227f4b
101 changed files with 899 additions and 61 deletions
19
homeassistant/components/github/translations/ca.json
Normal file
19
homeassistant/components/github/translations/ca.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "El servei ja est\u00e0 configurat",
|
||||
"could_not_register": "No s'ha pogut registrar la integraci\u00f3 amb GitHub"
|
||||
},
|
||||
"progress": {
|
||||
"wait_for_device": "1. Obre {url} \n2. Enganxa la clau seg\u00fcent per autoritzar la integraci\u00f3: \n```\n{code}\n```\n"
|
||||
},
|
||||
"step": {
|
||||
"repositories": {
|
||||
"data": {
|
||||
"repositories": "Selecciona els repositoris a seguir."
|
||||
},
|
||||
"title": "Configuraci\u00f3 de repositoris"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
19
homeassistant/components/github/translations/de.json
Normal file
19
homeassistant/components/github/translations/de.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Der Dienst ist bereits konfiguriert",
|
||||
"could_not_register": "Integration konnte nicht mit GitHub registriert werden"
|
||||
},
|
||||
"progress": {
|
||||
"wait_for_device": "1. \u00d6ffne {url}\n 2. F\u00fcge den folgenden Schl\u00fcssel ein, um die Integration zu autorisieren:\n ```\n {code}\n ```\n"
|
||||
},
|
||||
"step": {
|
||||
"repositories": {
|
||||
"data": {
|
||||
"repositories": "W\u00e4hle die zu verfolgenden Repositories aus."
|
||||
},
|
||||
"title": "Repositories konfigurieren"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,28 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"repositories": {
|
||||
"title": "Configure repositories",
|
||||
"data": {
|
||||
"repositories": "Select repositories to track."
|
||||
}
|
||||
}
|
||||
"abort": {
|
||||
"already_configured": "Service is already configured",
|
||||
"could_not_register": "Could not register integration with GitHub"
|
||||
},
|
||||
"progress": {
|
||||
"wait_for_device": "1. Open {url} \n2.Paste the following key to authorize the integration: \n```\n{code}\n```\n"
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Service is already configured",
|
||||
"could_not_register": "Could not register integration with GitHub"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"repositories": {
|
||||
"data": {
|
||||
"repositories": "Select repositories to track."
|
||||
},
|
||||
"title": "Configure options"
|
||||
"title": "Configure repositories"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue