Skip to content

Commit

Permalink
Update toolbar.i18n.dart (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Aug 15, 2023
1 parent c84329e commit dc5f259
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/src/translations/toolbar.i18n.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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': '貼上連結',
Expand Down Expand Up @@ -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': 'リンクをペースト',
Expand Down Expand Up @@ -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': '링크를 붙여넣어 주세요.',
Expand Down

0 comments on commit dc5f259

Please sign in to comment.