Backstage
    Preparing search index...

    Variable kubernetesReactTranslationRefConst

    kubernetesReactTranslationRef: TranslationRef<
        "kubernetes-react",
        {
            "cluster.label": "Cluster";
            "cluster.noPodsWithErrors": "No pods with errors";
            "cluster.pods": "pods";
            "cluster.pods_one": "{{count}} pod";
            "cluster.pods_other": "{{count}} pods";
            "cluster.podsWithErrors": "pods with errors";
            "cluster.podsWithErrors_one": "{{count}} pod with errors";
            "cluster.podsWithErrors_other": "{{count}} pods with errors";
            "errorPanel.clusterLabel": "Cluster";
            "errorPanel.clusterLabelValue": "Cluster: {{cluster}}";
            "errorPanel.errorsLabel": "Errors";
            "errorPanel.fetchError": "Error communicating with Kubernetes: {{errorType}}, message: {{message}}";
            "errorPanel.message": "There was a problem retrieving some Kubernetes resources for the entity: {{entityName}}. This could mean that the Error Reporting card is not completely accurate.";
            "errorPanel.resourceError": "Error fetching Kubernetes resource: '{{resourcePath}}', error: {{errorType}}, status code: {{statusCode}}";
            "errorPanel.title": "There was a problem retrieving Kubernetes objects";
            "errorReporting.columns.cluster": "cluster";
            "errorReporting.columns.kind": "kind";
            "errorReporting.columns.messages": "messages";
            "errorReporting.columns.name": "name";
            "errorReporting.columns.namespace": "namespace";
            "errorReporting.title": "Error Reporting";
            "events.eventTooltip": "{{eventType}} event";
            "events.firstEvent": "First event {{timeAgo}} (count: {{count}})";
            "events.noEventsFound": "No events found";
            "fixDialog.ariaLabels.close": "close";
            "fixDialog.ariaLabels.fixIssue": "fix issue";
            "fixDialog.causeExplanation": "Cause explanation:";
            "fixDialog.crashLogs": "Crash logs:";
            "fixDialog.detectedError": "Detected error:";
            "fixDialog.events": "Events:";
            "fixDialog.fix": "Fix:";
            "fixDialog.helpButton": "Help";
            "fixDialog.openDocs": "Open docs";
            "fixDialog.title": "{{podName}} - {{errorType}}";
            "hpa.currentCpuUsage": "current CPU usage:";
            "hpa.currentCpuUsageLabel": "current CPU usage: {{value}}%";
            "hpa.maxReplicas": "max replicas";
            "hpa.minReplicas": "min replicas";
            "hpa.replicasSummary": "min replicas {{min}} / max replicas {{max}}";
            "hpa.targetCpuUsage": "target CPU usage:";
            "hpa.targetCpuUsageLabel": "target CPU usage: {{value}}%";
            "kubernetesDialog.closeAriaLabel": "close";
            "kubernetesDrawer.closeDrawer": "Close the drawer";
            "kubernetesDrawer.managedFields": "Managed Fields";
            "kubernetesDrawer.unknownName": "unknown name";
            "kubernetesDrawer.yaml": "YAML";
            "linkErrorPanel.errorsLabel": "Errors:";
            "linkErrorPanel.message": "Could not format the link to the dashboard of your cluster named '{{clusterName}}'. Its dashboardApp property has been set to '{{dashboardApp}}.'";
            "linkErrorPanel.title": "There was a problem formatting the link to the Kubernetes dashboard";
            "namespace.label": "namespace:";
            "namespace.labelWithValue": "namespace: {{namespace}}";
            "podDrawer.buttons.delete": "Delete Pod";
            "podDrawer.cpuLimits": "CPU limits";
            "podDrawer.cpuRequests": "CPU requests";
            "podDrawer.memoryLimits": "Memory limits";
            "podDrawer.memoryRequests": "Memory requests";
            "podDrawer.resourceUtilization": "Resource utilization";
            "podExecTerminal.buttonAriaLabel": "open terminal";
            "podExecTerminal.buttonText": "Terminal";
            "podExecTerminal.titleTemplate": "{{podName}} - {{containerName}} terminal shell on cluster {{clusterName}}";
            "podLogs.buttonAriaLabel": "get logs";
            "podLogs.buttonText": "Logs";
            "podLogs.description": "No logs were emitted by the container";
            "podLogs.title": "No logs emitted";
            "podLogs.titleTemplate": "{{podName}} - {{containerName}} logs on cluster {{clusterName}}";
            "pods.pods_one": "{{count}} pod";
            "pods.pods_other": "{{count}} pods";
            "podsTable.columns.containersReady": "containers ready";
            "podsTable.columns.cpuUsage": "CPU usage %";
            "podsTable.columns.id": "ID";
            "podsTable.columns.memoryUsage": "Memory usage %";
            "podsTable.columns.name": "name";
            "podsTable.columns.phase": "phase";
            "podsTable.columns.status": "status";
            "podsTable.columns.totalRestarts": "total restarts";
            "podsTable.status.ok": "OK";
            "podsTable.status.running": "Running";
            "podsTable.unknown": "unknown";
        },
    > = ...