mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-05 13:16:07 +00:00
7cee16cee2
* 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
303 B
TypeScript
10 lines
303 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
||
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
||
"overwriteData": "Effacer les données de l’emplacement sélectionné ?",
|
||
"loading": "Chargement…",
|
||
"wave": "Vague",
|
||
"lv": "N.",
|
||
"empty": "Vide",
|
||
} as const;
|