mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-30 04:37:14 +00:00
[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
This commit is contained in:
parent
77a9a2306b
commit
d19caf6650
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user