initial commit

This commit is contained in:
2022-12-20 21:26:47 +01:00
commit 2962a6db69
722 changed files with 63886 additions and 0 deletions

View 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."
}
}
}

View 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."
}
}
}