Skip to content

Commit 97b8914

Browse files
Merge pull request #13519 from cyril-ui-developer/master
CONSOLE-3909: i18n upload/download routine task - chore(i18n): update translations
2 parents 6935c3f + a1b7e8f commit 97b8914

File tree

25 files changed

+98
-59
lines changed

25 files changed

+98
-59
lines changed

frontend/packages/console-app/locales/ja/console-app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"Reprovision pending": "再プロビジョニングが保留中",
386386
"Only one {{ machineHealthCheckLabel }} resource should match this node.": "1 つの {{ machineHealthCheckLabel }} リソースのみがこのノードに一致する必要があります。",
387387
"Not configured": "未設定",
388+
"No conditions": "条件がありません",
388389
"CPU": "CPU",
389390
"Memory": "メモリー",
390391
"Filesystem": "ファイルシステム",
@@ -552,10 +553,10 @@
552553
"Source": "ソース",
553554
"VolumeSnapshotContent": "VolumeSnapshotContent",
554555
"Snapshot content": "スナップショットのコンテンツ",
555-
"VerticalPodAutoscaler": "VerticalPodAutoscaler",
556556
"Recommended": "推奨",
557557
"Container name": "コンテナー名",
558-
"No VerticalPodAutoscaler": "No VerticalPodAutoscaler",
558+
"VerticalPodAutoscalers": "VerticalPodAutoscalers",
559+
"No VerticalPodAutoscalers": "VerticalPodAutoscalers がありません",
559560
"Cluster": "クラスター",
560561
"Control Plane": "コントロールプレーン",
561562
"Control Plane status": "コントロールプレーンのステータス",

frontend/packages/console-app/locales/ko/console-app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
"Reprovision pending": "재프로비저닝 보류",
386386
"Only one {{ machineHealthCheckLabel }} resource should match this node.": "하나의 {{ machineHealthCheckLabel }} 리소스만 이 노드와 일치해야 합니다.",
387387
"Not configured": "설정되지 않음",
388+
"No conditions": "조건 없음",
388389
"CPU": "CPU",
389390
"Memory": "메모리",
390391
"Filesystem": "파일 시스템",
@@ -552,10 +553,10 @@
552553
"Source": "소스",
553554
"VolumeSnapshotContent": "볼륨 스냅샷 컨텐츠",
554555
"Snapshot content": "스냅샷 내용",
555-
"VerticalPodAutoscaler": "VerticalPodAutoscaler",
556556
"Recommended": "권장",
557557
"Container name": "컨테이너 이름",
558-
"No VerticalPodAutoscaler": "No VerticalPodAutoscaler",
558+
"VerticalPodAutoscalers": "VerticalPodAutoscalers",
559+
"No VerticalPodAutoscalers": "VerticalPodAutoscalers 없음",
559560
"Cluster": "클러스터",
560561
"Control Plane": "컨트롤 플레인",
561562
"Control Plane status": "컨트롤 플레인 상태",

frontend/packages/console-app/locales/zh/console-app.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Do not display notifications created by users for specific projects on the cluster overview page or notification drawer.": "在集群概述页面和通知项中不显示用户为特定项目创建的通知。",
3434
"Hide user workload notifications": "隐藏用户工作负载通知",
3535
"Home": "主页",
36-
"Operators": "Operators",
36+
"Operators": "Operator",
3737
"Workloads": "工作负载",
3838
"Networking": "网络",
3939
"Storage": "存储",
@@ -385,6 +385,7 @@
385385
"Reprovision pending": "等待重新置备",
386386
"Only one {{ machineHealthCheckLabel }} resource should match this node.": "只有一个 {{ machineHealthCheckLabel }} 资源应该与此节点匹配。",
387387
"Not configured": "未配置",
388+
"No conditions": "没有条件",
388389
"CPU": "CPU",
389390
"Memory": "内存",
390391
"Filesystem": "文件系统",
@@ -489,7 +490,7 @@
489490
"Continue": "继续",
490491
"Next": "下一个",
491492
"Close": "关闭",
492-
"Back": "前一个",
493+
"Back": "退回",
493494
"Restart": "重启",
494495
"In this quick start, you will complete {{count, number}} task_one": "在此快速开始中,您将完成 {{count, number}} 个任务",
495496
"In this quick start, you will complete {{count, number}} task_other": "在此快速开始中,您将完成 {{count, number}} 个任务",
@@ -552,10 +553,10 @@
552553
"Source": "",
553554
"VolumeSnapshotContent": "卷快照内容",
554555
"Snapshot content": "快照内容",
555-
"VerticalPodAutoscaler": "VerticalPodAutoscaler",
556556
"Recommended": "推荐的",
557557
"Container name": "容器名称",
558-
"No VerticalPodAutoscaler": "没有 VerticalPodAutoscaler",
558+
"VerticalPodAutoscalers": "VerticalPodAutoscalers",
559+
"No VerticalPodAutoscalers": "没有 VerticalPodAutoscalers",
559560
"Cluster": "集群",
560561
"Control Plane": "控制平面",
561562
"Control Plane status": "控制平面状态",

frontend/packages/console-shared/locales/ja/console-shared.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,12 @@
152152
"Switching to form view will delete any invalid YAML.": "フォームビューに切り替えると、無効な YAML が削除されます。",
153153
"Switch and delete": "切り替えおよび削除",
154154
"Form view is disabled for this chart because the schema is not available": "スキーマが使用できないため、このグラフではフォームビューが無効にされています",
155+
"Getting started resources": "スタートアップリソース",
156+
"Use our collection of resources to help you get started with the Console.": "リソースのコレクションを使用して、コンソールの使用を開始してください。",
157+
"More info": "詳細情報",
155158
"You can always bring these getting started resources back into view by clicking Show getting started resources in the page heading.": "ページ見出しの「スタートアップリソースの表示」をクリックして、常にこれらのスタートアップリソースをビューに戻すことができます。",
156159
"Hide from view": "ビューから非表示にする",
157-
"Getting started resources": "スタートアップリソース",
158160
"Use our collection of resources to help you get started with the Console.\n\nNote: This card can be hidden at any time.": "リソースのコレクションを使用して、コンソールの使用を開始してください。\n\n注: このカードはいつでも非表示にできます。",
159-
"More info": "詳細情報",
160161
"View all quick starts": "すべてのクイックスタートの表示",
161162
"Build with guided documentation": "ガイド付きドキュメントを使用したビルド",
162163
"Follow guided documentation to build applications and familiarize yourself with key features.": "ガイド付きドキュメントに従って、アプリケーションをビルドし、主要な機能について学習しましょう。",

frontend/packages/console-shared/locales/ko/console-shared.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,12 @@
152152
"Switching to form view will delete any invalid YAML.": "양식보기로 전환하면 잘못된 YAML이 삭제됩니다.",
153153
"Switch and delete": "전환 및 삭제",
154154
"Form view is disabled for this chart because the schema is not available": "스키마를 사용할 수 없기 때문에 이 차트에 대해 양식보기를 사용할 수 없습니다.",
155+
"Getting started resources": "시작하기 리소스",
156+
"Use our collection of resources to help you get started with the Console.": "리소스 모음을 사용하여 콘솔을 시작할 수 있습니다.",
157+
"More info": "더 많은 정보",
155158
"You can always bring these getting started resources back into view by clicking Show getting started resources in the page heading.": "페이지 제목에서 시작하기 리소스 표시를 클릭하여 이러한 시작하기 리소스를 다시 볼 수 있습니다.",
156159
"Hide from view": "보기에서 숨기기",
157-
"Getting started resources": "시작하기 리소스",
158160
"Use our collection of resources to help you get started with the Console.\n\nNote: This card can be hidden at any time.": "리소스 모음을 사용하여 콘솔을 시작할 수 있습니다.\n\n참고 :이 카드는 언제든지 숨길 수 있습니다.",
159-
"More info": "더 많은 정보",
160161
"View all quick starts": "모든 퀵스타트보기",
161162
"Build with guided documentation": "안내 문서를 사용하여 빌드",
162163
"Follow guided documentation to build applications and familiarize yourself with key features.": "안내 문서에 따라 애플리케이션을 빌드하고 주요 기능을 숙지하십시오.",

frontend/packages/console-shared/locales/zh/console-shared.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Actions": "操作",
2+
"Actions": "行动",
33
"An error occurred": "发生错误",
44
"Note: Some fields may not be represented in this form view. Please select \"YAML view\" for full control.": "注意:某些字段在此表单视图中可能无法表示。请选择使用“ YAML视图”。",
55
"Dev preview": "开发预览",
@@ -55,7 +55,7 @@
5555
"All {{status}}": "所有 {{status}}",
5656
"View all": "查看所有",
5757
"Unknown": "未知",
58-
"Pending": "待定",
58+
"Pending": "Pending",
5959
"Updating": "更新中",
6060
"Degraded": "降级",
6161
"Loading": "加载",
@@ -152,11 +152,12 @@
152152
"Switching to form view will delete any invalid YAML.": "切换到表单视图将删除所有无效的 YAML。",
153153
"Switch and delete": "切换和删除",
154154
"Form view is disabled for this chart because the schema is not available": "因为没有可用的 schema,所以此图表禁用了表单视图",
155+
"Getting started resources": "开始使用资源",
156+
"Use our collection of resources to help you get started with the Console.": "使用我们提供的资源集可以帮助您开始使用控制台。\n",
157+
"More info": "更多信息",
155158
"You can always bring these getting started resources back into view by clicking Show getting started resources in the page heading.": "您可以通过点击页面标题中的”显示开始使用资源”重新进入这些开始使用资源。",
156159
"Hide from view": "从视图隐藏",
157-
"Getting started resources": "开始使用资源",
158160
"Use our collection of resources to help you get started with the Console.\n\nNote: This card can be hidden at any time.": "使用我们提供的资源集可以帮助您开始使用控制台。\n\n请注意:这个卡可以随时被隐藏。",
159-
"More info": "更多信息",
160161
"View all quick starts": "查看所有快速开始",
161162
"Build with guided documentation": "使用指导文档进行构建",
162163
"Follow guided documentation to build applications and familiarize yourself with key features.": "请参阅指导文档来构建应用程序并熟悉主要功能。",

frontend/packages/knative-plugin/locales/zh/knative-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
"Show Response Headers": "显示响应标头",
294294
"Hide Response Headers": "隐藏响应标头",
295295
"Test": "测试",
296-
"Back": "前一个",
296+
"Back": "退回",
297297
"Close": "关闭",
298298
"Add Revision": "修订",
299299
"Split": "Split",

frontend/packages/kubevirt-plugin/locales/ja/kubevirt-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"Could not create Persistent volume claim": "永続ボリューム要求 (PVC) を作成できませんでした",
459459
"No base image specified": "指定されたベースイメージがありません",
460460
"You cannot add source to this template because it is missing base image specification.": "ベースイメージの仕様がないため、ソースをこのテンプレートに追加できません。",
461-
"This data can be found in <2>Storage &gt; Persistent volume claims &gt; {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.": "このデータは、<5>{baseImageNamespace}</5> プロジェクト下の <2>Storage &gt; Persistent volume claim &gt; {baseImageName}</2> にあります。",
461+
"This data can be found in <2>Storage > Persistent volume claims > {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.": "このデータは、<5>{baseImageNamespace}</5> プロジェクト下の <2>Storage > Persistent volume claim > {baseImageName}</2> にあります。",
462462
"Adding source is disabled because no storage classes were found in the cluster.": "ストレージクラスがクラスターにないため、ソースの追加は無効にされています。",
463463
"Customizing boot source will be available after the source is added": "ブートソースのカスタマイズは、ソースの追加後に利用できます。",
464464
"For customizing boot source, select \"Customize boot source\" from the template actions menu.": "ブートソースをカスタマイズするには、テンプレートのアクションメニューから「ブートソースのカスタマイズ」を選択します。",
@@ -900,7 +900,7 @@
900900
"ForkLift Instance is building...": "ForkLift インストールのビルド中...",
901901
"Migration Tool Operator required": "Migration Tool Operator が必要",
902902
"The Migration Toolkit operator is successfully installed, please deploy Migration Tool instance in order to use the Migration Toolkit": "Migration Toolkit Operator が正常にインストールされました。Migration Toolkit を使用するには、Migration Tool インスタンスをインストールしてください。",
903-
"The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -&gt; Create an instance. For more information please refer to the <6>official documentation</6>": "Migration Tool for Virtualization Operator は、複数の仮想マシンのワークロードの Openshift Virtualization への移行を容易にします。Install Migration Toolkit ボタンをクリックすると、<2>OperatorHub</2> に移動します。Operator のインストール後に、ForkliftController -&gt; インスタンスの作成 をクリックしてインスタンスをデプロイしてください。詳細は、<6>公式ドキュメント</6> を参照してください。",
903+
"The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -> Create an instance. For more information please refer to the <6>official documentation</6>": "Migration Tool for Virtualization Operator は、複数の仮想マシンのワークロードの Openshift Virtualization への移行を容易にします。Install Migration Toolkit ボタンをクリックすると、<2>OperatorHub</2> に移動します。Operator のインストール後に、ForkliftController -> インスタンスの作成 をクリックしてインスタンスをデプロイしてください。詳細は、<6>公式ドキュメント</6> を参照してください。",
904904
"The Migration Tool operator could not be installed because it is not available on the cluster": "Migration Tool Operator はクラスターで利用できないため、インストールできませんでした。",
905905
"Connect": "接続",
906906
"Disconnect": "接続の解除",

frontend/packages/kubevirt-plugin/locales/ko/kubevirt-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"Could not create Persistent volume claim": "영구 볼륨 클레임을 생성할 수 없습니다.",
459459
"No base image specified": "지정된 기본 이미지가 없습니다.",
460460
"You cannot add source to this template because it is missing base image specification.": "기본 이미지 사양이 없기 때문에이 템플릿에 소스를 추가할 수 없습니다.",
461-
"This data can be found in <2>Storage &gt; Persistent volume claims &gt; {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.": "이 데이터는 <5>{baseImageNamespace}</5> 프로젝트 아래의 <2>Storage &gt; Persistent volume claims &gt; {baseImageName}</2>에 있습니다.",
461+
"This data can be found in <2>Storage > Persistent volume claims > {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.": "이 데이터는 <5>{baseImageNamespace}</5> 프로젝트 아래의 <2>스토리지 > 영구 볼륨 클레임 > {baseImageName}</2>에 있습니다.",
462462
"Adding source is disabled because no storage classes were found in the cluster.": "클러스터에 스토리지 클래스가 없으므로 소스 추가가 비활성화되어 있습니다.",
463463
"Customizing boot source will be available after the source is added": "소스가 추가된 후 부팅 소스를 사용자 정의할 수 있습니다.",
464464
"For customizing boot source, select \"Customize boot source\" from the template actions menu.": "부팅 소스를 사용자 지정하려면 템플릿 작업 메뉴에서 “부팅 소스 사용자 지정”을 선택합니다.",
@@ -900,7 +900,7 @@
900900
"ForkLift Instance is building...": "ForkLift 인스턴스 빌드 중...",
901901
"Migration Tool Operator required": "마이그레이션 툴 Operator 필요",
902902
"The Migration Toolkit operator is successfully installed, please deploy Migration Tool instance in order to use the Migration Toolkit": "마이그레이션 툴킷 Operator가 성공적으로 설치되었습니다. 마이그레이션 툴킷을 사용하려면 마이그레이션 툴 인스턴스를 배포하십시오.",
903-
"The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -&gt; Create an instance. For more information please refer to the <6>official documentation</6>": "Virtualization Operator용 마이그레이션 툴을 사용하면 여러 가상 머신 워크로드를 Openshift Virtualization으로 마이그레이션할 수 있습니다. 마이그레이션 툴킷 설치 버튼을 클릭하면 <2>OperatorHub</2>로 이동합니다. Operator 설치 후 ForkliftController -&gt; 를 클릭하여 인스턴스를 배포하여 인스턴스를 만듭니다. 자세한 내용은 <6>공식 문서</6>에서 참조하십시오.",
903+
"The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -> Create an instance. For more information please refer to the <6>official documentation</6>": "Virtualization Operator용 마이그레이션 툴을 사용하면 여러 가상 머신 워크로드를 Openshift Virtualization으로 마이그레이션할 수 있습니다. 마이그레이션 툴킷 설치 버튼을 클릭하면 <2>OperatorHub</2>로 이동합니다. Operator 설치 후 ForkliftController -> 를 클릭하여 인스턴스를 배포하여 인스턴스를 만듭니다. 자세한 내용은 <6>공식 문서</6>에서 참조하십시오.",
904904
"The Migration Tool operator could not be installed because it is not available on the cluster": "마이그레이션 툴 Operator를 클러스터에서 사용할 수 없기 때문에 이를 설치할 수 없습니다.",
905905
"Connect": "연결",
906906
"Disconnect": "연결 해제",

0 commit comments

Comments
 (0)