diff --git a/src/Extension/popup.json b/src/Extension/popup.json index 3deaa2a43f5..9971b8bd8d0 100644 --- a/src/Extension/popup.json +++ b/src/Extension/popup.json @@ -238,5 +238,29 @@ "popup.setting.usePlayingStatus": { "description": "Enable/Disable the use of the 'Playing' status in Discord (location: extension popup -> discord icon/profile picture -> 'settings' section)", "message": "Use Playing Status" + }, + "popup.whatsNew.heading": { + "description": "Title of the 'What's new' section at the navigation in the popup", + "message": "What's New 🎉" + }, + "popup.whatsNew.description": { + "description": "Description of the 'What's new' section at the navigation in the popup", + "message": "Check out the latest cool stuff!" + }, + "popup.whatsNew.button": { + "description": "Button to open the 'What's new' page", + "message": "Open Changelog" + }, + "popup.discordUnlinked.title": { + "description": "Title of the 'Discord Unlinked' section at the navigation in the popup", + "message": "Discord Unlinked" + }, + "popup.discordUnlinked.description": { + "description": "Description of the 'Discord Unlinked' section at the navigation in the popup", + "message": "PreMiD requires a linked Discord account to work properly. Please link your Discord account to continue using PreMiD." + }, + "popup.discordUnlinked.button": { + "description": "Button to link the Discord account", + "message": "Link Discord" } }