🎨 Attribute View date column filter https://github.com/siyuan-note/siyuan/issues/8756
This commit is contained in:
parent
bcf0a9341b
commit
dbd09f224b
5 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
"filterOperatorEndsWith": "Ends with",
|
||||
"filterOperatorIsEmpty": "Is empty",
|
||||
"filterOperatorIsNotEmpty": "Is not empty",
|
||||
"filterOperatorIsBetween": "Is between",
|
||||
"asc": "Ascending",
|
||||
"desc": "Descending",
|
||||
"hideCol": "Hide column",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"filterOperatorEndsWith": "Termina en",
|
||||
"filterOperatorIsEmpty": "Está vacío",
|
||||
"filterOperatorIsNotEmpty": "No está vacío",
|
||||
"filterOperatorIsBetween": "Está entre",
|
||||
"asc": "Ascendente",
|
||||
"desc": "Descendente",
|
||||
"hideCol": "Ocultar columna",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"filterOperatorEndsWith": "Se termine par",
|
||||
"filterOperatorIsEmpty": "Est vide",
|
||||
"filterOperatorIsNotEmpty": "N'est pas vide",
|
||||
"filterOperatorIsBetween": "Est entre",
|
||||
"asc": "Ascendant",
|
||||
"desc": "Descendant",
|
||||
"hideCol": "Masquer la colonne",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"filterOperatorEndsWith": "結尾為",
|
||||
"filterOperatorIsEmpty": "為空",
|
||||
"filterOperatorIsNotEmpty": "不為空",
|
||||
"filterOperatorIsBetween": "介於",
|
||||
"asc": "升序",
|
||||
"desc": "降序",
|
||||
"hideCol": "隱藏列",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"filterOperatorEndsWith": "结尾为",
|
||||
"filterOperatorIsEmpty": "为空",
|
||||
"filterOperatorIsNotEmpty": "不为空",
|
||||
"filterOperatorIsBetween": "介于",
|
||||
"asc": "升序",
|
||||
"desc": "降序",
|
||||
"hideCol": "隐藏列",
|
||||
|
|
Loading…
Add table
Reference in a new issue