-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
508 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
/node_modules | ||
/dist | ||
.env | ||
/data | ||
/cache | ||
/coverage | ||
|
||
*.pem | ||
*.key | ||
*.hash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"crypt": { | ||
"question": "How would you like to protect your local information?", | ||
"generate_title": "Generate random password", | ||
"generate_description": "It will be used to encrypt your information", | ||
"define_title": "Define password", | ||
"define_description": "It will be used to encrypt your information", | ||
"your_password": "🔐 Your Password:", | ||
"weak_password": "Password too weak! (1 Uppercase letter, 1 Lowercase letter, 1 Number, 1 Special character)", | ||
"file_change": "⚠️ A change was detected in a protected file!", | ||
"delete_file": "🗑️ Deleting encrypted files!", | ||
"sensitive_information": "⚠️ Sensitive information being read" | ||
}, | ||
"authenticate": { | ||
"registered": "📝 Registered at:", | ||
"hello": "👋 Hello {{name}}", | ||
"change_token": "🔄 Change Token", | ||
"try_again": "🔁 Try Again", | ||
"logout": "↪️ Logout" | ||
}, | ||
"database": { | ||
"starting": "🗂️ Starting Database", | ||
"initialized": "✨ Database initialized with {{length}} entries", | ||
"invalid_entity": "⛔ {{tableName}} Invalid entity, loaded entities:" | ||
}, | ||
"error": { | ||
"unstable": "🔴 {{element}} unstable", | ||
"no_found": "🚫 No {{name}} found", | ||
"not_exist": "❌ {{name}} does not exist!", | ||
"not_select": "❌ No option selected!", | ||
"no_possible": "❌ It is not possible to continue!", | ||
"undefined": "❌ {{element}} undefined!", | ||
"invalid": "❌ {{element}} invalid!", | ||
"no_reply": "❌ Form not replied!", | ||
"expired": "❌ {{element}} expired!", | ||
"disabled": "❌ {{element}} disabled!", | ||
"an_error_occurred": "❌ An error occurred:", | ||
"timeout": "⏳ Timeout of {{time}} seconds... trying after the timeout" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"crypt": { | ||
"question": "Como deseja proteger suas informações locais?", | ||
"generate_title": "Gerar senha aleatória", | ||
"generate_description": "Será usada para criptografar suas informações", | ||
"define_title": "Definir senha", | ||
"define_description": "Será usada para criptografar suas informações", | ||
"your_password": "🔐 Sua Senha:", | ||
"weak_password": "Senha muito fraca! (1 Letra maiúscula, 1 Letra Minuscula, 1 Numero, 1 Carácter especial)", | ||
"file_change": "⚠️ Foi detectado uma mudança em um arquivo protegido!", | ||
"delete_file": "🗑️ Deletando arquivos encriptados!", | ||
"sensitive_information": "⚠️ Informações sensíveis sendo lidas" | ||
}, | ||
"database": { | ||
"starting": "🗂️ Iniciando Banco de dados", | ||
"initialized": "✨ Banco de dados inicializado com {{length}} entries", | ||
"invalid_entity": "⛔ {{tableName}} Entidade invalida, Entidades carregadas:" | ||
}, | ||
"error": { | ||
"unstable": "🔴 {{element}} instável", | ||
"no_found": "🚫 Nenhum {{name}} encontrado", | ||
"not_exist": "❌ {{name}} não existe!", | ||
"not_select": "❌ Nenhuma opção selecionada!", | ||
"no_possible": "❌ Não é possivel continuar!", | ||
"undefined": "❌ {{element}} indefinido!", | ||
"invalid": "❌ {{element}} invalido!", | ||
"no_reply": "❌ Formulário não respondido!", | ||
"expired": "❌ {{element}} expired!", | ||
"disabled": "❌ {{element}} disabled!", | ||
"an_error_occurred": "❌ Ocorreu um erro:", | ||
"timeout": "⏳ Timeout de {{time}} segundos... tentando após o timeout" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.