Add missing i18n key-value for helm chart (#18578)

1.Fixes #18572

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Shijun Sun 2023-04-23 15:03:04 +08:00 committed by GitHub
parent c453e6eb9c
commit dd973b1593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 107 additions and 19 deletions

View File

@ -254,11 +254,11 @@
<span *ngIf="totalCount"
>{{ pagination.firstItem + 1 }} -
{{ pagination.lastItem + 1 }}
{{ 'HELM_CHART.OF' | translate }}
{{ 'ARTIFACT.OF' | translate }}
</span>
<span
>{{ totalCount }}
{{ 'HELM_CHART.ITEMS' | translate }}</span
{{ 'ARTIFACT.ITEMS' | translate }}</span
>
</clr-dg-pagination>
</clr-dg-footer>

View File

@ -31,7 +31,7 @@
</clr-tab>
<clr-tab *ngIf="getSummary()">
<button clrTabLink id="summary-link">
{{ 'HELM_CHART.SUMMARY' | translate }}
{{ 'ARTIFACT.SUMMARY' | translate }}
</button>
<clr-tab-content id="summary-content" *clrIfActive>
<hbr-artifact-summary
@ -40,7 +40,7 @@
</clr-tab>
<clr-tab *ngIf="getDependencies()">
<button clrTabLink id="depend-link">
{{ 'HELM_CHART.DEPENDENCIES' | translate }}
{{ 'ARTIFACT.DEPENDENCIES' | translate }}
</button>
<clr-tab-content id="depend-content" *clrIfActive>
<hbr-artifact-dependencies
@ -51,7 +51,7 @@
</clr-tab>
<clr-tab *ngIf="getValues()">
<button clrTabLink id="value-link">
{{ 'HELM_CHART.VALUES' | translate }}
{{ 'ARTIFACT.VALUES' | translate }}
</button>
<clr-tab-content id="value-content" *clrIfActive>
<hbr-artifact-values

View File

@ -1,7 +1,7 @@
<clr-datagrid [clrDgLoading]="loading">
<clr-dg-column>{{ 'HELM_CHART.NAME' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'HELM_CHART.VERSION' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'HELM_CHART.REPO' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'ARTIFACT.NAME' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'ARTIFACT.VERSION' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'ARTIFACT.REPO' | translate }}</clr-dg-column>
<clr-dg-row
*clrDgItems="let dep of dependencyList"
[clrDgItem]="dep"

View File

@ -4,7 +4,7 @@
*ngIf="readme"
class="md-div"
[innerHTML]="readme | markdown"></div>
<div *ngIf="!readme">{{ 'HELM_CHART.NO_README' | translate }}</div>
<div *ngIf="!readme">{{ 'ARTIFACT.NO_README' | translate }}</div>
</div>
</div>
<div *ngIf="loading" class="clr-row mt-3 center">

View File

@ -1,9 +1,9 @@
<div class="row flex-items-xs-between values-header">
<div *ngIf="valueMode" class="title-container">
<label>{{ 'HELM_CHART.SHOW_KV' | translate }}</label>
<label>{{ 'ARTIFACT.SHOW_KV' | translate }}</label>
</div>
<div *ngIf="!valueMode" class="title-container">
<label>{{ 'HELM_CHART.SHOW_YAML' | translate }}</label>
<label>{{ 'ARTIFACT.SHOW_YAML' | translate }}</label>
</div>
<div class="switch-container">
<span

View File

@ -1057,7 +1057,18 @@
"UNTAGGED": "Untagged",
"ALL": "Alle",
"PLACEHOLDER": "Keine Artefakte gefunden!",
"SCAN_UNSUPPORTED": "Nicht unterstützt"
"SCAN_UNSUPPORTED": "Nicht unterstützt",
"SUMMARY": "Zusammenfassung",
"DEPENDENCIES": "Dependencies",
"VALUES": "Values",
"NAME": "Name",
"REPO": "Repository",
"OF": "von",
"VERSION": "Version",
"NO_README": "Kein Readme für dieses Chart verfügbar.",
"ITEMS": "Einträge",
"SHOW_KV": "Key/Value-Paare",
"SHOW_YAML": "YAML Datei"
},
"TAG": {
"CREATION_TIME_PREFIX": "Erstellt am",

View File

@ -1057,7 +1057,18 @@
"UNTAGGED": "Untagged",
"ALL": "All",
"PLACEHOLDER": "We couldn't find any artifacts!",
"SCAN_UNSUPPORTED": "Unsupported"
"SCAN_UNSUPPORTED": "Unsupported",
"SUMMARY": "Summary",
"DEPENDENCIES": "Dependencies",
"VALUES": "Values",
"NAME": "Name",
"REPO": "Repository",
"OF": "of",
"VERSION": "Version",
"NO_README": "No readme file provided by this chart.",
"ITEMS": "items",
"SHOW_KV": "Key Value Pairs",
"SHOW_YAML": "YAML File"
},
"TAG": {
"CREATION_TIME_PREFIX": "Create on",

View File

@ -1056,7 +1056,18 @@
"UNTAGGED": "Untagged",
"ALL": "All",
"PLACEHOLDER": "We couldn't find any artifacts!",
"SCAN_UNSUPPORTED": "Unsupported"
"SCAN_UNSUPPORTED": "Unsupported",
"SUMMARY": "Summary",
"DEPENDENCIES": "Dependencies",
"VALUES": "Values",
"NAME": "Name",
"REPO": "Repository",
"OF": "of",
"VERSION": "Version",
"NO_README": "No readme file provided by this chart.",
"ITEMS": "items",
"SHOW_KV": "Key Value Pairs",
"SHOW_YAML": "YAML File"
},
"TAG": {
"CREATION_TIME_PREFIX": "Create on",

View File

@ -1029,7 +1029,18 @@
"UNTAGGED": "Non tagué",
"ALL": "Tous",
"PLACEHOLDER": "Nous n'avons trouvé aucun artefact !",
"SCAN_UNSUPPORTED": "Non supporté"
"SCAN_UNSUPPORTED": "Non supporté",
"SUMMARY": "Résumé",
"DEPENDENCIES": "Dépendances",
"VALUES": "Valeurs",
"NAME": "Nom",
"REPO": "Dépôt",
"OF": "sur",
"VERSION": "Version",
"NO_README": "No readme file provided by this chart.",
"ITEMS": "items",
"SHOW_KV": "Paires Clé/Valeur",
"SHOW_YAML": "Fichier YAML"
},
"TAG": {
"CREATION_TIME_PREFIX": "Créé le",

View File

@ -1054,7 +1054,18 @@
"UNTAGGED": "Sem Tag",
"ALL": "Todos",
"PLACEHOLDER": "Nenhum artefato encontrado!",
"SCAN_UNSUPPORTED": "Não pode ser examinada"
"SCAN_UNSUPPORTED": "Não pode ser examinada",
"SUMMARY": "Resumo",
"DEPENDENCIES": "Dependências",
"VALUES": "Valores",
"NAME": "Nome",
"REPO": "Repositório",
"OF": "de",
"VERSION": "Versão",
"NO_README": "Nenhum arquivo de README fornecido por esse chart.",
"ITEMS": "itens",
"SHOW_KV": "Pares chave-valor",
"SHOW_YAML": "Arquivo YAML"
},
"TAG": {
"CREATION_TIME_PREFIX": "Criada em",

View File

@ -1057,7 +1057,18 @@
"UNTAGGED": "Untagged",
"ALL": "All",
"PLACEHOLDER": "We couldn't find any artifacts!",
"SCAN_UNSUPPORTED": "Unsupported"
"SCAN_UNSUPPORTED": "Unsupported",
"SUMMARY": "Özet",
"DEPENDENCIES": "Bağımlılıklar",
"VALUES": "Değerler",
"NAME": "İsim",
"REPO": "Depo",
"OF": "of",
"VERSION": "Versiyon",
"NO_README": "Bu tablo tarafından sağlanan beni oku dosyası yok.",
"ITEMS": "öğeler",
"SHOW_KV": "Anahtar Değer Çiftleri",
"SHOW_YAML": "YAML Dosyası"
},
"TAG": {
"CREATION_TIME_PREFIX": "Oluştur",

View File

@ -1056,7 +1056,18 @@
"UNTAGGED": "不含有 Tag",
"ALL": "所有",
"PLACEHOLDER": "未发现任何 artifacts!",
"SCAN_UNSUPPORTED": "不支持扫描"
"SCAN_UNSUPPORTED": "不支持扫描",
"SUMMARY": "概要",
"DEPENDENCIES": "依赖",
"VALUES": "取值",
"NAME": "名称",
"REPO": "仓库",
"OF": "共计",
"VERSION": "版本",
"NO_README": "此Chart未提供README文件",
"ITEMS": "条记录",
"SHOW_KV": "展示健值对",
"SHOW_YAML": "展示YAML文件"
},
"TAG": {
"CREATION_TIME_PREFIX": "创建时间:",

View File

@ -1052,7 +1052,18 @@
"UNTAGGED": "不含有Tag",
"ALL": "所有",
"PLACEHOLDER": "未發現任何artifacts!",
"SCAN_UNSUPPORTED": "不支持掃描"
"SCAN_UNSUPPORTED": "不支持掃描",
"SUMMARY": "概要",
"DEPENDENCIES": "依賴",
"VALUES": "取值",
"NAME": "名稱",
"REPO": "倉庫",
"OF": "共計",
"VERSION": "版本",
"NO_README": "此Chart未提供README文件",
"ITEMS": "條記錄",
"SHOW_KV": "展示健值對",
"SHOW_YAML": "展示YAML文件"
},
"TAG": {
"CREATION_TIME_PREFIX": "創建時間:",