From 2bf70f9a4ccb5d3bb29f3ef895e5ce331107f67f Mon Sep 17 00:00:00 2001 From: Cierra_Runis <2864283875@qq.com> Date: Tue, 15 Aug 2023 16:04:58 +0800 Subject: [PATCH] Update toolbar.i18n.dart zh_cn, zh_tw, ja --- lib/src/translations/toolbar.i18n.dart | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index 21198a45..3a87e269 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/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': '링크를 붙여넣어 주세요.',