@blueking/ai-blueking 0.3.13 → 0.3.15

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.
@@ -26,8 +26,10 @@ export declare const langData: {
26
26
  readonly 您选择的文本内容: "The text content you selected";
27
27
  readonly 问小鲸: "Ask BK GPT";
28
28
  readonly 想对选中的文本做什么: "What do you want to do with the selected text?";
29
- readonly translateShortcut: "You are a highly skilled AI trained in language translation. I would like you to translate the text delimited by triple quotes into Chinese language, ensuring that the translation is colloquial and authentic.\n Only give me the output and nothing else. Do not wrap responses in quotes\n '''\n {{ SELECTED_TEXT }}\n '''\n ";
29
+ readonly translateShortcut: "You are a highly skilled AI trained in language translation. I would like you to translate the text delimited by triple quotes (Translation of Chinese into English and other languages into Chinese), ensuring that the translation is colloquial and authentic.\n Only give me the output and nothing else. Do not wrap responses in quotes\n '''\n {{ SELECTED_TEXT }}\n '''\n ";
30
30
  readonly explanationShortcut: "You are a professional explainer. Please provide a detailed explanation of \"{{ SELECTED_TEXT }}\". Your explanation should include: 1) basic meaning and conceptual explanation; 2) practical applications or use cases; 3) if it's a technical term, please provide relevant technical background; 4) where appropriate, provide specific examples to aid understanding. Use clear and accessible language to ensure non-experts can understand. If the word/phrase has multiple meanings, please list the main definitions. Keep your response concise and clear while ensuring completeness and accuracy of information.";
31
+ readonly 翻译: "translate";
32
+ readonly 解释: "explan";
31
33
  };
32
34
  export declare const zhLangData: {
33
35
  translateShortcut: string;