@n8n/i18n 2.25.0 → 2.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +11 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -0
- package/dist/index.d.mts +11 -0
- package/dist/index.mjs +11 -0
- package/dist/index.mjs.map +1 -1
- package/dist/types2.d.cts +11 -0
- package/dist/types2.d.mts +11 -0
- package/package.json +7 -7
package/dist/index.cjs
CHANGED
|
@@ -1242,6 +1242,17 @@ var en_default = {
|
|
|
1242
1242
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.onboardNewHires.prompt": "When a new employee is added to our HR database, send them a welcome email with their first-week schedule, create their Notion onboarding page, and post an intro message in the #welcome Slack channel.",
|
|
1243
1243
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.label": "Extract data from emails",
|
|
1244
1244
|
"experiments.instanceAiPromptSuggestionsV2.suggestions.extractDataFromEmails.prompt": "When an email arrives in Gmail with a PDF attachment, use Gemini to extract key data such as amounts, dates, or contract terms, save the structured data to a Google Sheet, and move the PDF to the right Google Drive folder.",
|
|
1245
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.emptyState.title": "What do you want to automate?",
|
|
1246
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.input.placeholder": "Tell me what to build or ask me a question",
|
|
1247
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.label": "Score my leads",
|
|
1248
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scoreMyLeads.prompt": "When a new lead is created in my CRM, enrich it with Lemlist, score it based on fit, then update the lead if qualified and notify the sales team on Slack.",
|
|
1249
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.label": "Process invoices",
|
|
1250
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.processInvoices.prompt": "Every morning, scan Gmail for new invoices, use Claude to extract details and cross-check them against purchase orders in Google Sheets, flag any discrepancies for review, and add all payment due dates to Google Calendar automatically.",
|
|
1251
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.label": "WhatsApp support agent",
|
|
1252
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.whatsappSupport.prompt": "When a customer sends a WhatsApp message, use Gemini to match their question against our FAQ in Google Sheets and reply instantly. If it cannot resolve it, create a support ticket in Notion and alert the team on Slack.",
|
|
1253
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.label": "Schedule social posts",
|
|
1254
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.scheduleSocialPosts.prompt": "Every Monday, read this week's content ideas from a Google Sheet, use Gemini to write tailored content then schedule them to post throughout the week.",
|
|
1255
|
+
"experiments.instanceAiWorkflowPreviewSuggestions.suggestions.seeAll": "See all",
|
|
1245
1256
|
"experiments.personalizedTemplatesV3.browseAllTemplates": "Browse our template library",
|
|
1246
1257
|
"experiments.personalizedTemplatesV3.couldntFind": "Need something different?",
|
|
1247
1258
|
"experiments.personalizedTemplatesV3.exploreTemplates": "Get started with HubSpot workflows:",
|