Skip to content

Commit

Permalink
New translations tabs.json (German) (#7464)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Sep 14, 2024
1 parent 54abc24 commit 7688cf9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions de-DE/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": "Spenden"
},
"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": "Changelog"
Expand Down Expand Up @@ -59,6 +63,30 @@
"description": "Title of the tab which opens when you click on the troubleshooting button",
"message": "Problemlösung"
},
"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": "Haben Sie Probleme mit {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": "Erweiterung aktiviert"
},
"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": "Internetverbindung"
},
"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": "Verbunden mit der 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": "Verbunden mit der 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 statusnachrichten aktiviert"
},
"tab.updated.changeTypes.features": {
"description": "Title of the 'features' section of the tab which opens when PreMiD was updated",
"message": "Funktionen"
Expand Down

0 comments on commit 7688cf9

Please sign in to comment.