Canvaで制作したデザインのすべてのテキストを別の言語に翻訳し、翻訳版を新しく作成します。Canvaのエディタで個別にテキストボックスをコピーして編集するより、ずっと早く完成します。 次のような場合に使用: - ユーザーが「このデザインを〇〇語に翻訳して」と言った時 - 「スペイン語版/フランス語版などを作ってほしい」と言った時 - 「このCanvaデザインを多言語対応させたい」と言った時
Translate all text in a Canva design to another language, creating a translated copy. Faster than manually copying and editing each text box in Canva's editor. Use when users say "translate my design to [language]", "make a Spanish/French/etc version", or "localize my Canva design".
Translate all text elements in a Canva design to a target language, creating a new copy with translated content.
If user provides a design ID directly (typically starts with D, e.g. DABcd1234ef), use that as the design identifier; do not pass it to Canva:search-designs (search is for titles, not IDs).
If user provides a URL: Extract the design ID from the URL (format: https://www.canva.com/design/{design_id}/...).
If user provides a name: Use Canva:search-designs to find the design by title. If multiple matches, ask user to clarify.
Use Canva:resize-design with the same dimensions to create a copy. This preserves the original design untouched.
Use Canva:start-editing-transaction on the new copy to get:
transaction_id for making editselement_id and current text contentFor each text element returned:
Use Canva:perform-editing-operations with replace_text operations for all translated elements. Batch all replacements in a single call.
Also update the design title to indicate the language (e.g., append " (Spanish)" or use translated title).
After showing the user the translated preview thumbnail:
Canva:commit-editing-transaction to finalizeUser: Translate my "Summer Sale Poster" to French
Steps:
Canva:search-designs with query "Summer Sale Poster"Canva:resize-design to create duplicateCanva:start-editing-transaction on copyCanva:perform-editing-operations with all replace_text operationsperform-editing-operations call for efficiency原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。