fix forgotten api report

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-11-25 13:14:15 +01:00
parent 1fa44b6e65
commit dd65c2bb7e
+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';