IO-1208 Update missing translation.

This commit is contained in:
Patrick Fic
2021-06-21 11:50:43 -07:00
parent d90a0cd0c8
commit 756e363e92
5 changed files with 30 additions and 4 deletions

View File

@@ -2543,6 +2543,27 @@
</translation>
</translations>
</concept_node>
<concept_node>
<name>reexport</name>
<definition_loaded>false</definition_loaded>
<description></description>
<comment></comment>
<default_text></default_text>
<translations>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-MX</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-CA</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
</children>
</folder_node>
<folder_node>

View File

@@ -47,7 +47,9 @@ export function BillMarkForReexportButton({ bodyshop, authLevel, bill }) {
});
if (!result.errors) {
notification["success"]({ message: t("bills.successes.save") });
notification["success"]({
message: t("bills.successes.reexport"),
});
} else {
notification["error"]({
message: t("bills.errors.saving", {

View File

@@ -165,7 +165,8 @@
"successes": {
"created": "Invoice added successfully.",
"deleted": "Bill deleted successfully.",
"exported": "Bill(s) exported successfully."
"exported": "Bill(s) exported successfully.",
"reexport": "Bill marked for re-export."
},
"validation": {
"manualinhouse": "Manual posting to the in house vendor is restricted. ",

View File

@@ -165,7 +165,8 @@
"successes": {
"created": "",
"deleted": "",
"exported": ""
"exported": "",
"reexport": ""
},
"validation": {
"manualinhouse": "",

View File

@@ -165,7 +165,8 @@
"successes": {
"created": "",
"deleted": "",
"exported": ""
"exported": "",
"reexport": ""
},
"validation": {
"manualinhouse": "",