fix(locale): remove hard coded strings (#4432)

This commit is contained in:
vrabe
2020-10-15 20:26:22 +08:00
committed by GitHub
parent 471e879b78
commit a5750d782e
5 changed files with 41 additions and 13 deletions

View File

@ -136,6 +136,16 @@ const en = {
},
editorWidgets: {
markdown: {
bold: 'Bold',
italic: 'Italic',
code: 'Code',
link: 'Link',
linkPrompt: 'Enter the URL of the link',
headings: 'Headings',
quote: 'Quote',
bulletedList: 'Bulleted List',
numberedList: 'Numbered List',
addComponent: 'Add Component',
richText: 'Rich Text',
markdown: 'Markdown',
},

View File

@ -134,6 +134,16 @@ const zh_Hant = {
},
editorWidgets: {
markdown: {
bold: '粗體',
italic: '斜體',
code: '程式碼',
link: '連結',
linkPrompt: '輸入連結網址',
headings: '標題',
quote: '引言',
bulletedList: '項目符號清單',
numberedList: '編號清單',
addComponent: '加入元件',
richText: 'Rich Text',
markdown: 'Markdown',
},