فهرست منبع

:art: Support database date field relative to today's filtering https://github.com/siyuan-note/siyuan/issues/10451

Daniel 1 سال پیش
والد
کامیت
1c6594f073

+ 1 - 0
app/appearance/langs/en_US.json

@@ -1,4 +1,5 @@
 {
+  "relativeToToday": "Relative to today",
   "current": "This",
   "week": "week",
   "month": "month",

+ 1 - 0
app/appearance/langs/es_ES.json

@@ -1,4 +1,5 @@
 {
+  "relativeToToday": "Relativa a hoy",
   "current": "Esto",
   "week": "semana",
   "month": "mes",

+ 1 - 0
app/appearance/langs/fr_FR.json

@@ -1,4 +1,5 @@
 {
+  "relativeToToday": "Par rapport à aujourd'hui",
   "current": "Ceci",
   "week": "semaine",
   "month": "mois",

+ 1 - 0
app/appearance/langs/zh_CHT.json

@@ -1,4 +1,5 @@
 {
+  "relativeToToday": "相對於今天",
   "current": "當前",
   "week": "週",
   "month": "月",

+ 1 - 0
app/appearance/langs/zh_CN.json

@@ -1,4 +1,5 @@
 {
+  "relativeToToday": "相对于今天",
   "current": "当前",
   "week": "周",
   "month": "月",