From e61848faa79f2649a72021a7ff10611e67cdabec Mon Sep 17 00:00:00 2001 From: Phil Huang Date: Thu, 5 Dec 2024 01:45:40 +0800 Subject: [PATCH] i18n: Update Traditional Chinese translation for glossary.json and translation.json This pull request includes the addition of a comprehensive set of translations for various Kubernetes-related terms in Traditional Chinese. The changes are made to the frontend/src/i18n/locales/zh-tw/glossary.json and frontend/src/i18n/locales/zh-tw/translation.json file. Signed-off-by: Phil Huang --- frontend/src/i18n/locales/zh-tw/glossary.json | 217 +++++++++ .../src/i18n/locales/zh-tw/translation.json | 441 ++++++++++++++++++ 2 files changed, 658 insertions(+) create mode 100644 frontend/src/i18n/locales/zh-tw/glossary.json create mode 100644 frontend/src/i18n/locales/zh-tw/translation.json diff --git a/frontend/src/i18n/locales/zh-tw/glossary.json b/frontend/src/i18n/locales/zh-tw/glossary.json new file mode 100644 index 0000000000..cfd1452a7b --- /dev/null +++ b/frontend/src/i18n/locales/zh-tw/glossary.json @@ -0,0 +1,217 @@ +{ + "Kubernetes Version": "Kubernetes 版本", + "Cluster": "叢集", + "Cluster selector": "叢集選擇器", + "Git Commit": "Git Commit", + "Memory": "記憶體", + "CPU": "CPU", + "Pods": "Pods", + "Nodes": "節點", + "Events": "事件", + "Namespaces": "命名空間", + "Namespace": "命名空間", + "toggle field visibility": "切換欄位可見性", + "Condition": "條件", + "Last Transition": "最後過渡", + "Last Update": "最後更新", + "Container ID": "容器 ID", + "Image Pull Policy": "映像檔拉取策略", + "Image": "映像檔", + "Args": "參數", + "Command": "命令", + "Environment": "環境", + "Liveness Probes": "存活探針", + "Ports": "端口", + "Volume Mounts": "卷掛載", + "Containers": "容器", + "Container Spec": "容器規格", + "Ephemeral Containers": "臨時容器", + "Container": "容器", + "Config Maps": "設定檔對應", + "Definition": "定義", + "CRD: {{ crdName }}": "CRD: {{ crdName }}", + "Scope": "範圍", + "Subresources": "子資源", + "Resource": "資源", + "Plural": "複數", + "Singular": "Singular", + "Kind": "Kind", + "List Kind": "List Kind", + "Served": "服務", + "Storage": "儲存", + "Objects": "物件", + "Custom Resources": "自訂資源", + "Schedule": "排程", + "Starting deadline": "開始期限", + "Last Schedule": "最後排程", + "Cron Jobs": "排程工作", + "Images": "映像檔", + "Tolerations": "容忍", + "Update Strategy": "更新策略", + "Selector": "選擇器", + "Node Selector": "節點選擇器", + "Daemon Sets": "Daemon Sets", + "Deployments": "部署", + "Replicas": "副本", + "Endpoint": "端點", + "Subsets": "Subsets", + "IP": "IP", + "Hostname": "主機名稱", + "Target": "目標", + "Port": "端口", + "Protocol": "協定", + "Endpoints": "端點", + "Horizontal Pod Autoscalers": "水平 Pod 自動擴縮", + "Ingress Classes": "Ingress 類別", + "Default Ingress Class": "預設 Ingress 類別", + "Controller": "控制器", + "Default Backend": "預設後端", + "Class Name": "類別名稱", + "Rules": "規則", + "Backends": "後端", + "Ingresses": "Ingresses", + "Hosts": "主機", + "Jobs": "工作", + "Completions": "完成", + "Lease": "租約", + "LimitRange": "限制範圍", + "Ingress": "Ingress", + "ipBlock": "ipBlock", + "namespaceSelector": "命名空間選擇器", + "podSelector": "Pod 選擇器", + "Egress": "Egress", + "except: {{ cidrExceptions }}": "例外: {{ cidrExceptions }}", + "Pod Selector": "Pod 選擇器", + "Network Policies": "網路政策", + "Uncordoning node {{name}}…": "解除封鎖節點 {{name}}…", + "Cordoning node {{name}}…": "封鎖節點 {{name}}…", + "Uncordoned node {{name}}.": "解除封鎖節點 {{name}}.", + "Cordoned node {{name}}.": "封鎖節點 {{name}}.", + "Failed to uncordon node {{name}}.": "解除封鎖節點 {{name}} 失敗。", + "Failed to cordon node {{name}}.": "封鎖節點 {{name}} 失敗。", + "Uncordon node {{name}} cancelled.": "解除封鎖節點 {{name}} 取消。", + "Cordon node {{name}} cancelled.": "封鎖節點 {{name}} 取消。", + "Draining node {{name}}…": "正在驅逐節點 {{name}}…", + "Drained node {{name}}.": "驅逐節點 {{name}}.", + "Failed to drain node {{name}}.": "驅逐節點 {{name}} 失敗。", + "Draining node {{name}} cancelled.": "驅逐節點 {{name}} 取消。", + "Drain Node": "驅逐節點", + "Are you sure you want to drain the node {{name}}?": "你確定你想要驅逐節點 {{name}}?", + "Uncordon": "解除封鎖", + "Cordon": "封鎖", + "Drain": "驅逐", + "Pod CIDR": "Pod CIDR", + "Uptime": "運行時間", + "System Info": "系統資訊", + "Architecture": "架構", + "Boot ID": "啟動 ID", + "System UUID": "系統 UUID", + "OS": "作業系統", + "Kernel Version": "核心版本", + "Machine ID": "機器 ID", + "Kube Proxy Version": "Kube Proxy 版本", + "Kubelet Version": "Kubelet 版本", + "Container Runtime Version": "容器運行時版本", + "Roles": "角色", + "External IP": "外部 IP", + "OS image": "作業系統映像檔", + "Kernel version": "核心版本", + "Container Runtime": "容器運行時", + "Logs: {{ itemName }}": "日誌: {{ itemName }}", + "Seconds": "秒", + "Show Logs": "顯示日誌", + "logs": "日誌", + "Terminal / Exec": "終端機 / 執行", + "terminal": "終端機", + "Attach": "附加", + "attach": "附加", + "State": "狀態", + "Node": "節點", + "Service Account": "服務帳戶", + "Host IP": "主機 IP", + "Pod IP": "Pod IP", + "QoS Class": "QoS 類別", + "Priority": "優先級", + "Restarts": "重啟", + "{{ restarts }} ({{ abbrevTime }} ago)": "{{ restarts }} ({{ abbrevTime }} 前)", + "Nominated Node": "提名節點", + "Readiness Gates": "就緒閘道", + "Pod Disruption Budget": "Pod 中斷預算", + "Port Forwarding": "Port 轉發", + "PriorityClass": "優先級", + "Replica Sets": "副本集", + "Generation": "Generation", + "Cluster IP": "Cluster IP", + "Resource Quotas": "資源配額", + "Reference Kind": "參考類型", + "Reference Name": "參考名稱", + "Ref. API Group": "參考 API 群組", + "Binding Info": "繫結資訊", + "Role Bindings": "角色繫結", + "Role": "角色", + "Groups": "群組", + "Service Accounts": "服務帳戶", + "API Groups": "API 群組", + "Resources": "資源", + "Non Resources": "非資源", + "Verbs": "動詞", + "RuntimeClass": "Runtime 類別", + "Secrets": "密鑰", + "Services": "服務", + "Workloads": "工作負載", + "Stateful Sets": "Stateful Sets", + "CronJobs": "排程工作", + "Persistent Volume Claims": "持續性卷聲明", + "Persistent Volumes": "持續性卷", + "Storage Classes": "儲存類別", + "Network": "網路", + "Security": "安全", + "Configuration": "配置", + "HPAs": "水平 Pod 自動擴縮", + "VPAs": "垂直 Pod 自動擴縮", + "Pod Disruption Budgets": "Pod 中斷預算", + "Limit Ranges": "限制範圍", + "Priority Classes": "優先級", + "Runtime Classes": "Runtime Classes", + "Leases": "租約", + "Mutating Webhook Configurations": "Mutating Webhook Configurations", + "Validating Webhook Configurations": "Validating Webhook Configurations", + "Map (beta)": "Map (beta)", + "Git Version": "Git 版本", + "Git Tree State": "Git 樹狀態", + "Go Version": "Go 版本", + "Platform": "平台", + "Capacity": "容量", + "Access Modes": "存取模式", + "Volume Mode": "卷模式", + "Storage Class": "儲存類別", + "Volume": "卷", + "Reclaim Policy": "回收策略", + "Binding Mode": "繫結模式", + "Provisioner": "Provisioner", + "Volume Binding Mode": "卷繫結模式", + "Allow Volume Expansion": "允許卷擴展", + "Claim": "聲明", + "Update Policy": "更新策略", + "Update Mode": "更新模式", + "Container Policy": "容器策略", + "Lower Bound": "下限", + "Upper Bound": "上限", + "Uncapped Target": "未限制目標", + "Vertical Pod Autoscalers": "垂直 Pod 自動擴縮", + "Checking if Vertical Pod Autoscaler is enabled…": "正在確認垂直 Pod 自動擴縮啟動中...", + "Vertical Pod Autoscaler is not enabled. <1>Learn More": "垂直 Pod 自動擴縮並未啟用 <1>Learn More", + "API Version": "API 版本", + "Webhooks": "Webhooks", + "Client Config: Ca Bundle": "客戶端配置: Ca 憑證包", + "Failure Policy": "失敗策略", + "Match Policy": "匹配策略", + "Side Effects": "副作用", + "Timeout Seconds": "超時 秒", + "Namespace Selector": "命名空間選擇器", + "Object Selector": "物件選擇器", + "Reinvocation Policy": "撤銷策略", + "API Versions": "API 版本", + "RollingUpdate. Max unavailable: {{ maxUnavailable }}, max surge: {{ maxSurge }}": "滾動更新. 最大不可用: {{ maxUnavailable }}, 最大突增: {{ maxSurge }}", + "Strategy Type": "策略類型" +} diff --git a/frontend/src/i18n/locales/zh-tw/translation.json b/frontend/src/i18n/locales/zh-tw/translation.json new file mode 100644 index 0000000000..2d27feab1b --- /dev/null +++ b/frontend/src/i18n/locales/zh-tw/translation.json @@ -0,0 +1,441 @@ +{ + "Whoops! This page doesn't exist": "哎呀!此頁面不存在", + "Authentication: {{ clusterName }}": "身份驗證:{{ clusterName }}", + "Authentication": "身份驗證", + "Please paste your authentication token.": "請貼上您的身份驗證令牌。", + "ID token": "ID 令牌", + "Check out how to generate a<1>service account token.": "查看如何生成<1>服務帳戶令牌。", + "Cluster settings": "叢集設置", + "Cancel": "取消", + "Authenticate": "驗證", + "Error authenticating": "驗證錯誤", + "Actions": "操作", + "View": "查看", + "Settings": "設置", + "Delete": "刪除", + "Delete Cluster": "刪除叢集", + "Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "您確定要移除叢集 \"{{ clusterName }}\" 嗎?", + "Active": "活躍", + "Plugin": "插件", + "In-cluster": "叢集內", + "Home": "首頁", + "All Clusters": "所有叢集", + "Name": "名稱", + "Origin": "來源", + "Status": "狀態", + "Warnings": "警告", + "Load cluster": "讀取叢集", + "Something went wrong with cluster {{ cluster }}": "叢集 {{ cluster }} 出現問題", + "Choose another cluster": "選擇其他叢集", + "Skip to main content": "跳至主要內容", + "You don't have any notifications right now": "您目前沒有任何通知", + "No message": "無訊息", + "Mark as read": "標記為已讀", + "Show notifications": "顯示通知", + "You have unread notifications": "您有未讀通知", + "Notifications": "通知", + "Mark all as read": "全部標記為已讀", + "Clear": "清除", + "View all notifications": "查看所有通知", + "Clear all": "全部清除", + "Message": "訊息", + "Date": "日期", + "Visible": "可見", + "Unknown": "未知", + "Plugins": "插件", + "Description": "描述", + "Incompatible": "不相容", + "Enabled": "已啟用", + "Disabled": "已停用", + "Enable": "啟用", + "Save & Apply": "保存並應用", + "By": "由", + "Delete Plugin": "刪除插件", + "Are you sure you want to delete this plugin?": "您確定要刪除此插件嗎?", + "Save": "保存", + "Uh-oh! Something went wrong.": "哎呀!出現問題。", + "Error loading {{ routeName }}": "讀取 {{ routeName }} 時出錯", + "Enter a value between {{ minRows }} and {{ maxRows }}.": "輸入一個介於 {{ minRows }} 和 {{ maxRows }} 之間的值。", + "Custom row value": "自定義行值", + "Apply": "應用", + "Custom value": "自定義值", + "General Settings": "一般設置", + "Version": "版本", + "Language": "語言", + "Theme": "主題", + "Number of rows for tables": "表格的行數", + "Timezone to display for dates": "顯示日期的時區", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "命名空間只能包含小寫字母數字字符或 '-',且必須以字母數字字符開頭和結尾。", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "叢集名稱只能包含小寫字母數字字符或 '-',且必須以字母數字字符開頭和結尾。", + "Cluster Settings": "叢集設置", + "There seem to be no clusters configured…": "似乎沒有配置任何叢集…", + "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "叢集 {{ clusterName }} 不存在。請選擇一個有效的叢集:", + "Cluster Settings ({{ clusterName }})": "叢集設置 ({{ clusterName }})", + "Go to cluster": "前往叢集", + "The current name of cluster. You can define custom modified name.": "叢集的當前名稱。您可以定義自定義修改名稱。", + "Change name": "更改名稱", + "Are you sure you want to change the name for \"{{ clusterName }}\"?": "您確定要更改 \"{{ clusterName }}\" 的名稱嗎?", + "Default namespace": "預設命名空間", + "The default namespace for e.g. when applying resources (when not specified directly).": "例如,應用資源時的預設命名空間(未直接指定時)。", + "Allowed namespaces": "允許的命名空間", + "The list of namespaces you are allowed to access in this cluster.": "您在此叢集中允許訪問的命名空間列表。", + "Add namespace": "添加命名空間", + "Remove Cluster": "移除叢集", + "Server": "伺服器", + "light theme": "淺色主題", + "dark theme": "深色主題", + "Change theme": "更改主題", + "Log out": "登出", + "(No token set up)": "(未設置令牌)", + "Account of current user": "當前用戶的帳戶", + "Appbar Tools": "應用欄工具", + "show more": "顯示更多", + "Getting auth info: {{ clusterName }}": "獲取身份驗證信息:{{ clusterName }}", + "Getting auth info": "獲取身份驗證信息", + "Testing auth": "測試身份驗證", + "Headlamp Cluster Authentication": "Headlamp 叢集身份驗證", + "Sign In": "登入", + "Use A Token": "使用令牌", + "Failed to connect. Please make sure the Kubernetes cluster is running and accessible. Error: {{ errorMessage }}": "連接失敗。請確保 Kubernetes 叢集正在運行且可訪問。錯誤:{{ errorMessage }}", + "Failed to get authentication information: {{ errorMessage }}": "獲取身份驗證信息失敗:{{ errorMessage }}", + "Try Again": "再試一次", + "Back": "返回", + "Memory Usage": "記憶體使用", + "{{ available }} units": "{{ available }} 單位", + "CPU Usage": "CPU 使用", + "{{ numReady }} / {{ numItems }} Requested": "{{ numReady }} / {{ numItems }} 已請求", + "{{ numReady }} / {{ numItems }} Ready": "{{ numReady }} / {{ numItems }} 已準備好", + "Recent clusters": "最近的叢集", + "All clusters": "所有叢集", + "Show build information": "顯示構建信息", + "Choose a cluster": "選擇一個叢集", + "Wait while fetching clusters…": "正在獲取叢集,請稍候…", + "Loading cluster information": "讀取叢集信息", + "There seems to be no clusters configured…": "似乎沒有配置任何叢集…", + "Please make sure you have at least one cluster configured.": "請確保您至少配置了一個叢集。", + "Or try running Headlamp with a different kube config.": "或者嘗試使用不同的 kube 配置運行 Headlamp。", + "Load from a file": "從文件讀取", + "Cluster: {{cluster}}": "叢集:{{cluster}}", + "Current//context:cluster": "當前", + "Choose cluster": "選擇叢集", + "Add Cluster": "添加叢集", + "Failed to load resources from some of the clusters in the group.": "無法從組中的某些叢集讀取資源。", + "Failed to load resources from the following clusters: {{ clusterList }}": "無法從以下叢集讀取資源:{{ clusterList }}", + "Duplicate cluster: {{ clusterNames }} in the list. Please edit the context name.": "列表中有重複的叢集:{{ clusterNames }}。請編輯上下文名稱。", + "Error setting up clusters, please load a valid kubeconfig file": "設置叢集時出錯,請讀取有效的 kubeconfig 文件", + "Couldn't read kubeconfig file": "無法讀取 kubeconfig 文件", + "No clusters found!": "未找到叢集!", + "No contexts found!": "未找到上下文!", + "Invalid kubeconfig file: {{ errorMessage }}": "無效的 kubeconfig 文件:{{ errorMessage }}", + "Drag & drop or choose kubeconfig file here": "在此拖放或選擇 kubeconfig 文件", + "Choose file": "選擇文件", + "Select clusters": "選擇叢集", + "Next": "下一步", + "Validating selected clusters": "驗證選擇的叢集", + "Setting up clusters": "設置叢集", + "Clusters successfully set up!": "叢集設置成功!", + "Finish": "完成", + "Load from KubeConfig": "從 KubeConfig 讀取", + "Overview": "概覽", + "No permissions to list pods.": "無權列出 pod。", + "Only warnings ({{ numWarnings }})": "僅警告 ({{ numWarnings }})", + "Type": "類型", + "Reason": "原因", + "Last Seen": "最後一次看到", + "Offline": "離線", + "Lost connection to the cluster.": "與叢集的連接丟失。", + "No": "否", + "Yes": "是", + "Toggle fullscreen": "切換全屏", + "Close": "關閉", + "Head back <1>home.": "返回<1>首頁。", + "Error Details": "錯誤詳情", + "Copy": "複製", + "Find": "查找", + "Download": "下載", + "No results": "無結果", + "Too many matches": "匹配過多", + "{{ currentIndex }} of {{ totalResults }}": "{{ currentIndex }} / {{ totalResults }}", + "Match case": "匹配大小寫", + "Match whole word": "匹配整個單詞", + "Use regular expression": "使用正則表達式", + "Previous Match (Shift+Enter)": "上一個匹配 (Shift+Enter)", + "Next Match (Enter)": "下一個匹配 (Enter)", + "All namespaces": "所有命名空間", + "From": "從", + "Age": "年齡", + "{{ eventDate }} ({{ count }} times since {{ firstEventDate }})_one": "{{ eventDate }} (自 {{ firstEventDate }} 起 {{ count }} 次)", + "{{ eventDate }} ({{ count }} times since {{ firstEventDate }})_other": "{{ eventDate }} (自 {{ firstEventDate }} 起 {{ count }} 次)", + "Release Notes ({{ appVersion }})": "發行說明 ({{ appVersion }})", + "Fetching release information…": "正在獲取發行信息…", + "Skip": "跳過", + "Failed to fetch release information": "獲取發行信息失敗", + "An update is available": "有可用更新", + "Read more": "閱讀更多", + "Dismiss": "忽略", + "Install the metrics-server to get usage data.": "安裝 metrics-server 以獲取使用數據。", + "Failed to create {{ kind }} {{ name }}.": "新增 {{ kind }} {{ name }} 失敗。", + "Failed to create {{ kind }} {{ name }} in {{ apiVersion }}.": "在 {{ apiVersion }} 中新增 {{ kind }} {{ name }} 失敗。", + "Invalid: One or more of resources doesn't have a name property": "無效:一個或多個資源沒有名稱屬性", + "Invalid: Please set a kind to the resource": "無效:請為資源設置一種類型", + "Applying {{ newItemName }}…": "正在應用 {{ newItemName }}…", + "Cancelled applying {{ newItemName }}.": "取消應用 {{ newItemName }}。", + "Applied {{ newItemName }}.": "已應用 {{ newItemName }}。", + "Failed to apply {{ newItemName }}.": "應用 {{ newItemName }} 失敗。", + "Create / Apply": "新增 / 應用", + "Create": "新增", + "Deleting item {{ itemName }}…": "正在刪除項目 {{ itemName }}…", + "Cancelled deletion of {{ itemName }}.": "取消刪除 {{ itemName }}。", + "Deleted item {{ itemName }}.": "已刪除項目 {{ itemName }}。", + "Error deleting item {{ itemName }}.": "刪除項目 {{ itemName }} 時出錯。", + "Delete item": "刪除項目", + "Are you sure you want to delete item {{ itemName }}?": "您確定要刪除項目 {{ itemName }} 嗎?", + "Loading documentation": "讀取文檔", + "No documentation for type {{ docsType }}.": "類型 {{ docsType }} 沒有文檔。", + "Showing documentation for: {{ docsType }}": "顯示文檔:{{ docsType }}", + "Applying changes to {{ itemName }}…": "正在應用更改到 {{ itemName }}…", + "Cancelled changes to {{ itemName }}.": "取消更改到 {{ itemName }}。", + "Applied changes to {{ itemName }}.": "已應用更改到 {{ itemName }}。", + "Failed to apply changes to {{ itemName }}.": "應用更改到 {{ itemName }} 失敗。", + "Edit": "編輯", + "Invalid JSON": "無效的 JSON", + "Invalid YAML": "無效的 YAML", + "Error parsing the code: {{error}}": "解析代碼時出錯:{{error}}", + "Error parsing the code. Please verify it's valid YAML or JSON!": "解析代碼時出錯。請確認它是有效的 YAML 或 JSON!", + "New Object": "新對象", + "View: {{ itemName }}": "查看:{{ itemName }}", + "Edit: {{ itemName }}": "編輯:{{ itemName }}", + "Loading editor": "讀取編輯器", + "Use minimal editor": "使用簡約編輯器", + "Editor": "編輯器", + "Documentation": "文檔", + "Undo": "撤銷", + "Are you sure?": "您確定嗎?", + "This will discard your changes in the editor. Do you want to proceed?": "這將放棄您在編輯器中的更改。您要繼續嗎?", + "Undo Changes": "撤銷更改", + "Loading resource data": "讀取資源數據", + "Creation": "新增", + "Labels": "標籤", + "Annotations": "註釋", + "Owner refs": "所有者引用", + "Controlled by": "受控於", + "Start port forward": "開始連接埠轉發", + "Forward port": "轉發連接埠", + "Delete port forward": "刪除連接埠轉發", + "Stop port forward": "停止連接埠轉發", + "Mount Path": "掛載路徑", + "from": "來自", + "I/O": "I/O", + "Ready": "準備好", + "Waiting": "等待中", + "Running": "運行中", + "Error": "錯誤", + "Exit Code": "退出代碼", + "Started": "已開始", + "Finished": "已完成", + "Restart Count": "重啟次數", + "Last State": "最後狀態", + "No data to be shown.": "無數據顯示。", + "Init Containers": "初始化容器", + "Conditions": "條件", + "Volumes": "卷", + "Restarting {{ itemName }}…": "正在重啟 {{ itemName }}…", + "Cancelled restarting {{ itemName }}.": "取消重啟 {{ itemName }}。", + "Restarted {{ itemName }}.": "已重啟 {{ itemName }}。", + "Failed to restart {{ itemName }}.": "重啟 {{ itemName }} 失敗。", + "Restart": "重啟", + "Are you sure you want to restart {{ name }}?": "您確定要重啟 {{ name }} 嗎?", + "Scaling {{ itemName }}…": "正在縮放 {{ itemName }}…", + "Cancelled scaling {{ itemName }}.": "取消縮放 {{ itemName }}。", + "Scaled {{ itemName }}.": "已縮放 {{ itemName }}。", + "Failed to scale {{ itemName }}.": "縮放 {{ itemName }} 失敗。", + "Scale": "縮放", + "Scale Replicas": "縮放副本", + "Current number of replicas: {{ numReplicas }}": "當前副本數:{{ numReplicas }}", + "Desired number of replicas:": "期望的副本數:", + "Decrement": "減少", + "Increment": "增加", + "A large number of replicas may negatively impact the cluster's performance": "大量副本可能會對叢集性能產生負面影響", + "View YAML": "查看 YAML", + "Collapse": "折疊", + "Expand": "展開", + "sort up": "升序", + "sort down": "降序", + "sort swap": "交換排序", + "Loading table data": "讀取表格數據", + "Refresh": "更新", + "No data matching the filter criteria.": "沒有符合篩選條件的數據。", + "No results found": "未找到結果", + "Any new output for this container's process should be shown below. In case it doesn't show up, press enter…": "此容器進程的任何新輸出應顯示在下方。如果未顯示,請按 Enter…", + "Failed to run \"{{command}}\"…": "運行 \"{{command}}\" 失敗…", + "Failed to connect…": "連接失敗…", + "Press the enter key to reconnect.": "按 Enter 鍵重新連接。", + "Failed to run \"{{ command }}\"": "運行 \"{{ command }}\" 失敗", + "Trying to attach to the container {{ container }}…": "嘗試附加到容器 {{ container }}…", + "Trying to run \"{{command}}\"…": "嘗試運行 \"{{command}}\"…", + "Attach: {{ itemName }}": "附加:{{ itemName }}", + "Terminal: {{ itemName }}": "終端:{{ itemName }}", + "Timezone": "時區", + "Add": "添加", + "Data": "數據", + "No data in this config map": "此配置映射中無數據", + "Error getting custom resource definition {{ crdName }}: {{ errorMessage }}": "獲取自定義資源定義 {{ crdName }} 時出錯:{{ errorMessage }}", + "Loading custom resource details": "讀取自定義資源詳情", + "Error getting custom resource {{ crName }}: {{ errorMessage }}": "獲取自定義資源 {{ crName }} 時出錯:{{ errorMessage }}", + "Loading custom resource instances": "讀取自定義資源實例", + "No custom resources instances found.": "未找到自定義資源實例。", + "Failed to load custom resource instances": "讀取自定義資源實例失敗", + "Error getting custom resource definitions: {{ errorMessage }}": "獲取自定義資源定義時出錯:{{ errorMessage }}", + "Loading custom resource definitions": "讀取自定義資源定義", + "Loading custom resource definition": "讀取自定義資源定義", + "No custom resources found": "未找到自定義資源", + "Loading resource definition details": "讀取資源定義詳情", + "Group": "組", + "Categories": "類別", + "Accepted Names": "接受的名稱", + "Versions": "版本", + "Spawn Job": "生成作業", + "This will trigger a new Job based on the CronJob {{ name }}": "這將基於 CronJob {{ name }} 觸發一個新作業", + "Job Name": "作業名稱", + "Spawning Job {{ newItemName }}…": "正在生成作業 {{ newItemName }}…", + "Job {{ newItemName }} spawned": "作業 {{ newItemName }} 已生成", + "Failed to spawn Job {{ newItemName }}": "生成作業 {{ newItemName }} 失敗", + "Spawn": "生成", + "Resume": "恢復", + "Suspend": "暫停", + "Suspending CronJob {{ newItemName }}…": "正在暫停 CronJob {{ newItemName }}…", + "Resuming CronJob {{ newItemName }}…": "正在恢復 CronJob {{ newItemName }}…", + "Cancelled suspending CronJob {{ newItemName }}.": "取消暫停 CronJob {{ newItemName }}。", + "Cancelled resuming CronJob {{ newItemName }}.": "取消恢復 CronJob {{ newItemName }}。", + "Suspended CronJob {{ newItemName }}.": "已暫停 CronJob {{ newItemName }}。", + "Resumed CronJob {{ newItemName }}.": "已恢復 CronJob {{ newItemName }}。", + "Failed to suspend CronJob {{ newItemName }}.": "暫停 CronJob {{ newItemName }} 失敗。", + "Failed to resume CronJob {{ newItemName }}.": "恢復 CronJob {{ newItemName }} 失敗。", + "Key": "鍵", + "Operator": "運算符", + "Value": "值", + "Effect": "效果", + "Current": "當前", + "Desired//context:pods": "期望", + "Addresses": "地址", + "Search": "搜索", + "Press<1>/to search": "按<1>/搜索", + "Search resources, pages, clusters by name": "按名稱搜索資源、頁面、叢集", + "Page": "頁面", + "Use light theme": "使用淺色主題", + "Use dark theme": "使用深色主題", + "Reference": "參考", + "Metrics": "指標", + "(Current/Target)": "(當前/目標)", + "MinReplicas": "最小副本", + "MaxReplicas": "最大副本", + "Deployment pods": "部署 pod", + "{{ currentReplicas }} current / {{ desiredReplicas }} desired": "{{ currentReplicas }} 當前 / {{ desiredReplicas }} 期望", + "Targets": "目標", + "more…": "更多…", + "Default": "預設", + "No rules data to be shown.": "無規則數據顯示。", + "Host": "主機", + "Path": "路徑", + "Duration": "持續時間", + "Holder Identity": "持有者身份", + "Lease Duration Seconds": "租約持續時間(秒)", + "Renew Time": "更新時間", + "Holder": "持有者", + "Container Limits": "容器限制", + "Default Request": "預設請求", + "Max": "最大", + "Min": "最小", + "A namespace with this name already exists.": "已存在具有此名稱的命名空間。", + "Applying {{ newItemName }}…": "正在應用 {{ newItemName }}…", + "Cancelled applying {{ newItemName }}.": "取消應用 {{ newItemName }}。", + "Namespaces must be under 64 characters.": "命名空間必須少於 64 個字符。", + "Create Namespace": "新增命名空間", + "To": "到", + "used": "已用", + "Scheduling Disabled": "調度已禁用", + "Scheduling Enabled": "調度已啟用", + "Taints": "污點", + "Not ready yet!": "尚未準備好!", + "Internal IP": "內部 IP", + "Software": "軟體", + "Redirecting to main page…": "正在重定向到首頁…", + "Logs are paused. Click the follow button to resume following them.": "日誌已暫停。點擊跟隨按鈕以繼續跟隨它們。", + "Lines": "行", + "Show logs for previous instances of this container.": "顯示此容器先前實例的日誌。", + "You can only select this option for containers that have been restarted.": "您只能為已重啟的容器選擇此選項。", + "Show previous": "顯示先前", + "Timestamps": "時間戳", + "Follow": "跟隨", + "Max Unavailable": "最大不可用", + "Min Available": "最小可用", + "Allowed disruptions": "允許的中斷", + "Current//context:pods": "當前", + "Total": "總計", + "N/A": "不適用", + "Allowed Disruptions": "允許的中斷", + "Start": "開始", + "Stop": "停止", + "Loading port forwarding": "讀取連接埠轉發", + "Pod Port": "Pod 連接埠", + "Local Port": "本地連接埠", + "More": "更多", + "Global Default": "全局預設", + "Preemption Policy": "搶占策略", + "Current//context:replicas": "當前", + "Desired//context:replicas": "期望", + "Zoom in": "放大", + "Zoom out": "縮小", + "Fit to screen": "適合螢幕", + "No data to be shown. Try to change filters or select a different namespace.": "無數據顯示。嘗試更改篩選器或選擇不同的命名空間。", + "Group By: {{ name }}": "分組:{{ name }}", + "Namespace": "命名空間", + "Instance": "實例", + "Node": "節點", + "Status: Error or Warning": "狀態:錯誤或警告", + "Expand All": "全部展開", + "Zoom to 100%": "縮放到 100%", + "Used": "已用", + "Hard": "硬性", + "Request": "請求", + "Limit": "限制", + "Users": "用戶", + "Handler": "處理程序", + "No data in this secret": "此密鑰中無數據", + "Shrink sidebar": "收縮側邊欄", + "Expand sidebar": "展開側邊欄", + "Main Navigation": "主導航", + "Navigation Tabs": "導航標籤", + "General": "一般", + "Instances": "實例", + "Collapse Sidebar": "折疊側邊欄", + "Navigation": "導航", + "Cluster version upgraded to {{ gitVersion }}": "叢集版本升級到 {{ gitVersion }}", + "Cluster version downgraded to {{ gitVersion }}": "叢集版本降級到 {{ gitVersion }}", + "Controlled Resources": "受控資源", + "Controlled Values": "受控值", + "Min Allowed": "最小允許", + "Max Allowed": "最大允許", + "Mode": "模式", + "Last Transition Time": "最後轉換時間", + "Recommendations": "建議", + "Provided": "提供", + "Admission Review Versions": "准入審查版本", + "Client Config: URL": "客戶端配置:URL", + "Client Config: Service": "客戶端配置:服務", + "Service: {{namespace}}/{{name}}": "服務:{{namespace}}/{{name}}", + "Path: {{ path }}:{{ port }}": "路徑:{{ path }}:{{ port }}", + "Operations": "操作", + "0 Running": "0 運行中", + "Ready//context:replicas": "準備好", + "Up to date//context:replicas": "最新", + "Available//context:replicas": "可用", + "Failed": "失敗", + "Select locale": "選擇語言", + "": "<未知>", + "\"{{metricName}}\" on {{objectKind}}/{{objectName}} {{metricTarget}}": "\"{{metricName}}\" 在 {{objectKind}}/{{objectName}} {{metricTarget}}", + "\"{{metricName}}\" on pods": "\"{{metricName}}\" 在 pods", + "resource {{resourceName}} on pods": "資源 {{resourceName}} 在 pods", + "resource {{resourceName}} of container {{containerName}} on pods": "容器 {{containerName}} 的資源 {{resourceName}} 在 pods", + "Warning. Incompatible plugins disabled: ({{ pluginList }})": "警告。不相容的插件已禁用:({{ pluginList }})" +}