Added language "Deutsch (du)"

This commit is contained in:
Manfred Hoffmann 2021-04-05 07:16:01 +02:00 committed by GitHub
parent 7494af5372
commit 0a3499ef64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1438 additions and 7 deletions

View File

@ -212,10 +212,10 @@ return array(
'%d comments' => '%d Kommentare',
'%d comment' => '%d Kommentar',
'Email address invalid' => 'Ungültige E-Mail-Adresse',
'Your external account is not linked anymore to your profile.' => 'Dein externer Account ist nicht mehr mit deinem Profil verbunden.',
'Your external account is not linked anymore to your profile.' => 'Ihr externer Account ist nicht mehr mit Ihrem Profil verbunden.',
'Unable to unlink your external account.' => 'Externer Account konnte nicht getrennt werden.',
'External authentication failed' => 'Externe Authentifizierung fehlgeschlagen',
'Your external account is linked to your profile successfully.' => 'Dein externer Account wurde erfolgreich mit deinem Profil verbunden',
'Your external account is linked to your profile successfully.' => 'Ihr externer Account wurde erfolgreich mit Ihrem Profil verbunden',
'Email' => 'E-Mail',
'Task removed successfully.' => 'Aufgabe erfolgreich gelöscht.',
'Unable to remove this task.' => 'Löschen der Aufgabe nicht möglich.',
@ -556,19 +556,19 @@ return array(
'This QR code contains the key URI: ' => 'Dieser QR-Code beinhaltet die Schlüssel-URI: ',
'Check my code' => 'Überprüfe meinen Code',
'Secret key: ' => 'Geheimer Schlüssel: ',
'Test your device' => 'Teste dein Gerät',
'Test your device' => 'Testen Sie Ihr Gerät',
'Assign a color when the task is moved to a specific column' => 'Weise eine Farbe zu, wenn die Aufgabe zu einer bestimmten Spalte bewegt wird',
'%s via Kanboard' => '%s via Kanboard',
'Burndown chart' => 'Burndown-Diagramm',
'This chart show the task complexity over the time (Work Remaining).' => 'Dieses Diagramm zeigt die Aufgabenkomplexität über den Faktor Zeit (Verbleibende Arbeit).',
'Screenshot taken %s' => 'Screenshot aufgenommen %s',
'Add a screenshot' => 'Screenshot hinzufügen',
'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Nimm einen Screenshot auf und drücke STRG+V oder ⌘+V um ihn hier einzufügen.',
'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Nehmen Sie einen Screenshot auf und drücken STRG+V oder ⌘+V um ihn hier einzufügen.',
'Screenshot uploaded successfully.' => 'Screenshot erfolgreich hochgeladen.',
'SEK - Swedish Krona' => 'SEK - Schwedische Kronen',
'Identifier' => 'Identifikator',
'Disable two factor authentication' => 'Deaktiviere Zwei-Faktor-Authentifizierung',
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Willst du wirklich für folgenden Benutzer die Zwei-Faktor-Authentifizierung deaktivieren: "%s"?',
'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Wollen Sie wirklich für folgenden Benutzer die Zwei-Faktor-Authentifizierung deaktivieren: "%s"?',
'Edit link' => 'Verbindung bearbeiten',
'Start to type task title...' => 'Beginne mit der Titeleingabe...',
'A task cannot be linked to itself' => 'Eine Aufgabe kann nicht mit sich selber verbunden werden',
@ -1163,7 +1163,7 @@ return array(
'The project restriction has been created successfully.' => 'Projektbezogene Einschränkung erfolgreich erstellt.',
'Unable to create this project restriction.' => 'Erstellen der projektbezogenen Einschränkung fehlgeschlagen.',
'Project restriction removed successfully.' => 'Projektbezogene Einschränkung erfolgreich entfernt.',
'You cannot create tasks in this column.' => 'Sie können in dieser spalte keine Aufgaben erzeugen.',
'You cannot create tasks in this column.' => 'Sie können in dieser Spalte keine Aufgaben erzeugen.',
'Task creation is permitted for this column' => 'Erzeugen von Aufgaben ist für diese Spalte erlaubt.',
'Closing or opening a task is permitted for this column' => 'Öffnen und Schließen von Aufgaben ist für diese Spalte erlaubt.',
'Task creation is blocked for this column' => 'Erzeugen von Aufgaben ist für diese Spalte blockiert.',

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ class LanguageModel extends Base
'cs_CZ',
'da_DK',
'de_DE',
'de_DE_du',
'en_GB',
'en_US',
'es_ES',
@ -93,7 +94,8 @@ class LanguageModel extends Base
'ca_ES' => 'Català',
'cs_CZ' => 'Čeština',
'da_DK' => 'Dansk',
'de_DE' => 'Deutsch',
'de_DE' => 'Deutsch (Sie)',
'de_DE_du' => 'Deutsch (du)',
'en_GB' => 'English (GB)',
'en_US' => 'English (US)',
'es_ES' => 'Español (España)',
@ -147,6 +149,7 @@ class LanguageModel extends Base
'ca_ES' => 'ca',
'da_DK' => 'da',
'de_DE' => 'de',
'de_DE_du' => 'de',
'en_GB' => 'en-GB',
'en_US' => 'en',
'es_ES' => 'es',