123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- export default {
- messages: {
- 'ui': {
- 'blockTunes': {
- 'toggler': {
- 'Click to tune': '開啟調節器',
- 'or drag to move': '或拖曳移動'
- }
- },
- 'inlineToolbar': {
- 'converter': {
- 'Convert to': '轉換為'
- }
- },
- 'toolbar': {
- 'toolbox': {
- 'Add': '新增'
- }
- },
- 'popover': {
- 'Filter': '篩選',
- 'Nothing found': '無符合項目'
- }
- },
- blockTunes: {
- spoiler: {
- 'Hide content': '隱藏內容'
- },
- 'delete': {
- 'Delete': '刪除模組',
- 'Click to delete': '點擊刪除'
- },
- 'moveUp': {
- 'Move up': '上移'
- },
- 'moveDown': {
- 'Move down': '下移'
- },
- 'indentTune': {
- 'Add Border': '新增邊框'
- }
- },
- toolNames: {
- 'Text': '段落',
- 'Heading': '標題',
- 'Title': '主標題',
- 'List': '清單',
- 'Warning': '注意提示',
- 'Checklist': '勾選清單',
- 'Quote': '引用區塊',
- 'Code': '代碼區塊',
- 'Delimiter': '分隔符號',
- 'Raw HTML': 'HTML原始碼',
- 'Table': '表格',
- 'Link': '超連結',
- 'Marker': '標記工具',
- 'Bold': '粗體',
- 'Italic': '斜體',
- 'Alert': '警示訊息',
- 'InlineCode': '行內代碼',
- 'ImageTool': '圖片工具',
- 'AudioPlayer': '音訊播放器',
- 'VideoPlayer': '視訊播放器'
- },
- tools: {
- image: {
- 'Stretch Image': '拉伸圖片',
- 'Add Background': '新增背景',
- 'Add Border': '新增邊框',
- 'Reselection Image': '重新選圖'
- }
- }
- }
- }
|