mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 22:12:16 +02:00
Localization Updates
This commit is contained in:
parent
358101774a
commit
72314f88dd
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const deConfig = {
|
export const deConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const deConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const esConfig = {
|
export const esConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const esConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -21,9 +21,14 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"challengeMonoGen8":"Gen VIII",
|
"challengeMonoGen8":"Gen VIII",
|
||||||
"challengeMonoGen9":"Gen IX",
|
"challengeMonoGen9":"Gen IX",
|
||||||
"playerItems":"Player Items",
|
"playerItems":"Player Items",
|
||||||
|
"personalBest":"Personal Best!",
|
||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const frConfig = {
|
export const frConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const frConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const itConfig = {
|
export const itConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const itConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const koConfig = {
|
export const koConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const koConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { tutorial } from "./tutorial";
|
|||||||
import { voucher } from "./voucher";
|
import { voucher } from "./voucher";
|
||||||
import { terrain, weather } from "./weather";
|
import { terrain, weather } from "./weather";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const ptBrConfig = {
|
export const ptBrConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const ptBrConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const zhCnConfig = {
|
export const zhCnConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const zhCnConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
@ -53,6 +53,7 @@ import { settings } from "./settings.js";
|
|||||||
import { common } from "./common.js";
|
import { common } from "./common.js";
|
||||||
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
import { modifierSelectUiHandler } from "./modifier-select-ui-handler";
|
||||||
import { moveTriggers } from "./move-trigger";
|
import { moveTriggers } from "./move-trigger";
|
||||||
|
import { runHistory } from "./run-history-ui-handler";
|
||||||
|
|
||||||
export const zhTwConfig = {
|
export const zhTwConfig = {
|
||||||
ability: ability,
|
ability: ability,
|
||||||
@ -111,5 +112,6 @@ export const zhTwConfig = {
|
|||||||
weather: weather,
|
weather: weather,
|
||||||
partyUiHandler: partyUiHandler,
|
partyUiHandler: partyUiHandler,
|
||||||
modifierSelectUiHandler: modifierSelectUiHandler,
|
modifierSelectUiHandler: modifierSelectUiHandler,
|
||||||
moveTriggers: moveTriggers
|
moveTriggers: moveTriggers,
|
||||||
|
runHistory: runHistory,
|
||||||
};
|
};
|
||||||
|
@ -25,6 +25,10 @@ export const runHistory: SimpleTranslationEntries = {
|
|||||||
"SPDshortened":"Vel.",
|
"SPDshortened":"Vel.",
|
||||||
"runInfo":"Run Info",
|
"runInfo":"Run Info",
|
||||||
"money":"Money",
|
"money":"Money",
|
||||||
|
"runLength":"Run Length",
|
||||||
|
"viewHeldItems":"Held Items",
|
||||||
|
"hallofFameText":"Welcome to the Hall of Fame!",
|
||||||
|
"viewHallOfFame":"View Hall of Fame!"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
//Mode Information found in game-mode.ts
|
//Mode Information found in game-mode.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user