Update messages
This commit is contained in:
parent
b21b746ee3
commit
f0b90318fd
1 changed files with 50 additions and 7 deletions
|
@ -292,6 +292,12 @@
|
|||
"context": "attributes section name",
|
||||
"string": "Attributes"
|
||||
},
|
||||
"src_dot_attributes_dot_attributeSlugUnique": {
|
||||
"string": "Attribute with this slug already exists"
|
||||
},
|
||||
"src_dot_attributes_dot_attributeValueAlreadyExists": {
|
||||
"string": "This value already exists within this attribute"
|
||||
},
|
||||
"src_dot_attributes_dot_components_dot_AttributeBulkDeleteDialog_dot_1184518529": {
|
||||
"context": "dialog content",
|
||||
"string": "{counter,plural,one{Are you sure you want to delete this attribute?} other{Are you sure you want to delete {displayQuantity} attributes?}}"
|
||||
|
@ -477,10 +483,6 @@
|
|||
"src_dot_attributes_dot_views_dot_AttributeCreate_dot_11941964": {
|
||||
"string": "Successfully created attribute"
|
||||
},
|
||||
"src_dot_attributes_dot_views_dot_AttributeCreate_dot_354316953": {
|
||||
"context": "attribute value edit error",
|
||||
"string": "A value named {name} already exists"
|
||||
},
|
||||
"src_dot_attributes_dot_views_dot_AttributeDetails_dot_423042761": {
|
||||
"context": "attribute value deleted",
|
||||
"string": "Value deleted"
|
||||
|
@ -836,9 +838,6 @@
|
|||
"src_dot_collections_dot_views_dot_1152429477": {
|
||||
"string": "Deleted collection"
|
||||
},
|
||||
"src_dot_collections_dot_views_dot_1597339737": {
|
||||
"string": "Created collection"
|
||||
},
|
||||
"src_dot_collections_dot_views_dot_2001540731": {
|
||||
"string": "Added product to collection"
|
||||
},
|
||||
|
@ -4745,6 +4744,50 @@
|
|||
"context": "button",
|
||||
"string": "Upload image"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_alreadyExists": {
|
||||
"context": "add authorization key error",
|
||||
"string": "Authorization key with this type already exists"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_attributeAlreadyAssigned": {
|
||||
"string": "This attribute has already been assigned to this product type"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_attributeCannotBeAssigned": {
|
||||
"string": "This attribute cannot be assigned to this product type"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_attributeVariantsDisabled": {
|
||||
"string": "Variants are disabled in this product type"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_graphqlError": {
|
||||
"string": "API error"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_invalid": {
|
||||
"string": "Invalid value"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_invalidPassword": {
|
||||
"string": "Invalid password"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_passwordNumeric": {
|
||||
"string": "Password cannot be entirely numeric"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_skuUnique": {
|
||||
"context": "bulk variant create error",
|
||||
"string": "SKUs must be unique"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_tooCommon": {
|
||||
"string": "This password is too commonly used"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_tooShort": {
|
||||
"string": "This password is too short"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_tooSimilar": {
|
||||
"string": "These passwords are too similar"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_unknownError": {
|
||||
"string": "Unknown error"
|
||||
},
|
||||
"src_dot_utils_dot_errors_dot_variantNoDigitalContent": {
|
||||
"string": "This variant does not have any digital content"
|
||||
},
|
||||
"src_dot_vouchers": {
|
||||
"context": "vouchers section name",
|
||||
"string": "Vouchers"
|
||||
|
|
Loading…
Reference in a new issue