mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-02 03:36:16 +00:00
d70dd16f8c
* I18n Cleaning * pr comments * appease typedoc * moved types into src
10 lines
291 B
TypeScript
10 lines
291 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
|
"overwriteData": "要覆盖该槽位的存档吗?",
|
|
"loading": "正在加载中...",
|
|
"wave": "层数",
|
|
"lv": "Lv",
|
|
"empty": "空",
|
|
} as const;
|