From 628a40a76d6247c60baef7d84cbb1ed9f5ecc88c Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:39:06 +0800 Subject: [PATCH] chore(locales): add onboarding operation type to analytics --- locales/ai/en.json | 1 + locales/ai/ja.json | 1 + locales/ai/zh-CN.json | 1 + 3 files changed, 3 insertions(+) diff --git a/locales/ai/en.json b/locales/ai/en.json index 4f511fb21..c6080981f 100644 --- a/locales/ai/en.json +++ b/locales/ai/en.json @@ -8,6 +8,7 @@ "analytics.no_data": "No usage data available for the selected period", "analytics.no_history": "No usage history available", "analytics.operation_types.chat": "Chat", + "analytics.operation_types.onboarding": "Onboarding", "analytics.operation_types.task": "Task", "analytics.operation_types.title_generation": "Title Generation", "analytics.patterns_placeholder": "Pattern analysis will show peak usage times and habits", diff --git a/locales/ai/ja.json b/locales/ai/ja.json index 531e0112e..32b4e6489 100644 --- a/locales/ai/ja.json +++ b/locales/ai/ja.json @@ -8,6 +8,7 @@ "analytics.no_data": "選択した期間に利用可能な使用データがありません", "analytics.no_history": "利用可能な使用履歴がありません", "analytics.operation_types.chat": "チャット", + "analytics.operation_types.onboarding": "オンボーディング", "analytics.operation_types.task": "タスク", "analytics.operation_types.title_generation": "タイトル生成", "analytics.patterns_placeholder": "パターン分析はピーク使用時間と習慣を表示します", diff --git a/locales/ai/zh-CN.json b/locales/ai/zh-CN.json index efebcc5a2..777d103e5 100644 --- a/locales/ai/zh-CN.json +++ b/locales/ai/zh-CN.json @@ -8,6 +8,7 @@ "analytics.no_data": "所选期间没有可用的使用数据", "analytics.no_history": "没有可用的使用历史", "analytics.operation_types.chat": "聊天", + "analytics.operation_types.onboarding": "入门", "analytics.operation_types.task": "任务", "analytics.operation_types.title_generation": "标题生成", "analytics.patterns_placeholder": "模式分析将显示高峰使用时间和习惯",