feature/IO-3254-Basic-Lite-Trial-Completion-User-Lockout - Translations
This commit is contained in:
@@ -16,5 +16,6 @@ export default connect(mapStateToProps, mapDispatchToProps)(ShopSubStatus);
|
|||||||
export function ShopSubStatus({ bodyshop }) {
|
export function ShopSubStatus({ bodyshop }) {
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const { sub_status } = bodyshop;
|
const { sub_status } = bodyshop;
|
||||||
return <Result status="403" title={t(`general.labels.sub_status.${sub_status}`)} />;
|
// ‘expired’ ‘trail-expired' are the valid sub_status values
|
||||||
|
return <Result status="403" title={t(`general.errors.sub_status.${sub_status}`)} />;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1230,7 +1230,11 @@
|
|||||||
"fcm": "You must allow notification permissions to have real time messaging. Click to try again.",
|
"fcm": "You must allow notification permissions to have real time messaging. Click to try again.",
|
||||||
"notfound": "No record was found.",
|
"notfound": "No record was found.",
|
||||||
"sizelimit": "The selected items exceed the size limit.",
|
"sizelimit": "The selected items exceed the size limit.",
|
||||||
"submit-for-testing": "Error submitting Job for testing."
|
"submit-for-testing": "Error submitting Job for testing.",
|
||||||
|
"sub_status": {
|
||||||
|
"expired": "The subscription for this shop has expired. Please contact technical support to reactivate.",
|
||||||
|
"trial-expired": "The trial for this shop has expired. Please contact technical support to reactivate."
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"itemtypes": {
|
"itemtypes": {
|
||||||
"contract": "CC Contract",
|
"contract": "CC Contract",
|
||||||
|
|||||||
@@ -1230,7 +1230,11 @@
|
|||||||
"fcm": "",
|
"fcm": "",
|
||||||
"notfound": "",
|
"notfound": "",
|
||||||
"sizelimit": "",
|
"sizelimit": "",
|
||||||
"submit-for-testing": ""
|
"submit-for-testing": "",
|
||||||
|
"sub_status": {
|
||||||
|
"expired": "",
|
||||||
|
"trial-expired": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"itemtypes": {
|
"itemtypes": {
|
||||||
"contract": "",
|
"contract": "",
|
||||||
|
|||||||
@@ -1230,7 +1230,11 @@
|
|||||||
"fcm": "",
|
"fcm": "",
|
||||||
"notfound": "",
|
"notfound": "",
|
||||||
"sizelimit": "",
|
"sizelimit": "",
|
||||||
"submit-for-testing": ""
|
"submit-for-testing": "",
|
||||||
|
"sub_status": {
|
||||||
|
"expired": "",
|
||||||
|
"trial-expired": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"itemtypes": {
|
"itemtypes": {
|
||||||
"contract": "",
|
"contract": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user