Skip to content

Commit c0ed80b

Browse files
authored
Update zh_cn, zh_hk and jp translation (singerdmx#1198)
1 parent 16443de commit c0ed80b

File tree

1 file changed

+132
-132
lines changed

1 file changed

+132
-132
lines changed

lib/src/translations/toolbar.i18n.dart

Lines changed: 132 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -432,39 +432,105 @@ extension Localization on String {
432432
'Next': '下一个',
433433
'Camera': '拍照',
434434
'Video': '录像',
435-
'Undo': 'Undo',
436-
'Redo': 'Redo',
437-
'Font family': 'Font family',
438-
'Font size': 'Font size',
439-
'Bold': 'Bold',
440-
'Subscript': 'Subscript',
441-
'Superscript': 'Superscript',
442-
'Italic': 'Italic',
443-
'Underline': 'Underline',
444-
'Strike through': 'Strike through',
445-
'Inline code': 'Inline code',
446-
'Font color': 'Font color',
447-
'Background color': 'Background color',
448-
'Clear format': 'Clear format',
449-
'Align left': 'Align left',
450-
'Align center': 'Align center',
451-
'Align right': 'Align right',
452-
'Justify win width': 'Justify win width',
453-
'Text direction': 'Text direction',
454-
'Header style': 'Header style',
455-
'Numbered list': 'Numbered list',
456-
'Bullet list': 'Bullet list',
457-
'Checked list': 'Checked list',
458-
'Code block': 'Code block',
459-
'Quote': 'Quote',
460-
'Increase indent': 'Increase indent',
461-
'Decrease indent': 'Decrease indent',
462-
'Insert URL': 'Insert URL',
463-
'Visit link': 'Visit link',
464-
'Enter link': 'Enter link',
465-
'Enter media': 'Enter media',
466-
'Edit': 'Edit',
467-
'Apply': 'Apply',
435+
'Undo': '撤销',
436+
'Redo': '重做',
437+
'Font family': '字体',
438+
'Font size': '字号',
439+
'Bold': '粗体',
440+
'Subscript': '下标',
441+
'Superscript': '上标',
442+
'Italic': '斜体',
443+
'Underline': '下划线',
444+
'Strike through': '删除线',
445+
'Inline code': '内联代码',
446+
'Font color': '字体颜色',
447+
'Background color': '背景颜色',
448+
'Clear format': '清除格式',
449+
'Align left': '左对齐',
450+
'Align center': '居中对齐',
451+
'Align right': '右对齐',
452+
'Justify win width': '两端对齐',
453+
'Text direction': '文本方向',
454+
'Header style': '标题样式',
455+
'Numbered list': '有序列表',
456+
'Bullet list': '无序列表',
457+
'Checked list': '任务列表',
458+
'Code block': '代码块',
459+
'Quote': '引言',
460+
'Increase indent': '增加缩进',
461+
'Decrease indent': '减少缩进',
462+
'Insert URL': '插入链接',
463+
'Visit link': '访问链接',
464+
'Enter link': '输入链接',
465+
'Enter media': '输入媒体',
466+
'Edit': '编辑',
467+
'Apply': '应用',
468+
},
469+
'zh_hk': {
470+
'Paste a link': '貼上連結',
471+
'Ok': '確定',
472+
'Select Color': '選擇顏色',
473+
'Gallery': '圖片庫',
474+
'Link': '連結',
475+
'Please first select some text to transform into a link.':
476+
'請選擇文字以轉換為連結。',
477+
'Open': '開啓',
478+
'Copy': '複製',
479+
'Remove': '移除',
480+
'Save': '儲存',
481+
'Zoom': '放大',
482+
'Saved': '已儲存',
483+
'Text': '文字',
484+
'What is entered is not a link': '輸入的不是連結',
485+
'Resize': '變更大小',
486+
'Width': '寛',
487+
'Height': '高',
488+
'Size': '大小',
489+
'Small': '小',
490+
'Large': '大',
491+
'Huge': '超大',
492+
'Clear': '清除',
493+
'Font': '字型',
494+
'Search': '搜尋',
495+
'matches': '符合',
496+
'showing match': '顯示符合',
497+
'Prev': '上一個',
498+
'Next': '下一個',
499+
'Camera': '相機',
500+
'Video': '錄影',
501+
'Undo': '撤銷',
502+
'Redo': '重做',
503+
'Font family': '字體',
504+
'Font size': '字號',
505+
'Bold': '粗體',
506+
'Subscript': '下標',
507+
'Superscript': '上標',
508+
'Italic': '斜體',
509+
'Underline': '下劃線',
510+
'Strike through': '刪除線',
511+
'Inline code': '內聯代碼',
512+
'Font color': '字體顏色',
513+
'Background color': '背景顏色',
514+
'Clear format': '清除格式',
515+
'Align left': '左對齊',
516+
'Align center': '居中對齊',
517+
'Align right': '右對齊',
518+
'Justify win width': '兩端對齊',
519+
'Text direction': '文本方向',
520+
'Header style': '標題樣式',
521+
'Numbered list': '有序列表',
522+
'Bullet list': '無序列表',
523+
'Checked list': '任務列表',
524+
'Code block': '代碼塊',
525+
'Quote': '引言',
526+
'Increase indent': '增加縮進',
527+
'Decrease indent': '減少縮進',
528+
'Insert URL': '插入鏈接',
529+
'Visit link': '訪問鏈接',
530+
'Enter link': '輸入鏈接',
531+
'Enter media': '輸入媒體',
532+
'Edit': '編輯',
533+
'Apply': '應用',
468534
},
469535
'jp': {
470536
'Paste a link': 'リンクをペースト',
@@ -498,39 +564,39 @@ extension Localization on String {
498564
'Next': '次へ',
499565
'Camera': 'カメラ',
500566
'Video': 'ビデオ',
501-
'Undo': 'Undo',
502-
'Redo': 'Redo',
503-
'Font family': 'Font family',
504-
'Font size': 'Font size',
505-
'Bold': 'Bold',
506-
'Subscript': 'Subscript',
507-
'Superscript': 'Superscript',
508-
'Italic': 'Italic',
509-
'Underline': 'Underline',
510-
'Strike through': 'Strike through',
511-
'Inline code': 'Inline code',
512-
'Font color': 'Font color',
513-
'Background color': 'Background color',
514-
'Clear format': 'Clear format',
515-
'Align left': 'Align left',
516-
'Align center': 'Align center',
517-
'Align right': 'Align right',
518-
'Justify win width': 'Justify win width',
519-
'Text direction': 'Text direction',
520-
'Header style': 'Header style',
521-
'Numbered list': 'Numbered list',
522-
'Bullet list': 'Bullet list',
523-
'Checked list': 'Checked list',
524-
'Code block': 'Code block',
525-
'Quote': 'Quote',
526-
'Increase indent': 'Increase indent',
527-
'Decrease indent': 'Decrease indent',
528-
'Insert URL': 'Insert URL',
529-
'Visit link': 'Visit link',
530-
'Enter link': 'Enter link',
531-
'Enter media': 'Enter media',
532-
'Edit': 'Edit',
533-
'Apply': 'Apply',
567+
'Undo': '取り消し',
568+
'Redo': 'やり直し',
569+
'Font family': 'フォントファミリー',
570+
'Font size': 'フォントサイズ',
571+
'Bold': '太字',
572+
'Subscript': '下付き',
573+
'Superscript': '上付き',
574+
'Italic': '斜体',
575+
'Underline': '下線',
576+
'Strike through': '取り消し線',
577+
'Inline code': 'インラインコード',
578+
'Font color': 'フォントカラー',
579+
'Background color': 'ベースカラー',
580+
'Clear format': 'クリアフォーマット',
581+
'Align left': '左揃え',
582+
'Align center': 'センターアライメント',
583+
'Align right': '右揃え',
584+
'Justify win width': '両端揃え',
585+
'Text direction': '文字方向',
586+
'Header style': 'タイトルスタイル',
587+
'Numbered list': '順序付きリスト',
588+
'Bullet list': '順序無しリスト',
589+
'Checked list': 'チェックボックス',
590+
'Code block': 'コード',
591+
'Quote': '引用',
592+
'Increase indent': 'インデントを増やす',
593+
'Decrease indent': 'インデントを減らす',
594+
'Insert URL': 'ハイパーリンクを挿入',
595+
'Visit link': 'ハイパーリンクを訪問',
596+
'Enter link': 'ハイパーリンクを輸入',
597+
'Enter media': 'ミディアムを輸入',
598+
'Edit': '編集',
599+
'Apply': '応用',
534600
},
535601
'ko': {
536602
'Paste a link': '링크를 붙여넣어 주세요.',
@@ -1527,72 +1593,6 @@ extension Localization on String {
15271593
'Edit': 'Edit',
15281594
'Apply': 'Apply',
15291595
},
1530-
'zh_hk': {
1531-
'Paste a link': '貼上連結',
1532-
'Ok': '確定',
1533-
'Select Color': '選擇顏色',
1534-
'Gallery': '圖片庫',
1535-
'Link': '連結',
1536-
'Please first select some text to transform into a link.':
1537-
'請選擇文字以轉換為連結。',
1538-
'Open': '開啓',
1539-
'Copy': '複製',
1540-
'Remove': '移除',
1541-
'Save': '儲存',
1542-
'Zoom': '放大',
1543-
'Saved': '已儲存',
1544-
'Text': '文字',
1545-
'What is entered is not a link': '輸入的不是連結',
1546-
'Resize': '變更大小',
1547-
'Width': '寛',
1548-
'Height': '高',
1549-
'Size': '大小',
1550-
'Small': '小',
1551-
'Large': '大',
1552-
'Huge': '超大',
1553-
'Clear': '清除',
1554-
'Font': '字型',
1555-
'Search': '搜尋',
1556-
'matches': '符合',
1557-
'showing match': '顯示符合',
1558-
'Prev': '上一個',
1559-
'Next': '下一個',
1560-
'Camera': '相機',
1561-
'Video': '錄影',
1562-
'Undo': 'Undo',
1563-
'Redo': 'Redo',
1564-
'Font family': 'Font family',
1565-
'Font size': 'Font size',
1566-
'Bold': 'Bold',
1567-
'Subscript': 'Subscript',
1568-
'Superscript': 'Superscript',
1569-
'Italic': 'Italic',
1570-
'Underline': 'Underline',
1571-
'Strike through': 'Strike through',
1572-
'Inline code': 'Inline code',
1573-
'Font color': 'Font color',
1574-
'Background color': 'Background color',
1575-
'Clear format': 'Clear format',
1576-
'Align left': 'Align left',
1577-
'Align center': 'Align center',
1578-
'Align right': 'Align right',
1579-
'Justify win width': 'Justify win width',
1580-
'Text direction': 'Text direction',
1581-
'Header style': 'Header style',
1582-
'Numbered list': 'Numbered list',
1583-
'Bullet list': 'Bullet list',
1584-
'Checked list': 'Checked list',
1585-
'Code block': 'Code block',
1586-
'Quote': 'Quote',
1587-
'Increase indent': 'Increase indent',
1588-
'Decrease indent': 'Decrease indent',
1589-
'Insert URL': 'Insert URL',
1590-
'Visit link': 'Visit link',
1591-
'Enter link': 'Enter link',
1592-
'Enter media': 'Enter media',
1593-
'Edit': 'Edit',
1594-
'Apply': 'Apply',
1595-
},
15961596
'sr': {
15971597
'Paste a link': 'Nalepi vezu',
15981598
'Ok': 'OK',

0 commit comments

Comments
 (0)