|
@@ -100,7 +100,10 @@ export const presentEn = {
|
|
title_size_width:'width',
|
|
title_size_width:'width',
|
|
title_size_height:'height',
|
|
title_size_height:'height',
|
|
title_content_settings:'Content Settings',
|
|
title_content_settings:'Content Settings',
|
|
- apply_to_the_entire:'Apply to the entire PPT'
|
|
|
|
|
|
+ apply_to_the_entire:'Apply to the entire PPT',
|
|
|
|
+ title_style_fontfamily:"Font Family",
|
|
|
|
+ title_style_fontsize:'Font Size',
|
|
|
|
+ title_style_color:'Font Color'
|
|
};
|
|
};
|
|
|
|
|
|
/* 中文 */
|
|
/* 中文 */
|
|
@@ -201,7 +204,10 @@ export const presentZh = {
|
|
title_size_width:'宽度',
|
|
title_size_width:'宽度',
|
|
title_size_height:'高度',
|
|
title_size_height:'高度',
|
|
title_content_settings:'内容设置',
|
|
title_content_settings:'内容设置',
|
|
- apply_to_the_entire:'应用至整个PPT'
|
|
|
|
|
|
+ apply_to_the_entire:'应用至整个PPT',
|
|
|
|
+ title_style_fontfamily:"字体设置",
|
|
|
|
+ title_style_fontsize:'字号设置',
|
|
|
|
+ title_style_color:'字体颜色'
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|