commonLang.js 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /**
  2. * 智能PPT模块 操作按钮模块
  3. */
  4. /* 英文 */
  5. export const operationsEn = {
  6. operations_copy: "Copy",
  7. operations_cut: "Cut",
  8. operations_download: "Download",
  9. operations_rename: "Rename",
  10. operations_cancel: "Cancel",
  11. operations_delete: "Delete",
  12. operations_batch_delete: "Batch delete",
  13. operations_share: "Share Settings",
  14. operations_unshare: "unshare",
  15. operations_english: "Go to English PPT",
  16. operations_preview: "Preview and Publish",
  17. operations_presentation: "Presentation",
  18. go_to_publish: "Go to publish",
  19. operations_save: "Save",
  20. operations_insert: "Insert PPT",
  21. operations_switch: "Switch template",
  22. paste_before_slide: "Paste before this slide",
  23. paste_after_slide: "Paste after this slide",
  24. please_delete_existing_chartsmsg: "There is no place left, please delete existing charts/images",
  25. cover_info: "cover",
  26. back_cover_info: "Back cover",
  27. confirmation_btn: "Confirmation",
  28. slide_select: "Slide",
  29. to_select: "To",
  30. page_select: "Page",
  31. delete_msg_selected: "Page {page} has been selected. Are you sure you want to delete it?",
  32. };
  33. /* 中文 */
  34. export const operationsZh = {
  35. operations_copy: "复制",
  36. operations_cut: "剪切",
  37. operations_download: "下载",
  38. operations_rename: "重命名",
  39. operations_cancel: "取消",
  40. operations_delete: "删除",
  41. operations_batch_delete: "批量删除",
  42. operations_share: "设置共享",
  43. operations_unshare: "取消共享",
  44. operations_english: "转英文PPT",
  45. operations_preview: "预览发布",
  46. operations_presentation: "演示",
  47. go_to_publish: "去发布",
  48. operations_save: "保存",
  49. operations_insert: "插入PPT",
  50. operations_switch: "切换模板",
  51. paste_before_slide: "粘贴到此页前",
  52. paste_after_slide: "粘贴到此页后",
  53. please_delete_existing_chartsmsg: "已无位置,请删除现有图表/图片",
  54. cover_info: "封面",
  55. back_cover_info: "封底",
  56. confirmation_btn: "确认",
  57. slide_select: "第",
  58. to_select: "至",
  59. page_select: "页",
  60. delete_msg_selected: "已选择{page}页,确认删除吗?",
  61. };