mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-03 00:19:06 +00:00
* localized game-mode and save-slot-select-ui-handler * Update src/locales/de/game-mode.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/de/save-slot-select-ui-handler.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update French save-slot-select-ui-handler.ts * Update French game-mode.ts * Update French game-mode.ts * Update Spanish game-mode.ts and save-slot-select-ui-handler.ts * fixes * fix 2 * Update src/locales/ko/game-mode.ts Co-authored-by: returntoice <dieandbecome@gmail.com> * Update src/locales/ko/save-slot-select-ui-handler.ts Co-authored-by: returntoice <dieandbecome@gmail.com> * fix 3 --------- Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: Lugiad <adrien.grivel@hotmail.fr> Co-authored-by: GoldTra <ericpazos02@gmail.com> Co-authored-by: returntoice <dieandbecome@gmail.com>
10 lines
315 B
TypeScript
10 lines
315 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
|
"overwriteData": "선택한 슬롯에 데이터를 덮어쓰시겠습니까?",
|
|
"loading": "로딩 중...",
|
|
"wave": "웨이브",
|
|
"lv": "Lv",
|
|
"empty": "빈 슬롯",
|
|
} as const;
|