Skip to content

Commit

Permalink
fix(admin-ui): Fix tab label for product detail component
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 9, 2023
1 parent dae3e93 commit cb81848
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 21 deletions.
38 changes: 19 additions & 19 deletions packages/admin-ui/i18n-coverage.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,69 @@
{
"generatedOn": "2023-06-07T10:58:56.560Z",
"lastCommit": "2206a5b863a454e9fc88412a5feb5a1c7509bcba",
"generatedOn": "2023-06-09T09:28:06.112Z",
"lastCommit": "dae3e93af527fd2696214700896ba577566ae12a",
"translationStatus": {
"cs": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 544,
"percentage": 74
},
"de": {
"tokenCount": 735,
"translatedCount": 527,
"percentage": 72
"tokenCount": 736,
"translatedCount": 538,
"percentage": 73
},
"en": {
"tokenCount": 735,
"translatedCount": 734,
"tokenCount": 736,
"translatedCount": 735,
"percentage": 100
},
"es": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 569,
"percentage": 77
},
"fr": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 564,
"percentage": 77
},
"it": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 568,
"percentage": 77
},
"pl": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 378,
"percentage": 51
},
"pt_BR": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 542,
"percentage": 74
},
"pt_PT": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 577,
"percentage": 79
"percentage": 78
},
"ru": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 567,
"percentage": 77
},
"uk": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 567,
"percentage": 77
},
"zh_Hans": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 513,
"percentage": 70
},
"zh_Hant": {
"tokenCount": 735,
"tokenCount": 736,
"translatedCount": 358,
"percentage": 49
}
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/lib/catalog/src/catalog.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class CatalogModule {
pageService.registerPageTab({
priority: 0,
location: 'product-detail',
tab: _('catalog.products'),
tab: _('catalog.product'),
route: '',
component: detailComponentWithResolver({
component: ProductDetailComponent,
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Včetně daně { rate }%",
"price-with-tax-in-default-zone": "Včetně { rate }% daně: { price }",
"private": "Soukromý",
"product": "",
"product-name": "Jméno produktu",
"product-options": "",
"product-variant-exists": "",
Expand Down
3 changes: 2 additions & 1 deletion packages/admin-ui/src/lib/static/i18n-messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Einschließlich Steuer von { rate }%",
"price-with-tax-in-default-zone": "Inkl. { rate }% Steuer: { price }",
"private": "Privat",
"product": "",
"product-name": "Produktname",
"product-options": "",
"product-variant-exists": "",
Expand Down Expand Up @@ -766,4 +767,4 @@
"job-result": "Job-Ergebnis",
"job-state": "Job-Status"
}
}
}
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Includes tax at { rate }%",
"price-with-tax-in-default-zone": "Inc. { rate }% tax: { price }",
"private": "Private",
"product": "Product",
"product-name": "Product name",
"product-options": "Product options",
"product-variant-exists": "A product variant with these options already exists",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Los precios incluyen impuestos: { rate }%",
"price-with-tax-in-default-zone": "Precio con { rate }% impuestos: { price }",
"private": "Privado",
"product": "",
"product-name": "Nombre del producto",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Taxes incluses à { rate }%",
"price-with-tax-in-default-zone": "{ rate }% taxe Inc. : { price }",
"private": "Privé",
"product": "",
"product-name": "Nom du produit",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Include tasse al { rate }%",
"price-with-tax-in-default-zone": "Inc. { rate }% di tasse: { price }",
"private": "Privato",
"product": "",
"product-name": "Nome del Prodotto",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Zawiera podatek { rate }%",
"price-with-tax-in-default-zone": "Zawiera { rate }% podatku: { price }",
"private": "Prywatne",
"product": "",
"product-name": "Nazwa produktu",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Inclui { rate }% de imposto",
"price-with-tax-in-default-zone": "Incuído { rate }% de imposto: { price }",
"private": "Privado",
"product": "",
"product-name": "Nome do produto",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/pt_PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Inclui { rate }% de imposto",
"price-with-tax-in-default-zone": "Inclui { rate }% de imposto: { price }",
"private": "Privado",
"product": "",
"product-name": "Nome do produto",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Включает налог в { rate }%",
"price-with-tax-in-default-zone": "Вкл. { rate }% налог: { price }",
"private": "Частный",
"product": "",
"product-name": "Имя товара",
"product-options": "",
"product-variant-exists": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "Включає податок в { rate }%",
"price-with-tax-in-default-zone": "Вкл. { rate }% податок: { price }",
"private": "Приватний",
"product": "",
"product-name": "Ім'я товару",
"product-options": "",
"product-variant-exists": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "含税{ rate }%",
"price-with-tax-in-default-zone": "含税{ rate }% 价格{ price }",
"private": "隐藏",
"product": "",
"product-name": "商品名称",
"product-options": "",
"product-variant-exists": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"price-includes-tax-at": "連税{ rate }%",
"price-with-tax-in-default-zone": "連税{ rate }% 價格{ price }",
"private": "隱藏",
"product": "",
"product-name": "商品名稱",
"product-options": "",
"product-variant-exists": "",
Expand Down

0 comments on commit cb81848

Please sign in to comment.