From d19caf665043b3e377a5954bdb1d3f7406028a56 Mon Sep 17 00:00:00 2001 From: Chapybara-jp Date: Mon, 12 Aug 2024 06:57:47 +0200 Subject: [PATCH] [Localisation(ja)] Translated save-slot-select-ui-handler.ts (#3475) * Translated save-slot-select-ui-handler.ts "Wave" needs special coding to look correct. * Update save-slot-select-ui-handler.ts missed a space, punctuation * Update save-slot-select-ui-handler.ts * Update save-slot-select-ui-handler.ts --- src/locales/ja/save-slot-select-ui-handler.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/ja/save-slot-select-ui-handler.ts b/src/locales/ja/save-slot-select-ui-handler.ts index 115cd9987b8..0b02eb7365a 100644 --- a/src/locales/ja/save-slot-select-ui-handler.ts +++ b/src/locales/ja/save-slot-select-ui-handler.ts @@ -1,9 +1,9 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales"; export const saveSlotSelectUiHandler: SimpleTranslationEntries = { - "overwriteData": "せんたくしたスロットにデータをうわがきしますか?", - "loading": "ローディング...", - "wave": "Wave", + "overwriteData": "選択した スロットに データを 上書きします?", + "loading": "読込中…", + "wave": "波",//This needs to be preceded by 第[x],e.g.第1波、第248波 "lv": "Lv", "empty": "なし", } as const;