🎨 Support database date field relative to today's filtering https://github.com/siyuan-note/siyuan/issues/10451
This commit is contained in:
parent
bbf41e4769
commit
1c6594f073
5 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"relativeToToday": "Relative to today",
|
||||
"current": "This",
|
||||
"week": "week",
|
||||
"month": "month",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"relativeToToday": "Relativa a hoy",
|
||||
"current": "Esto",
|
||||
"week": "semana",
|
||||
"month": "mes",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"relativeToToday": "Par rapport à aujourd'hui",
|
||||
"current": "Ceci",
|
||||
"week": "semaine",
|
||||
"month": "mois",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"relativeToToday": "相對於今天",
|
||||
"current": "當前",
|
||||
"week": "週",
|
||||
"month": "月",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"relativeToToday": "相对于今天",
|
||||
"current": "当前",
|
||||
"week": "周",
|
||||
"month": "月",
|
||||
|
|
Loading…
Add table
Reference in a new issue