From 9caca0bdee1b5dc2825e15fdade0f31a7d643e32 Mon Sep 17 00:00:00 2001 From: Abdul <106555838+AbdulTheActivePiecer@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:41:43 +0300 Subject: [PATCH] feat: New translation files (#11232) Co-authored-by: automated-commits-ap --- .../aws-bedrock/src/i18n/translation.json | 78 +++++++++++++++++++ .../brave-search/src/i18n/translation.json | 33 ++++++++ .../salesforce/src/i18n/translation.json | 4 +- .../public/locales/de/translation.json | 16 ++-- .../public/locales/es/translation.json | 19 +++-- .../public/locales/fr/translation.json | 19 +++-- .../public/locales/ja/translation.json | 10 +-- .../public/locales/nl/translation.json | 16 ++-- .../public/locales/pt/translation.json | 19 +++-- .../public/locales/zh/translation.json | 10 +-- 10 files changed, 172 insertions(+), 52 deletions(-) create mode 100644 packages/pieces/community/aws-bedrock/src/i18n/translation.json create mode 100644 packages/pieces/community/brave-search/src/i18n/translation.json diff --git a/packages/pieces/community/aws-bedrock/src/i18n/translation.json b/packages/pieces/community/aws-bedrock/src/i18n/translation.json new file mode 100644 index 00000000000..445aa3ea5e6 --- /dev/null +++ b/packages/pieces/community/aws-bedrock/src/i18n/translation.json @@ -0,0 +1,78 @@ +{ + "Build generative AI applications with foundation models": "Build generative AI applications with foundation models", + "Access Key ID": "Access Key ID", + "Secret Access Key": "Secret Access Key", + "Region": "Region", + "US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]", + "US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]", + "US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]", + "Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]", + "Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]", + "Asia Pacific (Osaka) [ap-northeast-3]": "Asia Pacific (Osaka) [ap-northeast-3]", + "Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]", + "Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]", + "Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]", + "Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]", + "Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]", + "Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]", + "Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]", + "Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]", + "Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]", + "Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]", + "Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]", + "Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]", + "Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]", + "South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]", + "AWS Bedrock authentication using Access Key and Secret Key.": "AWS Bedrock authentication using Access Key and Secret Key.", + "Ask Bedrock": "Ask Bedrock", + "Generate Content from Image": "Generate Content from Image", + "Generate Image": "Generate Image", + "Generate Embeddings": "Generate Embeddings", + "Send a text prompt to an Amazon Bedrock model.": "Send a text prompt to an Amazon Bedrock model.", + "Ask a Bedrock model a question about an image.": "Ask a Bedrock model a question about an image.", + "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.", + "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.", + "Model": "Model", + "Prompt": "Prompt", + "System Prompt": "System Prompt", + "Temperature": "Temperature", + "Maximum Tokens": "Maximum Tokens", + "Top P": "Top P", + "Stop Sequences": "Stop Sequences", + "Memory Key": "Memory Key", + "Image": "Image", + "Negative Prompt": "Negative Prompt", + "Width": "Width", + "Height": "Height", + "Seed": "Seed", + "Input Text": "Input Text", + "Embedding Purpose": "Embedding Purpose", + "Dimensions": "Dimensions", + "Normalize": "Normalize", + "The foundation model to use for generation.": "The foundation model to use for generation.", + "Instructions that guide the model behavior.": "Instructions that guide the model behavior.", + "Controls randomness. Lower values produce more deterministic output.": "Controls randomness. Lower values produce more deterministic output.", + "The maximum number of tokens to generate.": "The maximum number of tokens to generate.", + "Nucleus sampling: the model considers tokens with top_p probability mass.": "Nucleus sampling: the model considers tokens with top_p probability mass.", + "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.", + "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.", + "The foundation model to use. Must support image input.": "The foundation model to use. Must support image input.", + "The image to analyze (PNG, JPEG, GIF, or WebP).": "The image to analyze (PNG, JPEG, GIF, or WebP).", + "What do you want the model to tell you about the image?": "What do you want the model to tell you about the image?", + "The image generation model to use.": "The image generation model to use.", + "A text description of the image you want to generate.": "A text description of the image you want to generate.", + "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.", + "Image width in pixels. Must be supported by the model.": "Image width in pixels. Must be supported by the model.", + "Image height in pixels. Must be supported by the model.": "Image height in pixels. Must be supported by the model.", + "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.", + "The embedding model to use.": "The embedding model to use.", + "The text to generate embeddings for.": "The text to generate embeddings for.", + "Optimize embeddings for your use case. Only used by Nova Multimodal Embeddings.": "Optimize embeddings for your use case. Only used by Nova Multimodal Embeddings.", + "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.", + "Whether to normalize the output embedding vector. Supported by Titan Embed v2.": "Whether to normalize the output embedding vector. Supported by Titan Embed v2.", + "Generic Index": "Generic Index", + "Generic Retrieval": "Generic Retrieval", + "Text Retrieval": "Text Retrieval", + "Classification": "Classification", + "Clustering": "Clustering" +} \ No newline at end of file diff --git a/packages/pieces/community/brave-search/src/i18n/translation.json b/packages/pieces/community/brave-search/src/i18n/translation.json new file mode 100644 index 00000000000..18f7ce02d06 --- /dev/null +++ b/packages/pieces/community/brave-search/src/i18n/translation.json @@ -0,0 +1,33 @@ +{ + "Privacy-preserving search engine": "Privacy-preserving search engine", + "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/)", + "Web Search": "Web Search", + "Custom API Call": "Custom API Call", + "Search the web using Brave Search": "Search the web using Brave Search", + "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint", + "Query": "Query", + "Count": "Count", + "Method": "Method", + "Headers": "Headers", + "Query Parameters": "Query Parameters", + "Body Type": "Body Type", + "Body": "Body", + "Response is Binary ?": "Response is Binary ?", + "No Error on Failure": "No Error on Failure", + "Timeout (in seconds)": "Timeout (in seconds)", + "Follow redirects": "Follow redirects", + "The search query": "The search query", + "Number of results (1-20)": "Number of results (1-20)", + "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.", + "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.", + "GET": "GET", + "POST": "POST", + "PATCH": "PATCH", + "PUT": "PUT", + "DELETE": "DELETE", + "HEAD": "HEAD", + "None": "None", + "JSON": "JSON", + "Form Data": "Form Data", + "Raw": "Raw" +} \ No newline at end of file diff --git a/packages/pieces/community/salesforce/src/i18n/translation.json b/packages/pieces/community/salesforce/src/i18n/translation.json index 0a720b6aadd..8abe1ac676b 100644 --- a/packages/pieces/community/salesforce/src/i18n/translation.json +++ b/packages/pieces/community/salesforce/src/i18n/translation.json @@ -51,7 +51,7 @@ "Finds records in an object using a SOQL WHERE clause.": "Finds records in an object using a SOQL WHERE clause.", "Get all attachments (both classic and modern Files) for a record.": "Get all attachments (both classic and modern Files) for a record.", "Run a salesforce query": "Run a salesforce query", - "Execute a Salesforce analytics report.": "Execute a Salesforce analytics report.", + "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.", "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.", "Update an existing contact.": "Update an existing contact.", "Update an existing lead.": "Update an existing lead.", @@ -133,7 +133,7 @@ "The value to search for in the selected field.": "The value to search for in the selected field.", "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.", "Enter the query": "Enter the query", - "Apply dynamic filters to the report run.": "Apply dynamic filters to the report run.", + "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.", "The content of the email. Can be plain text or HTML.": "The content of the email. Can be plain text or HTML.", "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).", "Enter any additional fields to update as a JSON object.": "Enter any additional fields to update as a JSON object.", diff --git a/packages/react-ui/public/locales/de/translation.json b/packages/react-ui/public/locales/de/translation.json index 50c851e0682..27c847d7a31 100644 --- a/packages/react-ui/public/locales/de/translation.json +++ b/packages/react-ui/public/locales/de/translation.json @@ -486,6 +486,8 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +845,11 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_one": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "Ordner auswählen", @@ -1390,11 +1396,5 @@ "License activated successfully!": "Lizenz erfolgreich aktiviert!", "Activation failed, invalid license key": "Aktivierung fehlgeschlagen, ungültiger Lizenzschlüssel", "Today": "Heute", - "Yesterday": "Gestern", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_one": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "Gestern" +} diff --git a/packages/react-ui/public/locales/es/translation.json b/packages/react-ui/public/locales/es/translation.json index 396e2dc622c..d27e1043571 100644 --- a/packages/react-ui/public/locales/es/translation.json +++ b/packages/react-ui/public/locales/es/translation.json @@ -486,6 +486,9 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +846,13 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_one": "", + "{count} flows created successfully in a new folder_many": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "Seleccione una carpeta", @@ -1390,11 +1399,5 @@ "License activated successfully!": "¡Licencia activada con éxito!", "Activation failed, invalid license key": "Falló la activación, clave de licencia no válida", "Today": "Hoy", - "Yesterday": "Ayer", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_one": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "Ayer" +} diff --git a/packages/react-ui/public/locales/fr/translation.json b/packages/react-ui/public/locales/fr/translation.json index 2e755efa06b..6a2b059993d 100644 --- a/packages/react-ui/public/locales/fr/translation.json +++ b/packages/react-ui/public/locales/fr/translation.json @@ -486,6 +486,9 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +846,13 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_one": "", + "{count} flows created successfully in a new folder_many": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "Sélectionnez un dossier", @@ -1390,11 +1399,5 @@ "License activated successfully!": "Licence activée avec succès !", "Activation failed, invalid license key": "Échec de l'activation, clé de licence invalide", "Today": "Aujourd'hui", - "Yesterday": "Hier", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_one": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "Hier" +} diff --git a/packages/react-ui/public/locales/ja/translation.json b/packages/react-ui/public/locales/ja/translation.json index ec2817435cb..406b3b84f2a 100644 --- a/packages/react-ui/public/locales/ja/translation.json +++ b/packages/react-ui/public/locales/ja/translation.json @@ -486,6 +486,7 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +844,9 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "フォルダを選択", @@ -1390,8 +1393,5 @@ "License activated successfully!": "ライセンスが正常にアクティベートされました!", "Activation failed, invalid license key": "アクティベーションに失敗しました。無効なライセンスキーです。", "Today": "今日", - "Yesterday": "昨日", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "昨日" +} diff --git a/packages/react-ui/public/locales/nl/translation.json b/packages/react-ui/public/locales/nl/translation.json index 8a7e9b1f5bb..e8ea1827839 100644 --- a/packages/react-ui/public/locales/nl/translation.json +++ b/packages/react-ui/public/locales/nl/translation.json @@ -486,6 +486,8 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +845,11 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_one": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "Selecteer een map", @@ -1390,11 +1396,5 @@ "License activated successfully!": "Licentie succesvol geactiveerd!", "Activation failed, invalid license key": "Activering mislukt, ongeldige licentiesleutel", "Today": "vandaag", - "Yesterday": "gisteren", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_one": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "gisteren" +} diff --git a/packages/react-ui/public/locales/pt/translation.json b/packages/react-ui/public/locales/pt/translation.json index 91ee9aeabe2..1cd95b61bd4 100644 --- a/packages/react-ui/public/locales/pt/translation.json +++ b/packages/react-ui/public/locales/pt/translation.json @@ -486,6 +486,9 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_many": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +846,13 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_one": "", + "{count} flows created successfully in a new folder_many": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._many": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "Selecionar uma pasta", @@ -1390,11 +1399,5 @@ "License activated successfully!": "Licença ativada com sucesso!", "Activation failed, invalid license key": "A ativação falhou, chave de licença inválida", "Today": "hoje", - "Yesterday": "ontem", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_one": "", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_one": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._one": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "ontem" +} diff --git a/packages/react-ui/public/locales/zh/translation.json b/packages/react-ui/public/locales/zh/translation.json index 13330abe326..7888ebbac58 100644 --- a/packages/react-ui/public/locales/zh/translation.json +++ b/packages/react-ui/public/locales/zh/translation.json @@ -486,6 +486,7 @@ "Time Saved": "", "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.": "", "Equivalent to {days} workdays saved": "", + "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", "Click the": "", "pencil icon in the table below to set time saved per run": "", "Trends": "", @@ -843,7 +844,9 @@ "By": "", "No flow preview available": "", "Flow created successfully": "", + "{count} flows created successfully in a new folder_other": "", "Failed to create flow from template": "", + "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "", "Select the project and folder where you want to use this template.": "", "Select a project": "", "Select a folder": "选择一个文件夹", @@ -1390,8 +1393,5 @@ "License activated successfully!": "License activated successfully!", "Activation failed, invalid license key": "Activation failed, invalid license key", "Today": "今日:", - "Yesterday": "Yesterday", - "You have {count} {count, plural, one {flow} other {flows}} without time saved per run. Add it to see your complete automation impact!_other": "", - "{count} flows created successfully in a new folder_other": "", - "This template includes {count} flows with all dependencies. A new folder will be created to organize them._other": "" -} \ No newline at end of file + "Yesterday": "Yesterday" +}