From 2157d9e17ee3f6896a46e7c2d86e123039b799ee Mon Sep 17 00:00:00 2001 From: doskoi <50610194+t-daisuke@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:12:21 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20update=20Japanese=20translation=20for=20?= =?UTF-8?q?'from'=20in=20plugin.ts=20to=20improve=20c=E2=80=A6=20(#18449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/i18n/ja-JP/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/ja-JP/plugin.ts b/web/i18n/ja-JP/plugin.ts index 6189ef9c9b..9b3014c022 100644 --- a/web/i18n/ja-JP/plugin.ts +++ b/web/i18n/ja-JP/plugin.ts @@ -191,7 +191,7 @@ const translation = { installingWithError: '{{installingLength}}個のプラグインをインストール中、{{successLength}}件成功、{{errorLength}}件失敗', installing: '{{installingLength}}個のプラグインをインストール中、0個完了。', }, - from: 'から', + from: 'インストール元', install: '{{num}} インストール', installAction: 'インストール', installFrom: 'インストール元',