From 25a7af0de647fd7877191b88765861f1f6fc7745 Mon Sep 17 00:00:00 2001 From: Yasuhiro Kimura Date: Sun, 15 May 2022 23:48:21 +0900 Subject: [PATCH] Improve Japanese translation of "SEARCH". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Search" in English is "検索" in Japanese. --- snappymail/v/0.0.0/app/localization/ja-JP/user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/app/localization/ja-JP/user.json b/snappymail/v/0.0.0/app/localization/ja-JP/user.json index 1ebb01c5c..fc0f44ad8 100644 --- a/snappymail/v/0.0.0/app/localization/ja-JP/user.json +++ b/snappymail/v/0.0.0/app/localization/ja-JP/user.json @@ -23,7 +23,7 @@ "PASSWORD": "パスワード", "REPLY_TO": "Reply-To", "SAVE": "保存", - "SEARCH": "連絡先が見つかりません", + "SEARCH": "検索", "SPAM": "迷惑メール", "SUBJECT": "件名", "TEST": "テスト",