fix forgotten api report
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user