Missed in last commit
This commit is contained in:
@@ -92,6 +92,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>validation</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>
|
</children>
|
||||||
</folder_node>
|
</folder_node>
|
||||||
<folder_node>
|
<folder_node>
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"deleting": "Error encountered while deleting allocation. {{message}}",
|
"deleting": "Error encountered while deleting allocation. {{message}}",
|
||||||
"saving": "Error while allocating. {{message}}"
|
"saving": "Error while allocating. {{message}}",
|
||||||
|
"validation": "Please ensure all fields are entered correctly. "
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"employee": "Allocated To"
|
"employee": "Allocated To"
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"deleting": "",
|
"deleting": "",
|
||||||
"saving": ""
|
"saving": "",
|
||||||
|
"validation": ""
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"employee": "Asignado a"
|
"employee": "Asignado a"
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"deleting": "",
|
"deleting": "",
|
||||||
"saving": ""
|
"saving": "",
|
||||||
|
"validation": ""
|
||||||
},
|
},
|
||||||
"fields": {
|
"fields": {
|
||||||
"employee": "Alloué à"
|
"employee": "Alloué à"
|
||||||
|
|||||||
Reference in New Issue
Block a user