|
@@ -103,7 +103,8 @@ export const presentEn = {
|
|
|
apply_to_the_entire:'Apply to the entire PPT',
|
|
|
title_style_fontfamily:"Font Family",
|
|
|
title_style_fontsize:'Font Size',
|
|
|
- title_style_color:'Font Color'
|
|
|
+ title_style_color:'Font Color',
|
|
|
+ title_paste_hint:'The clipboard is empty, please paste the text',
|
|
|
};
|
|
|
|
|
|
/* 中文 */
|
|
@@ -207,7 +208,8 @@ export const presentZh = {
|
|
|
apply_to_the_entire:'应用至整个PPT',
|
|
|
title_style_fontfamily:"字体设置",
|
|
|
title_style_fontsize:'字号设置',
|
|
|
- title_style_color:'字体颜色'
|
|
|
+ title_style_color:'字体颜色',
|
|
|
+ title_paste_hint:'粘贴板获取为空,请粘贴文本',
|
|
|
};
|
|
|
|
|
|
/**
|