Merge pull request #31867 from backstage/freben/reports

fix forgotten api report
This commit is contained in:
Fredrik Adelöw
2025-11-25 13:30:42 +01:00
committed by GitHub
+3 -3
View File
@@ -9,11 +9,11 @@ import { TranslationRef } from '@backstage/core-plugin-api/alpha';
export const kubernetesReactTranslationRef: TranslationRef<
'kubernetes-react',
{
readonly 'namespace.label': 'namespace:';
readonly 'namespace.labelWithValue': 'namespace: {{namespace}}';
readonly 'events.noEventsFound': 'No events found';
readonly 'events.eventTooltip': '{{eventType}} event';
readonly 'events.firstEvent': 'First event {{timeAgo}} (count: {{count}})';
readonly 'namespace.label': 'namespace:';
readonly 'namespace.labelWithValue': 'namespace: {{namespace}}';
readonly 'cluster.label': 'Cluster';
readonly 'cluster.pods': 'pods';
readonly 'cluster.pods_one': '{{count}} pod';
@@ -67,8 +67,8 @@ export const kubernetesReactTranslationRef: TranslationRef<
readonly 'hpa.targetCpuUsageLabel': 'target CPU usage: {{value}}%';
readonly 'errorReporting.columns.name': 'name';
readonly 'errorReporting.columns.kind': 'kind';
readonly 'errorReporting.columns.messages': 'messages';
readonly 'errorReporting.columns.namespace': 'namespace';
readonly 'errorReporting.columns.messages': 'messages';
readonly 'errorReporting.columns.cluster': 'cluster';
readonly 'errorReporting.title': 'Error Reporting';
readonly 'podLogs.title': 'No logs emitted';