12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- /**
- * 智能PPT模块 操作按钮模块
- */
- /* 英文 */
- export const operationsEn = {
- operations_copy: "Copy",
- operations_cut: "Cut",
- operations_download: "Download",
- operations_rename: "Rename",
- operations_cancel: "Cancel",
- operations_delete: "Delete",
- operations_batch_delete: "Batch delete",
- operations_share: "Share Settings",
- operations_unshare: "unshare",
- operations_english: "Go to English PPT",
- operations_preview: "Preview and Publish",
- operations_presentation: "Presentation",
- go_to_publish: "Go to publish",
- operations_save: "Save",
- operations_insert: "Insert PPT",
- operations_switch: "Switch template",
- paste_before_slide: "Paste before this slide",
- paste_after_slide: "Paste after this slide",
- please_delete_existing_chartsmsg: "There is no place left, please delete existing charts/images",
- cover_info: "cover",
- back_cover_info: "Back cover",
- confirmation_btn: "Confirmation",
- slide_select: "Slide",
- to_select: "To",
- page_select: "Page",
- delete_msg_selected: "Page {page} has been selected. Are you sure you want to delete it?",
- };
- /* 中文 */
- export const operationsZh = {
- operations_copy: "复制",
- operations_cut: "剪切",
- operations_download: "下载",
- operations_rename: "重命名",
- operations_cancel: "取消",
- operations_delete: "删除",
- operations_batch_delete: "批量删除",
- operations_share: "设置共享",
- operations_unshare: "取消共享",
- operations_english: "转英文PPT",
- operations_preview: "预览发布",
- operations_presentation: "演示",
- go_to_publish: "去发布",
- operations_save: "保存",
- operations_insert: "插入PPT",
- operations_switch: "切换模板",
- paste_before_slide: "粘贴到此页前",
- paste_after_slide: "粘贴到此页后",
- please_delete_existing_chartsmsg: "已无位置,请删除现有图表/图片",
- cover_info: "封面",
- back_cover_info: "封底",
- confirmation_btn: "确认",
- slide_select: "第",
- to_select: "至",
- page_select: "页",
- delete_msg_selected: "已选择{page}页,确认删除吗?",
- };
|