6bac88fbc4
- Detect and block chrome://, chrome-extension://, about://, edge://, brave:// pages - Show 'Unsupported' badge with warning icon and disabled button - Add 'unsupported' and 'unsupportedDesc' i18n keys (zh/en) - Update useRightClickRestorer hook with isUnsupported state - Add unit tests for unsupported page behavior - Update page UI to render conditional unsupported layout
14 lines
672 B
JSON
14 lines
672 B
JSON
{
|
|
"title": "Right Click Restorer",
|
|
"description": "Detect and restore disabled browser right-click menus",
|
|
"loading": "Loading...",
|
|
"currentDomain": "Current Domain",
|
|
"statusLocked": "Locked",
|
|
"statusUnlocked": "Unlocked",
|
|
"unsupported": "Unsupported",
|
|
"unsupportedDesc": "The current page is a browser internal or extension page. Right-click unlock is not available. Please switch to a regular webpage.",
|
|
"unlockDesc": "Click the button below to temporarily unlock the right-click menu for the current website. You will need to unlock again after refreshing the page.",
|
|
"unlockBtn": "Unlock Right Click",
|
|
"alreadyUnlocked": "Right Click Unlocked"
|
|
}
|