Add new translations
This commit is contained in:
parent
2e9db1f5c4
commit
f1e378bff8
7 changed files with 108 additions and 0 deletions
5
homeassistant/components/hangouts/.translations/it.json
Normal file
5
homeassistant/components/hangouts/.translations/it.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"config": {
|
||||
"title": "Google Hangouts"
|
||||
}
|
||||
}
|
13
homeassistant/components/hangouts/.translations/no.json
Normal file
13
homeassistant/components/hangouts/.translations/no.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-postadresse",
|
||||
"password": "Passord"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Google Hangouts"
|
||||
}
|
||||
}
|
28
homeassistant/components/hangouts/.translations/pt-BR.json
Normal file
28
homeassistant/components/hangouts/.translations/pt-BR.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Hangouts do Google j\u00e1 est\u00e1 configurado.",
|
||||
"unknown": "Ocorreu um erro desconhecido."
|
||||
},
|
||||
"error": {
|
||||
"invalid_2fa_method": "M\u00e9todo 2FA inv\u00e1lido (verificar no telefone).",
|
||||
"invalid_login": "Login inv\u00e1lido, por favor, tente novamente."
|
||||
},
|
||||
"step": {
|
||||
"2fa": {
|
||||
"data": {
|
||||
"2fa": "Pin 2FA"
|
||||
},
|
||||
"title": ""
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Endere\u00e7o de e-mail",
|
||||
"password": "Senha"
|
||||
},
|
||||
"title": "Login do Hangouts do Google"
|
||||
}
|
||||
},
|
||||
"title": "Hangouts do Google"
|
||||
}
|
||||
}
|
31
homeassistant/components/hangouts/.translations/zh-Hant.json
Normal file
31
homeassistant/components/hangouts/.translations/zh-Hant.json
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Google Hangouts \u5df2\u7d93\u8a2d\u5b9a",
|
||||
"unknown": "\u767c\u751f\u672a\u77e5\u932f\u8aa4\u3002"
|
||||
},
|
||||
"error": {
|
||||
"invalid_2fa": "\u5169\u968e\u6bb5\u9a57\u8b49\u7121\u6548\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002",
|
||||
"invalid_2fa_method": "\u8a8d\u8b49\u65b9\u5f0f\u7121\u6548\uff08\u65bc\u96fb\u8a71\u4e0a\u9a57\u8b49\uff09\u3002",
|
||||
"invalid_login": "\u767b\u5165\u5931\u6557\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002"
|
||||
},
|
||||
"step": {
|
||||
"2fa": {
|
||||
"data": {
|
||||
"2fa": "\u8a8d\u8b49\u78bc"
|
||||
},
|
||||
"description": "\u7a7a\u767d",
|
||||
"title": "\u5169\u968e\u6bb5\u8a8d\u8b49"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\u96fb\u5b50\u90f5\u4ef6",
|
||||
"password": "\u5bc6\u78bc"
|
||||
},
|
||||
"description": "\u7a7a\u767d",
|
||||
"title": "\u767b\u5165 Google Hangouts"
|
||||
}
|
||||
},
|
||||
"title": "Google Hangouts"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"pin": "Codice Pin (opzionale)"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"state": {
|
||||
"first_quarter": "Primo quarto",
|
||||
"full_moon": "Luna piena",
|
||||
"last_quarter": "Ultimo quarto",
|
||||
"new_moon": "Nuova luna"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"state": {
|
||||
"first_quarter": "Quarto crescente",
|
||||
"full_moon": "Cheia",
|
||||
"last_quarter": "Quarto minguante",
|
||||
"new_moon": "Nova",
|
||||
"waning_crescent": "Minguante",
|
||||
"waning_gibbous": "Minguante gibosa",
|
||||
"waxing_crescent": "Crescente",
|
||||
"waxing_gibbous": "Crescente gibosa"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue