@red-hat-developer-hub/backstage-plugin-scorecard 2.7.5 → 2.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/translations/de.esm.js +89 -98
- package/dist/translations/de.esm.js.map +1 -1
- package/dist/translations/es.esm.js +85 -94
- package/dist/translations/es.esm.js.map +1 -1
- package/dist/translations/fr.esm.js +87 -96
- package/dist/translations/fr.esm.js.map +1 -1
- package/dist/translations/it.esm.js +86 -95
- package/dist/translations/it.esm.js.map +1 -1
- package/dist/translations/ja.esm.js +88 -97
- package/dist/translations/ja.esm.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,113 +3,104 @@ import { scorecardTranslationRef } from './ref.esm.js';
|
|
|
3
3
|
|
|
4
4
|
const scorecardTranslationDe = createTranslationMessages({
|
|
5
5
|
ref: scorecardTranslationRef,
|
|
6
|
-
full: true,
|
|
7
6
|
messages: {
|
|
8
|
-
|
|
9
|
-
"emptyState.title": "Noch keine Scorecards hinzugef\xFCgt",
|
|
10
|
-
"emptyState.description": "Scorecards helfen Ihnen, den Zustand der Komponenten auf einen Blick zu \xFCberwachen. Schauen Sie sich zun\xE4chst unsere Dokumentation mit den Einrichtungshinweisen an.",
|
|
11
|
-
"emptyState.button": "Dokumentation anzeigen",
|
|
7
|
+
"common.loading": "Ladevorgang",
|
|
12
8
|
"emptyState.altText": "Keine Scorecards",
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
9
|
+
"emptyState.button": "Dokumentation anzeigen",
|
|
10
|
+
"emptyState.description": "Scorecards helfen Ihnen, den Zustand der Komponenten auf einen Blick zu \xFCberwachen. Schauen Sie sich zun\xE4chst unsere Dokumentation mit den Einrichtungshinweisen an.",
|
|
11
|
+
"emptyState.title": "Noch keine Scorecards hinzugef\xFCgt.",
|
|
12
|
+
"entitiesPage.entitiesTable.footer.allRows": "Alle Zeilen",
|
|
13
|
+
"entitiesPage.entitiesTable.footer.of": "von",
|
|
14
|
+
"entitiesPage.entitiesTable.footer.rows_one": "{{count}} Zeile",
|
|
15
|
+
"entitiesPage.entitiesTable.footer.rows_other": "{{count}} Zeilen",
|
|
16
|
+
"entitiesPage.entitiesTable.header.entity": "Entity",
|
|
17
|
+
"entitiesPage.entitiesTable.header.kind": "Art",
|
|
18
|
+
"entitiesPage.entitiesTable.header.lastUpdated": "Letzte Aktualisierung",
|
|
19
|
+
"entitiesPage.entitiesTable.header.owner": "Eigent\xFCmer",
|
|
20
|
+
"entitiesPage.entitiesTable.header.status": "Status",
|
|
21
|
+
"entitiesPage.entitiesTable.header.value": "Wert",
|
|
22
|
+
"entitiesPage.entitiesTable.title": "Entit\xE4ten",
|
|
23
|
+
"entitiesPage.entitiesTable.titleWithCount": "Entit\xE4ten ({{count}})",
|
|
24
|
+
"entitiesPage.entitiesTable.unavailable": "Nicht verf\xFCgbar",
|
|
25
|
+
"entitiesPage.metricProviderNotRegistered": "Der Metrikanbieter mit der ID {{metricId}} ist nicht registriert.",
|
|
26
|
+
"entitiesPage.missingPermission": "Um die Kennzahlen der Scorecard einzusehen, muss Ihnen Ihr Administrator die erforderliche Berechtigung erteilen.",
|
|
27
|
+
"entitiesPage.noDataFound": "Um Ihre Daten hier anzuzeigen, \xFCberpr\xFCfen Sie, ob Ihre Entit\xE4ten Werte melden, die sich auf diese Kennzahl beziehen.",
|
|
28
|
+
"entitiesPage.unknownMetric": "Unbekannte Metrik",
|
|
29
|
+
"errors.authenticationError": "Authentifizierungsfehler",
|
|
30
|
+
"errors.authenticationErrorMessage": "Bitte melden Sie sich an, um Ihre Daten einzusehen.",
|
|
31
|
+
"errors.entityMissingProperties": "F\xFCr die Scorecard-Suche fehlen der Entit\xE4t die erforderlichen Eigenschaften.",
|
|
31
32
|
"errors.fetchError": "Fehler beim Abrufen der Scorecards: {{error}}",
|
|
32
|
-
"errors.
|
|
33
|
+
"errors.invalidApiResponse": "Ung\xFCltiges Antwortformat der Scorecard-API",
|
|
33
34
|
"errors.invalidThresholds": "Ung\xFCltige Schwellenwerte",
|
|
35
|
+
"errors.metricDataUnavailable": "Metrische Daten nicht verf\xFCgbar",
|
|
36
|
+
"errors.missingAggregationId": "Die Scorecard ist falsch konfiguriert, die Eigenschaft f\xFCr die Aggregations-ID (oder Metrik-ID) fehlt.",
|
|
34
37
|
"errors.missingPermission": "Fehlende Berechtigung",
|
|
38
|
+
"errors.missingPermissionMessage": "Um die Kennzahlen der Scorecard einzusehen, muss Ihnen Ihr Administrator die erforderliche Berechtigung erteilen.",
|
|
35
39
|
"errors.noDataFound": "Keine Daten gefunden",
|
|
36
|
-
"errors.
|
|
37
|
-
"errors.
|
|
38
|
-
"errors.userNotFoundInCatalogMessage": "
|
|
39
|
-
"
|
|
40
|
-
"errors.unsupportedAggregationType": "Diese Scorecard verwendet einen Aggregationstyp, der von dieser Plugin-Version nicht unterst\xFCtzt wird.",
|
|
41
|
-
"errors.authenticationErrorMessage": "Bitte melden Sie sich an, um Ihre Daten anzuzeigen.",
|
|
42
|
-
// Metric translations
|
|
43
|
-
"metric.github.open_prs.title": "GitHub PRs offen",
|
|
44
|
-
"metric.github.open_prs.description": "Aktuelle Anzahl offener Pull Requests f\xFCr ein bestimmtes GitHub-Repository.",
|
|
45
|
-
"metric.jira.open_issues.title": "Jira offene blockierende Tickets",
|
|
46
|
-
"metric.jira.open_issues.description": "Hervorhebt die Anzahl der kritischen, blockierenden Probleme, die derzeit in Jira offen sind.",
|
|
47
|
-
"metric.sonarqube.quality_gate.title": "SonarQube Quality-Gate-Status",
|
|
48
|
-
"metric.sonarqube.quality_gate.description": "Gibt an, ob das Projekt sein SonarQube-Quality-Gate besteht.",
|
|
49
|
-
"metric.sonarqube.open_issues.title": "SonarQube offene Probleme",
|
|
50
|
-
"metric.sonarqube.open_issues.description": "Anzahl der offenen Probleme (OPEN, CONFIRMED, REOPENED) in SonarQube.",
|
|
51
|
-
"metric.sonarqube.security_rating.title": "SonarQube Sicherheitsbewertung",
|
|
52
|
-
"metric.sonarqube.security_rating.description": "SonarQube Sicherheitsbewertung.",
|
|
53
|
-
"metric.sonarqube.security_issues.title": "SonarQube Sicherheitsprobleme",
|
|
54
|
-
"metric.sonarqube.security_issues.description": "Anzahl der offenen Sicherheitsl\xFCcken in SonarQube.",
|
|
55
|
-
"metric.sonarqube.security_review_rating.title": "SonarQube Bewertung der Sicherheits\xFCberpr\xFCfung",
|
|
56
|
-
"metric.sonarqube.security_review_rating.description": "SonarQube Bewertung der Sicherheits\xFCberpr\xFCfung.",
|
|
57
|
-
"metric.sonarqube.security_hotspots.title": "SonarQube Sicherheits-Hotspots",
|
|
58
|
-
"metric.sonarqube.security_hotspots.description": "Anzahl der zu \xFCberpr\xFCfenden Sicherheits-Hotspots in SonarQube.",
|
|
59
|
-
"metric.sonarqube.reliability_rating.title": "SonarQube Zuverl\xE4ssigkeitsbewertung",
|
|
60
|
-
"metric.sonarqube.reliability_rating.description": "SonarQube Zuverl\xE4ssigkeitsbewertung.",
|
|
61
|
-
"metric.sonarqube.reliability_issues.title": "SonarQube Zuverl\xE4ssigkeitsprobleme",
|
|
62
|
-
"metric.sonarqube.reliability_issues.description": "Anzahl der offenen Fehler in SonarQube.",
|
|
63
|
-
"metric.sonarqube.maintainability_rating.title": "SonarQube Wartbarkeitsbewertung",
|
|
64
|
-
"metric.sonarqube.maintainability_rating.description": "SonarQube Wartbarkeitsbewertung.",
|
|
65
|
-
"metric.sonarqube.maintainability_issues.title": "SonarQube Wartbarkeitsprobleme",
|
|
66
|
-
"metric.sonarqube.maintainability_issues.description": "Anzahl der offenen Code Smells in SonarQube.",
|
|
67
|
-
"metric.sonarqube.code_coverage.title": "SonarQube Code-Abdeckung",
|
|
68
|
-
"metric.sonarqube.code_coverage.description": "Gesamtprozentsatz der Code-Abdeckung in SonarQube.",
|
|
69
|
-
"metric.sonarqube.code_duplications.title": "SonarQube Code-Duplikate",
|
|
70
|
-
"metric.sonarqube.code_duplications.description": "Prozentsatz der duplizierten Zeilen in SonarQube.",
|
|
71
|
-
"metric.filecheck.title": "Dateipr\xFCfung: {{name}}",
|
|
72
|
-
"metric.filecheck.description": "Pr\xFCft, ob die Datei {{name}} im Repository vorhanden ist.",
|
|
73
|
-
"metric.lastUpdated": "Zuletzt aktualisiert: {{timestamp}}",
|
|
74
|
-
"metric.lastUpdatedNotAvailable": "Zuletzt aktualisiert: Nicht verf\xFCgbar",
|
|
75
|
-
"metric.someEntitiesNotReportingValues": "Einige Elemente melden keine Werte, die mit dieser Metrik in Verbindung stehen.",
|
|
40
|
+
"errors.noDataFoundMessage": "Um Ihre Daten hier anzuzeigen, \xFCberpr\xFCfen Sie, ob Ihre Entit\xE4ten Werte melden, die sich auf diese Kennzahl beziehen.",
|
|
41
|
+
"errors.unsupportedAggregationType": "Diese Scorecard verwendet einen Aggregationstyp, der von dieser Version des Plugins nicht unterst\xFCtzt wird.",
|
|
42
|
+
"errors.userNotFoundInCatalogMessage": "Benutzerentit\xE4t im Katalog nicht gefunden.",
|
|
43
|
+
"metric.averageCenterTooltipMaxLabel": "Maximal erreichbare Punktzahl",
|
|
76
44
|
"metric.averageCenterTooltipTotalLabel": "Gesamtpunktzahl",
|
|
77
|
-
"metric.
|
|
78
|
-
"metric.
|
|
79
|
-
"metric.
|
|
80
|
-
"metric.
|
|
81
|
-
"metric.averageLegendTooltipEntitiesEach_other": "{{count}} Elemente, je {{score}}",
|
|
45
|
+
"metric.averageCenterTooltipBreakdownRow_one": "{{status}}: {{count}} entity, score: {{score}}",
|
|
46
|
+
"metric.averageCenterTooltipBreakdownRow_other": "{{status}}: {{count}} entities, score: {{score}}",
|
|
47
|
+
"metric.averageLegendTooltipEntitiesEach_one": "{{count}} Entit\xE4ten, jede {{score}}",
|
|
48
|
+
"metric.averageLegendTooltipEntitiesEach_other": "{{count}} Entit\xE4ten, jeweils {{score}}",
|
|
82
49
|
"metric.averageLegendTooltipRowTotal": "Gesamtpunktzahl {{total}}",
|
|
83
|
-
"metric.drillDownCalculationFailures": "
|
|
84
|
-
"metric.
|
|
85
|
-
"metric.
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
"
|
|
50
|
+
"metric.drillDownCalculationFailures": "Bei der Berechnung dieser Kennzahl ist ein oder mehrere Fehler aufgetreten.",
|
|
51
|
+
"metric.filecheck.description": "Pr\xFCft, ob die Datei {{name}} im Repository existiert.",
|
|
52
|
+
"metric.filecheck.title": "Dateipr\xFCfung: {{name}}",
|
|
53
|
+
"metric.github.open_prs.description": "Aktuelle Anzahl offener Pull Requests f\xFCr ein bestimmtes GitHub-Repository.",
|
|
54
|
+
"metric.github.open_prs.title": "GitHub offene PRs",
|
|
55
|
+
"metric.homepageEntityCalculationHealth": "{{healthy}} / {{total}} Entit\xE4ten ohne Metrikberechnungsfehler",
|
|
56
|
+
"metric.homepageEntityHealthRatio": "{{healthy}}/{{total}} Entit\xE4ten",
|
|
57
|
+
"metric.jira.open_issues.description": "Zeigt die Anzahl der kritischen, blockierenden Vorg\xE4nge an, die aktuell in Jira offen sind.",
|
|
58
|
+
"metric.jira.open_issues.title": "Jira-Tickets \xF6ffnen und blockieren",
|
|
59
|
+
"metric.lastUpdated": "Letzte Aktualisierung: {{timestamp}}",
|
|
60
|
+
"metric.lastUpdatedNotAvailable": "Letzte Aktualisierung: Nicht verf\xFCgbar",
|
|
61
|
+
"metric.someEntitiesNotReportingValues": "Einige Organisationen melden keine Werte, die sich auf diese Kennzahl beziehen.",
|
|
62
|
+
"metric.sonarqube.code_coverage.description": "Gesamtcodeabdeckung in SonarQube in Prozent.",
|
|
63
|
+
"metric.sonarqube.code_coverage.title": "SonarQube-Codeabdeckung",
|
|
64
|
+
"metric.sonarqube.code_duplications.description": "Prozentsatz doppelter Zeilen in SonarQube.",
|
|
65
|
+
"metric.sonarqube.code_duplications.title": "SonarQube-Code-Duplizierungen",
|
|
66
|
+
"metric.sonarqube.maintainability_issues.description": "Anzahl offener Code-Smells in SonarQube.",
|
|
67
|
+
"metric.sonarqube.maintainability_issues.title": "SonarQube-Wartbarkeitsprobleme",
|
|
68
|
+
"metric.sonarqube.maintainability_rating.description": "SonarQube-Wartungsbewertung.",
|
|
69
|
+
"metric.sonarqube.maintainability_rating.title": "SonarQube-Wartbarkeitsbewertung",
|
|
70
|
+
"metric.sonarqube.open_issues.description": "Anzahl der offenen Tickets (OFFEN, BEST\xC4TIGT, WIEDERER\xD6FFNET) in SonarQube.",
|
|
71
|
+
"metric.sonarqube.open_issues.title": "Offene Probleme bei SonarQube",
|
|
72
|
+
"metric.sonarqube.quality_gate.description": "Ob das Projekt die SonarQube-Qualit\xE4tspr\xFCfung besteht.",
|
|
73
|
+
"metric.sonarqube.quality_gate.title": "SonarQube Qualit\xE4tsgate-Status",
|
|
74
|
+
"metric.sonarqube.reliability_issues.description": "Anzahl offener Fehler in SonarQube.",
|
|
75
|
+
"metric.sonarqube.reliability_issues.title": "Zuverl\xE4ssigkeitsprobleme von SonarQube",
|
|
76
|
+
"metric.sonarqube.reliability_rating.description": "SonarQube-Zuverl\xE4ssigkeitsbewertung.",
|
|
77
|
+
"metric.sonarqube.reliability_rating.title": "SonarQube-Zuverl\xE4ssigkeitsbewertung",
|
|
78
|
+
"metric.sonarqube.security_hotspots.description": "Anzahl der in SonarQube zu \xFCberpr\xFCfenden Sicherheits-Hotspots.",
|
|
79
|
+
"metric.sonarqube.security_hotspots.title": "SonarQube Sicherheits-Hotspots",
|
|
80
|
+
"metric.sonarqube.security_issues.description": "Anzahl offener Sicherheitsl\xFCcken in SonarQube.",
|
|
81
|
+
"metric.sonarqube.security_issues.title": "SonarQube-Sicherheitsprobleme",
|
|
82
|
+
"metric.sonarqube.security_rating.description": "SonarQube-Sicherheitsbewertung.",
|
|
83
|
+
"metric.sonarqube.security_rating.title": "SonarQube-Sicherheitsbewertung",
|
|
84
|
+
"metric.sonarqube.security_review_rating.description": "SonarQube-Sicherheitsbewertung.",
|
|
85
|
+
"metric.sonarqube.security_review_rating.title": "SonarQube Sicherheitsbewertung",
|
|
86
|
+
"notFound.altText": "Seite nicht gefunden",
|
|
87
|
+
"notFound.contactSupport": "Kontaktieren Sie den Support.",
|
|
88
|
+
"notFound.description": "Versuchen Sie, eine {{indexFile}}-Datei im Stammverzeichnis des docs-Verzeichnisses dieses Repositorys hinzuzuf\xFCgen.",
|
|
89
|
+
"notFound.goBack": "Zur\xFCck",
|
|
90
|
+
"notFound.readMore": "Weitere Informationen",
|
|
91
|
+
"notFound.title": "404 Die Seite konnte nicht gefunden werden.",
|
|
92
|
+
"permissionRequired.altText": "Berechtigung erforderlich",
|
|
93
|
+
"permissionRequired.button": "Weitere Informationen",
|
|
94
|
+
"permissionRequired.description": "Um das Scorecard-Plugin anzuzeigen, wenden Sie sich an Ihren Administrator, um die Berechtigung {{permission}} zu erteilen.",
|
|
95
|
+
"permissionRequired.title": "Fehlende Berechtigung",
|
|
96
|
+
"thresholds.entities_one": "{{count}} Entit\xE4t",
|
|
97
|
+
"thresholds.entities_other": "{{count}} Entit\xE4ten",
|
|
89
98
|
"thresholds.error": "Fehler",
|
|
90
|
-
"thresholds.exist": "
|
|
91
|
-
"thresholds.missing": "
|
|
92
|
-
"thresholds.noEntities": "Keine
|
|
93
|
-
"thresholds.
|
|
94
|
-
"thresholds.
|
|
95
|
-
// Entities page translations
|
|
96
|
-
"entitiesPage.unknownMetric": "Unbekannte Metrik",
|
|
97
|
-
"entitiesPage.noDataFound": "Um Ihre Daten hier anzuzeigen, \xFCberpr\xFCfen Sie, ob Ihre Elemente Werte melden, die mit dieser Metrik in Verbindung stehen.",
|
|
98
|
-
"entitiesPage.missingPermission": "Um die Metriken der Scorecard einzusehen, muss Ihnen der Administrator die erforderliche Berechtigung erteilen.",
|
|
99
|
-
"entitiesPage.metricProviderNotRegistered": "Metrik-Anbieter mit ID {{metricId}} ist nicht registriert.",
|
|
100
|
-
"entitiesPage.entitiesTable.title": "Elemente",
|
|
101
|
-
"entitiesPage.entitiesTable.unavailable": "Nicht verf\xFCgbar",
|
|
102
|
-
"entitiesPage.entitiesTable.titleWithCount": "Elemente ({{count}})",
|
|
103
|
-
"entitiesPage.entitiesTable.header.status": "Status",
|
|
104
|
-
"entitiesPage.entitiesTable.header.value": "Wert",
|
|
105
|
-
"entitiesPage.entitiesTable.header.entity": "Element",
|
|
106
|
-
"entitiesPage.entitiesTable.header.owner": "Eigent\xFCmer",
|
|
107
|
-
"entitiesPage.entitiesTable.header.kind": "Art",
|
|
108
|
-
"entitiesPage.entitiesTable.header.lastUpdated": "Zuletzt aktualisiert",
|
|
109
|
-
"entitiesPage.entitiesTable.footer.allRows": "Alle Zeilen",
|
|
110
|
-
"entitiesPage.entitiesTable.footer.rows_one": "{{count}} Zeile",
|
|
111
|
-
"entitiesPage.entitiesTable.footer.rows_other": "{{count}} Zeilen",
|
|
112
|
-
"entitiesPage.entitiesTable.footer.of": "von"
|
|
99
|
+
"thresholds.exist": "Existieren",
|
|
100
|
+
"thresholds.missing": "Fehlen",
|
|
101
|
+
"thresholds.noEntities": "Keine Entit\xE4ten im Zustand {{category}}",
|
|
102
|
+
"thresholds.success": "Erfolg",
|
|
103
|
+
"thresholds.warning": "Warnung"
|
|
113
104
|
}
|
|
114
105
|
});
|
|
115
106
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { scorecardTranslationRef } from './ref';\n\n/**\n * de translation for plugin.scorecard.\n * @public\n */\nconst scorecardTranslationDe = createTranslationMessages({\n ref: scorecardTranslationRef,\n full: true,\n messages: {\n // Empty state translations\n 'emptyState.title': 'Noch keine Scorecards hinzugefügt',\n 'emptyState.description':\n 'Scorecards helfen Ihnen, den Zustand der Komponenten auf einen Blick zu überwachen. Schauen Sie sich zunächst unsere Dokumentation mit den Einrichtungshinweisen an.',\n 'emptyState.button': 'Dokumentation anzeigen',\n 'emptyState.altText': 'Keine Scorecards',\n\n // Permission required translations\n 'permissionRequired.title': 'Fehlende Berechtigung',\n 'permissionRequired.description':\n 'Wenn Sie das Scorecard-Plugin anzeigen möchten, wenden Sie sich an den Administrator, um die Berechtigung {{permission}} zu erhalten.',\n 'permissionRequired.button': 'Mehr erfahren',\n 'permissionRequired.altText': 'Berechtigung erforderlich',\n\n // Common UI\n 'common.loading': 'Wird geladen',\n\n // Not found state\n 'notFound.title': '404 Diese Seite wurde nicht gefunden',\n 'notFound.description':\n 'Fügen Sie eine {{indexFile}}-Datei im Stammverzeichnis des docs-Ordners dieses Repositorys hinzu.',\n 'notFound.readMore': 'Mehr erfahren',\n 'notFound.goBack': 'Zurück',\n 'notFound.contactSupport': 'Support kontaktieren',\n 'notFound.altText': 'Seite nicht gefunden',\n\n // Error messages\n 'errors.entityMissingProperties':\n 'Für die Scorecard-Suche fehlen dem Element die erforderlichen Eigenschaften.',\n 'errors.missingAggregationId':\n 'Die Scorecard ist falsch konfiguriert; die Eigenschaft „Aggregations-ID“ (oder „Metrik-ID“) wurde nicht angegeben',\n 'errors.invalidApiResponse': 'Ungültiges Antwortformat der Scorecard-API',\n 'errors.fetchError': 'Fehler beim Abrufen der Scorecards: {{error}}',\n 'errors.metricDataUnavailable': 'Metrikdaten nicht verfügbar',\n 'errors.invalidThresholds': 'Ungültige Schwellenwerte',\n 'errors.missingPermission': 'Fehlende Berechtigung',\n 'errors.noDataFound': 'Keine Daten gefunden',\n 'errors.authenticationError': 'Authentifizierungsfehler',\n 'errors.missingPermissionMessage':\n 'Um die Metriken der Scorecard einzusehen, muss Ihnen der Administrator die erforderliche Berechtigung erteilen.',\n 'errors.userNotFoundInCatalogMessage':\n 'Benutzer-Element nicht im Katalog gefunden.',\n 'errors.noDataFoundMessage':\n 'Um Ihre Daten hier anzuzeigen, überprüfen Sie, ob Ihre Elemente Werte melden, die mit dieser Metrik in Verbindung stehen.',\n 'errors.unsupportedAggregationType':\n 'Diese Scorecard verwendet einen Aggregationstyp, der von dieser Plugin-Version nicht unterstützt wird.',\n 'errors.authenticationErrorMessage':\n 'Bitte melden Sie sich an, um Ihre Daten anzuzeigen.',\n\n // Metric translations\n 'metric.github.open_prs.title': 'GitHub PRs offen',\n 'metric.github.open_prs.description':\n 'Aktuelle Anzahl offener Pull Requests für ein bestimmtes GitHub-Repository.',\n 'metric.jira.open_issues.title': 'Jira offene blockierende Tickets',\n 'metric.jira.open_issues.description':\n 'Hervorhebt die Anzahl der kritischen, blockierenden Probleme, die derzeit in Jira offen sind.',\n 'metric.sonarqube.quality_gate.title': 'SonarQube Quality-Gate-Status',\n 'metric.sonarqube.quality_gate.description':\n 'Gibt an, ob das Projekt sein SonarQube-Quality-Gate besteht.',\n 'metric.sonarqube.open_issues.title': 'SonarQube offene Probleme',\n 'metric.sonarqube.open_issues.description':\n 'Anzahl der offenen Probleme (OPEN, CONFIRMED, REOPENED) in SonarQube.',\n 'metric.sonarqube.security_rating.title': 'SonarQube Sicherheitsbewertung',\n 'metric.sonarqube.security_rating.description':\n 'SonarQube Sicherheitsbewertung.',\n 'metric.sonarqube.security_issues.title': 'SonarQube Sicherheitsprobleme',\n 'metric.sonarqube.security_issues.description':\n 'Anzahl der offenen Sicherheitslücken in SonarQube.',\n 'metric.sonarqube.security_review_rating.title':\n 'SonarQube Bewertung der Sicherheitsüberprüfung',\n 'metric.sonarqube.security_review_rating.description':\n 'SonarQube Bewertung der Sicherheitsüberprüfung.',\n 'metric.sonarqube.security_hotspots.title':\n 'SonarQube Sicherheits-Hotspots',\n 'metric.sonarqube.security_hotspots.description':\n 'Anzahl der zu überprüfenden Sicherheits-Hotspots in SonarQube.',\n 'metric.sonarqube.reliability_rating.title':\n 'SonarQube Zuverlässigkeitsbewertung',\n 'metric.sonarqube.reliability_rating.description':\n 'SonarQube Zuverlässigkeitsbewertung.',\n 'metric.sonarqube.reliability_issues.title':\n 'SonarQube Zuverlässigkeitsprobleme',\n 'metric.sonarqube.reliability_issues.description':\n 'Anzahl der offenen Fehler in SonarQube.',\n 'metric.sonarqube.maintainability_rating.title':\n 'SonarQube Wartbarkeitsbewertung',\n 'metric.sonarqube.maintainability_rating.description':\n 'SonarQube Wartbarkeitsbewertung.',\n 'metric.sonarqube.maintainability_issues.title':\n 'SonarQube Wartbarkeitsprobleme',\n 'metric.sonarqube.maintainability_issues.description':\n 'Anzahl der offenen Code Smells in SonarQube.',\n 'metric.sonarqube.code_coverage.title': 'SonarQube Code-Abdeckung',\n 'metric.sonarqube.code_coverage.description':\n 'Gesamtprozentsatz der Code-Abdeckung in SonarQube.',\n 'metric.sonarqube.code_duplications.title': 'SonarQube Code-Duplikate',\n 'metric.sonarqube.code_duplications.description':\n 'Prozentsatz der duplizierten Zeilen in SonarQube.',\n 'metric.filecheck.title': 'Dateiprüfung: {{name}}',\n 'metric.filecheck.description':\n 'Prüft, ob die Datei {{name}} im Repository vorhanden ist.',\n 'metric.lastUpdated': 'Zuletzt aktualisiert: {{timestamp}}',\n 'metric.lastUpdatedNotAvailable': 'Zuletzt aktualisiert: Nicht verfügbar',\n 'metric.someEntitiesNotReportingValues':\n 'Einige Elemente melden keine Werte, die mit dieser Metrik in Verbindung stehen.',\n 'metric.averageCenterTooltipTotalLabel': 'Gesamtpunktzahl',\n 'metric.averageCenterTooltipMaxLabel': 'Maximal mögliche Punktzahl',\n 'metric.averageCenterTooltipBreakdownRow_one':\n '{{status}}: {{count}} Element, Punktzahl: {{score}}',\n 'metric.averageCenterTooltipBreakdownRow_other':\n '{{status}}: {{count}} Elemente, Punktzahl: {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_one':\n '{{count}} Element, je {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_other':\n '{{count}} Elemente, je {{score}}',\n 'metric.averageLegendTooltipRowTotal': 'Gesamtpunktzahl {{total}}',\n 'metric.drillDownCalculationFailures':\n 'Mindestens ein Element konnte diese Metrik nicht berechnen.',\n 'metric.homepageEntityHealthRatio': '{{healthy}}/{{total}} Elemente',\n 'metric.homepageEntityCalculationHealth':\n '{{healthy}} / {{total}} Elemente ohne Metrik-Berechnungsfehler',\n\n // Threshold translations\n 'thresholds.success': 'Erfolg',\n 'thresholds.warning': 'Warnung',\n 'thresholds.error': 'Fehler',\n 'thresholds.exist': 'Vorhanden',\n 'thresholds.missing': 'Fehlend',\n 'thresholds.noEntities': 'Keine Elemente im {{category}}-Zustand',\n 'thresholds.entities_one': '{{count}} Element',\n 'thresholds.entities_other': '{{count}} Elemente',\n\n // Entities page translations\n 'entitiesPage.unknownMetric': 'Unbekannte Metrik',\n 'entitiesPage.noDataFound':\n 'Um Ihre Daten hier anzuzeigen, überprüfen Sie, ob Ihre Elemente Werte melden, die mit dieser Metrik in Verbindung stehen.',\n 'entitiesPage.missingPermission':\n 'Um die Metriken der Scorecard einzusehen, muss Ihnen der Administrator die erforderliche Berechtigung erteilen.',\n 'entitiesPage.metricProviderNotRegistered':\n 'Metrik-Anbieter mit ID {{metricId}} ist nicht registriert.',\n 'entitiesPage.entitiesTable.title': 'Elemente',\n 'entitiesPage.entitiesTable.unavailable': 'Nicht verfügbar',\n 'entitiesPage.entitiesTable.titleWithCount': 'Elemente ({{count}})',\n 'entitiesPage.entitiesTable.header.status': 'Status',\n 'entitiesPage.entitiesTable.header.value': 'Wert',\n 'entitiesPage.entitiesTable.header.entity': 'Element',\n 'entitiesPage.entitiesTable.header.owner': 'Eigentümer',\n 'entitiesPage.entitiesTable.header.kind': 'Art',\n 'entitiesPage.entitiesTable.header.lastUpdated': 'Zuletzt aktualisiert',\n 'entitiesPage.entitiesTable.footer.allRows': 'Alle Zeilen',\n 'entitiesPage.entitiesTable.footer.rows_one': '{{count}} Zeile',\n 'entitiesPage.entitiesTable.footer.rows_other': '{{count}} Zeilen',\n 'entitiesPage.entitiesTable.footer.of': 'von',\n },\n});\n\nexport default scorecardTranslationDe;\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { scorecardTranslationRef } from './ref';\n\n/**\n * de translation for plugin.scorecard.\n * @public\n */\nconst scorecardTranslationDe = createTranslationMessages({\n ref: scorecardTranslationRef,\n messages: {\n 'common.loading': 'Ladevorgang',\n 'emptyState.altText': 'Keine Scorecards',\n 'emptyState.button': 'Dokumentation anzeigen',\n 'emptyState.description':\n 'Scorecards helfen Ihnen, den Zustand der Komponenten auf einen Blick zu überwachen. Schauen Sie sich zunächst unsere Dokumentation mit den Einrichtungshinweisen an.',\n 'emptyState.title': 'Noch keine Scorecards hinzugefügt.',\n 'entitiesPage.entitiesTable.footer.allRows': 'Alle Zeilen',\n 'entitiesPage.entitiesTable.footer.of': 'von',\n 'entitiesPage.entitiesTable.footer.rows_one': '{{count}} Zeile',\n 'entitiesPage.entitiesTable.footer.rows_other': '{{count}} Zeilen',\n 'entitiesPage.entitiesTable.header.entity': 'Entity',\n 'entitiesPage.entitiesTable.header.kind': 'Art',\n 'entitiesPage.entitiesTable.header.lastUpdated': 'Letzte Aktualisierung',\n 'entitiesPage.entitiesTable.header.owner': 'Eigentümer',\n 'entitiesPage.entitiesTable.header.status': 'Status',\n 'entitiesPage.entitiesTable.header.value': 'Wert',\n 'entitiesPage.entitiesTable.title': 'Entitäten',\n 'entitiesPage.entitiesTable.titleWithCount': 'Entitäten ({{count}})',\n 'entitiesPage.entitiesTable.unavailable': 'Nicht verfügbar',\n 'entitiesPage.metricProviderNotRegistered':\n 'Der Metrikanbieter mit der ID {{metricId}} ist nicht registriert.',\n 'entitiesPage.missingPermission':\n 'Um die Kennzahlen der Scorecard einzusehen, muss Ihnen Ihr Administrator die erforderliche Berechtigung erteilen.',\n 'entitiesPage.noDataFound':\n 'Um Ihre Daten hier anzuzeigen, überprüfen Sie, ob Ihre Entitäten Werte melden, die sich auf diese Kennzahl beziehen.',\n 'entitiesPage.unknownMetric': 'Unbekannte Metrik',\n 'errors.authenticationError': 'Authentifizierungsfehler',\n 'errors.authenticationErrorMessage':\n 'Bitte melden Sie sich an, um Ihre Daten einzusehen.',\n 'errors.entityMissingProperties':\n 'Für die Scorecard-Suche fehlen der Entität die erforderlichen Eigenschaften.',\n 'errors.fetchError': 'Fehler beim Abrufen der Scorecards: {{error}}',\n 'errors.invalidApiResponse': 'Ungültiges Antwortformat der Scorecard-API',\n 'errors.invalidThresholds': 'Ungültige Schwellenwerte',\n 'errors.metricDataUnavailable': 'Metrische Daten nicht verfügbar',\n 'errors.missingAggregationId':\n 'Die Scorecard ist falsch konfiguriert, die Eigenschaft für die Aggregations-ID (oder Metrik-ID) fehlt.',\n 'errors.missingPermission': 'Fehlende Berechtigung',\n 'errors.missingPermissionMessage':\n 'Um die Kennzahlen der Scorecard einzusehen, muss Ihnen Ihr Administrator die erforderliche Berechtigung erteilen.',\n 'errors.noDataFound': 'Keine Daten gefunden',\n 'errors.noDataFoundMessage':\n 'Um Ihre Daten hier anzuzeigen, überprüfen Sie, ob Ihre Entitäten Werte melden, die sich auf diese Kennzahl beziehen.',\n 'errors.unsupportedAggregationType':\n 'Diese Scorecard verwendet einen Aggregationstyp, der von dieser Version des Plugins nicht unterstützt wird.',\n 'errors.userNotFoundInCatalogMessage':\n 'Benutzerentität im Katalog nicht gefunden.',\n 'metric.averageCenterTooltipMaxLabel': 'Maximal erreichbare Punktzahl',\n 'metric.averageCenterTooltipTotalLabel': 'Gesamtpunktzahl',\n 'metric.averageCenterTooltipBreakdownRow_one':\n '{{status}}: {{count}} entity, score: {{score}}',\n 'metric.averageCenterTooltipBreakdownRow_other':\n '{{status}}: {{count}} entities, score: {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_one':\n '{{count}} Entitäten, jede {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_other':\n '{{count}} Entitäten, jeweils {{score}}',\n 'metric.averageLegendTooltipRowTotal': 'Gesamtpunktzahl {{total}}',\n 'metric.drillDownCalculationFailures':\n 'Bei der Berechnung dieser Kennzahl ist ein oder mehrere Fehler aufgetreten.',\n 'metric.filecheck.description':\n 'Prüft, ob die Datei {{name}} im Repository existiert.',\n 'metric.filecheck.title': 'Dateiprüfung: {{name}}',\n 'metric.github.open_prs.description':\n 'Aktuelle Anzahl offener Pull Requests für ein bestimmtes GitHub-Repository.',\n 'metric.github.open_prs.title': 'GitHub offene PRs',\n 'metric.homepageEntityCalculationHealth':\n '{{healthy}} / {{total}} Entitäten ohne Metrikberechnungsfehler',\n 'metric.homepageEntityHealthRatio': '{{healthy}}/{{total}} Entitäten',\n 'metric.jira.open_issues.description':\n 'Zeigt die Anzahl der kritischen, blockierenden Vorgänge an, die aktuell in Jira offen sind.',\n 'metric.jira.open_issues.title': 'Jira-Tickets öffnen und blockieren',\n 'metric.lastUpdated': 'Letzte Aktualisierung: {{timestamp}}',\n 'metric.lastUpdatedNotAvailable': 'Letzte Aktualisierung: Nicht verfügbar',\n 'metric.someEntitiesNotReportingValues':\n 'Einige Organisationen melden keine Werte, die sich auf diese Kennzahl beziehen.',\n 'metric.sonarqube.code_coverage.description':\n 'Gesamtcodeabdeckung in SonarQube in Prozent.',\n 'metric.sonarqube.code_coverage.title': 'SonarQube-Codeabdeckung',\n 'metric.sonarqube.code_duplications.description':\n 'Prozentsatz doppelter Zeilen in SonarQube.',\n 'metric.sonarqube.code_duplications.title': 'SonarQube-Code-Duplizierungen',\n 'metric.sonarqube.maintainability_issues.description':\n 'Anzahl offener Code-Smells in SonarQube.',\n 'metric.sonarqube.maintainability_issues.title':\n 'SonarQube-Wartbarkeitsprobleme',\n 'metric.sonarqube.maintainability_rating.description':\n 'SonarQube-Wartungsbewertung.',\n 'metric.sonarqube.maintainability_rating.title':\n 'SonarQube-Wartbarkeitsbewertung',\n 'metric.sonarqube.open_issues.description':\n 'Anzahl der offenen Tickets (OFFEN, BESTÄTIGT, WIEDERERÖFFNET) in SonarQube.',\n 'metric.sonarqube.open_issues.title': 'Offene Probleme bei SonarQube',\n 'metric.sonarqube.quality_gate.description':\n 'Ob das Projekt die SonarQube-Qualitätsprüfung besteht.',\n 'metric.sonarqube.quality_gate.title': 'SonarQube Qualitätsgate-Status',\n 'metric.sonarqube.reliability_issues.description':\n 'Anzahl offener Fehler in SonarQube.',\n 'metric.sonarqube.reliability_issues.title':\n 'Zuverlässigkeitsprobleme von SonarQube',\n 'metric.sonarqube.reliability_rating.description':\n 'SonarQube-Zuverlässigkeitsbewertung.',\n 'metric.sonarqube.reliability_rating.title':\n 'SonarQube-Zuverlässigkeitsbewertung',\n 'metric.sonarqube.security_hotspots.description':\n 'Anzahl der in SonarQube zu überprüfenden Sicherheits-Hotspots.',\n 'metric.sonarqube.security_hotspots.title':\n 'SonarQube Sicherheits-Hotspots',\n 'metric.sonarqube.security_issues.description':\n 'Anzahl offener Sicherheitslücken in SonarQube.',\n 'metric.sonarqube.security_issues.title': 'SonarQube-Sicherheitsprobleme',\n 'metric.sonarqube.security_rating.description':\n 'SonarQube-Sicherheitsbewertung.',\n 'metric.sonarqube.security_rating.title': 'SonarQube-Sicherheitsbewertung',\n 'metric.sonarqube.security_review_rating.description':\n 'SonarQube-Sicherheitsbewertung.',\n 'metric.sonarqube.security_review_rating.title':\n 'SonarQube Sicherheitsbewertung',\n 'notFound.altText': 'Seite nicht gefunden',\n 'notFound.contactSupport': 'Kontaktieren Sie den Support.',\n 'notFound.description':\n 'Versuchen Sie, eine {{indexFile}}-Datei im Stammverzeichnis des docs-Verzeichnisses dieses Repositorys hinzuzufügen.',\n 'notFound.goBack': 'Zurück',\n 'notFound.readMore': 'Weitere Informationen',\n 'notFound.title': '404 Die Seite konnte nicht gefunden werden.',\n 'permissionRequired.altText': 'Berechtigung erforderlich',\n 'permissionRequired.button': 'Weitere Informationen',\n 'permissionRequired.description':\n 'Um das Scorecard-Plugin anzuzeigen, wenden Sie sich an Ihren Administrator, um die Berechtigung {{permission}} zu erteilen.',\n 'permissionRequired.title': 'Fehlende Berechtigung',\n 'thresholds.entities_one': '{{count}} Entität',\n 'thresholds.entities_other': '{{count}} Entitäten',\n 'thresholds.error': 'Fehler',\n 'thresholds.exist': 'Existieren',\n 'thresholds.missing': 'Fehlen',\n 'thresholds.noEntities': 'Keine Entitäten im Zustand {{category}}',\n 'thresholds.success': 'Erfolg',\n 'thresholds.warning': 'Warnung',\n },\n});\n\nexport default scorecardTranslationDe;\n"],"names":[],"mappings":"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"}
|
|
@@ -3,113 +3,104 @@ import { scorecardTranslationRef } from './ref.esm.js';
|
|
|
3
3
|
|
|
4
4
|
const scorecardTranslationEs = createTranslationMessages({
|
|
5
5
|
ref: scorecardTranslationRef,
|
|
6
|
-
full: true,
|
|
7
6
|
messages: {
|
|
8
|
-
// Empty state translations
|
|
9
|
-
"emptyState.title": "A\xFAn no se agregaron tarjetas de puntuaci\xF3n",
|
|
10
|
-
"emptyState.description": "Las tarjetas de puntuaci\xF3n ayudan a monitorear el estado del componente de un vistazo. Para comenzar, explore la documentaci\xF3n para obtener pautas de configuraci\xF3n.",
|
|
11
|
-
"emptyState.button": "Ver documentaci\xF3n",
|
|
12
|
-
"emptyState.altText": "No hay tarjetas de puntuaci\xF3n",
|
|
13
|
-
// Permission required translations
|
|
14
|
-
"permissionRequired.title": "Permiso faltante",
|
|
15
|
-
"permissionRequired.description": "Para ver el complemento de tarjetas de puntuaci\xF3n, comun\xEDquese con su administrador para que le otorgue el permiso {{permission}}.",
|
|
16
|
-
"permissionRequired.button": "Leer m\xE1s",
|
|
17
|
-
"permissionRequired.altText": "Permiso requerido",
|
|
18
|
-
// Common UI
|
|
19
7
|
"common.loading": "Cargando",
|
|
20
|
-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
|
|
8
|
+
"emptyState.altText": "No hay tarjetas de puntuaci\xF3n",
|
|
9
|
+
"emptyState.button": "Ver documentaci\xF3n",
|
|
10
|
+
"emptyState.description": "Las tarjetas de puntuaci\xF3n ayudan a monitorear el estado del componente de un vistazo. Para comenzar, explore la documentaci\xF3n para obtener pautas de configuraci\xF3n.",
|
|
11
|
+
"emptyState.title": "A\xFAn no se agregaron tarjetas de puntuaci\xF3n",
|
|
12
|
+
"entitiesPage.entitiesTable.footer.allRows": "Todas las filas",
|
|
13
|
+
"entitiesPage.entitiesTable.footer.of": "de",
|
|
14
|
+
"entitiesPage.entitiesTable.footer.rows_one": "{{count}} fila",
|
|
15
|
+
"entitiesPage.entitiesTable.footer.rows_other": "{{count}}\xA0filas",
|
|
16
|
+
"entitiesPage.entitiesTable.header.entity": "Entidad",
|
|
17
|
+
"entitiesPage.entitiesTable.header.kind": "Tipo",
|
|
18
|
+
"entitiesPage.entitiesTable.header.lastUpdated": "\xDAltima actualizaci\xF3n",
|
|
19
|
+
"entitiesPage.entitiesTable.header.owner": "Propietario",
|
|
20
|
+
"entitiesPage.entitiesTable.header.status": "Estado",
|
|
21
|
+
"entitiesPage.entitiesTable.header.value": "Valor",
|
|
22
|
+
"entitiesPage.entitiesTable.title": "Entidades",
|
|
23
|
+
"entitiesPage.entitiesTable.titleWithCount": "Entidades ({{count}})",
|
|
24
|
+
"entitiesPage.entitiesTable.unavailable": "No disponible",
|
|
25
|
+
"entitiesPage.metricProviderNotRegistered": "El proveedor de m\xE9tricas con el ID {{metricId}} no est\xE1 registrado.",
|
|
26
|
+
"entitiesPage.missingPermission": "Para ver las m\xE9tricas de la tarjeta de puntuaci\xF3n, su administrador debe otorgarle el permiso requerido.",
|
|
27
|
+
"entitiesPage.noDataFound": "Para ver sus datos aqu\xED, compruebe que sus entidades informen valores relacionados con esta m\xE9trica.",
|
|
28
|
+
"entitiesPage.unknownMetric": "M\xE9trica desconocida",
|
|
29
|
+
"errors.authenticationError": "Error de autenticaci\xF3n",
|
|
30
|
+
"errors.authenticationErrorMessage": "Inicie sesi\xF3n para ver sus datos.",
|
|
28
31
|
"errors.entityMissingProperties": "Entidad a la que le faltan las propiedades requeridas para la b\xFAsqueda en la tarjeta de puntuaci\xF3n",
|
|
29
|
-
"errors.missingAggregationId": "El cuadro de mando est\xE1 mal configurado; no se ha proporcionado la propiedad \xABID de agregaci\xF3n\xBB (o \xABID de m\xE9trica\xBB)",
|
|
30
|
-
"errors.invalidApiResponse": "Formato de respuesta no v\xE1lido de la API de la tarjeta de puntuaci\xF3n",
|
|
31
32
|
"errors.fetchError": "Error al extraer las tarjetas de puntuaci\xF3n: {{error}}",
|
|
32
|
-
"errors.
|
|
33
|
+
"errors.invalidApiResponse": "Formato de respuesta no v\xE1lido de la API de la tarjeta de puntuaci\xF3n",
|
|
33
34
|
"errors.invalidThresholds": "Umbrales no v\xE1lidos",
|
|
35
|
+
"errors.metricDataUnavailable": "Datos m\xE9tricos no disponibles",
|
|
36
|
+
"errors.missingAggregationId": "La tarjeta de puntuaci\xF3n est\xE1 mal configurada; no se proporcion\xF3 la propiedad de ID de agregaci\xF3n (o ID de m\xE9trica)",
|
|
34
37
|
"errors.missingPermission": "Permiso faltante",
|
|
35
|
-
"errors.noDataFound": "No se encontraron datos",
|
|
36
|
-
"errors.authenticationError": "Error de autenticaci\xF3n",
|
|
37
38
|
"errors.missingPermissionMessage": "Para ver las m\xE9tricas de la tarjeta de puntuaci\xF3n, su administrador debe otorgarle el permiso requerido.",
|
|
38
|
-
"errors.
|
|
39
|
-
"errors.noDataFoundMessage": "Para ver
|
|
40
|
-
"errors.unsupportedAggregationType": "Esta
|
|
41
|
-
"errors.
|
|
42
|
-
// Metric translations
|
|
43
|
-
"metric.github.open_prs.title": "GitHub PRs abiertas",
|
|
44
|
-
"metric.github.open_prs.description": "Recuento actual de Pull Requests abiertas para un repositorio de GitHub dado.",
|
|
45
|
-
"metric.jira.open_issues.title": "Jira tickets bloqueantes abiertos",
|
|
46
|
-
"metric.jira.open_issues.description": "Destaca el n\xFAmero de problemas cr\xEDticos y bloqueantes que est\xE1n actualmente abiertos en Jira.",
|
|
47
|
-
"metric.sonarqube.quality_gate.title": "SonarQube Estado de Quality Gate",
|
|
48
|
-
"metric.sonarqube.quality_gate.description": "Indica si el proyecto pasa su Quality Gate de SonarQube.",
|
|
49
|
-
"metric.sonarqube.open_issues.title": "SonarQube Problemas abiertos",
|
|
50
|
-
"metric.sonarqube.open_issues.description": "N\xFAmero de problemas abiertos (OPEN, CONFIRMED, REOPENED) en SonarQube.",
|
|
51
|
-
"metric.sonarqube.security_rating.title": "SonarQube Calificaci\xF3n de seguridad",
|
|
52
|
-
"metric.sonarqube.security_rating.description": "Calificaci\xF3n de seguridad de SonarQube.",
|
|
53
|
-
"metric.sonarqube.security_issues.title": "SonarQube Problemas de seguridad",
|
|
54
|
-
"metric.sonarqube.security_issues.description": "N\xFAmero de vulnerabilidades de seguridad abiertas en SonarQube.",
|
|
55
|
-
"metric.sonarqube.security_review_rating.title": "SonarQube Calificaci\xF3n de revisi\xF3n de seguridad",
|
|
56
|
-
"metric.sonarqube.security_review_rating.description": "Calificaci\xF3n de revisi\xF3n de seguridad de SonarQube.",
|
|
57
|
-
"metric.sonarqube.security_hotspots.title": "SonarQube Puntos cr\xEDticos de seguridad",
|
|
58
|
-
"metric.sonarqube.security_hotspots.description": "N\xFAmero de puntos cr\xEDticos de seguridad a revisar en SonarQube.",
|
|
59
|
-
"metric.sonarqube.reliability_rating.title": "SonarQube Calificaci\xF3n de fiabilidad",
|
|
60
|
-
"metric.sonarqube.reliability_rating.description": "Calificaci\xF3n de fiabilidad de SonarQube.",
|
|
61
|
-
"metric.sonarqube.reliability_issues.title": "SonarQube Problemas de fiabilidad",
|
|
62
|
-
"metric.sonarqube.reliability_issues.description": "N\xFAmero de errores abiertos en SonarQube.",
|
|
63
|
-
"metric.sonarqube.maintainability_rating.title": "SonarQube Calificaci\xF3n de mantenibilidad",
|
|
64
|
-
"metric.sonarqube.maintainability_rating.description": "Calificaci\xF3n de mantenibilidad de SonarQube.",
|
|
65
|
-
"metric.sonarqube.maintainability_issues.title": "SonarQube Problemas de mantenibilidad",
|
|
66
|
-
"metric.sonarqube.maintainability_issues.description": "N\xFAmero de code smells abiertos en SonarQube.",
|
|
67
|
-
"metric.sonarqube.code_coverage.title": "SonarQube Cobertura de c\xF3digo",
|
|
68
|
-
"metric.sonarqube.code_coverage.description": "Porcentaje general de cobertura de c\xF3digo en SonarQube.",
|
|
69
|
-
"metric.sonarqube.code_duplications.title": "SonarQube Duplicaciones de c\xF3digo",
|
|
70
|
-
"metric.sonarqube.code_duplications.description": "Porcentaje de l\xEDneas duplicadas en SonarQube.",
|
|
71
|
-
"metric.filecheck.title": "Verificaci\xF3n de archivo: {{name}}",
|
|
72
|
-
"metric.filecheck.description": "Verifica si el archivo {{name}} existe en el repositorio.",
|
|
73
|
-
"metric.lastUpdated": "\xDAltima actualizaci\xF3n: {{timestamp}}",
|
|
74
|
-
"metric.lastUpdatedNotAvailable": "\xDAltima actualizaci\xF3n: No disponible",
|
|
75
|
-
"metric.someEntitiesNotReportingValues": "Algunas entidades no est\xE1n reportando valores relacionados con esta m\xE9trica.",
|
|
76
|
-
"metric.averageCenterTooltipTotalLabel": "Puntuaci\xF3n total",
|
|
39
|
+
"errors.noDataFound": "No se encontraron datos",
|
|
40
|
+
"errors.noDataFoundMessage": "Para ver sus datos aqu\xED, compruebe que sus entidades informen valores relacionados con esta m\xE9trica.",
|
|
41
|
+
"errors.unsupportedAggregationType": "Esta tarjeta de puntuaci\xF3n utiliza un tipo de agregaci\xF3n que no es compatible con esta versi\xF3n del complemento.",
|
|
42
|
+
"errors.userNotFoundInCatalogMessage": "No se encontr\xF3 la entidad de usuario en el cat\xE1logo.",
|
|
77
43
|
"metric.averageCenterTooltipMaxLabel": "Puntuaci\xF3n m\xE1xima posible",
|
|
78
|
-
"metric.
|
|
79
|
-
"metric.
|
|
80
|
-
"metric.
|
|
81
|
-
"metric.
|
|
44
|
+
"metric.averageCenterTooltipTotalLabel": "Puntuaci\xF3n total",
|
|
45
|
+
"metric.averageCenterTooltipBreakdownRow_one": "{{status}}: {{count}} entity, score: {{score}}",
|
|
46
|
+
"metric.averageCenterTooltipBreakdownRow_other": "{{status}}: {{count}} entities, score: {{score}}",
|
|
47
|
+
"metric.averageLegendTooltipEntitiesEach_one": "{{count}} entidad, cada una con {{score}}",
|
|
48
|
+
"metric.averageLegendTooltipEntitiesEach_other": "{{count}} entidades, cada una con {{score}}",
|
|
82
49
|
"metric.averageLegendTooltipRowTotal": "Puntuaci\xF3n total {{total}}",
|
|
83
|
-
"metric.drillDownCalculationFailures": "
|
|
50
|
+
"metric.drillDownCalculationFailures": "No se pudieron validar una o m\xE1s entidades cuando se calcul\xF3 esta m\xE9trica.",
|
|
51
|
+
"metric.filecheck.description": "Comprueba si el archivo {{name}} existe en el repositorio.",
|
|
52
|
+
"metric.filecheck.title": "Verificaci\xF3n de archivo: {{name}}",
|
|
53
|
+
"metric.github.open_prs.description": "Recuento actual de solicitudes de extracci\xF3n abiertas para un repositorio de GitHub determinado.",
|
|
54
|
+
"metric.github.open_prs.title": "PR abiertas de GitHub",
|
|
55
|
+
"metric.homepageEntityCalculationHealth": "{{healthy}} / {{total}} entidades sin errores de c\xE1lculo de m\xE9tricas",
|
|
84
56
|
"metric.homepageEntityHealthRatio": "{{healthy}}/{{total}} entidades",
|
|
85
|
-
"metric.
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
"
|
|
57
|
+
"metric.jira.open_issues.description": "Destaca la cantidad de problemas cr\xEDticos y bloqueantes que est\xE1n abiertos actualmente en Jira.",
|
|
58
|
+
"metric.jira.open_issues.title": "Tickets de bloqueo abiertos en Jira",
|
|
59
|
+
"metric.lastUpdated": "\xDAltima actualizaci\xF3n: {{timestamp}}",
|
|
60
|
+
"metric.lastUpdatedNotAvailable": "\xDAltima actualizaci\xF3n: no disponible",
|
|
61
|
+
"metric.someEntitiesNotReportingValues": "Algunas entidades no informan valores relacionados con esta m\xE9trica.",
|
|
62
|
+
"metric.sonarqube.code_coverage.description": "Porcentaje general de cobertura de c\xF3digo en SonarQube.",
|
|
63
|
+
"metric.sonarqube.code_coverage.title": "Cobertura de c\xF3digo de SonarQube",
|
|
64
|
+
"metric.sonarqube.code_duplications.description": "Porcentaje de l\xEDneas duplicadas en SonarQube.",
|
|
65
|
+
"metric.sonarqube.code_duplications.title": "Duplicaciones de c\xF3digo de SonarQube",
|
|
66
|
+
"metric.sonarqube.maintainability_issues.description": "Cantidad de code smells abiertos en SonarQube.",
|
|
67
|
+
"metric.sonarqube.maintainability_issues.title": "Problemas de mantenibilidad de SonarQube",
|
|
68
|
+
"metric.sonarqube.maintainability_rating.description": "Calificaci\xF3n de mantenibilidad de SonarQube.",
|
|
69
|
+
"metric.sonarqube.maintainability_rating.title": "Calificaci\xF3n de mantenibilidad de SonarQube",
|
|
70
|
+
"metric.sonarqube.open_issues.description": "Cantidad de problemas abiertos (ABIERTOS, CONFIRMADOS, REABIERTOS) en SonarQube.",
|
|
71
|
+
"metric.sonarqube.open_issues.title": "Problemas abiertos de SonarQube",
|
|
72
|
+
"metric.sonarqube.quality_gate.description": "Si el proyecto supera el control de calidad de SonarQube.",
|
|
73
|
+
"metric.sonarqube.quality_gate.title": "Estado del control de calidad de SonarQube",
|
|
74
|
+
"metric.sonarqube.reliability_issues.description": "Cantidad de errores abiertos en SonarQube.",
|
|
75
|
+
"metric.sonarqube.reliability_issues.title": "Problemas de confiabilidad de SonarQube",
|
|
76
|
+
"metric.sonarqube.reliability_rating.description": "Calificaci\xF3n de confiabilidad de SonarQube.",
|
|
77
|
+
"metric.sonarqube.reliability_rating.title": "Calificaci\xF3n de confiabilidad de SonarQube",
|
|
78
|
+
"metric.sonarqube.security_hotspots.description": "Cantidad de puntos cr\xEDticos de seguridad que deben revisarse en SonarQube.",
|
|
79
|
+
"metric.sonarqube.security_hotspots.title": "Puntos cr\xEDticos de seguridad SonarQube",
|
|
80
|
+
"metric.sonarqube.security_issues.description": "Cantidad de vulnerabilidades de seguridad abiertas en SonarQube.",
|
|
81
|
+
"metric.sonarqube.security_issues.title": "Problemas de seguridad de SonarQube",
|
|
82
|
+
"metric.sonarqube.security_rating.description": "Calificaci\xF3n de seguridad de SonarQube.",
|
|
83
|
+
"metric.sonarqube.security_rating.title": "Calificaci\xF3n de seguridad de SonarQube",
|
|
84
|
+
"metric.sonarqube.security_review_rating.description": "Calificaci\xF3n de la revisi\xF3n de seguridad de SonarQube.",
|
|
85
|
+
"metric.sonarqube.security_review_rating.title": "Calificaci\xF3n de la revisi\xF3n de seguridad de SonarQube",
|
|
86
|
+
"notFound.altText": "Pagina no encontrada",
|
|
87
|
+
"notFound.contactSupport": "Comun\xEDquese con Soporte",
|
|
88
|
+
"notFound.description": "Intente agregar un archivo {{indexFile}} en la root del directorio docs de este repositorio.",
|
|
89
|
+
"notFound.goBack": "Volver",
|
|
90
|
+
"notFound.readMore": "Leer m\xE1s",
|
|
91
|
+
"notFound.title": "404 No pudimos encontrar esa p\xE1gina",
|
|
92
|
+
"permissionRequired.altText": "Permiso requerido",
|
|
93
|
+
"permissionRequired.button": "Leer m\xE1s",
|
|
94
|
+
"permissionRequired.description": "Para ver el complemento de tarjetas de puntuaci\xF3n, comun\xEDquese con su administrador para que le otorgue el permiso {{permission}}.",
|
|
95
|
+
"permissionRequired.title": "Permiso faltante",
|
|
96
|
+
"thresholds.entities_one": "{{count}}\xA0entidad",
|
|
97
|
+
"thresholds.entities_other": "{{count}}\xA0entidades",
|
|
89
98
|
"thresholds.error": "Error",
|
|
90
|
-
"thresholds.exist": "
|
|
99
|
+
"thresholds.exist": "Existente",
|
|
91
100
|
"thresholds.missing": "Faltante",
|
|
92
101
|
"thresholds.noEntities": "No hay entidades en el estado {{category}}",
|
|
93
|
-
"thresholds.
|
|
94
|
-
"thresholds.
|
|
95
|
-
// Entities page translations
|
|
96
|
-
"entitiesPage.unknownMetric": "M\xE9trica desconocida",
|
|
97
|
-
"entitiesPage.noDataFound": "Para ver tus datos aqu\xED, comprueba que tus entidades est\xE9n reportando valores relacionados con esta m\xE9trica.",
|
|
98
|
-
"entitiesPage.missingPermission": "Para ver las m\xE9tricas de scorecard, tu administrador debe otorgarle el permiso requerido.",
|
|
99
|
-
"entitiesPage.metricProviderNotRegistered": "Proveedor de m\xE9trica con ID {{metricId}} no registrado.",
|
|
100
|
-
"entitiesPage.entitiesTable.title": "Entidades",
|
|
101
|
-
"entitiesPage.entitiesTable.unavailable": "No disponible",
|
|
102
|
-
"entitiesPage.entitiesTable.titleWithCount": "Entidades ({{count}})",
|
|
103
|
-
"entitiesPage.entitiesTable.header.status": "Estado",
|
|
104
|
-
"entitiesPage.entitiesTable.header.value": "Valor",
|
|
105
|
-
"entitiesPage.entitiesTable.header.entity": "Entidad",
|
|
106
|
-
"entitiesPage.entitiesTable.header.owner": "Propietario",
|
|
107
|
-
"entitiesPage.entitiesTable.header.kind": "Tipo",
|
|
108
|
-
"entitiesPage.entitiesTable.header.lastUpdated": "\xDAltima actualizaci\xF3n",
|
|
109
|
-
"entitiesPage.entitiesTable.footer.allRows": "Todas las filas",
|
|
110
|
-
"entitiesPage.entitiesTable.footer.rows_one": "{{count}} fila",
|
|
111
|
-
"entitiesPage.entitiesTable.footer.rows_other": "{{count}} filas",
|
|
112
|
-
"entitiesPage.entitiesTable.footer.of": "de"
|
|
102
|
+
"thresholds.success": "\xC9xito",
|
|
103
|
+
"thresholds.warning": "Advertencia"
|
|
113
104
|
}
|
|
114
105
|
});
|
|
115
106
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { scorecardTranslationRef } from './ref';\n\n/**\n * es translation for plugin.scorecard.\n * @public\n */\nconst scorecardTranslationEs = createTranslationMessages({\n ref: scorecardTranslationRef,\n full: true,\n messages: {\n // Empty state translations\n 'emptyState.title': 'Aún no se agregaron tarjetas de puntuación',\n 'emptyState.description':\n 'Las tarjetas de puntuación ayudan a monitorear el estado del componente de un vistazo. Para comenzar, explore la documentación para obtener pautas de configuración.',\n 'emptyState.button': 'Ver documentación',\n 'emptyState.altText': 'No hay tarjetas de puntuación',\n\n // Permission required translations\n 'permissionRequired.title': 'Permiso faltante',\n 'permissionRequired.description':\n 'Para ver el complemento de tarjetas de puntuación, comuníquese con su administrador para que le otorgue el permiso {{permission}}.',\n 'permissionRequired.button': 'Leer más',\n 'permissionRequired.altText': 'Permiso requerido',\n\n // Common UI\n 'common.loading': 'Cargando',\n\n // Not found state\n 'notFound.title': '404 No pudimos encontrar esa página',\n 'notFound.description':\n 'Intente agregar un archivo {{indexFile}} en la raíz del directorio de documentación de este repositorio.',\n 'notFound.readMore': 'Leer más',\n 'notFound.goBack': 'Volver',\n 'notFound.contactSupport': 'Contactar soporte',\n 'notFound.altText': 'Página no encontrada',\n\n // Error messages\n 'errors.entityMissingProperties':\n 'Entidad a la que le faltan las propiedades requeridas para la búsqueda en la tarjeta de puntuación',\n 'errors.missingAggregationId':\n 'El cuadro de mando está mal configurado; no se ha proporcionado la propiedad «ID de agregación» (o «ID de métrica»)',\n 'errors.invalidApiResponse':\n 'Formato de respuesta no válido de la API de la tarjeta de puntuación',\n 'errors.fetchError':\n 'Error al extraer las tarjetas de puntuación: {{error}}',\n 'errors.metricDataUnavailable': 'Datos de métricas no disponibles',\n 'errors.invalidThresholds': 'Umbrales no válidos',\n 'errors.missingPermission': 'Permiso faltante',\n 'errors.noDataFound': 'No se encontraron datos',\n 'errors.authenticationError': 'Error de autenticación',\n 'errors.missingPermissionMessage':\n 'Para ver las métricas de la tarjeta de puntuación, su administrador debe otorgarle el permiso requerido.',\n 'errors.userNotFoundInCatalogMessage':\n 'Entidad de usuario no encontrada en el catálogo',\n 'errors.noDataFoundMessage':\n 'Para ver tus datos aquí, comprueba que tus entidades estén reportando valores relacionados con esta métrica.',\n 'errors.unsupportedAggregationType':\n 'Esta scorecard usa un tipo de agregación no admitido en esta versión del plugin.',\n 'errors.authenticationErrorMessage': 'Inicie sesión para ver sus datos.',\n\n // Metric translations\n 'metric.github.open_prs.title': 'GitHub PRs abiertas',\n 'metric.github.open_prs.description':\n 'Recuento actual de Pull Requests abiertas para un repositorio de GitHub dado.',\n 'metric.jira.open_issues.title': 'Jira tickets bloqueantes abiertos',\n 'metric.jira.open_issues.description':\n 'Destaca el número de problemas críticos y bloqueantes que están actualmente abiertos en Jira.',\n 'metric.sonarqube.quality_gate.title': 'SonarQube Estado de Quality Gate',\n 'metric.sonarqube.quality_gate.description':\n 'Indica si el proyecto pasa su Quality Gate de SonarQube.',\n 'metric.sonarqube.open_issues.title': 'SonarQube Problemas abiertos',\n 'metric.sonarqube.open_issues.description':\n 'Número de problemas abiertos (OPEN, CONFIRMED, REOPENED) en SonarQube.',\n 'metric.sonarqube.security_rating.title':\n 'SonarQube Calificación de seguridad',\n 'metric.sonarqube.security_rating.description':\n 'Calificación de seguridad de SonarQube.',\n 'metric.sonarqube.security_issues.title':\n 'SonarQube Problemas de seguridad',\n 'metric.sonarqube.security_issues.description':\n 'Número de vulnerabilidades de seguridad abiertas en SonarQube.',\n 'metric.sonarqube.security_review_rating.title':\n 'SonarQube Calificación de revisión de seguridad',\n 'metric.sonarqube.security_review_rating.description':\n 'Calificación de revisión de seguridad de SonarQube.',\n 'metric.sonarqube.security_hotspots.title':\n 'SonarQube Puntos críticos de seguridad',\n 'metric.sonarqube.security_hotspots.description':\n 'Número de puntos críticos de seguridad a revisar en SonarQube.',\n 'metric.sonarqube.reliability_rating.title':\n 'SonarQube Calificación de fiabilidad',\n 'metric.sonarqube.reliability_rating.description':\n 'Calificación de fiabilidad de SonarQube.',\n 'metric.sonarqube.reliability_issues.title':\n 'SonarQube Problemas de fiabilidad',\n 'metric.sonarqube.reliability_issues.description':\n 'Número de errores abiertos en SonarQube.',\n 'metric.sonarqube.maintainability_rating.title':\n 'SonarQube Calificación de mantenibilidad',\n 'metric.sonarqube.maintainability_rating.description':\n 'Calificación de mantenibilidad de SonarQube.',\n 'metric.sonarqube.maintainability_issues.title':\n 'SonarQube Problemas de mantenibilidad',\n 'metric.sonarqube.maintainability_issues.description':\n 'Número de code smells abiertos en SonarQube.',\n 'metric.sonarqube.code_coverage.title': 'SonarQube Cobertura de código',\n 'metric.sonarqube.code_coverage.description':\n 'Porcentaje general de cobertura de código en SonarQube.',\n 'metric.sonarqube.code_duplications.title':\n 'SonarQube Duplicaciones de código',\n 'metric.sonarqube.code_duplications.description':\n 'Porcentaje de líneas duplicadas en SonarQube.',\n 'metric.filecheck.title': 'Verificación de archivo: {{name}}',\n 'metric.filecheck.description':\n 'Verifica si el archivo {{name}} existe en el repositorio.',\n 'metric.lastUpdated': 'Última actualización: {{timestamp}}',\n 'metric.lastUpdatedNotAvailable': 'Última actualización: No disponible',\n 'metric.someEntitiesNotReportingValues':\n 'Algunas entidades no están reportando valores relacionados con esta métrica.',\n 'metric.averageCenterTooltipTotalLabel': 'Puntuación total',\n 'metric.averageCenterTooltipMaxLabel': 'Puntuación máxima posible',\n 'metric.averageCenterTooltipBreakdownRow_one':\n '{{status}}: {{count}} entidad, puntuación: {{score}}',\n 'metric.averageCenterTooltipBreakdownRow_other':\n '{{status}}: {{count}} entidades, puntuación: {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_one':\n '{{count}} entidad, cada una {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_other':\n '{{count}} entidades, cada una {{score}}',\n 'metric.averageLegendTooltipRowTotal': 'Puntuación total {{total}}',\n 'metric.drillDownCalculationFailures':\n 'Una o más entidades fallaron al calcular esta métrica.',\n 'metric.homepageEntityHealthRatio': '{{healthy}}/{{total}} entidades',\n 'metric.homepageEntityCalculationHealth':\n '{{healthy}} / {{total}} entidades sin errores de cálculo de métrica',\n\n // Threshold translations\n 'thresholds.success': 'Éxito',\n 'thresholds.warning': 'Advertencia',\n 'thresholds.error': 'Error',\n 'thresholds.exist': 'Existe',\n 'thresholds.missing': 'Faltante',\n 'thresholds.noEntities': 'No hay entidades en el estado {{category}}',\n 'thresholds.entities_one': '{{count}} entidad',\n 'thresholds.entities_other': '{{count}} entidades',\n\n // Entities page translations\n 'entitiesPage.unknownMetric': 'Métrica desconocida',\n 'entitiesPage.noDataFound':\n 'Para ver tus datos aquí, comprueba que tus entidades estén reportando valores relacionados con esta métrica.',\n 'entitiesPage.missingPermission':\n 'Para ver las métricas de scorecard, tu administrador debe otorgarle el permiso requerido.',\n 'entitiesPage.metricProviderNotRegistered':\n 'Proveedor de métrica con ID {{metricId}} no registrado.',\n 'entitiesPage.entitiesTable.title': 'Entidades',\n 'entitiesPage.entitiesTable.unavailable': 'No disponible',\n 'entitiesPage.entitiesTable.titleWithCount': 'Entidades ({{count}})',\n 'entitiesPage.entitiesTable.header.status': 'Estado',\n 'entitiesPage.entitiesTable.header.value': 'Valor',\n 'entitiesPage.entitiesTable.header.entity': 'Entidad',\n 'entitiesPage.entitiesTable.header.owner': 'Propietario',\n 'entitiesPage.entitiesTable.header.kind': 'Tipo',\n 'entitiesPage.entitiesTable.header.lastUpdated': 'Última actualización',\n 'entitiesPage.entitiesTable.footer.allRows': 'Todas las filas',\n 'entitiesPage.entitiesTable.footer.rows_one': '{{count}} fila',\n 'entitiesPage.entitiesTable.footer.rows_other': '{{count}} filas',\n 'entitiesPage.entitiesTable.footer.of': 'de',\n },\n});\n\nexport default scorecardTranslationEs;\n"],"names":[],"mappings":";;;AAuBA,MAAM,yBAAyB,yBAA0B,CAAA;AAAA,EACvD,GAAK,EAAA,uBAAA;AAAA,EACL,IAAM,EAAA,IAAA;AAAA,EACN,QAAU,EAAA;AAAA;AAAA,IAER,kBAAoB,EAAA,kDAAA;AAAA,IACpB,wBACE,EAAA,+KAAA;AAAA,IACF,mBAAqB,EAAA,sBAAA;AAAA,IACrB,oBAAsB,EAAA,kCAAA;AAAA;AAAA,IAGtB,0BAA4B,EAAA,kBAAA;AAAA,IAC5B,gCACE,EAAA,0IAAA;AAAA,IACF,2BAA6B,EAAA,aAAA;AAAA,IAC7B,4BAA8B,EAAA,mBAAA;AAAA;AAAA,IAG9B,gBAAkB,EAAA,UAAA;AAAA;AAAA,IAGlB,gBAAkB,EAAA,wCAAA;AAAA,IAClB,sBACE,EAAA,gHAAA;AAAA,IACF,mBAAqB,EAAA,aAAA;AAAA,IACrB,iBAAmB,EAAA,QAAA;AAAA,IACnB,yBAA2B,EAAA,mBAAA;AAAA,IAC3B,kBAAoB,EAAA,yBAAA;AAAA;AAAA,IAGpB,gCACE,EAAA,0GAAA;AAAA,IACF,6BACE,EAAA,0IAAA;AAAA,IACF,2BACE,EAAA,4EAAA;AAAA,IACF,mBACE,EAAA,2DAAA;AAAA,IACF,8BAAgC,EAAA,qCAAA;AAAA,IAChC,0BAA4B,EAAA,wBAAA;AAAA,IAC5B,0BAA4B,EAAA,kBAAA;AAAA,IAC5B,oBAAsB,EAAA,yBAAA;AAAA,IACtB,4BAA8B,EAAA,2BAAA;AAAA,IAC9B,iCACE,EAAA,gHAAA;AAAA,IACF,qCACE,EAAA,oDAAA;AAAA,IACF,2BACE,EAAA,uHAAA;AAAA,IACF,mCACE,EAAA,wFAAA;AAAA,IACF,mCAAqC,EAAA,sCAAA;AAAA;AAAA,IAGrC,8BAAgC,EAAA,qBAAA;AAAA,IAChC,oCACE,EAAA,+EAAA;AAAA,IACF,+BAAiC,EAAA,mCAAA;AAAA,IACjC,qCACE,EAAA,wGAAA;AAAA,IACF,qCAAuC,EAAA,kCAAA;AAAA,IACvC,2CACE,EAAA,0DAAA;AAAA,IACF,oCAAsC,EAAA,8BAAA;AAAA,IACtC,0CACE,EAAA,2EAAA;AAAA,IACF,wCACE,EAAA,wCAAA;AAAA,IACF,8CACE,EAAA,4CAAA;AAAA,IACF,wCACE,EAAA,kCAAA;AAAA,IACF,8CACE,EAAA,mEAAA;AAAA,IACF,+CACE,EAAA,uDAAA;AAAA,IACF,qDACE,EAAA,2DAAA;AAAA,IACF,0CACE,EAAA,2CAAA;AAAA,IACF,gDACE,EAAA,sEAAA;AAAA,IACF,2CACE,EAAA,yCAAA;AAAA,IACF,iDACE,EAAA,6CAAA;AAAA,IACF,2CACE,EAAA,mCAAA;AAAA,IACF,iDACE,EAAA,6CAAA;AAAA,IACF,+CACE,EAAA,6CAAA;AAAA,IACF,qDACE,EAAA,iDAAA;AAAA,IACF,+CACE,EAAA,uCAAA;AAAA,IACF,qDACE,EAAA,iDAAA;AAAA,IACF,sCAAwC,EAAA,kCAAA;AAAA,IACxC,4CACE,EAAA,4DAAA;AAAA,IACF,0CACE,EAAA,sCAAA;AAAA,IACF,gDACE,EAAA,kDAAA;AAAA,IACF,wBAA0B,EAAA,sCAAA;AAAA,IAC1B,8BACE,EAAA,2DAAA;AAAA,IACF,oBAAsB,EAAA,2CAAA;AAAA,IACtB,gCAAkC,EAAA,2CAAA;AAAA,IAClC,uCACE,EAAA,oFAAA;AAAA,IACF,uCAAyC,EAAA,qBAAA;AAAA,IACzC,qCAAuC,EAAA,iCAAA;AAAA,IACvC,6CACE,EAAA,yDAAA;AAAA,IACF,+CACE,EAAA,2DAAA;AAAA,IACF,6CACE,EAAA,uCAAA;AAAA,IACF,+CACE,EAAA,yCAAA;AAAA,IACF,qCAAuC,EAAA,+BAAA;AAAA,IACvC,qCACE,EAAA,8DAAA;AAAA,IACF,kCAAoC,EAAA,iCAAA;AAAA,IACpC,wCACE,EAAA,2EAAA;AAAA;AAAA,IAGF,oBAAsB,EAAA,UAAA;AAAA,IACtB,oBAAsB,EAAA,aAAA;AAAA,IACtB,kBAAoB,EAAA,OAAA;AAAA,IACpB,kBAAoB,EAAA,QAAA;AAAA,IACpB,oBAAsB,EAAA,UAAA;AAAA,IACtB,uBAAyB,EAAA,4CAAA;AAAA,IACzB,yBAA2B,EAAA,mBAAA;AAAA,IAC3B,2BAA6B,EAAA,qBAAA;AAAA;AAAA,IAG7B,4BAA8B,EAAA,wBAAA;AAAA,IAC9B,0BACE,EAAA,uHAAA;AAAA,IACF,gCACE,EAAA,8FAAA;AAAA,IACF,0CACE,EAAA,4DAAA;AAAA,IACF,kCAAoC,EAAA,WAAA;AAAA,IACpC,wCAA0C,EAAA,eAAA;AAAA,IAC1C,2CAA6C,EAAA,uBAAA;AAAA,IAC7C,0CAA4C,EAAA,QAAA;AAAA,IAC5C,yCAA2C,EAAA,OAAA;AAAA,IAC3C,0CAA4C,EAAA,SAAA;AAAA,IAC5C,yCAA2C,EAAA,aAAA;AAAA,IAC3C,wCAA0C,EAAA,MAAA;AAAA,IAC1C,+CAAiD,EAAA,4BAAA;AAAA,IACjD,2CAA6C,EAAA,iBAAA;AAAA,IAC7C,4CAA8C,EAAA,gBAAA;AAAA,IAC9C,8CAAgD,EAAA,iBAAA;AAAA,IAChD,sCAAwC,EAAA;AAAA;AAE5C,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { scorecardTranslationRef } from './ref';\n\n/**\n * es translation for plugin.scorecard.\n * @public\n */\nconst scorecardTranslationEs = createTranslationMessages({\n ref: scorecardTranslationRef,\n messages: {\n 'common.loading': 'Cargando',\n 'emptyState.altText': 'No hay tarjetas de puntuación',\n 'emptyState.button': 'Ver documentación',\n 'emptyState.description':\n 'Las tarjetas de puntuación ayudan a monitorear el estado del componente de un vistazo. Para comenzar, explore la documentación para obtener pautas de configuración.',\n 'emptyState.title': 'Aún no se agregaron tarjetas de puntuación',\n 'entitiesPage.entitiesTable.footer.allRows': 'Todas las filas',\n 'entitiesPage.entitiesTable.footer.of': 'de',\n 'entitiesPage.entitiesTable.footer.rows_one': '{{count}} fila',\n 'entitiesPage.entitiesTable.footer.rows_other': '{{count}} filas',\n 'entitiesPage.entitiesTable.header.entity': 'Entidad',\n 'entitiesPage.entitiesTable.header.kind': 'Tipo',\n 'entitiesPage.entitiesTable.header.lastUpdated': 'Última actualización',\n 'entitiesPage.entitiesTable.header.owner': 'Propietario',\n 'entitiesPage.entitiesTable.header.status': 'Estado',\n 'entitiesPage.entitiesTable.header.value': 'Valor',\n 'entitiesPage.entitiesTable.title': 'Entidades',\n 'entitiesPage.entitiesTable.titleWithCount': 'Entidades ({{count}})',\n 'entitiesPage.entitiesTable.unavailable': 'No disponible',\n 'entitiesPage.metricProviderNotRegistered':\n 'El proveedor de métricas con el ID {{metricId}} no está registrado.',\n 'entitiesPage.missingPermission':\n 'Para ver las métricas de la tarjeta de puntuación, su administrador debe otorgarle el permiso requerido.',\n 'entitiesPage.noDataFound':\n 'Para ver sus datos aquí, compruebe que sus entidades informen valores relacionados con esta métrica.',\n 'entitiesPage.unknownMetric': 'Métrica desconocida',\n 'errors.authenticationError': 'Error de autenticación',\n 'errors.authenticationErrorMessage': 'Inicie sesión para ver sus datos.',\n 'errors.entityMissingProperties':\n 'Entidad a la que le faltan las propiedades requeridas para la búsqueda en la tarjeta de puntuación',\n 'errors.fetchError':\n 'Error al extraer las tarjetas de puntuación: {{error}}',\n 'errors.invalidApiResponse':\n 'Formato de respuesta no válido de la API de la tarjeta de puntuación',\n 'errors.invalidThresholds': 'Umbrales no válidos',\n 'errors.metricDataUnavailable': 'Datos métricos no disponibles',\n 'errors.missingAggregationId':\n 'La tarjeta de puntuación está mal configurada; no se proporcionó la propiedad de ID de agregación (o ID de métrica)',\n 'errors.missingPermission': 'Permiso faltante',\n 'errors.missingPermissionMessage':\n 'Para ver las métricas de la tarjeta de puntuación, su administrador debe otorgarle el permiso requerido.',\n 'errors.noDataFound': 'No se encontraron datos',\n 'errors.noDataFoundMessage':\n 'Para ver sus datos aquí, compruebe que sus entidades informen valores relacionados con esta métrica.',\n 'errors.unsupportedAggregationType':\n 'Esta tarjeta de puntuación utiliza un tipo de agregación que no es compatible con esta versión del complemento.',\n 'errors.userNotFoundInCatalogMessage':\n 'No se encontró la entidad de usuario en el catálogo.',\n 'metric.averageCenterTooltipMaxLabel': 'Puntuación máxima posible',\n 'metric.averageCenterTooltipTotalLabel': 'Puntuación total',\n 'metric.averageCenterTooltipBreakdownRow_one':\n '{{status}}: {{count}} entity, score: {{score}}',\n 'metric.averageCenterTooltipBreakdownRow_other':\n '{{status}}: {{count}} entities, score: {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_one':\n '{{count}} entidad, cada una con {{score}}',\n 'metric.averageLegendTooltipEntitiesEach_other':\n '{{count}} entidades, cada una con {{score}}',\n 'metric.averageLegendTooltipRowTotal': 'Puntuación total {{total}}',\n 'metric.drillDownCalculationFailures':\n 'No se pudieron validar una o más entidades cuando se calculó esta métrica.',\n 'metric.filecheck.description':\n 'Comprueba si el archivo {{name}} existe en el repositorio.',\n 'metric.filecheck.title': 'Verificación de archivo: {{name}}',\n 'metric.github.open_prs.description':\n 'Recuento actual de solicitudes de extracción abiertas para un repositorio de GitHub determinado.',\n 'metric.github.open_prs.title': 'PR abiertas de GitHub',\n 'metric.homepageEntityCalculationHealth':\n '{{healthy}} / {{total}} entidades sin errores de cálculo de métricas',\n 'metric.homepageEntityHealthRatio': '{{healthy}}/{{total}} entidades',\n 'metric.jira.open_issues.description':\n 'Destaca la cantidad de problemas críticos y bloqueantes que están abiertos actualmente en Jira.',\n 'metric.jira.open_issues.title': 'Tickets de bloqueo abiertos en Jira',\n 'metric.lastUpdated': 'Última actualización: {{timestamp}}',\n 'metric.lastUpdatedNotAvailable': 'Última actualización: no disponible',\n 'metric.someEntitiesNotReportingValues':\n 'Algunas entidades no informan valores relacionados con esta métrica.',\n 'metric.sonarqube.code_coverage.description':\n 'Porcentaje general de cobertura de código en SonarQube.',\n 'metric.sonarqube.code_coverage.title': 'Cobertura de código de SonarQube',\n 'metric.sonarqube.code_duplications.description':\n 'Porcentaje de líneas duplicadas en SonarQube.',\n 'metric.sonarqube.code_duplications.title':\n 'Duplicaciones de código de SonarQube',\n 'metric.sonarqube.maintainability_issues.description':\n 'Cantidad de code smells abiertos en SonarQube.',\n 'metric.sonarqube.maintainability_issues.title':\n 'Problemas de mantenibilidad de SonarQube',\n 'metric.sonarqube.maintainability_rating.description':\n 'Calificación de mantenibilidad de SonarQube.',\n 'metric.sonarqube.maintainability_rating.title':\n 'Calificación de mantenibilidad de SonarQube',\n 'metric.sonarqube.open_issues.description':\n 'Cantidad de problemas abiertos (ABIERTOS, CONFIRMADOS, REABIERTOS) en SonarQube.',\n 'metric.sonarqube.open_issues.title': 'Problemas abiertos de SonarQube',\n 'metric.sonarqube.quality_gate.description':\n 'Si el proyecto supera el control de calidad de SonarQube.',\n 'metric.sonarqube.quality_gate.title':\n 'Estado del control de calidad de SonarQube',\n 'metric.sonarqube.reliability_issues.description':\n 'Cantidad de errores abiertos en SonarQube.',\n 'metric.sonarqube.reliability_issues.title':\n 'Problemas de confiabilidad de SonarQube',\n 'metric.sonarqube.reliability_rating.description':\n 'Calificación de confiabilidad de SonarQube.',\n 'metric.sonarqube.reliability_rating.title':\n 'Calificación de confiabilidad de SonarQube',\n 'metric.sonarqube.security_hotspots.description':\n 'Cantidad de puntos críticos de seguridad que deben revisarse en SonarQube.',\n 'metric.sonarqube.security_hotspots.title':\n 'Puntos críticos de seguridad SonarQube',\n 'metric.sonarqube.security_issues.description':\n 'Cantidad de vulnerabilidades de seguridad abiertas en SonarQube.',\n 'metric.sonarqube.security_issues.title':\n 'Problemas de seguridad de SonarQube',\n 'metric.sonarqube.security_rating.description':\n 'Calificación de seguridad de SonarQube.',\n 'metric.sonarqube.security_rating.title':\n 'Calificación de seguridad de SonarQube',\n 'metric.sonarqube.security_review_rating.description':\n 'Calificación de la revisión de seguridad de SonarQube.',\n 'metric.sonarqube.security_review_rating.title':\n 'Calificación de la revisión de seguridad de SonarQube',\n 'notFound.altText': 'Pagina no encontrada',\n 'notFound.contactSupport': 'Comuníquese con Soporte',\n 'notFound.description':\n 'Intente agregar un archivo {{indexFile}} en la root del directorio docs de este repositorio.',\n 'notFound.goBack': 'Volver',\n 'notFound.readMore': 'Leer más',\n 'notFound.title': '404 No pudimos encontrar esa página',\n 'permissionRequired.altText': 'Permiso requerido',\n 'permissionRequired.button': 'Leer más',\n 'permissionRequired.description':\n 'Para ver el complemento de tarjetas de puntuación, comuníquese con su administrador para que le otorgue el permiso {{permission}}.',\n 'permissionRequired.title': 'Permiso faltante',\n 'thresholds.entities_one': '{{count}} entidad',\n 'thresholds.entities_other': '{{count}} entidades',\n 'thresholds.error': 'Error',\n 'thresholds.exist': 'Existente',\n 'thresholds.missing': 'Faltante',\n 'thresholds.noEntities': 'No hay entidades en el estado {{category}}',\n 'thresholds.success': 'Éxito',\n 'thresholds.warning': 'Advertencia',\n },\n});\n\nexport default scorecardTranslationEs;\n"],"names":[],"mappings":"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"}
|