Skip to content

Commit

Permalink
Merge pull request #60 from vikram-raj/add-locale-files
Browse files Browse the repository at this point in the history
ODC-7515: add locale files for ja, ko, and zh
  • Loading branch information
openshift-merge-bot[bot] authored Feb 5, 2024
2 parents e85dd2e + 264d570 commit 9facb38
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions locales/ja/plugin__pipeline-console-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Pipeline": "Pipeline",
"Pipelines": "Pipelines",
"Repository": "Repository",
"Repositories": "Repositories",
"Metrics": "Metrics",
"Duration": "期間",
"Last run time": "最終実行時刻",
"Number of PipelineRuns": "PipelineRuns の数",
"Refresh Interval": "更新間隔",
"Time Range": "時間の範囲",
"TektonResult": "TektonResult",
"TektonResults": "TektonResults",
"Succeeded": "成功",
"Failed": "失敗",
"Running": "実行中",
"Cancelled": "キャンセル済み",
"Pending": "保留中"
}
19 changes: 19 additions & 0 deletions locales/ko/plugin__pipeline-console-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Pipeline": "파이프라인",
"Pipelines": "파이프라인",
"Repository": "리포지터리",
"Repositories": "리포지토리",
"Metrics": "메트릭",
"Duration": "기간",
"Last run time": "마지막 실행 시간",
"Number of PipelineRuns": "파이프 라인 실행 수",
"Refresh Interval": "새로 고침 간격",
"Time Range": "시간 범위",
"TektonResult": "TektonResult",
"TektonResults": "TektonResults",
"Succeeded": "성공",
"Failed": "실패",
"Running": "실행 중",
"Cancelled": "취소",
"Pending": "보류"
}
19 changes: 19 additions & 0 deletions locales/zh/plugin__pipeline-console-plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"Pipeline": "管道",
"Pipelines": "管道",
"Repository": "软件仓库",
"Repositories": "存储库",
"Metrics": "指标",
"Duration": "持续时间",
"Last run time": "最后运行时间",
"Number of PipelineRuns": "管道运行数量",
"Refresh Interval": "刷新间隔",
"Time Range": "时间范围",
"TektonResult": "TektonResult",
"TektonResults": "TektonResults",
"Succeeded": "成功",
"Failed": "失败",
"Running": "运行",
"Cancelled": "取消",
"Pending": "Pending"
}

0 comments on commit 9facb38

Please sign in to comment.