mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
Chore: change query log time range (#28052)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -59,6 +59,7 @@ const translation = {
|
||||
period: {
|
||||
today: 'Today',
|
||||
last7days: 'Last 7 Days',
|
||||
last30days: 'Last 30 Days',
|
||||
last4weeks: 'Last 4 weeks',
|
||||
last3months: 'Last 3 months',
|
||||
last12months: 'Last 12 months',
|
||||
@ -66,6 +67,7 @@ const translation = {
|
||||
quarterToDate: 'Quarter to date',
|
||||
yearToDate: 'Year to date',
|
||||
allTime: 'All time',
|
||||
custom: 'Custom',
|
||||
},
|
||||
annotation: {
|
||||
all: 'All',
|
||||
|
||||
@ -59,6 +59,7 @@ const translation = {
|
||||
period: {
|
||||
today: '今日',
|
||||
last7days: '過去 7 日間',
|
||||
last30days: '過去 30 日間',
|
||||
last4weeks: '過去 4 週間',
|
||||
last3months: '過去 3 ヶ月',
|
||||
last12months: '過去 12 ヶ月',
|
||||
@ -66,6 +67,7 @@ const translation = {
|
||||
quarterToDate: '四半期初から今日まで',
|
||||
yearToDate: '年初から今日まで',
|
||||
allTime: 'すべての期間',
|
||||
custom: 'カスタム',
|
||||
},
|
||||
annotation: {
|
||||
all: 'すべて',
|
||||
|
||||
@ -59,6 +59,7 @@ const translation = {
|
||||
period: {
|
||||
today: '今天',
|
||||
last7days: '过去 7 天',
|
||||
last30days: '过去 30 天',
|
||||
last4weeks: '过去 4 周',
|
||||
last3months: '过去 3 月',
|
||||
last12months: '过去 12 月',
|
||||
@ -66,6 +67,7 @@ const translation = {
|
||||
quarterToDate: '本季度至今',
|
||||
yearToDate: '本年至今',
|
||||
allTime: '所有时间',
|
||||
custom: '自定义',
|
||||
},
|
||||
annotation: {
|
||||
all: '全部',
|
||||
|
||||
Reference in New Issue
Block a user