From 28e3899163856b543fcc673c099b364b1ab7c334 Mon Sep 17 00:00:00 2001 From: yuukiwww <0xv75b42326631e@au.com> Date: Mon, 20 May 2024 22:47:04 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/{index.html => index.htm} | 0 docs/load.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{index.html => index.htm} (100%) diff --git a/docs/index.html b/docs/index.htm similarity index 100% rename from docs/index.html rename to docs/index.htm diff --git a/docs/load.js b/docs/load.js index 4c3962a..5aa5475 100644 --- a/docs/load.js +++ b/docs/load.js @@ -64,7 +64,7 @@ history.replaceState('title', '', location.pathname); ctx.textAlign = 'center'; ctx.textBaseline = 'top'; ctx.globalAlpha = 0.5; - ctx.fillText('加载中...', 0, 40); + ctx.fillText('読み込み中...', 0, 40); var t = Math.PI * 2 * 0.9; var step = t / 20; @@ -130,7 +130,7 @@ $('#settings_onehand').change(function() { }); $('#settings_cleardata').click(function() { - if (confirm('游戏进度将被删除,确定吗?')) { + if (confirm('ゲームの進行状況が削除されます、よろしいですか?')) { Module['_dlm_reset'](); } });