This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-03-30 20:25:42 +05:00
parent 139f9f1bd2
commit 373ed28445
2449 changed files with 53602 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"config": {
"abort": {
"already_configured": "Account is already configured",
"already_in_progress": "Configuration flow is already in progress",
"authorize_url_timeout": "Timeout generating authorize URL.",
"missing_configuration": "The component is not configured. Please follow the documentation.",
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
"oauth_error": "Received invalid token data.",
"user_rejected_authorize": "Account linking rejected: {error}"
},
"create_entry": {
"default": "Successfully authenticated"
},
"step": {
"auth": {
"title": "Login to TTLock",
"description": "Please provide the login details that you used to log into the TTLock app when setting up your locks",
"data": {
"password": "Password",
"username": "Username"
}
},
"pick_implementation": {
"title": "Pick Authentication Method"
}
}
},
"issues": {
"no_webhook_url": {
"description": "An error ocurred while trying to generate a webhook url. Please make sure that you have a URL configured in Settings > System > Network.",
"title": "Unable to generate webhook URL."
}
}
}

View File

@@ -0,0 +1,29 @@
{
"config": {
"abort": {
"already_configured": "A conta já está configurada",
"already_in_progress": "A configuração já está em andamento",
"authorize_url_timeout": "Tempo limite gerando URL de autorização.",
"missing_configuration": "O componente não está configurado. Siga a documentação.",
"no_url_available": "Nenhuma URL disponível. Para obter informações sobre este erro, [verifique a seção de ajuda]({docs_url})",
"oauth_error": "Dados de token inválidos recebidos.",
"user_rejected_authorize": "Vinculação de conta rejeitada: {error}"
},
"create_entry": {
"default": "Autenticado com sucesso"
},
"step": {
"auth": {
"title": "Login no TTLock",
"description": "Forneça os detalhes de login que você usou para fazer login no aplicativo TTLock ao configurar seus bloqueios",
"data": {
"password": "Senha",
"username": "Nome de usuário"
}
},
"pick_implementation": {
"title": "Escolha o método de autenticação"
}
}
}
}

View File

@@ -0,0 +1,29 @@
{
"config": {
"abort": {
"already_configured": "A conta já está configurada",
"already_in_progress": "A configuração já está em curso",
"authorize_url_timeout": "Tempo limite do URL de autorização.",
"missing_configuration": "O componente não está configurado. Ver a documentação.",
"no_url_available": "Nenhum URL disponível. Para obter informações sobre este erro, [verifique a seção de ajuda]({docs_url})",
"oauth_error": "Dados de token inválidos recebidos.",
"user_rejected_authorize": "Vinculação de conta rejeitada: {error}"
},
"create_entry": {
"default": "Autenticado com sucesso"
},
"step": {
"auth": {
"title": "Login no TTLock",
"description": "Forneça os detalhes de login que usa para fazer login no aplicativo TTLock ao configurar seus bloqueios",
"data": {
"password": "Senha",
"username": "Nome de utilizador"
}
},
"pick_implementation": {
"title": "Escolha o método de autenticação"
}
}
}
}

View File

@@ -0,0 +1,35 @@
{
"config": {
"abort": {
"already_configured": "Účet je už nakonfigurovaný",
"already_in_progress": "Tok konfigurácie už prebieha",
"authorize_url_timeout": "Časový limit generovania autorizačnej adresy URL.",
"missing_configuration": "Komponent nie je nakonfigurovaný. Postupujte podľa dokumentácie.",
"no_url_available": "Nie je k dispozícii žiadna adresa URL. Informácie o tejto chybe nájdete [pozrite si sekciu pomocníka]({docs_url})",
"oauth_error": "Prijaté neplatné údaje tokenu.",
"user_rejected_authorize": "Prepojenie účtu bolo odmietnuté: {error}"
},
"create_entry": {
"default": "Úspešne overené"
},
"step": {
"auth": {
"title": "Prihlásiť sa do TTLock",
"description": "Pri nastavovaní zámkov uveďte prihlasovacie údaje, ktoré ste použili na prihlásenie do aplikácie TTLock",
"data": {
"password": "Heslo",
"username": "Používateľské meno"
}
},
"pick_implementation": {
"title": "Vyberte metódu overenia"
}
}
},
"issues": {
"no_webhook_url": {
"description": "Pri pokuse o vygenerovanie webovej adresy webhooku sa vyskytla chyba. Uistite sa, že máte nakonfigurovanú adresu URLSettings > System > Network.",
"title": "Nie je možné vygenerovať webovú adresu webhooku."
}
}
}