diff --git a/nl-NL/Extension/popup.json b/nl-NL/Extension/popup.json index 1abb054e744..55772038ee4 100644 --- a/nl-NL/Extension/popup.json +++ b/nl-NL/Extension/popup.json @@ -186,5 +186,13 @@ "popup.information.appNotFound": { "description": "Shows that no connection was able to be made to the PreMiD app (located at the 'information' tab in the popup)", "message": "Niet verbonden met PreMiD-app" + }, + "popup.information.discordUser": { + "description": "Shows Discord user PreMiD is connected to (located at the 'information' tab in the popup); {0} will be replaced the username of the Discord account -> {0} is a variable and should not be translated; Example: Discord user: Bas950", + "message": "Discord-gebruiker: {0}" + }, + "popup.information.discordNotFound": { + "description": "Shows that no connection was able to be made to the Discord app (located at the 'information' tab in the popup)", + "message": "Niet verbonden met Discord-app" } } diff --git a/nl-NL/Extension/tabs.json b/nl-NL/Extension/tabs.json index f79dce9ab91..904b6206916 100644 --- a/nl-NL/Extension/tabs.json +++ b/nl-NL/Extension/tabs.json @@ -3,6 +3,10 @@ "description": "Donate button of the tab which opens when you install PreMiD for the first time", "message": "Doneren" }, + "version": { + "description": "{0} will be replaced with for example '2.5.0' -> {0} is a variable and should not be translated; Version text of the extension/app", + "message": "v{0}" + }, "tab.button.changelog": { "description": "Changelog button (opens changelog) of the tab which opens when you install PreMiD for the first time", "message": "Wijzigingen" @@ -58,5 +62,33 @@ "tab.troubleshooting.heading": { "description": "Title of the tab which opens when you click on the troubleshooting button", "message": "Probleemoplossing" + }, + "tab.troubleshooting.subHeading": { + "description": "Subtitle of the tab which opens when you click on the troubleshooting button, {0} will be replaced with 'PreMiD' -> {0} is a variable and should not be translated", + "message": "Problemen met {0}?" + }, + "tab.troubleshooting.checks.extensionEnabled": { + "description": "Check 1 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Extensie ingeschakeld" + }, + "tab.troubleshooting.checks.internetConnection": { + "description": "Check 2 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Internetverbinding" + }, + "tab.troubleshooting.checks.appConnection": { + "description": "Check 3 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Verbonden met PreMiD-app" + }, + "tab.troubleshooting.checks.discordConnection": { + "description": "Check 4 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Verbonden met Discord-app" + }, + "tab.troubleshooting.checks.discordStatus": { + "description": "Check 5 of the tab which opens when you click on the troubleshooting button, in front of the text will be a question mark (?) since we can't check this", + "message": "Discord-statusbericht ingeschakeld" + }, + "tab.troubleshooting.checks.presenceToDisplay": { + "description": "Check 6 of the tab which opens when you click on the troubleshooting button, in front of the text will be a checkbox (✓) or a cross (✗) depending on the result", + "message": "Presence om te tonen" } } diff --git a/nl-NL/Presence/general.json b/nl-NL/Presence/general.json index 6e7f18b3167..a7e16aad74e 100644 --- a/nl-NL/Presence/general.json +++ b/nl-NL/Presence/general.json @@ -31,6 +31,10 @@ "description": "Used as the title for the button in Discord.", "message": "Artiest bekijken" }, + "general.buttonViewChangelog": { + "description": "Used as the title for the button in Discord.", + "message": "Update-informatie" + }, "general.buttonViewChannel": { "description": "Used as the title for the button in Discord.", "message": "Kanaal bekijken"