From 79b31bda76cd454b6cf1ec38af18b2f3c9fe7c7b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 22 Nov 2024 19:48:57 +0200 Subject: [PATCH] chore(i18n): reach 100% for Romanian + small change --- src/public/translations/en/translation.json | 2 +- src/public/translations/ro/translation.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index fa18f9ee4..9bfc970be 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1445,7 +1445,7 @@ "close_other_tabs": "Close other tabs", "close_right_tabs": "Close tabs to the right", "close_all_tabs": "Close all tabs", - "reopen_last_tab": "Reopen closed tab", + "reopen_last_tab": "Reopen last closed tab", "move_tab_to_new_window": "Move this tab to a new window", "copy_tab_to_new_window": "Copy this tab to a new window", "new_tab": "New tab" diff --git a/src/public/translations/ro/translation.json b/src/public/translations/ro/translation.json index 698b23493..999baacc1 100644 --- a/src/public/translations/ro/translation.json +++ b/src/public/translations/ro/translation.json @@ -1449,7 +1449,9 @@ "close_tab": "Închide tab", "move_tab_to_new_window": "Mută acest tab în altă fereastră", "new_tab": "Tab nou", - "close_right_tabs": "Închide taburile din dreapta" + "close_right_tabs": "Închide taburile din dreapta", + "copy_tab_to_new_window": "Copiază tab-ul într-o fereastră nouă", + "reopen_last_tab": "Redeschide ultimul tab închis" }, "toc": { "options": "Setări", @@ -1537,5 +1539,14 @@ }, "editor": { "title": "Editor" + }, + "electron_context_menu": { + "add-term-to-dictionary": "Adaugă „{{term}}” în dicționar", + "copy": "Copiază", + "copy-link": "Copiază legătura", + "cut": "Decupează", + "paste": "Lipește", + "paste-as-plain-text": "Lipește doar textul", + "search_online": "Caută „{{term}}” cu {{searchEngine}}" } }