mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): remove dashboard tip time range (#1323)
This commit is contained in:
parent
72f3a768a4
commit
3aac771f35
2 changed files with 10 additions and 16 deletions
|
@ -453,20 +453,17 @@ const translation = {
|
|||
total_users: 'Total users',
|
||||
total_users_tip: 'Total users',
|
||||
new_users_today: 'New users today',
|
||||
new_users_today_tip:
|
||||
'The number of new users registered on your apps today (from {{today}} to {{now}})',
|
||||
new_users_today_tip: 'The number of new users registered on your apps today',
|
||||
new_users_7_days: 'New users past 7 days',
|
||||
new_users_7_days_tip:
|
||||
'The number of new users registered on your apps in the past 7 days (from {{daysAgo}} to {{now}})',
|
||||
new_users_7_days_tip: 'The number of new users registered on your apps in the past 7 days',
|
||||
daily_active_users: 'Daily active users',
|
||||
daily_active_users_tip:
|
||||
'The number of unique users exchanged tokens on your apps today (from {{today}} to {{now}})',
|
||||
daily_active_users_tip: 'The number of unique users exchanged tokens on your apps today',
|
||||
weekly_active_users: 'Weekly active users',
|
||||
weekly_active_users_tip:
|
||||
'The number of unique users exchanged tokens on your apps in the past 7 days (from {{daysAgo}} to {{now}})',
|
||||
'The number of unique users exchanged tokens on your apps in the past 7 days',
|
||||
monthly_active_users: 'Monthly active users',
|
||||
monthly_active_users_tip:
|
||||
'The number of unique users exchanged tokens on your apps in the past 30 days (from {{daysAgo}} to {{now}})',
|
||||
'The number of unique users exchanged tokens on your apps in the past 30 days',
|
||||
},
|
||||
logs: {
|
||||
title: 'Audit Logs',
|
||||
|
|
|
@ -437,18 +437,15 @@ const translation = {
|
|||
total_users: '总用户',
|
||||
total_users_tip: '总用户',
|
||||
new_users_today: '今日新增',
|
||||
new_users_today_tip: '今日注册到你应用上的新用户数(从 {{today}} 到 {{now}} 期间)',
|
||||
new_users_today_tip: '今日注册到你应用上的新用户数',
|
||||
new_users_7_days: '7日新增',
|
||||
new_users_7_days_tip: '最近7日注册到你应用上的新用户数(从 {{daysAgo}} 到 {{now}} 期间)',
|
||||
new_users_7_days_tip: '最近7日注册到你应用上的新用户数',
|
||||
daily_active_users: '日活用户',
|
||||
daily_active_users_tip:
|
||||
'今日在你的应用上交换过 token 的唯一身份用户数(从 {{today}} 到 {{now}} 期间)',
|
||||
daily_active_users_tip: '今日在你的应用上交换过 token 的唯一身份用户数',
|
||||
weekly_active_users: '周活用户',
|
||||
weekly_active_users_tip:
|
||||
'最近7日在你的应用上交换过 token 的唯一身份用户数(从 {{daysAgo}} 到 {{now}} 期间)',
|
||||
weekly_active_users_tip: '最近7日在你的应用上交换过 token 的唯一身份用户数',
|
||||
monthly_active_users: '月活用户',
|
||||
monthly_active_users_tip:
|
||||
'最近30日在你的应用上交换过 token 的唯一身份用户数(从 {{daysAgo}} 到 {{now}} 期间)',
|
||||
monthly_active_users_tip: '最近30日在你的应用上交换过 token 的唯一身份用户数',
|
||||
},
|
||||
logs: {
|
||||
title: '审计日志',
|
||||
|
|
Loading…
Reference in a new issue