Skip to content

Commit

Permalink
Add new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Aug 27, 2018
1 parent 2e9db1f commit f1e378b
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 0 deletions.
5 changes: 5 additions & 0 deletions homeassistant/components/hangouts/.translations/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"config": {
"title": "Google Hangouts"
}
}
13 changes: 13 additions & 0 deletions homeassistant/components/hangouts/.translations/no.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"config": {
"step": {
"user": {
"data": {
"email": "E-postadresse",
"password": "Passord"
}
}
},
"title": "Google Hangouts"
}
}
28 changes: 28 additions & 0 deletions homeassistant/components/hangouts/.translations/pt-BR.json
Original file line number Diff line number Diff line change
@@ -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 changes: 31 additions & 0 deletions homeassistant/components/hangouts/.translations/zh-Hant.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
11 changes: 11 additions & 0 deletions homeassistant/components/homematicip_cloud/.translations/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"config": {
"step": {
"init": {
"data": {
"pin": "Codice Pin (opzionale)"
}
}
}
}
}
8 changes: 8 additions & 0 deletions homeassistant/components/sensor/.translations/moon.it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"state": {
"first_quarter": "Primo quarto",
"full_moon": "Luna piena",
"last_quarter": "Ultimo quarto",
"new_moon": "Nuova luna"
}
}
12 changes: 12 additions & 0 deletions homeassistant/components/sensor/.translations/moon.pt-BR.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit f1e378b

Please sign in to comment.