mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 14:30:52 +01:00
14 lines
344 B
JSON
14 lines
344 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|