zh-hans.js 928 B

123456789101112131415161718192021222324
  1. var MSG = {
  2. title: "代码",
  3. blocks: "块",
  4. linkTooltip: "保存模組并生成链接。",
  5. runTooltip: "于工作区中运行块所定义的程式。",
  6. badCode: "程序错误:\n%1",
  7. timeout: "超过最大执行行数。",
  8. trashTooltip: "放弃所有块。",
  9. catLogic: "逻辑",
  10. catLoops: "循环",
  11. catMath: "数学",
  12. catText: "文本",
  13. catLists: "列表",
  14. catColour: "颜色",
  15. catVariables: "变量",
  16. catFunctions: "函数",
  17. listVariable: "列表",
  18. textVariable: "文本",
  19. httpRequestError: "请求存在问题。",
  20. linkAlert: "通过这个链接分享您的模組:\n\n%1",
  21. hashError: "对不起,没有任何已保存的程序对应'%1' 。",
  22. xmlError: "无法载入您保存的文件。您是否使用其他版本的Blockly创建该文件的?",
  23. badXml: "XML解析错误:\n%1\n\n选择“确定”以取消您对XML的修改,或选择“取消”以继续编辑XML。"
  24. };