0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

chore(phrases): improve ac dashboard tooltip description (#1293)

This commit is contained in:
IceHe.xyz 2022-06-29 15:35:44 +08:00 committed by GitHub
parent f5cc72fcbe
commit a60835f9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 12 deletions

View file

@ -447,19 +447,24 @@ const translation = {
},
dashboard: {
title: 'Dashboard',
description: 'Get an overview about your app performace',
description: 'Get an overview about your app performance',
total_users: 'Total users',
total_users_tip: 'Total users',
new_users_today: 'New users today',
new_users_today_tip: 'New users today',
new_users_today_tip:
'The number of new users registered on your apps today (from {{today}} to {{now}})',
new_users_7_days: 'New users past 7 days',
new_users_7_days_tip: '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}})',
daily_active_users: 'Daily active users',
daily_active_users_tip: 'Daily active users',
weekly_active_users: 'Weeky active users',
weekly_active_users_tip: 'Weeky active users',
daily_active_users_tip:
'The number of unique users exchanged tokens on your apps today (from {{today}} to {{now}})',
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}})',
monthly_active_users: 'Monthly active users',
monthly_active_users_tip: '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}})',
},
logs: {
title: 'Audit Logs',

View file

@ -435,15 +435,18 @@ const translation = {
total_users: '总用户',
total_users_tip: '总用户',
new_users_today: '今日新增',
new_users_today_tip: '今日新增',
new_users_today_tip: '今日注册到你应用上的新用户数(从 {{today}} 到 {{now}} 期间)',
new_users_7_days: '7日新增',
new_users_7_days_tip: '7日新增',
new_users_7_days_tip: '最近7日注册到你应用上的新用户数从 {{daysAgo}} 到 {{now}} 期间)',
daily_active_users: '日活用户',
daily_active_users_tip: '日活用户',
daily_active_users_tip:
'今日在你的应用上交换过 token 的唯一身份用户数(从 {{today}} 到 {{now}} 期间)',
weekly_active_users: '周活用户',
weekly_active_users_tip: '周活用户',
weekly_active_users_tip:
'最近7日在你的应用上交换过 token 的唯一身份用户数(从 {{daysAgo}} 到 {{now}} 期间)',
monthly_active_users: '月活用户',
monthly_active_users_tip: '月活用户',
monthly_active_users_tip:
'最近30日在你的应用上交换过 token 的唯一身份用户数(从 {{daysAgo}} 到 {{now}} 期间)',
},
logs: {
title: '审计日志',