mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Update translations.
This commit is contained in:
parent
2726643586
commit
83e77f8d82
58 changed files with 50241 additions and 48791 deletions
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "е"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "е",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "je"
|
"operator-member": "člen",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "je",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "er"
|
"operator-member": "medlem",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "er",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +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.",
|
||||||
"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": "%s–%s von %s Karten gefunden",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "Board",
|
"operator-board": "Board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "Swimlane",
|
"operator-swimlane": "Swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "Nutzer",
|
"operator-user": "Nutzer",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "wird"
|
"operator-member": "Mitglied",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "wird",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "είναι"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "είναι",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "membro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "es"
|
"operator-member": "miembro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "es",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "es"
|
"operator-member": "miembro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "es",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "es"
|
"operator-member": "miembro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "es",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "هست"
|
"operator-member": "عضو",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "هست",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Taulua '%s' ei löytynyt.",
|
"board-title-not-found": "Taulua '%s' ei löytynyt.",
|
||||||
"swimlane-title-not-found": "Swimlanea '%s' ei löytynyt.",
|
"swimlane-title-not-found": "Swimlanea '%s' ei löytynyt.",
|
||||||
"list-title-not-found": "Listaa '%s' ei löytynyt.",
|
"list-title-not-found": "Listaa '%s' ei löytynyt.",
|
||||||
|
"label-not-found": "Nimilappua '%s' ei löytynyt.",
|
||||||
"user-username-not-found": "Käyttäjänimeä '%s' ei löytynyt.",
|
"user-username-not-found": "Käyttäjänimeä '%s' ei löytynyt.",
|
||||||
"globalSearch-title": "Etsi kaikilta tauluilta",
|
"globalSearch-title": "Etsi kaikilta tauluilta",
|
||||||
"no-cards-found": "Kortteja ei löytynyt.",
|
"no-cards-found": "Kortteja ei löytynyt.",
|
||||||
"one-card-found": "Yksi kortti löytyi",
|
"one-card-found": "Yksi kortti löytyi",
|
||||||
"n-cards-found": "%s korttia löytyi",
|
"n-cards-found": "%s korttia löytyi",
|
||||||
"n-n-of-n-cards-found": "%s-%s / %s kortista löytyi",
|
"n-n-of-n-cards-found": "__start__-__end__ / __total__ korttia löytyi",
|
||||||
"operator-board": "taulu",
|
"operator-board": "taulu",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "käyttäjä",
|
"operator-user": "käyttäjä",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "on"
|
"operator-member": "jäsen",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "käsittelijä",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "on",
|
||||||
|
"operator-unknown-error": "%s ei ole operaattori",
|
||||||
|
"heading-notes": "Huomioitavaa",
|
||||||
|
"globalSearch-instructions-heading": "Etsintäohjeet",
|
||||||
|
"globalSearch-instructions-description": "Etsinnät voi sisältää operaattoreita tarkentamaan hakua. Operaattorit määritellään kirjoittamalla operaattorin nimi ja arvo eroteltuna kaksoispisteellä. Esimerkiksi, operaattori määritelmä `lista:Blokattu` rajoittaisi etsinnät kortteihin listassa nimeltä *Blokattu*. Jos arvo sisältää välilyöntejä tai erityismerkkejä se täytyy or special characters sen on oltava lainausmerkeissä (esim. `__operator_list__:\"Tarkistettavat\"`).",
|
||||||
|
"globalSearch-instructions-operators": "Saatavilla olevat operaattorit:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:otsikko` - kortit tauluilla, jotka vastaavat määritettyä otsikkoa",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:otsikko` - kortit listoissa, jotka vastaavat määritettyä otsikkoa",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:otsikko` - kortit swimlaneilla, jotka vastaavat määritettyä otsikkoa",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:väri` `__operator_label__:nimi` - kortit, jotka vastaavat määritettyä väriä ja nimeä",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__nimilappu` - lyhenne haulle `__operator_label__:nimilappu`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:käyttäjänimi` - kortit joilla määritelty käyttäjä on *jäsen* tai *käsittelijä*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__käyttäjänimi` - lyhenne haulle `käyttäjä:käyttäjänimi`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:käyttäjänimi` - kortit joilla määritelty käyttäjä on *jäsen*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:käyttäjänimi` - kortit joilla määritelty käyttäjä on *käsittelijä*",
|
||||||
|
"globalSearch-instructions-notes-1": "On mahdollista määritellä useita operaattoreita.",
|
||||||
|
"globalSearch-instructions-notes-2": "Samankaltaiset operaattorit on *TAI* yhteen. Kortit jotka täsmää mihin tahansa ehtoon palautetaan.\n`__operator_list__:Saatavilla oleva __operator_list__:Blokattu` palauttaisi kortit jotka sisältää minkä tahansa listan nimeltä *Blokattu* tai *Saatavilla*.",
|
||||||
|
"globalSearch-instructions-notes-3": "Erilaiset operaattorit ovat *JA* yhteen. Vain kortit jotka täsmää kaikkiin erilaisiin operaattoreihin palautetaan.\n`__operator_list__:Saatavilla __operator_label__:red` palauttaa vain kortit listassa *Saatavilla* jolla *red* punainen nimilappu.",
|
||||||
|
"globalSearch-instructions-notes-4": "Tekstihaut ovat kirjainkoosta riippumattomia.",
|
||||||
|
"globalSearch-instructions-notes-5": "Arkistoiduista korteista ei etsitä.",
|
||||||
|
"link-to-search": "Linkki tähän hakuun"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Tableau '%s' non trouvé.",
|
"board-title-not-found": "Tableau '%s' non trouvé.",
|
||||||
"swimlane-title-not-found": "Couloir '%s' non trouvé.",
|
"swimlane-title-not-found": "Couloir '%s' non trouvé.",
|
||||||
"list-title-not-found": "Liste '%s' non trouvée.",
|
"list-title-not-found": "Liste '%s' non trouvée.",
|
||||||
|
"label-not-found": "Étiquette '%s' non trouvée.",
|
||||||
"user-username-not-found": "Utilisateur '%s' non trouvé.",
|
"user-username-not-found": "Utilisateur '%s' non trouvé.",
|
||||||
"globalSearch-title": "Chercher tous les tableaux",
|
"globalSearch-title": "Chercher tous les tableaux",
|
||||||
"no-cards-found": "Aucune carte trouvée",
|
"no-cards-found": "Aucune carte trouvée",
|
||||||
"one-card-found": "Une carte trouvée",
|
"one-card-found": "Une carte trouvée",
|
||||||
"n-cards-found": "%s cartes trouvées",
|
"n-cards-found": "%s cartes trouvées",
|
||||||
"n-n-of-n-cards-found": "%s-%s sur %s cartes trouvées",
|
"n-n-of-n-cards-found": "__start__-__end__ sur __total__ cartes trouvées",
|
||||||
"operator-board": "tableau",
|
"operator-board": "tableau",
|
||||||
"operator-board-abbrev": "t",
|
"operator-board-abbrev": "t",
|
||||||
"operator-swimlane": "couloir",
|
"operator-swimlane": "couloir",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "utilisateur",
|
"operator-user": "utilisateur",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "est"
|
"operator-member": "participant",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "est",
|
||||||
|
"operator-unknown-error": "'%s' n'est pas un opérateur",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Instructions de recherche",
|
||||||
|
"globalSearch-instructions-description": "Les recherches peuvent inclure des opérateurs pour affiner le résultat. Les opérateurs sont précisés en écrivant l'opérateur suivi d'une valeur séparé par un deux-point. Par exemple, une spécification comme `liste:Bloqué` limiterait le résultat aux cartes qui contiennent une liste appelée *Bloqué*. Si la valeur contient des espaces ou des caractères spéciaux, elle doit être entourée d'apostrophes (par ex. `__operator_list__:\"À valider\"). ",
|
||||||
|
"globalSearch-instructions-operators": "Opérateurs disponibles :",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Les recherches textuelles ne sont pas sensibles à la casse.",
|
||||||
|
"globalSearch-instructions-notes-5": "Les cartes actuellement archivées ne sont pas recherchées.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "הלוח ‚%s’ לא נמצא.",
|
"board-title-not-found": "הלוח ‚%s’ לא נמצא.",
|
||||||
"swimlane-title-not-found": "המסלול ‚%s’ לא נמצא.",
|
"swimlane-title-not-found": "המסלול ‚%s’ לא נמצא.",
|
||||||
"list-title-not-found": "הרשימה ‚%s’ לא נמצאה.",
|
"list-title-not-found": "הרשימה ‚%s’ לא נמצאה.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "שם המשתמש ‚%s’ לא נמצא.",
|
"user-username-not-found": "שם המשתמש ‚%s’ לא נמצא.",
|
||||||
"globalSearch-title": "חיפוש בכל הלוחות",
|
"globalSearch-title": "חיפוש בכל הלוחות",
|
||||||
"no-cards-found": "לא נמצאו כרטיסים",
|
"no-cards-found": "לא נמצאו כרטיסים",
|
||||||
"one-card-found": "נמצא כרטיס אחד",
|
"one-card-found": "נמצא כרטיס אחד",
|
||||||
"n-cards-found": "נמצאו %s כרטיסים",
|
"n-cards-found": "נמצאו %s כרטיסים",
|
||||||
"n-n-of-n-cards-found": "נמצאו %s-%s מתוך %s כרטיסים",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "לוח",
|
"operator-board": "לוח",
|
||||||
"operator-board-abbrev": "ל",
|
"operator-board-abbrev": "ל",
|
||||||
"operator-swimlane": "מסלול",
|
"operator-swimlane": "מסלול",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "משתמש",
|
"operator-user": "משתמש",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "הוא"
|
"operator-member": "חבר",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "הוא",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "je"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "je",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-removeChecklistItem": "removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-checkedItem": "checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-uncheckedItem": "unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-completeChecklist": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-completeChecklist": "befejezte __checklist__ listát ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
||||||
"act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-uncompleteChecklist": "uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-addComment": "commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"act-editComment": "edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
"activities": "Tevékenységek",
|
"activities": "Tevékenységek",
|
||||||
"activity": "Tevékenység",
|
"activity": "Tevékenység",
|
||||||
"activity-added": "%s hozzáadva ehhez: %s",
|
"activity-added": "%s hozzáadva ehhez: %s",
|
||||||
"activity-archived": "%s moved to Archive",
|
"activity-archived": "%s áthelyezve az Archívumba",
|
||||||
"activity-attached": "%s mellékletet csatolt a kártyához: %s",
|
"activity-attached": "%s mellékletet csatolt a kártyához: %s",
|
||||||
"activity-created": "%s létrehozva",
|
"activity-created": "%s létrehozva",
|
||||||
"activity-customfield-created": "létrehozta a(z) %s egyéni mezőt",
|
"activity-customfield-created": "létrehozta a(z) %s egyéni mezőt",
|
||||||
|
|
@ -65,20 +65,20 @@
|
||||||
"activity-checklist-added": "ellenőrzőlista hozzáadva ehhez: %s",
|
"activity-checklist-added": "ellenőrzőlista hozzáadva ehhez: %s",
|
||||||
"activity-checklist-removed": "eltávolította az ellenőrzőlistát innen: %s",
|
"activity-checklist-removed": "eltávolította az ellenőrzőlistát innen: %s",
|
||||||
"activity-checklist-completed": "befejezte %s ellenőrzőlistát innen: %s",
|
"activity-checklist-completed": "befejezte %s ellenőrzőlistát innen: %s",
|
||||||
"activity-checklist-uncompleted": "uncompleted the checklist %s of %s",
|
"activity-checklist-uncompleted": "befejezetlenné tett %s elemet %s listából",
|
||||||
"activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s",
|
"activity-checklist-item-added": "ellenőrzőlista elem hozzáadva ehhez: „%s”, ebben: %s",
|
||||||
"activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
|
"activity-checklist-item-removed": "eltávolított egy ellenőrző-lista elemet innen: '%s' ebben: %s",
|
||||||
"add": "Hozzáadás",
|
"add": "Hozzáadás",
|
||||||
"activity-checked-item-card": "checked %s in checklist %s",
|
"activity-checked-item-card": "bepipálta %s elemet ebben a listában: %s",
|
||||||
"activity-unchecked-item-card": "unchecked %s in checklist %s",
|
"activity-unchecked-item-card": "pipáltanította %s elemet ebben a listában: %s",
|
||||||
"activity-checklist-completed-card": "completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
|
"activity-checklist-completed-card": "befejezte ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
||||||
"activity-checklist-uncompleted-card": "uncompleted the checklist %s",
|
"activity-checklist-uncompleted-card": "befejezetlenné tette ezt a listát: __checklist__ ezen a kártyán: __card__ ebben az oszlopban: __list__ ezen az úszósávon: __swimlane__ at ezen a kártyán: __board__",
|
||||||
"activity-editComment": "edited comment %s",
|
"activity-editComment": "szerkesztette ezt a megjegyzést: %s",
|
||||||
"activity-deleteComment": "deleted comment %s",
|
"activity-deleteComment": "törölte ezt a megjegyzést: %s",
|
||||||
"activity-receivedDate": "edited received date to %s of %s",
|
"activity-receivedDate": "átírta az \"érkezett\" dátumot erről: %s erre: %s",
|
||||||
"activity-startDate": "edited start date to %s of %s",
|
"activity-startDate": "átírta az \"elkezdve\" dátumot erről: %s erre: %s",
|
||||||
"activity-dueDate": "edited due date to %s of %s",
|
"activity-dueDate": "átírta a \"határidő\" dátumot erről: %s erre: %s",
|
||||||
"activity-endDate": "edited end date to %s of %s",
|
"activity-endDate": "átírta a \"befejezés\" dátumát erről: %s erre: %s",
|
||||||
"add-attachment": "Melléklet hozzáadása",
|
"add-attachment": "Melléklet hozzáadása",
|
||||||
"add-board": "Tábla hozzáadása",
|
"add-board": "Tábla hozzáadása",
|
||||||
"add-card": "Kártya hozzáadása",
|
"add-card": "Kártya hozzáadása",
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
"cardTemplatePopup-title": "Sablon létrehozása",
|
"cardTemplatePopup-title": "Sablon létrehozása",
|
||||||
"cards": "Kártyák",
|
"cards": "Kártyák",
|
||||||
"cards-count": "Kártyák",
|
"cards-count": "Kártyák",
|
||||||
"casSignIn": "Sign In with CAS",
|
"casSignIn": "Bejelentkezés CAS metódussal",
|
||||||
"cardType-card": "Kártya",
|
"cardType-card": "Kártya",
|
||||||
"cardType-linkedCard": "Kapcsolt Kártya",
|
"cardType-linkedCard": "Kapcsolt Kártya",
|
||||||
"cardType-linkedBoard": "Kapcsolt Tábla",
|
"cardType-linkedBoard": "Kapcsolt Tábla",
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": ".."
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "..",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "adalah"
|
"operator-member": "anggota",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "adalah",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "è"
|
"operator-member": "membro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "è",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "が"
|
"operator-member": "メンバー",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "が",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "멤버",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "ir"
|
"operator-member": "dalībnieks",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "ir",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "е"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "е",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Bord '%s' niet gevonden.",
|
"board-title-not-found": "Bord '%s' niet gevonden.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' niet gevonden.",
|
"swimlane-title-not-found": "Swimlane '%s' niet gevonden.",
|
||||||
"list-title-not-found": "Lijst '%s' niet gevonden",
|
"list-title-not-found": "Lijst '%s' niet gevonden",
|
||||||
|
"label-not-found": "Label '%s' is niet gevonden.",
|
||||||
"user-username-not-found": "Gebruiker '%s' niet gevonden.",
|
"user-username-not-found": "Gebruiker '%s' niet gevonden.",
|
||||||
"globalSearch-title": "Zoek op alle borden",
|
"globalSearch-title": "Zoek op alle borden",
|
||||||
"no-cards-found": "Geen Kaarten Gevonden",
|
"no-cards-found": "Geen Kaarten Gevonden",
|
||||||
"one-card-found": "Een kaart gevonden",
|
"one-card-found": "Een kaart gevonden",
|
||||||
"n-cards-found": "%s Kaarten Gevonden",
|
"n-cards-found": "%s Kaarten Gevonden",
|
||||||
"n-n-of-n-cards-found": "%s-%s van %s Kaarten Gevonden",
|
"n-n-of-n-cards-found": "__start__-__end__ van __total__ Kaarten Gevonden",
|
||||||
"operator-board": "bord",
|
"operator-board": "bord",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "Gebruiker",
|
"operator-user": "Gebruiker",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "lid",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "toegewezen aan",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is geen expressie",
|
||||||
|
"heading-notes": "Notities",
|
||||||
|
"globalSearch-instructions-heading": "Zoek Instructies",
|
||||||
|
"globalSearch-instructions-description": "Zoekacties kunnen expressies bevatten om het resultaat te verfijnen. Expressies worden gespecificeerd door de expressie-naam en de waarde, gescheiden door een dubbele punt. Voorbeeld, de expressie specificatie 'list:Blocked' moet het zoekresultaat limiteren tot alleen die kaarten uit een lijst met de naam *Blocked*. Als de waarde een speciaal karakter of spaties bevat dan moet deze tussen dubbele aanhalingstekens geschreven worden (bv. `__operator_list__:\"To Review\"`).",
|
||||||
|
"globalSearch-instructions-operators": "Beschikbare expressies:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:titel` - kaarten op borden met de gespecificeerde titel",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:titel` - kaarten in lijsten met de gespecificeerde titel",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:titel` - kaarten in swimlanes met de gespecificeerde titel",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:kleur` `__operator_label__:naam` - kaarten met een label met de gespecificeerde kleur of naam",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - afkorting van `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:gebruikersnaam` - kaarten met de gespecificeerde gebruiker als *lid* of *toegewezen*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - afkorting van `user:gebruikersnaam`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:gebruikersnaam` - kaarten waar de gespecificeerde gebruiker *lid* is",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:gebruikersnaam` - kaarten met de gespecificeerde gebruiker als *toegewezen*",
|
||||||
|
"globalSearch-instructions-notes-1": "Meerdere expressies mogen worden gespecificeerd.",
|
||||||
|
"globalSearch-instructions-notes-2": "Vergelijkbare expressies worden met de logische *OR* samengevoegd. Kaarten die aan een van de expressies voldoen worden als resultaat teruggegeven.\n`__operator_list__:Available __operator_list__:Blocked` geeft de kaarten die voorkomen in elke lijst met de naam *Blocked* of *Available*.",
|
||||||
|
"globalSearch-instructions-notes-3": "Verschillende expressies worden met de logische *AND* samengevoegd. Kaarten die aan beide expressies voldoen worden als resultaat teruggegeven.\n`__operator_list__:Available __operator_label__:rood` geeft alleen die kaarten uit de lijst *Available* met een *rood* label.",
|
||||||
|
"globalSearch-instructions-notes-4": "Zoeken in tekst is hoofdlettergevoelig.",
|
||||||
|
"globalSearch-instructions-notes-5": "Op dit moment worden gearchiveerde kaarten niet doorzocht.",
|
||||||
|
"link-to-search": "Link naar deze zoekactie"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -865,24 +865,49 @@
|
||||||
"dueCardsViewChange-choice-all": "Wszystkich użytkowników",
|
"dueCardsViewChange-choice-all": "Wszystkich użytkowników",
|
||||||
"dueCardsViewChange-choice-all-description": "Wyświetla wszystkie nieukończone karty z ustawioną datą wykonania ze wszystkich tablic, do których użytkownik ma dostęp.",
|
"dueCardsViewChange-choice-all-description": "Wyświetla wszystkie nieukończone karty z ustawioną datą wykonania ze wszystkich tablic, do których użytkownik ma dostęp.",
|
||||||
"broken-cards": "Karty wadliwe",
|
"broken-cards": "Karty wadliwe",
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Nie znaleziono tablicy '%s'.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Nie znaleziono ścieżki '%s'.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "Nie znaleziono listy '%s'.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"label-not-found": "Nie znaleziono etykiety '%s'.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"user-username-not-found": "Nie znaleziono użytkownika '%s'.",
|
||||||
"no-cards-found": "No Cards Found",
|
"globalSearch-title": "Przeszukaj wszystkie tablice",
|
||||||
"one-card-found": "One Card Found",
|
"no-cards-found": "Nie znaleziono kart",
|
||||||
"n-cards-found": "%s Cards Found",
|
"one-card-found": "Znaleziono 1 kartę",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-cards-found": "Znaleziono %skart(y)",
|
||||||
"operator-board": "board",
|
"n-n-of-n-cards-found": "__start__-__end__ z __total__ znalezionych kart",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board": "tablica",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-board-abbrev": "t",
|
||||||
|
"operator-swimlane": "ścieżka",
|
||||||
"operator-swimlane-abbrev": "s",
|
"operator-swimlane-abbrev": "s",
|
||||||
"operator-list": "listy",
|
"operator-list": "listy",
|
||||||
"operator-list-abbrev": "l",
|
"operator-list-abbrev": "l",
|
||||||
"operator-label": "etykietę",
|
"operator-label": "etykietę",
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "użytkownik",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "jest"
|
"operator-member": "użytkownika",
|
||||||
|
"operator-member-abbrev": "u",
|
||||||
|
"operator-assignee": "przypisany",
|
||||||
|
"operator-assignee-abbrev": "p",
|
||||||
|
"operator-is": "jest",
|
||||||
|
"operator-unknown-error": "%s nie jest operatorem",
|
||||||
|
"heading-notes": "Notatki",
|
||||||
|
"globalSearch-instructions-heading": "Instrukcja wyszukiwania",
|
||||||
|
"globalSearch-instructions-description": "W wyszukiwanym ciągu można umieszczać specjalne klucze, aby doprecyzować zapytanie. Klucz składa się z operatora i argumentu, rozdzielonych dwukropkiem. Na przykład klucz `lista:Wstrzymane` zawęża wyszukiwanie do kart znajdujących się na listach o nazwie *Wstrzymane*. Jeśli argument zawiera spacje lub znaki specjalne, należy go umieścić w cudzysłowie, np. `__operator_list__:\"Do uzgodnienia\"`.",
|
||||||
|
"globalSearch-instructions-operators": "Dostępne klucze wyszukiwania:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:nazwa` - karty na tablicach o podanej nazwie",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:nazwa` - karty na listach o podanej nazwie",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:nazwa` - karty na ścieżkach o podanej nazwie",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:kolor` `__operator_label__:nazwa` - karty posiadające etykietę w podanym kolorze lub o podanej nazwie",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__:etykieta` - skrót dla `__operator_label__:etykieta`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:użytkownik` - karty, do których dany użytkownik jest dołączony lub przypisany",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__:użytkownik` - skrót dla `__operator_user__:użytkownik`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:użytkownik` - karty, do których dany użytkownik jest dołączony",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:użytkownik` - karty, do których dany użytkownik jest przypisany",
|
||||||
|
"globalSearch-instructions-notes-1": "Można używać wielu kluczy w jednym zapytaniu.",
|
||||||
|
"globalSearch-instructions-notes-2": "Operatory tego samego typu są traktowane jako alternatywy. To znaczy, że zwracane są wszystkie karty, w których spełnione jest przynajmniej jedno z kryteriów.\n`__operator_list__:Dostępne __operator_list__:Wstrzymane` zwróci karty znajdujące się na listach o nazwach *Dostępne* i *Wstrzymane*.",
|
||||||
|
"globalSearch-instructions-notes-3": "Operatory różnych typów są traktowane jako koniunkcje. To znaczy, że zwracane są wyłącznie karty spełniające wszystkie różniące się kryteria.\n`__operator_list__:Dostępne __operator_label__:czerwona` zwróci wyłącznie karty z list o nazwie *Dostępne* posiadające etykietę *czerwona*.",
|
||||||
|
"globalSearch-instructions-notes-4": "W kluczach wyszukiwania wielkie i małe litery można stosować zamiennie.",
|
||||||
|
"globalSearch-instructions-notes-5": "Wyszukiwanie nie obejmuje obecnie kart zarchiwizowanych.",
|
||||||
|
"link-to-search": "Link do tego wyszukiwania"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Quadro '%s' não encontrado.",
|
"board-title-not-found": "Quadro '%s' não encontrado.",
|
||||||
"swimlane-title-not-found": "Raia '%s' não encontrada.",
|
"swimlane-title-not-found": "Raia '%s' não encontrada.",
|
||||||
"list-title-not-found": "Lista '%s' não encontrada.",
|
"list-title-not-found": "Lista '%s' não encontrada.",
|
||||||
|
"label-not-found": "Etiqueta '%s' não encontrada.",
|
||||||
"user-username-not-found": "Nome de usuário '%s' não encontrado.",
|
"user-username-not-found": "Nome de usuário '%s' não encontrado.",
|
||||||
"globalSearch-title": "Pesquisar em todos os quadros",
|
"globalSearch-title": "Pesquisar em todos os quadros",
|
||||||
"no-cards-found": "Nenhum cartão encontrado",
|
"no-cards-found": "Nenhum cartão encontrado",
|
||||||
"one-card-found": "Um cartão encontrado",
|
"one-card-found": "Um cartão encontrado",
|
||||||
"n-cards-found": "%s cartões encontrados",
|
"n-cards-found": "%s cartões encontrados",
|
||||||
"n-n-of-n-cards-found": "%s-%s de %s quadros encontrados",
|
"n-n-of-n-cards-found": "__start__-__end__ de __total__ cartões encontrados",
|
||||||
"operator-board": "quadro",
|
"operator-board": "quadro",
|
||||||
"operator-board-abbrev": "q",
|
"operator-board-abbrev": "q",
|
||||||
"operator-swimlane": "raia",
|
"operator-swimlane": "raia",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "usuário",
|
"operator-user": "usuário",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "é"
|
"operator-member": "membro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "administrador",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "é",
|
||||||
|
"operator-unknown-error": "%s não é um operador",
|
||||||
|
"heading-notes": "Notas",
|
||||||
|
"globalSearch-instructions-heading": "Buscar instruções",
|
||||||
|
"globalSearch-instructions-description": "Buscas podem incluir operadores para otimizar a consulta. Operadores são especificados para serem escritos com o nome do operador e o seu valor separados por sinal de dois pontos. Por exemplo, uma especificação de operador para `list:Blocked` poderia limitar a busca a cartões que estão em uma lista chamada *Blocked*. Se o valor contém espaços ou caracteres especiais deverá ser colocado entre aspas (por exemplo, `__operator_list__:\"To Review\"`).",
|
||||||
|
"globalSearch-instructions-operators": "Operadores disponíveis:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cartões em quadros com o título especificado",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cartões em listas com o título especificado",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cartões em raias com o título especificado",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cartões que possuem uma etiqueta com a cor ou o nome especificado",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - abreviação para `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cartões em que o usuário especificado é \"membro\" ou \"administrador\"",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - abreviação para `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cartões em que o usuário especificado é \"membro\"",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cartões em que o usuário especificado é \"administrador\"",
|
||||||
|
"globalSearch-instructions-notes-1": "Operadores múltiplos podem ser especificados",
|
||||||
|
"globalSearch-instructions-notes-2": "Operadores similares são *OR*, ou seja, do tipo \"Ou\". Cartões que correspondam a qualquer uma das condições será retornado.\n`__operator_list__:Available __operator_list__:Blocked` poderá retornar cartões que contém uma lista chamada *Blocked* or *Available*.",
|
||||||
|
"globalSearch-instructions-notes-3": "Operadores de diferenciação são *AND*, ou seja, do tipo \"E\". Apenas cartões que correspondam a todos os operadores de diferenciação são retornados.\n`__operator_list__:Available __operator_label__:red` retorna apenas os cartões na lista *Available* com uma etiqueta *red*.",
|
||||||
|
"globalSearch-instructions-notes-4": "Textos de busca não distinguem maiúsculas e minúsculas",
|
||||||
|
"globalSearch-instructions-notes-5": "Cartões recém arquivados não são buscados",
|
||||||
|
"link-to-search": "Link para esta busca"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "é"
|
"operator-member": "membro",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "é",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Доска '%s' не найдена.",
|
"board-title-not-found": "Доска '%s' не найдена.",
|
||||||
"swimlane-title-not-found": "Дорожка '%s' не найдена.",
|
"swimlane-title-not-found": "Дорожка '%s' не найдена.",
|
||||||
"list-title-not-found": "Список '%s' не найден.",
|
"list-title-not-found": "Список '%s' не найден.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Имя пользователя '%s' не найдено.",
|
"user-username-not-found": "Имя пользователя '%s' не найдено.",
|
||||||
"globalSearch-title": "Искать на всех досках",
|
"globalSearch-title": "Искать на всех досках",
|
||||||
"no-cards-found": "Ни одной карточки не найдено",
|
"no-cards-found": "Ни одной карточки не найдено",
|
||||||
"one-card-found": "Найдена одна карточка",
|
"one-card-found": "Найдена одна карточка",
|
||||||
"n-cards-found": "Карточек найдено %s",
|
"n-cards-found": "Карточек найдено %s",
|
||||||
"n-n-of-n-cards-found": "Карточки %s - %s из %s найденных",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "доска",
|
"operator-board": "доска",
|
||||||
"operator-board-abbrev": "д",
|
"operator-board-abbrev": "д",
|
||||||
"operator-swimlane": "дорожка",
|
"operator-swimlane": "дорожка",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "пользователь",
|
"operator-user": "пользователь",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": " "
|
"operator-member": "участника",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": " ",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": " "
|
"operator-member": "član",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": " ",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "je"
|
"operator-member": "član",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "je",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "är"
|
"operator-member": "medlem",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "är",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "üye",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "Користувач",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "是"
|
"operator-member": "成员",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "是",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -868,12 +868,13 @@
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "Board '%s' not found.",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "List '%s' not found.",
|
||||||
|
"label-not-found": "Label '%s' not found.",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"user-username-not-found": "Username '%s' not found.",
|
||||||
"globalSearch-title": "Search All Boards",
|
"globalSearch-title": "Search All Boards",
|
||||||
"no-cards-found": "No Cards Found",
|
"no-cards-found": "No Cards Found",
|
||||||
"one-card-found": "One Card Found",
|
"one-card-found": "One Card Found",
|
||||||
"n-cards-found": "%s Cards Found",
|
"n-cards-found": "%s Cards Found",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-n-of-n-cards-found": "__start__-__end__ of __total__ Cards Found",
|
||||||
"operator-board": "board",
|
"operator-board": "board",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "swimlane",
|
||||||
|
|
@ -884,5 +885,29 @@
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "user",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "is"
|
"operator-member": "member",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "assignee",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "is",
|
||||||
|
"operator-unknown-error": "%s is not an operator",
|
||||||
|
"heading-notes": "Notes",
|
||||||
|
"globalSearch-instructions-heading": "Search Instructions",
|
||||||
|
"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-operators": "Available operators:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "Text searches are case insensitive.",
|
||||||
|
"globalSearch-instructions-notes-5": "Currently archived cards are not searched.",
|
||||||
|
"link-to-search": "Link to this search"
|
||||||
}
|
}
|
||||||
|
|
@ -865,24 +865,49 @@
|
||||||
"dueCardsViewChange-choice-all": "全部使用者",
|
"dueCardsViewChange-choice-all": "全部使用者",
|
||||||
"dueCardsViewChange-choice-all-description": "顯示看板內所有已設定到期日,且使用者有權限的未完成卡片",
|
"dueCardsViewChange-choice-all-description": "顯示看板內所有已設定到期日,且使用者有權限的未完成卡片",
|
||||||
"broken-cards": "損毀卡片",
|
"broken-cards": "損毀卡片",
|
||||||
"board-title-not-found": "Board '%s' not found.",
|
"board-title-not-found": "看板%s不存在",
|
||||||
"swimlane-title-not-found": "Swimlane '%s' not found.",
|
"swimlane-title-not-found": "泳道流程圖%s不存在",
|
||||||
"list-title-not-found": "List '%s' not found.",
|
"list-title-not-found": "清單%s不存在",
|
||||||
"user-username-not-found": "Username '%s' not found.",
|
"label-not-found": "標籤%s不存在",
|
||||||
"globalSearch-title": "Search All Boards",
|
"user-username-not-found": "使用者%s不存在",
|
||||||
"no-cards-found": "No Cards Found",
|
"globalSearch-title": "搜尋所有看板",
|
||||||
"one-card-found": "One Card Found",
|
"no-cards-found": "找不到卡片",
|
||||||
"n-cards-found": "%s Cards Found",
|
"one-card-found": "找到1張卡片",
|
||||||
"n-n-of-n-cards-found": "%s-%s of %s Cards Found",
|
"n-cards-found": "找到%s張卡片",
|
||||||
"operator-board": "board",
|
"n-n-of-n-cards-found": "找到卡片於 __total__ 中的 __start__-__end__",
|
||||||
|
"operator-board": "看板",
|
||||||
"operator-board-abbrev": "b",
|
"operator-board-abbrev": "b",
|
||||||
"operator-swimlane": "swimlane",
|
"operator-swimlane": "泳道流程圖",
|
||||||
"operator-swimlane-abbrev": "s",
|
"operator-swimlane-abbrev": "s",
|
||||||
"operator-list": "清單",
|
"operator-list": "清單",
|
||||||
"operator-list-abbrev": "l",
|
"operator-list-abbrev": "l",
|
||||||
"operator-label": "標籤",
|
"operator-label": "標籤",
|
||||||
"operator-label-abbrev": "#",
|
"operator-label-abbrev": "#",
|
||||||
"operator-user": "user",
|
"operator-user": "使用者",
|
||||||
"operator-user-abbrev": "@",
|
"operator-user-abbrev": "@",
|
||||||
"operator-is": "是"
|
"operator-member": "成員",
|
||||||
|
"operator-member-abbrev": "m",
|
||||||
|
"operator-assignee": "代理人",
|
||||||
|
"operator-assignee-abbrev": "a",
|
||||||
|
"operator-is": "是",
|
||||||
|
"operator-unknown-error": "%s不是執行者",
|
||||||
|
"heading-notes": "筆記",
|
||||||
|
"globalSearch-instructions-heading": "搜尋指引",
|
||||||
|
"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-operators": "可用的執行者:",
|
||||||
|
"globalSearch-instructions-operator-board": "`__operator_board__:title` - cards in boards matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-list": "`__operator_list__:title` - cards in lists matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-swimlane": "`__operator_swimlane__:title` - cards in swimlanes matching the specified title",
|
||||||
|
"globalSearch-instructions-operator-label": "`__operator_label__:color` `__operator_label__:name` - cards that have a label matching the given color or name",
|
||||||
|
"globalSearch-instructions-operator-hash": "`__operator_label_abbrev__label` - shorthand for `__operator_label__:label`",
|
||||||
|
"globalSearch-instructions-operator-user": "`__operator_user__:username` - cards where the specified user is a *member* or *assignee*",
|
||||||
|
"globalSearch-instructions-operator-at": "`__operator_user_abbrev__username` - shorthand for `user:username`",
|
||||||
|
"globalSearch-instructions-operator-member": "`__operator_member__:username` - cards where the specified user is a *member*",
|
||||||
|
"globalSearch-instructions-operator-assignee": "`__operator_assignee__:username` - cards where the specified user is an *assignee*",
|
||||||
|
"globalSearch-instructions-notes-1": "Multiple operators may be specified.",
|
||||||
|
"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-4": "英文搜尋忽略大小寫",
|
||||||
|
"globalSearch-instructions-notes-5": "未搜尋目前封存卡片",
|
||||||
|
"link-to-search": "連結到此搜尋"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue