From 3887cb4466004f66a19de140e513d8d587a164fa Mon Sep 17 00:00:00 2001 From: cp-20 Date: Sun, 16 Feb 2025 14:20:53 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=9A=20=F0=9F=8D=97=20=F0=9F=8D=AE=20?= =?UTF-8?q?=E3=83=80=E3=82=A4=E3=82=B9=E3=83=AD=E3=83=BC=E3=83=AB=E3=83=9A?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=81=AE=E8=AA=AC=E6=98=8E=E3=82=92=E7=B0=A1?= =?UTF-8?q?=E7=95=A5=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/[locale]/(app)/dice/page.tsx | 3 +-- src/locales/en.ts | 5 +---- src/locales/ja.ts | 6 ++---- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/app/[locale]/(app)/dice/page.tsx b/src/app/[locale]/(app)/dice/page.tsx index 1f3e0ad..bee454e 100644 --- a/src/app/[locale]/(app)/dice/page.tsx +++ b/src/app/[locale]/(app)/dice/page.tsx @@ -39,8 +39,7 @@ const DicePage: NextPage = async () => {
{t('common:dice.title')} - {t('dice:usage1')} - {t('dice:usage2')} + {t('dice:usage')}
diff --git a/src/locales/en.ts b/src/locales/en.ts index a7f859f..551ee92 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -61,10 +61,7 @@ export const en = { }, }, dice: { - usage1: - 'In simple mode, you can roll basic dice. For dice rolls not on the screen, adjust the number of dice yourself', - usage2: - 'In the advanced mode, you can roll dice according to various game systems. Please refer to the explanation of each game system for specific usage.', + usage: 'In simple mode, you can roll basic dice, and in advanced mode, you can roll dice for various game systems.', simple: { label: 'Simple', output: 'The result will be displayed here', diff --git a/src/locales/ja.ts b/src/locales/ja.ts index 58ca7a4..bc2777b 100644 --- a/src/locales/ja.ts +++ b/src/locales/ja.ts @@ -61,10 +61,8 @@ export const ja = { }, }, dice: { - usage1: - 'シンプルモードでは基本的なダイスを振ることができます。画面にないダイスロールは自分でダイスの数を調整して「ダイスロール」ボタンを押してください。', - usage2: - 'アドバンスドモードでは、様々なゲームシステムに対応したダイスロールができます。具体的な使い方はそれぞれのゲームシステムの説明を参照してください。', + usage: + 'シンプルモードでは基本的なダイスを、アドバンスドモードでは様々なゲームシステムのダイスを振ることができます。', simple: { label: 'シンプル', output: 'ここに結果が表示されます',