From 0e7ac85f9067724dadcd24feb191311b39002894 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 13 Feb 2025 14:56:16 +0800 Subject: [PATCH] chore: add ai images label (#7376) --- .../pages/settings_plan_comparison_dialog.dart | 10 ++++++++++ frontend/resources/translations/en.json | 3 +++ 2 files changed, 13 insertions(+) diff --git a/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart b/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart index 05e7d87b6b..420daa8698 100644 --- a/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart +++ b/frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/settings_plan_comparison_dialog.dart @@ -667,6 +667,10 @@ final _planLabels = [ label: LocaleKeys.settings_comparePlanDialog_planLabels_itemSix.tr(), tooltip: LocaleKeys.settings_comparePlanDialog_planLabels_tooltipSix.tr(), ), + _PlanItem( + label: LocaleKeys.settings_comparePlanDialog_planLabels_itemSeven.tr(), + tooltip: LocaleKeys.settings_comparePlanDialog_planLabels_tooltipSix.tr(), + ), _PlanItem( label: LocaleKeys.settings_comparePlanDialog_planLabels_itemFileUpload.tr(), ), @@ -712,6 +716,9 @@ final List<_CellItem> _freeLabels = [ _CellItem( label: LocaleKeys.settings_comparePlanDialog_freeLabels_itemSix.tr(), ), + _CellItem( + label: LocaleKeys.settings_comparePlanDialog_freeLabels_itemSeven.tr(), + ), _CellItem( label: LocaleKeys.settings_comparePlanDialog_freeLabels_itemFileUpload.tr(), ), @@ -746,6 +753,9 @@ final List<_CellItem> _proLabels = [ _CellItem( label: LocaleKeys.settings_comparePlanDialog_proLabels_itemSix.tr(), ), + _CellItem( + label: LocaleKeys.settings_comparePlanDialog_proLabels_itemSeven.tr(), + ), _CellItem( label: LocaleKeys.settings_comparePlanDialog_proLabels_itemFileUpload.tr(), ), diff --git a/frontend/resources/translations/en.json b/frontend/resources/translations/en.json index 4de514aab4..b99e7a6c3f 100644 --- a/frontend/resources/translations/en.json +++ b/frontend/resources/translations/en.json @@ -995,6 +995,7 @@ "itemFour": "Real-time collaboration", "itemFive": "Mobile app", "itemSix": "AI Responses", + "itemSeven": "AI Images", "itemFileUpload": "File uploads", "customNamespace": "Custom namespace", "tooltipSix": "Lifetime means the number of responses never reset", @@ -1009,6 +1010,7 @@ "itemFour": "yes", "itemFive": "yes", "itemSix": "10 lifetime", + "itemSeven": "2 lifetime", "itemFileUpload": "Up to 7 MB", "intelligentSearch": "Intelligent search" }, @@ -1019,6 +1021,7 @@ "itemFour": "yes", "itemFive": "yes", "itemSix": "Unlimited", + "itemSeven": "10 images per month", "itemFileUpload": "Unlimited", "intelligentSearch": "Intelligent search" },