1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Update German translation (#1235)

This commit is contained in:
Symon Baikov 2025-07-07 12:47:21 +03:00 committed by GitHub
parent b22dba0d11
commit 76c7be5063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 1 deletions

View file

@ -19,7 +19,7 @@ module.exports.i18n = {
* *
*/ */
locales: ['en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU'], locales: ['de-DE', 'en-GB', 'en-US', 'es-ES', 'it-IT', 'ru-RU'],
/** /**
* *

View file

@ -0,0 +1,16 @@
{
"Card Created": "Karte erstellt",
"Card Moved": "Karte verschoben",
"New Comment": "Neuer Kommentar",
"Test Title": "Testtitel",
"This is a test text message!": "Dies ist eine Test-Textnachricht!",
"This is a *test* **markdown** `message`!": "Dies ist eine *Test*-**Markdown**-`Nachricht`!",
"This is a <i>test</i> <b>html</b> <code>message</code>": "Dies ist eine <i>Test</i>-<b>HTML</b>-<code>Nachricht</code>",
"You Were Added to Card": "Sie wurden zur Karte hinzugefügt",
"You Were Mentioned in Comment": "Sie wurden in einem Kommentar erwähnt",
"%s added you to %s on %s": "%s hat Sie zu %s am %s hinzugefügt",
"%s created %s in %s on %s": "%s hat %s in %s am %s erstellt",
"%s left a new comment to %s on %s": "%s hat einen neuen Kommentar zu %s am %s hinterlassen",
"%s mentioned you in %s on %s": "%s hat Sie in %s am %s erwähnt",
"%s moved %s from %s to %s on %s": "%s hat %s von %s nach %s am %s verschoben"
}