Skip to content

add missing DE translations - #2285

Merged
lissy93 merged 2 commits into
lissy93:masterfrom
vmario89:master
Aug 2, 2026
Merged

add missing DE translations#2285
lissy93 merged 2 commits into
lissy93:masterfrom
vmario89:master

Conversation

@vmario89

@vmario89 vmario89 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

This adds some strings which were not present in the latest de.json and it adds the open request of #2279 (comment)

@vmario89
vmario89 requested a review from lissy93 as a code owner August 2, 2026 20:32
@netlify

netlify Bot commented Aug 2, 2026

Copy link
Copy Markdown

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit 3f44a07
🔍 Latest deploy log https://app.netlify.com/projects/dashy-dev/deploys/6a6fc0ad841ae80008893d34
😎 Deploy Preview https://deploy-preview-2285--dashy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@lissy93 lissy93 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @vmario89 🙌 🇩🇪

@lissy93
lissy93 requested a review from CrazyWolf13 August 2, 2026 21:02

@CrazyWolf13 CrazyWolf13 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of comments, otherwise lgtm.

"gpu-memory": "Speicher",
"gpu-temperature": "Temperatur",
"gpu-fan-speed": "Lüfter",
"gpu-none": "Keine GPU erkannt"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keine Grafikkarte erkannt?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  "gpu-none": "No GPU detected" means no graphic processing unit. `Grafikkarte` would be wrong translation, as it should be names "No graphics card detected" then

"system-load-desc": "Prozesse in der Warteschlange, Durchschnitt aller Kerne"
"system-load-desc": "Prozesse in der Warteschlange, Durchschnitt aller Kerne",
"gpu-usage": "Auslastung",
"gpu-memory": "Speicher",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VRAM oder Grafikspeicher?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gpu-memory": "Memory",is the original string. I think "Speicher" is generic enough, like in english version

"disk-io-write": "Schreiben",
"system-load-desc": "Prozesse in der Warteschlange, Durchschnitt aller Kerne"
"system-load-desc": "Prozesse in der Warteschlange, Durchschnitt aller Kerne",
"gpu-usage": "Auslastung",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grafikauslastung?

Or is this like already in a GPU section and therefore does not need the gpu (grafikkarten) prerix?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gpu-usage": "Usage", is the original english. so i would not like to add more context in german than in english

Comment thread src/assets/locales/de.json Outdated
"no-data": "keine Daten konfiguriert",
"no-items-section": "Noch keine Elemente zum Anzeigen"
"no-items-section": "Noch keine Elemente zum Anzeigen",
"session-expired-line1": "Deine Sitzung ist abgelaufen",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier per Du weiter unten per Sie?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aye, sorry you are right. Should be "Ihre Sitzung ist abgelaufen"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added fix as commit number two

@lissy93

lissy93 commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Thank you @CrazyWolf13 and @vmario89 🩵

I'm happy to merge, if this is good with you :)

Here's the en values for the new german strings, just to clarify things:

"home.session-expired-line1": "Your session has expired"
"home.session-expired-line2": "Re-authenticate to access your dashboard"
"home.sign-in-again": "Sign In Again"

"search.enter-to-launch-first": "Press enter to launch first match"

"login.authenticated-redirecting": "Authenticated, Redirecting..."

"interactive-editor.edit-section.edit-tooltip-basic": "Click to Edit"
"interactive-editor.edit-section.missing-name-err": "A section name is required"
"interactive-editor.edit-section.duplicate-name-err": "A section named '{name}' already exists"

"widgets.github-profile.repos": "Repos"
"widgets.github-profile.followers": "Followers"
"widgets.github-profile.following": "Following"
"widgets.github-profile.stars": "Stars"
"widgets.github-profile.forks": "Forks"
"widgets.github-profile.issues": "Issues"

"widgets.glances.gpu-usage": "Usage"
"widgets.glances.gpu-memory": "Memory"
"widgets.glances.gpu-temperature": "Temp"
"widgets.glances.gpu-fan-speed": "Fan"
"widgets.glances.gpu-none": "No GPU detected"

fix person
@lissy93
lissy93 merged commit fc72fe4 into lissy93:master Aug 2, 2026
17 checks passed
@CrazyWolf13

Copy link
Copy Markdown
Collaborator

great, looks good to me then 🚀

Wasn't sure how detailed en.json was, so thanks for quickly pasting them, as I'm currently only available from mobile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants