Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Step 3 #155

Merged
merged 3 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ pnpm-lock.yaml

# vscode
.vscode

# Aria
.hintrc
14 changes: 11 additions & 3 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"Component is created": "Component is created",
"Component is Duplicate": "Component is Duplicate",
"Components with releases": "Components With Releases",
"Complexitty": "Complexitty",
"Complexity": "Complexitty",
"Contributor": "Contributor",
"Contains Open Source Software": "Contains Open Source Software",
"Count of Security Vulnerabilities": "Count of Security Vulnerabilities",
Expand Down Expand Up @@ -632,7 +632,7 @@
"The new Component and new Release will be created, do you want to import?": "The new Component and new Release will be created, do you want to import?",
"This release contains": "This release <strong>{name}</strong> contains: ",
"This currently only supports SPDX RDF/XML files with a uniq described top level node": "This currently only supports SPDX RDF/XML files with a uniq described top level node",
"The release has been successfully linked to project": "The release <strong>{releaseName}</strong> has been successfully linked to project <strong>{projectName}</strong>",
"The release has been successfully linked to project": "The release <strong>{releaseName}</strong> has been successfully linked to project <str7ong>{projectName}</strong>",
heliocastro marked this conversation as resolved.
Show resolved Hide resolved
"Test and Diagnostics": "Test and Diagnostics",
"Tag": "Tag",
"Text": "Text",
Expand Down Expand Up @@ -711,6 +711,14 @@
"Recent Components": "Recent Components",
"Recent Releases": "Recent Releases",
"NotOwnComponent": "You do not own any components.",
"NoTasksAssigned": "There are no tasks assigned to you."
"NoTasksAssigned": "There are no tasks assigned to you.",
"Click to add": "Click to Add",
"owner_account_unit": "Enter owner's accounting unit",
"project_cannot_be_created": "Project cannot be created/updated",
"Edit Component Fail": "Edit Component Fail",
"current_spdx_only_supports": "This currently only supports SPDX RDF/XML files with a unique described top level node",
"wrong_spdx_information": "If the wrong SPDX is entered, the information will not be registered correctly",
"Components With Releases": "Components With Releases",
"conclude_license_id": "Main / Concluded License Ids"
}
}
373 changes: 190 additions & 183 deletions messages/ja.json

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions messages/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"Additional request Info": "Pedido Adicional",
"AdditionalNotes": "Notas Adicionais ",
"Administration": "Administração",
"Advance Search": "Busca Avançada",
"Advanced Filter": "Filtro Avançado",
"Advanced Search": "Pesquisa Avançada",
"Advisory Name": "Nome do Consultor",
Expand Down Expand Up @@ -138,7 +137,7 @@
"Commercial Details Administration": "Administração de Detalhes Comerciais",
"Committer": "--committer",
"Common weakness enumeration": "Enumeração de fraqueza comum",
"Complexitty": "Complexitty",
"Complexity": "Complexity",
"Component Clearing Report": "Relatório de Compensação de Componentes",
"Component License Information": "Informações de Licença de Componente",
"Component Name": "Nome do Componente",
Expand Down Expand Up @@ -283,7 +282,7 @@
"Export SBOM": "Exportar SBOM",
"Export Spreadsheet": "Exportar Planilha",
"ExportRestrictionsFound": "Restrições de exportação encontradas",
"Extended Description": "Descrição Estendida",
"Extended Description": "Descrição Extendida",
"External Id": "ID externo",
"External Ids": "Ids externos",
"External Supplier ID": "Fornecedor externo",
Expand Down Expand Up @@ -713,6 +712,13 @@
"number of the vulnerabilities were matched by": "<strong>{count}</strong> das vulnerabilidades foram correspondidas por <strong>{matchedBy}</strong>",
"number_of_attachments_not_match_condition": "Tem que haver exatamente um anexo de origem, mas há {count} nesta versão. Por favor, volte depois de corrigir isso.",
"to edit the project relation": "para editar a relação do projeto",
"vector": "vector"
"vector": "vector",
"Click to add": "Clique para adicionar",
"owner_account_unit": "Insira a unidade contábil do proprietário",
"project_cannot_be_created": "O projeto não pode ser criado/atualizado",
"Edit Component Fail": "Falha na edição do componente",
"current_spdx_only_supports": "Atualmente, isso suporta apenas arquivos SPDX RDF/XML com um nó de nível superior descrito exclusivo",
"wrong_spdx_information": "Se for inserido o SPDX errado, as informações não serão registradas corretamente",
"conclude_license_id": "IDs de licença principais/concluídas"
}
}
Loading
Loading