add logout logic and wip recap
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
"edit form": "edit contract form",
|
||||
"form name": "contract form name",
|
||||
"contract season": "contract season",
|
||||
"contract season recommandation": "recommendation: <Season>-<year> (Example: Winter-2025)",
|
||||
"contract season recommandation": "recommendation: <Season>-<year> (Example: Winter-2025), if a form is already created, reuse it's season name.",
|
||||
"start date": "start date",
|
||||
"end date": "end date",
|
||||
"nothing found": "nothing to display",
|
||||
@@ -58,6 +58,7 @@
|
||||
"quantity unit": "quantity unit",
|
||||
"unit": "sales unit",
|
||||
"price": "price",
|
||||
"total price": "total price",
|
||||
"create product": "create product",
|
||||
"informations": "information",
|
||||
"remove product": "remove product",
|
||||
@@ -72,6 +73,13 @@
|
||||
"shipment products is necessary only for occasional products (if all products are recurrent leave empty)": "shipment products configuration is only necessary for occasional products (leave empty if all products are recurrent).",
|
||||
"recurrent product is for all shipments, occasional product is for a specific shipment (see shipment form)": "recurrent products are for all shipments, occasional products are for a specific shipment (see shipment form).",
|
||||
"some contracts require a minimum value per shipment, ignore this field if it's not the case": "some contracts require a minimum value per shipment. Ignore this field if it does not apply to your contract.",
|
||||
"export contracts": "export contracts",
|
||||
"download recap": "download recap",
|
||||
"to export contracts submissions before sending to the productor go to the contracts section": "to export contracts submissions before sending to the productor go to the contracts section.",
|
||||
"in this page you can view all contracts submissions, you can remove duplicates submission or download a specific contract": "in this page you can view all contracts submissions, you can remove duplicates submission or download a specific contract",
|
||||
"you can download all contracts for your form using the export all": "you can download all contracts for your form using the export all",
|
||||
"in the same corner you can download a recap by clicking on the button": "in the same corner you can download a recap by clicking on the",
|
||||
"once all contracts downloaded, you can delete the form (to avoid new submissions) and hide it from the home page": "once all contracts downloaded, you can delete the form (to avoid new submissions) and hide it from the home page",
|
||||
"contracts": "contracts",
|
||||
"minimum price for this shipment should be at least": "minimum price for this shipment should be at least",
|
||||
"there is": "there is",
|
||||
@@ -130,7 +138,7 @@
|
||||
"to add a use the": "to add {{section}} use the button",
|
||||
"to edit a use the": "to edit {{section}} use the button",
|
||||
"to delete a use the": "to delete {{section}} use the button",
|
||||
"button in top left of the page": "at the top left of the {{section}} page.",
|
||||
"button in top right of the page": "at the top right of the {{section}} page.",
|
||||
"button in front of the line you want to edit": "in front of the line you want to edit (in the actions column).",
|
||||
"button in front of the line you want to delete": "in front of the line you want to delete (in the actions column).",
|
||||
"glossary": "glossary",
|
||||
@@ -188,6 +196,10 @@
|
||||
"enter payment method": "select your payment method",
|
||||
"number of cheques between 1 and 3 cheques also enter your cheques identifiers, value is calculated automatically": "number of cheques between 1 and 3. Also enter cheque identifiers.",
|
||||
"payment method": "payment method",
|
||||
"your session has expired please log in again": "your session has expired please log in again",
|
||||
"session expired": "session expired",
|
||||
"user not allowed": "user not allowed",
|
||||
"your keycloak user has no roles, please contact your administrator": "your keycloak user has no roles, please contact your administrator",
|
||||
"choose payment method": "choose your payment method (you do not need to pay now).",
|
||||
"the product unit will be assigned to the quantity requested in the form": "the product unit defines the unit used in the contract form.",
|
||||
"all theses informations are for contract generation": "all this information is required for contract generation."
|
||||
|
||||
Reference in New Issue
Block a user