Sync locales

This commit is contained in:
Frederic Guillot
2017-03-19 17:59:33 -04:00
parent 6bd0ce25c9
commit 7bfeaaf164
27 changed files with 495 additions and 235 deletions

View File

@@ -39,7 +39,6 @@ return array(
'Administrator' => 'Administrator',
'Sign in' => 'Anmelden',
'Users' => 'Benutzer',
'No user' => 'Kein Benutzer',
'Forbidden' => 'Verboten',
'Access Forbidden' => 'Zugriff verboten',
'Edit user' => 'Benutzer bearbeiten',
@@ -402,16 +401,13 @@ return array(
'API' => 'API',
'Create a comment from an external provider' => 'Kommentar eines externen Providers hinzufügen',
'Project management' => 'Projektmanagement',
'My projects' => 'Meine Projekte',
'Columns' => 'Spalten',
'Task' => 'Aufgabe',
'Your are not member of any project.' => 'Sie sind nicht Mitglied eines Projekts.',
'Percentage' => 'Prozentsatz',
'Number of tasks' => 'Anzahl an Aufgaben',
'Task distribution' => 'Aufgabenverteilung',
'Analytics' => 'Analyse',
'Subtask' => 'Teilaufgabe',
'My subtasks' => 'Meine Teilaufgaben',
'User repartition' => 'Benutzerverteilung',
'Clone this project' => 'Projekt kopieren',
'Column removed successfully.' => 'Spalte erfolgreich entfernt.',
@@ -889,7 +885,6 @@ return array(
'There is no user available.' => 'Es ist kein Benutzer verfügbar.',
'Do you really want to remove the user "%s" from the group "%s"?' => 'Wollen Sie den Benutzer "%s" wirklich aus der Gruppe "%s" löschen?',
'There is no group.' => 'Es gibt keine Gruppe.',
'External Id' => 'Externe ID',
'Add group member' => 'Gruppenmitglied hinzufügen',
'Do you really want to remove this group: "%s"?' => 'Wollen Sie die Gruppe "%s" wirklich löschen?',
'There is no user in this group.' => 'Es gibt keinen Benutzer in dieser Gruppe.',
@@ -955,7 +950,6 @@ return array(
'Default priority' => 'Standard-Priorität',
'Lowest priority' => 'Niedrigste Priorität',
'Highest priority' => 'Höchste Priorität',
'If you put zero to the low and high priority, this feature will be disabled.' => 'Wenn Sie Null bei höchster und niedrigster Priorität eintragen, wird diese Funktion deaktiviert.',
'Close a task when there is no activity' => 'Schliesse eine Aufgabe, wenn keine Aktivitäten vorhanden sind',
'Duration in days' => 'Dauer in Tagen',
'Send email when there is no activity on a task' => 'Versende eine Email, wenn keine Aktivitäten an einer Aufgabe vorhanden sind',
@@ -1169,8 +1163,6 @@ return array(
'Subtasks overview for %s' => 'Teilaufgaben-Übersicht für %s',
'Projects overview for %s' => 'Projekt-Übersicht für %s',
'Activity stream for %s' => 'Aktivitätenstrom für %s',
'Calendar for %s' => 'Kalender für %s',
'Notifications for %s' => 'Benachrichtigungen für %s',
'Assign a color when the task is moved to a specific swimlane' => 'Einer Aufgabe eine Farbe zuweisen, wenn diese in eine bestimmte Swimlane verschoben wird',
'Assign a priority when the task is moved to a specific swimlane' => 'Einer Aufgabe eine Priorität zuweisen, wenn diese in eine bestimmte Swimlane verschoben wird',
'User unlocked successfully.' => 'Benutzer erfolgreich entsperrt.',
@@ -1316,7 +1308,6 @@ return array(
'You could upload the previously downloaded Sqlite database (Gzip format).' => 'Sie können die zuvor heruntergeladene Sqlite-Datenbank (Gzip-Format) hochladen.',
'Database file' => 'Datenbankdatei',
'Upload' => 'Hochladen',
'Remove this user from group' => 'Diesen Benutzer aus der Gruppe entfernen',
'Your project must have at least one active swimlane.' => 'Ihr Projekt muss mindestens eine aktive Swimlane haben.',
'Project: %s' => 'Projekt: %s',
'Automatic action not found: "%s"' => 'Automatische Aktion nicht gefunden: "%s"',
@@ -1334,4 +1325,23 @@ return array(
// 'Assign automatically a color when due date is expired' => '',
// 'Total score in this column across all swimlanes' => '',
// 'HRK - Kuna' => '',
// 'ARS - Argentine Peso' => '',
// 'COP - Colombian Peso' => '',
// '%d groups' => '',
// '%d group' => '',
// 'Group ID' => '',
// 'External ID' => '',
// '%d users' => '',
// '%d user' => '',
// 'Hide subtasks' => '',
// 'Show subtasks' => '',
// 'Authentication Parameters' => '',
// 'API Access' => '',
// 'No users found.' => '',
// 'User ID' => '',
// 'Notifications are activated' => '',
// 'Notifications are disabled' => '',
// 'User disabled' => '',
// '%d notifications' => '',
// '%d notification' => '',
);