Skip to content

Commit 9caca0b

Browse files
feat: New translation files (activepieces#11232)
Co-authored-by: automated-commits-ap <abdulyki+automatedcommits@activepieces.com>
1 parent 1c1dd82 commit 9caca0b

File tree

10 files changed

+172
-52
lines changed

10 files changed

+172
-52
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"Build generative AI applications with foundation models": "Build generative AI applications with foundation models",
3+
"Access Key ID": "Access Key ID",
4+
"Secret Access Key": "Secret Access Key",
5+
"Region": "Region",
6+
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
7+
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
8+
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
9+
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
10+
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
11+
"Asia Pacific (Osaka) [ap-northeast-3]": "Asia Pacific (Osaka) [ap-northeast-3]",
12+
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
13+
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
14+
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
15+
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
16+
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
17+
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
18+
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
19+
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
20+
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
21+
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
22+
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
23+
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
24+
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
25+
"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.",
73+
"Generic Index": "Generic Index",
74+
"Generic Retrieval": "Generic Retrieval",
75+
"Text Retrieval": "Text Retrieval",
76+
"Classification": "Classification",
77+
"Clustering": "Clustering"
78+
}
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"Privacy-preserving search engine": "Privacy-preserving search engine",
3+
"Your Brave Search API Key (get it from https://brave.com/search/api/)": "Your Brave Search API Key (get it from https://brave.com/search/api/)",
4+
"Web Search": "Web Search",
5+
"Custom API Call": "Custom API Call",
6+
"Search the web using Brave Search": "Search the web using Brave Search",
7+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
8+
"Query": "Query",
9+
"Count": "Count",
10+
"Method": "Method",
11+
"Headers": "Headers",
12+
"Query Parameters": "Query Parameters",
13+
"Body Type": "Body Type",
14+
"Body": "Body",
15+
"Response is Binary ?": "Response is Binary ?",
16+
"No Error on Failure": "No Error on Failure",
17+
"Timeout (in seconds)": "Timeout (in seconds)",
18+
"Follow redirects": "Follow redirects",
19+
"The search query": "The search query",
20+
"Number of results (1-20)": "Number of results (1-20)",
21+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
22+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
23+
"GET": "GET",
24+
"POST": "POST",
25+
"PATCH": "PATCH",
26+
"PUT": "PUT",
27+
"DELETE": "DELETE",
28+
"HEAD": "HEAD",
29+
"None": "None",
30+
"JSON": "JSON",
31+
"Form Data": "Form Data",
32+
"Raw": "Raw"
33+
}

packages/pieces/community/salesforce/src/i18n/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"Finds records in an object using a SOQL WHERE clause.": "Finds records in an object using a SOQL WHERE clause.",
5252
"Get all attachments (both classic and modern Files) for a record.": "Get all attachments (both classic and modern Files) for a record.",
5353
"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.",
5555
"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.",
5656
"Update an existing contact.": "Update an existing contact.",
5757
"Update an existing lead.": "Update an existing lead.",
@@ -133,7 +133,7 @@
133133
"The value to search for in the selected field.": "The value to search for in the selected field.",
134134
"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.",
135135
"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.",
137137
"The content of the email. Can be plain text or HTML.": "The content of the email. Can be plain text or HTML.",
138138
"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).",
139139
"Enter any additional fields to update as a JSON object.": "Enter any additional fields to update as a JSON object.",

packages/react-ui/public/locales/de/translation.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@
486486
"Time Saved": "",
487487
"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.": "",
488488
"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": "",
489491
"Click the": "",
490492
"pencil icon in the table below to set time saved per run": "",
491493
"Trends": "",
@@ -843,7 +845,11 @@
843845
"By": "",
844846
"No flow preview available": "",
845847
"Flow created successfully": "",
848+
"{count} flows created successfully in a new folder_one": "",
849+
"{count} flows created successfully in a new folder_other": "",
846850
"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": "",
847853
"Select the project and folder where you want to use this template.": "",
848854
"Select a project": "",
849855
"Select a folder": "Ordner auswählen",
@@ -1390,11 +1396,5 @@
13901396
"License activated successfully!": "Lizenz erfolgreich aktiviert!",
13911397
"Activation failed, invalid license key": "Aktivierung fehlgeschlagen, ungültiger Lizenzschlüssel",
13921398
"Today": "Heute",
1393-
"Yesterday": "Gestern",
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": ""
1400-
}
1399+
"Yesterday": "Gestern"
1400+
}

packages/react-ui/public/locales/es/translation.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@
486486
"Time Saved": "",
487487
"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.": "",
488488
"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": "",
489492
"Click the": "",
490493
"pencil icon in the table below to set time saved per run": "",
491494
"Trends": "",
@@ -843,7 +846,13 @@
843846
"By": "",
844847
"No flow preview available": "",
845848
"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": "",
846852
"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": "",
847856
"Select the project and folder where you want to use this template.": "",
848857
"Select a project": "",
849858
"Select a folder": "Seleccione una carpeta",
@@ -1390,11 +1399,5 @@
13901399
"License activated successfully!": "¡Licencia activada con éxito!",
13911400
"Activation failed, invalid license key": "Falló la activación, clave de licencia no válida",
13921401
"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": ""
1400-
}
1402+
"Yesterday": "Ayer"
1403+
}

packages/react-ui/public/locales/fr/translation.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,9 @@
486486
"Time Saved": "",
487487
"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.": "",
488488
"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": "",
489492
"Click the": "",
490493
"pencil icon in the table below to set time saved per run": "",
491494
"Trends": "",
@@ -843,7 +846,13 @@
843846
"By": "",
844847
"No flow preview available": "",
845848
"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": "",
846852
"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": "",
847856
"Select the project and folder where you want to use this template.": "",
848857
"Select a project": "",
849858
"Select a folder": "Sélectionnez un dossier",
@@ -1390,11 +1399,5 @@
13901399
"License activated successfully!": "Licence activée avec succès !",
13911400
"Activation failed, invalid license key": "Échec de l'activation, clé de licence invalide",
13921401
"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": ""
1400-
}
1402+
"Yesterday": "Hier"
1403+
}

packages/react-ui/public/locales/ja/translation.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@
486486
"Time Saved": "",
487487
"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.": "",
488488
"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": "",
489490
"Click the": "",
490491
"pencil icon in the table below to set time saved per run": "",
491492
"Trends": "",
@@ -843,7 +844,9 @@
843844
"By": "",
844845
"No flow preview available": "",
845846
"Flow created successfully": "",
847+
"{count} flows created successfully in a new folder_other": "",
846848
"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": "",
847850
"Select the project and folder where you want to use this template.": "",
848851
"Select a project": "",
849852
"Select a folder": "フォルダを選択",
@@ -1390,8 +1393,5 @@
13901393
"License activated successfully!": "ライセンスが正常にアクティベートされました!",
13911394
"Activation failed, invalid license key": "アクティベーションに失敗しました。無効なライセンスキーです。",
13921395
"Today": "今日",
1393-
"Yesterday": "昨日",
1394-
"You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "",
1395-
"{count} flows created successfully in a new folder_other": "",
1396-
"This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": ""
1397-
}
1396+
"Yesterday": "昨日"
1397+
}

0 commit comments

Comments
 (0)