mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-26 00:40:13 +00:00
chore: add ai images label (#7376)
This commit is contained in:
parent
8bb2541862
commit
0e7ac85f90
@ -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(),
|
||||
),
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user