mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 14:30:52 +01:00
use window system
This commit is contained in:
13
src/stores/desktop/en.json
Normal file
13
src/stores/desktop/en.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"contextMenu": {
|
||||
"open": "Open",
|
||||
"removeFromDesktop": "Remove from Desktop",
|
||||
"uninstall": "Uninstall"
|
||||
},
|
||||
"confirmUninstall": {
|
||||
"title": "Uninstall Extension",
|
||||
"message": "Do you really want to uninstall the extension '{name}'? This action cannot be undone.",
|
||||
"confirm": "Uninstall",
|
||||
"cancel": "Cancel"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user