mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update translation (#5887)
This commit is contained in:
parent
41a346c7ed
commit
5fbaf664ba
@ -190,7 +190,6 @@ class _SelectLocalModelDropdownMenu extends StatelessWidget {
|
||||
context,
|
||||
value: llm,
|
||||
label: llm.chatModel,
|
||||
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
|
@ -660,14 +660,18 @@ final _planLabels = [
|
||||
_PlanItem(
|
||||
label: LocaleKeys.settings_comparePlanDialog_planLabels_itemFive.tr(),
|
||||
),
|
||||
_PlanItem(
|
||||
label:
|
||||
LocaleKeys.settings_comparePlanDialog_planLabels_intelligentSearch.tr(),
|
||||
),
|
||||
_PlanItem(
|
||||
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_tooltipSeven.tr(),
|
||||
),
|
||||
// _PlanItem(
|
||||
// label: LocaleKeys.settings_comparePlanDialog_planLabels_itemSeven.tr(),
|
||||
// tooltip: LocaleKeys.settings_comparePlanDialog_planLabels_tooltipSeven.tr(),
|
||||
// ),
|
||||
];
|
||||
|
||||
class _CellItem {
|
||||
@ -696,11 +700,15 @@ final List<_CellItem> _freeLabels = [
|
||||
icon: FlowySvgs.check_m,
|
||||
),
|
||||
_CellItem(
|
||||
LocaleKeys.settings_comparePlanDialog_freeLabels_itemSix.tr(),
|
||||
LocaleKeys.settings_comparePlanDialog_freeLabels_intelligentSearch.tr(),
|
||||
icon: FlowySvgs.check_m,
|
||||
),
|
||||
_CellItem(
|
||||
LocaleKeys.settings_comparePlanDialog_freeLabels_itemSeven.tr(),
|
||||
LocaleKeys.settings_comparePlanDialog_freeLabels_itemSix.tr(),
|
||||
),
|
||||
// _CellItem(
|
||||
// LocaleKeys.settings_comparePlanDialog_freeLabels_itemSeven.tr(),
|
||||
// ),
|
||||
];
|
||||
|
||||
final List<_CellItem> _proLabels = [
|
||||
@ -722,10 +730,14 @@ final List<_CellItem> _proLabels = [
|
||||
icon: FlowySvgs.check_m,
|
||||
),
|
||||
_CellItem(
|
||||
LocaleKeys.settings_comparePlanDialog_proLabels_itemSix.tr(),
|
||||
),
|
||||
_CellItem(
|
||||
LocaleKeys.settings_comparePlanDialog_proLabels_itemSeven.tr(),
|
||||
LocaleKeys.settings_comparePlanDialog_proLabels_intelligentSearch.tr(),
|
||||
icon: FlowySvgs.check_m,
|
||||
),
|
||||
_CellItem(
|
||||
LocaleKeys.settings_comparePlanDialog_proLabels_itemSix.tr(),
|
||||
),
|
||||
// _CellItem(
|
||||
// LocaleKeys.settings_comparePlanDialog_proLabels_itemSeven.tr(),
|
||||
// icon: FlowySvgs.check_m,
|
||||
// ),
|
||||
];
|
||||
|
@ -13,7 +13,7 @@ DropdownMenuEntry<T> buildDropdownMenuEntry<T>(
|
||||
Widget? leadingWidget,
|
||||
Widget? trailingWidget,
|
||||
String? fontFamily,
|
||||
EdgeInsets padding = const EdgeInsets.symmetric(vertical: 4),
|
||||
EdgeInsets padding = const EdgeInsets.symmetric(vertical: 6),
|
||||
}) {
|
||||
final fontFamilyUsed = fontFamily != null
|
||||
? getGoogleFontSafely(fontFamily).fontFamily ?? defaultFontFamily
|
||||
|
@ -158,7 +158,7 @@
|
||||
"newBoardText": "Neues Board",
|
||||
"chat": {
|
||||
"newChat": "Neuer Chat",
|
||||
"inputMessageHint": "Nachricht an @:appName AI",
|
||||
"inputMessageHint": "Fragen Sie @:appName AI",
|
||||
"unsupportedCloudPrompt": "Diese Funktion ist nur bei Verwendung der @:appName Cloud verfügbar",
|
||||
"relatedQuestion": "Verwandt",
|
||||
"serverUnavailable": "Dienst vorübergehend nicht verfügbar. Bitte versuche es später erneut.",
|
||||
|
@ -158,8 +158,8 @@
|
||||
"newBoardText": "New board",
|
||||
"chat": {
|
||||
"newChat": "AI Chat",
|
||||
"inputMessageHint": "Message @:appName AI",
|
||||
"inputLocalAIMessageHint": "Message @:appName Local AI",
|
||||
"inputMessageHint": "Ask @:appName AI",
|
||||
"inputLocalAIMessageHint": "Ask @:appName Local AI",
|
||||
"unsupportedCloudPrompt": "This feature is only available when using @:appName Cloud",
|
||||
"relatedQuestion": "Related",
|
||||
"serverUnavailable": "Service Temporarily Unavailable. Please try again later.",
|
||||
@ -698,10 +698,10 @@
|
||||
"unlimitedAILabel": "Unlimited responses",
|
||||
"proBadge": "Pro",
|
||||
"aiMaxBadge": "AI Max",
|
||||
"aiOnDeviceBadge": "AI On-device",
|
||||
"aiOnDeviceBadge": "AI On-device for Mac",
|
||||
"memberProToggle": "More members & unlimited AI",
|
||||
"aiMaxToggle": "Unlimited AI responses",
|
||||
"aiOnDeviceToggle": "On-device AI for ultimate privacy",
|
||||
"aiMaxToggle": "Unlimited AI and access to advanced models",
|
||||
"aiOnDeviceToggle": "Local AI for ultimate privacy",
|
||||
"aiCredit": {
|
||||
"title": "Add @:appName AI Credit",
|
||||
"price": "{}",
|
||||
@ -716,7 +716,7 @@
|
||||
"freeTitle": "Free",
|
||||
"proTitle": "Pro",
|
||||
"teamTitle": "Team",
|
||||
"freeInfo": "Perfect for individuals or small teams up to 3 members.",
|
||||
"freeInfo": "Perfect for individuals up to 2 members to organize everything",
|
||||
"proInfo": "Perfect for small and medium teams up to 10 members.",
|
||||
"teamInfo": "Perfect for all productive and well-organized teams..",
|
||||
"upgrade": "Change plan",
|
||||
@ -728,14 +728,14 @@
|
||||
"activeLabel": "Added",
|
||||
"aiMax": {
|
||||
"title": "AI Max",
|
||||
"description": "Unlock unlimited AI",
|
||||
"description": "Unlimited AI responses powered by GPT-4o, Claude 3.5 Sonnet, and more",
|
||||
"price": "{}",
|
||||
"priceInfo": "per user per month",
|
||||
"billingInfo": "billed annually or {} billed monthly"
|
||||
},
|
||||
"aiOnDevice": {
|
||||
"title": "AI On-device",
|
||||
"description": "AI offline on your device",
|
||||
"title": "AI On-device for Mac",
|
||||
"description": "Run Mistral 7B, LLAMA 3, and more local models on your machine",
|
||||
"price": "{}",
|
||||
"priceInfo": "per user per month",
|
||||
"billingInfo": "billed annually or {} billed monthly"
|
||||
@ -777,10 +777,10 @@
|
||||
"canceledDescription": "AI Max will be available until {}"
|
||||
},
|
||||
"aiOnDevice": {
|
||||
"label": "AI On-device",
|
||||
"label": "AI On-device for Mac",
|
||||
"description": "Unlock unlimited AI offline on your device",
|
||||
"activeDescription": "Next invoice due on {}",
|
||||
"canceledDescription": "AI On-device will be available until {}"
|
||||
"canceledDescription": "AI On-device for Mac will be available until {}"
|
||||
},
|
||||
"removeDialog": {
|
||||
"title": "Remove {}",
|
||||
@ -806,7 +806,7 @@
|
||||
},
|
||||
"freePlan": {
|
||||
"title": "Free",
|
||||
"description": "For individuals and small groups to organize everything",
|
||||
"description": "For individuals up to 2 members to organize everything",
|
||||
"price": "{}",
|
||||
"priceInfo": "free forever"
|
||||
},
|
||||
@ -824,16 +824,18 @@
|
||||
"itemFive": "Mobile app",
|
||||
"itemSix": "AI Responses",
|
||||
"tooltipSix": "Lifetime means the number of responses never reset",
|
||||
"intelligentSearch": "Intelligent search",
|
||||
"itemSeven": "Custom namespace",
|
||||
"tooltipSeven": "Allows you to customize part of the URL for your workspace"
|
||||
},
|
||||
"freeLabels": {
|
||||
"itemOne": "charged per workspace",
|
||||
"itemTwo": "up to 3",
|
||||
"itemTwo": "up to 2",
|
||||
"itemThree": "5 GB",
|
||||
"itemFour": "yes",
|
||||
"itemFive": "yes",
|
||||
"itemSix": "100 lifetime",
|
||||
"intelligentSearch": "Intelligent search",
|
||||
"itemSeven": ""
|
||||
},
|
||||
"proLabels": {
|
||||
@ -843,6 +845,7 @@
|
||||
"itemFour": "yes",
|
||||
"itemFive": "yes",
|
||||
"itemSix": "unlimited",
|
||||
"intelligentSearch": "Intelligent search",
|
||||
"itemSeven": ""
|
||||
},
|
||||
"paymentSuccess": {
|
||||
|
@ -162,7 +162,7 @@
|
||||
"newBoardText": "Новая доска",
|
||||
"chat": {
|
||||
"newChat": "Чат с ИИ",
|
||||
"inputMessageHint": "Написать ИИ @:appName",
|
||||
"inputMessageHint": "Спросите ИИ @:appName",
|
||||
"unsupportedCloudPrompt": "Эта функция доступна только при использовании облака @:appName",
|
||||
"relatedQuestion": "Связано",
|
||||
"serverUnavailable": "Сервис временно недоступен. Пожалуйста, повторите попытку позже.",
|
||||
|
@ -2226,4 +2226,4 @@
|
||||
"signInError": "Oturum açma hatası",
|
||||
"login": "Kaydolun veya giriş yapın"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user