mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-22 19:09:31 +00:00
Implemented a filter constraint for entities
This commit is contained in:
parent
0bc9d8cba1
commit
c9151c65ba
13 changed files with 810 additions and 27 deletions
|
|
@ -9411,5 +9411,29 @@ Element 3</target>
|
|||
<target>and</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="NOmRxFG" name="filter.entity_constraint.operator.EQ">
|
||||
<segment>
|
||||
<source>filter.entity_constraint.operator.EQ</source>
|
||||
<target>Is (excluding children)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="7zxBnzb" name="filter.entity_constraint.operator.NEQ">
|
||||
<segment>
|
||||
<source>filter.entity_constraint.operator.NEQ</source>
|
||||
<target>Is not (exluding children)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="oX1nk5D" name="filter.entity_constraint.operator.INCLUDING_CHILDREN">
|
||||
<segment>
|
||||
<source>filter.entity_constraint.operator.INCLUDING_CHILDREN</source>
|
||||
<target>Is (including children)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="AS9s6LU" name="filter.entity_constraint.operator.EXCLUDING_CHILDREN">
|
||||
<segment>
|
||||
<source>filter.entity_constraint.operator.EXCLUDING_CHILDREN</source>
|
||||
<target>Is not (excluding children)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue