diff --git a/frontend/src/components/node/Charts.test.tsx b/frontend/src/components/node/Charts.test.tsx new file mode 100644 index 00000000000..a51b8003ff8 --- /dev/null +++ b/frontend/src/components/node/Charts.test.tsx @@ -0,0 +1,105 @@ +/* + * Copyright 2025 The Kubernetes Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { render } from '@testing-library/react'; +import { describe, expect, it, vi } from 'vitest'; +import { parseDiskSpace } from '../../lib/units'; +import { TestContext } from '../../test'; +import { StorageBarChart } from './Charts'; + +vi.mock('react-i18next', () => ({ + useTranslation: () => ({ + t: (key: string) => key.replace(/^.*\|/, ''), + i18n: { language: 'en' }, + }), +})); + +const capturedProps: any[] = []; +vi.mock('../common/Chart', () => ({ + PercentageBar: (props: any) => { + capturedProps.push(props); + return
; + }, +})); + +function makeNode(capacity: string, allocatable: string): any { + return { + status: { + capacity: { 'ephemeral-storage': capacity }, + allocatable: { 'ephemeral-storage': allocatable }, + }, + }; +} + +describe('StorageBarChart', () => { + it('passes correct allocatable value and capacity total to PercentageBar', () => { + capturedProps.length = 0; + const node = makeNode('100Gi', '90Gi'); + render( +|
+
+
+
+
+
+
+ Disk
+
+
+
+
+
+
+ 0
+
+
+ |
+ | @@ -985,6 +1043,9 @@ style="width: 95%; height: 20px; min-width: 0;" /> | +diff --git a/frontend/src/i18n/locales/ar/glossary.json b/frontend/src/i18n/locales/ar/glossary.json index 966018534bd..846d3bda176 100644 --- a/frontend/src/i18n/locales/ar/glossary.json +++ b/frontend/src/i18n/locales/ar/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "باستثناء: {{ cidrExceptions }}", "Pod Selector": "محدد الـ Pod", "Network Policies": "سياسات الشبكة", + "Capacity": "السعة", "Uncordoning node {{name}}…": "إلغاء عزل العقدة {{name}}…", "Cordoning node {{name}}…": "عزل العقدة {{name}}…", "Uncordoned node {{name}}.": "تم إلغاء عزل العقدة {{name}}.", @@ -235,7 +236,6 @@ "Git Tree State": "حالة شجرة Git", "Go Version": "إصدار Go", "Platform": "المنصة", - "Capacity": "السعة", "Access Modes": "أنماط الوصول", "Volume Mode": "وضع التخزين", "Storage Class": "فئة التخزين", diff --git a/frontend/src/i18n/locales/ar/translation.json b/frontend/src/i18n/locales/ar/translation.json index 386e858d23f..e21a07d967f 100644 --- a/frontend/src/i18n/locales/ar/translation.json +++ b/frontend/src/i18n/locales/ar/translation.json @@ -686,10 +686,12 @@ "Create Namespace": "إنشاء نطاق", "To": "إلى", "used": "مستخدم", + "Allocatable": "", "Scheduling Disabled": "تم تعطيل الجدولة", "Scheduling Enabled": "تم تفعيل الجدولة", "Taints": "الملوثات", "Not ready yet!": "غير جاهز بعد", + "Disk": "", "Internal IP": "عنوان IP الداخلي", "None": "لا شيء", "Software": "البرمجيات", diff --git a/frontend/src/i18n/locales/de/glossary.json b/frontend/src/i18n/locales/de/glossary.json index 65fb55fb591..19610ba5669 100644 --- a/frontend/src/i18n/locales/de/glossary.json +++ b/frontend/src/i18n/locales/de/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "außer: {{ cidrExceptions }}", "Pod Selector": "Pod-Auswahl", "Network Policies": "Netzwerkrichtlinien", + "Capacity": "Kapazität", "Uncordoning node {{name}}…": "Aufhebung der Planungssperre für Node {{name}}…", "Cordoning node {{name}}…": "Node {{name}} wird für die Planung gesperrt…", "Uncordoned node {{name}}.": "Planungssperre für Node {{name}} wurde aufgehoben.", @@ -235,7 +236,6 @@ "Git Tree State": "Git-Tree-Status", "Go Version": "Go Version", "Platform": "Plattform", - "Capacity": "Kapazität", "Access Modes": "Zugriffsmodi", "Volume Mode": "Speichervolume-Modus", "Storage Class": "Speicher-Klasse", diff --git a/frontend/src/i18n/locales/de/translation.json b/frontend/src/i18n/locales/de/translation.json index 213d47f1120..50c3e361e4f 100644 --- a/frontend/src/i18n/locales/de/translation.json +++ b/frontend/src/i18n/locales/de/translation.json @@ -666,10 +666,12 @@ "Create Namespace": "", "To": "An", "used": "benutzt", + "Allocatable": "", "Scheduling Disabled": "Planung deaktiviert", "Scheduling Enabled": "Planung aktiviert", "Taints": "", "Not ready yet!": "Noch nicht fertig!", + "Disk": "", "Internal IP": "Interne IP", "None": "", "Software": "Software", diff --git a/frontend/src/i18n/locales/en/glossary.json b/frontend/src/i18n/locales/en/glossary.json index 18ab36c7c20..75919b09bbd 100644 --- a/frontend/src/i18n/locales/en/glossary.json +++ b/frontend/src/i18n/locales/en/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "except: {{ cidrExceptions }}", "Pod Selector": "Pod Selector", "Network Policies": "Network Policies", + "Capacity": "Capacity", "Uncordoning node {{name}}…": "Uncordoning node {{name}}…", "Cordoning node {{name}}…": "Cordoning node {{name}}…", "Uncordoned node {{name}}.": "Uncordoned node {{name}}.", @@ -235,7 +236,6 @@ "Git Tree State": "Git Tree State", "Go Version": "Go Version", "Platform": "Platform", - "Capacity": "Capacity", "Access Modes": "Access Modes", "Volume Mode": "Volume Mode", "Storage Class": "Storage Class", diff --git a/frontend/src/i18n/locales/en/translation.json b/frontend/src/i18n/locales/en/translation.json index 31e4b7ad6d8..55c02d01976 100644 --- a/frontend/src/i18n/locales/en/translation.json +++ b/frontend/src/i18n/locales/en/translation.json @@ -666,10 +666,12 @@ "Create Namespace": "Create Namespace", "To": "To", "used": "used", + "Allocatable": "Allocatable", "Scheduling Disabled": "Scheduling Disabled", "Scheduling Enabled": "Scheduling Enabled", "Taints": "Taints", "Not ready yet!": "Not ready yet!", + "Disk": "Disk", "Internal IP": "Internal IP", "None": "None", "Software": "Software", diff --git a/frontend/src/i18n/locales/es/glossary.json b/frontend/src/i18n/locales/es/glossary.json index 7ee447e40b2..1b5ae844e06 100644 --- a/frontend/src/i18n/locales/es/glossary.json +++ b/frontend/src/i18n/locales/es/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "excepto: {{ cidrExceptions }}", "Pod Selector": "Selector de Pod", "Network Policies": "Políticas de Red", + "Capacity": "Capacidad", "Uncordoning node {{name}}…": "Desbloqueando el nodo {{name}}…", "Cordoning node {{name}}…": "Bloqueando nodo {{name}}…", "Uncordoned node {{name}}.": "Nodo {{name}} desbloqueado.", @@ -235,7 +236,6 @@ "Git Tree State": "Estado del Árbol de Git", "Go Version": "Versión de Go", "Platform": "Plataforma", - "Capacity": "Capacidad", "Access Modes": "Modos de Acceso", "Volume Mode": "Modo de Volume", "Storage Class": "Storage Class", diff --git a/frontend/src/i18n/locales/es/translation.json b/frontend/src/i18n/locales/es/translation.json index 6e4faf3be25..e0b3089d434 100644 --- a/frontend/src/i18n/locales/es/translation.json +++ b/frontend/src/i18n/locales/es/translation.json @@ -671,10 +671,12 @@ "Create Namespace": "Crear Espacio de Nombre", "To": "A", "used": "usado", + "Allocatable": "", "Scheduling Disabled": "Agendamiento deshabilitado", "Scheduling Enabled": "Agendamiento habilitado", "Taints": "Taints", "Not ready yet!": "¡No listo todavía!", + "Disk": "", "Internal IP": "IP interna", "None": "Ninguno", "Software": "Software", diff --git a/frontend/src/i18n/locales/fr/glossary.json b/frontend/src/i18n/locales/fr/glossary.json index 8dab180c2df..179402ec0d7 100644 --- a/frontend/src/i18n/locales/fr/glossary.json +++ b/frontend/src/i18n/locales/fr/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "sauf: {{ cidrExceptions }}", "Pod Selector": "Sélecteur de pod", "Network Policies": "Politiques de réseau", + "Capacity": "Capacité", "Uncordoning node {{name}}…": "Débloquant le nœud {{name}}…", "Cordoning node {{name}}…": "Bloquant le nœud {{name}}…", "Uncordoned node {{name}}.": "Nœud {{name}} débloqué.", @@ -235,7 +236,6 @@ "Git Tree State": "État de l'arbre Git", "Go Version": "Version de Go", "Platform": "Plateforme", - "Capacity": "Capacité", "Access Modes": "Modes d'accès", "Volume Mode": "Mode Volume", "Storage Class": "Classe de stockage", diff --git a/frontend/src/i18n/locales/fr/translation.json b/frontend/src/i18n/locales/fr/translation.json index 5b58d95536b..e7e997c9598 100644 --- a/frontend/src/i18n/locales/fr/translation.json +++ b/frontend/src/i18n/locales/fr/translation.json @@ -671,10 +671,12 @@ "Create Namespace": "Créer un espace de noms", "To": "À", "used": "utilisé", + "Allocatable": "", "Scheduling Disabled": "Planification désactivée", "Scheduling Enabled": "Planification activée", "Taints": "Taints", "Not ready yet!": "Pas encore prêt !", + "Disk": "", "Internal IP": "IP interne", "None": "Aucun", "Software": "Logiciel", diff --git a/frontend/src/i18n/locales/he/glossary.json b/frontend/src/i18n/locales/he/glossary.json index 18ab36c7c20..75919b09bbd 100644 --- a/frontend/src/i18n/locales/he/glossary.json +++ b/frontend/src/i18n/locales/he/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "except: {{ cidrExceptions }}", "Pod Selector": "Pod Selector", "Network Policies": "Network Policies", + "Capacity": "Capacity", "Uncordoning node {{name}}…": "Uncordoning node {{name}}…", "Cordoning node {{name}}…": "Cordoning node {{name}}…", "Uncordoned node {{name}}.": "Uncordoned node {{name}}.", @@ -235,7 +236,6 @@ "Git Tree State": "Git Tree State", "Go Version": "Go Version", "Platform": "Platform", - "Capacity": "Capacity", "Access Modes": "Access Modes", "Volume Mode": "Volume Mode", "Storage Class": "Storage Class", diff --git a/frontend/src/i18n/locales/he/translation.json b/frontend/src/i18n/locales/he/translation.json index 7d0b7708fda..f4642e1b0a3 100644 --- a/frontend/src/i18n/locales/he/translation.json +++ b/frontend/src/i18n/locales/he/translation.json @@ -671,10 +671,12 @@ "Create Namespace": "Create Namespace", "To": "To", "used": "used", + "Allocatable": "", "Scheduling Disabled": "Scheduling Disabled", "Scheduling Enabled": "Scheduling Enabled", "Taints": "Taints", "Not ready yet!": "Not ready yet!", + "Disk": "", "Internal IP": "Internal IP", "None": "None", "Software": "Software", diff --git a/frontend/src/i18n/locales/hi/glossary.json b/frontend/src/i18n/locales/hi/glossary.json index 6ec205fdef0..3096a38160b 100644 --- a/frontend/src/i18n/locales/hi/glossary.json +++ b/frontend/src/i18n/locales/hi/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "छोड़कर: {{ cidrExceptions }}", "Pod Selector": "Pod सेलेक्टर", "Network Policies": "नेटवर्क पॉलिसीज़", + "Capacity": "क्षमता", "Uncordoning node {{name}}…": "नोड {{name}} अनकॉर्डन कर रहा है…", "Cordoning node {{name}}…": "नोड {{name}} कॉर्डन कर रहा है…", "Uncordoned node {{name}}.": "नोड {{name}} अनकॉर्डन किया गया।", @@ -235,7 +236,6 @@ "Git Tree State": "Git ट्री स्टेट", "Go Version": "Go संस्करण", "Platform": "प्लेटफॉर्म", - "Capacity": "क्षमता", "Access Modes": "एक्सेस मोड्स", "Volume Mode": "वॉल्यूम मोड", "Storage Class": "स्टोरेज क्लास", diff --git a/frontend/src/i18n/locales/hi/translation.json b/frontend/src/i18n/locales/hi/translation.json index 3d659c96353..1e9a30798c6 100644 --- a/frontend/src/i18n/locales/hi/translation.json +++ b/frontend/src/i18n/locales/hi/translation.json @@ -666,10 +666,12 @@ "Create Namespace": "नेमस्पेस बनाएं", "To": "तक", "used": "उपयोग किया गया", + "Allocatable": "", "Scheduling Disabled": "शेड्यूलिंग अक्षम", "Scheduling Enabled": "शेड्यूलिंग सक्षम", "Taints": "टेंट", "Not ready yet!": "अभी तक तैयार नहीं!", + "Disk": "", "Internal IP": "आंतरिक IP", "None": "कोई नहीं", "Software": "सॉफ्टवेयर", diff --git a/frontend/src/i18n/locales/it/glossary.json b/frontend/src/i18n/locales/it/glossary.json index 95c3c583512..f6bd485844a 100644 --- a/frontend/src/i18n/locales/it/glossary.json +++ b/frontend/src/i18n/locales/it/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "eccetto: {{ cidrExceptions }}", "Pod Selector": "Selettore Pod", "Network Policies": "Politiche di Rete", + "Capacity": "Capacità", "Uncordoning node {{name}}…": "Riabilitazione del nodo {{name}}…", "Cordoning node {{name}}…": "Disabilitazione del nodo {{name}}…", "Uncordoned node {{name}}.": "Nodo {{name}} riabilitato.", @@ -235,7 +236,6 @@ "Git Tree State": "Stato Git", "Go Version": "Versione Go", "Platform": "Piattaforma", - "Capacity": "Capacità", "Access Modes": "Modalità Accesso", "Volume Mode": "Modalità Volume", "Storage Class": "Classe Storage", diff --git a/frontend/src/i18n/locales/it/translation.json b/frontend/src/i18n/locales/it/translation.json index 5ee6a5417c8..94dd56a00f3 100644 --- a/frontend/src/i18n/locales/it/translation.json +++ b/frontend/src/i18n/locales/it/translation.json @@ -671,10 +671,12 @@ "Create Namespace": "Crea Namespace", "To": "A", "used": "usato", + "Allocatable": "", "Scheduling Disabled": "Pianificazione Disabilitata", "Scheduling Enabled": "Pianificazione Abilitata", "Taints": "Contaminazioni", "Not ready yet!": "Non pronto ancora!", + "Disk": "", "Internal IP": "IP Interno", "None": "Nessuno", "Software": "Software", diff --git a/frontend/src/i18n/locales/ja/glossary.json b/frontend/src/i18n/locales/ja/glossary.json index 89f3679bb66..25a966bdd39 100644 --- a/frontend/src/i18n/locales/ja/glossary.json +++ b/frontend/src/i18n/locales/ja/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "例外: {{ cidrExceptions }}", "Pod Selector": "ポッドセレクター", "Network Policies": "ネットワークポリシー", + "Capacity": "容量", "Uncordoning node {{name}}…": "ノード {{name}} の封鎖解除中…", "Cordoning node {{name}}…": "ノード {{name}} を封鎖中…", "Uncordoned node {{name}}.": "ノード {{name}} の封鎖を解除しました。", @@ -235,7 +236,6 @@ "Git Tree State": "Git ツリー状態", "Go Version": "Go バージョン", "Platform": "プラットフォーム", - "Capacity": "容量", "Access Modes": "アクセスモード", "Volume Mode": "ボリュームモード", "Storage Class": "ストレージクラス", diff --git a/frontend/src/i18n/locales/ja/translation.json b/frontend/src/i18n/locales/ja/translation.json index d985369a98e..d38d9e2ce4d 100644 --- a/frontend/src/i18n/locales/ja/translation.json +++ b/frontend/src/i18n/locales/ja/translation.json @@ -661,10 +661,12 @@ "Create Namespace": "ネームスペースの作成", "To": "宛先", "used": "使用中", + "Allocatable": "", "Scheduling Disabled": "スケジューリング無効", "Scheduling Enabled": "スケジューリング有効", "Taints": "テイント", "Not ready yet!": "まだ準備ができていません!", + "Disk": "", "Internal IP": "内部 IP", "None": "なし", "Software": "ソフトウェア", diff --git a/frontend/src/i18n/locales/ko/glossary.json b/frontend/src/i18n/locales/ko/glossary.json index ad0b8ccec70..510aa09aa6a 100644 --- a/frontend/src/i18n/locales/ko/glossary.json +++ b/frontend/src/i18n/locales/ko/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "제외: {{ cidrExceptions }}", "Pod Selector": "파드 셀렉터", "Network Policies": "네트워크 정책", + "Capacity": "용량", "Uncordoning node {{name}}…": "노드 {{name}} Cordon 해제 중…", "Cordoning node {{name}}…": "노드 {{name}} Cordon 중…", "Uncordoned node {{name}}.": "노드 {{name}} Cordon 해제 완료.", @@ -235,7 +236,6 @@ "Git Tree State": "Git 트리 상태", "Go Version": "Go 버전", "Platform": "플랫폼", - "Capacity": "용량", "Access Modes": "액세스 모드", "Volume Mode": "볼륨 모드", "Storage Class": "스토리지 클래스", diff --git a/frontend/src/i18n/locales/ko/translation.json b/frontend/src/i18n/locales/ko/translation.json index 49c198fa4e0..de8adae03e0 100644 --- a/frontend/src/i18n/locales/ko/translation.json +++ b/frontend/src/i18n/locales/ko/translation.json @@ -661,10 +661,12 @@ "Create Namespace": "네임스페이스 생성", "To": "대상", "used": "사용됨", + "Allocatable": "", "Scheduling Disabled": "스케줄링 비활성화", "Scheduling Enabled": "스케줄링 활성화", "Taints": "Taints", "Not ready yet!": "아직 준비되지 않았습니다!", + "Disk": "", "Internal IP": "내부 IP", "None": "없음", "Software": "소프트웨어", diff --git a/frontend/src/i18n/locales/pt/glossary.json b/frontend/src/i18n/locales/pt/glossary.json index eda83dd98ef..2c47623ab1d 100644 --- a/frontend/src/i18n/locales/pt/glossary.json +++ b/frontend/src/i18n/locales/pt/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "exceto: {{ cidrExceptions }}", "Pod Selector": "Seletor de Pod", "Network Policies": "Políticas de Rede", + "Capacity": "Capacidade", "Uncordoning node {{name}}…": "A remover o bloqueio do node {{name}}…", "Cordoning node {{name}}…": "A bloquear o node {{name}}…", "Uncordoned node {{name}}.": "Node {{name}} desbloqueado.", @@ -235,7 +236,6 @@ "Git Tree State": "Estado de Árvore do Git", "Go Version": "Versão do Go", "Platform": "Plataforma", - "Capacity": "Capacidade", "Access Modes": "Modos de Acesso", "Volume Mode": "Modo de Volume", "Storage Class": "Storage Class", diff --git a/frontend/src/i18n/locales/pt/translation.json b/frontend/src/i18n/locales/pt/translation.json index bf7a9638f5b..c3fff545cb4 100644 --- a/frontend/src/i18n/locales/pt/translation.json +++ b/frontend/src/i18n/locales/pt/translation.json @@ -671,10 +671,12 @@ "Create Namespace": "Criar Namespace", "To": "Para", "used": "usado", + "Allocatable": "", "Scheduling Disabled": "Agendamento Desactivado", "Scheduling Enabled": "Agendamento Activado", "Taints": "Taints", "Not ready yet!": "Ainda não pronto!", + "Disk": "", "Internal IP": "IP Interno", "None": "Nenhum", "Software": "Software", diff --git a/frontend/src/i18n/locales/ru/glossary.json b/frontend/src/i18n/locales/ru/glossary.json index 21ea6a40bf3..d63039e284b 100644 --- a/frontend/src/i18n/locales/ru/glossary.json +++ b/frontend/src/i18n/locales/ru/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "кроме: {{ cidrExceptions }}", "Pod Selector": "Селектор Подов", "Network Policies": "Сетевые политики", + "Capacity": "Ёмкость", "Uncordoning node {{name}}…": "Снимаем cordon с узла {{name}}…", "Cordoning node {{name}}…": "Устанавливаем cordon на узел {{name}}…", "Uncordoned node {{name}}.": "Cordon снят с узла {{name}}.", @@ -235,7 +236,6 @@ "Git Tree State": "Состояние дерева Git", "Go Version": "Go-версия", "Platform": "Платформа", - "Capacity": "Ёмкость", "Access Modes": "Режимы доступа", "Volume Mode": "Режим тома", "Storage Class": "Класс хранилища", diff --git a/frontend/src/i18n/locales/ru/translation.json b/frontend/src/i18n/locales/ru/translation.json index efd4026c0bc..837c46d2cfe 100644 --- a/frontend/src/i18n/locales/ru/translation.json +++ b/frontend/src/i18n/locales/ru/translation.json @@ -676,10 +676,12 @@ "Create Namespace": "Создать пространство имён", "To": "К", "used": "использовано", + "Allocatable": "", "Scheduling Disabled": "Планирование отключено", "Scheduling Enabled": "Планирование включено", "Taints": "Тейнты", "Not ready yet!": "Ещё не готов!", + "Disk": "", "Internal IP": "Внутренний IP", "None": "Ничего", "Software": "Программное обеспечение", diff --git a/frontend/src/i18n/locales/ta/glossary.json b/frontend/src/i18n/locales/ta/glossary.json index a215761894e..5d0e01a44f5 100644 --- a/frontend/src/i18n/locales/ta/glossary.json +++ b/frontend/src/i18n/locales/ta/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "தவிர: {{ cidrExceptions }}", "Pod Selector": "பாட் செலக்டர்", "Network Policies": "நெட்வர்க் பாலிசிகள்", + "Capacity": "கொள்ளளவு", "Uncordoning node {{name}}…": "{{name}} நோடை அன்கார்டன் செய்கிறது...", "Cordoning node {{name}}…": "{{name}} நோடை கார்டன் செய்கிறது...", "Uncordoned node {{name}}.": "{{name}} நோட் அன்கார்டன் செய்யப்பட்டது.", @@ -235,7 +236,6 @@ "Git Tree State": "கிட் ட்ரீ ஸ்டேட்", "Go Version": "கோ வெர்ஷன்", "Platform": "தளம்", - "Capacity": "கொள்ளளவு", "Access Modes": "அக்சஸ் மோட்கள்", "Volume Mode": "வால்யூம் மோட்", "Storage Class": "ஸ்டோரேஜ் கிளாஸ்", diff --git a/frontend/src/i18n/locales/ta/translation.json b/frontend/src/i18n/locales/ta/translation.json index fc69d2b4577..b31f47e1c76 100644 --- a/frontend/src/i18n/locales/ta/translation.json +++ b/frontend/src/i18n/locales/ta/translation.json @@ -666,10 +666,12 @@ "Create Namespace": "நேம்ஸ்பேஸ் உருவாக்கு", "To": "To", "used": "பயன்படுத்தப்பட்டது", + "Allocatable": "", "Scheduling Disabled": "ஷெட்யூலிங் முடக்கப்பட்டது", "Scheduling Enabled": "ஷெட்யூலிங் இயக்கப்பட்டது", "Taints": "டெய்ன்ட்ஸ்", "Not ready yet!": "இன்னும் தயாராகவில்லை!", + "Disk": "", "Internal IP": "இன்டர்னல் IP", "None": "ஏதுமில்லை", "Software": "சாஃப்ட்வேர்", diff --git a/frontend/src/i18n/locales/ur/glossary.json b/frontend/src/i18n/locales/ur/glossary.json index d95e24ea3b6..7e0841dcef8 100644 --- a/frontend/src/i18n/locales/ur/glossary.json +++ b/frontend/src/i18n/locales/ur/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "سوائے: {{ cidrExceptions }}", "Pod Selector": "پوڈ سلیکٹر", "Network Policies": "نیٹ ورک پالیسیاں", + "Capacity": "صلاحیت", "Uncordoning node {{name}}…": "نوڈ {{name}} کو انکارڈن کیا جا رہا ہے…", "Cordoning node {{name}}…": "نوڈ {{name}} کو کارڈن کیا جا رہا ہے…", "Uncordoned node {{name}}.": "نوڈ {{name}} کا انکارڈن مکمل ہوا۔", @@ -235,7 +236,6 @@ "Git Tree State": "Git ٹری اسٹیٹ", "Go Version": "Go ورژن", "Platform": "پلیٹ فارم", - "Capacity": "صلاحیت", "Access Modes": "ایکسیس موڈز", "Volume Mode": "والیوم موڈ", "Storage Class": "اسٹوریج کلاس", diff --git a/frontend/src/i18n/locales/ur/translation.json b/frontend/src/i18n/locales/ur/translation.json index 8f769ff8b26..794197f7e87 100644 --- a/frontend/src/i18n/locales/ur/translation.json +++ b/frontend/src/i18n/locales/ur/translation.json @@ -666,10 +666,12 @@ "Create Namespace": "نیم اسپیس بنائیں", "To": "تک", "used": "استعمال شدہ", + "Allocatable": "", "Scheduling Disabled": "شیڈولنگ غیر فعال", "Scheduling Enabled": "شیڈولنگ فعال", "Taints": "ٹینٹس", "Not ready yet!": "ابھی تیار نہیں", + "Disk": "", "Internal IP": "اندرونی آئی پی", "None": "کوئی نہیں", "Software": "سافٹ ویئر", diff --git a/frontend/src/i18n/locales/zh-tw/glossary.json b/frontend/src/i18n/locales/zh-tw/glossary.json index afbee76291f..d4f2f0a768d 100644 --- a/frontend/src/i18n/locales/zh-tw/glossary.json +++ b/frontend/src/i18n/locales/zh-tw/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "例外: {{ cidrExceptions }}", "Pod Selector": "Pod 選擇器", "Network Policies": "網路政策", + "Capacity": "容量", "Uncordoning node {{name}}…": "解除封鎖節點 {{name}}…", "Cordoning node {{name}}…": "封鎖節點 {{name}}…", "Uncordoned node {{name}}.": "解除封鎖節點 {{name}}.", @@ -235,7 +236,6 @@ "Git Tree State": "Git 樹狀態", "Go Version": "Go 版本", "Platform": "平台", - "Capacity": "容量", "Access Modes": "存取模式", "Volume Mode": "卷模式", "Storage Class": "儲存類別", diff --git a/frontend/src/i18n/locales/zh-tw/translation.json b/frontend/src/i18n/locales/zh-tw/translation.json index 2fd8a6cd33d..6b6dbb9b0b7 100644 --- a/frontend/src/i18n/locales/zh-tw/translation.json +++ b/frontend/src/i18n/locales/zh-tw/translation.json @@ -661,10 +661,12 @@ "Create Namespace": "新增命名空間", "To": "到", "used": "已用", + "Allocatable": "", "Scheduling Disabled": "排程已禁用", "Scheduling Enabled": "排程已啟用", "Taints": "污點", "Not ready yet!": "尚未準備好!", + "Disk": "", "Internal IP": "內部 IP", "None": "無", "Software": "軟體", diff --git a/frontend/src/i18n/locales/zh/glossary.json b/frontend/src/i18n/locales/zh/glossary.json index 3eeac098e87..032aec4174b 100644 --- a/frontend/src/i18n/locales/zh/glossary.json +++ b/frontend/src/i18n/locales/zh/glossary.json @@ -118,6 +118,7 @@ "except: {{ cidrExceptions }}": "例外: {{ cidrExceptions }}", "Pod Selector": "Pod 选择器", "Network Policies": "网络策略", + "Capacity": "容量", "Uncordoning node {{name}}…": "解除封锁节点 {{name}}…", "Cordoning node {{name}}…": "封锁节点 {{name}}…", "Uncordoned node {{name}}.": "解除封锁节点 {{name}}.", @@ -235,7 +236,6 @@ "Git Tree State": "Git 树状态", "Go Version": "Go 版本", "Platform": "平台", - "Capacity": "容量", "Access Modes": "存取模式", "Volume Mode": "卷模式", "Storage Class": "存储类别", diff --git a/frontend/src/i18n/locales/zh/translation.json b/frontend/src/i18n/locales/zh/translation.json index 621da4fdbf6..6e3c2ea7e9d 100644 --- a/frontend/src/i18n/locales/zh/translation.json +++ b/frontend/src/i18n/locales/zh/translation.json @@ -661,10 +661,12 @@ "Create Namespace": "新增命名空间", "To": "到", "used": "已用", + "Allocatable": "", "Scheduling Disabled": "调度已禁用", "Scheduling Enabled": "调度已启用", "Taints": "污点", "Not ready yet!": "尚未准备好!", + "Disk": "", "Internal IP": "内部 IP", "None": "无", "Software": "软件", |
|---|