You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
26
+
"AWS Bedrock authentication using Access Key and Secret Key.": "AWS Bedrock authentication using Access Key and Secret Key.",
27
+
"Ask Bedrock": "Ask Bedrock",
28
+
"Generate Content from Image": "Generate Content from Image",
29
+
"Generate Image": "Generate Image",
30
+
"Generate Embeddings": "Generate Embeddings",
31
+
"Send a text prompt to an Amazon Bedrock model.": "Send a text prompt to an Amazon Bedrock model.",
32
+
"Ask a Bedrock model a question about an image.": "Ask a Bedrock model a question about an image.",
33
+
"Generate an image from a text prompt using Amazon Titan Image Generator or Stability AI models.": "Generate an image from a text prompt using Amazon Titan Image Generator or Stability AI models.",
34
+
"Generate vector embeddings from text using Amazon Titan Embed, Cohere Embed, or Amazon Nova Multimodal Embeddings models.": "Generate vector embeddings from text using Amazon Titan Embed, Cohere Embed, or Amazon Nova Multimodal Embeddings models.",
35
+
"Model": "Model",
36
+
"Prompt": "Prompt",
37
+
"System Prompt": "System Prompt",
38
+
"Temperature": "Temperature",
39
+
"Maximum Tokens": "Maximum Tokens",
40
+
"Top P": "Top P",
41
+
"Stop Sequences": "Stop Sequences",
42
+
"Memory Key": "Memory Key",
43
+
"Image": "Image",
44
+
"Negative Prompt": "Negative Prompt",
45
+
"Width": "Width",
46
+
"Height": "Height",
47
+
"Seed": "Seed",
48
+
"Input Text": "Input Text",
49
+
"Embedding Purpose": "Embedding Purpose",
50
+
"Dimensions": "Dimensions",
51
+
"Normalize": "Normalize",
52
+
"The foundation model to use for generation.": "The foundation model to use for generation.",
53
+
"Instructions that guide the model behavior.": "Instructions that guide the model behavior.",
54
+
"Controls randomness. Lower values produce more deterministic output.": "Controls randomness. Lower values produce more deterministic output.",
55
+
"The maximum number of tokens to generate.": "The maximum number of tokens to generate.",
56
+
"Nucleus sampling: the model considers tokens with top_p probability mass.": "Nucleus sampling: the model considers tokens with top_p probability mass.",
57
+
"Sequences that will cause the model to stop generating. Up to 4 sequences.": "Sequences that will cause the model to stop generating. Up to 4 sequences.",
58
+
"A memory key that will keep the chat history shared across runs and flows. Keep it empty to leave the model without memory of previous messages.": "A memory key that will keep the chat history shared across runs and flows. Keep it empty to leave the model without memory of previous messages.",
59
+
"The foundation model to use. Must support image input.": "The foundation model to use. Must support image input.",
60
+
"The image to analyze (PNG, JPEG, GIF, or WebP).": "The image to analyze (PNG, JPEG, GIF, or WebP).",
61
+
"What do you want the model to tell you about the image?": "What do you want the model to tell you about the image?",
62
+
"The image generation model to use.": "The image generation model to use.",
63
+
"A text description of the image you want to generate.": "A text description of the image you want to generate.",
64
+
"Describe what you do NOT want in the image. Helps refine the output.": "Describe what you do NOT want in the image. Helps refine the output.",
65
+
"Image width in pixels. Must be supported by the model.": "Image width in pixels. Must be supported by the model.",
66
+
"Image height in pixels. Must be supported by the model.": "Image height in pixels. Must be supported by the model.",
67
+
"A seed for reproducible results. Use the same seed and prompt to get the same image.": "A seed for reproducible results. Use the same seed and prompt to get the same image.",
68
+
"The embedding model to use.": "The embedding model to use.",
69
+
"The text to generate embeddings for.": "The text to generate embeddings for.",
70
+
"Optimize embeddings for your use case. Only used by Nova Multimodal Embeddings.": "Optimize embeddings for your use case. Only used by Nova Multimodal Embeddings.",
71
+
"The number of dimensions for the output embedding vector. Titan Embed v2: 256, 512, 1024. Nova Multimodal: 256, 384, 1024, 3072.": "The number of dimensions for the output embedding vector. Titan Embed v2: 256, 512, 1024. Nova Multimodal: 256, 384, 1024, 3072.",
72
+
"Whether to normalize the output embedding vector. Supported by Titan Embed v2.": "Whether to normalize the output embedding vector. Supported by Titan Embed v2.",
Copy file name to clipboardExpand all lines: packages/pieces/community/salesforce/src/i18n/translation.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
"Finds records in an object using a SOQL WHERE clause.": "Finds records in an object using a SOQL WHERE clause.",
52
52
"Get all attachments (both classic and modern Files) for a record.": "Get all attachments (both classic and modern Files) for a record.",
53
53
"Run a salesforce query": "Run a salesforce query",
54
-
"Execute a Salesforce analytics report.": "Execute a Salesforce analytics report.",
54
+
"Execute a Salesforce analytics report and return the results as easy-to-use rows.": "Execute a Salesforce analytics report and return the results as easy-to-use rows.",
55
55
"Sends an email to a Contact or Lead by creating an EmailMessage record.": "Sends an email to a Contact or Lead by creating an EmailMessage record.",
56
56
"Update an existing contact.": "Update an existing contact.",
57
57
"Update an existing lead.": "Update an existing lead.",
@@ -133,7 +133,7 @@
133
133
"The value to search for in the selected field.": "The value to search for in the selected field.",
134
134
"Enter the WHERE clause for your SOQL query. For example: `Name = 'Acme' AND Industry = 'Technology'`. Do not include the 'WHERE' keyword.": "Enter the WHERE clause for your SOQL query. For example: `Name = 'Acme' AND Industry = 'Technology'`. Do not include the 'WHERE' keyword.",
135
135
"Enter the query": "Enter the query",
136
-
"Apply dynamic filters to the report run.": "Apply dynamic filters to the report run.",
136
+
"Apply dynamic filters to the report run. Leave empty to use the report's saved filters.": "Apply dynamic filters to the report run. Leave empty to use the report's saved filters.",
137
137
"The content of the email. Can be plain text or HTML.": "The content of the email. Can be plain text or HTML.",
138
138
"The ID of a record to relate the email to (e.g., an Account, Opportunity, or Case ID).": "The ID of a record to relate the email to (e.g., an Account, Opportunity, or Case ID).",
139
139
"Enter any additional fields to update as a JSON object.": "Enter any additional fields to update as a JSON object.",
Copy file name to clipboardExpand all lines: packages/react-ui/public/locales/de/translation.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -486,6 +486,8 @@
486
486
"Time Saved": "",
487
487
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
488
488
"Equivalent to {days} workdays saved": "",
489
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
490
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
489
491
"Click the": "",
490
492
"pencil icon in the table below to set time saved per run": "",
491
493
"Trends": "",
@@ -843,7 +845,11 @@
843
845
"By": "",
844
846
"No flow preview available": "",
845
847
"Flow created successfully": "",
848
+
"{count} flows created successfully in a new folder_one": "",
849
+
"{count} flows created successfully in a new folder_other": "",
846
850
"Failed to create flow from template": "",
851
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
852
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
847
853
"Select the project and folder where you want to use this template.": "",
Copy file name to clipboardExpand all lines: packages/react-ui/public/locales/es/translation.json
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -486,6 +486,9 @@
486
486
"Time Saved": "",
487
487
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
488
488
"Equivalent to {days} workdays saved": "",
489
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
490
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "",
491
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
489
492
"Click the": "",
490
493
"pencil icon in the table below to set time saved per run": "",
491
494
"Trends": "",
@@ -843,7 +846,13 @@
843
846
"By": "",
844
847
"No flow preview available": "",
845
848
"Flow created successfully": "",
849
+
"{count} flows created successfully in a new folder_one": "",
850
+
"{count} flows created successfully in a new folder_many": "",
851
+
"{count} flows created successfully in a new folder_other": "",
846
852
"Failed to create flow from template": "",
853
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
854
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "",
855
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
847
856
"Select the project and folder where you want to use this template.": "",
848
857
"Select a project": "",
849
858
"Select a folder": "Seleccione una carpeta",
@@ -1390,11 +1399,5 @@
1390
1399
"License activated successfully!": "¡Licencia activada con éxito!",
1391
1400
"Activation failed, invalid license key": "Falló la activación, clave de licencia no válida",
1392
1401
"Today": "Hoy",
1393
-
"Yesterday": "Ayer",
1394
-
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
1395
-
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
1396
-
"{count} flows created successfully in a new folder_one": "",
1397
-
"{count} flows created successfully in a new folder_other": "",
1398
-
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
1399
-
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
Copy file name to clipboardExpand all lines: packages/react-ui/public/locales/fr/translation.json
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -486,6 +486,9 @@
486
486
"Time Saved": "",
487
487
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
488
488
"Equivalent to {days} workdays saved": "",
489
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
490
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "",
491
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
489
492
"Click the": "",
490
493
"pencil icon in the table below to set time saved per run": "",
491
494
"Trends": "",
@@ -843,7 +846,13 @@
843
846
"By": "",
844
847
"No flow preview available": "",
845
848
"Flow created successfully": "",
849
+
"{count} flows created successfully in a new folder_one": "",
850
+
"{count} flows created successfully in a new folder_many": "",
851
+
"{count} flows created successfully in a new folder_other": "",
846
852
"Failed to create flow from template": "",
853
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
854
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "",
855
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
847
856
"Select the project and folder where you want to use this template.": "",
848
857
"Select a project": "",
849
858
"Select a folder": "Sélectionnez un dossier",
@@ -1390,11 +1399,5 @@
1390
1399
"License activated successfully!": "Licence activée avec succès !",
1391
1400
"Activation failed, invalid license key": "Échec de l'activation, clé de licence invalide",
1392
1401
"Today": "Aujourd'hui",
1393
-
"Yesterday": "Hier",
1394
-
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "",
1395
-
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
1396
-
"{count} flows created successfully in a new folder_one": "",
1397
-
"{count} flows created successfully in a new folder_other": "",
1398
-
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "",
1399
-
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
Copy file name to clipboardExpand all lines: packages/react-ui/public/locales/ja/translation.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -486,6 +486,7 @@
486
486
"Time Saved": "",
487
487
"Estimated hours saved through automation in the last 3 months. Each automated task saves valuable employee time that can be redirected to high-impact work.": "",
488
488
"Equivalent to {days} workdays saved": "",
489
+
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
489
490
"Click the": "",
490
491
"pencil icon in the table below to set time saved per run": "",
491
492
"Trends": "",
@@ -843,7 +844,9 @@
843
844
"By": "",
844
845
"No flow preview available": "",
845
846
"Flow created successfully": "",
847
+
"{count} flows created successfully in a new folder_other": "",
846
848
"Failed to create flow from template": "",
849
+
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "",
847
850
"Select the project and folder where you want to use this template.": "",
0 commit comments