Skip to content

Commit

Permalink
Make updates to language files to prevent regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaalpert committed Mar 30, 2021
1 parent 64e3448 commit 36e242e
Show file tree
Hide file tree
Showing 11 changed files with 509 additions and 14 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions frontend/packages/console-app/locales/ko/nodes.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Name": "이름",
"Size": "크기",
"Node details": "노드 세부 정보",
"External ID": "외부 IP",
"External ID": "외부 ID",
"Node labels": "노드 레이블",
"Taints": "테인트",
"Taint_0": "테인트",
Expand Down Expand Up @@ -79,4 +79,4 @@
"Scheduling disabled": "예약 비활성화",
"No new Pods or workloads will be placed on this Node until it's marked as schedulable.": "예약 가능으로 표시될 때 까지 이 노드에 새 Pod 또는 워크로드가 배치되지 않습니다.",
"Mark as schedulable": "예약 가능으로 표시"
}
}
2 changes: 1 addition & 1 deletion frontend/packages/console-app/locales/zh/nodes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"This action cannot be undone. Deleting a node will instruct Kubernetes that the node is down or unrecoverable and delete all pods scheduled to that node. If the node is still running but unresponsive and the node is deleted, stateful workloads and persistent volumes may suffer corruption or data loss. Only delete a node that you have confirmed is completely stopped and cannot be restored.": "此操作无法撤消。删除节点会指示 Kubernetes 使该节点停止或无法恢复,并删除所有调度到该节点的 pod。如果节点仍然在运行但无法响应,则该节点被删除,有状态的工作负载和持久性卷可能会崩溃或造成数据丢失。只有删除已确认的节点才会完全停止且无法恢复。",
"Delete node": "删除节点",
"Mark as unschedulable": "将节点标记为不可调度",
"Mark as unschedulable": "将节点标记为不可调度",
"Unschedulable nodes won't accept new pods. This is useful for scheduling maintenance or preparing to decommission a node.": "不可调度的节点不会接受新的 pod。这在调度维护或准备退出节点时很有用。",
"Mark unschedulable": "标记为不可调度。",
"Activity": "活跃",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/dev-console/locales/ko/devconsole.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"Select one of the following options to create an Application, component or service. As part of the creation process a Project and Application will be created.": "다음 옵션 중 하나를 선택하여 애플리케이션, 구성 요소 또는 서비스를 만듭니다. 생성 프로세스의 일부로 프로젝트 및 애플리케이션이 생성됩니다.",
"+Add": "+ 추가",
"Topology": "토폴로지",
"Developer": "Developer",
"Developer": "개발자",
"Create an Application from a code sample": "코드 샘플에서 애플리케이션 만들기",
"Import code from your Git repository to be built and deployed": "빌드 및 배포할 Git 리포지토리에서 코드 가져 오기",
"Import your Devfile from your Git repository to be built and deployed": "빌드 및 배포할 Git 리포지토리에서 Devfile 가져 오기",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/dev-console/locales/zh/devconsole.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"Optional branch, tag, or commit.": "可选 branch、tag 或 commit。",
"Context dir": "Context dir",
"Optional subdirectory for the Application source code, used as a context directory for build.": "可选的应用程序源代码的子目录,用作构建的上下文目录。",
"Dockerfile": "Docker",
"Dockerfile": "Dockerfile",
"Dockerfile path": "Dockerfile 路径",
"Allows the builds to use a different path to locate your Dockerfile, relative to the Context Dir field.": "允许构建使用不同的路径来定位您的 Dockerfile,相对于 Context Dir 字段。",
"Validating": "验证",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const i18next = jest.genMockFromModule('i18next');

function t(key) {
return key;
}

i18next.t = t;

module.exports = i18next;
4 changes: 2 additions & 2 deletions frontend/public/locales/ja/machine-autoscalers.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Min": "最小",
"Max": "最大",
"Machine autoscalers": "Machine Autoscaler",
"MachineAutoscaler details": "MachineAutoscaler details",
"MachineAutoscaler details": "Machine Autoscaler の詳細",
"Min replicas": "最小レプリカ",
"Max replicas": "最大レプリカ"
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/ko/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Label": "레이블",
"Name": "이름",
"Remove from navigation": "탐색에서 제거",
"Add to navigation": "검색에 추가합니다.",
"Add to navigation": "검색에 추가합니다",
"No resources selected": "리소스가 선택되어 있지 않습니다",
"Select one or more resources from the dropdown.": "드롭 다운 목록에서 하나 이상의 리소스를 선택합니다."
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/zh/details-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Edit {{kind}}": "编辑 {{kind}}",
"Edit labels": "编辑标签",
"Edit Pod selector": "编辑 Pod 选择器",
"Edit annotations": "Pod 注解",
"Edit annotations": "编辑注解",
"Edit Pod count": "编辑 Pod 数量",
"Edit taints": "编辑污点",
"Edit tolerations": "编辑容限",
Expand All @@ -58,4 +58,4 @@
"No labels": "没有标签",
"Managed by": "管理由",
"No owner": "没有所有者"
}
}
4 changes: 2 additions & 2 deletions frontend/public/locales/zh/modal.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"Pod selector": "Pod 选择器",
"Determines the set of pods targeted by this {{kind: props.kind.label.toLowerCase()}}.": "确定 pod 集是这个{{kind: props.kind.label.toLowerCase()}}的目标。",
"Duplicate keys found.": "找到重复的键。",
"Edit annotations": "Pod 注解",
"Edit annotations": "编辑注解",
"Edit taints": "编辑污点",
"Taints": "污点",
"Key": "",
Expand All @@ -54,4 +54,4 @@
"Edit tolerations": "编辑容限",
"Tolerations": "容限(Tolerations)",
"Operator": "Operator"
}
}
2 changes: 1 addition & 1 deletion frontend/public/locales/zh/public.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"{{kind}} details": "{{kind}}详情",
"Overview": "概述",
"Monitoring": "监控",
"Home": "",
"Home": "主页",
"Search": "搜索",
"Events": "事件",
"Operators": "Operator",
Expand Down

0 comments on commit 36e242e

Please sign in to comment.