1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Rebuild locales & fix translation bugs (#325)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-04-30 17:06:08 +03:00 committed by GitHub
parent b371e8e9f8
commit 28cf82824b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 276 additions and 180 deletions

View File

@ -24,7 +24,7 @@ export function NodeMenu(props: KubeObjectMenuProps<Node>) {
const shell = () => { const shell = () => {
createTerminalTab({ createTerminalTab({
title: _i18n._(t`Node: ${nodeName}`), title: _i18n._(t`Node`) + `: ${nodeName}`,
node: nodeName, node: nodeName,
}); });
hideDetails(); hideDetails();

View File

@ -32,7 +32,7 @@ export class PodMenu extends React.Component<Props> {
} }
const shell = createTerminalTab({ const shell = createTerminalTab({
title: _i18n._(t`Pod: ${pod.getName()} (namespace: ${pod.getNs()})`) title: _i18n._(t`Pod`) + `: ${pod.getName()} (namespace: ${pod.getNs()})`
}); });
terminalStore.sendCommand(command, { terminalStore.sendCommand(command, {

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@ msgstr "(as a percentage of request)"
msgid "(empty) (Allowing the specific traffic to all pods in this namespace)" msgid "(empty) (Allowing the specific traffic to all pods in this namespace)"
msgstr "(empty) (Allowing the specific traffic to all pods in this namespace)" msgstr "(empty) (Allowing the specific traffic to all pods in this namespace)"
#: client/components/item-object-list/item-list-layout.tsx:221 #: client/components/item-object-list/item-list-layout.tsx:219
msgid "<0>Filtered</0>: {itemsCount} / {allItemsCount}" msgid "<0>Filtered</0>: {itemsCount} / {allItemsCount}"
msgstr "<0>Filtered</0>: {itemsCount} / {allItemsCount}" msgstr "<0>Filtered</0>: {itemsCount} / {allItemsCount}"
@ -37,7 +37,7 @@ msgstr "<0>{0}</0> successfully created"
msgid "API Group" msgid "API Group"
msgstr "API Group" msgstr "API Group"
#: client/components/layout/sidebar.tsx:72 #: client/components/layout/sidebar.tsx:87
msgid "Access Control" msgid "Access Control"
msgstr "Access Control" msgstr "Access Control"
@ -75,7 +75,9 @@ msgstr "Add field"
msgid "Additional Printer Columns" msgid "Additional Printer Columns"
msgstr "Additional Printer Columns" msgstr "Additional Printer Columns"
#: client/components/+nodes/node-details.tsx:83 #: client/components/+network-endpoints/endpoint-subset-list.tsx:29
#: client/components/+network-endpoints/endpoint-subset-list.tsx:60
#: client/components/+nodes/node-details.tsx:84
msgid "Addresses" msgid "Addresses"
msgstr "Addresses" msgstr "Addresses"
@ -93,6 +95,7 @@ msgstr "Affinities"
#: client/components/+custom-resources/crd-resources.tsx:73 #: client/components/+custom-resources/crd-resources.tsx:73
#: client/components/+events/events.tsx:68 #: client/components/+events/events.tsx:68
#: client/components/+namespaces/namespaces.tsx:33 #: client/components/+namespaces/namespaces.tsx:33
#: client/components/+network-endpoints/endpoints.tsx:34
#: client/components/+network-ingresses/ingresses.tsx:35 #: client/components/+network-ingresses/ingresses.tsx:35
#: client/components/+network-policies/network-policies.tsx:34 #: client/components/+network-policies/network-policies.tsx:34
#: client/components/+network-services/services.tsx:51 #: client/components/+network-services/services.tsx:51
@ -118,7 +121,7 @@ msgstr "Age"
msgid "All groups" msgid "All groups"
msgstr "All groups" msgstr "All groups"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:54 #: client/components/+workloads-pods/pod-logs-dialog.tsx:57
msgid "All logs" msgid "All logs"
msgstr "All logs" msgstr "All logs"
@ -126,7 +129,7 @@ msgstr "All logs"
msgid "All namespaces" msgid "All namespaces"
msgstr "All namespaces" msgstr "All namespaces"
#: client/components/+nodes/node-details.tsx:77 #: client/components/+nodes/node-details.tsx:78
msgid "Allocatable" msgid "Allocatable"
msgstr "Allocatable" msgstr "Allocatable"
@ -162,7 +165,7 @@ msgstr "Allowed Runtime Class Names"
msgid "Allowed Unsafe Sysctls" msgid "Allowed Unsafe Sysctls"
msgstr "Allowed Unsafe Sysctls" msgstr "Allowed Unsafe Sysctls"
#: client/components/+nodes/node-details.tsx:102 #: client/components/+nodes/node-details.tsx:103
#: client/components/kube-object/kube-object-meta.tsx:31 #: client/components/kube-object/kube-object-meta.tsx:31
msgid "Annotations" msgid "Annotations"
msgstr "Annotations" msgstr "Annotations"
@ -184,7 +187,7 @@ msgstr "App crash at <0>{pageUrl}</0>"
msgid "Applying.." msgid "Applying.."
msgstr "Applying.." msgstr "Applying.."
#: client/components/layout/sidebar.tsx:71 #: client/components/layout/sidebar.tsx:86
msgid "Apps" msgid "Apps"
msgstr "Apps" msgstr "Apps"
@ -262,9 +265,9 @@ msgstr "CA Bundle"
#: client/components/+cluster/cluster-metric-switchers.tsx:24 #: client/components/+cluster/cluster-metric-switchers.tsx:24
#: client/components/+cluster/cluster-pie-charts.tsx:140 #: client/components/+cluster/cluster-pie-charts.tsx:140
#: client/components/+nodes/node-details.tsx:62 #: client/components/+nodes/node-details.tsx:63
#: client/components/+nodes/node-details.tsx:73 #: client/components/+nodes/node-details.tsx:74
#: client/components/+nodes/node-details.tsx:78 #: client/components/+nodes/node-details.tsx:79
#: client/components/+nodes/nodes.tsx:113 #: client/components/+nodes/nodes.tsx:113
#: client/components/+workloads-pods/pod-charts.tsx:11 #: client/components/+workloads-pods/pod-charts.tsx:11
#: client/components/+workloads-pods/pod-details-container.tsx:25 #: client/components/+workloads-pods/pod-details-container.tsx:25
@ -309,14 +312,13 @@ msgstr "Cancel"
#: client/components/+nodes/node-charts.tsx:39 #: client/components/+nodes/node-charts.tsx:39
#: client/components/+nodes/node-charts.tsx:63 #: client/components/+nodes/node-charts.tsx:63
#: client/components/+nodes/node-charts.tsx:97 #: client/components/+nodes/node-charts.tsx:97
#: client/components/+nodes/node-details.tsx:72 #: client/components/+nodes/node-details.tsx:73
#: client/components/+storage-volume-claims/volume-claim-disk-chart.tsx:31 #: client/components/+storage-volume-claims/volume-claim-disk-chart.tsx:31
#: client/components/+storage-volumes/volume-details.tsx:29 #: client/components/+storage-volumes/volume-details.tsx:29
#: client/components/+storage-volumes/volumes.tsx:42 #: client/components/+storage-volumes/volumes.tsx:42
msgid "Capacity" msgid "Capacity"
msgstr "Capacity" msgstr "Capacity"
#: client/components/+config/config.tsx:47
#: client/components/+custom-resources/certmanager.k8s.io/certificates.tsx:59 #: client/components/+custom-resources/certmanager.k8s.io/certificates.tsx:59
msgid "Certificates" msgid "Certificates"
msgstr "Certificates" msgstr "Certificates"
@ -348,11 +350,11 @@ msgstr "Checking update"
msgid "Claim" msgid "Claim"
msgstr "Claim" msgstr "Claim"
#: client/components/+workloads-pods/pod-details.tsx:153 #: client/components/+workloads-pods/pod-details.tsx:163
msgid "Claim Name" msgid "Claim Name"
msgstr "Claim Name" msgstr "Claim Name"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:240 #: client/components/+workloads-pods/pod-logs-dialog.tsx:243
#: client/components/dialog/logs-dialog.tsx:39 #: client/components/dialog/logs-dialog.tsx:39
#: client/components/kubeconfig-dialog/kubeconfig-dialog.tsx:94 #: client/components/kubeconfig-dialog/kubeconfig-dialog.tsx:94
msgid "Close" msgid "Close"
@ -367,16 +369,15 @@ msgid "Cloud API Token Secret"
msgstr "Cloud API Token Secret" msgstr "Cloud API Token Secret"
#: client/components/+namespaces/namespace-select.tsx:43 #: client/components/+namespaces/namespace-select.tsx:43
#: client/components/layout/sidebar.tsx:63 #: client/components/layout/sidebar.tsx:78
msgid "Cluster" msgid "Cluster"
msgstr "Cluster" msgstr "Cluster"
#: client/components/+network-services/service-details.tsx:41 #: client/components/+network-services/service-details.tsx:51
#: client/components/+network-services/services.tsx:47 #: client/components/+network-services/services.tsx:47
msgid "Cluster IP" msgid "Cluster IP"
msgstr "Cluster IP" msgstr "Cluster IP"
#: client/components/+config/config.tsx:59
#: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:40 #: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:40
msgid "Cluster Issuers" msgid "Cluster Issuers"
msgstr "Cluster Issuers" msgstr "Cluster Issuers"
@ -390,7 +391,7 @@ msgstr "Command"
msgid "Common Name" msgid "Common Name"
msgstr "Common Name" msgstr "Common Name"
#: client/components/layout/sidebar.tsx:60 #: client/components/layout/sidebar.tsx:75
msgid "Compact view" msgid "Compact view"
msgstr "Compact view" msgstr "Compact view"
@ -408,7 +409,7 @@ msgid "Condition"
msgstr "Condition" msgstr "Condition"
#: client/components/+custom-resources/crd-details.tsx:52 #: client/components/+custom-resources/crd-details.tsx:52
#: client/components/+nodes/node-details.tsx:107 #: client/components/+nodes/node-details.tsx:108
#: client/components/+nodes/nodes.tsx:120 #: client/components/+nodes/nodes.tsx:120
#: client/components/+workloads-deployments/deployment-details.tsx:79 #: client/components/+workloads-deployments/deployment-details.tsx:79
#: client/components/+workloads-deployments/deployments.tsx:64 #: client/components/+workloads-deployments/deployments.tsx:64
@ -430,19 +431,19 @@ msgstr "Config copied to clipboard"
msgid "ConfigMap <0>{0}</0> successfully updated." msgid "ConfigMap <0>{0}</0> successfully updated."
msgstr "ConfigMap <0>{0}</0> successfully updated." msgstr "ConfigMap <0>{0}</0> successfully updated."
#: client/components/+config/config.tsx:29 #: client/components/+config/config.tsx:28
msgid "ConfigMaps" msgid "ConfigMaps"
msgstr "ConfigMaps" msgstr "ConfigMaps"
#: client/components/layout/sidebar.tsx:66 #: client/components/layout/sidebar.tsx:81
msgid "Configuration" msgid "Configuration"
msgstr "Configuration" msgstr "Configuration"
#: client/components/+network-services/service-details.tsx:39 #: client/components/+network-services/service-details.tsx:49
msgid "Connection" msgid "Connection"
msgstr "Connection" msgstr "Connection"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:243 #: client/components/+workloads-pods/pod-logs-dialog.tsx:246
msgid "Container" msgid "Container"
msgstr "Container" msgstr "Container"
@ -466,12 +467,12 @@ msgstr "Container memory requests"
msgid "Container memory usage" msgid "Container memory usage"
msgstr "Container memory usage" msgstr "Container memory usage"
#: client/components/+nodes/node-details.tsx:95 #: client/components/+nodes/node-details.tsx:96
msgid "Container runtime" msgid "Container runtime"
msgstr "Container runtime" msgstr "Container runtime"
#: client/components/+workloads-pods/pod-details.tsx:134 #: client/components/+workloads-pods/pod-details.tsx:134
#: client/components/+workloads-pods/pod-logs-dialog.tsx:183 #: client/components/+workloads-pods/pod-logs-dialog.tsx:186
#: client/components/+workloads-pods/pods.tsx:76 #: client/components/+workloads-pods/pods.tsx:76
msgid "Containers" msgid "Containers"
msgstr "Containers" msgstr "Containers"
@ -597,7 +598,7 @@ msgid "Currently applied filters:"
msgstr "Currently applied filters:" msgstr "Currently applied filters:"
#: client/components/+custom-resources/crd-list.tsx:55 #: client/components/+custom-resources/crd-list.tsx:55
#: client/components/layout/sidebar.tsx:73 #: client/components/layout/sidebar.tsx:88
msgid "Custom Resources" msgid "Custom Resources"
msgstr "Custom Resources" msgstr "Custom Resources"
@ -661,7 +662,7 @@ msgstr "Description"
msgid "Desired number of replicas" msgid "Desired number of replicas"
msgstr "Desired number of replicas" msgstr "Desired number of replicas"
#: client/components/+nodes/node-details.tsx:64 #: client/components/+nodes/node-details.tsx:65
#: client/components/+nodes/nodes.tsx:115 #: client/components/+nodes/nodes.tsx:115
#: client/components/+storage-volume-claims/volume-claim-details.tsx:44 #: client/components/+storage-volume-claims/volume-claim-details.tsx:44
msgid "Disk" msgid "Disk"
@ -719,6 +720,17 @@ msgstr "Effect"
msgid "Egress" msgid "Egress"
msgstr "Egress" msgstr "Egress"
#: client/components/+network-services/service-details.tsx:66
msgid "Endpoint"
msgstr "Endpoint"
#: client/components/+network/network.tsx:31
#: client/components/+network-endpoints/endpoints.tsx:30
#: client/components/+network-endpoints/endpoints.tsx:33
#: client/components/+network-services/service-details-endpoint.tsx:27
msgid "Endpoints"
msgstr "Endpoints"
#: client/components/+user-management-service-accounts/create-service-account-dialog.tsx:78 #: client/components/+user-management-service-accounts/create-service-account-dialog.tsx:78
msgid "Enter a name" msgid "Enter a name"
msgstr "Enter a name" msgstr "Enter a name"
@ -732,8 +744,9 @@ msgid "Error stack"
msgstr "Error stack" msgstr "Error stack"
#: client/components/+events/events.tsx:56 #: client/components/+events/events.tsx:56
#: client/components/+events/kube-event-details.tsx:34
#: client/components/+events/kube-event-details.tsx:39 #: client/components/+events/kube-event-details.tsx:39
#: client/components/layout/sidebar.tsx:70 #: client/components/layout/sidebar.tsx:85
msgid "Events" msgid "Events"
msgstr "Events" msgstr "Events"
@ -750,7 +763,7 @@ msgstr "Excluded items with \"system:\" prefix"
msgid "Exit full size mode" msgid "Exit full size mode"
msgstr "Exit full size mode" msgstr "Exit full size mode"
#: client/components/layout/sidebar.tsx:60 #: client/components/layout/sidebar.tsx:75
msgid "Extended view" msgid "Extended view"
msgstr "Extended view" msgstr "Extended view"
@ -758,11 +771,11 @@ msgstr "Extended view"
msgid "External IP" msgid "External IP"
msgstr "External IP" msgstr "External IP"
#: client/components/+network-services/service-details.tsx:45 #: client/components/+network-services/service-details.tsx:55
msgid "External IPs" msgid "External IPs"
msgstr "External IPs" msgstr "External IPs"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:103 #: client/components/+workloads-pods/pod-logs-dialog.tsx:106
msgid "Failed to load logs: {0}" msgid "Failed to load logs: {0}"
msgstr "Failed to load logs: {0}" msgstr "Failed to load logs: {0}"
@ -803,7 +816,7 @@ msgstr "Forbidden Sysctls"
msgid "From" msgid "From"
msgstr "From" msgstr "From"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:209 #: client/components/+workloads-pods/pod-logs-dialog.tsx:212
msgid "From <0>{from}</0> to <1>{to}</1>" msgid "From <0>{from}</0> to <1>{to}</1>"
msgstr "From <0>{from}</0> to <1>{to}</1>" msgstr "From <0>{from}</0> to <1>{to}</1>"
@ -821,7 +834,7 @@ msgstr "Group"
msgid "Groups" msgid "Groups"
msgstr "Groups" msgstr "Groups"
#: client/components/+config/config.tsx:65 #: client/components/+config/config.tsx:46
msgid "HPA" msgid "HPA"
msgstr "HPA" msgstr "HPA"
@ -838,7 +851,7 @@ msgid "Helm Upgrade: {0}"
msgstr "Helm Upgrade: {0}" msgstr "Helm Upgrade: {0}"
#: client/components/+config-secrets/secret-details.tsx:93 #: client/components/+config-secrets/secret-details.tsx:93
#: client/components/+workloads-pods/pod-logs-dialog.tsx:212 #: client/components/+workloads-pods/pod-logs-dialog.tsx:215
#: client/components/drawer/drawer-param-toggler.tsx:19 #: client/components/drawer/drawer-param-toggler.tsx:19
msgid "Hide" msgid "Hide"
msgstr "Hide" msgstr "Hide"
@ -875,6 +888,12 @@ msgstr "Host Ports (Min-Max)"
msgid "Host: {0}" msgid "Host: {0}"
msgstr "Host: {0}" msgstr "Host: {0}"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:33
#: client/components/+network-endpoints/endpoint-subset-list.tsx:64
#: client/components/+network-endpoints/endpoint-subset-list.tsx:76
msgid "Hostname"
msgstr "Hostname"
#: client/components/+custom-resources/certmanager.k8s.io/certificate-details.tsx:92 #: client/components/+custom-resources/certmanager.k8s.io/certificate-details.tsx:92
msgid "Http01" msgid "Http01"
msgstr "Http01" msgstr "Http01"
@ -906,13 +925,13 @@ msgstr "Images"
msgid "Ingress" msgid "Ingress"
msgstr "Ingress" msgstr "Ingress"
#: client/components/+network/network.tsx:30 #: client/components/+network/network.tsx:37
#: client/components/+network-ingresses/ingresses.tsx:31 #: client/components/+network-ingresses/ingresses.tsx:31
msgid "Ingresses" msgid "Ingresses"
msgstr "Ingresses" msgstr "Ingresses"
#: client/components/+workloads-pods/pod-details.tsx:130 #: client/components/+workloads-pods/pod-details.tsx:130
#: client/components/+workloads-pods/pod-logs-dialog.tsx:189 #: client/components/+workloads-pods/pod-logs-dialog.tsx:192
msgid "Init Containers" msgid "Init Containers"
msgstr "Init Containers" msgstr "Init Containers"
@ -950,7 +969,6 @@ msgstr "Involved object"
msgid "Issuer" msgid "Issuer"
msgstr "Issuer" msgstr "Issuer"
#: client/components/+config/config.tsx:53
#: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:53 #: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:53
msgid "Issuers" msgid "Issuers"
msgstr "Issuers" msgstr "Issuers"
@ -970,7 +988,7 @@ msgstr "JSON Path"
msgid "Jobs" msgid "Jobs"
msgstr "Jobs" msgstr "Jobs"
#: client/components/+nodes/node-details.tsx:92 #: client/components/+nodes/node-details.tsx:93
msgid "Kernel version" msgid "Kernel version"
msgstr "Kernel version" msgstr "Kernel version"
@ -1010,14 +1028,14 @@ msgstr "Kubeconfig"
msgid "Kubeconfig File" msgid "Kubeconfig File"
msgstr "Kubeconfig File" msgstr "Kubeconfig File"
#: client/components/+nodes/node-details.tsx:98 #: client/components/+nodes/node-details.tsx:99
msgid "Kubelet version" msgid "Kubelet version"
msgstr "Kubelet version" msgstr "Kubelet version"
#: client/components/+config-secrets/secrets.tsx:43 #: client/components/+config-secrets/secrets.tsx:43
#: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:65 #: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:65
#: client/components/+namespaces/namespaces.tsx:32 #: client/components/+namespaces/namespaces.tsx:32
#: client/components/+nodes/node-details.tsx:101 #: client/components/+nodes/node-details.tsx:102
#: client/components/kube-object/kube-object-meta.tsx:30 #: client/components/kube-object/kube-object-meta.tsx:30
msgid "Labels" msgid "Labels"
msgstr "Labels" msgstr "Labels"
@ -1059,7 +1077,7 @@ msgstr "Limited to {0}"
msgid "Limits" msgid "Limits"
msgstr "Limits" msgstr "Limits"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:245 #: client/components/+workloads-pods/pod-logs-dialog.tsx:248
msgid "Lines" msgid "Lines"
msgstr "Lines" msgstr "Lines"
@ -1071,7 +1089,7 @@ msgstr "Link"
msgid "Liveness" msgid "Liveness"
msgstr "Liveness" msgstr "Liveness"
#: client/components/+network-services/service-details.tsx:53 #: client/components/+network-services/service-details.tsx:63
msgid "Load Balancer IP" msgid "Load Balancer IP"
msgstr "Load Balancer IP" msgstr "Load Balancer IP"
@ -1079,8 +1097,8 @@ msgstr "Load Balancer IP"
msgid "Loading" msgid "Loading"
msgstr "Loading" msgstr "Loading"
#: client/components/+workloads-pods/pod-menu.tsx:86 #: client/components/+workloads-pods/pod-menu.tsx:90
#: client/components/+workloads-pods/pod-menu.tsx:87 #: client/components/+workloads-pods/pod-menu.tsx:91
msgid "Logs" msgid "Logs"
msgstr "Logs" msgstr "Logs"
@ -1113,11 +1131,15 @@ msgstr "Max Pods"
msgid "Maximum length is {maxLength}" msgid "Maximum length is {maxLength}"
msgstr "Maximum length is {maxLength}" msgstr "Maximum length is {maxLength}"
#: client/components/+workloads-pods/pod-details.tsx:155
msgid "Medium"
msgstr "Medium"
#: client/components/+cluster/cluster-metric-switchers.tsx:25 #: client/components/+cluster/cluster-metric-switchers.tsx:25
#: client/components/+cluster/cluster-pie-charts.tsx:144 #: client/components/+cluster/cluster-pie-charts.tsx:144
#: client/components/+nodes/node-details.tsx:63 #: client/components/+nodes/node-details.tsx:64
#: client/components/+nodes/node-details.tsx:74 #: client/components/+nodes/node-details.tsx:75
#: client/components/+nodes/node-details.tsx:79 #: client/components/+nodes/node-details.tsx:80
#: client/components/+nodes/nodes.tsx:114 #: client/components/+nodes/nodes.tsx:114
#: client/components/+workloads-pods/pod-charts.tsx:12 #: client/components/+workloads-pods/pod-charts.tsx:12
#: client/components/+workloads-pods/pod-details-container.tsx:26 #: client/components/+workloads-pods/pod-details-container.tsx:26
@ -1208,8 +1230,11 @@ msgstr "Mounts"
#: client/components/+custom-resources/crd-resources.tsx:63 #: client/components/+custom-resources/crd-resources.tsx:63
#: client/components/+events/event-details.tsx:55 #: client/components/+events/event-details.tsx:55
#: client/components/+namespaces/namespaces.tsx:31 #: client/components/+namespaces/namespaces.tsx:31
#: client/components/+network-endpoints/endpoint-subset-list.tsx:87
#: client/components/+network-endpoints/endpoints.tsx:31
#: client/components/+network-ingresses/ingresses.tsx:32 #: client/components/+network-ingresses/ingresses.tsx:32
#: client/components/+network-policies/network-policies.tsx:31 #: client/components/+network-policies/network-policies.tsx:31
#: client/components/+network-services/service-details-endpoint.tsx:26
#: client/components/+network-services/services.tsx:44 #: client/components/+network-services/services.tsx:44
#: client/components/+nodes/nodes.tsx:112 #: client/components/+nodes/nodes.tsx:112
#: client/components/+pod-security-policies/pod-security-policies.tsx:35 #: client/components/+pod-security-policies/pod-security-policies.tsx:35
@ -1259,6 +1284,7 @@ msgstr "Names"
#: client/components/+events/event-details.tsx:56 #: client/components/+events/event-details.tsx:56
#: client/components/+events/events.tsx:63 #: client/components/+events/events.tsx:63
#: client/components/+namespaces/add-namespace-dialog.tsx:73 #: client/components/+namespaces/add-namespace-dialog.tsx:73
#: client/components/+network-endpoints/endpoints.tsx:32
#: client/components/+network-ingresses/ingresses.tsx:33 #: client/components/+network-ingresses/ingresses.tsx:33
#: client/components/+network-policies/network-policies.tsx:32 #: client/components/+network-policies/network-policies.tsx:32
#: client/components/+network-services/services.tsx:45 #: client/components/+network-services/services.tsx:45
@ -1288,7 +1314,7 @@ msgid "Namespace: {0}"
msgstr "Namespace: {0}" msgstr "Namespace: {0}"
#: client/components/+namespaces/namespaces.tsx:30 #: client/components/+namespaces/namespaces.tsx:30
#: client/components/layout/sidebar.tsx:69 #: client/components/layout/sidebar.tsx:84
msgid "Namespaces" msgid "Namespaces"
msgstr "Namespaces" msgstr "Namespaces"
@ -1298,7 +1324,7 @@ msgstr "Namespaces: {0}"
#: client/components/+network-ingresses/ingress-details.tsx:66 #: client/components/+network-ingresses/ingress-details.tsx:66
#: client/components/+workloads-pods/pod-charts.tsx:13 #: client/components/+workloads-pods/pod-charts.tsx:13
#: client/components/layout/sidebar.tsx:67 #: client/components/layout/sidebar.tsx:82
msgid "Network" msgid "Network"
msgstr "Network" msgstr "Network"
@ -1306,12 +1332,12 @@ msgstr "Network"
msgid "Network File System" msgid "Network File System"
msgstr "Network File System" msgstr "Network File System"
#: client/components/+network/network.tsx:36 #: client/components/+network/network.tsx:43
#: client/components/+network-policies/network-policies.tsx:30 #: client/components/+network-policies/network-policies.tsx:30
msgid "Network Policies" msgid "Network Policies"
msgstr "Network Policies" msgstr "Network Policies"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:228 #: client/components/+workloads-pods/pod-logs-dialog.tsx:231
msgid "New logs since opening the dialog" msgid "New logs since opening the dialog"
msgstr "New logs since opening the dialog" msgstr "New logs since opening the dialog"
@ -1356,7 +1382,7 @@ msgstr "No filters available."
msgid "No issues found" msgid "No issues found"
msgstr "No issues found" msgstr "No issues found"
#: client/components/item-object-list/item-list-layout.tsx:193 #: client/components/item-object-list/item-list-layout.tsx:191
msgid "No items found." msgid "No items found."
msgstr "No items found." msgstr "No items found."
@ -1364,6 +1390,7 @@ msgstr "No items found."
msgid "No revisions to rollback." msgid "No revisions to rollback."
msgstr "No revisions to rollback." msgstr "No revisions to rollback."
#: client/components/+nodes/node-menu.tsx:24
#: client/components/+workloads-pods/pod-details.tsx:87 #: client/components/+workloads-pods/pod-details.tsx:87
msgid "Node" msgid "Node"
msgstr "Node" msgstr "Node"
@ -1395,7 +1422,7 @@ msgid "Node shell"
msgstr "Node shell" msgstr "Node shell"
#: client/components/+nodes/nodes.tsx:111 #: client/components/+nodes/nodes.tsx:111
#: client/components/layout/sidebar.tsx:64 #: client/components/layout/sidebar.tsx:79
msgid "Nodes" msgid "Nodes"
msgstr "Nodes" msgstr "Nodes"
@ -1403,6 +1430,10 @@ msgstr "Nodes"
msgid "Not After" msgid "Not After"
msgstr "Not After" msgstr "Not After"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:72
msgid "Not Ready Addresses"
msgstr "Not Ready Addresses"
#: client/components/+apps-releases/releases.tsx:85 #: client/components/+apps-releases/releases.tsx:85
msgid "Note: StatefulSet Volumes won't be deleted automatically" msgid "Note: StatefulSet Volumes won't be deleted automatically"
msgstr "Note: StatefulSet Volumes won't be deleted automatically" msgstr "Note: StatefulSet Volumes won't be deleted automatically"
@ -1415,11 +1446,11 @@ msgstr "Notes"
msgid "Number of running Pods" msgid "Number of running Pods"
msgstr "Number of running Pods" msgstr "Number of running Pods"
#: client/components/+nodes/node-details.tsx:86 #: client/components/+nodes/node-details.tsx:87
msgid "OS" msgid "OS"
msgstr "OS" msgstr "OS"
#: client/components/+nodes/node-details.tsx:89 #: client/components/+nodes/node-details.tsx:90
msgid "OS Image" msgid "OS Image"
msgstr "OS Image" msgstr "OS Image"
@ -1435,6 +1466,10 @@ msgstr "Ok"
msgid "Open" msgid "Open"
msgstr "Open" msgstr "Open"
#: client/components/+network-services/service-ports.tsx:49
msgid "Open in a browser"
msgstr "Open in a browser"
#: client/components/+config-resource-quotas/resource-quota-details.tsx:63 #: client/components/+config-resource-quotas/resource-quota-details.tsx:63
#: client/components/+storage-volume-claims/volume-claim-details.tsx:78 #: client/components/+storage-volume-claims/volume-claim-details.tsx:78
#: client/components/+workloads-pods/pod-details-tolerations.tsx:17 #: client/components/+workloads-pods/pod-details-tolerations.tsx:17
@ -1482,6 +1517,10 @@ msgstr "Persistent Volume Claims"
msgid "Persistent Volumes" msgid "Persistent Volumes"
msgstr "Persistent Volumes" msgstr "Persistent Volumes"
#: client/components/+workloads-pods/pod-menu.tsx:50
msgid "Pod"
msgstr "Pod"
#: client/components/+workloads-pods/pod-details.tsx:92 #: client/components/+workloads-pods/pod-details.tsx:92
msgid "Pod IP" msgid "Pod IP"
msgstr "Pod IP" msgstr "Pod IP"
@ -1502,14 +1541,14 @@ msgstr "Pod Selector"
msgid "Pod Status" msgid "Pod Status"
msgstr "Pod Status" msgstr "Pod Status"
#: client/components/+workloads-pods/pod-menu.tsx:63 #: client/components/+workloads-pods/pod-menu.tsx:67
msgid "Pod shell" msgid "Pod shell"
msgstr "Pod shell" msgstr "Pod shell"
#: client/components/+cluster/cluster-pie-charts.tsx:148 #: client/components/+cluster/cluster-pie-charts.tsx:148
#: client/components/+nodes/node-details.tsx:65 #: client/components/+nodes/node-details.tsx:66
#: client/components/+nodes/node-details.tsx:75 #: client/components/+nodes/node-details.tsx:76
#: client/components/+nodes/node-details.tsx:80 #: client/components/+nodes/node-details.tsx:81
#: client/components/+storage-volume-claims/volume-claim-details.tsx:60 #: client/components/+storage-volume-claims/volume-claim-details.tsx:60
#: client/components/+storage-volume-claims/volume-claims.tsx:50 #: client/components/+storage-volume-claims/volume-claims.tsx:50
#: client/components/+workloads/workloads.tsx:34 #: client/components/+workloads/workloads.tsx:34
@ -1527,10 +1566,15 @@ msgstr "Pods"
msgid "Policy Types" msgid "Policy Types"
msgstr "Policy Types" msgstr "Policy Types"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:86
msgid "Port"
msgstr "Port"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:83
#: client/components/+network-ingresses/ingress-details.tsx:74 #: client/components/+network-ingresses/ingress-details.tsx:74
#: client/components/+network-policies/network-policy-details.tsx:96 #: client/components/+network-policies/network-policy-details.tsx:96
#: client/components/+network-policies/network-policy-details.tsx:109 #: client/components/+network-policies/network-policy-details.tsx:109
#: client/components/+network-services/service-details.tsx:49 #: client/components/+network-services/service-details.tsx:59
#: client/components/+network-services/services.tsx:48 #: client/components/+network-services/services.tsx:48
#: client/components/+workloads-pods/pod-details-container.tsx:52 #: client/components/+workloads-pods/pod-details-container.tsx:52
msgid "Ports" msgid "Ports"
@ -1586,7 +1630,7 @@ msgstr "Readiness"
msgid "Reason" msgid "Reason"
msgstr "Reason" msgstr "Reason"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:104 #: client/components/+workloads-pods/pod-logs-dialog.tsx:107
msgid "Reason: {0} ({1})" msgid "Reason: {0} ({1})"
msgstr "Reason: {0} ({1})" msgstr "Reason: {0} ({1})"
@ -1627,7 +1671,7 @@ msgid "Releases"
msgstr "Releases" msgstr "Releases"
#: client/components/+user-management-roles-bindings/role-binding-details.tsx:60 #: client/components/+user-management-roles-bindings/role-binding-details.tsx:60
#: client/components/item-object-list/item-list-layout.tsx:176 #: client/components/item-object-list/item-list-layout.tsx:174
#: client/components/menu/menu-actions.tsx:49 #: client/components/menu/menu-actions.tsx:49
#: client/components/menu/menu-actions.tsx:85 #: client/components/menu/menu-actions.tsx:85
msgid "Remove" msgid "Remove"
@ -1653,7 +1697,7 @@ msgstr "Remove selected bindings for <0>{0}</0>?"
msgid "Remove selected bindings from ${name}" msgid "Remove selected bindings from ${name}"
msgstr "Remove selected bindings from ${name}" msgstr "Remove selected bindings from ${name}"
#: client/components/item-object-list/item-list-layout.tsx:272 #: client/components/item-object-list/item-list-layout.tsx:270
msgid "Remove selected items ({0})" msgid "Remove selected items ({0})"
msgstr "Remove selected items ({0})" msgstr "Remove selected items ({0})"
@ -1712,7 +1756,7 @@ msgstr "Required field"
msgid "Reset" msgid "Reset"
msgstr "Reset" msgstr "Reset"
#: client/components/item-object-list/item-list-layout.tsx:196 #: client/components/item-object-list/item-list-layout.tsx:194
msgid "Reset filters?" msgid "Reset filters?"
msgstr "Reset filters?" msgstr "Reset filters?"
@ -1725,7 +1769,7 @@ msgstr "Resource"
msgid "Resource Names" msgid "Resource Names"
msgstr "Resource Names" msgstr "Resource Names"
#: client/components/+config/config.tsx:41 #: client/components/+config/config.tsx:40
#: client/components/+config-resource-quotas/resource-quotas.tsx:33 #: client/components/+config-resource-quotas/resource-quotas.tsx:33
#: client/components/+namespaces/namespace-details.tsx:41 #: client/components/+namespaces/namespace-details.tsx:41
msgid "Resource Quotas" msgid "Resource Quotas"
@ -1760,7 +1804,7 @@ msgstr "Response"
msgid "Response duration in seconds" msgid "Response duration in seconds"
msgstr "Response duration in seconds" msgstr "Response duration in seconds"
#: client/components/dock/terminal-tab.tsx:30 #: client/components/dock/terminal-tab.tsx:37
msgid "Restart session" msgid "Restart session"
msgstr "Restart session" msgstr "Restart session"
@ -1837,7 +1881,7 @@ msgstr "Runtime Class"
#: client/components/+apps-releases/release-details.tsx:115 #: client/components/+apps-releases/release-details.tsx:115
#: client/components/+config-maps/config-map-details.tsx:78 #: client/components/+config-maps/config-map-details.tsx:78
#: client/components/+config-secrets/secret-details.tsx:97 #: client/components/+config-secrets/secret-details.tsx:97
#: client/components/+workloads-pods/pod-logs-dialog.tsx:213 #: client/components/+workloads-pods/pod-logs-dialog.tsx:216
#: client/components/dock/edit-resource.tsx:88 #: client/components/dock/edit-resource.tsx:88
msgid "Save" msgid "Save"
msgstr "Save" msgstr "Save"
@ -1904,7 +1948,7 @@ msgstr "Secret successfully updated."
msgid "Secret type" msgid "Secret type"
msgstr "Secret type" msgstr "Secret type"
#: client/components/+config/config.tsx:35 #: client/components/+config/config.tsx:34
#: client/components/+config-secrets/secrets.tsx:40 #: client/components/+config-secrets/secrets.tsx:40
#: client/components/+workloads-pods/pod-details.tsx:125 #: client/components/+workloads-pods/pod-details.tsx:125
msgid "Secrets" msgid "Secrets"
@ -1922,7 +1966,7 @@ msgstr "Select role.."
msgid "Select service accounts" msgid "Select service accounts"
msgstr "Select service accounts" msgstr "Select service accounts"
#: client/components/+network-services/service-details.tsx:27 #: client/components/+network-services/service-details.tsx:37
#: client/components/+network-services/services.tsx:50 #: client/components/+network-services/services.tsx:50
#: client/components/+storage-volume-claims/volume-claim-details.tsx:69 #: client/components/+storage-volume-claims/volume-claim-details.tsx:69
#: client/components/+workloads-cronjobs/cronjob-details.tsx:75 #: client/components/+workloads-cronjobs/cronjob-details.tsx:75
@ -1948,12 +1992,12 @@ msgstr "Service"
msgid "Service Accounts" msgid "Service Accounts"
msgstr "Service Accounts" msgstr "Service Accounts"
#: client/components/+network/network.tsx:24 #: client/components/+network/network.tsx:25
#: client/components/+network-services/services.tsx:43 #: client/components/+network-services/services.tsx:43
msgid "Services" msgid "Services"
msgstr "Services" msgstr "Services"
#: client/components/+network-services/service-details.tsx:35 #: client/components/+network-services/service-details.tsx:45
msgid "Session Affinity" msgid "Session Affinity"
msgstr "Session Affinity" msgstr "Session Affinity"
@ -1966,17 +2010,13 @@ msgid "Set quota"
msgstr "Set quota" msgstr "Set quota"
#: client/components/+nodes/node-menu.tsx:48 #: client/components/+nodes/node-menu.tsx:48
#: client/components/+workloads-pods/pod-menu.tsx:64 #: client/components/+workloads-pods/pod-menu.tsx:68
msgid "Shell" msgid "Shell"
msgstr "Shell" msgstr "Shell"
#: client/components/+nodes/node-menu.tsx:24
msgid "Shell: {nodeName}"
msgstr "Shell: {nodeName}"
#: client/components/+config-secrets/secret-details.tsx:93 #: client/components/+config-secrets/secret-details.tsx:93
#: client/components/+workloads-pods/pod-container-env.tsx:97 #: client/components/+workloads-pods/pod-container-env.tsx:97
#: client/components/+workloads-pods/pod-logs-dialog.tsx:212 #: client/components/+workloads-pods/pod-logs-dialog.tsx:215
#: client/components/drawer/drawer-param-toggler.tsx:19 #: client/components/drawer/drawer-param-toggler.tsx:19
msgid "Show" msgid "Show"
msgstr "Show" msgstr "Show"
@ -1994,6 +2034,10 @@ msgstr "Show value"
msgid "Size" msgid "Size"
msgstr "Size" msgstr "Size"
#: client/components/+workloads-pods/pod-details.tsx:158
msgid "Size Limit"
msgstr "Size Limit"
#: client/components/+custom-resources/certmanager.k8s.io/issuer-details.tsx:70 #: client/components/+custom-resources/certmanager.k8s.io/issuer-details.tsx:70
msgid "Skip TLS Verify" msgid "Skip TLS Verify"
msgstr "Skip TLS Verify" msgstr "Skip TLS Verify"
@ -2045,7 +2089,7 @@ msgid "Status URI"
msgstr "Status URI" msgstr "Status URI"
#: client/components/+storage-volume-claims/volume-claim-details.tsx:57 #: client/components/+storage-volume-claims/volume-claim-details.tsx:57
#: client/components/layout/sidebar.tsx:68 #: client/components/layout/sidebar.tsx:83
msgid "Storage" msgid "Storage"
msgstr "Storage" msgstr "Storage"
@ -2089,6 +2133,10 @@ msgstr "Submit"
msgid "Submitting.." msgid "Submitting.."
msgstr "Submitting.." msgstr "Submitting.."
#: client/components/+network-endpoints/endpoint-details.tsx:24
msgid "Subsets"
msgstr "Subsets"
#: client/components/+pod-security-policies/pod-security-policy-details.tsx:128 #: client/components/+pod-security-policies/pod-security-policy-details.tsx:128
msgid "Supplemental Groups" msgid "Supplemental Groups"
msgstr "Supplemental Groups" msgstr "Supplemental Groups"
@ -2102,7 +2150,7 @@ msgstr "Suspend"
msgid "TLS" msgid "TLS"
msgstr "TLS" msgstr "TLS"
#: client/components/+nodes/node-details.tsx:103 #: client/components/+nodes/node-details.tsx:104
#: client/components/+nodes/nodes.tsx:116 #: client/components/+nodes/nodes.tsx:116
msgid "Taints" msgid "Taints"
msgstr "Taints" msgstr "Taints"
@ -2115,7 +2163,7 @@ msgstr "Terminal"
msgid "Terminal session" msgid "Terminal session"
msgstr "Terminal session" msgstr "Terminal session"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:223 #: client/components/+workloads-pods/pod-logs-dialog.tsx:226
msgid "There are no logs available for container." msgid "There are no logs available for container."
msgstr "There are no logs available for container." msgstr "There are no logs available for container."
@ -2160,13 +2208,13 @@ msgstr "Transit"
#: client/components/+custom-resources/crd-details.tsx:82 #: client/components/+custom-resources/crd-details.tsx:82
#: client/components/+events/event-details.tsx:48 #: client/components/+events/event-details.tsx:48
#: client/components/+events/events.tsx:64 #: client/components/+events/events.tsx:64
#: client/components/+network-services/service-details.tsx:31 #: client/components/+network-services/service-details.tsx:41
#: client/components/+network-services/services.tsx:46 #: client/components/+network-services/services.tsx:46
#: client/components/+pod-security-policies/pod-security-policy-details.tsx:152 #: client/components/+pod-security-policies/pod-security-policy-details.tsx:152
#: client/components/+storage-volumes/volume-details.tsx:69 #: client/components/+storage-volumes/volume-details.tsx:69
#: client/components/+user-management-roles-bindings/role-binding-details.tsx:94 #: client/components/+user-management-roles-bindings/role-binding-details.tsx:94
#: client/components/+user-management-service-accounts/service-accounts-secret.tsx:43 #: client/components/+user-management-service-accounts/service-accounts-secret.tsx:43
#: client/components/+workloads-pods/pod-details.tsx:150 #: client/components/+workloads-pods/pod-details.tsx:151
msgid "Type" msgid "Type"
msgstr "Type" msgstr "Type"
@ -2303,7 +2351,7 @@ msgstr "Warnings: {0}"
msgid "Worker" msgid "Worker"
msgstr "Worker" msgstr "Worker"
#: client/components/layout/sidebar.tsx:65 #: client/components/layout/sidebar.tsx:80
msgid "Workloads" msgid "Workloads"
msgstr "Workloads" msgstr "Workloads"
@ -2340,7 +2388,7 @@ msgstr "Zone"
msgid "ago" msgid "ago"
msgstr "ago" msgstr "ago"
#: client/components/item-object-list/item-list-layout.tsx:175 #: client/components/item-object-list/item-list-layout.tsx:173
msgid "and <0>{tailCount}</0> more" msgid "and <0>{tailCount}</0> more"
msgstr "and <0>{tailCount}</0> more" msgstr "and <0>{tailCount}</0> more"
@ -2381,7 +2429,7 @@ msgstr "sec"
msgid "singular" msgid "singular"
msgstr "singular" msgstr "singular"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:212 #: client/components/+workloads-pods/pod-logs-dialog.tsx:215
msgid "timestamps" msgid "timestamps"
msgstr "timestamps" msgstr "timestamps"
@ -2417,7 +2465,7 @@ msgstr "{0} unavailable"
msgid "{accountName} kubeconfig" msgid "{accountName} kubeconfig"
msgstr "{accountName} kubeconfig" msgstr "{accountName} kubeconfig"
#: client/components/item-object-list/item-list-layout.tsx:225 #: client/components/item-object-list/item-list-layout.tsx:223
msgid "{allItemsCount, plural, one {# item} other {# items}}" msgid "{allItemsCount, plural, one {# item} other {# items}}"
msgstr "{allItemsCount, plural, one {# item} other {# items}}" msgstr "{allItemsCount, plural, one {# item} other {# items}}"
@ -2425,7 +2473,7 @@ msgstr "{allItemsCount, plural, one {# item} other {# items}}"
msgid "{metricsRemainCount} more..." msgid "{metricsRemainCount} more..."
msgstr "{metricsRemainCount} more..." msgstr "{metricsRemainCount} more..."
#: client/components/+workloads-pods/pod-logs-dialog.tsx:237 #: client/components/+workloads-pods/pod-logs-dialog.tsx:240
msgid "{podName} Logs" msgid "{podName} Logs"
msgstr "{podName} Logs" msgstr "{podName} Logs"
@ -2433,7 +2481,7 @@ msgstr "{podName} Logs"
msgid "{resourceType} <0>{resourceName}</0> updated." msgid "{resourceType} <0>{resourceName}</0> updated."
msgstr "{resourceType} <0>{resourceName}</0> updated." msgstr "{resourceType} <0>{resourceName}</0> updated."
#: client/components/item-object-list/item-list-layout.tsx:176 #: client/components/item-object-list/item-list-layout.tsx:174
msgid "{selectedCount, plural, one {<0>Remove item <1>{selectedNames}</1>?</0>} other {<2>Remove <3>{selectedCount}</3> items <4>{selectedNames}</4> {tail}?</2>}}" msgid "{selectedCount, plural, one {<0>Remove item <1>{selectedNames}</1>?</0>} other {<2>Remove <3>{selectedCount}</3> items <4>{selectedNames}</4> {tail}?</2>}}"
msgstr "{selectedCount, plural, one {<0>Remove item <1>{selectedNames}</1>?</0>} other {<2>Remove <3>{selectedCount}</3> items <4>{selectedNames}</4> {tail}?</2>}}" msgstr "{selectedCount, plural, one {<0>Remove item <1>{selectedNames}</1>?</0>} other {<2>Remove <3>{selectedCount}</3> items <4>{selectedNames}</4> {tail}?</2>}}"

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ msgstr ""
msgid "(empty) (Allowing the specific traffic to all pods in this namespace)" msgid "(empty) (Allowing the specific traffic to all pods in this namespace)"
msgstr "(Пусто) (Допускается трафик ко всем подам в данной области имен)" msgstr "(Пусто) (Допускается трафик ко всем подам в данной области имен)"
#: client/components/item-object-list/item-list-layout.tsx:221 #: client/components/item-object-list/item-list-layout.tsx:219
msgid "<0>Filtered</0>: {itemsCount} / {allItemsCount}" msgid "<0>Filtered</0>: {itemsCount} / {allItemsCount}"
msgstr "<0>Отфильтровано</0>: {itemsCount} / {allItemsCount}" msgstr "<0>Отфильтровано</0>: {itemsCount} / {allItemsCount}"
@ -38,7 +38,7 @@ msgstr ""
msgid "API Group" msgid "API Group"
msgstr "" msgstr ""
#: client/components/layout/sidebar.tsx:72 #: client/components/layout/sidebar.tsx:87
msgid "Access Control" msgid "Access Control"
msgstr "Контроль доступа" msgstr "Контроль доступа"
@ -76,7 +76,9 @@ msgstr "Добавить поле"
msgid "Additional Printer Columns" msgid "Additional Printer Columns"
msgstr "" msgstr ""
#: client/components/+nodes/node-details.tsx:83 #: client/components/+network-endpoints/endpoint-subset-list.tsx:29
#: client/components/+network-endpoints/endpoint-subset-list.tsx:60
#: client/components/+nodes/node-details.tsx:84
msgid "Addresses" msgid "Addresses"
msgstr "Адреса" msgstr "Адреса"
@ -94,6 +96,7 @@ msgstr "Аффинитеты"
#: client/components/+custom-resources/crd-resources.tsx:73 #: client/components/+custom-resources/crd-resources.tsx:73
#: client/components/+events/events.tsx:68 #: client/components/+events/events.tsx:68
#: client/components/+namespaces/namespaces.tsx:33 #: client/components/+namespaces/namespaces.tsx:33
#: client/components/+network-endpoints/endpoints.tsx:34
#: client/components/+network-ingresses/ingresses.tsx:35 #: client/components/+network-ingresses/ingresses.tsx:35
#: client/components/+network-policies/network-policies.tsx:34 #: client/components/+network-policies/network-policies.tsx:34
#: client/components/+network-services/services.tsx:51 #: client/components/+network-services/services.tsx:51
@ -119,7 +122,7 @@ msgstr "Возраст"
msgid "All groups" msgid "All groups"
msgstr "" msgstr ""
#: client/components/+workloads-pods/pod-logs-dialog.tsx:54 #: client/components/+workloads-pods/pod-logs-dialog.tsx:57
msgid "All logs" msgid "All logs"
msgstr "Все логи" msgstr "Все логи"
@ -127,7 +130,7 @@ msgstr "Все логи"
msgid "All namespaces" msgid "All namespaces"
msgstr "" msgstr ""
#: client/components/+nodes/node-details.tsx:77 #: client/components/+nodes/node-details.tsx:78
msgid "Allocatable" msgid "Allocatable"
msgstr "" msgstr ""
@ -163,7 +166,7 @@ msgstr ""
msgid "Allowed Unsafe Sysctls" msgid "Allowed Unsafe Sysctls"
msgstr "" msgstr ""
#: client/components/+nodes/node-details.tsx:102 #: client/components/+nodes/node-details.tsx:103
#: client/components/kube-object/kube-object-meta.tsx:31 #: client/components/kube-object/kube-object-meta.tsx:31
msgid "Annotations" msgid "Annotations"
msgstr "Аннотации" msgstr "Аннотации"
@ -185,7 +188,7 @@ msgstr "Сбой работы приложения на <0>{pageUrl}</0>"
msgid "Applying.." msgid "Applying.."
msgstr "Применение.." msgstr "Применение.."
#: client/components/layout/sidebar.tsx:71 #: client/components/layout/sidebar.tsx:86
msgid "Apps" msgid "Apps"
msgstr "Приложения" msgstr "Приложения"
@ -263,9 +266,9 @@ msgstr "CA Bundle"
#: client/components/+cluster/cluster-metric-switchers.tsx:24 #: client/components/+cluster/cluster-metric-switchers.tsx:24
#: client/components/+cluster/cluster-pie-charts.tsx:140 #: client/components/+cluster/cluster-pie-charts.tsx:140
#: client/components/+nodes/node-details.tsx:62 #: client/components/+nodes/node-details.tsx:63
#: client/components/+nodes/node-details.tsx:73 #: client/components/+nodes/node-details.tsx:74
#: client/components/+nodes/node-details.tsx:78 #: client/components/+nodes/node-details.tsx:79
#: client/components/+nodes/nodes.tsx:113 #: client/components/+nodes/nodes.tsx:113
#: client/components/+workloads-pods/pod-charts.tsx:11 #: client/components/+workloads-pods/pod-charts.tsx:11
#: client/components/+workloads-pods/pod-details-container.tsx:25 #: client/components/+workloads-pods/pod-details-container.tsx:25
@ -310,14 +313,13 @@ msgstr "Отмена"
#: client/components/+nodes/node-charts.tsx:39 #: client/components/+nodes/node-charts.tsx:39
#: client/components/+nodes/node-charts.tsx:63 #: client/components/+nodes/node-charts.tsx:63
#: client/components/+nodes/node-charts.tsx:97 #: client/components/+nodes/node-charts.tsx:97
#: client/components/+nodes/node-details.tsx:72 #: client/components/+nodes/node-details.tsx:73
#: client/components/+storage-volume-claims/volume-claim-disk-chart.tsx:31 #: client/components/+storage-volume-claims/volume-claim-disk-chart.tsx:31
#: client/components/+storage-volumes/volume-details.tsx:29 #: client/components/+storage-volumes/volume-details.tsx:29
#: client/components/+storage-volumes/volumes.tsx:42 #: client/components/+storage-volumes/volumes.tsx:42
msgid "Capacity" msgid "Capacity"
msgstr "Емкость" msgstr "Емкость"
#: client/components/+config/config.tsx:47
#: client/components/+custom-resources/certmanager.k8s.io/certificates.tsx:59 #: client/components/+custom-resources/certmanager.k8s.io/certificates.tsx:59
msgid "Certificates" msgid "Certificates"
msgstr "Сертификаты" msgstr "Сертификаты"
@ -349,11 +351,11 @@ msgstr "Проверка обновлений"
msgid "Claim" msgid "Claim"
msgstr "Запрос" msgstr "Запрос"
#: client/components/+workloads-pods/pod-details.tsx:153 #: client/components/+workloads-pods/pod-details.tsx:163
msgid "Claim Name" msgid "Claim Name"
msgstr "" msgstr ""
#: client/components/+workloads-pods/pod-logs-dialog.tsx:240 #: client/components/+workloads-pods/pod-logs-dialog.tsx:243
#: client/components/dialog/logs-dialog.tsx:39 #: client/components/dialog/logs-dialog.tsx:39
#: client/components/kubeconfig-dialog/kubeconfig-dialog.tsx:94 #: client/components/kubeconfig-dialog/kubeconfig-dialog.tsx:94
msgid "Close" msgid "Close"
@ -368,16 +370,15 @@ msgid "Cloud API Token Secret"
msgstr "Cloud API Token Secret" msgstr "Cloud API Token Secret"
#: client/components/+namespaces/namespace-select.tsx:43 #: client/components/+namespaces/namespace-select.tsx:43
#: client/components/layout/sidebar.tsx:63 #: client/components/layout/sidebar.tsx:78
msgid "Cluster" msgid "Cluster"
msgstr "Кластер" msgstr "Кластер"
#: client/components/+network-services/service-details.tsx:41 #: client/components/+network-services/service-details.tsx:51
#: client/components/+network-services/services.tsx:47 #: client/components/+network-services/services.tsx:47
msgid "Cluster IP" msgid "Cluster IP"
msgstr "IP-адрес кластера" msgstr "IP-адрес кластера"
#: client/components/+config/config.tsx:59
#: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:40 #: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:40
msgid "Cluster Issuers" msgid "Cluster Issuers"
msgstr "" msgstr ""
@ -391,7 +392,7 @@ msgstr "Команда"
msgid "Common Name" msgid "Common Name"
msgstr "Общее имя" msgstr "Общее имя"
#: client/components/layout/sidebar.tsx:60 #: client/components/layout/sidebar.tsx:75
msgid "Compact view" msgid "Compact view"
msgstr "Компактный вид" msgstr "Компактный вид"
@ -409,7 +410,7 @@ msgid "Condition"
msgstr "Состояние" msgstr "Состояние"
#: client/components/+custom-resources/crd-details.tsx:52 #: client/components/+custom-resources/crd-details.tsx:52
#: client/components/+nodes/node-details.tsx:107 #: client/components/+nodes/node-details.tsx:108
#: client/components/+nodes/nodes.tsx:120 #: client/components/+nodes/nodes.tsx:120
#: client/components/+workloads-deployments/deployment-details.tsx:79 #: client/components/+workloads-deployments/deployment-details.tsx:79
#: client/components/+workloads-deployments/deployments.tsx:64 #: client/components/+workloads-deployments/deployments.tsx:64
@ -431,19 +432,19 @@ msgstr "Конфигурация скопирована в буфер"
msgid "ConfigMap <0>{0}</0> successfully updated." msgid "ConfigMap <0>{0}</0> successfully updated."
msgstr "ConfigMap <0>{0}</0> успешно обновлена." msgstr "ConfigMap <0>{0}</0> успешно обновлена."
#: client/components/+config/config.tsx:29 #: client/components/+config/config.tsx:28
msgid "ConfigMaps" msgid "ConfigMaps"
msgstr "ConfigMaps" msgstr "ConfigMaps"
#: client/components/layout/sidebar.tsx:66 #: client/components/layout/sidebar.tsx:81
msgid "Configuration" msgid "Configuration"
msgstr "Конфигурация" msgstr "Конфигурация"
#: client/components/+network-services/service-details.tsx:39 #: client/components/+network-services/service-details.tsx:49
msgid "Connection" msgid "Connection"
msgstr "Соединение" msgstr "Соединение"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:243 #: client/components/+workloads-pods/pod-logs-dialog.tsx:246
msgid "Container" msgid "Container"
msgstr "Контейнер" msgstr "Контейнер"
@ -467,12 +468,12 @@ msgstr "Запросы памяти от контейнеров"
msgid "Container memory usage" msgid "Container memory usage"
msgstr "Использование памяти" msgstr "Использование памяти"
#: client/components/+nodes/node-details.tsx:95 #: client/components/+nodes/node-details.tsx:96
msgid "Container runtime" msgid "Container runtime"
msgstr "Среда контейнеров" msgstr "Среда контейнеров"
#: client/components/+workloads-pods/pod-details.tsx:134 #: client/components/+workloads-pods/pod-details.tsx:134
#: client/components/+workloads-pods/pod-logs-dialog.tsx:183 #: client/components/+workloads-pods/pod-logs-dialog.tsx:186
#: client/components/+workloads-pods/pods.tsx:76 #: client/components/+workloads-pods/pods.tsx:76
msgid "Containers" msgid "Containers"
msgstr "Контейнеры" msgstr "Контейнеры"
@ -598,7 +599,7 @@ msgid "Currently applied filters:"
msgstr "Текущие фильтры:" msgstr "Текущие фильтры:"
#: client/components/+custom-resources/crd-list.tsx:55 #: client/components/+custom-resources/crd-list.tsx:55
#: client/components/layout/sidebar.tsx:73 #: client/components/layout/sidebar.tsx:88
msgid "Custom Resources" msgid "Custom Resources"
msgstr "" msgstr ""
@ -662,7 +663,7 @@ msgstr "Описание"
msgid "Desired number of replicas" msgid "Desired number of replicas"
msgstr "Нужный уровень реплик" msgstr "Нужный уровень реплик"
#: client/components/+nodes/node-details.tsx:64 #: client/components/+nodes/node-details.tsx:65
#: client/components/+nodes/nodes.tsx:115 #: client/components/+nodes/nodes.tsx:115
#: client/components/+storage-volume-claims/volume-claim-details.tsx:44 #: client/components/+storage-volume-claims/volume-claim-details.tsx:44
msgid "Disk" msgid "Disk"
@ -720,6 +721,17 @@ msgstr "Эффект"
msgid "Egress" msgid "Egress"
msgstr "Egress" msgstr "Egress"
#: client/components/+network-services/service-details.tsx:66
msgid "Endpoint"
msgstr ""
#: client/components/+network/network.tsx:31
#: client/components/+network-endpoints/endpoints.tsx:30
#: client/components/+network-endpoints/endpoints.tsx:33
#: client/components/+network-services/service-details-endpoint.tsx:27
msgid "Endpoints"
msgstr ""
#: client/components/+user-management-service-accounts/create-service-account-dialog.tsx:78 #: client/components/+user-management-service-accounts/create-service-account-dialog.tsx:78
msgid "Enter a name" msgid "Enter a name"
msgstr "Название" msgstr "Название"
@ -733,8 +745,9 @@ msgid "Error stack"
msgstr "Стэк ошибки" msgstr "Стэк ошибки"
#: client/components/+events/events.tsx:56 #: client/components/+events/events.tsx:56
#: client/components/+events/kube-event-details.tsx:34
#: client/components/+events/kube-event-details.tsx:39 #: client/components/+events/kube-event-details.tsx:39
#: client/components/layout/sidebar.tsx:70 #: client/components/layout/sidebar.tsx:85
msgid "Events" msgid "Events"
msgstr "События" msgstr "События"
@ -751,7 +764,7 @@ msgstr "За исключением объектов с префиксом “sy
msgid "Exit full size mode" msgid "Exit full size mode"
msgstr "Выйти из полного размера" msgstr "Выйти из полного размера"
#: client/components/layout/sidebar.tsx:60 #: client/components/layout/sidebar.tsx:75
msgid "Extended view" msgid "Extended view"
msgstr "Расширенный вид" msgstr "Расширенный вид"
@ -759,11 +772,11 @@ msgstr "Расширенный вид"
msgid "External IP" msgid "External IP"
msgstr "Внешний IP" msgstr "Внешний IP"
#: client/components/+network-services/service-details.tsx:45 #: client/components/+network-services/service-details.tsx:55
msgid "External IPs" msgid "External IPs"
msgstr "Внешние IP" msgstr "Внешние IP"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:103 #: client/components/+workloads-pods/pod-logs-dialog.tsx:106
msgid "Failed to load logs: {0}" msgid "Failed to load logs: {0}"
msgstr "Ошибка загрузки логов: {0}" msgstr "Ошибка загрузки логов: {0}"
@ -804,7 +817,7 @@ msgstr ""
msgid "From" msgid "From"
msgstr "От" msgstr "От"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:209 #: client/components/+workloads-pods/pod-logs-dialog.tsx:212
msgid "From <0>{from}</0> to <1>{to}</1>" msgid "From <0>{from}</0> to <1>{to}</1>"
msgstr "От <0>{from}</0> до <1>{to}</1>" msgstr "От <0>{from}</0> до <1>{to}</1>"
@ -822,7 +835,7 @@ msgstr "Группа"
msgid "Groups" msgid "Groups"
msgstr "Группы" msgstr "Группы"
#: client/components/+config/config.tsx:65 #: client/components/+config/config.tsx:46
msgid "HPA" msgid "HPA"
msgstr "HPA" msgstr "HPA"
@ -839,7 +852,7 @@ msgid "Helm Upgrade: {0}"
msgstr "Helm обновление: {0}" msgstr "Helm обновление: {0}"
#: client/components/+config-secrets/secret-details.tsx:93 #: client/components/+config-secrets/secret-details.tsx:93
#: client/components/+workloads-pods/pod-logs-dialog.tsx:212 #: client/components/+workloads-pods/pod-logs-dialog.tsx:215
#: client/components/drawer/drawer-param-toggler.tsx:19 #: client/components/drawer/drawer-param-toggler.tsx:19
msgid "Hide" msgid "Hide"
msgstr "Скрыть" msgstr "Скрыть"
@ -876,6 +889,12 @@ msgstr ""
msgid "Host: {0}" msgid "Host: {0}"
msgstr "Хост: {0}" msgstr "Хост: {0}"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:33
#: client/components/+network-endpoints/endpoint-subset-list.tsx:64
#: client/components/+network-endpoints/endpoint-subset-list.tsx:76
msgid "Hostname"
msgstr ""
#: client/components/+custom-resources/certmanager.k8s.io/certificate-details.tsx:92 #: client/components/+custom-resources/certmanager.k8s.io/certificate-details.tsx:92
msgid "Http01" msgid "Http01"
msgstr "Http01" msgstr "Http01"
@ -907,13 +926,13 @@ msgstr "Изображения"
msgid "Ingress" msgid "Ingress"
msgstr "Ingress" msgstr "Ingress"
#: client/components/+network/network.tsx:30 #: client/components/+network/network.tsx:37
#: client/components/+network-ingresses/ingresses.tsx:31 #: client/components/+network-ingresses/ingresses.tsx:31
msgid "Ingresses" msgid "Ingresses"
msgstr "Ingresses" msgstr "Ingresses"
#: client/components/+workloads-pods/pod-details.tsx:130 #: client/components/+workloads-pods/pod-details.tsx:130
#: client/components/+workloads-pods/pod-logs-dialog.tsx:189 #: client/components/+workloads-pods/pod-logs-dialog.tsx:192
msgid "Init Containers" msgid "Init Containers"
msgstr "Контейнеры инициализации" msgstr "Контейнеры инициализации"
@ -951,7 +970,6 @@ msgstr "Затронутый объект"
msgid "Issuer" msgid "Issuer"
msgstr "Issuer" msgstr "Issuer"
#: client/components/+config/config.tsx:53
#: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:53 #: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:53
msgid "Issuers" msgid "Issuers"
msgstr "Issuers" msgstr "Issuers"
@ -971,7 +989,7 @@ msgstr ""
msgid "Jobs" msgid "Jobs"
msgstr "Jobs" msgstr "Jobs"
#: client/components/+nodes/node-details.tsx:92 #: client/components/+nodes/node-details.tsx:93
msgid "Kernel version" msgid "Kernel version"
msgstr "Версия Kernel" msgstr "Версия Kernel"
@ -1011,14 +1029,14 @@ msgstr "Файл конфигурации"
msgid "Kubeconfig File" msgid "Kubeconfig File"
msgstr "Файл конфигурации" msgstr "Файл конфигурации"
#: client/components/+nodes/node-details.tsx:98 #: client/components/+nodes/node-details.tsx:99
msgid "Kubelet version" msgid "Kubelet version"
msgstr "Версия Kubelet" msgstr "Версия Kubelet"
#: client/components/+config-secrets/secrets.tsx:43 #: client/components/+config-secrets/secrets.tsx:43
#: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:65 #: client/components/+custom-resources/certmanager.k8s.io/issuers.tsx:65
#: client/components/+namespaces/namespaces.tsx:32 #: client/components/+namespaces/namespaces.tsx:32
#: client/components/+nodes/node-details.tsx:101 #: client/components/+nodes/node-details.tsx:102
#: client/components/kube-object/kube-object-meta.tsx:30 #: client/components/kube-object/kube-object-meta.tsx:30
msgid "Labels" msgid "Labels"
msgstr "Метки" msgstr "Метки"
@ -1060,7 +1078,7 @@ msgstr ""
msgid "Limits" msgid "Limits"
msgstr "Лимиты" msgstr "Лимиты"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:245 #: client/components/+workloads-pods/pod-logs-dialog.tsx:248
msgid "Lines" msgid "Lines"
msgstr "Строки" msgstr "Строки"
@ -1072,7 +1090,7 @@ msgstr ""
msgid "Liveness" msgid "Liveness"
msgstr "Живучесть" msgstr "Живучесть"
#: client/components/+network-services/service-details.tsx:53 #: client/components/+network-services/service-details.tsx:63
msgid "Load Balancer IP" msgid "Load Balancer IP"
msgstr "IP балансировщика нагрузки" msgstr "IP балансировщика нагрузки"
@ -1080,8 +1098,8 @@ msgstr "IP балансировщика нагрузки"
msgid "Loading" msgid "Loading"
msgstr "Загрузка" msgstr "Загрузка"
#: client/components/+workloads-pods/pod-menu.tsx:86 #: client/components/+workloads-pods/pod-menu.tsx:90
#: client/components/+workloads-pods/pod-menu.tsx:87 #: client/components/+workloads-pods/pod-menu.tsx:91
msgid "Logs" msgid "Logs"
msgstr "Логи" msgstr "Логи"
@ -1114,11 +1132,15 @@ msgstr "Макс. подов"
msgid "Maximum length is {maxLength}" msgid "Maximum length is {maxLength}"
msgstr "Максимальная длина {maxLength}" msgstr "Максимальная длина {maxLength}"
#: client/components/+workloads-pods/pod-details.tsx:155
msgid "Medium"
msgstr ""
#: client/components/+cluster/cluster-metric-switchers.tsx:25 #: client/components/+cluster/cluster-metric-switchers.tsx:25
#: client/components/+cluster/cluster-pie-charts.tsx:144 #: client/components/+cluster/cluster-pie-charts.tsx:144
#: client/components/+nodes/node-details.tsx:63 #: client/components/+nodes/node-details.tsx:64
#: client/components/+nodes/node-details.tsx:74 #: client/components/+nodes/node-details.tsx:75
#: client/components/+nodes/node-details.tsx:79 #: client/components/+nodes/node-details.tsx:80
#: client/components/+nodes/nodes.tsx:114 #: client/components/+nodes/nodes.tsx:114
#: client/components/+workloads-pods/pod-charts.tsx:12 #: client/components/+workloads-pods/pod-charts.tsx:12
#: client/components/+workloads-pods/pod-details-container.tsx:26 #: client/components/+workloads-pods/pod-details-container.tsx:26
@ -1209,8 +1231,11 @@ msgstr "Установки"
#: client/components/+custom-resources/crd-resources.tsx:63 #: client/components/+custom-resources/crd-resources.tsx:63
#: client/components/+events/event-details.tsx:55 #: client/components/+events/event-details.tsx:55
#: client/components/+namespaces/namespaces.tsx:31 #: client/components/+namespaces/namespaces.tsx:31
#: client/components/+network-endpoints/endpoint-subset-list.tsx:87
#: client/components/+network-endpoints/endpoints.tsx:31
#: client/components/+network-ingresses/ingresses.tsx:32 #: client/components/+network-ingresses/ingresses.tsx:32
#: client/components/+network-policies/network-policies.tsx:31 #: client/components/+network-policies/network-policies.tsx:31
#: client/components/+network-services/service-details-endpoint.tsx:26
#: client/components/+network-services/services.tsx:44 #: client/components/+network-services/services.tsx:44
#: client/components/+nodes/nodes.tsx:112 #: client/components/+nodes/nodes.tsx:112
#: client/components/+pod-security-policies/pod-security-policies.tsx:35 #: client/components/+pod-security-policies/pod-security-policies.tsx:35
@ -1260,6 +1285,7 @@ msgstr ""
#: client/components/+events/event-details.tsx:56 #: client/components/+events/event-details.tsx:56
#: client/components/+events/events.tsx:63 #: client/components/+events/events.tsx:63
#: client/components/+namespaces/add-namespace-dialog.tsx:73 #: client/components/+namespaces/add-namespace-dialog.tsx:73
#: client/components/+network-endpoints/endpoints.tsx:32
#: client/components/+network-ingresses/ingresses.tsx:33 #: client/components/+network-ingresses/ingresses.tsx:33
#: client/components/+network-policies/network-policies.tsx:32 #: client/components/+network-policies/network-policies.tsx:32
#: client/components/+network-services/services.tsx:45 #: client/components/+network-services/services.tsx:45
@ -1289,7 +1315,7 @@ msgid "Namespace: {0}"
msgstr "Namespace: {0}" msgstr "Namespace: {0}"
#: client/components/+namespaces/namespaces.tsx:30 #: client/components/+namespaces/namespaces.tsx:30
#: client/components/layout/sidebar.tsx:69 #: client/components/layout/sidebar.tsx:84
msgid "Namespaces" msgid "Namespaces"
msgstr "Namespaces" msgstr "Namespaces"
@ -1299,7 +1325,7 @@ msgstr "Namespaces: {0}"
#: client/components/+network-ingresses/ingress-details.tsx:66 #: client/components/+network-ingresses/ingress-details.tsx:66
#: client/components/+workloads-pods/pod-charts.tsx:13 #: client/components/+workloads-pods/pod-charts.tsx:13
#: client/components/layout/sidebar.tsx:67 #: client/components/layout/sidebar.tsx:82
msgid "Network" msgid "Network"
msgstr "Сеть" msgstr "Сеть"
@ -1307,12 +1333,12 @@ msgstr "Сеть"
msgid "Network File System" msgid "Network File System"
msgstr "Сетевая файловая система" msgstr "Сетевая файловая система"
#: client/components/+network/network.tsx:36 #: client/components/+network/network.tsx:43
#: client/components/+network-policies/network-policies.tsx:30 #: client/components/+network-policies/network-policies.tsx:30
msgid "Network Policies" msgid "Network Policies"
msgstr "Network Policies" msgstr "Network Policies"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:228 #: client/components/+workloads-pods/pod-logs-dialog.tsx:231
msgid "New logs since opening the dialog" msgid "New logs since opening the dialog"
msgstr "Новые логи с момента открытия диалога" msgstr "Новые логи с момента открытия диалога"
@ -1357,7 +1383,7 @@ msgstr "Нет доступных фильтров."
msgid "No issues found" msgid "No issues found"
msgstr "Проблемы не обнаружены" msgstr "Проблемы не обнаружены"
#: client/components/item-object-list/item-list-layout.tsx:193 #: client/components/item-object-list/item-list-layout.tsx:191
msgid "No items found." msgid "No items found."
msgstr "Ничего не найдено." msgstr "Ничего не найдено."
@ -1365,6 +1391,7 @@ msgstr "Ничего не найдено."
msgid "No revisions to rollback." msgid "No revisions to rollback."
msgstr "Нет изменений для отката." msgstr "Нет изменений для отката."
#: client/components/+nodes/node-menu.tsx:24
#: client/components/+workloads-pods/pod-details.tsx:87 #: client/components/+workloads-pods/pod-details.tsx:87
msgid "Node" msgid "Node"
msgstr "Нода" msgstr "Нода"
@ -1396,7 +1423,7 @@ msgid "Node shell"
msgstr "Командная строка ноды" msgstr "Командная строка ноды"
#: client/components/+nodes/nodes.tsx:111 #: client/components/+nodes/nodes.tsx:111
#: client/components/layout/sidebar.tsx:64 #: client/components/layout/sidebar.tsx:79
msgid "Nodes" msgid "Nodes"
msgstr "Ноды" msgstr "Ноды"
@ -1404,6 +1431,10 @@ msgstr "Ноды"
msgid "Not After" msgid "Not After"
msgstr "Не позже" msgstr "Не позже"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:72
msgid "Not Ready Addresses"
msgstr ""
#: client/components/+apps-releases/releases.tsx:85 #: client/components/+apps-releases/releases.tsx:85
msgid "Note: StatefulSet Volumes won't be deleted automatically" msgid "Note: StatefulSet Volumes won't be deleted automatically"
msgstr "Внимание: StatefulSet Volumes не будут удалены автоматически" msgstr "Внимание: StatefulSet Volumes не будут удалены автоматически"
@ -1416,11 +1447,11 @@ msgstr "Заметки"
msgid "Number of running Pods" msgid "Number of running Pods"
msgstr "Кол-во работающих подов" msgstr "Кол-во работающих подов"
#: client/components/+nodes/node-details.tsx:86 #: client/components/+nodes/node-details.tsx:87
msgid "OS" msgid "OS"
msgstr "ОС" msgstr "ОС"
#: client/components/+nodes/node-details.tsx:89 #: client/components/+nodes/node-details.tsx:90
msgid "OS Image" msgid "OS Image"
msgstr "Образ ОС" msgstr "Образ ОС"
@ -1436,6 +1467,10 @@ msgstr "Ок"
msgid "Open" msgid "Open"
msgstr "Открыть" msgstr "Открыть"
#: client/components/+network-services/service-ports.tsx:49
msgid "Open in a browser"
msgstr ""
#: client/components/+config-resource-quotas/resource-quota-details.tsx:63 #: client/components/+config-resource-quotas/resource-quota-details.tsx:63
#: client/components/+storage-volume-claims/volume-claim-details.tsx:78 #: client/components/+storage-volume-claims/volume-claim-details.tsx:78
#: client/components/+workloads-pods/pod-details-tolerations.tsx:17 #: client/components/+workloads-pods/pod-details-tolerations.tsx:17
@ -1483,6 +1518,10 @@ msgstr "Persistent Volume Claims"
msgid "Persistent Volumes" msgid "Persistent Volumes"
msgstr "Persistent Volumes" msgstr "Persistent Volumes"
#: client/components/+workloads-pods/pod-menu.tsx:50
msgid "Pod"
msgstr ""
#: client/components/+workloads-pods/pod-details.tsx:92 #: client/components/+workloads-pods/pod-details.tsx:92
msgid "Pod IP" msgid "Pod IP"
msgstr "IP пода" msgstr "IP пода"
@ -1503,14 +1542,14 @@ msgstr "Селектор подов"
msgid "Pod Status" msgid "Pod Status"
msgstr "Статус подов" msgstr "Статус подов"
#: client/components/+workloads-pods/pod-menu.tsx:63 #: client/components/+workloads-pods/pod-menu.tsx:67
msgid "Pod shell" msgid "Pod shell"
msgstr "Командная строка пода" msgstr "Командная строка пода"
#: client/components/+cluster/cluster-pie-charts.tsx:148 #: client/components/+cluster/cluster-pie-charts.tsx:148
#: client/components/+nodes/node-details.tsx:65 #: client/components/+nodes/node-details.tsx:66
#: client/components/+nodes/node-details.tsx:75 #: client/components/+nodes/node-details.tsx:76
#: client/components/+nodes/node-details.tsx:80 #: client/components/+nodes/node-details.tsx:81
#: client/components/+storage-volume-claims/volume-claim-details.tsx:60 #: client/components/+storage-volume-claims/volume-claim-details.tsx:60
#: client/components/+storage-volume-claims/volume-claims.tsx:50 #: client/components/+storage-volume-claims/volume-claims.tsx:50
#: client/components/+workloads/workloads.tsx:34 #: client/components/+workloads/workloads.tsx:34
@ -1528,10 +1567,15 @@ msgstr ""
msgid "Policy Types" msgid "Policy Types"
msgstr "Типы политик" msgstr "Типы политик"
#: client/components/+network-endpoints/endpoint-subset-list.tsx:86
msgid "Port"
msgstr ""
#: client/components/+network-endpoints/endpoint-subset-list.tsx:83
#: client/components/+network-ingresses/ingress-details.tsx:74 #: client/components/+network-ingresses/ingress-details.tsx:74
#: client/components/+network-policies/network-policy-details.tsx:96 #: client/components/+network-policies/network-policy-details.tsx:96
#: client/components/+network-policies/network-policy-details.tsx:109 #: client/components/+network-policies/network-policy-details.tsx:109
#: client/components/+network-services/service-details.tsx:49 #: client/components/+network-services/service-details.tsx:59
#: client/components/+network-services/services.tsx:48 #: client/components/+network-services/services.tsx:48
#: client/components/+workloads-pods/pod-details-container.tsx:52 #: client/components/+workloads-pods/pod-details-container.tsx:52
msgid "Ports" msgid "Ports"
@ -1587,7 +1631,7 @@ msgstr "Готовность"
msgid "Reason" msgid "Reason"
msgstr "Причина" msgstr "Причина"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:104 #: client/components/+workloads-pods/pod-logs-dialog.tsx:107
msgid "Reason: {0} ({1})" msgid "Reason: {0} ({1})"
msgstr "Причина: {0} ({1})" msgstr "Причина: {0} ({1})"
@ -1628,7 +1672,7 @@ msgid "Releases"
msgstr "Релизы" msgstr "Релизы"
#: client/components/+user-management-roles-bindings/role-binding-details.tsx:60 #: client/components/+user-management-roles-bindings/role-binding-details.tsx:60
#: client/components/item-object-list/item-list-layout.tsx:176 #: client/components/item-object-list/item-list-layout.tsx:174
#: client/components/menu/menu-actions.tsx:49 #: client/components/menu/menu-actions.tsx:49
#: client/components/menu/menu-actions.tsx:85 #: client/components/menu/menu-actions.tsx:85
msgid "Remove" msgid "Remove"
@ -1654,7 +1698,7 @@ msgstr "Удалить выбранные связки <0>{0}</0>?"
msgid "Remove selected bindings from ${name}" msgid "Remove selected bindings from ${name}"
msgstr "Удалить выбранные связки из ${name}" msgstr "Удалить выбранные связки из ${name}"
#: client/components/item-object-list/item-list-layout.tsx:272 #: client/components/item-object-list/item-list-layout.tsx:270
msgid "Remove selected items ({0})" msgid "Remove selected items ({0})"
msgstr "Удалить выбранные элементы ({0})" msgstr "Удалить выбранные элементы ({0})"
@ -1713,7 +1757,7 @@ msgstr "Обязательное поле"
msgid "Reset" msgid "Reset"
msgstr "Сбросить" msgstr "Сбросить"
#: client/components/item-object-list/item-list-layout.tsx:196 #: client/components/item-object-list/item-list-layout.tsx:194
msgid "Reset filters?" msgid "Reset filters?"
msgstr "Сбросить фильтры?" msgstr "Сбросить фильтры?"
@ -1726,7 +1770,7 @@ msgstr ""
msgid "Resource Names" msgid "Resource Names"
msgstr "Имена ресурсов" msgstr "Имена ресурсов"
#: client/components/+config/config.tsx:41 #: client/components/+config/config.tsx:40
#: client/components/+config-resource-quotas/resource-quotas.tsx:33 #: client/components/+config-resource-quotas/resource-quotas.tsx:33
#: client/components/+namespaces/namespace-details.tsx:41 #: client/components/+namespaces/namespace-details.tsx:41
msgid "Resource Quotas" msgid "Resource Quotas"
@ -1761,7 +1805,7 @@ msgstr "Ответ"
msgid "Response duration in seconds" msgid "Response duration in seconds"
msgstr "Продолжительность ответа в секундах" msgstr "Продолжительность ответа в секундах"
#: client/components/dock/terminal-tab.tsx:30 #: client/components/dock/terminal-tab.tsx:37
msgid "Restart session" msgid "Restart session"
msgstr "Перезагрузить сессию" msgstr "Перезагрузить сессию"
@ -1838,7 +1882,7 @@ msgstr ""
#: client/components/+apps-releases/release-details.tsx:115 #: client/components/+apps-releases/release-details.tsx:115
#: client/components/+config-maps/config-map-details.tsx:78 #: client/components/+config-maps/config-map-details.tsx:78
#: client/components/+config-secrets/secret-details.tsx:97 #: client/components/+config-secrets/secret-details.tsx:97
#: client/components/+workloads-pods/pod-logs-dialog.tsx:213 #: client/components/+workloads-pods/pod-logs-dialog.tsx:216
#: client/components/dock/edit-resource.tsx:88 #: client/components/dock/edit-resource.tsx:88
msgid "Save" msgid "Save"
msgstr "Сохранить" msgstr "Сохранить"
@ -1905,7 +1949,7 @@ msgstr "Секрет успешно обновлен."
msgid "Secret type" msgid "Secret type"
msgstr "Тип секрета" msgstr "Тип секрета"
#: client/components/+config/config.tsx:35 #: client/components/+config/config.tsx:34
#: client/components/+config-secrets/secrets.tsx:40 #: client/components/+config-secrets/secrets.tsx:40
#: client/components/+workloads-pods/pod-details.tsx:125 #: client/components/+workloads-pods/pod-details.tsx:125
msgid "Secrets" msgid "Secrets"
@ -1923,7 +1967,7 @@ msgstr "Выбрать роль.."
msgid "Select service accounts" msgid "Select service accounts"
msgstr "Выбрать сервисные аккаунты" msgstr "Выбрать сервисные аккаунты"
#: client/components/+network-services/service-details.tsx:27 #: client/components/+network-services/service-details.tsx:37
#: client/components/+network-services/services.tsx:50 #: client/components/+network-services/services.tsx:50
#: client/components/+storage-volume-claims/volume-claim-details.tsx:69 #: client/components/+storage-volume-claims/volume-claim-details.tsx:69
#: client/components/+workloads-cronjobs/cronjob-details.tsx:75 #: client/components/+workloads-cronjobs/cronjob-details.tsx:75
@ -1949,12 +1993,12 @@ msgstr "Service"
msgid "Service Accounts" msgid "Service Accounts"
msgstr "Service Accounts" msgstr "Service Accounts"
#: client/components/+network/network.tsx:24 #: client/components/+network/network.tsx:25
#: client/components/+network-services/services.tsx:43 #: client/components/+network-services/services.tsx:43
msgid "Services" msgid "Services"
msgstr "Services" msgstr "Services"
#: client/components/+network-services/service-details.tsx:35 #: client/components/+network-services/service-details.tsx:45
msgid "Session Affinity" msgid "Session Affinity"
msgstr "Направление сессии" msgstr "Направление сессии"
@ -1967,17 +2011,13 @@ msgid "Set quota"
msgstr "Установить квоту" msgstr "Установить квоту"
#: client/components/+nodes/node-menu.tsx:48 #: client/components/+nodes/node-menu.tsx:48
#: client/components/+workloads-pods/pod-menu.tsx:64 #: client/components/+workloads-pods/pod-menu.tsx:68
msgid "Shell" msgid "Shell"
msgstr "Командная строка" msgstr "Командная строка"
#: client/components/+nodes/node-menu.tsx:24
msgid "Shell: {nodeName}"
msgstr "Командная строка: {nodeName}"
#: client/components/+config-secrets/secret-details.tsx:93 #: client/components/+config-secrets/secret-details.tsx:93
#: client/components/+workloads-pods/pod-container-env.tsx:97 #: client/components/+workloads-pods/pod-container-env.tsx:97
#: client/components/+workloads-pods/pod-logs-dialog.tsx:212 #: client/components/+workloads-pods/pod-logs-dialog.tsx:215
#: client/components/drawer/drawer-param-toggler.tsx:19 #: client/components/drawer/drawer-param-toggler.tsx:19
msgid "Show" msgid "Show"
msgstr "Показать" msgstr "Показать"
@ -1995,6 +2035,10 @@ msgstr "Показать значение"
msgid "Size" msgid "Size"
msgstr "Размер" msgstr "Размер"
#: client/components/+workloads-pods/pod-details.tsx:158
msgid "Size Limit"
msgstr ""
#: client/components/+custom-resources/certmanager.k8s.io/issuer-details.tsx:70 #: client/components/+custom-resources/certmanager.k8s.io/issuer-details.tsx:70
msgid "Skip TLS Verify" msgid "Skip TLS Verify"
msgstr "Skip TLS Verify" msgstr "Skip TLS Verify"
@ -2046,7 +2090,7 @@ msgid "Status URI"
msgstr "Адрес статуса" msgstr "Адрес статуса"
#: client/components/+storage-volume-claims/volume-claim-details.tsx:57 #: client/components/+storage-volume-claims/volume-claim-details.tsx:57
#: client/components/layout/sidebar.tsx:68 #: client/components/layout/sidebar.tsx:83
msgid "Storage" msgid "Storage"
msgstr "Storage" msgstr "Storage"
@ -2090,6 +2134,10 @@ msgstr "Отправить"
msgid "Submitting.." msgid "Submitting.."
msgstr "Применение.." msgstr "Применение.."
#: client/components/+network-endpoints/endpoint-details.tsx:24
msgid "Subsets"
msgstr ""
#: client/components/+pod-security-policies/pod-security-policy-details.tsx:128 #: client/components/+pod-security-policies/pod-security-policy-details.tsx:128
msgid "Supplemental Groups" msgid "Supplemental Groups"
msgstr "" msgstr ""
@ -2103,7 +2151,7 @@ msgstr "Заморозка"
msgid "TLS" msgid "TLS"
msgstr "TLS" msgstr "TLS"
#: client/components/+nodes/node-details.tsx:103 #: client/components/+nodes/node-details.tsx:104
#: client/components/+nodes/nodes.tsx:116 #: client/components/+nodes/nodes.tsx:116
msgid "Taints" msgid "Taints"
msgstr "Метки блокировки" msgstr "Метки блокировки"
@ -2116,7 +2164,7 @@ msgstr "Терминал"
msgid "Terminal session" msgid "Terminal session"
msgstr "Сессия терминала" msgstr "Сессия терминала"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:223 #: client/components/+workloads-pods/pod-logs-dialog.tsx:226
msgid "There are no logs available for container." msgid "There are no logs available for container."
msgstr "Для контейнера нет логов." msgstr "Для контейнера нет логов."
@ -2161,13 +2209,13 @@ msgstr "Транзит"
#: client/components/+custom-resources/crd-details.tsx:82 #: client/components/+custom-resources/crd-details.tsx:82
#: client/components/+events/event-details.tsx:48 #: client/components/+events/event-details.tsx:48
#: client/components/+events/events.tsx:64 #: client/components/+events/events.tsx:64
#: client/components/+network-services/service-details.tsx:31 #: client/components/+network-services/service-details.tsx:41
#: client/components/+network-services/services.tsx:46 #: client/components/+network-services/services.tsx:46
#: client/components/+pod-security-policies/pod-security-policy-details.tsx:152 #: client/components/+pod-security-policies/pod-security-policy-details.tsx:152
#: client/components/+storage-volumes/volume-details.tsx:69 #: client/components/+storage-volumes/volume-details.tsx:69
#: client/components/+user-management-roles-bindings/role-binding-details.tsx:94 #: client/components/+user-management-roles-bindings/role-binding-details.tsx:94
#: client/components/+user-management-service-accounts/service-accounts-secret.tsx:43 #: client/components/+user-management-service-accounts/service-accounts-secret.tsx:43
#: client/components/+workloads-pods/pod-details.tsx:150 #: client/components/+workloads-pods/pod-details.tsx:151
msgid "Type" msgid "Type"
msgstr "Тип" msgstr "Тип"
@ -2304,7 +2352,7 @@ msgstr "Предупреждения: {0}"
msgid "Worker" msgid "Worker"
msgstr "Рабочие" msgstr "Рабочие"
#: client/components/layout/sidebar.tsx:65 #: client/components/layout/sidebar.tsx:80
msgid "Workloads" msgid "Workloads"
msgstr "Ресурсы" msgstr "Ресурсы"
@ -2341,7 +2389,7 @@ msgstr "Зона"
msgid "ago" msgid "ago"
msgstr "тому назад" msgstr "тому назад"
#: client/components/item-object-list/item-list-layout.tsx:175 #: client/components/item-object-list/item-list-layout.tsx:173
msgid "and <0>{tailCount}</0> more" msgid "and <0>{tailCount}</0> more"
msgstr "и <0>{tailCount}</0> ещё" msgstr "и <0>{tailCount}</0> ещё"
@ -2382,7 +2430,7 @@ msgstr "сек"
msgid "singular" msgid "singular"
msgstr "" msgstr ""
#: client/components/+workloads-pods/pod-logs-dialog.tsx:212 #: client/components/+workloads-pods/pod-logs-dialog.tsx:215
msgid "timestamps" msgid "timestamps"
msgstr "временные метки" msgstr "временные метки"
@ -2418,7 +2466,7 @@ msgstr "{0} недоступно"
msgid "{accountName} kubeconfig" msgid "{accountName} kubeconfig"
msgstr "{accountName} конфигурация" msgstr "{accountName} конфигурация"
#: client/components/item-object-list/item-list-layout.tsx:225 #: client/components/item-object-list/item-list-layout.tsx:223
msgid "{allItemsCount, plural, one {# item} other {# items}}" msgid "{allItemsCount, plural, one {# item} other {# items}}"
msgstr "{allItemsCount, plural, one {# элемент} few {# элемента} many {# элементов} other {# элементов}}" msgstr "{allItemsCount, plural, one {# элемент} few {# элемента} many {# элементов} other {# элементов}}"
@ -2426,7 +2474,7 @@ msgstr "{allItemsCount, plural, one {# элемент} few {# элемента}
msgid "{metricsRemainCount} more..." msgid "{metricsRemainCount} more..."
msgstr "{metricsRemainCount} еще…" msgstr "{metricsRemainCount} еще…"
#: client/components/+workloads-pods/pod-logs-dialog.tsx:237 #: client/components/+workloads-pods/pod-logs-dialog.tsx:240
msgid "{podName} Logs" msgid "{podName} Logs"
msgstr "{podName} логи" msgstr "{podName} логи"
@ -2434,7 +2482,7 @@ msgstr "{podName} логи"
msgid "{resourceType} <0>{resourceName}</0> updated." msgid "{resourceType} <0>{resourceName}</0> updated."
msgstr "{resourceType} <0>{resourceName}</0> обновлен." msgstr "{resourceType} <0>{resourceName}</0> обновлен."
#: client/components/item-object-list/item-list-layout.tsx:176 #: client/components/item-object-list/item-list-layout.tsx:174
msgid "{selectedCount, plural, one {<0>Remove item <1>{selectedNames}</1>?</0>} other {<2>Remove <3>{selectedCount}</3> items <4>{selectedNames}</4> {tail}?</2>}}" msgid "{selectedCount, plural, one {<0>Remove item <1>{selectedNames}</1>?</0>} other {<2>Remove <3>{selectedCount}</3> items <4>{selectedNames}</4> {tail}?</2>}}"
msgstr "" msgstr ""
"{\n" "{\n"