Update translation contextCo-authored-by: Patryk Zawadzki <81205+patrys@users.noreply.github.com>
This commit is contained in:
parent
6275f257ac
commit
10c44d3ac5
4 changed files with 16 additions and 16 deletions
|
@ -4516,9 +4516,9 @@
|
|||
"context": "button",
|
||||
"string": "Choose photos"
|
||||
},
|
||||
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1120495519": {
|
||||
"context": "default variant label",
|
||||
"string": "default"
|
||||
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": {
|
||||
"context": "default product variant indicator",
|
||||
"string": "Default"
|
||||
},
|
||||
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": {
|
||||
"context": "section header",
|
||||
|
@ -4554,14 +4554,14 @@
|
|||
"context": "product variant inventory",
|
||||
"string": "Unavailable"
|
||||
},
|
||||
"src_dot_products_dot_components_dot_ProductVariants_dot_1120495519": {
|
||||
"context": "default variant label",
|
||||
"string": "default"
|
||||
},
|
||||
"src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": {
|
||||
"context": "product variant price",
|
||||
"string": "Price"
|
||||
},
|
||||
"src_dot_products_dot_components_dot_ProductVariants_dot_1222345317": {
|
||||
"context": "default product variant indicator",
|
||||
"string": "Default"
|
||||
},
|
||||
"src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": {
|
||||
"context": "product variant inventory",
|
||||
"string": "{stockQuantity,plural,one{{stockQuantity} available} other{{stockQuantity} available}}"
|
||||
|
|
|
@ -17,7 +17,7 @@ import classNames from "classnames";
|
|||
import React from "react";
|
||||
import { FormattedMessage, useIntl } from "react-intl";
|
||||
|
||||
import { maybe, renderCollection } from "../../../misc";
|
||||
import { renderCollection } from "../../../misc";
|
||||
import { ProductVariantCreateData_product_variants } from "../../types/ProductVariantCreateData";
|
||||
import { ProductVariantDetails_productVariant } from "../../types/ProductVariantDetails";
|
||||
|
||||
|
@ -118,8 +118,8 @@ const ProductVariantNavigation: React.FC<ProductVariantNavigationProps> = props
|
|||
{isDefault && (
|
||||
<span className={classes.defaultVariant}>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "default",
|
||||
description: "default variant label"
|
||||
defaultMessage: "Default",
|
||||
description: "default product variant indicator"
|
||||
})}
|
||||
</span>
|
||||
)}
|
||||
|
|
|
@ -355,8 +355,8 @@ export const ProductVariants: React.FC<ProductVariantsProps> = props => {
|
|||
{isDefault && (
|
||||
<span className={classes.defaultVariant}>
|
||||
{intl.formatMessage({
|
||||
defaultMessage: "default",
|
||||
description: "default variant label"
|
||||
defaultMessage: "Default",
|
||||
description: "default product variant indicator"
|
||||
})}
|
||||
</span>
|
||||
)}
|
||||
|
|
|
@ -146607,7 +146607,7 @@ Ctrl + K"
|
|||
<span
|
||||
class="ProductVariants-defaultVariant-id"
|
||||
>
|
||||
default
|
||||
Default
|
||||
</span>
|
||||
</td>
|
||||
<td
|
||||
|
@ -148901,7 +148901,7 @@ Ctrl + K"
|
|||
<span
|
||||
class="ProductVariants-defaultVariant-id"
|
||||
>
|
||||
default
|
||||
Default
|
||||
</span>
|
||||
</td>
|
||||
<td
|
||||
|
@ -159044,7 +159044,7 @@ Ctrl + K"
|
|||
<span
|
||||
class="ProductVariants-defaultVariant-id"
|
||||
>
|
||||
default
|
||||
Default
|
||||
</span>
|
||||
</td>
|
||||
<td
|
||||
|
@ -162966,7 +162966,7 @@ Ctrl + K"
|
|||
<span
|
||||
class="ProductVariants-defaultVariant-id"
|
||||
>
|
||||
default
|
||||
Default
|
||||
</span>
|
||||
</td>
|
||||
<td
|
||||
|
|
Loading…
Reference in a new issue