chore(i18n): reach 100% for Romanian + small change

This commit is contained in:
Elian Doran 2024-11-22 19:48:57 +02:00
parent c30a4373d9
commit 79b31bda76
No known key found for this signature in database
2 changed files with 13 additions and 2 deletions

View File

@ -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"

View File

@ -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}}"
}
}