initial commit
This commit is contained in:
23
custom_components/truenas/translations/en.json
Normal file
23
custom_components/truenas/translations/en.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Set up TrueNAS integration.",
|
||||
"data": {
|
||||
"name": "Name of the integration",
|
||||
"host": "Host",
|
||||
"api_key": "API key",
|
||||
"ssl": "Use SSL",
|
||||
"verify_ssl": "Verify SSL certificate"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": "Name already exists.",
|
||||
"401": "No authorization for this endpoint.",
|
||||
"404": "API not found on this host.",
|
||||
"500": "Internal error.",
|
||||
"no_response": "No response from host."
|
||||
}
|
||||
}
|
||||
}
|
||||
23
custom_components/truenas/translations/pt_BR.json
Normal file
23
custom_components/truenas/translations/pt_BR.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Configure a integração TrueNAS.",
|
||||
"data": {
|
||||
"name": "Nome da integração",
|
||||
"host": "Host",
|
||||
"api_key": "Chave API",
|
||||
"ssl": "Usar SSL",
|
||||
"verify_ssl": "Verificar certificado SSL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"name_exists": "O nome já existe.",
|
||||
"401": "Nenhuma autorização para este endpoint.",
|
||||
"404": "API não encontrada neste host.",
|
||||
"500": "Erro interno.",
|
||||
"no_response": "Sem resposta do host."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user