🎨 Attribute View columns filter https://github.com/siyuan-note/siyuan/issues/8664
This commit is contained in:
parent
851ce86084
commit
0c887be044
5 changed files with 40 additions and 0 deletions
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"filterOperatorIs": "Is",
|
||||
"filterOperatorIsNot": "Is not",
|
||||
"filterOperatorContains": "Contains",
|
||||
"filterOperatorDoesNotContain": "Does not contain",
|
||||
"filterOperatorStartsWith": "Starts with",
|
||||
"filterOperatorEndsWith": "Ends with",
|
||||
"filterOperatorIsEmpty": "Is empty",
|
||||
"filterOperatorIsNotEmpty": "Is not empty",
|
||||
"asc": "Ascending",
|
||||
"desc": "Descending",
|
||||
"hideCol": "Hide column",
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"filterOperatorIs": "Es",
|
||||
"filterOperatorIsNot": "No es",
|
||||
"filterOperatorContains": "Contiene",
|
||||
"filterOperatorDoesNotContain": "No contiene",
|
||||
"filterOperatorStartsWith": "Comienza con",
|
||||
"filterOperatorEndsWith": "Termina en",
|
||||
"filterOperatorIsEmpty": "Está vacío",
|
||||
"filterOperatorIsNotEmpty": "No está vacío",
|
||||
"asc": "Ascendente",
|
||||
"desc": "Descendente",
|
||||
"hideCol": "Ocultar columna",
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"filterOperatorIs": "Est",
|
||||
"filterOperatorIsNot": "N'est pas",
|
||||
"filterOperatorContains": "Contient",
|
||||
"filterOperatorDoesNotContain": "Ne contient pas",
|
||||
"filterOperatorStartsWith": "Commence par",
|
||||
"filterOperatorEndsWith": "Se termine par",
|
||||
"filterOperatorIsEmpty": "Est vide",
|
||||
"filterOperatorIsNotEmpty": "N'est pas vide",
|
||||
"asc": "Ascendant",
|
||||
"desc": "Descendant",
|
||||
"hideCol": "Masquer la colonne",
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"filterOperatorIs": "等於",
|
||||
"filterOperatorIsNot": "不等於",
|
||||
"filterOperatorContains": "包含",
|
||||
"filterOperatorDoesNotContain": "不包含",
|
||||
"filterOperatorStartsWith": "開頭為",
|
||||
"filterOperatorEndsWith": "結尾為",
|
||||
"filterOperatorIsEmpty": "為空",
|
||||
"filterOperatorIsNotEmpty": "不為空",
|
||||
"asc": "升序",
|
||||
"desc": "降序",
|
||||
"hideCol": "隱藏列",
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"filterOperatorIs": "等于",
|
||||
"filterOperatorIsNot": "不等于",
|
||||
"filterOperatorContains": "包含",
|
||||
"filterOperatorDoesNotContain": "不包含",
|
||||
"filterOperatorStartsWith": "开头为",
|
||||
"filterOperatorEndsWith": "结尾为",
|
||||
"filterOperatorIsEmpty": "为空",
|
||||
"filterOperatorIsNotEmpty": "不为空",
|
||||
"asc": "升序",
|
||||
"desc": "降序",
|
||||
"hideCol": "隐藏列",
|
||||
|
|
Loading…
Add table
Reference in a new issue