Update toolbar.i18n.dart

zh_cn, zh_tw, ja
pull/1358/head
Cierra_Runis 2 years ago committed by GitHub
parent c84329e5b8
commit 2bf70f9a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      lib/src/translations/toolbar.i18n.dart

@ -494,9 +494,9 @@ extension Localization on String {
'Enter media': '输入媒体', 'Enter media': '输入媒体',
'Edit': '编辑', 'Edit': '编辑',
'Apply': '应用', 'Apply': '应用',
'Find text': 'Find text', 'Find text': '搜索文本',
'Move to previous occurrence': 'Move to previous occurrence', 'Move to previous occurrence': '上一个匹配项',
'Move to next occurrence': 'Move to next occurrence', 'Move to next occurrence': '下一个匹配项',
}, },
'zh_hk': { 'zh_hk': {
'Paste a link': '貼上連結', 'Paste a link': '貼上連結',
@ -563,9 +563,9 @@ extension Localization on String {
'Enter media': '輸入媒體', 'Enter media': '輸入媒體',
'Edit': '編輯', 'Edit': '編輯',
'Apply': '應用', 'Apply': '應用',
'Find text': 'Find text', 'Find text': '搜尋文本',
'Move to previous occurrence': 'Move to previous occurrence', 'Move to previous occurrence': '上一個匹配項',
'Move to next occurrence': 'Move to next occurrence', 'Move to next occurrence': '下一個匹配項',
}, },
'ja': { 'ja': {
'Paste a link': 'リンクをペースト', 'Paste a link': 'リンクをペースト',
@ -632,9 +632,9 @@ extension Localization on String {
'Enter media': 'ミディアムを輸入', 'Enter media': 'ミディアムを輸入',
'Edit': '編集', 'Edit': '編集',
'Apply': '応用', 'Apply': '応用',
'Find text': 'Find text', 'Find text': '検索テキスト',
'Move to previous occurrence': 'Move to previous occurrence', 'Move to previous occurrence': '前のマッチ',
'Move to next occurrence': 'Move to next occurrence', 'Move to next occurrence': '次のマッチ',
}, },
'ko': { 'ko': {
'Paste a link': '링크를 붙여넣어 주세요.', 'Paste a link': '링크를 붙여넣어 주세요.',

Loading…
Cancel
Save