Skip to content

Commit

Permalink
New Crowdin updates (#7367)
Browse files Browse the repository at this point in the history
* New translations popup.json (Dutch)

* New translations tabs.json (Dutch)

* New translations general.json (Dutch)
  • Loading branch information
SeMiD authored Nov 15, 2023
1 parent 1c7d711 commit 3f3fda0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nl-NL/Extension/popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
32 changes: 32 additions & 0 deletions nl-NL/Extension/tabs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
}
4 changes: 4 additions & 0 deletions nl-NL/Presence/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f3fda0

Please sign in to comment.