Skip to content

Commit

Permalink
Added German translations
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Mar 7, 2024
1 parent 657f646 commit 0d53544
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions public/locales/gsa-de.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
"Audit made visible for:\n{{user}}\n{{role}}\n{{group}}": "Audit sichtbar gemacht für:\n{{user}}\n{{role}}\n{{group}}",
"Audit: {{name}}": "Audit: {{name}}",
"Audits": "Audits",
"Audit Reports by Compliance (Total: {{count}})": "Audit-Berichte nach Compliance (Gesamt: {{count}})",
"Audit Reports": "Audit-Berichte",
"Audit Report": "Audit-Bericht",
"Audits using this Policy": "Audits, die diese Richtlinie verwenden",
"Auth": "Auth.",
"Auth Algorithm": "Auth-Algorithmus",
Expand Down Expand Up @@ -234,6 +237,7 @@
"Certificate in use will expire at {{date}}": "Aktuelles Zertifikat wird am {{date}} ablaufen",
"Change Password": "Passwort ändern",
"Changed": "Verändert",
"Chart: Audit Reports by Compliance": "Diagramm: Audit-Berichte nach Compliance",
"Chart: CERT-Bund Advisories by CVSS": "Diagramm: CERT-Bund-Advisories nach CVSS",
"Chart: CERT-Bund Advisories by Creation Time": "Diagramm: CERT-Bund-Advisories nach Erstellungszeit",
"Chart: CERT-Bund Advisories by Severity Class": "Diagramm: CERT-Bund-Advisories nach Schweregradklasse",
Expand Down Expand Up @@ -313,6 +317,8 @@
"Complete": "Vollständig",
"Complexity": "Komplexität",
"Compliance Audits": "Compliance Audits",
"Compliance Audit Reports": "Compliance-Audit-Berichte",
"Compliance Percent": "Compliance-Prozent",
"Compliance Policies": "Compliance Richtlinien",
"Compliance Status": "Compliance Status",
"Compose": "Zusammenstellen",
Expand Down Expand Up @@ -818,6 +824,7 @@
"Include log messages in your filter settings.": "Log-Nachrichten in die Filtereinstellungen einbeziehen.",
"Include report": "Bericht einfügen",
"Included": "Beinhaltet",
"Incomplete": "Inkomplett",
"Info": "Info",
"Information": "Informationen",
"Inheriting user": "Erbender Benutzer",
Expand Down Expand Up @@ -1504,6 +1511,7 @@
"TLS Certificates by Modification Time (Total: {{count}})": "TLS-Zertifikate nach Änderungszeit (Gesamt: {{count}})",
"TLS Certificates by Status (Total: {{count}})": "TLS-Zertifikate nach Status (Gesamt: {{count}})",
"TLS Certificates for this Host": "TLS-Zertifikate für diesen Host",
"Table: Audit Reports by Compliance": "Tabelle: Audit-Berichte nach Compliance",
"Table: CERT-Bund Advisories by CVSS": "Tabelle: CERT-Bund-Advisories nach CVSS",
"Table: CERT-Bund Advisories by Creation Time": "Tabelle: CERT-Bund-Advisories nach Erstellungszeit",
"Table: CERT-Bund Advisories by Severity Class": "Tabelle: CERT-Bund-Advisories nach Schweregradklasse",
Expand Down Expand Up @@ -1864,6 +1872,7 @@
"task": "Aufgabe",
"to": "für",
"undefined": "undefiniert",
"Undefined": "Undefiniert",
"until {{- enddate}}": "bis {{- enddate}}",
"verinice Connector": "verinice-Konnektor",
"verinice.PRO Connector": "verinice.PRO-Konnektor",
Expand Down
2 changes: 1 addition & 1 deletion src/web/components/powerfilter/compliancelevelsgroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ComplianceLevelsFilterGroup extends React.Component {
compliance_levels = '';
}
return (
<FormGroup title={_('Compliance (Status)')}>
<FormGroup title={_('Compliance')}>
<IconDivider>
<Checkbox
checked={compliance_levels.includes('y')}
Expand Down
2 changes: 1 addition & 1 deletion src/web/pages/reports/__tests__/auditfilterdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Filter Dialog for Audit report', () => {
const radioTitles = getAllByTestId('radio-title');

expect(formgroups[0]).toHaveTextContent('Filter');
expect(formgroups[1]).toHaveTextContent('Compliance (Status)');
expect(formgroups[1]).toHaveTextContent('Compliance');
expect(content[1]).toHaveTextContent('YesNoIncompleteUndefined');
expect(formgroups[2]).toHaveTextContent('QoD');
expect(formgroups[3]).toHaveTextContent('From Task (name)');
Expand Down
2 changes: 1 addition & 1 deletion src/web/pages/reports/__tests__/detailsfilterdialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Details Filter Dialog for Audit report', () => {
'Only show hosts that have results',
);
expect(formgroups[2]).toHaveTextContent('QoD');
expect(formgroups[3]).toHaveTextContent('Compliance (Status)');
expect(formgroups[3]).toHaveTextContent('Compliance');
expect(content[3]).toHaveTextContent('YesNoIncompleteUndefined');
expect(formgroups[4]).toHaveTextContent('Solution Type');
expect(formgroups[5]).toHaveTextContent('Vulnerability');
Expand Down

0 comments on commit 0d53544

Please sign in to comment.