Update toolbar.i18n.dart (#1358)

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

Loading…
Cancel
Save