From 8c3c011480cef79061f7a870074fd339f2ae21a0 Mon Sep 17 00:00:00 2001 From: EVOTk <45015615+EVOTk@users.noreply.github.com> Date: Thu, 12 Aug 2021 19:00:25 +0200 Subject: [PATCH 1/3] Update en.json --- src/assets/locales/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index f52aa0ab..0132e315 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -147,5 +147,11 @@ "backup-error-password": "Incorrect password. Please enter your current password.", "backup-success-msg": "Completed Successfully", "restore-success-msg": "Config Restored Successfully" + }, + "menu": { + "sametab": "Open in Current Tab", + "newtab": "Open in New Tab", + "modal": "Open in Pop-Up Modal", + "workspace": "Open in Workspace View" } -} \ No newline at end of file +} From a89f1dabbad7161da875c071828327711b01b1d1 Mon Sep 17 00:00:00 2001 From: EVOTk <45015615+EVOTk@users.noreply.github.com> Date: Thu, 12 Aug 2021 19:01:42 +0200 Subject: [PATCH 2/3] Update ContextMenu.vue --- src/components/LinkItems/ContextMenu.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/LinkItems/ContextMenu.vue b/src/components/LinkItems/ContextMenu.vue index 3e8de908..68349c24 100644 --- a/src/components/LinkItems/ContextMenu.vue +++ b/src/components/LinkItems/ContextMenu.vue @@ -5,19 +5,19 @@ From e8d3a90c6237b7a72a70afb59425ab61f0e19571 Mon Sep 17 00:00:00 2001 From: EVOTk <45015615+EVOTk@users.noreply.github.com> Date: Thu, 12 Aug 2021 19:21:23 +0200 Subject: [PATCH 3/3] Update fr.json --- src/assets/locales/fr.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/assets/locales/fr.json b/src/assets/locales/fr.json index 6d89e834..271343a1 100644 --- a/src/assets/locales/fr.json +++ b/src/assets/locales/fr.json @@ -147,5 +147,11 @@ "backup-error-password": "Mot de passe incorrect. Veuillez saisir votre mot de passe actuel.", "backup-success-msg": "Sauvegarde effectuée avec succès", "restore-success-msg": "Configuration restaurée avec succès" + }, + "menu": { + "sametab": "Ouvrir dans l'onglet actuel", + "newtab": "Ouvrir dans un nouvel onglet", + "modal": "Ouvrir en mode fenêtré", + "workspace": "Ouvrir en mode plein écran" } }