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

Port : Add ability to delete tags and untag projects #112

Merged
merged 5 commits into from
Aug 7, 2024
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
5 changes: 5 additions & 0 deletions src/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Löschen",
"delete_license_group": "Lizenzgruppe löschen",
"delete_policy": "Richtlinie löschen",
"delete_selected": "Ausgewählte Elemente löschen",
"dependency_graph": "Abhängigkeitsdiagramm",
"deprecated": "Veraltet",
"description": "Beschreibung",
Expand All @@ -479,6 +480,7 @@
"direction": "Richtung",
"download_bom": "BOM herunterladen",
"email": "E-Mail",
"empty_selection": "Keine Elemente ausgewählt",
"endpoints": "Endpunkte",
"epss": "EPSS",
"epss_percentile": "EPSS-Perzentil",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Lizenz auswählen",
"select_project": "Projekt auswählen",
"select_tag": "Tag auswählen",
"selection_deleted": "Auswahl gelöscht",
"service_deleted": "Dienst gelöscht",
"service_details": "Leistungsdetails",
"service_name": "Dienstname",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "SWID-Tag-ID",
"switch_view": "Während der Suche kann die Ansicht nicht gewechselt werden",
"tag_name": "Verlinke den Namen",
"tag_unassigned_successfully": "Tag-Zuweisung erfolgreich aufgehoben",
"tags": "Stichworte",
"template": "Vorlage",
"text_search": "Textsuche",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Gesamtanzahl der Funde (ohne Aliase)",
"total_findings_including_aliases": "Gesamtanzahl der Funde (einschließlich Aliase)",
"type": "Typ",
"unassign_tag_from_selection": "Tag-Zuweisung für Auswahl aufheben",
"update": "Aktualisieren",
"update_details": "Details zum Update",
"updated": "Aktualisiert",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Delete",
"delete_license_group": "Delete License Group",
"delete_policy": "Delete Policy",
"delete_selected": "Delete selected items",
"dependency_graph": "Dependency Graph",
"deprecated": "Deprecated",
"description": "Description",
Expand All @@ -479,6 +480,7 @@
"direction": "Direction",
"download_bom": "Download BOM",
"email": "Email",
"empty_selection": "No items selected",
"endpoints": "Endpoints",
"epss": "EPSS",
"epss_percentile": "EPSS Percentile",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Select License",
"select_project": "Select Project",
"select_tag": "Select Tag",
"selection_deleted": "Selection deleted",
"service_deleted": "Service deleted",
"service_details": "Service Details",
"service_name": "Service name",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "SWID Tag ID",
"switch_view": "Cannot switch view while searching",
"tag_name": "Tag Name",
"tag_unassigned_successfully": "Untagged successfully",
"tags": "Tags",
"template": "Template",
"text_search": "Text Search",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Total Findings (excluding aliases)",
"total_findings_including_aliases": "Total Findings (including aliases)",
"type": "Type",
"unassign_tag_from_selection": "Unassign tag from selection",
"update": "Update",
"update_details": "Update Details",
"updated": "Updated",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Borrar",
"delete_license_group": "Eliminar grupo de licencias",
"delete_policy": "Eliminar política",
"delete_selected": "Eliminar elementos seleccionados",
"dependency_graph": "Gráfico de dependencia",
"deprecated": "Obsoleto",
"description": "Descripción",
Expand All @@ -479,6 +480,7 @@
"direction": "Dirección",
"download_bom": "Descargar lista de materiales",
"email": "Correo electrónico",
"empty_selection": "No hay elementos seleccionados",
"endpoints": "Puntos finales",
"epss": "EPS",
"epss_percentile": "Percentil EPSS",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Seleccionar licencia",
"select_project": "Seleccionar Proyecto",
"select_tag": "Seleccionar etiqueta",
"selection_deleted": "Selección eliminada",
"service_deleted": "Servicio eliminado",
"service_details": "Detalles del servicio",
"service_name": "Nombre del Servicio",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "ID de etiqueta SWID",
"switch_view": "No se puede cambiar de vista durante la búsqueda",
"tag_name": "Nombre de etiqueta",
"tag_unassigned_successfully": "Sin etiquetar con éxito",
"tags": "Etiquetas",
"template": "Plantilla",
"text_search": "Búsqueda de texto",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Hallazgos totales (excluyendo alias)",
"total_findings_including_aliases": "Hallazgos totales (incluidos alias)",
"type": "Tipo",
"unassign_tag_from_selection": "Desasignar etiqueta de la selección",
"update": "Actualizar",
"update_details": "Detalles de actualización",
"updated": "Actualizado",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Supprimer",
"delete_license_group": "Supprimer le groupe de licences",
"delete_policy": "Supprimer la stratégie",
"delete_selected": "Supprimer les éléments sélectionnés",
"dependency_graph": "Graph de dépendance",
"deprecated": "Dépréciée",
"description": "Description",
Expand All @@ -479,6 +480,7 @@
"direction": "Direction",
"download_bom": "Télécharger la nomenclature",
"email": "Courriel",
"empty_selection": "Aucun élément sélectionné",
"endpoints": "Points de terminaison",
"epss": "EPSS",
"epss_percentile": "Centile EPSS",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Sélectionner une licence",
"select_project": "Sélectionner un projet",
"select_tag": "Sélectionner une balise",
"selection_deleted": "Sélection supprimée",
"service_deleted": "Service supprimé",
"service_details": "Détails des services",
"service_name": "Nom du service",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "ID de tag SWID",
"switch_view": "Impossible de changer de vue pendant la recherche",
"tag_name": "Nom de la tag",
"tag_unassigned_successfully": "Détaché avec succès",
"tags": "Tags",
"template": "Modèle",
"text_search": "Recherche de texte",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Total des résultats (alias exclus)",
"total_findings_including_aliases": "Total des résultats (alias inclus)",
"type": "Type",
"unassign_tag_from_selection": "Annuler l'attribution d'une balise de la sélection",
"update": "Mise à jour",
"update_details": "Détails de la mise à jour",
"updated": "Mis à jour",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "मिटाना",
"delete_license_group": "लाइसेंस समूह हटाएं",
"delete_policy": "नीति हटाएं",
"delete_selected": "चयनित आइटम हटाएँ",
"dependency_graph": "निर्भरता ग्राफ",
"deprecated": "पदावनत",
"description": "विवरण",
Expand All @@ -479,6 +480,7 @@
"direction": "दिशा",
"download_bom": "BOM डाउनलोड करें",
"email": "ईमेल",
"empty_selection": "कोई आइटम चयनित नहीं",
"endpoints": "अंतिमबिंदुओं",
"epss": "ईपीएसएस",
"epss_percentile": "ईपीएसएस प्रतिशत",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "लाइसेंस चुनें",
"select_project": "प्रोजेक्ट चुनें",
"select_tag": "टैग चुनें",
"selection_deleted": "चयन हटा दिया गया",
"service_deleted": "सेवा हटा दी गई",
"service_details": "सेवा विवरण",
"service_name": "सेवा का नाम",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "SWID टैग आईडी",
"switch_view": "खोज करते समय दृश्य स्विच नहीं किया जा सकता",
"tag_name": "टैग नाम",
"tag_unassigned_successfully": "सफलतापूर्वक अनटैग किया गया",
"tags": "टैग",
"template": "खाका",
"text_search": "पाठ्य खोज",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "कुल निष्कर्ष (उपनाम को छोड़कर)",
"total_findings_including_aliases": "कुल निष्कर्ष (उपनाम सहित)",
"type": "प्रकार",
"unassign_tag_from_selection": "चयन से टैग अनअसाइन करें",
"update": "अद्यतन",
"update_details": "अद्यतन विवरण",
"updated": "अद्यतन",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Eliminare",
"delete_license_group": "Elimina gruppo di licenze",
"delete_policy": "Elimina politica",
"delete_selected": "Eliminare elementi selezionati",
"dependency_graph": "Grafico delle dipendenze",
"deprecated": "Deprecato",
"description": "Descrizione",
Expand All @@ -479,6 +480,7 @@
"direction": "Direzione",
"download_bom": "Scarica distinta base",
"email": "E-mail",
"empty_selection": "Nessun elemento selezionato",
"endpoints": "Endpoint",
"epss": "EPSS",
"epss_percentile": "Percentile EPSS",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Seleziona Licenza",
"select_project": "Seleziona Progetto",
"select_tag": "Seleziona Etichetta",
"selection_deleted": "Selezione eliminata",
"service_deleted": "Servizio eliminato",
"service_details": "Dettagli del servizio",
"service_name": "Nome di Servizio",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "ID dell'etichetta SWID",
"switch_view": "Impossibile cambiare visualizzazione durante la ricerca",
"tag_name": "Nome dell'etichetta",
"tag_unassigned_successfully": "Deselezionato con successo",
"tags": "Tag",
"template": "Modello",
"text_search": "Ricerca di testo",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Risultati totali (alias esclusi)",
"total_findings_including_aliases": "Risultati totali (inclusi gli alias)",
"type": "Tipo",
"unassign_tag_from_selection": "Annulla l'assegnazione del tag dalla selezione",
"update": "Aggiornamento",
"update_details": "Aggiorna dettagli",
"updated": "Aggiornato",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "消去",
"delete_license_group": "ライセンスグループの削除",
"delete_policy": "ポリシーの削除",
"delete_selected": "選択した項目を削除します",
"dependency_graph": "依存関係グラフ",
"deprecated": "非推奨",
"description": "説明",
Expand All @@ -479,6 +480,7 @@
"direction": "方向",
"download_bom": "BOMをダウンロード",
"email": "Eメール",
"empty_selection": "項目が選択されていません",
"endpoints": "エンドポイント",
"epss": "EPSS",
"epss_percentile": "EPSSパーセンタイル",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "ライセンスを選択",
"select_project": "プロジェクトを選択",
"select_tag": "タグを選択",
"selection_deleted": "選択範囲が削除されました",
"service_deleted": "サービスが削除されました",
"service_details": "サービス詳細",
"service_name": "サービス名",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "SWID タグ ID",
"switch_view": "検索中にビューを切り替えることはできません",
"tag_name": "タグ名",
"tag_unassigned_successfully": "タグが正常に解除されました",
"tags": "タグ",
"template": "テンプレート",
"text_search": "テキスト検索",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "合計調査結果(別名を除く)",
"total_findings_including_aliases": "合計調査結果(別名を含む)",
"type": "タイプ",
"unassign_tag_from_selection": "選択からタグの割り当てを解除する",
"update": "アップデート",
"update_details": "アップデートの詳細",
"updated": "更新日",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Usuwać",
"delete_license_group": "Usuń grupę licencji",
"delete_policy": "Usuń zasady",
"delete_selected": "Usuń wybrane elementy",
"dependency_graph": "Wykres zależności",
"deprecated": "Przestarzałe",
"description": "Opis",
Expand All @@ -479,6 +480,7 @@
"direction": "Kierunek",
"download_bom": "Pobierz BOM",
"email": "E-mail",
"empty_selection": "Nie wybrano żadnych elementów",
"endpoints": "Punkty końcowe",
"epss": "EPSS",
"epss_percentile": "Percentyl EPSS",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Wybierz Licencję",
"select_project": "Wybierz Projekt",
"select_tag": "Wybierz opcję Etykieta",
"selection_deleted": "Wybór usunięty",
"service_deleted": "Usługa usunięta",
"service_details": "Szczegóły usługi",
"service_name": "Nazwa serwisu",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "Identyfikator znacznika SWID",
"switch_view": "Nie można przełączyć widoku podczas wyszukiwania",
"tag_name": "Nazwa znacznika",
"tag_unassigned_successfully": "Pomyślnie nieoznaczono",
"tags": "Tagi",
"template": "Szablon",
"text_search": "Wyszukiwanie tekstu",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Łączna liczba wyników (z wyłączeniem aliasów)",
"total_findings_including_aliases": "Łączna liczba wyników (w tym aliasy)",
"type": "Typ",
"unassign_tag_from_selection": "Usuń przypisanie tagu do zaznaczenia",
"update": "Aktualizacja",
"update_details": "Aktualizuj szczegóły",
"updated": "Zaktualizowano",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Excluir",
"delete_license_group": "Excluir grupo de licenças",
"delete_policy": "Excluir política",
"delete_selected": "Excluir itens selecionados",
"dependency_graph": "Gráfico de Dependência",
"deprecated": "Descontinuada",
"description": "Descrição",
Expand All @@ -479,6 +480,7 @@
"direction": "Direção",
"download_bom": "Baixe a lista técnica",
"email": "E-mail",
"empty_selection": "Nenhum item selecionado",
"endpoints": "Pontos finais",
"epss": "EPSS",
"epss_percentile": "Percentil EPSS",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Selecione Licença",
"select_project": "Selecione o projeto",
"select_tag": "Selecione a etiqueta",
"selection_deleted": "Seleção excluída",
"service_deleted": "Serviço excluído",
"service_details": "Detalhes do serviço",
"service_name": "Nome do Serviço",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "ID da etiqueta SWID",
"switch_view": "Não é possível mudar de visualização durante a pesquisa",
"tag_name": "Nome da etiqueta",
"tag_unassigned_successfully": "Não marcado com sucesso",
"tags": "Tag",
"template": "Modelo",
"text_search": "Pesquisa de texto",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Total de descobertas (excluindo aliases)",
"total_findings_including_aliases": "Total de descobertas (incluindo aliases)",
"type": "Tipo",
"unassign_tag_from_selection": "Cancelar atribuição de tag da seleção",
"update": "Atualizar",
"update_details": "Detalhes da atualização",
"updated": "Atualizada",
Expand Down
5 changes: 5 additions & 0 deletions src/i18n/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@
"delete": "Excluir",
"delete_license_group": "Excluir grupo de licenças",
"delete_policy": "Excluir política",
"delete_selected": "Excluir itens selecionados",
"dependency_graph": "Gráfico de Dependência",
"deprecated": "Descontinuada",
"description": "Descrição",
Expand All @@ -479,6 +480,7 @@
"direction": "Direção",
"download_bom": "Baixe a lista técnica",
"email": "E-mail",
"empty_selection": "Nenhum item selecionado",
"endpoints": "Pontos finais",
"epss": "EPSS",
"epss_percentile": "Percentil EPSS",
Expand Down Expand Up @@ -779,6 +781,7 @@
"select_license": "Selecione Licença",
"select_project": "Selecione o projeto",
"select_tag": "Selecione a etiqueta",
"selection_deleted": "Seleção excluída",
"service_deleted": "Serviço excluído",
"service_details": "Detalhes do serviço",
"service_name": "Nome do Serviço",
Expand Down Expand Up @@ -809,6 +812,7 @@
"swid_tagid": "ID da etiqueta SWID",
"switch_view": "Não é possível mudar de visualização durante a pesquisa",
"tag_name": "Nome da etiqueta",
"tag_unassigned_successfully": "Não marcado com sucesso",
"tags": "Tag",
"template": "Modelo",
"text_search": "Pesquisa de texto",
Expand All @@ -819,6 +823,7 @@
"total_findings_excluding_aliases": "Total de descobertas (excluindo aliases)",
"total_findings_including_aliases": "Total de descobertas (incluindo aliases)",
"type": "Tipo",
"unassign_tag_from_selection": "Cancelar atribuição de tag da seleção",
"update": "Atualizar",
"update_details": "Detalhes da atualização",
"updated": "Atualizada",
Expand Down
Loading
Loading