|
@@ -91,6 +91,16 @@ export const presentEn = {
|
|
table_chart: "Chart",
|
|
table_chart: "Chart",
|
|
is_incomplete_please_edit:'Slide {num} content is incomplete, please re-edit!',
|
|
is_incomplete_please_edit:'Slide {num} content is incomplete, please re-edit!',
|
|
publishing_loading:'Publishing',
|
|
publishing_loading:'Publishing',
|
|
|
|
+
|
|
|
|
+ page_title_style_setting:'Title Style Setting',
|
|
|
|
+ title_location_settings:'Location Settings',
|
|
|
|
+ title_location_up_down:'up and down',
|
|
|
|
+ title_location_left_right:'left and right',
|
|
|
|
+ title_size_settings:'Size Settings',
|
|
|
|
+ title_size_width:'width',
|
|
|
|
+ title_size_height:'height',
|
|
|
|
+ title_content_settings:'Content Settings',
|
|
|
|
+ apply_to_the_entire:'Apply to the entire PPT'
|
|
};
|
|
};
|
|
|
|
|
|
/* 中文 */
|
|
/* 中文 */
|
|
@@ -182,6 +192,16 @@ export const presentZh = {
|
|
previous_sheet_default: "上一张",
|
|
previous_sheet_default: "上一张",
|
|
is_incomplete_please_edit:'第{num}页内容不完整,请重新编辑!',
|
|
is_incomplete_please_edit:'第{num}页内容不完整,请重新编辑!',
|
|
publishing_loading:'发布中...',
|
|
publishing_loading:'发布中...',
|
|
|
|
+
|
|
|
|
+ page_title_style_setting:'标题编辑模式',
|
|
|
|
+ title_location_settings:'位置设置',
|
|
|
|
+ title_location_up_down:'上下',
|
|
|
|
+ title_location_left_right:'左右',
|
|
|
|
+ title_size_settings:'大小设置',
|
|
|
|
+ title_size_width:'宽度',
|
|
|
|
+ title_size_height:'高度',
|
|
|
|
+ title_content_settings:'内容设置',
|
|
|
|
+ apply_to_the_entire:'应用至整个PPT'
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|