Update translations.

This commit is contained in:
Lauri Ojansivu 2021-01-18 13:55:37 +02:00
parent 37db870475
commit 0acb8f5d69
2 changed files with 23 additions and 23 deletions

View file

@ -868,13 +868,13 @@
"board-title-not-found": "Board „%s“ nicht gefunden.", "board-title-not-found": "Board „%s“ nicht gefunden.",
"swimlane-title-not-found": "Swimlane „%s“ nicht gefunden.", "swimlane-title-not-found": "Swimlane „%s“ nicht gefunden.",
"list-title-not-found": "Liste „%s“ nicht gefunden.", "list-title-not-found": "Liste „%s“ nicht gefunden.",
"label-not-found": "Label '%s' not found.", "label-not-found": "Label „%s“ nicht gefunden.",
"user-username-not-found": "Nutzername „%s“ nicht gefunden.", "user-username-not-found": "Nutzername „%s“ nicht gefunden.",
"globalSearch-title": "Alle Boards durchsuchen", "globalSearch-title": "Alle Boards durchsuchen",
"no-cards-found": "Keine Karten gefunden", "no-cards-found": "Keine Karten gefunden",
"one-card-found": "Eine Karte gefunden", "one-card-found": "Eine Karte gefunden",
"n-cards-found": "%s Karten gefunden", "n-cards-found": "%s Karten gefunden",
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found", "n-n-of-n-cards-found": "__start____end__ von __total__ Karten gefunden",
"operator-board": "Board", "operator-board": "Board",
"operator-board-abbrev": "b", "operator-board-abbrev": "b",
"operator-swimlane": "Swimlane", "operator-swimlane": "Swimlane",
@ -887,24 +887,24 @@
"operator-user-abbrev": "@", "operator-user-abbrev": "@",
"operator-member": "Mitglied", "operator-member": "Mitglied",
"operator-member-abbrev": "m", "operator-member-abbrev": "m",
"operator-assignee": "assignee", "operator-assignee": "Beauftragter",
"operator-assignee-abbrev": "a", "operator-assignee-abbrev": "a",
"operator-is": "wird", "operator-is": "wird",
"operator-unknown-error": "%s is not an operator", "operator-unknown-error": "„%s“ ist kein Operator",
"heading-notes": "Notes", "heading-notes": "Bemerkungen",
"globalSearch-instructions-heading": "Search Instructions", "globalSearch-instructions-heading": "Hinweise zur Suche",
"globalSearch-instructions-description": "Searches can include operators to refine the search. Operators are specified by writing the operator name and value separated by a colon. For example, an operator specification of `list:Blocked` would limit the search to cards that are contained in a list named *Blocked*. If the value contains spaces or special characters it must be enclosed in quotation marks (e.g. `__operator_list__:\"To Review\"`).", "globalSearch-instructions-description": "Suchanfragen können Operatoren enthalten, um die Suche zu verfeinern. Operatoren bestehen aus ihrem Namen und ihrem Wert, getrennt durch einen Doppelpunkt. Beispielsweise würde die Operatorangabe `list:Blockiert` die Suche beschränken auf Karten in einer Liste namens *Blockiert*. Wenn der Wet Leerschritte oder andere Spezialzeichen enthält, muss er in Anführungszeichen gesetzt sein (z.B. `__operator_list__:\"Im Review\"`).",
"globalSearch-instructions-operators": "Available operators:", "globalSearch-instructions-operators": "Mögliche Operatoren:",
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title", "globalSearch-instructions-operator-board": "`__operator_board__:Titel` Karten in Boards mit dem angegebenen Titel",
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title", "globalSearch-instructions-operator-list": "`__operator_list__:Titel` Karten in Listen, auf die der angegebene Titel passt",
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title", "globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:Titel` Karten in Swimlanes, auf die der angegebene Titel passt",
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name", "globalSearch-instructions-operator-label": "`__operator_label__:Farbe` `__operator_label__:Name` Karten, die ein Label haben, auf das die angegebene Farbe oder Name passt",
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`", "globalSearch-instructions-operator-hash": "`__operator_label_abbrev__Label` Kurzform von `__operator_label__:Label`",
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*", "globalSearch-instructions-operator-user": "`__operator_user__:Nutzername` Karten, für die der angegebene Nutzer ein *Mitglied* oder ein *Beauftragter* ist",
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`", "globalSearch-instructions-operator-at": "`__operator_user_abbrev__Nutzername` Kurzform von `user:Nutzername`",
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*", "globalSearch-instructions-operator-member": "`__operator_member__:Nutzername` Karten, für die der angegebene Nutzer ein *Mitglied* ist",
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*", "globalSearch-instructions-operator-assignee": "`__operator_member__:Nutzername` Karten, für die der angegebene Nutzer ein *Beauftragter* ist",
"globalSearch-instructions-notes-1": "Multiple operators may be specified.", "globalSearch-instructions-notes-1": "Mehrere Operatoren können angegeben werden.",
"globalSearch-instructions-notes-2": "Similar operators are *OR*ed together. Cards that match any of the conditions will be returned.\n`__operator_list__:Available __operator_list__:Blocked` would return cards contained in any list named *Blocked* or *Available*.", "globalSearch-instructions-notes-2": "Similar operators are *OR*ed together. Cards that match any of the conditions will be returned.\n`__operator_list__:Available __operator_list__:Blocked` would return cards contained in any list named *Blocked* or *Available*.",
"globalSearch-instructions-notes-3": "Differing operators are *AND*ed together. Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.", "globalSearch-instructions-notes-3": "Differing operators are *AND*ed together. Only cards that match all of the differing operators are returned.\n`__operator_list__:Available __operator_label__:red` returns only cards in the list *Available* with a *red* label.",
"globalSearch-instructions-notes-4": "Text searches are case insensitive.", "globalSearch-instructions-notes-4": "Text searches are case insensitive.",

View file

@ -887,7 +887,7 @@
"operator-user-abbrev": "@", "operator-user-abbrev": "@",
"operator-member": "participant", "operator-member": "participant",
"operator-member-abbrev": "m", "operator-member-abbrev": "m",
"operator-assignee": "assignee", "operator-assignee": "personne assignée",
"operator-assignee-abbrev": "a", "operator-assignee-abbrev": "a",
"operator-is": "est", "operator-is": "est",
"operator-unknown-error": "'%s' n'est pas un opérateur", "operator-unknown-error": "'%s' n'est pas un opérateur",
@ -901,13 +901,13 @@
"globalSearch-instructions-operator-label": "`__operator_label__:couleur` `__operator_label__:nom` - cartes qui ont une étiquette correspondant à la couleur ou au nom donné.", "globalSearch-instructions-operator-label": "`__operator_label__:couleur` `__operator_label__:nom` - cartes qui ont une étiquette correspondant à la couleur ou au nom donné.",
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - raccourci pour `__operator_label__:étiquette`", "globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - raccourci pour `__operator_label__:étiquette`",
"globalSearch-instructions-operator-user": "`__operator_user__:utilisateur` - cartes *assignées* à cet utilisateur ou pour laquelle l'utilisateur spécifié est un *participant*.", "globalSearch-instructions-operator-user": "`__operator_user__:utilisateur` - cartes *assignées* à cet utilisateur ou pour laquelle l'utilisateur spécifié est un *participant*.",
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`", "globalSearch-instructions-operator-at": "`__operator_user_abbrev__utilisateur` - raccourci pour `user:utilisateur`",
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*", "globalSearch-instructions-operator-member": "`__operator_member__:utilisateur` - cartes pour lesquelles l'utilisateur donné est *participant*",
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*", "globalSearch-instructions-operator-assignee": "`__operator_assignee__:utilisateur` - cartes *assignées* à l'utilisateur spécifié",
"globalSearch-instructions-notes-1": "Il est possible d'utiliser plusieurs opérateurs.", "globalSearch-instructions-notes-1": "Il est possible d'utiliser plusieurs opérateurs.",
"globalSearch-instructions-notes-2": "Les opérateurs similaires deviennent *optionnels*. Les cartes correspondant à n'importe quelle condition sont retournées.\n`__operator_list__:Disponible __operator_list__:Bloquée` retournera les cartes contenues dans la liste *Disponible* ou dans la liste *Bloquée*.", "globalSearch-instructions-notes-2": "Les opérateurs similaires deviennent *optionnels*. Les cartes correspondant à n'importe quelle condition sont retournées.\n`__operator_list__:Disponible __operator_list__:Bloquée` retournera les cartes contenues dans la liste *Disponible* ou dans la liste *Bloquée*.",
"globalSearch-instructions-notes-3": "Les opérateurs différents sont *combinés*. Seules les cartes correspondant à tous les critères sont retournées.\n`__operator_list__:Disponible __operator_label__:rouge` ne retourne que les cartes dans la liste *Disponible* avec une étiquette *rouge*.", "globalSearch-instructions-notes-3": "Les opérateurs différents sont *combinés*. Seules les cartes correspondant à tous les critères sont retournées.\n`__operator_list__:Disponible __operator_label__:rouge` ne retourne que les cartes dans la liste *Disponible* avec une étiquette *rouge*.",
"globalSearch-instructions-notes-4": "Les recherches textuelles ne sont pas sensibles à la casse.", "globalSearch-instructions-notes-4": "Les recherches textuelles ne sont pas sensibles à la casse.",
"globalSearch-instructions-notes-5": "Les cartes actuellement archivées ne sont pas recherchées.", "globalSearch-instructions-notes-5": "Les cartes actuellement archivées ne sont pas recherchées.",
"link-to-search": "Link to this search" "link-to-search": "Lien vers cette recherche"
} }