|
@@ -47,6 +47,7 @@ export default {
|
|
pleaseEnter: 'Please Enter',
|
|
pleaseEnter: 'Please Enter',
|
|
actions: 'operation',
|
|
actions: 'operation',
|
|
selectAll: 'Select All',
|
|
selectAll: 'Select All',
|
|
|
|
+ copy: 'Copy',
|
|
noData: 'There is currently no data available'
|
|
noData: 'There is currently no data available'
|
|
},
|
|
},
|
|
sys: {
|
|
sys: {
|
|
@@ -193,6 +194,8 @@ export default {
|
|
regularUser: 'Regular users',
|
|
regularUser: 'Regular users',
|
|
addBranchOffice: 'Add a branch office',
|
|
addBranchOffice: 'Add a branch office',
|
|
inviteNewColleagues: 'Invite new colleagues',
|
|
inviteNewColleagues: 'Invite new colleagues',
|
|
|
|
+ initiateInvitation: 'Initiate invitation',
|
|
|
|
+ invitationRecord: 'Invitation Record',
|
|
post: 'Post',
|
|
post: 'Post',
|
|
jobBinding: 'Job binding',
|
|
jobBinding: 'Job binding',
|
|
postNodataToAdd: 'There is currently no job data available, please add job data first',
|
|
postNodataToAdd: 'There is currently no job data available, please add job data first',
|