mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
5 lines
315 B
JavaScript
5 lines
315 B
JavaScript
|
tinyMCE.addI18n('tt.paste_dlg',{
|
||
|
text_title:"\u5C07\u8907\u88FD(CTRL + C)\u7684\u5167\u5BB9\u8CBC\u4E0A(CTRL + V)\u5230\u8996\u7A97\u3002",
|
||
|
text_linebreaks:"\u4FDD\u7559\u5206\u884C\u7B26\u865F\u865F",
|
||
|
word_title:"\u5C07\u8907\u88FD(CTRL + C)\u7684\u5167\u5BB9\u8CBC\u4E0A(CTRL + V)\u5230\u8996\u7A97\u3002"
|
||
|
});
|