summaryrefslogtreecommitdiff
path: root/app/Locales/de_DE/translations.php
blob: 6997a0b385c62cdb4268f2ab65eb6ded050e04c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<?php

return array(
    'None' => 'Keines',
    'edit' => 'Bearbeiten',
    'Edit' => 'Bearbeiten',
    'remove' => 'Entfernen',
    'Remove' => 'Entfernen',
    'Update' => 'Aktualisieren',
    'Yes' => 'Ja',
    'No' => 'Nein',
    'cancel' => 'Abbrechen',
    'or' => 'oder',
    'Yellow' => 'Gelb',
    'Blue' => 'Blau',
    'Green' => 'Grün',
    'Purple' => 'Violett',
    'Red' => 'Rot',
    'Orange' => 'Orange',
    'Grey' => 'Grau',
    'Save' => 'Speichern',
    'Login' => 'Anmelden',
    'Official website:' => 'Offizielle Webseite:',
    'Unassigned' => 'Nicht zugeordnet',
    'View this task' => 'Aufgabe ansehen',
    'Remove user' => 'Benutzer löschen',
    'Do you really want to remove this user: "%s"?' => 'Soll dieser Benutzer wirklich gelöscht werden: "%s"?',
    'New user' => 'Neuer Benutzer',
    'All users' => 'Alle Benutzer',
    'Username' => 'Benutzername',
    'Password' => 'Passwort',
    'Default Project' => 'Standardprojekt',
    'Administrator' => 'Administrator',
    'Sign in' => 'Anmelden',
    'Users' => 'Benutzer',
    'No user' => 'Kein Benutzer',
    'Forbidden' => 'Verboten',
    'Access Forbidden' => 'Zugang verboten',
    'Only administrators can access to this page.' => 'Nur Administratoren haben Zugang zu dieser Seite.',
    'Edit user' => 'Benutzer bearbeiten',
    'Logout' => 'Abmelden',
    'Bad username or password' => 'Falscher Benutzername oder Passwort',
    'users' => 'Benutzer',
    'projects' => 'Projekte',
    'Edit project' => 'Projekt bearbeiten',
    'Name' => 'Name',
    'Activated' => 'Aktiviert',
    'Projects' => 'Projekte',
    'No project' => 'Keine Projekte',
    'Project' => 'Projekt',
    'Status' => 'Status',
    'Tasks' => 'Aufgabe',
    'Board' => 'Pinnwand',
    'Actions' => 'Aktionen',
    'Inactive' => 'Inaktiv',
    'Active' => 'Aktiv',
    'Column %d' => 'Spalte %d',
    'Add this column' => 'Diese Spalte hinzufügen',
    '%d tasks on the board' => '%d Aufgaben auf dieser Pinnwand',
    '%d tasks in total' => '%d Aufgaben gesamt',
    'Unable to update this board.' => 'Ändern dieser Pinnwand nicht möglich.',
    'Edit board' => 'Pinnwand bearbeiten',
    'Disable' => 'Deaktivieren',
    'Enable' => 'Aktivieren',
    'New project' => 'Neues Projekt',
    'Do you really want to remove this project: "%s"?' => 'Soll dieses Projekt wirklich gelöscht werden: "%s"?',
    'Remove project' => 'Projekt löschen',
    'Boards' => 'Pinnwände',
    'Edit the board for "%s"' => 'Pinnwand für "%s" bearbeiten',
    'All projects' => 'Alle Projekte',
    'Change columns' => 'Spalten ändern',
    'Add a new column' => 'Neue Spalte hinzufügen',
    'Title' => 'Titel',
    'Add Column' => 'Neue Spalte',
    'Project "%s"' => 'Projekt "%s"',
    'Nobody assigned' => 'Nicht zugeordnet',
    'Assigned to %s' => 'Zuständig: %s',
    'Remove a column' => 'Spalte löschen',
    'Remove a column from a board' => 'Spalte einer Pinnwand löschen',
    'Unable to remove this column.' => 'Löschen dieser Spalte nicht möglich.',
    'Do you really want to remove this column: "%s"?' => 'Soll diese Spalte wirklich gelöscht werden: "%s"?',
    'This action will REMOVE ALL TASKS associated to this column!' => 'ALLE AUFGABEN dieser Spalte werden GELÖSCHT!',
    'Settings' => 'Einstellungen',
    'Application settings' => 'Anwendungskonfiguration',
    'Language' => 'Sprache',
    'Webhooks token:' => 'Webhooks Token:',
    'API token:' => 'API Token:',
    'More information' => 'Mehr Informationen',
    'Database size:' => 'Datenbankgröße:',
    'Download the database' => 'Datenbank herunterladen',
    'Optimize the database' => 'Datenbank optimieren',
    '(VACUUM command)' => '(VACUUM Befehl)',
    '(Gzip compressed Sqlite file)' => '(Gzip-komprimierte Sqlite Datei)',
    'User settings' => 'Benutzereinstellungen',
    'My default project:' => 'Standardprojekt:',
    'Close a task' => 'Aufgabe abschließen',
    'Do you really want to close this task: "%s"?' => 'Soll diese Aufgabe wirklich abgeschlossen werden: "%s"?',
    'Edit a task' => 'Aufgabe bearbeiten',
    'Column' => 'Spalte',
    'Color' => 'Farbe',
    'Assignee' => 'Zuständig',
    'Create another task' => 'Weitere Aufgabe erstellen',
    'New task' => 'Neue Aufgabe',
    'Open a task' => 'Öffne eine Aufgabe',
    'Do you really want to open this task: "%s"?' => 'Soll diese Aufgabe wirklich wieder geöffnet werden: "%s"?',
    'Back to the board' => 'Zurück zur Pinnwand',
    'Created on %B %e, %Y at %k:%M %p' => 'Erstellt am %d.%m.%Y um %H:%M',
    'There is nobody assigned' => 'Die Aufgabe wurde niemandem zugewiesen',
    'Column on the board:' => 'Spalte:',
    'Status is open' => 'Status ist geöffnet',
    'Status is closed' => 'Status ist abgeschlossen',
    'Close this task' => 'Aufgabe abschließen',
    'Open this task' => 'Aufgabe wieder öffnen',
    'There is no description.' => 'Keine Beschreibung vorhanden.',
    'Add a new task' => 'Neue Aufgabe hinzufügen',
    'The username is required' => 'Der Benutzername wird benötigt',
    'The maximum length is %d characters' => 'Die maximale Länge beträgt %d Zeichen',
    'The minimum length is %d characters' => 'Die minimale Länge beträgt %d Zeichen',
    'The password is required' => 'Das Passwort wird benötigt',
    'This value must be an integer' => 'Dieser Wert muss eine ganze Zahl sein',
    'The username must be unique' => 'Der Benutzername muss eindeutig sein',
    'The username must be alphanumeric' => 'Der Benutzername muss alphanumerisch sein',
    'The user id is required' => 'Die Benutzer ID ist anzugeben',
    'Passwords don\'t match' => 'Passwörter nicht gleich',
    'The confirmation is required' => 'Die Bestätigung ist erforderlich',
    'The column is required' => 'Die Spalte ist anzugeben',
    'The project is required' => 'Das Projekt ist anzugeben',
    'The color is required' => 'Die Farbe ist anzugeben',
    'The id is required' => 'Die ID ist anzugeben',
    'The project id is required' => 'Die Projekt ID ist anzugeben',
    'The project name is required' => 'Der Projektname ist anzugeben',
    'This project must be unique' => 'Der Projektname muss eindeutig sein',
    'The title is required' => 'Der Titel ist anzugeben',
    'The language is required' => 'Die Sprache ist anzugeben',
    'There is no active project, the first step is to create a new project.' => 'Es gibt kein aktives Projekt. Zunächst muss ein Projekt erstellt werden.',
    'Settings saved successfully.' => 'Einstellungen erfolgreich gespeichert.',
    'Unable to save your settings.' => 'Speichern der Einstellungen nicht möglich.',
    'Database optimization done.' => 'Optimieren der Datenbank abgeschlossen.',
    'Your project have been created successfully.' => 'Das Projekt wurde erfolgreich erstellt.',
    'Unable to create your project.' => 'Erstellen des Projekts nicht möglich.',
    'Project updated successfully.' => 'Projekt erfolgreich geändert.',
    'Unable to update this project.' => 'Änderung des Projekts nicht möglich.',
    'Unable to remove this project.' => 'Löschen des Projekts nicht möglich.',
    'Project removed successfully.' => 'Projekt erfolgreich gelöscht.',
    'Project activated successfully.' => 'Projekt erfolgreich aktiviert.',
    'Unable to activate this project.' => 'Aktivieren des Projekts nicht möglich.',
    'Project disabled successfully.' => 'Projekt erfolgreich deaktiviert.',
    'Unable to disable this project.' => 'Deaktivieren des Projekts nicht möglich.',
    'Unable to open this task.' => 'Wiedereröffnung der Aufgabe nicht möglich.',
    'Task opened successfully.' => 'Aufgabe erfolgreich wieder eröffnet.',
    'Unable to close this task.' => 'Abschließen der Aufgabe nicht möglich.',
    'Task closed successfully.' => 'Aufgabe erfolgreich abgeschlossen.',
    'Unable to update your task.' => 'Aktualisieren der Aufgabe nicht möglich.',
    'Task updated successfully.' => 'Aufgabe erfolgreich aktualisiert.',
    'Unable to create your task.' => 'Erstellen der Aufgabe nicht möglich.',
    'Task created successfully.' => 'Aufgabe erfolgreich erstellt.',
    'User created successfully.' => 'Benutzer erfolgreich erstellt.',
    'Unable to create your user.' => 'Erstellen des Benutzers nicht möglich.',
    'User updated successfully.' => 'Benutzer erfolgreich geändert.',
    'Unable to update your user.' => 'Änderung des Benutzers nicht möglich.',
    'User removed successfully.' => 'Benutzer erfolgreich gelöscht.',
    'Unable to remove this user.' => 'Löschen des Benutzers nicht möglich.',
    'Board updated successfully.' => 'Pinnwand erfolgreich geändert.',
    'Ready' => 'Bereit',
    'Backlog' => 'Ideen',
    'Work in progress' => 'In Arbeit',
    'Done' => 'Erledigt',
    'Application version:' => 'Version:',
    'Completed on %B %e, %Y at %k:%M %p' => 'Abgeschlossen am %d.%m.%Y um %H:%M',
    '%B %e, %Y at %k:%M %p' => '%d.%m.%Y um %H:%M',
    'Date created' => 'Erstellt am',
    'Date completed' => 'Abgeschlossen am',
    'Id' => 'ID',
    'No task' => 'Keine Aufgabe',
    'Completed tasks' => 'Abgeschlossene Aufgaben',
    'List of projects' => 'Liste der Projekte',
    'Completed tasks for "%s"' => 'Abgeschlossene Aufgaben für "%s"',
    '%d closed tasks' => '%d abgeschlossene Aufgaben',
    'no task for this project' => 'Keine Aufgaben in diesem Projekt',
    'Public link' => 'Öffentlicher Link',
    'There is no column in your project!' => 'Es gibt keine Spalte in deinem Projekt!',
    'Change assignee' => 'Zuständigkeit ändern',
    'Change assignee for the task "%s"' => 'Zuständigkeit für diese Aufgabe ändern: "%s"',
    'Timezone' => 'Zeitzone',
    'Sorry, I didn\'t found this information in my database!' => 'Diese Information wurde in der Datenbank nicht gefunden!',
    'Page not found' => 'Seite nicht gefunden',
    // 'Complexity' => '',
    'limit' => 'Limit',
    'Task limit' => 'Maximale Anzahl von Aufgaben',
    'This value must be greater than %d' => 'Dieser Wert muss größer sein als %d',
    'Edit project access list' => 'Zugriffsberechtigungen des Projektes bearbeiten',
    'Edit users access' => 'Benutzerzugriff ändern',
    'Allow this user' => 'Diesen Benutzer autorisieren',
    'Project access list for "%s"' => 'Zugriffsliste für Projekt "%s"',
    'Only those users have access to this project:' => 'Nur diese Benutzer haben Zugang zum Projekt:',
    'Don\'t forget that administrators have access to everything.' => 'Nicht vergessen: Administratoren haben überall Zugang.',
    'revoke' => 'entfernen',
    'List of authorized users' => 'Liste der autorisierten Benutzer',
    'User' => 'Benutzer',
    'Everybody have access to this project.' => 'Jeder hat Zugang zu diesem Projekt.',
    'You are not allowed to access to this project.' => 'Unzureichende Zugriffsrechte zu diesem Projekt.',
    'Comments' => 'Kommentare',
    'Post comment' => 'Kommentieren',
    'Write your text in Markdown' => 'Schreibe deinen Text in Markdown-Syntax',
    'Leave a comment' => 'Kommentar eingeben...',
    'Comment is required' => 'Ein Kommentar wird benötigt',
    'Leave a description' => 'Beschreibung eingeben...',
    'Comment added successfully.' => 'Kommentar erfolgreich hinzugefügt.',
    'Unable to create your comment.' => 'Hinzufügen eines Kommentars nicht möglich.',
    'The description is required' => 'Eine Beschreibung wird benötigt',
    'Edit this task' => 'Aufgabe bearbeiten',
    'Due Date' => 'Fällig am',
    'm/d/Y' => 'd.m.Y',
    'month/day/year' => 'TT.MM.JJJJ',
    'Invalid date' => 'Ungültiges Datum',
    'Must be done before %B %e, %Y' => 'Muss vor dem %d.%m.%Y erledigt werden',
    '%B %e, %Y' => '%d.%m.%Y',
    'Automatic actions' => 'Automatische Aktionen',
    'Your automatic action have been created successfully.' => 'Die Automatische Aktion wurde erfolgreich erstellt.',
    'Unable to create your automatic action.' => 'Erstellen der automatischen Aktion nicht möglich.',
    'Remove an action' => 'Aktion löschen',
    'Unable to remove this action.' => 'Löschen der Aktion nicht möglich.',
    'Action removed successfully.' => 'Aktion erfolgreich gelöscht.',
    'Automatic actions for the project "%s"' => 'Automatische Aktionen für das Projekt "%s"',
    'Defined actions' => 'Definierte Aktionen',
    'Add an action' => 'Aktion hinzufügen',
    'Event name' => 'Ereignis',
    'Action name' => 'Aktion',
    'Action parameters' => 'Aktionsparameter',
    'Action' => 'Aktion',
    'Event' => 'Ereignis',
    'When the selected event occurs execute the corresponding action.' => 'Wenn das gewählte Ereignis eintritt, führe die zugehörige Aktion aus.',
    'Next step' => 'Weiter',
    'Define action parameters' => 'Aktionsparameter definieren',
    'Save this action' => 'Aktion speichern',
    'Do you really want to remove this action: "%s"?' => 'Soll diese Aktion wirklich gelöscht werden: "%s"?',
    'Remove an automatic action' => 'Löschen einer automatischen Aktion',
    'Close the task' => 'Aufgabe abschließen',
    'Assign the task to a specific user' => 'Aufgabe einem Benutzer zuordnen',
    'Assign the task to the person who does the action' => 'Aufgabe dem Benutzer zuordnen, der die Aktion ausgeführt hat',
    'Duplicate the task to another project' => 'Aufgabe in ein anderes Projekt kopieren',
    'Move a task to another column' => 'Aufgabe in andere Spalte verschieben',
    'Move a task to another position in the same column' => 'Aufgabe an andere Position in der gleichen Spalte verschieben',
    'Task modification' => 'Aufgabe ändern',
    'Task creation' => 'Aufgabe erstellen',
    'Open a closed task' => 'Abgeschlossene Aufgabe wieder eröffnen',
    'Closing a task' => 'Aufgabe abschließen',
    'Assign a color to a specific user' => 'Einem Benutzer eine Farbe zuordnen',
    'Column title' => 'Spaltentitel',
    'Position' => 'Position',
    'Move Up' => 'nach oben',
    'Move Down' => 'nach unten',
    'Duplicate to another project' => 'In ein anderes Projekt duplizieren',
    'Duplicate' => 'Duplizieren',
    'link' => 'Link',
    'Update this comment' => 'Kommentar aktualisieren',
    'Comment updated successfully.' => 'Kommentar erfolgreich aktualisiert.',
    'Unable to update your comment.' => 'Aktualisierung des Kommentars nicht möglich.',
    'Remove a comment' => 'Kommentar löschen',
    'Comment removed successfully.' => 'Kommentar erfolgreich gelöscht.',
    'Unable to remove this comment.' => 'Löschen des Kommentars nicht möglich.',
    'Do you really want to remove this comment?' => 'Soll dieser Kommentar wirklich gelöscht werden?',
    'Only administrators or the creator of the comment can access to this page.' => 'Nur Administratoren und der Ersteller des Kommentars haben Zugriff auf diese Seite.',
    'Details' => 'Details',
    'Current password for the user "%s"' => 'Aktuelles Passwort für den Benutzer "%s"',
    'The current password is required' => 'Das aktuelle Passwort wird benötigt',
    'Wrong password' => 'Falsches Passwort',
    'Reset all tokens' => 'Alle Tokens zurücksetzen',
    'All tokens have been regenerated.' => 'Alle Tokens wurden zurückgesetzt.',
    'Unknown' => 'Unbekannt',
    'Last logins' => 'Letzte Anmeldungen',
    'Login date' => 'Anmeldedatum',
    'Authentication method' => 'Authentisierungsmethode',
    'IP address' => 'IP Adresse',
    'User agent' => 'User Agent',
    'Persistent connections' => 'Bestehende Verbindungen',
    'No session' => 'Keine Sitzung',
    'Expiration date' => 'Ablaufdatum',
    'Remember Me' => 'Angemeldet bleiben',
    'Creation date' => 'Erstellungsdatum',
    'Filter by user' => 'Benutzer filtern',
    'Filter by due date' => 'Fälligkeit filtern',
    'Everybody' => 'Alle',
    'Open' => 'Offen',
    'Closed' => 'Abgeschlossen',
    'Search' => 'Suchen',
    'Nothing found.' => 'Nichts gefunden.',
    'Search in the project "%s"' => 'Suche in Projekt "%s"',
    'Due date' => 'Fälligkeitsdatum',
    'Others formats accepted: %s and %s' => 'Andere akzeptierte Formate: %s und %s',
    'Description' => 'Beschreibung',
    '%d comments' => '%d Kommentare',
    '%d comment' => '%d Kommentar',
    'Email address invalid' => 'Ungültige E-Mail-Adresse',
    'Your Google Account is not linked anymore to your profile.' => 'Google Account nicht mehr mit dem Profil verbunden.',
    'Unable to unlink your Google Account.' => 'Trennung der Verbindung zum Google Account nicht möglich.',
    'Google authentication failed' => 'Zugang mit Google fehl geschlagen',
    'Unable to link your Google Account.' => 'Verbindung mit diesem Google Account nicht möglich.',
    'Your Google Account is linked to your profile successfully.' => 'Der Google Account wurde erfolgreich verbunden.',
    'Email' => 'E-Mail',
    'Link my Google Account' => 'Verbinde meinen Google Account',
    'Unlink my Google Account' => 'Verbindung mit meinem Google Account trennen',
    'Login with my Google Account' => 'Anmelden mit meinem Google Account',
    'Project not found.' => 'Das Projekt wurde nicht gefunden.',
    'Task #%d' => 'Aufgabe Nr. %d',
    'Task removed successfully.' => 'Aufgabe erfolgreich gelöscht.',
    'Unable to remove this task.' => 'Löschen der Aufgabe nicht möglich.',
    'Remove a task' => 'Aufgabe löschen',
    'Do you really want to remove this task: "%s"?' => 'Soll diese Aufgabe wirklich gelöscht werden: "%s"?',
    'Assign automatically a color based on a category' => 'Automatisch eine Farbe anhand der Kategorie zuweisen',
    'Assign automatically a category based on a color' => 'Automatisch eine Kategorie anhand der Farbe zuweisen',
    'Task creation or modification' => 'Aufgabe erstellen oder ändern',
    'Category' => 'Kategorie',
    'Category:' => 'Kategorie:',
    'Categories' => 'Kategorien',
    'Category not found.' => 'Kategorie nicht gefunden.',
    'Your category have been created successfully.' => 'Kategorie erfolgreich erstellt.',
    'Unable to create your category.' => 'Erstellung der Kategorie nicht möglich.',
    'Your category have been updated successfully.' => 'Kategorie erfolgreich aktualisiert.',
    'Unable to update your category.' => 'Änderung der Kategorie nicht möglich.',
    'Remove a category' => 'Kategorie löschen',
    'Category removed successfully.' => 'Kategorie erfolgreich gelöscht.',
    'Unable to remove this category.' => 'Löschen der Kategorie nicht möglich.',
    'Category modification for the project "%s"' => 'Kategorie für das Projekt "%s" bearbeiten',
    'Category Name' => 'Kategoriename',
    'Categories for the project "%s"' => 'Kategorien des Projektes "%s"',
    'Add a new category' => 'Neue Kategorie',
    'Do you really want to remove this category: "%s"?' => 'Soll diese Kategorie wirklich gelöscht werden: "%s"?',
    'Filter by category' => 'Kategorie filtern',
    'All categories' => 'Alle Kategorien',
    'No category' => 'Keine Kategorie',
    'The name is required' => 'Der Name ist erforderlich',
    'Remove a file' => 'Datei löschen',
    'Unable to remove this file.' => 'Löschen der Datei nicht möglich.',
    'File removed successfully.' => 'Datei erfolgreich gelöscht.',
    'Attach a document' => 'Datei anhängen',
    'Do you really want to remove this file: "%s"?' => 'Soll diese Datei wirklich gelöscht werden: "%s"?',
    'open' => 'öffnen',
    'Attachments' => 'Anhänge',
    'Edit the task' => 'Aufgabe bearbeiten',
    'Edit the description' => 'Beschreibung bearbeiten',
    'Add a comment' => 'Kommentar hinzufügen',
    'Edit a comment' => 'Kommentar bearbeiten',
    'Summary' => 'Zusammenfassung',
    'Time tracking' => 'Zeiterfassung',
    'Estimate:' => 'Geschätzt:',
    'Spent:' => 'Aufgewendet:',
    'Do you really want to remove this sub-task?' => 'Soll diese Unteraufgabe wirklich gelöscht werden: "%s"?',
    'Remaining:' => 'Verbleibend:',
    'hours' => 'Stunden',
    'spent' => 'aufgewendet',
    'estimated' => 'geschätzt',
    'Sub-Tasks' => 'Unteraufgaben',
    'Add a sub-task' => 'Unteraufgabe anlegen',
    'Original Estimate' => 'Geschätzter Aufwand',
    'Create another sub-task' => 'Weitere Unteraufgabe anlegen',
    'Time Spent' => 'Aufgewendete Zeit',
    'Edit a sub-task' => 'Unteraufgabe bearbeiten',
    'Remove a sub-task' => 'Unteraufgabe löschen',
    'The time must be a numeric value' => 'Zeit nur als nummerische Angabe',
    'Todo' => 'Nicht gestartet',
    'In progress' => 'In Bearbeitung',
    'Sub-task removed successfully.' => 'Unteraufgabe erfolgreich gelöscht.',
    'Unable to remove this sub-task.' => 'Löschen der Unteraufgabe nicht möglich.',
    'Sub-task updated successfully.' => 'Unteraufgabe erfolgreich aktualisiert.',
    'Unable to update your sub-task.' => 'Aktualisieren der Unteraufgabe nicht möglich.',
    'Unable to create your sub-task.' => 'Erstellen der Unteraufgabe nicht möglich.',
    'Sub-task added successfully.' => 'Unteraufgabe erfolgreich angelegt.',
    'Maximum size: ' => 'Maximalgröße: ',
    'Unable to upload the file.' => 'Hochladen der Datei nicht möglich.',
    'Display another project' => 'Zu Projekt wechseln...',
    'Your GitHub account was successfully linked to your profile.' => 'GitHub Account erfolgreich mit dem Profil verbunden.',
    'Unable to link your GitHub Account.' => 'Verbindung mit diesem GitHub Account nicht möglich.',
    'GitHub authentication failed' => 'Zugang mit GitHub fehl geschlagen',
    'Your GitHub account is no longer linked to your profile.' => 'GitHub Account nicht mehr mit dem Profil verbunden.',
    'Unable to unlink your GitHub Account.' => 'Trennung der Verbindung zum GitHub Account nicht möglich.',
    'Login with my GitHub Account' => 'Anmelden mit meinem GitHub Account',
    'Link my GitHub Account' => 'Mit meinem GitHub Account verbinden',
    'Unlink my GitHub Account' => 'Verbindung mit meinem GitHub Account trennen',
    'Created by %s' => 'Erstellt durch %s',
    'Last modified on %B %e, %Y at %k:%M %p' => 'Letzte Änderung am %d.%m.%Y um %H:%M',
    'Tasks Export' => 'Aufgaben exportieren',
    'Tasks exportation for "%s"' => 'Aufgaben exportieren für "%s"',
    'Start Date' => 'Anfangsdatum',
    'End Date' => 'Enddatum',
    'Execute' => 'Ausführen',
    'Task Id' => 'Aufgaben ID',
    'Creator' => 'Erstellt von',
    'Modification date' => 'Änderungsdatum',
    'Completion date' => 'Abschlussdatum',
    'Webhook URL for task creation' => 'Webhook URL zur Aufgabenerstellung',
    'Webhook URL for task modification' => 'Webhook URL zur Aufgabenänderung',
    // 'Clone' => '',
    // 'Clone Project' => '',
    // 'Project cloned successfully.' => '',
    // 'Unable to clone this project.' => '',
    // 'Email notifications' => '',
    // 'Enable email notifications' => '',
    // 'Task position:' => '',
    // 'The task #%d have been opened.' => '',
    // 'The task #%d have been closed.' => '',
    // 'Sub-task updated' => '',
    // 'Title:' => '',
    // 'Status:' => '',
    // 'Assignee:' => '',
    // 'Time tracking:' => '',
    // 'New sub-task' => '',
    // 'New attachment added "%s"' => '',
    // 'Comment updated' => '',
    // 'New comment posted by %s' => '',
    // 'List of due tasks for the project "%s"' => '',
    // '[%s][New attachment] %s (#%d)' => '',
    // '[%s][New comment] %s (#%d)' => '',
    // '[%s][Comment updated] %s (#%d)' => '',
    // '[%s][New subtask] %s (#%d)' => '',
    // '[%s][Subtask updated] %s (#%d)' => '',
    // '[%s][New task] %s (#%d)' => '',
    // '[%s][Task updated] %s (#%d)' => '',
    // '[%s][Task closed] %s (#%d)' => '',
    // '[%s][Task opened] %s (#%d)' => '',
    // '[%s][Due tasks]' => '',
    // '[Kanboard] Notification' => '',
    // 'I want to receive notifications only for those projects:' => '',
    // 'view the task on Kanboard' => '',
);