diff --git a/src/i18n/en-ca/index.ts b/src/i18n/en-ca/index.ts index 8112f96..de9a547 100644 --- a/src/i18n/en-ca/index.ts +++ b/src/i18n/en-ca/index.ts @@ -8,15 +8,16 @@ export default { dashboard: { title: "Home Page", news_feed: "News Feed", - chat_bot: "Technical chat-bot" + chat_bot: "Technical chat-bot", + notification: "Notifications", }, personal_profile: { - title: "Section << Personnal Profile >>", + title: "Personnal Profile", personal_info: "Personal informations", professional_info: "Professional informations", }, timesheets: { - title: "Section << Timesheet >>", + title: "Timesheet", create_shift: "Add a new shift", update_shift: "Update an existing shift", delete_shift: "Removing a shift from the timesheet", @@ -24,14 +25,14 @@ export default { create_expense: "Add a new expense", update_expense: "Update an existing expense", delete_expense: "Removing an expense from the list", - + }, employee_list: { - title: "Section << Employee List >>", + title: "Employee List", terminated_employees: "Inactive employees", }, employee_management: { - title: "Section << Employee Management >>", + title: "Employee Management", create_employee: "Creating a new employee", update_employee: "Updating an existing employee's informations", module_access: "App managing access tool", @@ -39,7 +40,7 @@ export default { terminating_employee: "terminate an employee", }, timesheets_approval: { - title: "Section << Timesheets approval >>", + title: "Timesheets approval", approval: "timesheet approvals", inspect: "Inspect timesheets", comment_expense: "Commenting an expense", diff --git a/src/i18n/fr-ca/index.ts b/src/i18n/fr-ca/index.ts index c1c0b0f..d9931b2 100644 --- a/src/i18n/fr-ca/index.ts +++ b/src/i18n/fr-ca/index.ts @@ -9,15 +9,16 @@ export default { title: "Page d'accueil", menu: "Menu Principal", news_feed: "Fil d'actualités", - chat_bot: "Robot conversationnel d'aide technique" + chat_bot: "Robot conversationnel d'aide technique", + notification: "Notifications", }, personal_profile: { - title: "Section << Profil >>", + title: "Profil", personal_info: "Informations personnelles", professional_info: "Informations professionnelles", }, timesheets: { - title: "Section << Carte de temps >>", + title: "Carte de temps", create_shift: "Inscrire un nouveau quart de travail", update_shift: "Modifier un quart de travail existant", delete_shift: "Supprimer un quart de travail de la carte de temps", @@ -27,11 +28,11 @@ export default { delete_expense: "Supprimer une dépense", }, employee_list: { - title: "Section << Répertoire des employés >>", + title: "Répertoire des employés ", terminated_employees: "Employés inactifs", }, employee_management: { - title: "Section << Gestion des employés >>", + title: "Gestion des employés ", create_employee: "Création d'un nouvel employé", update_employee: "Modifier les informations d'un employé", module_access: "Outils de gestion des accès de l'application", @@ -39,7 +40,7 @@ export default { terminating_employee: "Rendre un employé inactif", }, timesheets_approval: { - title: "Section << Validation de Carte de temps >>", + title: "Validation de Carte de temps", approval: "Validation des cartes de temps", inspect: "Inspect timesheets", comment_expense: "Commenter une dépense", diff --git a/src/modules/help/components/help-module.vue b/src/modules/help/components/help-module.vue index fd0be29..2ad8cfb 100644 --- a/src/modules/help/components/help-module.vue +++ b/src/modules/help/components/help-module.vue @@ -10,7 +10,7 @@ defineProps<{ }>(); const help_store = useHelpStore(); -const current_path = ref(''); +const current_path = ref('src/assets/help-ss/login-background.png'); const switchSide = (index: number) => { @@ -23,16 +23,21 @@ const switchSide = (index: number) => {