codevdesign 0.0.56 → 0.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/composants/csqcRecherche.vue +1 -0
- package/locales/en.json +17 -4
- package/locales/fr.json +12 -12
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -25,6 +25,19 @@
|
|
|
25
25
|
"supprimer": "Delete",
|
|
26
26
|
"televerser": "Upload"
|
|
27
27
|
},
|
|
28
|
+
"csqcMenu": {
|
|
29
|
+
"deconnexion": "Logout"
|
|
30
|
+
},
|
|
31
|
+
"csqcRechercheUtilisateur": {
|
|
32
|
+
"ajouterUtilisateurInfo": "Vous pouvez entrer ici l'identifiant Office 365 ou le matricule de l'employé. Puis cliquez sur la loupe. Si cette information se trouve dans le système de paie, l'utilisateur sera ajouté. Notez que l'utilisateur doit avoir une adresse électronique du portail valide dans le système de paie.",
|
|
33
|
+
"aucunEmploi": "Aucun emploi trouvé",
|
|
34
|
+
"corpsEmploi": "Corps d'emploi",
|
|
35
|
+
"identifiantOuMatricule": "Identifiant Office 365 ou matricule",
|
|
36
|
+
"placeholderRechercheUtilisateur": "Rechercher un utilisateur",
|
|
37
|
+
"revenirRecherche": "Revenir à la recherche",
|
|
38
|
+
"utilisateurIntrouvable": "L'employé recherché est introuvable",
|
|
39
|
+
"utilisateurs": "Employé"
|
|
40
|
+
},
|
|
28
41
|
"label": {
|
|
29
42
|
"actif": "Active",
|
|
30
43
|
"fermer": "Close",
|
|
@@ -34,10 +47,10 @@
|
|
|
34
47
|
"rechercher": "Search"
|
|
35
48
|
},
|
|
36
49
|
"message": {
|
|
37
|
-
"supprimerMessage": "Are you sure you want to delete {nom}?",
|
|
38
|
-
"supprimerTitre": "Delete confirmation!",
|
|
39
50
|
"chaiseSelection": "No selection for this unit",
|
|
40
|
-
"chaiseSelectionToutes": "Please make a selection for all units."
|
|
51
|
+
"chaiseSelectionToutes": "Please make a selection for all units.",
|
|
52
|
+
"supprimerMessage": "Are you sure you want to delete {nom}?",
|
|
53
|
+
"supprimerTitre": "Delete confirmation!"
|
|
41
54
|
},
|
|
42
55
|
"pivEntete": {
|
|
43
56
|
"langue": "Français"
|
|
@@ -50,4 +63,4 @@
|
|
|
50
63
|
"selectionner": "Select"
|
|
51
64
|
}
|
|
52
65
|
}
|
|
53
|
-
}
|
|
66
|
+
}
|
package/locales/fr.json
CHANGED
|
@@ -25,15 +25,18 @@
|
|
|
25
25
|
"supprimer": "Supprimer",
|
|
26
26
|
"televerser": "Téléverser"
|
|
27
27
|
},
|
|
28
|
+
"csqcMenu": {
|
|
29
|
+
"deconnexion": "Déconnexion"
|
|
30
|
+
},
|
|
28
31
|
"csqcRechercheUtilisateur": {
|
|
29
|
-
"ajouterUtilisateurInfo": "
|
|
30
|
-
"aucunEmploi": "
|
|
31
|
-
"corpsEmploi": "
|
|
32
|
-
"identifiantOuMatricule": "
|
|
33
|
-
"placeholderRechercheUtilisateur": "
|
|
34
|
-
"revenirRecherche": "
|
|
35
|
-
"utilisateurIntrouvable": "
|
|
36
|
-
"utilisateurs": "
|
|
32
|
+
"ajouterUtilisateurInfo": "You can enter the Office 365 ID or the employee number here, then click the magnifying glass. If this information exists in the payroll system, the user will be added. Note that the user must have a valid portal email address in the payroll system.",
|
|
33
|
+
"aucunEmploi": "No job found",
|
|
34
|
+
"corpsEmploi": "Job title",
|
|
35
|
+
"identifiantOuMatricule": "Office 365 ID or employee number",
|
|
36
|
+
"placeholderRechercheUtilisateur": "Search for a user",
|
|
37
|
+
"revenirRecherche": "Back to search",
|
|
38
|
+
"utilisateurIntrouvable": "The employee could not be found",
|
|
39
|
+
"utilisateurs": "Employee"
|
|
37
40
|
},
|
|
38
41
|
"label": {
|
|
39
42
|
"actif": "Actif",
|
|
@@ -52,9 +55,6 @@
|
|
|
52
55
|
"pivEntete": {
|
|
53
56
|
"langue": "English"
|
|
54
57
|
},
|
|
55
|
-
"csqcMenu": {
|
|
56
|
-
"deconnexion": "Déconnexion"
|
|
57
|
-
},
|
|
58
58
|
"pivFooter": {
|
|
59
59
|
"logoAlt": ""
|
|
60
60
|
},
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
"selectionner": "Sélectionner"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
}
|
|
66
|
+
}
|