🎨 Attribute View date column filter https://github.com/siyuan-note/siyuan/issues/8756
This commit is contained in:
parent
1276dd8f9a
commit
1f4c631a84
5 changed files with 20 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
|||
"filterOperatorIsEmpty": "Is empty",
|
||||
"filterOperatorIsNotEmpty": "Is not empty",
|
||||
"filterOperatorIsBetween": "Is between",
|
||||
"filterOperatorIsBefore": "Is before",
|
||||
"filterOperatorIsAfter": "Is after",
|
||||
"filterOperatorIsOnOrBefore": "Is on or before",
|
||||
"filterOperatorIsOnOrAfter": "Is on or after",
|
||||
"asc": "Ascending",
|
||||
"desc": "Descending",
|
||||
"hideCol": "Hide column",
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
"filterOperatorIsEmpty": "Está vacío",
|
||||
"filterOperatorIsNotEmpty": "No está vacío",
|
||||
"filterOperatorIsBetween": "Está entre",
|
||||
"filterOperatorIsBefore": "Es antes",
|
||||
"filterOperatorIsAfter": "Es posterior a",
|
||||
"filterOperatorIsOnOrBefore": "Está activado o antes",
|
||||
"filterOperatorIsOnOrAfter": "Está encendido o después",
|
||||
"asc": "Ascendente",
|
||||
"desc": "Descendente",
|
||||
"hideCol": "Ocultar columna",
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
"filterOperatorIsEmpty": "Est vide",
|
||||
"filterOperatorIsNotEmpty": "N'est pas vide",
|
||||
"filterOperatorIsBetween": "Est entre",
|
||||
"filterOperatorIsBefore": "Est avant",
|
||||
"filterOperatorIsAfter": "Est après",
|
||||
"filterOperatorIsOnOrBefore": "Est le ou avant",
|
||||
"filterOperatorIsOnOrAfter": "Est allumé ou après",
|
||||
"asc": "Ascendant",
|
||||
"desc": "Descendant",
|
||||
"hideCol": "Masquer la colonne",
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
"filterOperatorIsEmpty": "為空",
|
||||
"filterOperatorIsNotEmpty": "不為空",
|
||||
"filterOperatorIsBetween": "介於",
|
||||
"filterOperatorIsBefore": "早於",
|
||||
"filterOperatorIsAfter": "晚於",
|
||||
"filterOperatorIsOnOrBefore": "早於或等於",
|
||||
"filterOperatorIsOnOrAfter": "晚於或等於",
|
||||
"asc": "升序",
|
||||
"desc": "降序",
|
||||
"hideCol": "隱藏列",
|
||||
|
|
|
@ -42,6 +42,10 @@
|
|||
"filterOperatorIsEmpty": "为空",
|
||||
"filterOperatorIsNotEmpty": "不为空",
|
||||
"filterOperatorIsBetween": "介于",
|
||||
"filterOperatorIsBefore": "早于",
|
||||
"filterOperatorIsAfter": "晚于",
|
||||
"filterOperatorIsOnOrBefore": "早于或等于",
|
||||
"filterOperatorIsOnOrAfter": "晚于或等于",
|
||||
"asc": "升序",
|
||||
"desc": "降序",
|
||||
"hideCol": "隐藏列",
|
||||
|
|
Loading…
Add table
Reference in a new issue