FeedEntryViewer.js 308 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/zh/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[显示选项]",
  5. title: "标题",
  6. authors: "作者",
  7. contributors: "内容添加者",
  8. id: "标识",
  9. close: "[关闭]",
  10. updated: "更新时间",
  11. summary: "摘要",
  12. content: "内容"
  13. })
  14. //end v1.x content
  15. );