Skip to content

Commit

Permalink
chore: new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeraa committed Feb 16, 2024
1 parent 8c0ee9c commit ffc5ede
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/Extension/popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit ffc5ede

Please sign in to comment.