From 6bd4b727280e88fef938636f2fc70015269790a8 Mon Sep 17 00:00:00 2001 From: t-daisuke Date: Sun, 20 Jul 2025 16:15:45 +0900 Subject: [PATCH] =?UTF-8?q?fix:duplication=20translation=20"=E9=87=8D?= =?UTF-8?q?=E8=A4=87"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since 重複 was an inappropriate term, I changed it to 複製. However, it seems that this translation is not currently being used. --- web/i18n/ja-JP/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts index 74c84e616a..5328bbfbd9 100644 --- a/web/i18n/ja-JP/common.ts +++ b/web/i18n/ja-JP/common.ts @@ -43,7 +43,7 @@ const translation = { log: 'ログ', learnMore: '詳細はこちら', params: 'パラメータ', - duplicate: '重複', + duplicate: '複製', rename: '名前の変更', audioSourceUnavailable: 'AudioSource が利用できません', zoomIn: 'ズームインする',