|
|
@@ -1,22 +1,16 @@
|
|
|
{
|
|
|
"admin": {
|
|
|
- "ID": "ID",
|
|
|
"administrator": "Administrator",
|
|
|
"catalog": "Catalog",
|
|
|
- "code": "Code",
|
|
|
"create": "Create",
|
|
|
"create-new-administrator": "Create new administrator",
|
|
|
"create-new-role": "Create new role",
|
|
|
- "customer": "Read",
|
|
|
- "delete": "Update",
|
|
|
+ "customer": "Customer",
|
|
|
+ "delete": "Delete",
|
|
|
"description": "Delete",
|
|
|
"email-address": "Email address",
|
|
|
"first-name": "First name",
|
|
|
"last-name": "Last name",
|
|
|
- "notify-create-role-error": "An error occurred, could not create role",
|
|
|
- "notify-create-role-success": "Created new role",
|
|
|
- "notify-update-role-error": "An error occurred, could not create role",
|
|
|
- "notify-update-role-success": "Updated role",
|
|
|
"order": "Order",
|
|
|
"permissions": "Permissions",
|
|
|
"read": "Read",
|
|
|
@@ -32,10 +26,8 @@
|
|
|
"roles": "Roles"
|
|
|
},
|
|
|
"catalog": {
|
|
|
- "ID": "ID",
|
|
|
"add-facet-value": "Add facet value",
|
|
|
"apply-facets": "Apply facets",
|
|
|
- "code": "Code",
|
|
|
"confirm-generate-product-variants": "Click 'Finish' to generate {count} product variants.",
|
|
|
"create-group": "Create option group",
|
|
|
"create-new-facet": "Create new facet",
|
|
|
@@ -50,15 +42,6 @@
|
|
|
"generate-variants-default-only": "This product does not have options",
|
|
|
"generate-variants-with-options": "This product has options",
|
|
|
"name": "Name",
|
|
|
- "notify-create-facet-error": "An error occurred, could not create facet",
|
|
|
- "notify-create-facet-success": "Created new facet",
|
|
|
- "notify-create-new-option-group": "Created new option group",
|
|
|
- "notify-create-product-error": "An error occurred, could not create product",
|
|
|
- "notify-create-product-success": "Created new product",
|
|
|
- "notify-update-facet-error": "An error occurred, could not update facet\n\n { error }",
|
|
|
- "notify-update-facet-success": "Updated facet",
|
|
|
- "notify-update-product-error": "An error occurred, could not update product\n\n { error }",
|
|
|
- "notify-update-product-success": "Updated product",
|
|
|
"option-group-code": "Code",
|
|
|
"option-group-name": "Option group name",
|
|
|
"option-group-options-label": "Options",
|
|
|
@@ -78,8 +61,10 @@
|
|
|
"with-selected": "With selected"
|
|
|
},
|
|
|
"common": {
|
|
|
+ "ID": "ID",
|
|
|
"back": "Back",
|
|
|
"cancel": "Cancel",
|
|
|
+ "code": "Code",
|
|
|
"confirm": "Confirm",
|
|
|
"create": "Create",
|
|
|
"edit": "Edit",
|
|
|
@@ -89,6 +74,10 @@
|
|
|
"log-out": "Log out",
|
|
|
"login": "Log in",
|
|
|
"next": "Next",
|
|
|
+ "notify-create-error": "An error occurred, could not create { entity }\n\n { error }",
|
|
|
+ "notify-create-success": "Created new { entity }",
|
|
|
+ "notify-update-error": "An error occurred, could not update { entity }\n\n { error }",
|
|
|
+ "notify-update-success": "Updated { entity }",
|
|
|
"password": "Password",
|
|
|
"remember-me": "Remember me",
|
|
|
"update": "Update",
|