This commit is contained in:
Daniel 2023-07-06 22:02:53 +08:00
parent 851ce86084
commit 0c887be044
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 40 additions and 0 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -1,4 +1,12 @@
{
"filterOperatorIs": "等於",
"filterOperatorIsNot": "不等於",
"filterOperatorContains": "包含",
"filterOperatorDoesNotContain": "不包含",
"filterOperatorStartsWith": "開頭為",
"filterOperatorEndsWith": "結尾為",
"filterOperatorIsEmpty": "為空",
"filterOperatorIsNotEmpty": "不為空",
"asc": "升序",
"desc": "降序",
"hideCol": "隱藏列",

View file

@ -1,4 +1,12 @@
{
"filterOperatorIs": "等于",
"filterOperatorIsNot": "不等于",
"filterOperatorContains": "包含",
"filterOperatorDoesNotContain": "不包含",
"filterOperatorStartsWith": "开头为",
"filterOperatorEndsWith": "结尾为",
"filterOperatorIsEmpty": "为空",
"filterOperatorIsNotEmpty": "不为空",
"asc": "升序",
"desc": "降序",
"hideCol": "隐藏列",