diff --git a/dashboard/client/api/endpoints/pods.api.ts b/dashboard/client/api/endpoints/pods.api.ts index cb24a74098..2cc1ebf1a7 100644 --- a/dashboard/client/api/endpoints/pods.api.ts +++ b/dashboard/client/api/endpoints/pods.api.ts @@ -22,7 +22,7 @@ export class PodsApi extends KubeApi { memoryLimits: opts, fsUsage: opts, networkReceive: opts, - networkTransit: opts, + networkTransmit: opts, }, { namespace, }); @@ -39,7 +39,7 @@ export interface IPodMetrics { memoryLimits: T; fsUsage: T; networkReceive: T; - networkTransit: T; + networkTransmit: T; } export interface IPodLogsQuery { diff --git a/dashboard/client/components/+workloads-pods/pod-charts.tsx b/dashboard/client/components/+workloads-pods/pod-charts.tsx index b7a1571460..b46a25d010 100644 --- a/dashboard/client/components/+workloads-pods/pod-charts.tsx +++ b/dashboard/client/components/+workloads-pods/pod-charts.tsx @@ -40,7 +40,7 @@ export const PodCharts = observer(() => { memoryLimits, fsUsage, networkReceive, - networkTransit + networkTransmit ] = values; const datasets = [ @@ -102,11 +102,11 @@ export const PodCharts = observer(() => { data: networkReceive.map(([x, y]) => ({ x, y })) }, { - id: `${id}-networkTransit`, - label: _i18n._(t`Transit`), + id: `${id}-networkTransmit`, + label: _i18n._(t`Transmit`), tooltip: _i18n._(t`Bytes transmitted from all containers`), borderColor: "#46cd9e", - data: networkTransit.map(([x, y]) => ({ x, y })) + data: networkTransmit.map(([x, y]) => ({ x, y })) } ], // Filesystem diff --git a/dashboard/locales/en/messages.js b/dashboard/locales/en/messages.js index 0ffc8795b8..e4f61a40fd 100644 --- a/dashboard/locales/en/messages.js +++ b/dashboard/locales/en/messages.js @@ -1 +1 @@ -/* eslint-disable */module.exports={localeData:{"plurals":function(n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}},messages:{"(as a percentage of request)":"(as a percentage of request)","(empty) (Allowing the specific traffic to all pods in this namespace)":"(empty) (Allowing the specific traffic to all pods in this namespace)","<0>Filtered: {itemsCount} / {allItemsCount}":["<0>Filtered: ",["itemsCount"]," / ",["allItemsCount"]],"<0>Your browser does not support all Lens features. Please consider using another browser.":"<0>Your browser does not support all Lens features. Please consider using another browser.","<0>{0} successfully created":["<0>",["0"]," successfully created"],"API Group":"API Group","Access Control":"Access Control","Access Modes":"Access Modes","Account Name":"Account Name","Active":"Active","Add Namespace":"Add Namespace","Add RoleBinding":"Add RoleBinding","Add bindings to {name}":["Add bindings to ",["name"]],"Add field":"Add field","Additional Printer Columns":"Additional Printer Columns","Addresses":"Addresses","Affinities":"Affinities","Age":"Age","All groups":"All groups","All logs":"All logs","All namespaces":"All namespaces","Allocatable":"Allocatable","Allow Privilege Escalation":"Allow Privilege Escalation","Allowed CSI Drivers":"Allowed CSI Drivers","Allowed Capabilities":"Allowed Capabilities","Allowed Flex Volumes":"Allowed Flex Volumes","Allowed Host Paths":"Allowed Host Paths","Allowed Proc Mount Types":"Allowed Proc Mount Types","Allowed Runtime Class Names":"Allowed Runtime Class Names","Allowed Unsafe Sysctls":"Allowed Unsafe Sysctls","Annotations":"Annotations","Api Groups":"Api Groups","App Version":"App Version","App crash at <0>{pageUrl}":["App crash at <0>",["pageUrl"],""],"Applying..":"Applying..","Apps":"Apps","Are you sure you want to drain <0>{nodeName}?":["Are you sure you want to drain <0>",["nodeName"],"?"],"Arguments":"Arguments","Auth App Role":"Auth App Role","Back":"Back","Backends":"Backends","Binding":"Binding","Binding targets":"Binding targets","Bindings":"Bindings","Build version":"Build version","Bytes consumed on this filesystem":"Bytes consumed on this filesystem","Bytes received by all containers":"Bytes received by all containers","Bytes sent by Ingress controller with error status":"Bytes sent by Ingress controller with error status","Bytes sent by Ingress controller with successful status":"Bytes sent by Ingress controller with successful status","Bytes sent, status 2xx":"Bytes sent, status 2xx","Bytes sent, status 5xx":"Bytes sent, status 5xx","Bytes transmitted from all containers":"Bytes transmitted from all containers","CA Bundle":"CA Bundle","CPU":"CPU","CPU capacity":"CPU capacity","CPU cores usage":"CPU cores usage","CPU limits":"CPU limits","CPU requests":"CPU requests","CPU:":"CPU:","Cancel":"Cancel","Capacity":"Capacity","Certificates":"Certificates","Chart":"Chart","Chart Release <0>{0} successfully created.":["Chart Release <0>",["0"]," successfully created."],"Chart: {0}":["Chart: ",["0"]],"Charts":"Charts","Checking update":"Checking update","Claim":"Claim","Claim Name":"Claim Name","Close":"Close","Close (Ctrl+W)":"Close (Ctrl+W)","Cloud API Token Secret":"Cloud API Token Secret","Cluster":"Cluster","Cluster IP":"Cluster IP","Cluster Issuers":"Cluster Issuers","Command":"Command","Common Name":"Common Name","Compact view":"Compact view","Completions":"Completions","Component stack":"Component stack","Condition":"Condition","Conditions":"Conditions","Config Maps":"Config Maps","Config copied to clipboard":"Config copied to clipboard","ConfigMap <0>{0} successfully updated.":["ConfigMap <0>",["0"]," successfully updated."],"ConfigMaps":"ConfigMaps","Configuration":"Configuration","Connection":"Connection","Container":"Container","Container CPU cores usage":"Container CPU cores usage","Container CPU requests":"Container CPU requests","Container memory limits":"Container memory limits","Container memory requests":"Container memory requests","Container memory usage":"Container memory usage","Container runtime":"Container runtime","Containers":"Containers","Context":"Context","Controlled By":"Controlled By","Controlled by":"Controlled by","Conversion":"Conversion","Copy to clipboard":"Copy to clipboard","Cordon":"Cordon","Count":"Count","Create":"Create","Create Namespace":"Create Namespace","Create ResourceQuota":"Create ResourceQuota","Create Role":"Create Role","Create Secret":"Create Secret","Create Service Account":"Create Service Account","Create new ResourceQuota":"Create new ResourceQuota","Create new Role":"Create new Role","Create new RoleBinding":"Create new RoleBinding","Create new Secret":"Create new Secret","Create new Service Account":"Create new Service Account","Create resource":"Create resource","Created":"Created","Created at":"Created at","Credentials Ref":"Credentials Ref","Cron Jobs":"Cron Jobs","CronJobs":"CronJobs","Current / Target":"Current / Target","Current replica scale: {currentReplicas}":["Current replica scale: ",["currentReplicas"]],"Currently applied filters:":"Currently applied filters:","Custom Resources":"Custom Resources","DNS Provider":"DNS Provider","DNS names":"DNS names","Daemon Sets":"Daemon Sets","DaemonSets":"DaemonSets","Data":"Data","Default":"Default","Default Add Capabilities":"Default Add Capabilities","Default Runtime Class Name":"Default Runtime Class Name","Definitions":"Definitions","Delete":"Delete","Deploy Revisions":"Deploy Revisions","Deployments":"Deployments","Description":"Description","Desired number of replicas":"Desired number of replicas","Disk":"Disk","Disk:":"Disk:","Domains":"Domains","Download file":"Download file","Drain":"Drain","Drain Node":"Drain Node","Driver":"Driver","Duration":"Duration","E-mail":"E-mail","Edit":"Edit","Edit RoleBinding <0>{roleBindingName}":["Edit RoleBinding <0>",["roleBindingName"],""],"Effect":"Effect","Egress":"Egress","Endpoint":"Endpoint","Endpoints":"Endpoints","Enter a name":"Enter a name","Environment":"Environment","Error stack":"Error stack","Events":"Events","Everything is fine in the Cluster":"Everything is fine in the Cluster","Excluded items with \"system:\" prefix":"Excluded items with \"system:\" prefix","Exit full size mode":"Exit full size mode","Extended view":"Extended view","External IP":"External IP","External IPs":"External IPs","Failed to load logs: {0}":["Failed to load logs: ",["0"]],"Field Path":"Field Path","Filesystem":"Filesystem","Filters ({0}/{1})":["Filters (",["0"],"/",["1"],")"],"Finalizers":"Finalizers","First seen":"First seen","Fit to window":"Fit to window","FlexVolume":"FlexVolume","Forbidden Sysctls":"Forbidden Sysctls","From":"From","From <0>{from} to <1>{to}":["From <0>",["from"]," to <1>",["to"],""],"Fs Group":"Fs Group","Group":"Group","Groups":"Groups","HPA":"HPA","Helm Chart Install":"Helm Chart Install","Helm Install: {repo}/{name}":["Helm Install: ",["repo"],"/",["name"]],"Helm Upgrade: {0}":["Helm Upgrade: ",["0"]],"Hide":"Hide","High number of replicas may cause cluster performance issues":"High number of replicas may cause cluster performance issues","Home":"Home","Horizontal Pod Autoscalers":"Horizontal Pod Autoscalers","Host IPC":"Host IPC","Host Network":"Host Network","Host PID":"Host PID","Host Ports (Min-Max)":"Host Ports (Min-Max)","Host: {0}":["Host: ",["0"]],"Hostname":"Hostname","Http01":"Http01","IP addresses":"IP addresses","Image":"Image","ImagePullPolicy":"ImagePullPolicy","ImagePullSecrets":"ImagePullSecrets","Images":"Images","Ingress":"Ingress","Ingresses":"Ingresses","Init Containers":"Init Containers","Install":"Install","Installation complete!":"Installation complete!","Installing...":"Installing...","Invalid account ID":"Invalid account ID","Invalid number":"Invalid number","Involved Object":"Involved Object","Involved object":"Involved object","Issuer":"Issuer","Issuers":"Issuers","Item list is empty":"Item list is empty","JSON Path":"JSON Path","Jobs":"Jobs","Kernel version":"Kernel version","Key":"Key","Key Algorithm":"Key Algorithm","Key Size":"Key Size","Keys":"Keys","Keywords":"Keywords","Kind":"Kind","Kubeconfig":"Kubeconfig","Kubeconfig File":"Kubeconfig File","Kubelet version":"Kubelet version","Labels":"Labels","Last Failure Time":"Last Failure Time","Last schedule":"Last schedule","Last seen":"Last seen","Last transition time: {lastTransitionTime}":["Last transition time: ",["lastTransitionTime"]],"Level":"Level","Limited to {0}":["Limited to ",["0"]],"Limits":"Limits","Lines":"Lines","Link":"Link","Liveness":"Liveness","Load Balancer IP":"Load Balancer IP","Loading":"Loading","Logs":"Logs","Logs copied to clipboard.":"Logs copied to clipboard.","Maintainers":"Maintainers","Master":"Master","Match Expressions":"Match Expressions","Match Labels":"Match Labels","Max Pods":"Max Pods","Maximum length is {maxLength}":["Maximum length is ",["maxLength"]],"Medium":"Medium","Memory":"Memory","Memory capacity":"Memory capacity","Memory limits":"Memory limits","Memory requests":"Memory requests","Memory usage":"Memory usage","Memory:":"Memory:","Message":"Message","Metrics":"Metrics","Metrics are not available due to missing or invalid Prometheus configuration.":"Metrics are not available due to missing or invalid Prometheus configuration.","Metrics not available at the moment":"Metrics not available at the moment","Min Pods":"Min Pods","Minimize":"Minimize","Minimum length is {minLength}":["Minimum length is ",["minLength"]],"Mount Options":"Mount Options","Mountable secrets":"Mountable secrets","Mounts":"Mounts","Name":"Name","Name (optional)":"Name (optional)","Names":"Names","Namespace":"Namespace","Namespace: {0}":["Namespace: ",["0"]],"Namespaces":"Namespaces","Namespaces: {0}":["Namespaces: ",["0"]],"Network":"Network","Network File System":"Network File System","Network Policies":"Network Policies","New logs since opening the dialog":"New logs since opening the dialog","New tab":"New tab","New version available:":"New version available:","New version: {lastVersion}":["New version: ",["lastVersion"]],"Next":"Next","No":"No","No Nodes Available.":"No Nodes Available.","No filters available.":"No filters available.","No issues found":"No issues found","No items found.":"No items found.","No revisions to rollback.":"No revisions to rollback.","Node":"Node","Node Pods capacity":"Node Pods capacity","Node Selector":"Node Selector","Node filesystem size in bytes":"Node filesystem size in bytes","Node filesystem usage in bytes":"Node filesystem usage in bytes","Node shell":"Node shell","Nodes":"Nodes","Not After":"Not After","Not Ready Addresses":"Not Ready Addresses","Note: StatefulSet Volumes won't be deleted automatically":"Note: StatefulSet Volumes won't be deleted automatically","Notes":"Notes","Number of running Pods":"Number of running Pods","OS":"OS","OS Image":"OS Image","Object":"Object","Ok":"Ok","Open":"Open","Open in a browser":"Open in a browser","Operator":"Operator","Organization":"Organization","Overview":"Overview","Page not found":"Page not found","Parallelism":"Parallelism","Parameters":"Parameters","Path":"Path","Path Prefix":"Path Prefix","Persistent Volume Claims":"Persistent Volume Claims","Persistent Volumes":"Persistent Volumes","Pod":"Pod","Pod IP":"Pod IP","Pod Security Policies":"Pod Security Policies","Pod Selector":"Pod Selector","Pod Status":"Pod Status","Pod shell":"Pod shell","Pods":"Pods","Policy Types":"Policy Types","Port":"Port","Ports":"Ports","Priority Class":"Priority Class","Private Key Secret":"Private Key Secret","Privileged":"Privileged","Provisioner":"Provisioner","QoS":"QoS","QoS Class":"QoS Class","Quotas":"Quotas","Ranges (Min-Max)":"Ranges (Min-Max)","Read-only":"Read-only","Read-only Root Filesystem":"Read-only Root Filesystem","Readiness":"Readiness","Reason":"Reason","Reason: {0} ({1})":["Reason: ",["0"]," (",["1"],")"],"Receive":"Receive","Reclaim Policy":"Reclaim Policy","Reference":"Reference","Release":"Release","Release <0>{releaseName} successfully upgraded to version <1>{version}":["Release <0>",["releaseName"]," successfully upgraded to version <1>",["version"],""],"Release name":"Release name","Release: {0}":["Release: ",["0"]],"Releases":"Releases","Remove":"Remove","Remove <0>{releaseNames}?":["Remove <0>",["releaseNames"],"?"],"Remove field":"Remove field","Remove item?":"Remove item?","Remove selected bindings for <0>{0}?":["Remove selected bindings for <0>",["0"],"?"],"Remove selected bindings from ${name}":["Remove selected bindings from $",["name"]],"Remove selected items ({0})":["Remove selected items (",["0"],")"],"Remove {resourceKind} <0>{resourceName}?":["Remove ",["resourceKind"]," <0>",["resourceName"],"?"],"Renew Before":"Renew Before","Replicas":"Replicas","Repo/Name":"Repo/Name","Repository":"Repository","Request":"Request","Request duration in seconds":"Request duration in seconds","Requests":"Requests","Required Drop Capabilities":"Required Drop Capabilities","Required field":"Required field","Reset":"Reset","Reset filters?":"Reset filters?","Resource":"Resource","Resource Names":"Resource Names","Resource Quotas":"Resource Quotas","Resource Version":"Resource Version","Resource loading has failed: <0>{0}":["Resource loading has failed: <0>",["0"],""],"Resource {0} on Pods {addition}":["Resource ",["0"]," on Pods ",["addition"]],"ResourceQuota name":"ResourceQuota name","Resources":"Resources","Response":"Response","Response duration in seconds":"Response duration in seconds","Restart session":"Restart session","Restarts":"Restarts","Revision":"Revision","Right click cluster icon to open cluster settings.":"Right click cluster icon to open cluster settings.","Role":"Role","Role Bindings":"Role Bindings","Role ID":"Role ID","Role name":"Role name","Roles":"Roles","Rollback":"Rollback","Rollback <0>{releaseName}":["Rollback <0>",["releaseName"],""],"Rule":"Rule","Rules":"Rules","Run As Group":"Run As Group","Run As User":"Run As User","Runtime Class":"Runtime Class","Save":"Save","Scale":"Scale","Scale Deployment <0>{deploymentName}":["Scale Deployment <0>",["deploymentName"],""],"Schedule":"Schedule","Scope":"Scope","Scope Selector":"Scope Selector","Scope name":"Scope name","Se Linux":"Se Linux","Search Helm Charts":"Search Helm Charts","Search...":"Search...","Secret":"Secret","Secret Name":"Secret Name","Secret name":"Secret name","Secret successfully updated.":"Secret successfully updated.","Secret type":"Secret type","Secrets":"Secrets","Select a quota..":"Select a quota..","Select role..":"Select role..","Select service accounts":"Select service accounts","Selector":"Selector","Server":"Server","Service":"Service","Service Accounts":"Service Accounts","Services":"Services","Session Affinity":"Session Affinity","Set":"Set","Set quota":"Set quota","Shell":"Shell","Show":"Show","Show Notes":"Show Notes","Show value":"Show value","Size":"Size","Size Limit":"Size Limit","Skip TLS Verify":"Skip TLS Verify","Source":"Source","Specified limits are higher than node capacity!":"Specified limits are higher than node capacity!","Stateful Sets":"Stateful Sets","StatefulSets":"StatefulSets","Status":"Status","Status URI":"Status URI","Storage":"Storage","Storage Class":"Storage Class","Storage Class Name":"Storage Class Name","Storage Classes":"Storage Classes","Storage class":"Storage class","Stored versions":"Stored versions","Strategy Type":"Strategy Type","Sub-object":"Sub-object","Submit":"Submit","Submitting..":"Submitting..","Subsets":"Subsets","Supplemental Groups":"Supplemental Groups","Suspend":"Suspend","TLS":"TLS","Taints":"Taints","Terminal":"Terminal","Terminal session":"Terminal session","There are no logs available for container.":"There are no logs available for container.","There are no logs available.":"There are no logs available.","This field is required":"This field is required","This field must contain only lowercase latin characters, numbers and dash.":"This field must contain only lowercase latin characters, numbers and dash.","To":"To","To help us improve the product please report bugs to {slackLink} community or {githubLink} issues tracker.":["To help us improve the product please report bugs to ",["slackLink"]," community or ",["githubLink"]," issues tracker."],"Tokens":"Tokens","Tolerations":"Tolerations","Transit":"Transit","Type":"Type","UID":"UID","URL":"URL","Uncordon":"Uncordon","Update":"Update","Updated":"Updated","Updating..":"Updating..","Upgrade":"Upgrade","Upgrade version":"Upgrade version","Usage":"Usage","Use same name for RoleBinding":"Use same name for RoleBinding","Used":"Used","User":"User","Validation":"Validation","Value":"Value","Values":"Values","Verbs":"Verbs","Version":"Version","View Helm Release":"View Helm Release","Volume Binding Mode":"Volume Binding Mode","Volume disk capacity":"Volume disk capacity","Volume disk usage":"Volume disk usage","Volumes":"Volumes","Waiting services to be running":"Waiting services to be running","Warnings: {0}":["Warnings: ",["0"]],"Worker":"Worker","Workloads":"Workloads","Wrong email format":"Wrong email format","Wrong url format":"Wrong url format","Yes":"Yes","Zone":"Zone","ago":"ago","and <0>{tailCount} more":["and <0>",["tailCount"]," more"],"cores:":"cores:","exit code":"exit code","kind":"kind","listKind":"listKind","never":"never","plural":"plural","ready":"ready","sec":"sec","singular":"singular","timestamps":"timestamps","{0, plural, one {Resource} other {Resources}}":[["0","plural",{one:"Resource",other:"Resources"}]],"{0} desired, {1} updated":[["0"]," desired, ",["1"]," updated"],"{0} on <0>{kind}/{name}":[["0"]," on <0>",["kind"],"/",["name"],""],"{0} on Pods":[["0"]," on Pods"],"{0} on {1}":[["0"]," on ",["1"]],"{0} total, {1} available":[["0"]," total, ",["1"]," available"],"{0} unavailable":[["0"]," unavailable"],"{accountName} kubeconfig":[["accountName"]," kubeconfig"],"{allItemsCount, plural, one {# item} other {# items}}":[["allItemsCount","plural",{one:["#"," item"],other:["#"," items"]}]],"{metricsRemainCount} more...":[["metricsRemainCount"]," more..."],"{podName} Logs":[["podName"]," Logs"],"{resourceType} <0>{resourceName} updated.":[["resourceType"]," <0>",["resourceName"]," updated."],"{selectedCount, plural, one {<0>Remove item <1>{selectedNames}?} other {<2>Remove <3>{selectedCount} items <4>{selectedNames} {tail}?}}":[["selectedCount","plural",{one:["<0>Remove item <1>",["selectedNames"],"?"],other:["<2>Remove <3>",["selectedCount"]," items <4>",["selectedNames"]," ",["tail"],"?"]}]],"{submitLabel} & Close":[["submitLabel"]," & Close"]}}; \ No newline at end of file +/* eslint-disable */module.exports={localeData:{"plurals":function(n,ord){var s=String(n).split("."),v0=!s[1],t0=Number(s[0])==n,n10=t0&&s[0].slice(-1),n100=t0&&s[0].slice(-2);if(ord)return n10==1&&n100!=11?"one":n10==2&&n100!=12?"two":n10==3&&n100!=13?"few":"other";return n==1&&v0?"one":"other"}},messages:{"(as a percentage of request)":"(as a percentage of request)","(empty) (Allowing the specific traffic to all pods in this namespace)":"(empty) (Allowing the specific traffic to all pods in this namespace)","<0>Filtered: {itemsCount} / {allItemsCount}":["<0>Filtered: ",["itemsCount"]," / ",["allItemsCount"]],"<0>Your browser does not support all Lens features. Please consider using another browser.":"<0>Your browser does not support all Lens features. Please consider using another browser.","<0>{0} successfully created":["<0>",["0"]," successfully created"],"API Group":"API Group","Access Control":"Access Control","Access Modes":"Access Modes","Account Name":"Account Name","Active":"Active","Add Namespace":"Add Namespace","Add RoleBinding":"Add RoleBinding","Add bindings to {name}":["Add bindings to ",["name"]],"Add field":"Add field","Additional Printer Columns":"Additional Printer Columns","Addresses":"Addresses","Affinities":"Affinities","Age":"Age","All groups":"All groups","All logs":"All logs","All namespaces":"All namespaces","Allocatable":"Allocatable","Allow Privilege Escalation":"Allow Privilege Escalation","Allowed CSI Drivers":"Allowed CSI Drivers","Allowed Capabilities":"Allowed Capabilities","Allowed Flex Volumes":"Allowed Flex Volumes","Allowed Host Paths":"Allowed Host Paths","Allowed Proc Mount Types":"Allowed Proc Mount Types","Allowed Runtime Class Names":"Allowed Runtime Class Names","Allowed Unsafe Sysctls":"Allowed Unsafe Sysctls","Annotations":"Annotations","Api Groups":"Api Groups","App Version":"App Version","App crash at <0>{pageUrl}":["App crash at <0>",["pageUrl"],""],"Applying..":"Applying..","Apps":"Apps","Are you sure you want to drain <0>{nodeName}?":["Are you sure you want to drain <0>",["nodeName"],"?"],"Arguments":"Arguments","Auth App Role":"Auth App Role","Back":"Back","Backends":"Backends","Binding":"Binding","Binding targets":"Binding targets","Bindings":"Bindings","Build version":"Build version","Bytes consumed on this filesystem":"Bytes consumed on this filesystem","Bytes received by all containers":"Bytes received by all containers","Bytes sent by Ingress controller with error status":"Bytes sent by Ingress controller with error status","Bytes sent by Ingress controller with successful status":"Bytes sent by Ingress controller with successful status","Bytes sent, status 2xx":"Bytes sent, status 2xx","Bytes sent, status 5xx":"Bytes sent, status 5xx","Bytes transmitted from all containers":"Bytes transmitted from all containers","CA Bundle":"CA Bundle","CPU":"CPU","CPU capacity":"CPU capacity","CPU cores usage":"CPU cores usage","CPU limits":"CPU limits","CPU requests":"CPU requests","CPU:":"CPU:","Cancel":"Cancel","Capacity":"Capacity","Certificates":"Certificates","Chart":"Chart","Chart Release <0>{0} successfully created.":["Chart Release <0>",["0"]," successfully created."],"Chart: {0}":["Chart: ",["0"]],"Charts":"Charts","Checking update":"Checking update","Claim":"Claim","Claim Name":"Claim Name","Close":"Close","Close (Ctrl+W)":"Close (Ctrl+W)","Cloud API Token Secret":"Cloud API Token Secret","Cluster":"Cluster","Cluster IP":"Cluster IP","Cluster Issuers":"Cluster Issuers","Command":"Command","Common Name":"Common Name","Compact view":"Compact view","Completions":"Completions","Component stack":"Component stack","Condition":"Condition","Conditions":"Conditions","Config Maps":"Config Maps","Config copied to clipboard":"Config copied to clipboard","ConfigMap <0>{0} successfully updated.":["ConfigMap <0>",["0"]," successfully updated."],"ConfigMaps":"ConfigMaps","Configuration":"Configuration","Connection":"Connection","Container":"Container","Container CPU cores usage":"Container CPU cores usage","Container CPU requests":"Container CPU requests","Container memory limits":"Container memory limits","Container memory requests":"Container memory requests","Container memory usage":"Container memory usage","Container runtime":"Container runtime","Containers":"Containers","Context":"Context","Controlled By":"Controlled By","Controlled by":"Controlled by","Conversion":"Conversion","Copy to clipboard":"Copy to clipboard","Cordon":"Cordon","Count":"Count","Create":"Create","Create Namespace":"Create Namespace","Create ResourceQuota":"Create ResourceQuota","Create Role":"Create Role","Create Secret":"Create Secret","Create Service Account":"Create Service Account","Create new ResourceQuota":"Create new ResourceQuota","Create new Role":"Create new Role","Create new RoleBinding":"Create new RoleBinding","Create new Secret":"Create new Secret","Create new Service Account":"Create new Service Account","Create resource":"Create resource","Created":"Created","Created at":"Created at","Credentials Ref":"Credentials Ref","Cron Jobs":"Cron Jobs","CronJobs":"CronJobs","Current / Target":"Current / Target","Current replica scale: {currentReplicas}":["Current replica scale: ",["currentReplicas"]],"Currently applied filters:":"Currently applied filters:","Custom Resources":"Custom Resources","DNS Provider":"DNS Provider","DNS names":"DNS names","Daemon Sets":"Daemon Sets","DaemonSets":"DaemonSets","Data":"Data","Default":"Default","Default Add Capabilities":"Default Add Capabilities","Default Runtime Class Name":"Default Runtime Class Name","Definitions":"Definitions","Delete":"Delete","Deploy Revisions":"Deploy Revisions","Deployments":"Deployments","Description":"Description","Desired number of replicas":"Desired number of replicas","Disk":"Disk","Disk:":"Disk:","Domains":"Domains","Download file":"Download file","Drain":"Drain","Drain Node":"Drain Node","Driver":"Driver","Duration":"Duration","E-mail":"E-mail","Edit":"Edit","Edit RoleBinding <0>{roleBindingName}":["Edit RoleBinding <0>",["roleBindingName"],""],"Effect":"Effect","Egress":"Egress","Endpoint":"Endpoint","Endpoints":"Endpoints","Enter a name":"Enter a name","Environment":"Environment","Error stack":"Error stack","Events":"Events","Everything is fine in the Cluster":"Everything is fine in the Cluster","Excluded items with \"system:\" prefix":"Excluded items with \"system:\" prefix","Exit full size mode":"Exit full size mode","Extended view":"Extended view","External IP":"External IP","External IPs":"External IPs","Failed to load logs: {0}":["Failed to load logs: ",["0"]],"Field Path":"Field Path","Filesystem":"Filesystem","Filters ({0}/{1})":["Filters (",["0"],"/",["1"],")"],"Finalizers":"Finalizers","First seen":"First seen","Fit to window":"Fit to window","FlexVolume":"FlexVolume","Forbidden Sysctls":"Forbidden Sysctls","From":"From","From <0>{from} to <1>{to}":["From <0>",["from"]," to <1>",["to"],""],"Fs Group":"Fs Group","Group":"Group","Groups":"Groups","HPA":"HPA","Helm Chart Install":"Helm Chart Install","Helm Install: {repo}/{name}":["Helm Install: ",["repo"],"/",["name"]],"Helm Upgrade: {0}":["Helm Upgrade: ",["0"]],"Hide":"Hide","High number of replicas may cause cluster performance issues":"High number of replicas may cause cluster performance issues","Home":"Home","Horizontal Pod Autoscalers":"Horizontal Pod Autoscalers","Host IPC":"Host IPC","Host Network":"Host Network","Host PID":"Host PID","Host Ports (Min-Max)":"Host Ports (Min-Max)","Host: {0}":["Host: ",["0"]],"Hostname":"Hostname","Http01":"Http01","IP addresses":"IP addresses","Image":"Image","ImagePullPolicy":"ImagePullPolicy","ImagePullSecrets":"ImagePullSecrets","Images":"Images","Ingress":"Ingress","Ingresses":"Ingresses","Init Containers":"Init Containers","Install":"Install","Installation complete!":"Installation complete!","Installing...":"Installing...","Invalid account ID":"Invalid account ID","Invalid number":"Invalid number","Involved Object":"Involved Object","Involved object":"Involved object","Issuer":"Issuer","Issuers":"Issuers","Item list is empty":"Item list is empty","JSON Path":"JSON Path","Jobs":"Jobs","Kernel version":"Kernel version","Key":"Key","Key Algorithm":"Key Algorithm","Key Size":"Key Size","Keys":"Keys","Keywords":"Keywords","Kind":"Kind","Kubeconfig":"Kubeconfig","Kubeconfig File":"Kubeconfig File","Kubelet version":"Kubelet version","Labels":"Labels","Last Failure Time":"Last Failure Time","Last schedule":"Last schedule","Last seen":"Last seen","Last transition time: {lastTransitionTime}":["Last transition time: ",["lastTransitionTime"]],"Level":"Level","Limited to {0}":["Limited to ",["0"]],"Limits":"Limits","Lines":"Lines","Link":"Link","Liveness":"Liveness","Load Balancer IP":"Load Balancer IP","Loading":"Loading","Logs":"Logs","Logs copied to clipboard.":"Logs copied to clipboard.","Maintainers":"Maintainers","Master":"Master","Match Expressions":"Match Expressions","Match Labels":"Match Labels","Max Pods":"Max Pods","Maximum length is {maxLength}":["Maximum length is ",["maxLength"]],"Medium":"Medium","Memory":"Memory","Memory capacity":"Memory capacity","Memory limits":"Memory limits","Memory requests":"Memory requests","Memory usage":"Memory usage","Memory:":"Memory:","Message":"Message","Metrics":"Metrics","Metrics are not available due to missing or invalid Prometheus configuration.":"Metrics are not available due to missing or invalid Prometheus configuration.","Metrics not available at the moment":"Metrics not available at the moment","Min Pods":"Min Pods","Minimize":"Minimize","Minimum length is {minLength}":["Minimum length is ",["minLength"]],"Mount Options":"Mount Options","Mountable secrets":"Mountable secrets","Mounts":"Mounts","Name":"Name","Name (optional)":"Name (optional)","Names":"Names","Namespace":"Namespace","Namespace: {0}":["Namespace: ",["0"]],"Namespaces":"Namespaces","Namespaces: {0}":["Namespaces: ",["0"]],"Network":"Network","Network File System":"Network File System","Network Policies":"Network Policies","New logs since opening the dialog":"New logs since opening the dialog","New tab":"New tab","New version available:":"New version available:","New version: {lastVersion}":["New version: ",["lastVersion"]],"Next":"Next","No":"No","No Nodes Available.":"No Nodes Available.","No filters available.":"No filters available.","No issues found":"No issues found","No items found.":"No items found.","No revisions to rollback.":"No revisions to rollback.","Node":"Node","Node Pods capacity":"Node Pods capacity","Node Selector":"Node Selector","Node filesystem size in bytes":"Node filesystem size in bytes","Node filesystem usage in bytes":"Node filesystem usage in bytes","Node shell":"Node shell","Nodes":"Nodes","Not After":"Not After","Not Ready Addresses":"Not Ready Addresses","Note: StatefulSet Volumes won't be deleted automatically":"Note: StatefulSet Volumes won't be deleted automatically","Notes":"Notes","Number of running Pods":"Number of running Pods","OS":"OS","OS Image":"OS Image","Object":"Object","Ok":"Ok","Open":"Open","Open in a browser":"Open in a browser","Operator":"Operator","Organization":"Organization","Overview":"Overview","Page not found":"Page not found","Parallelism":"Parallelism","Parameters":"Parameters","Path":"Path","Path Prefix":"Path Prefix","Persistent Volume Claims":"Persistent Volume Claims","Persistent Volumes":"Persistent Volumes","Pod":"Pod","Pod IP":"Pod IP","Pod Security Policies":"Pod Security Policies","Pod Selector":"Pod Selector","Pod Status":"Pod Status","Pod shell":"Pod shell","Pods":"Pods","Policy Types":"Policy Types","Port":"Port","Ports":"Ports","Priority Class":"Priority Class","Private Key Secret":"Private Key Secret","Privileged":"Privileged","Provisioner":"Provisioner","QoS":"QoS","QoS Class":"QoS Class","Quotas":"Quotas","Ranges (Min-Max)":"Ranges (Min-Max)","Read-only":"Read-only","Read-only Root Filesystem":"Read-only Root Filesystem","Readiness":"Readiness","Reason":"Reason","Reason: {0} ({1})":["Reason: ",["0"]," (",["1"],")"],"Receive":"Receive","Reclaim Policy":"Reclaim Policy","Reference":"Reference","Release":"Release","Release <0>{releaseName} successfully upgraded to version <1>{version}":["Release <0>",["releaseName"]," successfully upgraded to version <1>",["version"],""],"Release name":"Release name","Release: {0}":["Release: ",["0"]],"Releases":"Releases","Remove":"Remove","Remove <0>{releaseNames}?":["Remove <0>",["releaseNames"],"?"],"Remove field":"Remove field","Remove item?":"Remove item?","Remove selected bindings for <0>{0}?":["Remove selected bindings for <0>",["0"],"?"],"Remove selected bindings from ${name}":["Remove selected bindings from $",["name"]],"Remove selected items ({0})":["Remove selected items (",["0"],")"],"Remove {resourceKind} <0>{resourceName}?":["Remove ",["resourceKind"]," <0>",["resourceName"],"?"],"Renew Before":"Renew Before","Replicas":"Replicas","Repo/Name":"Repo/Name","Repository":"Repository","Request":"Request","Request duration in seconds":"Request duration in seconds","Requests":"Requests","Required Drop Capabilities":"Required Drop Capabilities","Required field":"Required field","Reset":"Reset","Reset filters?":"Reset filters?","Resource":"Resource","Resource Names":"Resource Names","Resource Quotas":"Resource Quotas","Resource Version":"Resource Version","Resource loading has failed: <0>{0}":["Resource loading has failed: <0>",["0"],""],"Resource {0} on Pods {addition}":["Resource ",["0"]," on Pods ",["addition"]],"ResourceQuota name":"ResourceQuota name","Resources":"Resources","Response":"Response","Response duration in seconds":"Response duration in seconds","Restart session":"Restart session","Restarts":"Restarts","Revision":"Revision","Right click cluster icon to open cluster settings.":"Right click cluster icon to open cluster settings.","Role":"Role","Role Bindings":"Role Bindings","Role ID":"Role ID","Role name":"Role name","Roles":"Roles","Rollback":"Rollback","Rollback <0>{releaseName}":["Rollback <0>",["releaseName"],""],"Rule":"Rule","Rules":"Rules","Run As Group":"Run As Group","Run As User":"Run As User","Runtime Class":"Runtime Class","Save":"Save","Scale":"Scale","Scale Deployment <0>{deploymentName}":["Scale Deployment <0>",["deploymentName"],""],"Schedule":"Schedule","Scope":"Scope","Scope Selector":"Scope Selector","Scope name":"Scope name","Se Linux":"Se Linux","Search Helm Charts":"Search Helm Charts","Search...":"Search...","Secret":"Secret","Secret Name":"Secret Name","Secret name":"Secret name","Secret successfully updated.":"Secret successfully updated.","Secret type":"Secret type","Secrets":"Secrets","Select a quota..":"Select a quota..","Select role..":"Select role..","Select service accounts":"Select service accounts","Selector":"Selector","Server":"Server","Service":"Service","Service Accounts":"Service Accounts","Services":"Services","Session Affinity":"Session Affinity","Set":"Set","Set quota":"Set quota","Shell":"Shell","Show":"Show","Show Notes":"Show Notes","Show value":"Show value","Size":"Size","Size Limit":"Size Limit","Skip TLS Verify":"Skip TLS Verify","Source":"Source","Specified limits are higher than node capacity!":"Specified limits are higher than node capacity!","Stateful Sets":"Stateful Sets","StatefulSets":"StatefulSets","Status":"Status","Status URI":"Status URI","Storage":"Storage","Storage Class":"Storage Class","Storage Class Name":"Storage Class Name","Storage Classes":"Storage Classes","Storage class":"Storage class","Stored versions":"Stored versions","Strategy Type":"Strategy Type","Sub-object":"Sub-object","Submit":"Submit","Submitting..":"Submitting..","Subsets":"Subsets","Supplemental Groups":"Supplemental Groups","Suspend":"Suspend","TLS":"TLS","Taints":"Taints","Terminal":"Terminal","Terminal session":"Terminal session","There are no logs available for container.":"There are no logs available for container.","There are no logs available.":"There are no logs available.","This field is required":"This field is required","This field must contain only lowercase latin characters, numbers and dash.":"This field must contain only lowercase latin characters, numbers and dash.","To":"To","To help us improve the product please report bugs to {slackLink} community or {githubLink} issues tracker.":["To help us improve the product please report bugs to ",["slackLink"]," community or ",["githubLink"]," issues tracker."],"Tokens":"Tokens","Tolerations":"Tolerations","Transmit":"Transmit","Type":"Type","UID":"UID","URL":"URL","Uncordon":"Uncordon","Update":"Update","Updated":"Updated","Updating..":"Updating..","Upgrade":"Upgrade","Upgrade version":"Upgrade version","Usage":"Usage","Use same name for RoleBinding":"Use same name for RoleBinding","Used":"Used","User":"User","Validation":"Validation","Value":"Value","Values":"Values","Verbs":"Verbs","Version":"Version","View Helm Release":"View Helm Release","Volume Binding Mode":"Volume Binding Mode","Volume disk capacity":"Volume disk capacity","Volume disk usage":"Volume disk usage","Volumes":"Volumes","Waiting services to be running":"Waiting services to be running","Warnings: {0}":["Warnings: ",["0"]],"Worker":"Worker","Workloads":"Workloads","Wrong email format":"Wrong email format","Wrong url format":"Wrong url format","Yes":"Yes","Zone":"Zone","ago":"ago","and <0>{tailCount} more":["and <0>",["tailCount"]," more"],"cores:":"cores:","exit code":"exit code","kind":"kind","listKind":"listKind","never":"never","plural":"plural","ready":"ready","sec":"sec","singular":"singular","timestamps":"timestamps","{0, plural, one {Resource} other {Resources}}":[["0","plural",{one:"Resource",other:"Resources"}]],"{0} desired, {1} updated":[["0"]," desired, ",["1"]," updated"],"{0} on <0>{kind}/{name}":[["0"]," on <0>",["kind"],"/",["name"],""],"{0} on Pods":[["0"]," on Pods"],"{0} on {1}":[["0"]," on ",["1"]],"{0} total, {1} available":[["0"]," total, ",["1"]," available"],"{0} unavailable":[["0"]," unavailable"],"{accountName} kubeconfig":[["accountName"]," kubeconfig"],"{allItemsCount, plural, one {# item} other {# items}}":[["allItemsCount","plural",{one:["#"," item"],other:["#"," items"]}]],"{metricsRemainCount} more...":[["metricsRemainCount"]," more..."],"{podName} Logs":[["podName"]," Logs"],"{resourceType} <0>{resourceName} updated.":[["resourceType"]," <0>",["resourceName"]," updated."],"{selectedCount, plural, one {<0>Remove item <1>{selectedNames}?} other {<2>Remove <3>{selectedCount} items <4>{selectedNames} {tail}?}}":[["selectedCount","plural",{one:["<0>Remove item <1>",["selectedNames"],"?"],other:["<2>Remove <3>",["selectedCount"]," items <4>",["selectedNames"]," ",["tail"],"?"]}]],"{submitLabel} & Close":[["submitLabel"]," & Close"]}}; \ No newline at end of file diff --git a/dashboard/locales/en/messages.po b/dashboard/locales/en/messages.po index a88d56f72e..48f2c2e524 100644 --- a/dashboard/locales/en/messages.po +++ b/dashboard/locales/en/messages.po @@ -2196,8 +2196,8 @@ msgid "Tolerations" msgstr "Tolerations" #: client/components/+workloads-pods/pod-charts.tsx:87 -msgid "Transit" -msgstr "Transit" +msgid "Transmit" +msgstr "Transmit" #: client/components/+cluster/cluster-issues.tsx:102 #: client/components/+config-secrets/secret-details.tsx:74 diff --git a/dashboard/locales/ru/messages.js b/dashboard/locales/ru/messages.js index f552bf46e8..07e0f92498 100644 --- a/dashboard/locales/ru/messages.js +++ b/dashboard/locales/ru/messages.js @@ -1 +1 @@ -/* eslint-disable */module.exports={localeData:{"plurals":function(n,ord){var s=String(n).split("."),i=s[0],v0=!s[1],i10=i.slice(-1),i100=i.slice(-2);if(ord)return"other";return v0&&i10==1&&i100!=11?"one":v0&&i10>=2&&i10<=4&&(i100<12||i100>14)?"few":v0&&i10==0||v0&&i10>=5&&i10<=9||v0&&i100>=11&&i100<=14?"many":"other"}},messages:{"(as a percentage of request)":"(as a percentage of request)","(empty) (Allowing the specific traffic to all pods in this namespace)":"(\u041F\u0443\u0441\u0442\u043E) (\u0414\u043E\u043F\u0443\u0441\u043A\u0430\u0435\u0442\u0441\u044F \u0442\u0440\u0430\u0444\u0438\u043A \u043A\u043E \u0432\u0441\u0435\u043C \u043F\u043E\u0434\u0430\u043C \u0432 \u0434\u0430\u043D\u043D\u043E\u0439 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0438\u043C\u0435\u043D)","<0>Filtered: {itemsCount} / {allItemsCount}":["<0>\u041E\u0442\u0444\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E: ",["itemsCount"]," / ",["allItemsCount"]],"<0>Your browser does not support all Lens features. Please consider using another browser.":"<0>\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0438 Lens. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430 \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0440\u0443\u0433\u043E\u0433\u043E \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.","<0>{0} successfully created":["<0>",["0"]," successfully created"],"API Group":"API Group","Access Control":"\u041A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u0434\u043E\u0441\u0442\u0443\u043F\u0430","Access Modes":"\u0420\u0435\u0436\u0438\u043C\u044B \u0434\u043E\u0441\u0442\u0443\u043F\u0430","Account Name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430","Active":"\u0410\u043A\u0442\u0438\u0432\u043D\u044B\u0439","Add Namespace":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C Namespace","Add RoleBinding":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0443 \u0440\u043E\u043B\u0435\u0439","Add bindings to {name}":["\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438 \u043A ",["name"]],"Add field":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u043B\u0435","Additional Printer Columns":"Additional Printer Columns","Addresses":"\u0410\u0434\u0440\u0435\u0441\u0430","Affinities":"\u0410\u0444\u0444\u0438\u043D\u0438\u0442\u0435\u0442\u044B","Age":"\u0412\u043E\u0437\u0440\u0430\u0441\u0442","All groups":"All groups","All logs":"\u0412\u0441\u0435 \u043B\u043E\u0433\u0438","All namespaces":"All namespaces","Allocatable":"Allocatable","Allow Privilege Escalation":"Allow Privilege Escalation","Allowed CSI Drivers":"Allowed CSI Drivers","Allowed Capabilities":"Allowed Capabilities","Allowed Flex Volumes":"Allowed Flex Volumes","Allowed Host Paths":"Allowed Host Paths","Allowed Proc Mount Types":"Allowed Proc Mount Types","Allowed Runtime Class Names":"Allowed Runtime Class Names","Allowed Unsafe Sysctls":"Allowed Unsafe Sysctls","Annotations":"\u0410\u043D\u043D\u043E\u0442\u0430\u0446\u0438\u0438","Api Groups":"API \u0433\u0440\u0443\u043F\u043F\u044B","App Version":"\u0412\u0435\u0440\u0441\u0438\u044F \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F","App crash at <0>{pageUrl}":["\u0421\u0431\u043E\u0439 \u0440\u0430\u0431\u043E\u0442\u044B \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043D\u0430 <0>",["pageUrl"],""],"Applying..":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u0435..","Apps":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F","Are you sure you want to drain <0>{nodeName}?":["\u0412\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043E\u043C\u0430\u043D\u0434\u0443 drain \u0434\u043B\u044F \u043D\u043E\u0434\u044B <0>",["nodeName"],"?"],"Arguments":"\u0410\u0440\u0433\u0443\u043C\u0435\u043D\u0442\u044B","Auth App Role":"Auth App Role","Back":"\u041D\u0430\u0437\u0430\u0434","Backends":"\u0411\u044D\u043A\u0435\u043D\u0434\u044B","Binding":"\u041F\u0440\u0438\u0432\u044F\u0437\u043A\u0430","Binding targets":"\u0426\u0435\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438","Bindings":"\u041F\u0440\u0438\u0432\u044F\u0437\u043A\u0438","Build version":"\u0412\u0435\u0440\u0441\u0438\u044F \u0431\u0438\u043B\u0434\u0430","Bytes consumed on this filesystem":"\u0411\u0430\u0439\u0442\u044B, \u043F\u043E\u0442\u0440\u0435\u0431\u043B\u044F\u0435\u043C\u044B\u0435 \u0432 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u0435","Bytes received by all containers":"\u0411\u0430\u0439\u0442\u044B, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043D\u044B\u0435 \u0432\u0441\u0435\u043C\u0438 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0430\u043C\u0438","Bytes sent by Ingress controller with error status":"\u0411\u0430\u0439\u0442\u044B, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043B\u0435\u0440\u043E\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u0430 (Ingress) \u0441\u043E \u0441\u0442\u0430\u0442\u0443\u0441\u043E\u043C \u043E\u0448\u0438\u0431\u043A\u0438","Bytes sent by Ingress controller with successful status":"\u0411\u0430\u0439\u0442\u044B, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043B\u0435\u0440\u043E\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u0430 (Ingress) \u0441 \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u043C \u0441\u0442\u0430\u0442\u0443\u0441\u043E\u043C","Bytes sent, status 2xx":"\u0411\u0430\u0439\u0442\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u044B, \u0441\u0442\u0430\u0442\u0443\u0441 2xx","Bytes sent, status 5xx":"\u0411\u0430\u0439\u0442\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u044B, \u0441\u0442\u0430\u0442\u0443\u0441 5xx","Bytes transmitted from all containers":"\u0411\u0430\u0439\u0442\u044B, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0432\u0441\u0435\u043C\u0438 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0430\u043C\u0438","CA Bundle":"CA Bundle","CPU":"\u041F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440","CPU capacity":"\u041C\u043E\u0449\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","CPU cores usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u044F\u0434\u0435\u0440 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","CPU limits":"\u041B\u0438\u043C\u0438\u0442\u044B \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","CPU requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u043A \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0443","CPU:":"CPU:","Cancel":"\u041E\u0442\u043C\u0435\u043D\u0430","Capacity":"\u0415\u043C\u043A\u043E\u0441\u0442\u044C","Certificates":"\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u044B","Chart":"\u0427\u0430\u0440\u0442","Chart Release <0>{0} successfully created.":["\u0420\u0435\u043B\u0438\u0437 \u0447\u0430\u0440\u0442\u0430 <0>",["0"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0441\u043E\u0437\u0434\u0430\u043D."],"Chart: {0}":["\u0427\u0430\u0440\u0442: ",["0"]],"Charts":"\u0427\u0430\u0440\u0442\u044B","Checking update":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Claim":"\u0417\u0430\u043F\u0440\u043E\u0441","Claim Name":"Claim Name","Close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C","Close (Ctrl+W)":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C (Ctrl+W)","Cloud API Token Secret":"Cloud API Token Secret","Cluster":"\u041A\u043B\u0430\u0441\u0442\u0435\u0440","Cluster IP":"IP-\u0430\u0434\u0440\u0435\u0441 \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0430","Cluster Issuers":"Cluster Issuers","Command":"\u041A\u043E\u043C\u0430\u043D\u0434\u0430","Common Name":"\u041E\u0431\u0449\u0435\u0435 \u0438\u043C\u044F","Compact view":"\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439 \u0432\u0438\u0434","Completions":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F","Component stack":"\u0421\u0442\u044D\u043A \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u043E\u0432","Condition":"\u0421\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435","Conditions":"\u0421\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u044F","Config Maps":"Config Maps","Config copied to clipboard":"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440","ConfigMap <0>{0} successfully updated.":["ConfigMap <0>",["0"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0430."],"ConfigMaps":"ConfigMaps","Configuration":"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F","Connection":"\u0421\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435","Container":"\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440","Container CPU cores usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u044F\u0434\u0435\u0440 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","Container CPU requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B CPU \u043E\u0442 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043E\u0432","Container memory limits":"\u041B\u0438\u043C\u0438\u0442\u044B \u043F\u0430\u043C\u044F\u0442\u0438","Container memory requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u043F\u0430\u043C\u044F\u0442\u0438 \u043E\u0442 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043E\u0432","Container memory usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u043C\u044F\u0442\u0438","Container runtime":"\u0421\u0440\u0435\u0434\u0430 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043E\u0432","Containers":"\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044B","Context":"\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442","Controlled By":"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439","Controlled by":"\u041A\u043E\u043D\u0442\u0440\u043E\u043B\u0438\u0440\u0443\u0435\u0442\u0441\u044F","Conversion":"Conversion","Copy to clipboard":"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Cordon":"\u0411\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430","Count":"\u041A\u043E\u043B-\u0432\u043E","Create":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C","Create Namespace":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C Namespace","Create ResourceQuota":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C ResourceQuota","Create Role":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0440\u043E\u043B\u044C","Create Secret":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u0435\u043A\u0440\u0435\u0442","Create Service Account":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C Service Account","Create new ResourceQuota":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E ResourceQuota","Create new Role":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0440\u043E\u043B\u044C","Create new RoleBinding":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0431\u0438\u043B\u0434\u0438\u043D\u0433 \u0440\u043E\u043B\u0438","Create new Secret":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0441\u0435\u043A\u0440\u0435\u0442","Create new Service Account":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 Service Account","Create resource":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0440\u0435\u0441\u0443\u0440\u0441","Created":"\u0421\u043E\u0437\u0434\u0430\u043D\u043E","Created at":"\u0421\u043E\u0437\u0434\u0430\u043D\u043E","Credentials Ref":"Credentials Ref","Cron Jobs":"Cron Jobs","CronJobs":"CronJobs","Current / Target":"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 / \u0426\u0435\u043B\u044C","Current replica scale: {currentReplicas}":["\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0440\u0435\u043F\u043B\u0438\u043A\u0438: ",["currentReplicas"]],"Currently applied filters:":"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u0444\u0438\u043B\u044C\u0442\u0440\u044B:","Custom Resources":"Custom Resources","DNS Provider":"DNS \u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440","DNS names":"DNS \u0438\u043C\u0435\u043D\u0430","Daemon Sets":"Daemon Sets","DaemonSets":"DaemonSets","Data":"\u0414\u0430\u043D\u043D\u044B\u0435","Default":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E","Default Add Capabilities":"Default Add Capabilities","Default Runtime Class Name":"Default Runtime Class Name","Definitions":"Definitions","Delete":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","Deploy Revisions":"Deploy Revisions","Deployments":"Deployments","Description":"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435","Desired number of replicas":"\u041D\u0443\u0436\u043D\u044B\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C \u0440\u0435\u043F\u043B\u0438\u043A","Disk":"\u0414\u0438\u0441\u043A","Disk:":"\u0414\u0438\u0441\u043A:","Domains":"\u0414\u043E\u043C\u0435\u043D\u044B","Download file":"\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0444\u0430\u0439\u043B","Drain":"\u041E\u0447\u0438\u0441\u0442\u043A\u0430","Drain Node":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C Node","Driver":"\u0414\u0440\u0430\u0439\u0432\u0435\u0440","Duration":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C","E-mail":"\u042D\u043B. \u043F\u043E\u0447\u0442\u0430","Edit":"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C","Edit RoleBinding <0>{roleBindingName}":["\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C RoleBinding <0>",["roleBindingName"],""],"Effect":"\u042D\u0444\u0444\u0435\u043A\u0442","Egress":"Egress","Endpoint":"Endpoint","Endpoints":"Endpoints","Enter a name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435","Environment":"\u0421\u0440\u0435\u0434\u0430","Error stack":"\u0421\u0442\u044D\u043A \u043E\u0448\u0438\u0431\u043A\u0438","Events":"\u0421\u043E\u0431\u044B\u0442\u0438\u044F","Everything is fine in the Cluster":"\u0412 \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0435 \u0432\u0441\u0435 \u0432 \u043F\u043E\u0440\u044F\u0434\u043A\u0435","Excluded items with \"system:\" prefix":"\u0417\u0430 \u0438\u0441\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432 \u0441 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u043C \u201Csystem:\u201D","Exit full size mode":"\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0430","Extended view":"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0439 \u0432\u0438\u0434","External IP":"\u0412\u043D\u0435\u0448\u043D\u0438\u0439 IP","External IPs":"\u0412\u043D\u0435\u0448\u043D\u0438\u0435 IP","Failed to load logs: {0}":["\u041E\u0448\u0438\u0431\u043A\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043B\u043E\u0433\u043E\u0432: ",["0"]],"Field Path":"Field Path","Filesystem":"\u0424\u0430\u0439\u043B\u043E\u0432\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430","Filters ({0}/{1})":["\u0424\u0438\u043B\u044C\u0442\u0440\u044B (",["0"],"/",["1"],")"],"Finalizers":"\u0424\u0438\u043D\u0430\u043B\u0438\u0437\u0430\u0442\u043E\u0440\u044B","First seen":"\u0423\u0432\u0438\u0434\u0435\u043D\u043D\u043E \u0432\u043F\u0435\u0440\u0432\u044B\u0435","Fit to window":"\u041F\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0443 \u043E\u043A\u043D\u0430","FlexVolume":"FlexVolume","Forbidden Sysctls":"Forbidden Sysctls","From":"\u041E\u0442","From <0>{from} to <1>{to}":["\u041E\u0442 <0>",["from"]," \u0434\u043E <1>",["to"],""],"Fs Group":"Fs Group","Group":"\u0413\u0440\u0443\u043F\u043F\u0430","Groups":"\u0413\u0440\u0443\u043F\u043F\u044B","HPA":"HPA","Helm Chart Install":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 Helm \u0447\u0430\u0440\u0442\u0430","Helm Install: {repo}/{name}":["Helm \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430: ",["repo"],"/",["name"]],"Helm Upgrade: {0}":["Helm \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435: ",["0"]],"Hide":"\u0421\u043A\u0440\u044B\u0442\u044C","High number of replicas may cause cluster performance issues":"\u0411\u043E\u043B\u044C\u0448\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0440\u0435\u043F\u043B\u0438\u043A \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C\u044E \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0430","Home":"\u0421\u0441\u044B\u043B\u043A\u0430","Horizontal Pod Autoscalers":"Horizontal Pod Autoscalers","Host IPC":"Host IPC","Host Network":"Host Network","Host PID":"Host PID","Host Ports (Min-Max)":"Host Ports (Min-Max)","Host: {0}":["\u0425\u043E\u0441\u0442: ",["0"]],"Hostname":"Hostname","Http01":"Http01","IP addresses":"IP-\u0430\u0434\u0440\u0435\u0441\u0430","Image":"\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435","ImagePullPolicy":"ImagePullPolicy","ImagePullSecrets":"ImagePullSecrets","Images":"\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F","Ingress":"Ingress","Ingresses":"Ingresses","Init Containers":"\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044B \u0438\u043D\u0438\u0446\u0438\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438","Install":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C","Installation complete!":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0430!","Installing...":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430..","Invalid account ID":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ID \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430","Invalid number":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043D\u043E\u043C\u0435\u0440","Involved Object":"\u0417\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B\u0439 \u043E\u0431\u044A\u0435\u043A\u0442","Involved object":"\u0417\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B\u0439 \u043E\u0431\u044A\u0435\u043A\u0442","Issuer":"Issuer","Issuers":"Issuers","Item list is empty":"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0443\u0441\u0442","JSON Path":"JSON Path","Jobs":"Jobs","Kernel version":"\u0412\u0435\u0440\u0441\u0438\u044F Kernel","Key":"\u041A\u043B\u044E\u0447","Key Algorithm":"\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u043A\u043B\u044E\u0447\u0430","Key Size":"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u043B\u044E\u0447\u0430","Keys":"\u041A\u043B\u044E\u0447\u0438","Keywords":"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430","Kind":"\u0422\u0438\u043F","Kubeconfig":"\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438","Kubeconfig File":"\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438","Kubelet version":"\u0412\u0435\u0440\u0441\u0438\u044F Kubelet","Labels":"\u041C\u0435\u0442\u043A\u0438","Last Failure Time":"\u0412\u0440\u0435\u043C\u044F \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u0441\u0431\u043E\u044F","Last schedule":"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0437\u0430\u043F\u0443\u0441\u043A","Last seen":"\u0423\u0432\u0438\u0434\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0440\u0430\u0437","Last transition time: {lastTransitionTime}":["\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435: ",["lastTransitionTime"]],"Level":"Level","Limited to {0}":["Limited to ",["0"]],"Limits":"\u041B\u0438\u043C\u0438\u0442\u044B","Lines":"\u0421\u0442\u0440\u043E\u043A\u0438","Link":"Link","Liveness":"\u0416\u0438\u0432\u0443\u0447\u0435\u0441\u0442\u044C","Load Balancer IP":"IP \u0431\u0430\u043B\u0430\u043D\u0441\u0438\u0440\u043E\u0432\u0449\u0438\u043A\u0430 \u043D\u0430\u0433\u0440\u0443\u0437\u043A\u0438","Loading":"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430","Logs":"\u041B\u043E\u0433\u0438","Logs copied to clipboard.":"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E.","Maintainers":"\u0421\u043E\u0437\u0434\u0430\u0442\u0435\u043B\u0438","Master":"\u041C\u0430\u0441\u0442\u0435\u0440\u0430","Match Expressions":"\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u044F \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439","Match Labels":"\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u044F \u043C\u0435\u0442\u043E\u043A","Max Pods":"\u041C\u0430\u043A\u0441. \u043F\u043E\u0434\u043E\u0432","Maximum length is {maxLength}":["\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 ",["maxLength"]],"Medium":"Medium","Memory":"\u041F\u0430\u043C\u044F\u0442\u044C","Memory capacity":"\u041E\u0431\u044A\u0435\u043C \u043F\u0430\u043C\u044F\u0442\u0438","Memory limits":"\u041B\u0438\u043C\u0438\u0442\u044B \u043F\u0430\u043C\u044F\u0442\u0438","Memory requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u043A \u043F\u0430\u043C\u044F\u0442\u0438","Memory usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u043C\u044F\u0442\u0438","Memory:":"\u041F\u0430\u043C\u044F\u0442\u044C:","Message":"\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435","Metrics":"\u041C\u0435\u0442\u0440\u0438\u043A\u0438","Metrics are not available due to missing or invalid Prometheus configuration.":"Metrics are not available due to missing or invalid Prometheus configuration.","Metrics not available at the moment":"\u0412 \u0434\u0430\u043D\u043D\u044B\u0439 \u043C\u043E\u043C\u0435\u043D\u0442 \u043C\u0435\u0442\u0440\u0438\u043A\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B","Min Pods":"\u041C\u0438\u043D. \u043F\u043E\u0434\u043E\u0432","Minimize":"\u041C\u0438\u043D\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Minimum length is {minLength}":["\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 ",["minLength"]],"Mount Options":"\u041E\u043F\u0446\u0438\u0438 \u043C\u043E\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F","Mountable secrets":"\u041C\u043E\u043D\u0442\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0441\u0435\u043A\u0440\u0435\u0442\u044B","Mounts":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438","Name":"\u0418\u043C\u044F","Name (optional)":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 (\u043D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E)","Names":"Names","Namespace":"Namespace","Namespace: {0}":["Namespace: ",["0"]],"Namespaces":"Namespaces","Namespaces: {0}":["Namespaces: ",["0"]],"Network":"\u0421\u0435\u0442\u044C","Network File System":"\u0421\u0435\u0442\u0435\u0432\u0430\u044F \u0444\u0430\u0439\u043B\u043E\u0432\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430","Network Policies":"Network Policies","New logs since opening the dialog":"\u041D\u043E\u0432\u044B\u0435 \u043B\u043E\u0433\u0438 \u0441 \u043C\u043E\u043C\u0435\u043D\u0442\u0430 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0434\u0438\u0430\u043B\u043E\u0433\u0430","New tab":"\u041D\u043E\u0432\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430","New version available:":"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u043D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F:","New version: {lastVersion}":["\u041D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F: ",["lastVersion"]],"Next":"\u0414\u0430\u043B\u0435\u0435","No":"\u041D\u0435\u0442","No Nodes Available.":"\u041D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043D\u043E\u0434.","No filters available.":"\u041D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0444\u0438\u043B\u044C\u0442\u0440\u043E\u0432.","No issues found":"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u043D\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u044B","No items found.":"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E.","No revisions to rollback.":"\u041D\u0435\u0442 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0434\u043B\u044F \u043E\u0442\u043A\u0430\u0442\u0430.","Node":"\u041D\u043E\u0434\u0430","Node Pods capacity":"\u0415\u043C\u043A\u043E\u0441\u0442\u044C \u043F\u043E\u0434\u043E\u0432","Node Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440 \u043D\u043E\u0434\u044B","Node filesystem size in bytes":"\u0420\u0430\u0437\u043C\u0435\u0440 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u043D\u043E\u0434\u044B \u0432 \u0431\u0430\u0439\u0442\u0430\u0445","Node filesystem usage in bytes":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u043D\u043E\u0434\u044B \u0432 \u0431\u0430\u0439\u0442\u0430\u0445","Node shell":"\u041A\u043E\u043C\u0430\u043D\u0434\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u043D\u043E\u0434\u044B","Nodes":"\u041D\u043E\u0434\u044B","Not After":"\u041D\u0435 \u043F\u043E\u0437\u0436\u0435","Not Ready Addresses":"Not Ready Addresses","Note: StatefulSet Volumes won't be deleted automatically":"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: StatefulSet Volumes \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438","Notes":"\u0417\u0430\u043C\u0435\u0442\u043A\u0438","Number of running Pods":"\u041A\u043E\u043B-\u0432\u043E \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0449\u0438\u0445 \u043F\u043E\u0434\u043E\u0432","OS":"\u041E\u0421","OS Image":"\u041E\u0431\u0440\u0430\u0437 \u041E\u0421","Object":"\u041E\u0431\u044A\u0435\u043A\u0442","Ok":"\u041E\u043A","Open":"\u041E\u0442\u043A\u0440\u044B\u0442\u044C","Open in a browser":"Open in a browser","Operator":"\u041E\u043F\u0435\u0440\u0430\u0442\u043E\u0440","Organization":"\u041E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u044F","Overview":"\u041E\u0431\u0437\u043E\u0440","Page not found":"\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u0430","Parallelism":"\u041F\u0430\u0440\u0430\u043B\u043B\u0435\u043B\u0438\u0437\u043C","Parameters":"\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B","Path":"\u041F\u0443\u0442\u044C","Path Prefix":"Path Prefix","Persistent Volume Claims":"Persistent Volume Claims","Persistent Volumes":"Persistent Volumes","Pod":"Pod","Pod IP":"IP \u043F\u043E\u0434\u0430","Pod Security Policies":"Pod Security Policies","Pod Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440 \u043F\u043E\u0434\u043E\u0432","Pod Status":"\u0421\u0442\u0430\u0442\u0443\u0441 \u043F\u043E\u0434\u043E\u0432","Pod shell":"\u041A\u043E\u043C\u0430\u043D\u0434\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u043F\u043E\u0434\u0430","Pods":"Pods","Policy Types":"\u0422\u0438\u043F\u044B \u043F\u043E\u043B\u0438\u0442\u0438\u043A","Port":"Port","Ports":"\u041F\u043E\u0440\u0442\u044B","Priority Class":"\u041A\u043B\u0430\u0441\u0441 \u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u0430","Private Key Secret":"\u0421\u0435\u043A\u0440\u0435\u0442 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430","Privileged":"Privileged","Provisioner":"\u041A\u043E\u043C\u0438\u0441\u0441\u0438\u044F","QoS":"QoS","QoS Class":"QoS \u043A\u043B\u0430\u0441\u0441","Quotas":"\u041A\u0432\u043E\u0442\u044B","Ranges (Min-Max)":"Ranges (Min-Max)","Read-only":"Read-only","Read-only Root Filesystem":"Read-only Root Filesystem","Readiness":"\u0413\u043E\u0442\u043E\u0432\u043D\u043E\u0441\u0442\u044C","Reason":"\u041F\u0440\u0438\u0447\u0438\u043D\u0430","Reason: {0} ({1})":["\u041F\u0440\u0438\u0447\u0438\u043D\u0430: ",["0"]," (",["1"],")"],"Receive":"\u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435","Reclaim Policy":"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043E\u0442\u043A\u0430\u0442\u0430","Reference":"\u0421\u0441\u044B\u043B\u043A\u0430","Release":"\u0420\u0435\u043B\u0438\u0437","Release <0>{releaseName} successfully upgraded to version <1>{version}":["\u0420\u0435\u043B\u0438\u0437 <0>",["releaseName"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D \u0434\u043E \u0432\u0435\u0440\u0441\u0438\u0438 <1>",["version"],""],"Release name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0440\u0435\u043B\u0438\u0437\u0430","Release: {0}":["\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430: ",["0"]],"Releases":"\u0420\u0435\u043B\u0438\u0437\u044B","Remove":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","Remove <0>{releaseNames}?":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C <0>",["releaseNames"],"?"],"Remove field":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u043B\u0435","Remove item?":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043E\u0431\u044A\u0435\u043A\u0442?","Remove selected bindings for <0>{0}?":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0441\u0432\u044F\u0437\u043A\u0438 <0>",["0"],"?"],"Remove selected bindings from ${name}":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0441\u0432\u044F\u0437\u043A\u0438 \u0438\u0437 $",["name"]],"Remove selected items ({0})":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B (",["0"],")"],"Remove {resourceKind} <0>{resourceName}?":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C ",["resourceKind"]," <0>",["resourceName"],"?"],"Renew Before":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u043E","Replicas":"\u0420\u0435\u043F\u043B\u0438\u043A\u0438","Repo/Name":"\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0439/\u0418\u043C\u044F","Repository":"\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0439","Request":"\u0417\u0430\u043F\u0440\u043E\u0441","Request duration in seconds":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445","Requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B","Required Drop Capabilities":"Required Drop Capabilities","Required field":"\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043F\u043E\u043B\u0435","Reset":"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C","Reset filters?":"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\u044B?","Resource":"Resource","Resource Names":"\u0418\u043C\u0435\u043D\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u043E\u0432","Resource Quotas":"\u041A\u0432\u043E\u0442\u044B \u0440\u0435\u0441\u0443\u0440\u0441\u043E\u0432","Resource Version":"Resource Version","Resource loading has failed: <0>{0}":["\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C: <0>",["0"],""],"Resource {0} on Pods {addition}":["\u0420\u0435\u0441\u0443\u0440\u0441 ",["0"]," \u043D\u0430 \u043F\u043E\u0434\u0430\u0445 ",["addition"]],"ResourceQuota name":"\u0418\u043C\u044F \u043A\u0432\u043E\u0442\u044B \u0440\u0435\u0441\u0443\u0440\u0441\u0430","Resources":"\u0420\u0435\u0441\u0443\u0440\u0441\u044B","Response":"\u041E\u0442\u0432\u0435\u0442","Response duration in seconds":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u043E\u0442\u0432\u0435\u0442\u0430 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445","Restart session":"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0441\u0435\u0441\u0441\u0438\u044E","Restarts":"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438","Revision":"\u0420\u0435\u0432\u0438\u0437\u0438\u044F","Right click cluster icon to open cluster settings.":"Right click cluster icon to open cluster settings.","Role":"Role","Role Bindings":"Role Bindings","Role ID":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0440\u043E\u043B\u0438","Role name":"\u0418\u043C\u044F \u0440\u043E\u043B\u0438","Roles":"Roles","Rollback":"\u041E\u0442\u043A\u0430\u0442","Rollback <0>{releaseName}":["\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C <0>",["releaseName"],""],"Rule":"Rule","Rules":"\u041F\u0440\u0430\u0432\u0438\u043B\u0430","Run As Group":"Run As Group","Run As User":"Run As User","Runtime Class":"Runtime Class","Save":"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C","Scale":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Scale Deployment <0>{deploymentName}":["\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C Deployment <0>",["deploymentName"],""],"Schedule":"\u0420\u0430\u0441\u043F\u0438\u0441\u0430\u043D\u0438\u0435","Scope":"Scope","Scope Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440 \u043E\u0431\u043B\u0430\u0441\u0442\u0438","Scope name":"\u0418\u043C\u044F \u043E\u0431\u043B\u0430\u0441\u0442\u0438","Se Linux":"Se Linux","Search Helm Charts":"\u0418\u0441\u043A\u0430\u0442\u044C Helm \u0447\u0430\u0440\u0442\u044B","Search...":"\u041F\u043E\u0438\u0441\u043A..","Secret":"\u0421\u0435\u043A\u0440\u0435\u0442","Secret Name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0441\u0435\u043A\u0440\u0435\u0442\u0430","Secret name":"\u0418\u043C\u044F \u0441\u0435\u043A\u0440\u0435\u0442\u0430","Secret successfully updated.":"\u0421\u0435\u043A\u0440\u0435\u0442 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D.","Secret type":"\u0422\u0438\u043F \u0441\u0435\u043A\u0440\u0435\u0442\u0430","Secrets":"Secrets","Select a quota..":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u0432\u043E\u0442\u0443...","Select role..":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0440\u043E\u043B\u044C..","Select service accounts":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441\u043D\u044B\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u044B","Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440","Server":"\u0421\u0435\u0440\u0432\u0435\u0440","Service":"Service","Service Accounts":"Service Accounts","Services":"Services","Session Affinity":"\u041D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0441\u0435\u0441\u0441\u0438\u0438","Set":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E","Set quota":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043A\u0432\u043E\u0442\u0443","Shell":"\u041A\u043E\u043C\u0430\u043D\u0434\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430","Show":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C","Show Notes":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043B\u043E\u0433\u0438","Show value":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435","Size":"\u0420\u0430\u0437\u043C\u0435\u0440","Size Limit":"Size Limit","Skip TLS Verify":"Skip TLS Verify","Source":"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A","Specified limits are higher than node capacity!":"\u0417\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u043B\u0438\u043C\u0438\u0442\u044B \u0432\u044B\u0448\u0435 \u0432\u043C\u0435\u0441\u0442\u0438\u043C\u043E\u0441\u0442\u0438 \u043D\u043E\u0434\u044B!","Stateful Sets":"Stateful Sets","StatefulSets":"StatefulSets","Status":"\u0421\u0442\u0430\u0442\u0443\u0441","Status URI":"\u0410\u0434\u0440\u0435\u0441 \u0441\u0442\u0430\u0442\u0443\u0441\u0430","Storage":"Storage","Storage Class":"Storage Class","Storage Class Name":"\u0418\u043C\u044F Storage Class","Storage Classes":"Storage Classes","Storage class":"\u041A\u043B\u0430\u0441\u0441 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430","Stored versions":"Stored versions","Strategy Type":"\u0422\u0438\u043F \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438","Sub-object":"\u0421\u0443\u0431-\u043E\u0431\u044A\u0435\u043A\u0442","Submit":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C","Submitting..":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u0435..","Subsets":"Subsets","Supplemental Groups":"Supplemental Groups","Suspend":"\u0417\u0430\u043C\u043E\u0440\u043E\u0437\u043A\u0430","TLS":"TLS","Taints":"\u041C\u0435\u0442\u043A\u0438 \u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0438","Terminal":"\u0422\u0435\u0440\u043C\u0438\u043D\u0430\u043B","Terminal session":"\u0421\u0435\u0441\u0441\u0438\u044F \u0442\u0435\u0440\u043C\u0438\u043D\u0430\u043B\u0430","There are no logs available for container.":"\u0414\u043B\u044F \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0430 \u043D\u0435\u0442 \u043B\u043E\u0433\u043E\u0432.","There are no logs available.":"\u041B\u043E\u0433\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442.","This field is required":"\u042D\u0442\u043E \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043F\u043E\u043B\u0435","This field must contain only lowercase latin characters, numbers and dash.":"\u042D\u0442\u043E \u043F\u043E\u043B\u0435 \u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u043B\u0430\u0442\u0438\u043D\u0441\u043A\u0438\u0435 \u0431\u0443\u043A\u0432\u044B \u0432 \u043D\u0438\u0436\u043D\u0435\u043C \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435, \u043D\u043E\u043C\u0435\u0440\u0430 \u0438 \u0434\u0435\u0444\u0438\u0441.","To":"\u0418\u0437","To help us improve the product please report bugs to {slackLink} community or {githubLink} issues tracker.":["\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043C\u043E\u0447\u044C \u043D\u0430\u043C \u0443\u043B\u0443\u0447\u0448\u0438\u0442\u044C \u043F\u0440\u043E\u0434\u0443\u043A\u0442 \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0448\u0438\u0431\u043A\u0438 \u043D\u0430 ",["slackLink"]," \u0441\u043E\u043E\u0431\u0449\u0435\u0441\u0442\u0432\u043E \u0438\u043B\u0438 ",["githubLink"]," \u0442\u0440\u0435\u043A\u0435\u0440 \u043E\u0448\u0438\u0431\u043E\u043A."],"Tokens":"\u0422\u043E\u043A\u0435\u043D\u044B","Tolerations":"\u0422\u043E\u043B\u0435\u0440\u0430\u043D\u0442\u043D\u043E\u0441\u0442\u0438","Transit":"\u0422\u0440\u0430\u043D\u0437\u0438\u0442","Type":"\u0422\u0438\u043F","UID":"UID","URL":"\u0423\u0420\u041B","Uncordon":"\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430","Update":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C","Updated":"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E","Updating..":"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435..","Upgrade":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C","Upgrade version":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0432\u0435\u0440\u0441\u0438\u044E","Usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435","Use same name for RoleBinding":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0442\u043E\u0436\u0435 \u0438\u043C\u044F \u0434\u043B\u044F \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438 \u0440\u043E\u043B\u0435\u0439","Used":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043E","User":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C","Validation":"Validation","Value":"\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435","Values":"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F","Verbs":"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F","Version":"\u0412\u0435\u0440\u0441\u0438\u044F","View Helm Release":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C Helm \u0440\u0435\u043B\u0438\u0437","Volume Binding Mode":"\u0420\u0435\u0436\u0438\u043C \u0441\u0432\u044F\u0437\u0438 \u0441 Volume","Volume disk capacity":"\u0415\u043C\u043A\u043E\u0441\u0442\u044C \u0434\u0438\u0441\u043A\u0430 Volume","Volume disk usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0438\u0441\u043A\u0430 Volume","Volumes":"Volumes","Waiting services to be running":"\u041E\u0436\u0438\u0434\u0430\u043D\u0438\u0435 \u0437\u0430\u043F\u0443\u0441\u043A\u0430 \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u0432","Warnings: {0}":["\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u044F: ",["0"]],"Worker":"\u0420\u0430\u0431\u043E\u0447\u0438\u0435","Workloads":"\u0420\u0435\u0441\u0443\u0440\u0441\u044B","Wrong email format":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B","Wrong url format":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 url \u0444\u043E\u0440\u043C\u0430\u0442","Yes":"\u0414\u0430","Zone":"\u0417\u043E\u043D\u0430","ago":"\u0442\u043E\u043C\u0443 \u043D\u0430\u0437\u0430\u0434","and <0>{tailCount} more":["\u0438 <0>",["tailCount"]," \u0435\u0449\u0451"],"cores:":"\u044F\u0434\u0435\u0440:","exit code":"\u043A\u043E\u0434 \u0432\u044B\u0445\u043E\u0434\u0430","kind":"kind","listKind":"listKind","never":"never","plural":"plural","ready":"\u0433\u043E\u0442\u043E\u0432\u043E","sec":"\u0441\u0435\u043A","singular":"singular","timestamps":"\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u043C\u0435\u0442\u043A\u0438","{0, plural, one {Resource} other {Resources}}":[["0","plural",{one:"\u0420\u0435\u0441\u0443\u0440\u0441",few:"\u0420\u0435\u0441\u0443\u0440\u0441\u044B",many:"\u0420\u0435\u0441\u0443\u0440\u0441\u044B",other:"\u0420\u0435\u0441\u0443\u0440\u0441\u044B"}]],"{0} desired, {1} updated":[["0"]," \u043E\u0436\u0438\u0434\u0430\u0435\u043C\u044B\u0435, ",["1"]," \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0435"],"{0} on <0>{kind}/{name}":[["0"]," \u043D\u0430 <0>",["kind"],"/",["name"],""],"{0} on Pods":[["0"]," \u043D\u0430 \u041F\u043E\u0434\u0430\u0445"],"{0} on {1}":[["0"]," \u043D\u0430 ",["1"]],"{0} total, {1} available":[["0"]," \u0432\u0441\u0435\u0433\u043E, ",["1"]," \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E"],"{0} unavailable":[["0"]," \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E"],"{accountName} kubeconfig":[["accountName"]," \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F"],"{allItemsCount, plural, one {# item} other {# items}}":[["allItemsCount","plural",{one:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442"],few:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430"],many:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"],other:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"]}]],"{metricsRemainCount} more...":[["metricsRemainCount"]," \u0435\u0449\u0435\u2026"],"{podName} Logs":[["podName"]," \u043B\u043E\u0433\u0438"],"{resourceType} <0>{resourceName} updated.":[["resourceType"]," <0>",["resourceName"]," \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D."],"{selectedCount, plural, one {<0>Remove item <1>{selectedNames}?} other {<2>Remove <3>{selectedCount} items <4>{selectedNames} {tail}?}}":[["selectedCount","plural",{one:["<0>\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442 <1>",["selectedNames"],"?"],few:["<2>\u0423\u0434\u0430\u043B\u0438\u0442\u044C <3>",["selectedCount"]," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430 <4>",["selectedNames"]," ",["tail"],"?"],many:["<2>\u0423\u0434\u0430\u043B\u0438\u0442\u044C <3>",["selectedCount"]," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 <4>",["selectedNames"]," ",["tail"],"?"],other:["<2>\u0423\u0434\u0430\u043B\u0438\u0442\u044C <3>",["selectedCount"]," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 <4>",["selectedNames"]," ",["tail"],"?"]}]],"{submitLabel} & Close":[["submitLabel"]," \u0438 \u0437\u0430\u043A\u0440\u044B\u0442\u044C"]}}; \ No newline at end of file +/* eslint-disable */module.exports={localeData:{"plurals":function(n,ord){var s=String(n).split("."),i=s[0],v0=!s[1],i10=i.slice(-1),i100=i.slice(-2);if(ord)return"other";return v0&&i10==1&&i100!=11?"one":v0&&i10>=2&&i10<=4&&(i100<12||i100>14)?"few":v0&&i10==0||v0&&i10>=5&&i10<=9||v0&&i100>=11&&i100<=14?"many":"other"}},messages:{"(as a percentage of request)":"(as a percentage of request)","(empty) (Allowing the specific traffic to all pods in this namespace)":"(\u041F\u0443\u0441\u0442\u043E) (\u0414\u043E\u043F\u0443\u0441\u043A\u0430\u0435\u0442\u0441\u044F \u0442\u0440\u0430\u0444\u0438\u043A \u043A\u043E \u0432\u0441\u0435\u043C \u043F\u043E\u0434\u0430\u043C \u0432 \u0434\u0430\u043D\u043D\u043E\u0439 \u043E\u0431\u043B\u0430\u0441\u0442\u0438 \u0438\u043C\u0435\u043D)","<0>Filtered: {itemsCount} / {allItemsCount}":["<0>\u041E\u0442\u0444\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E: ",["itemsCount"]," / ",["allItemsCount"]],"<0>Your browser does not support all Lens features. Please consider using another browser.":"<0>\u0412\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043D\u0435 \u043F\u043E\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0432\u0441\u0435 \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E\u0441\u0442\u0438 Lens. \u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430 \u0440\u0430\u0441\u0441\u043C\u043E\u0442\u0440\u0438\u0442\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0440\u0443\u0433\u043E\u0433\u043E \u0441\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E\u0433\u043E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430.","<0>{0} successfully created":["<0>",["0"]," successfully created"],"API Group":"API Group","Access Control":"\u041A\u043E\u043D\u0442\u0440\u043E\u043B\u044C \u0434\u043E\u0441\u0442\u0443\u043F\u0430","Access Modes":"\u0420\u0435\u0436\u0438\u043C\u044B \u0434\u043E\u0441\u0442\u0443\u043F\u0430","Account Name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430","Active":"\u0410\u043A\u0442\u0438\u0432\u043D\u044B\u0439","Add Namespace":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C Namespace","Add RoleBinding":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0443 \u0440\u043E\u043B\u0435\u0439","Add bindings to {name}":["\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438 \u043A ",["name"]],"Add field":"\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043F\u043E\u043B\u0435","Additional Printer Columns":"Additional Printer Columns","Addresses":"\u0410\u0434\u0440\u0435\u0441\u0430","Affinities":"\u0410\u0444\u0444\u0438\u043D\u0438\u0442\u0435\u0442\u044B","Age":"\u0412\u043E\u0437\u0440\u0430\u0441\u0442","All groups":"All groups","All logs":"\u0412\u0441\u0435 \u043B\u043E\u0433\u0438","All namespaces":"All namespaces","Allocatable":"Allocatable","Allow Privilege Escalation":"Allow Privilege Escalation","Allowed CSI Drivers":"Allowed CSI Drivers","Allowed Capabilities":"Allowed Capabilities","Allowed Flex Volumes":"Allowed Flex Volumes","Allowed Host Paths":"Allowed Host Paths","Allowed Proc Mount Types":"Allowed Proc Mount Types","Allowed Runtime Class Names":"Allowed Runtime Class Names","Allowed Unsafe Sysctls":"Allowed Unsafe Sysctls","Annotations":"\u0410\u043D\u043D\u043E\u0442\u0430\u0446\u0438\u0438","Api Groups":"API \u0433\u0440\u0443\u043F\u043F\u044B","App Version":"\u0412\u0435\u0440\u0441\u0438\u044F \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F","App crash at <0>{pageUrl}":["\u0421\u0431\u043E\u0439 \u0440\u0430\u0431\u043E\u0442\u044B \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F \u043D\u0430 <0>",["pageUrl"],""],"Applying..":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u0435..","Apps":"\u041F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u044F","Are you sure you want to drain <0>{nodeName}?":["\u0412\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u043A\u043E\u043C\u0430\u043D\u0434\u0443 drain \u0434\u043B\u044F \u043D\u043E\u0434\u044B <0>",["nodeName"],"?"],"Arguments":"\u0410\u0440\u0433\u0443\u043C\u0435\u043D\u0442\u044B","Auth App Role":"Auth App Role","Back":"\u041D\u0430\u0437\u0430\u0434","Backends":"\u0411\u044D\u043A\u0435\u043D\u0434\u044B","Binding":"\u041F\u0440\u0438\u0432\u044F\u0437\u043A\u0430","Binding targets":"\u0426\u0435\u043B\u0438 \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438","Bindings":"\u041F\u0440\u0438\u0432\u044F\u0437\u043A\u0438","Build version":"\u0412\u0435\u0440\u0441\u0438\u044F \u0431\u0438\u043B\u0434\u0430","Bytes consumed on this filesystem":"\u0411\u0430\u0439\u0442\u044B, \u043F\u043E\u0442\u0440\u0435\u0431\u043B\u044F\u0435\u043C\u044B\u0435 \u0432 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u0435","Bytes received by all containers":"\u0411\u0430\u0439\u0442\u044B, \u043F\u043E\u043B\u0443\u0447\u0435\u043D\u043D\u044B\u0435 \u0432\u0441\u0435\u043C\u0438 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0430\u043C\u0438","Bytes sent by Ingress controller with error status":"\u0411\u0430\u0439\u0442\u044B, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043B\u0435\u0440\u043E\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u0430 (Ingress) \u0441\u043E \u0441\u0442\u0430\u0442\u0443\u0441\u043E\u043C \u043E\u0448\u0438\u0431\u043A\u0438","Bytes sent by Ingress controller with successful status":"\u0411\u0430\u0439\u0442\u044B, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u043A\u043E\u043D\u0442\u0440\u043E\u043B\u043B\u0435\u0440\u043E\u043C \u0434\u043E\u0441\u0442\u0443\u043F\u0430 (Ingress) \u0441 \u0443\u0441\u043F\u0435\u0448\u043D\u044B\u043C \u0441\u0442\u0430\u0442\u0443\u0441\u043E\u043C","Bytes sent, status 2xx":"\u0411\u0430\u0439\u0442\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u044B, \u0441\u0442\u0430\u0442\u0443\u0441 2xx","Bytes sent, status 5xx":"\u0411\u0430\u0439\u0442\u044B \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u044B, \u0441\u0442\u0430\u0442\u0443\u0441 5xx","Bytes transmitted from all containers":"\u0411\u0430\u0439\u0442\u044B, \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u043D\u044B\u0435 \u0432\u0441\u0435\u043C\u0438 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0430\u043C\u0438","CA Bundle":"CA Bundle","CPU":"\u041F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440","CPU capacity":"\u041C\u043E\u0449\u043D\u043E\u0441\u0442\u044C \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","CPU cores usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u044F\u0434\u0435\u0440 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","CPU limits":"\u041B\u0438\u043C\u0438\u0442\u044B \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","CPU requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u043A \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0443","CPU:":"CPU:","Cancel":"\u041E\u0442\u043C\u0435\u043D\u0430","Capacity":"\u0415\u043C\u043A\u043E\u0441\u0442\u044C","Certificates":"\u0421\u0435\u0440\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u044B","Chart":"\u0427\u0430\u0440\u0442","Chart Release <0>{0} successfully created.":["\u0420\u0435\u043B\u0438\u0437 \u0447\u0430\u0440\u0442\u0430 <0>",["0"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0441\u043E\u0437\u0434\u0430\u043D."],"Chart: {0}":["\u0427\u0430\u0440\u0442: ",["0"]],"Charts":"\u0427\u0430\u0440\u0442\u044B","Checking update":"\u041F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0439","Claim":"\u0417\u0430\u043F\u0440\u043E\u0441","Claim Name":"Claim Name","Close":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C","Close (Ctrl+W)":"\u0417\u0430\u043A\u0440\u044B\u0442\u044C (Ctrl+W)","Cloud API Token Secret":"Cloud API Token Secret","Cluster":"\u041A\u043B\u0430\u0441\u0442\u0435\u0440","Cluster IP":"IP-\u0430\u0434\u0440\u0435\u0441 \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0430","Cluster Issuers":"Cluster Issuers","Command":"\u041A\u043E\u043C\u0430\u043D\u0434\u0430","Common Name":"\u041E\u0431\u0449\u0435\u0435 \u0438\u043C\u044F","Compact view":"\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439 \u0432\u0438\u0434","Completions":"\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044F","Component stack":"\u0421\u0442\u044D\u043A \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u043E\u0432","Condition":"\u0421\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u0435","Conditions":"\u0421\u043E\u0441\u0442\u043E\u044F\u043D\u0438\u044F","Config Maps":"Config Maps","Config copied to clipboard":"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F \u0441\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u0430 \u0432 \u0431\u0443\u0444\u0435\u0440","ConfigMap <0>{0} successfully updated.":["ConfigMap <0>",["0"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0430."],"ConfigMaps":"ConfigMaps","Configuration":"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F","Connection":"\u0421\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u0435","Container":"\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440","Container CPU cores usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u044F\u0434\u0435\u0440 \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u043E\u0440\u0430","Container CPU requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B CPU \u043E\u0442 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043E\u0432","Container memory limits":"\u041B\u0438\u043C\u0438\u0442\u044B \u043F\u0430\u043C\u044F\u0442\u0438","Container memory requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u043F\u0430\u043C\u044F\u0442\u0438 \u043E\u0442 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043E\u0432","Container memory usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u043C\u044F\u0442\u0438","Container runtime":"\u0421\u0440\u0435\u0434\u0430 \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u043E\u0432","Containers":"\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044B","Context":"\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442","Controlled By":"\u0423\u043F\u0440\u0430\u0432\u043B\u044F\u0435\u043C\u044B\u0439","Controlled by":"\u041A\u043E\u043D\u0442\u0440\u043E\u043B\u0438\u0440\u0443\u0435\u0442\u0441\u044F","Conversion":"Conversion","Copy to clipboard":"\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Cordon":"\u0411\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430","Count":"\u041A\u043E\u043B-\u0432\u043E","Create":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C","Create Namespace":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C Namespace","Create ResourceQuota":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C ResourceQuota","Create Role":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0440\u043E\u043B\u044C","Create Secret":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0441\u0435\u043A\u0440\u0435\u0442","Create Service Account":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C Service Account","Create new ResourceQuota":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E ResourceQuota","Create new Role":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0440\u043E\u043B\u044C","Create new RoleBinding":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0431\u0438\u043B\u0434\u0438\u043D\u0433 \u0440\u043E\u043B\u0438","Create new Secret":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 \u0441\u0435\u043A\u0440\u0435\u0442","Create new Service Account":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 Service Account","Create resource":"\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0440\u0435\u0441\u0443\u0440\u0441","Created":"\u0421\u043E\u0437\u0434\u0430\u043D\u043E","Created at":"\u0421\u043E\u0437\u0434\u0430\u043D\u043E","Credentials Ref":"Credentials Ref","Cron Jobs":"Cron Jobs","CronJobs":"CronJobs","Current / Target":"\u0422\u0435\u043A\u0443\u0449\u0435\u0435 / \u0426\u0435\u043B\u044C","Current replica scale: {currentReplicas}":["\u0422\u0435\u043A\u0443\u0449\u0438\u0439 \u0440\u0430\u0437\u043C\u0435\u0440 \u0440\u0435\u043F\u043B\u0438\u043A\u0438: ",["currentReplicas"]],"Currently applied filters:":"\u0422\u0435\u043A\u0443\u0449\u0438\u0435 \u0444\u0438\u043B\u044C\u0442\u0440\u044B:","Custom Resources":"Custom Resources","DNS Provider":"DNS \u043F\u0440\u043E\u0432\u0430\u0439\u0434\u0435\u0440","DNS names":"DNS \u0438\u043C\u0435\u043D\u0430","Daemon Sets":"Daemon Sets","DaemonSets":"DaemonSets","Data":"\u0414\u0430\u043D\u043D\u044B\u0435","Default":"\u041F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E","Default Add Capabilities":"Default Add Capabilities","Default Runtime Class Name":"Default Runtime Class Name","Definitions":"Definitions","Delete":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","Deploy Revisions":"Deploy Revisions","Deployments":"Deployments","Description":"\u041E\u043F\u0438\u0441\u0430\u043D\u0438\u0435","Desired number of replicas":"\u041D\u0443\u0436\u043D\u044B\u0439 \u0443\u0440\u043E\u0432\u0435\u043D\u044C \u0440\u0435\u043F\u043B\u0438\u043A","Disk":"\u0414\u0438\u0441\u043A","Disk:":"\u0414\u0438\u0441\u043A:","Domains":"\u0414\u043E\u043C\u0435\u043D\u044B","Download file":"\u0421\u043A\u0430\u0447\u0430\u0442\u044C \u0444\u0430\u0439\u043B","Drain":"\u041E\u0447\u0438\u0441\u0442\u043A\u0430","Drain Node":"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C Node","Driver":"\u0414\u0440\u0430\u0439\u0432\u0435\u0440","Duration":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C","E-mail":"\u042D\u043B. \u043F\u043E\u0447\u0442\u0430","Edit":"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C","Edit RoleBinding <0>{roleBindingName}":["\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C RoleBinding <0>",["roleBindingName"],""],"Effect":"\u042D\u0444\u0444\u0435\u043A\u0442","Egress":"Egress","Endpoint":"Endpoint","Endpoints":"Endpoints","Enter a name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435","Environment":"\u0421\u0440\u0435\u0434\u0430","Error stack":"\u0421\u0442\u044D\u043A \u043E\u0448\u0438\u0431\u043A\u0438","Events":"\u0421\u043E\u0431\u044B\u0442\u0438\u044F","Everything is fine in the Cluster":"\u0412 \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0435 \u0432\u0441\u0435 \u0432 \u043F\u043E\u0440\u044F\u0434\u043A\u0435","Excluded items with \"system:\" prefix":"\u0417\u0430 \u0438\u0441\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435\u043C \u043E\u0431\u044A\u0435\u043A\u0442\u043E\u0432 \u0441 \u043F\u0440\u0435\u0444\u0438\u043A\u0441\u043E\u043C \u201Csystem:\u201D","Exit full size mode":"\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0430","Extended view":"\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u044B\u0439 \u0432\u0438\u0434","External IP":"\u0412\u043D\u0435\u0448\u043D\u0438\u0439 IP","External IPs":"\u0412\u043D\u0435\u0448\u043D\u0438\u0435 IP","Failed to load logs: {0}":["\u041E\u0448\u0438\u0431\u043A\u0430 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438 \u043B\u043E\u0433\u043E\u0432: ",["0"]],"Field Path":"Field Path","Filesystem":"\u0424\u0430\u0439\u043B\u043E\u0432\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430","Filters ({0}/{1})":["\u0424\u0438\u043B\u044C\u0442\u0440\u044B (",["0"],"/",["1"],")"],"Finalizers":"\u0424\u0438\u043D\u0430\u043B\u0438\u0437\u0430\u0442\u043E\u0440\u044B","First seen":"\u0423\u0432\u0438\u0434\u0435\u043D\u043D\u043E \u0432\u043F\u0435\u0440\u0432\u044B\u0435","Fit to window":"\u041F\u043E \u0440\u0430\u0437\u043C\u0435\u0440\u0443 \u043E\u043A\u043D\u0430","FlexVolume":"FlexVolume","Forbidden Sysctls":"Forbidden Sysctls","From":"\u041E\u0442","From <0>{from} to <1>{to}":["\u041E\u0442 <0>",["from"]," \u0434\u043E <1>",["to"],""],"Fs Group":"Fs Group","Group":"\u0413\u0440\u0443\u043F\u043F\u0430","Groups":"\u0413\u0440\u0443\u043F\u043F\u044B","HPA":"HPA","Helm Chart Install":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 Helm \u0447\u0430\u0440\u0442\u0430","Helm Install: {repo}/{name}":["Helm \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430: ",["repo"],"/",["name"]],"Helm Upgrade: {0}":["Helm \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435: ",["0"]],"Hide":"\u0421\u043A\u0440\u044B\u0442\u044C","High number of replicas may cause cluster performance issues":"\u0411\u043E\u043B\u044C\u0448\u043E\u0435 \u043A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0440\u0435\u043F\u043B\u0438\u043A \u043C\u043E\u0436\u0435\u0442 \u0432\u044B\u0437\u0432\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u0441 \u043F\u0440\u043E\u0438\u0437\u0432\u043E\u0434\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C\u044E \u043A\u043B\u0430\u0441\u0442\u0435\u0440\u0430","Home":"\u0421\u0441\u044B\u043B\u043A\u0430","Horizontal Pod Autoscalers":"Horizontal Pod Autoscalers","Host IPC":"Host IPC","Host Network":"Host Network","Host PID":"Host PID","Host Ports (Min-Max)":"Host Ports (Min-Max)","Host: {0}":["\u0425\u043E\u0441\u0442: ",["0"]],"Hostname":"Hostname","Http01":"Http01","IP addresses":"IP-\u0430\u0434\u0440\u0435\u0441\u0430","Image":"\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u0435","ImagePullPolicy":"ImagePullPolicy","ImagePullSecrets":"ImagePullSecrets","Images":"\u0418\u0437\u043E\u0431\u0440\u0430\u0436\u0435\u043D\u0438\u044F","Ingress":"Ingress","Ingresses":"Ingresses","Init Containers":"\u041A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u044B \u0438\u043D\u0438\u0446\u0438\u0430\u043B\u0438\u0437\u0430\u0446\u0438\u0438","Install":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C","Installation complete!":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u0430!","Installing...":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430..","Invalid account ID":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 ID \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u0430","Invalid number":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u043D\u043E\u043C\u0435\u0440","Involved Object":"\u0417\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B\u0439 \u043E\u0431\u044A\u0435\u043A\u0442","Involved object":"\u0417\u0430\u0442\u0440\u043E\u043D\u0443\u0442\u044B\u0439 \u043E\u0431\u044A\u0435\u043A\u0442","Issuer":"Issuer","Issuers":"Issuers","Item list is empty":"\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u0443\u0441\u0442","JSON Path":"JSON Path","Jobs":"Jobs","Kernel version":"\u0412\u0435\u0440\u0441\u0438\u044F Kernel","Key":"\u041A\u043B\u044E\u0447","Key Algorithm":"\u0410\u043B\u0433\u043E\u0440\u0438\u0442\u043C \u043A\u043B\u044E\u0447\u0430","Key Size":"\u0420\u0430\u0437\u043C\u0435\u0440 \u043A\u043B\u044E\u0447\u0430","Keys":"\u041A\u043B\u044E\u0447\u0438","Keywords":"\u041A\u043B\u044E\u0447\u0435\u0432\u044B\u0435 \u0441\u043B\u043E\u0432\u0430","Kind":"\u0422\u0438\u043F","Kubeconfig":"\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438","Kubeconfig File":"\u0424\u0430\u0439\u043B \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438","Kubelet version":"\u0412\u0435\u0440\u0441\u0438\u044F Kubelet","Labels":"\u041C\u0435\u0442\u043A\u0438","Last Failure Time":"\u0412\u0440\u0435\u043C\u044F \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0433\u043E \u0441\u0431\u043E\u044F","Last schedule":"\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0437\u0430\u043F\u0443\u0441\u043A","Last seen":"\u0423\u0432\u0438\u0434\u0435\u043D\u043D\u043E \u0432 \u043F\u043E\u0441\u043B\u0435\u0434\u043D\u0438\u0439 \u0440\u0430\u0437","Last transition time: {lastTransitionTime}":["\u041F\u043E\u0441\u043B\u0435\u0434\u043D\u0435\u0435 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0435: ",["lastTransitionTime"]],"Level":"Level","Limited to {0}":["Limited to ",["0"]],"Limits":"\u041B\u0438\u043C\u0438\u0442\u044B","Lines":"\u0421\u0442\u0440\u043E\u043A\u0438","Link":"Link","Liveness":"\u0416\u0438\u0432\u0443\u0447\u0435\u0441\u0442\u044C","Load Balancer IP":"IP \u0431\u0430\u043B\u0430\u043D\u0441\u0438\u0440\u043E\u0432\u0449\u0438\u043A\u0430 \u043D\u0430\u0433\u0440\u0443\u0437\u043A\u0438","Loading":"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430","Logs":"\u041B\u043E\u0433\u0438","Logs copied to clipboard.":"\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u043D\u043E.","Maintainers":"\u0421\u043E\u0437\u0434\u0430\u0442\u0435\u043B\u0438","Master":"\u041C\u0430\u0441\u0442\u0435\u0440\u0430","Match Expressions":"\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u044F \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0439","Match Labels":"\u0421\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u044F \u043C\u0435\u0442\u043E\u043A","Max Pods":"\u041C\u0430\u043A\u0441. \u043F\u043E\u0434\u043E\u0432","Maximum length is {maxLength}":["\u041C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 ",["maxLength"]],"Medium":"Medium","Memory":"\u041F\u0430\u043C\u044F\u0442\u044C","Memory capacity":"\u041E\u0431\u044A\u0435\u043C \u043F\u0430\u043C\u044F\u0442\u0438","Memory limits":"\u041B\u0438\u043C\u0438\u0442\u044B \u043F\u0430\u043C\u044F\u0442\u0438","Memory requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B \u043A \u043F\u0430\u043C\u044F\u0442\u0438","Memory usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u043F\u0430\u043C\u044F\u0442\u0438","Memory:":"\u041F\u0430\u043C\u044F\u0442\u044C:","Message":"\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435","Metrics":"\u041C\u0435\u0442\u0440\u0438\u043A\u0438","Metrics are not available due to missing or invalid Prometheus configuration.":"Metrics are not available due to missing or invalid Prometheus configuration.","Metrics not available at the moment":"\u0412 \u0434\u0430\u043D\u043D\u044B\u0439 \u043C\u043E\u043C\u0435\u043D\u0442 \u043C\u0435\u0442\u0440\u0438\u043A\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B","Min Pods":"\u041C\u0438\u043D. \u043F\u043E\u0434\u043E\u0432","Minimize":"\u041C\u0438\u043D\u0438\u043C\u0438\u0437\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Minimum length is {minLength}":["\u041C\u0438\u043D\u0438\u043C\u0430\u043B\u044C\u043D\u0430\u044F \u0434\u043B\u0438\u043D\u0430 ",["minLength"]],"Mount Options":"\u041E\u043F\u0446\u0438\u0438 \u043C\u043E\u043D\u0442\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F","Mountable secrets":"\u041C\u043E\u043D\u0442\u0438\u0440\u0443\u0435\u043C\u044B\u0435 \u0441\u0435\u043A\u0440\u0435\u0442\u044B","Mounts":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438","Name":"\u0418\u043C\u044F","Name (optional)":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 (\u043D\u0435\u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E)","Names":"Names","Namespace":"Namespace","Namespace: {0}":["Namespace: ",["0"]],"Namespaces":"Namespaces","Namespaces: {0}":["Namespaces: ",["0"]],"Network":"\u0421\u0435\u0442\u044C","Network File System":"\u0421\u0435\u0442\u0435\u0432\u0430\u044F \u0444\u0430\u0439\u043B\u043E\u0432\u0430\u044F \u0441\u0438\u0441\u0442\u0435\u043C\u0430","Network Policies":"Network Policies","New logs since opening the dialog":"\u041D\u043E\u0432\u044B\u0435 \u043B\u043E\u0433\u0438 \u0441 \u043C\u043E\u043C\u0435\u043D\u0442\u0430 \u043E\u0442\u043A\u0440\u044B\u0442\u0438\u044F \u0434\u0438\u0430\u043B\u043E\u0433\u0430","New tab":"\u041D\u043E\u0432\u0430\u044F \u0432\u043A\u043B\u0430\u0434\u043A\u0430","New version available:":"\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u043D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F:","New version: {lastVersion}":["\u041D\u043E\u0432\u0430\u044F \u0432\u0435\u0440\u0441\u0438\u044F: ",["lastVersion"]],"Next":"\u0414\u0430\u043B\u0435\u0435","No":"\u041D\u0435\u0442","No Nodes Available.":"\u041D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u043D\u043E\u0434.","No filters available.":"\u041D\u0435\u0442 \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u044B\u0445 \u0444\u0438\u043B\u044C\u0442\u0440\u043E\u0432.","No issues found":"\u041F\u0440\u043E\u0431\u043B\u0435\u043C\u044B \u043D\u0435 \u043E\u0431\u043D\u0430\u0440\u0443\u0436\u0435\u043D\u044B","No items found.":"\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E.","No revisions to rollback.":"\u041D\u0435\u0442 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439 \u0434\u043B\u044F \u043E\u0442\u043A\u0430\u0442\u0430.","Node":"\u041D\u043E\u0434\u0430","Node Pods capacity":"\u0415\u043C\u043A\u043E\u0441\u0442\u044C \u043F\u043E\u0434\u043E\u0432","Node Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440 \u043D\u043E\u0434\u044B","Node filesystem size in bytes":"\u0420\u0430\u0437\u043C\u0435\u0440 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u043D\u043E\u0434\u044B \u0432 \u0431\u0430\u0439\u0442\u0430\u0445","Node filesystem usage in bytes":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0444\u0430\u0439\u043B\u043E\u0432\u043E\u0439 \u0441\u0438\u0441\u0442\u0435\u043C\u044B \u043D\u043E\u0434\u044B \u0432 \u0431\u0430\u0439\u0442\u0430\u0445","Node shell":"\u041A\u043E\u043C\u0430\u043D\u0434\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u043D\u043E\u0434\u044B","Nodes":"\u041D\u043E\u0434\u044B","Not After":"\u041D\u0435 \u043F\u043E\u0437\u0436\u0435","Not Ready Addresses":"Not Ready Addresses","Note: StatefulSet Volumes won't be deleted automatically":"\u0412\u043D\u0438\u043C\u0430\u043D\u0438\u0435: StatefulSet Volumes \u043D\u0435 \u0431\u0443\u0434\u0443\u0442 \u0443\u0434\u0430\u043B\u0435\u043D\u044B \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438","Notes":"\u0417\u0430\u043C\u0435\u0442\u043A\u0438","Number of running Pods":"\u041A\u043E\u043B-\u0432\u043E \u0440\u0430\u0431\u043E\u0442\u0430\u044E\u0449\u0438\u0445 \u043F\u043E\u0434\u043E\u0432","OS":"\u041E\u0421","OS Image":"\u041E\u0431\u0440\u0430\u0437 \u041E\u0421","Object":"\u041E\u0431\u044A\u0435\u043A\u0442","Ok":"\u041E\u043A","Open":"\u041E\u0442\u043A\u0440\u044B\u0442\u044C","Open in a browser":"Open in a browser","Operator":"\u041E\u043F\u0435\u0440\u0430\u0442\u043E\u0440","Organization":"\u041E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0446\u0438\u044F","Overview":"\u041E\u0431\u0437\u043E\u0440","Page not found":"\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u0430","Parallelism":"\u041F\u0430\u0440\u0430\u043B\u043B\u0435\u043B\u0438\u0437\u043C","Parameters":"\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B","Path":"\u041F\u0443\u0442\u044C","Path Prefix":"Path Prefix","Persistent Volume Claims":"Persistent Volume Claims","Persistent Volumes":"Persistent Volumes","Pod":"Pod","Pod IP":"IP \u043F\u043E\u0434\u0430","Pod Security Policies":"Pod Security Policies","Pod Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440 \u043F\u043E\u0434\u043E\u0432","Pod Status":"\u0421\u0442\u0430\u0442\u0443\u0441 \u043F\u043E\u0434\u043E\u0432","Pod shell":"\u041A\u043E\u043C\u0430\u043D\u0434\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430 \u043F\u043E\u0434\u0430","Pods":"Pods","Policy Types":"\u0422\u0438\u043F\u044B \u043F\u043E\u043B\u0438\u0442\u0438\u043A","Port":"Port","Ports":"\u041F\u043E\u0440\u0442\u044B","Priority Class":"\u041A\u043B\u0430\u0441\u0441 \u043F\u0440\u0438\u043E\u0440\u0438\u0442\u0435\u0442\u0430","Private Key Secret":"\u0421\u0435\u043A\u0440\u0435\u0442 \u043F\u0440\u0438\u0432\u0430\u0442\u043D\u043E\u0433\u043E \u043A\u043B\u044E\u0447\u0430","Privileged":"Privileged","Provisioner":"\u041A\u043E\u043C\u0438\u0441\u0441\u0438\u044F","QoS":"QoS","QoS Class":"QoS \u043A\u043B\u0430\u0441\u0441","Quotas":"\u041A\u0432\u043E\u0442\u044B","Ranges (Min-Max)":"Ranges (Min-Max)","Read-only":"Read-only","Read-only Root Filesystem":"Read-only Root Filesystem","Readiness":"\u0413\u043E\u0442\u043E\u0432\u043D\u043E\u0441\u0442\u044C","Reason":"\u041F\u0440\u0438\u0447\u0438\u043D\u0430","Reason: {0} ({1})":["\u041F\u0440\u0438\u0447\u0438\u043D\u0430: ",["0"]," (",["1"],")"],"Receive":"\u041F\u043E\u043B\u0443\u0447\u0435\u043D\u0438\u0435","Reclaim Policy":"\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043E\u0442\u043A\u0430\u0442\u0430","Reference":"\u0421\u0441\u044B\u043B\u043A\u0430","Release":"\u0420\u0435\u043B\u0438\u0437","Release <0>{releaseName} successfully upgraded to version <1>{version}":["\u0420\u0435\u043B\u0438\u0437 <0>",["releaseName"]," \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D \u0434\u043E \u0432\u0435\u0440\u0441\u0438\u0438 <1>",["version"],""],"Release name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0440\u0435\u043B\u0438\u0437\u0430","Release: {0}":["\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0430: ",["0"]],"Releases":"\u0420\u0435\u043B\u0438\u0437\u044B","Remove":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C","Remove <0>{releaseNames}?":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C <0>",["releaseNames"],"?"],"Remove field":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u043B\u0435","Remove item?":"\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043E\u0431\u044A\u0435\u043A\u0442?","Remove selected bindings for <0>{0}?":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0441\u0432\u044F\u0437\u043A\u0438 <0>",["0"],"?"],"Remove selected bindings from ${name}":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u0441\u0432\u044F\u0437\u043A\u0438 \u0438\u0437 $",["name"]],"Remove selected items ({0})":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0435 \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u044B (",["0"],")"],"Remove {resourceKind} <0>{resourceName}?":["\u0423\u0434\u0430\u043B\u0438\u0442\u044C ",["resourceKind"]," <0>",["resourceName"],"?"],"Renew Before":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0434\u043E","Replicas":"\u0420\u0435\u043F\u043B\u0438\u043A\u0438","Repo/Name":"\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0439/\u0418\u043C\u044F","Repository":"\u0420\u0435\u043F\u043E\u0437\u0438\u0442\u043E\u0440\u0438\u0439","Request":"\u0417\u0430\u043F\u0440\u043E\u0441","Request duration in seconds":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441\u0430 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445","Requests":"\u0417\u0430\u043F\u0440\u043E\u0441\u044B","Required Drop Capabilities":"Required Drop Capabilities","Required field":"\u041E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043F\u043E\u043B\u0435","Reset":"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C","Reset filters?":"\u0421\u0431\u0440\u043E\u0441\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\u044B?","Resource":"Resource","Resource Names":"\u0418\u043C\u0435\u043D\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u043E\u0432","Resource Quotas":"\u041A\u0432\u043E\u0442\u044B \u0440\u0435\u0441\u0443\u0440\u0441\u043E\u0432","Resource Version":"Resource Version","Resource loading has failed: <0>{0}":["\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u0440\u0435\u0441\u0443\u0440\u0441\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C: <0>",["0"],""],"Resource {0} on Pods {addition}":["\u0420\u0435\u0441\u0443\u0440\u0441 ",["0"]," \u043D\u0430 \u043F\u043E\u0434\u0430\u0445 ",["addition"]],"ResourceQuota name":"\u0418\u043C\u044F \u043A\u0432\u043E\u0442\u044B \u0440\u0435\u0441\u0443\u0440\u0441\u0430","Resources":"\u0420\u0435\u0441\u0443\u0440\u0441\u044B","Response":"\u041E\u0442\u0432\u0435\u0442","Response duration in seconds":"\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u043E\u0442\u0432\u0435\u0442\u0430 \u0432 \u0441\u0435\u043A\u0443\u043D\u0434\u0430\u0445","Restart session":"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C \u0441\u0435\u0441\u0441\u0438\u044E","Restarts":"\u041F\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0438","Revision":"\u0420\u0435\u0432\u0438\u0437\u0438\u044F","Right click cluster icon to open cluster settings.":"Right click cluster icon to open cluster settings.","Role":"Role","Role Bindings":"Role Bindings","Role ID":"\u0418\u0434\u0435\u043D\u0442\u0438\u0444\u0438\u043A\u0430\u0442\u043E\u0440 \u0440\u043E\u043B\u0438","Role name":"\u0418\u043C\u044F \u0440\u043E\u043B\u0438","Roles":"Roles","Rollback":"\u041E\u0442\u043A\u0430\u0442","Rollback <0>{releaseName}":["\u041E\u0442\u043A\u0430\u0442\u0438\u0442\u044C <0>",["releaseName"],""],"Rule":"Rule","Rules":"\u041F\u0440\u0430\u0432\u0438\u043B\u0430","Run As Group":"Run As Group","Run As User":"Run As User","Runtime Class":"Runtime Class","Save":"\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u044C","Scale":"\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C","Scale Deployment <0>{deploymentName}":["\u041C\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043E\u0432\u0430\u0442\u044C Deployment <0>",["deploymentName"],""],"Schedule":"\u0420\u0430\u0441\u043F\u0438\u0441\u0430\u043D\u0438\u0435","Scope":"Scope","Scope Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440 \u043E\u0431\u043B\u0430\u0441\u0442\u0438","Scope name":"\u0418\u043C\u044F \u043E\u0431\u043B\u0430\u0441\u0442\u0438","Se Linux":"Se Linux","Search Helm Charts":"\u0418\u0441\u043A\u0430\u0442\u044C Helm \u0447\u0430\u0440\u0442\u044B","Search...":"\u041F\u043E\u0438\u0441\u043A..","Secret":"\u0421\u0435\u043A\u0440\u0435\u0442","Secret Name":"\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0441\u0435\u043A\u0440\u0435\u0442\u0430","Secret name":"\u0418\u043C\u044F \u0441\u0435\u043A\u0440\u0435\u0442\u0430","Secret successfully updated.":"\u0421\u0435\u043A\u0440\u0435\u0442 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D.","Secret type":"\u0422\u0438\u043F \u0441\u0435\u043A\u0440\u0435\u0442\u0430","Secrets":"Secrets","Select a quota..":"\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043A\u0432\u043E\u0442\u0443...","Select role..":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0440\u043E\u043B\u044C..","Select service accounts":"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0441\u0435\u0440\u0432\u0438\u0441\u043D\u044B\u0435 \u0430\u043A\u043A\u0430\u0443\u043D\u0442\u044B","Selector":"\u0421\u0435\u043B\u0435\u043A\u0442\u043E\u0440","Server":"\u0421\u0435\u0440\u0432\u0435\u0440","Service":"Service","Service Accounts":"Service Accounts","Services":"Services","Session Affinity":"\u041D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \u0441\u0435\u0441\u0441\u0438\u0438","Set":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u043E","Set quota":"\u0423\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043A\u0432\u043E\u0442\u0443","Shell":"\u041A\u043E\u043C\u0430\u043D\u0434\u043D\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430","Show":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C","Show Notes":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043B\u043E\u0433\u0438","Show value":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435","Size":"\u0420\u0430\u0437\u043C\u0435\u0440","Size Limit":"Size Limit","Skip TLS Verify":"Skip TLS Verify","Source":"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A","Specified limits are higher than node capacity!":"\u0417\u0430\u0434\u0430\u043D\u043D\u044B\u0435 \u043B\u0438\u043C\u0438\u0442\u044B \u0432\u044B\u0448\u0435 \u0432\u043C\u0435\u0441\u0442\u0438\u043C\u043E\u0441\u0442\u0438 \u043D\u043E\u0434\u044B!","Stateful Sets":"Stateful Sets","StatefulSets":"StatefulSets","Status":"\u0421\u0442\u0430\u0442\u0443\u0441","Status URI":"\u0410\u0434\u0440\u0435\u0441 \u0441\u0442\u0430\u0442\u0443\u0441\u0430","Storage":"Storage","Storage Class":"Storage Class","Storage Class Name":"\u0418\u043C\u044F Storage Class","Storage Classes":"Storage Classes","Storage class":"\u041A\u043B\u0430\u0441\u0441 \u0445\u0440\u0430\u043D\u0438\u043B\u0438\u0449\u0430","Stored versions":"Stored versions","Strategy Type":"\u0422\u0438\u043F \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u0438","Sub-object":"\u0421\u0443\u0431-\u043E\u0431\u044A\u0435\u043A\u0442","Submit":"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C","Submitting..":"\u041F\u0440\u0438\u043C\u0435\u043D\u0435\u043D\u0438\u0435..","Subsets":"Subsets","Supplemental Groups":"Supplemental Groups","Suspend":"\u0417\u0430\u043C\u043E\u0440\u043E\u0437\u043A\u0430","TLS":"TLS","Taints":"\u041C\u0435\u0442\u043A\u0438 \u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0438","Terminal":"\u0422\u0435\u0440\u043C\u0438\u043D\u0430\u043B","Terminal session":"\u0421\u0435\u0441\u0441\u0438\u044F \u0442\u0435\u0440\u043C\u0438\u043D\u0430\u043B\u0430","There are no logs available for container.":"\u0414\u043B\u044F \u043A\u043E\u043D\u0442\u0435\u0439\u043D\u0435\u0440\u0430 \u043D\u0435\u0442 \u043B\u043E\u0433\u043E\u0432.","There are no logs available.":"\u041B\u043E\u0433\u0438 \u043E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u044E\u0442.","This field is required":"\u042D\u0442\u043E \u043E\u0431\u044F\u0437\u0430\u0442\u0435\u043B\u044C\u043D\u043E\u0435 \u043F\u043E\u043B\u0435","This field must contain only lowercase latin characters, numbers and dash.":"\u042D\u0442\u043E \u043F\u043E\u043B\u0435 \u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u043B\u0430\u0442\u0438\u043D\u0441\u043A\u0438\u0435 \u0431\u0443\u043A\u0432\u044B \u0432 \u043D\u0438\u0436\u043D\u0435\u043C \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435, \u043D\u043E\u043C\u0435\u0440\u0430 \u0438 \u0434\u0435\u0444\u0438\u0441.","To":"\u0418\u0437","To help us improve the product please report bugs to {slackLink} community or {githubLink} issues tracker.":["\u0427\u0442\u043E\u0431\u044B \u043F\u043E\u043C\u043E\u0447\u044C \u043D\u0430\u043C \u0443\u043B\u0443\u0447\u0448\u0438\u0442\u044C \u043F\u0440\u043E\u0434\u0443\u043A\u0442 \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430 \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u0439\u0442\u0435 \u043E\u0448\u0438\u0431\u043A\u0438 \u043D\u0430 ",["slackLink"]," \u0441\u043E\u043E\u0431\u0449\u0435\u0441\u0442\u0432\u043E \u0438\u043B\u0438 ",["githubLink"]," \u0442\u0440\u0435\u043A\u0435\u0440 \u043E\u0448\u0438\u0431\u043E\u043A."],"Tokens":"\u0422\u043E\u043A\u0435\u043D\u044B","Tolerations":"\u0422\u043E\u043B\u0435\u0440\u0430\u043D\u0442\u043D\u043E\u0441\u0442\u0438","Transmit":"\u0422\u0440\u0430\u043D\u0437\u0438\u0442","Type":"\u0422\u0438\u043F","UID":"UID","URL":"\u0423\u0420\u041B","Uncordon":"\u0420\u0430\u0437\u0431\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u043A\u0430","Update":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C","Updated":"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043E","Updating..":"\u041E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435..","Upgrade":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C","Upgrade version":"\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0432\u0435\u0440\u0441\u0438\u044E","Usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435","Use same name for RoleBinding":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0442\u043E\u0436\u0435 \u0438\u043C\u044F \u0434\u043B\u044F \u043F\u0440\u0438\u0432\u044F\u0437\u043A\u0438 \u0440\u043E\u043B\u0435\u0439","Used":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u043E","User":"\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C","Validation":"Validation","Value":"\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435","Values":"\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F","Verbs":"\u041E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u0438\u044F","Version":"\u0412\u0435\u0440\u0441\u0438\u044F","View Helm Release":"\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C Helm \u0440\u0435\u043B\u0438\u0437","Volume Binding Mode":"\u0420\u0435\u0436\u0438\u043C \u0441\u0432\u044F\u0437\u0438 \u0441 Volume","Volume disk capacity":"\u0415\u043C\u043A\u043E\u0441\u0442\u044C \u0434\u0438\u0441\u043A\u0430 Volume","Volume disk usage":"\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0434\u0438\u0441\u043A\u0430 Volume","Volumes":"Volumes","Waiting services to be running":"\u041E\u0436\u0438\u0434\u0430\u043D\u0438\u0435 \u0437\u0430\u043F\u0443\u0441\u043A\u0430 \u0441\u0435\u0440\u0432\u0438\u0441\u043E\u0432","Warnings: {0}":["\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u044F: ",["0"]],"Worker":"\u0420\u0430\u0431\u043E\u0447\u0438\u0435","Workloads":"\u0420\u0435\u0441\u0443\u0440\u0441\u044B","Wrong email format":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 \u0444\u043E\u0440\u043C\u0430\u0442 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B","Wrong url format":"\u041D\u0435\u0432\u0435\u0440\u043D\u044B\u0439 url \u0444\u043E\u0440\u043C\u0430\u0442","Yes":"\u0414\u0430","Zone":"\u0417\u043E\u043D\u0430","ago":"\u0442\u043E\u043C\u0443 \u043D\u0430\u0437\u0430\u0434","and <0>{tailCount} more":["\u0438 <0>",["tailCount"]," \u0435\u0449\u0451"],"cores:":"\u044F\u0434\u0435\u0440:","exit code":"\u043A\u043E\u0434 \u0432\u044B\u0445\u043E\u0434\u0430","kind":"kind","listKind":"listKind","never":"never","plural":"plural","ready":"\u0433\u043E\u0442\u043E\u0432\u043E","sec":"\u0441\u0435\u043A","singular":"singular","timestamps":"\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u043C\u0435\u0442\u043A\u0438","{0, plural, one {Resource} other {Resources}}":[["0","plural",{one:"\u0420\u0435\u0441\u0443\u0440\u0441",few:"\u0420\u0435\u0441\u0443\u0440\u0441\u044B",many:"\u0420\u0435\u0441\u0443\u0440\u0441\u044B",other:"\u0420\u0435\u0441\u0443\u0440\u0441\u044B"}]],"{0} desired, {1} updated":[["0"]," \u043E\u0436\u0438\u0434\u0430\u0435\u043C\u044B\u0435, ",["1"]," \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u043D\u044B\u0435"],"{0} on <0>{kind}/{name}":[["0"]," \u043D\u0430 <0>",["kind"],"/",["name"],""],"{0} on Pods":[["0"]," \u043D\u0430 \u041F\u043E\u0434\u0430\u0445"],"{0} on {1}":[["0"]," \u043D\u0430 ",["1"]],"{0} total, {1} available":[["0"]," \u0432\u0441\u0435\u0433\u043E, ",["1"]," \u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E"],"{0} unavailable":[["0"]," \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E"],"{accountName} kubeconfig":[["accountName"]," \u043A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044F"],"{allItemsCount, plural, one {# item} other {# items}}":[["allItemsCount","plural",{one:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442"],few:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430"],many:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"],other:["#"," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432"]}]],"{metricsRemainCount} more...":[["metricsRemainCount"]," \u0435\u0449\u0435\u2026"],"{podName} Logs":[["podName"]," \u043B\u043E\u0433\u0438"],"{resourceType} <0>{resourceName} updated.":[["resourceType"]," <0>",["resourceName"]," \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D."],"{selectedCount, plural, one {<0>Remove item <1>{selectedNames}?} other {<2>Remove <3>{selectedCount} items <4>{selectedNames} {tail}?}}":[["selectedCount","plural",{one:["<0>\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u044D\u043B\u0435\u043C\u0435\u043D\u0442 <1>",["selectedNames"],"?"],few:["<2>\u0423\u0434\u0430\u043B\u0438\u0442\u044C <3>",["selectedCount"]," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u0430 <4>",["selectedNames"]," ",["tail"],"?"],many:["<2>\u0423\u0434\u0430\u043B\u0438\u0442\u044C <3>",["selectedCount"]," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 <4>",["selectedNames"]," ",["tail"],"?"],other:["<2>\u0423\u0434\u0430\u043B\u0438\u0442\u044C <3>",["selectedCount"]," \u044D\u043B\u0435\u043C\u0435\u043D\u0442\u043E\u0432 <4>",["selectedNames"]," ",["tail"],"?"]}]],"{submitLabel} & Close":[["submitLabel"]," \u0438 \u0437\u0430\u043A\u0440\u044B\u0442\u044C"]}}; \ No newline at end of file diff --git a/dashboard/locales/ru/messages.po b/dashboard/locales/ru/messages.po index 9260509a12..b8297a8209 100644 --- a/dashboard/locales/ru/messages.po +++ b/dashboard/locales/ru/messages.po @@ -2197,7 +2197,7 @@ msgid "Tolerations" msgstr "Толерантности" #: client/components/+workloads-pods/pod-charts.tsx:87 -msgid "Transit" +msgid "Transmit" msgstr "Транзит" #: client/components/+cluster/cluster-issues.tsx:102 diff --git a/src/main/prometheus/lens.ts b/src/main/prometheus/lens.ts index 0b16f925e0..e4c7d67d25 100644 --- a/src/main/prometheus/lens.ts +++ b/src/main/prometheus/lens.ts @@ -62,7 +62,7 @@ export class PrometheusLens implements PrometheusProvider { memoryLimits: `sum(kube_pod_container_resource_limits{pod=~"${opts.pods}",resource="memory",namespace="${opts.namespace}"}) by (${opts.selector})`, fsUsage: `sum(container_fs_usage_bytes{container!="POD",container!="",pod=~"${opts.pods}",namespace="${opts.namespace}"}) by (${opts.selector})`, networkReceive: `sum(rate(container_network_receive_bytes_total{pod=~"${opts.pods}",namespace="${opts.namespace}"}[${this.rateAccuracy}])) by (${opts.selector})`, - networkTransit: `sum(rate(container_network_transmit_bytes_total{pod=~"${opts.pods}",namespace="${opts.namespace}"}[${this.rateAccuracy}])) by (${opts.selector})` + networkTransmit: `sum(rate(container_network_transmit_bytes_total{pod=~"${opts.pods}",namespace="${opts.namespace}"}[${this.rateAccuracy}])) by (${opts.selector})` } case 'pvc': return { diff --git a/src/main/prometheus/operator.ts b/src/main/prometheus/operator.ts index 1da01125a2..37efa64b98 100644 --- a/src/main/prometheus/operator.ts +++ b/src/main/prometheus/operator.ts @@ -70,7 +70,7 @@ export class PrometheusOperator implements PrometheusProvider { memoryLimits: `sum(kube_pod_container_resource_limits{pod=~"${opts.pods}",resource="memory",namespace="${opts.namespace}"}) by (${opts.selector})`, fsUsage: `sum(container_fs_usage_bytes{container!="POD",container!="",pod=~"${opts.pods}",namespace="${opts.namespace}"}) by (${opts.selector})`, networkReceive: `sum(rate(container_network_receive_bytes_total{pod=~"${opts.pods}",namespace="${opts.namespace}"}[${this.rateAccuracy}])) by (${opts.selector})`, - networkTransit: `sum(rate(container_network_transmit_bytes_total{pod=~"${opts.pods}",namespace="${opts.namespace}"}[${this.rateAccuracy}])) by (${opts.selector})` + networkTransmit: `sum(rate(container_network_transmit_bytes_total{pod=~"${opts.pods}",namespace="${opts.namespace}"}[${this.rateAccuracy}])) by (${opts.selector})` } case 'pvc': return { diff --git a/src/main/prometheus/provider-registry.ts b/src/main/prometheus/provider-registry.ts index c59b2ad8ea..0a4eb22e95 100644 --- a/src/main/prometheus/provider-registry.ts +++ b/src/main/prometheus/provider-registry.ts @@ -31,7 +31,7 @@ export type PrometheusPodQuery = { cpuLimits: string; fsUsage: string; networkReceive: string; - networkTransit: string; + networkTransmit: string; } export type PrometheusPvcQuery = {