mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update translations
This commit is contained in:
parent
9a4b0cfb9b
commit
804f1d1cc8
26
homeassistant/components/axis/.translations/no.json
Normal file
26
homeassistant/components/axis/.translations/no.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"bad_config_file": "D\u00e5rlig data fra konfigurasjonsfilen",
|
||||
"link_local_address": "Linking av lokale adresser st\u00f8ttes ikke"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Enheten er allerede konfigurert",
|
||||
"device_unavailable": "Enheten er ikke tilgjengelig",
|
||||
"faulty_credentials": "Ugyldig brukerlegitimasjon"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Vert",
|
||||
"password": "Passord",
|
||||
"port": "Port",
|
||||
"username": "Brukernavn"
|
||||
},
|
||||
"title": "Sett opp Axis enhet"
|
||||
}
|
||||
},
|
||||
"title": "Axis enhet"
|
||||
}
|
||||
}
|
12
homeassistant/components/axis/.translations/pt.json
Normal file
12
homeassistant/components/axis/.translations/pt.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Palavra-passe",
|
||||
"port": "Porta"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -12,13 +12,13 @@
|
||||
"init": {
|
||||
"data": {
|
||||
"host": "Servidor",
|
||||
"port": "Porta (por omiss\u00e3o: '80')"
|
||||
"port": "Porta"
|
||||
},
|
||||
"title": "Defina o gateway deCONZ"
|
||||
},
|
||||
"link": {
|
||||
"description": "Desbloqueie o seu gateway deCONZ para se registar no Home Assistant. \n\n 1. V\u00e1 para as configura\u00e7\u00f5es do sistema deCONZ \n 2. Pressione o bot\u00e3o \"Desbloquear Gateway\"",
|
||||
"title": "Link com deCONZ"
|
||||
"title": "Liga\u00e7\u00e3o com deCONZ"
|
||||
},
|
||||
"options": {
|
||||
"data": {
|
||||
|
@ -13,7 +13,7 @@
|
||||
"data": {
|
||||
"password": "Passord"
|
||||
},
|
||||
"description": "Vennligst skriv inn passordet du har angitt i din konfigurasjon.",
|
||||
"description": "Vennligst skriv inn passordet du har angitt i din konfigurasjon for {name}.",
|
||||
"title": "Skriv Inn Passord"
|
||||
},
|
||||
"discovery_confirm": {
|
||||
|
@ -13,7 +13,7 @@
|
||||
"data": {
|
||||
"password": "Palavra-passe"
|
||||
},
|
||||
"description": "Por favor, insira a palavra-passe que colocou na configura\u00e7\u00e3o",
|
||||
"description": "Por favor, insira a palavra-passe que colocou na configura\u00e7\u00e3o para {name}",
|
||||
"title": "Palavra-passe"
|
||||
},
|
||||
"user": {
|
||||
|
20
homeassistant/components/heos/.translations/ca.json
Normal file
20
homeassistant/components/heos/.translations/ca.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "Nom\u00e9s pots configurar una \u00fanica connexi\u00f3 de Heos tot i que aquesta ja pot controlar tots els dispositius de la xarxa."
|
||||
},
|
||||
"error": {
|
||||
"connection_failure": "No es pot connectar amb l'amfitri\u00f3 especificat."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Amfitri\u00f3"
|
||||
},
|
||||
"description": "Introdueix el nom d'amfitri\u00f3 o l'adre\u00e7a IP d'un dispositiu Heos (preferiblement un connectat a la xarxa per cable).",
|
||||
"title": "Connexi\u00f3 amb Heos"
|
||||
}
|
||||
},
|
||||
"title": "Heos"
|
||||
}
|
||||
}
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "Heos",
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Connect to Heos",
|
||||
"description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
|
||||
"data": {
|
||||
"access_token": "Host"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"connection_failure": "Unable to connect to the specified host."
|
||||
},
|
||||
"abort": {
|
||||
"already_setup": "You can only configure a single Heos connection as it will support all devices on the network."
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "You can only configure a single Heos connection as it will support all devices on the network."
|
||||
},
|
||||
"error": {
|
||||
"connection_failure": "Unable to connect to the specified host."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Host"
|
||||
},
|
||||
"description": "Please enter the host name or IP address of a Heos device (preferably one connected via wire to the network).",
|
||||
"title": "Connect to Heos"
|
||||
}
|
||||
},
|
||||
"title": "Heos"
|
||||
}
|
||||
}
|
||||
}
|
5
homeassistant/components/heos/.translations/no.json
Normal file
5
homeassistant/components/heos/.translations/no.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"config": {
|
||||
"title": "Heos"
|
||||
}
|
||||
}
|
20
homeassistant/components/heos/.translations/ru.json
Normal file
20
homeassistant/components/heos/.translations/ru.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_setup": "\u041d\u0443\u0436\u043d\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043e\u043d\u043e \u0431\u0443\u0434\u0435\u0442 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 Heos \u0432 \u0441\u0435\u0442\u0438."
|
||||
},
|
||||
"error": {
|
||||
"connection_failure": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u043c\u0443 \u0445\u043e\u0441\u0442\u0443"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "\u0425\u043e\u0441\u0442"
|
||||
},
|
||||
"description": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u0445\u043e\u0441\u0442\u0430 \u0438\u043b\u0438 IP-\u0430\u0434\u0440\u0435\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 Heos (\u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0442\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0441\u0435\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u043a\u0430\u0431\u0435\u043b\u044c).",
|
||||
"title": "Heos"
|
||||
}
|
||||
},
|
||||
"title": "Heos"
|
||||
}
|
||||
}
|
@ -21,7 +21,7 @@
|
||||
"title": "Escolher ponto de acesso HomematicIP"
|
||||
},
|
||||
"link": {
|
||||
"description": "Pressione o bot\u00e3o azul no ponto de acesso e o bot\u00e3o enviar para registrar HomematicIP com o Home Assistant.\n\n",
|
||||
"description": "Pressione o bot\u00e3o azul no ponto de acesso e o bot\u00e3o enviar para registrar HomematicIP com o Home Assistant.\n\n",
|
||||
"title": "Associar ponto de acesso"
|
||||
}
|
||||
},
|
||||
|
@ -25,6 +25,9 @@
|
||||
},
|
||||
"description": "Indtast dine PlayStation 4 oplysninger. For 'PIN' skal du navigere til 'Indstillinger' p\u00e5 din PlayStation 4 konsol. G\u00e5 derefter til 'Indstillinger for mobilapp-forbindelse' og v\u00e6lg 'Tilf\u00f8j enhed'. Indtast den PIN der vises.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"mode": {
|
||||
"title": "PlayStation 4"
|
||||
}
|
||||
},
|
||||
"title": "PlayStation 4"
|
||||
|
@ -9,6 +9,7 @@
|
||||
},
|
||||
"error": {
|
||||
"login_failed": "Klarte ikke \u00e5 koble til PlayStation 4. Bekreft at PIN koden er riktig.",
|
||||
"no_ipaddress": "Angi IP adressen til din PlayStation 4 som du \u00f8nsker konfigurere.",
|
||||
"not_ready": "PlayStation 4 er ikke p\u00e5sl\u00e5tt eller koblet til nettverk."
|
||||
},
|
||||
"step": {
|
||||
@ -25,6 +26,14 @@
|
||||
},
|
||||
"description": "Skriv inn PlayStation 4 informasjonen din. For 'PIN', naviger til 'Innstillinger' p\u00e5 PlayStation 4 konsollen, deretter navigerer du til 'Innstillinger for mobilapp forbindelse' og velger 'Legg til enhet'. Skriv inn PIN-koden som vises.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"mode": {
|
||||
"data": {
|
||||
"ip_address": "IP- adresse (Ikke fyll ut hvis du bruker Auto Discovery).",
|
||||
"mode": "Konfigureringsmodus"
|
||||
},
|
||||
"description": "Velg modus for konfigurasjon. Feltet IP-adresse kan st\u00e5 tomt dersom du velger Auto Discovery, da enheter vil bli oppdaget automatisk.",
|
||||
"title": "PlayStation 4"
|
||||
}
|
||||
},
|
||||
"title": "PlayStation 4"
|
||||
|
@ -9,6 +9,7 @@
|
||||
},
|
||||
"error": {
|
||||
"login_failed": "Nie uda\u0142o si\u0119 sparowa\u0107 z PlayStation 4. Sprawd\u017a, czy PIN jest poprawny.",
|
||||
"no_ipaddress": "Wprowad\u017a adres IP PlayStation 4, kt\u00f3ry chcesz skonfigurowa\u0107.",
|
||||
"not_ready": "PlayStation 4 nie jest w\u0142\u0105czona lub po\u0142\u0105czona z sieci\u0105."
|
||||
},
|
||||
"step": {
|
||||
@ -25,6 +26,14 @@
|
||||
},
|
||||
"description": "Wprowad\u017a informacje o PlayStation 4. Aby uzyska\u0107 'PIN', przejd\u017a do 'Ustawienia' na konsoli PlayStation 4. Nast\u0119pnie przejd\u017a do 'Ustawienia po\u0142\u0105czenia aplikacji mobilnej' i wybierz 'Dodaj urz\u0105dzenie'. Wprowad\u017a wy\u015bwietlony kod PIN.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"mode": {
|
||||
"data": {
|
||||
"ip_address": "Adres IP (pozostaw puste, je\u015bli u\u017cywasz funkcji Auto Discovery).",
|
||||
"mode": "Tryb konfiguracji"
|
||||
},
|
||||
"description": "Wybierz tryb konfiguracji. Pole adresu IP mo\u017cna pozostawi\u0107 puste, je\u015bli wybierzesz opcj\u0119 Auto Discovery, poniewa\u017c urz\u0105dzenia zostan\u0105 automatycznie wykryte.",
|
||||
"title": "PlayStation 4"
|
||||
}
|
||||
},
|
||||
"title": "PlayStation 4"
|
||||
|
@ -8,13 +8,13 @@
|
||||
"port_997_bind_error": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u043f\u043e\u0440\u0442\u0443 997. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 [\u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438](https://www.home-assistant.io/components/ps4/)."
|
||||
},
|
||||
"error": {
|
||||
"login_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043e\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435 \u0441 PlayStation 4. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e PIN-\u043a\u043e\u0434 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439.",
|
||||
"login_failed": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043e\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435 \u0441 PlayStation 4. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e PIN-\u043a\u043e\u0434 \u0432\u0432\u0435\u0434\u0435\u043d \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e.",
|
||||
"no_ipaddress": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 IP-\u0430\u0434\u0440\u0435\u0441 PlayStation 4.",
|
||||
"not_ready": "PlayStation 4 \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0438\u043b\u0438 \u043d\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u043a \u0441\u0435\u0442\u0438."
|
||||
},
|
||||
"step": {
|
||||
"creds": {
|
||||
"description": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 **\u041f\u041e\u0414\u0422\u0412\u0415\u0420\u0414\u0418\u0422\u042c**, \u0430 \u0437\u0430\u0442\u0435\u043c \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 'PS4 Second Screen' \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e 'Home-Assistant', \u0447\u0442\u043e\u0431\u044b \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c.",
|
||||
"description": "\u041d\u0430\u0436\u043c\u0438\u0442\u0435 **\u041f\u041e\u0414\u0422\u0412\u0415\u0420\u0414\u0418\u0422\u042c**, \u0430 \u0437\u0430\u0442\u0435\u043c \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 'PS4 Second Screen' \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u0435 \u0441\u043f\u0438\u0441\u043e\u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0438 \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e 'Home-Assistant'.",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"link": {
|
||||
|
@ -9,6 +9,7 @@
|
||||
},
|
||||
"error": {
|
||||
"login_failed": "PlayStation 4 \u914d\u5c0d\u5931\u6557\uff0c\u8acb\u78ba\u8a8d PIN \u78bc\u3002",
|
||||
"no_ipaddress": "\u8f38\u5165\u6240\u8981\u8a2d\u5b9a\u7684 PlayStation 4 \u4e4b IP \u4f4d\u5740\u3002",
|
||||
"not_ready": "PlayStation 4 \u4e26\u672a\u958b\u555f\u6216\u672a\u9023\u7dda\u81f3\u7db2\u8def\u3002"
|
||||
},
|
||||
"step": {
|
||||
@ -25,6 +26,14 @@
|
||||
},
|
||||
"description": "\u8f38\u5165\u60a8\u7684 PlayStation 4 \u8cc7\u8a0a\uff0c\u300cPIN\u300d\u65bc PlayStation 4 \u4e3b\u6a5f\u7684\u300c\u8a2d\u5b9a\u300d\u5167\uff0c\u4e26\u65bc\u300c\u884c\u52d5\u7a0b\u5f0f\u9023\u7dda\u8a2d\u5b9a\uff08Mobile App Connection Settings\uff09\u300d\u4e2d\u9078\u64c7\u300c\u65b0\u589e\u88dd\u7f6e\u300d\u3002\u8f38\u5165\u6240\u986f\u793a\u7684 PIN \u78bc\u3002",
|
||||
"title": "PlayStation 4"
|
||||
},
|
||||
"mode": {
|
||||
"data": {
|
||||
"ip_address": "IP \u4f4d\u5740\uff08\u5982\u679c\u4f7f\u7528\u81ea\u52d5\u63a2\u7d22\u65b9\u5f0f\uff0c\u8acb\u4fdd\u7559\u7a7a\u767d\uff09\u3002",
|
||||
"mode": "\u8a2d\u5b9a\u6a21\u5f0f"
|
||||
},
|
||||
"description": "\u9078\u64c7\u6a21\u5f0f\u4ee5\u9032\u884c\u8a2d\u5b9a\u3002\u5047\u5982\u9078\u64c7\u81ea\u52d5\u63a2\u7d22\u6a21\u5f0f\u7684\u8a71\uff0c\u7531\u65bc\u6703\u81ea\u52d5\u9032\u884c\u88dd\u7f6e\u641c\u5c0b\uff0cIP \u4f4d\u5740\u53ef\u4fdd\u7559\u70ba\u7a7a\u767d\u3002",
|
||||
"title": "PlayStation 4"
|
||||
}
|
||||
},
|
||||
"title": "PlayStation 4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user