IO-1208 Update missing translation.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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", {
|
||||
|
||||
@@ -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. ",
|
||||
|
||||
@@ -165,7 +165,8 @@
|
||||
"successes": {
|
||||
"created": "",
|
||||
"deleted": "",
|
||||
"exported": ""
|
||||
"exported": "",
|
||||
"reexport": ""
|
||||
},
|
||||
"validation": {
|
||||
"manualinhouse": "",
|
||||
|
||||
@@ -165,7 +165,8 @@
|
||||
"successes": {
|
||||
"created": "",
|
||||
"deleted": "",
|
||||
"exported": ""
|
||||
"exported": "",
|
||||
"reexport": ""
|
||||
},
|
||||
"validation": {
|
||||
"manualinhouse": "",
|
||||
|
||||
Reference in New Issue
Block a user