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",
|
"context": "button",
|
||||||
"string": "Choose photos"
|
"string": "Choose photos"
|
||||||
},
|
},
|
||||||
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1120495519": {
|
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_1222345317": {
|
||||||
"context": "default variant label",
|
"context": "default product variant indicator",
|
||||||
"string": "default"
|
"string": "Default"
|
||||||
},
|
},
|
||||||
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": {
|
"src_dot_products_dot_components_dot_ProductVariantNavigation_dot_2153006789": {
|
||||||
"context": "section header",
|
"context": "section header",
|
||||||
|
@ -4554,14 +4554,14 @@
|
||||||
"context": "product variant inventory",
|
"context": "product variant inventory",
|
||||||
"string": "Unavailable"
|
"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": {
|
"src_dot_products_dot_components_dot_ProductVariants_dot_1134347598": {
|
||||||
"context": "product variant price",
|
"context": "product variant price",
|
||||||
"string": "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": {
|
"src_dot_products_dot_components_dot_ProductVariants_dot_1252282784": {
|
||||||
"context": "product variant inventory",
|
"context": "product variant inventory",
|
||||||
"string": "{stockQuantity,plural,one{{stockQuantity} available} other{{stockQuantity} available}}"
|
"string": "{stockQuantity,plural,one{{stockQuantity} available} other{{stockQuantity} available}}"
|
||||||
|
|
|
@ -17,7 +17,7 @@ import classNames from "classnames";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { FormattedMessage, useIntl } from "react-intl";
|
import { FormattedMessage, useIntl } from "react-intl";
|
||||||
|
|
||||||
import { maybe, renderCollection } from "../../../misc";
|
import { renderCollection } from "../../../misc";
|
||||||
import { ProductVariantCreateData_product_variants } from "../../types/ProductVariantCreateData";
|
import { ProductVariantCreateData_product_variants } from "../../types/ProductVariantCreateData";
|
||||||
import { ProductVariantDetails_productVariant } from "../../types/ProductVariantDetails";
|
import { ProductVariantDetails_productVariant } from "../../types/ProductVariantDetails";
|
||||||
|
|
||||||
|
@ -118,8 +118,8 @@ const ProductVariantNavigation: React.FC<ProductVariantNavigationProps> = props
|
||||||
{isDefault && (
|
{isDefault && (
|
||||||
<span className={classes.defaultVariant}>
|
<span className={classes.defaultVariant}>
|
||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
defaultMessage: "default",
|
defaultMessage: "Default",
|
||||||
description: "default variant label"
|
description: "default product variant indicator"
|
||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -355,8 +355,8 @@ export const ProductVariants: React.FC<ProductVariantsProps> = props => {
|
||||||
{isDefault && (
|
{isDefault && (
|
||||||
<span className={classes.defaultVariant}>
|
<span className={classes.defaultVariant}>
|
||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
defaultMessage: "default",
|
defaultMessage: "Default",
|
||||||
description: "default variant label"
|
description: "default product variant indicator"
|
||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -146607,7 +146607,7 @@ Ctrl + K"
|
||||||
<span
|
<span
|
||||||
class="ProductVariants-defaultVariant-id"
|
class="ProductVariants-defaultVariant-id"
|
||||||
>
|
>
|
||||||
default
|
Default
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
|
@ -148901,7 +148901,7 @@ Ctrl + K"
|
||||||
<span
|
<span
|
||||||
class="ProductVariants-defaultVariant-id"
|
class="ProductVariants-defaultVariant-id"
|
||||||
>
|
>
|
||||||
default
|
Default
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
|
@ -159044,7 +159044,7 @@ Ctrl + K"
|
||||||
<span
|
<span
|
||||||
class="ProductVariants-defaultVariant-id"
|
class="ProductVariants-defaultVariant-id"
|
||||||
>
|
>
|
||||||
default
|
Default
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
|
@ -162966,7 +162966,7 @@ Ctrl + K"
|
||||||
<span
|
<span
|
||||||
class="ProductVariants-defaultVariant-id"
|
class="ProductVariants-defaultVariant-id"
|
||||||
>
|
>
|
||||||
default
|
Default
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
|
|
Loading…
Reference in a new issue