pokerogue/src/locales/pt_BR/status-effect.ts

68 lines
2.8 KiB
TypeScript
Raw Normal View History

[Localization] localized status-effect.ts and translate. (#2528) * make postposition not to dynamic for localize * localize status-effect.ts * added test code, modified english postposition, modifed toxic_orb test to make it always fix in English. * Update src/locales/zh_CN/status-effect.ts Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/fr/status-effect.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Update src/locales/de/status-effect.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/de/status-effect.ts * added test code for check message key * remove multi-language tests (except english) * Update src/locales/pt_BR/status-effect.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * remove language and change test code to check method call and parameter * Update src/locales/es/status-effect.ts Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> * Update src/locales/en/status-effect.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> * Apply review suggestion * Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> * Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> * Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> * add Test with empty string parameter * Update src/locales/es/status-effect.ts Co-authored-by: InnocentGameDev <asdargmng@gmail.com> * Update src/locales/fr/status-effect.ts Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> --------- Co-authored-by: 송지원 <jiwsong@gmarket.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> Co-authored-by: GoldTra <162721984+GoldTra@users.noreply.github.com> Co-authored-by: InnocentGameDev <asdargmng@gmail.com>
2024-07-02 14:22:46 +00:00
import { StatusEffectTranslationEntries } from "#app/interfaces/locales.js";
export const statusEffect: StatusEffectTranslationEntries = {
none: {
name: "Nenhum",
description: "",
obtain: "",
obtainSource: "",
activation: "",
overlap: "",
heal: ""
},
poison: {
name: "Envenenamento",
description: "envenenamento",
obtain: "{{pokemonNameWithAffix}}\nfoi envenenado!",
obtainSource: "{{pokemonNameWithAffix}}\nfoi envenenado por {{sourceText}}!",
activation: "{{pokemonNameWithAffix}} foi ferido\ncom o veneno!",
overlap: "{{pokemonNameWithAffix}} já\nestá envenenado!",
heal: "{{pokemonNameWithAffix}} se\ncurou do envenenamento!"
},
toxic: {
name: "Toxic",
description: "envenenamento",
obtain: "{{pokemonNameWithAffix}}\nfoi seriamente envenenado!",
obtainSource: "{{pokemonNameWithAffix}} foi seriamente\nenvenenado por {{sourceText}}!",
activation: "{{pokemonNameWithAffix}} foi ferido\ncom o veneno!",
overlap: "{{pokemonNameWithAffix}} já\nestá envenenado!",
heal: "{{pokemonNameWithAffix}} se\ncurou do envenenamento!"
},
paralysis: {
name: "Paralisia",
description: "paralisia",
obtain: "{{pokemonNameWithAffix}} foi paralisado,\nTalvez ele não consiga se mover!",
obtainSource: "{{pokemonNameWithAffix}} foi paralisado por {{sourceText}},\nTalvez ele não consiga se mover!",
activation: "{{pokemonNameWithAffix}} está paralisado!\nEle não consegue se mover!",
overlap: "{{pokemonNameWithAffix}} já\nestá paralisado!",
heal: "{{pokemonNameWithAffix}} foi\ncurado da paralisia!"
},
sleep: {
name: "Dormindo",
description: "dormindo",
obtain: "{{pokemonNameWithAffix}}\nadormeceu!",
obtainSource: "{{pokemonNameWithAffix}}\ndormiu devido a {{sourceText}}!",
activation: "{{pokemonNameWithAffix}} está dormindo profundamente.",
overlap: "{{pokemonNameWithAffix}} já\nestá dormindo!",
heal: "{{pokemonNameWithAffix}} acordou!"
},
freeze: {
name: "Congelamento",
description: "congelando",
obtain: "{{pokemonNameWithAffix}}\nfoi congelado!",
obtainSource: "{{pokemonNameWithAffix}}\nfoi congelado por {{sourceText}}!",
activation: "{{pokemonNameWithAffix}} está\ncongelado!",
overlap: "{{pokemonNameWithAffix}} já\nestá congelado!",
heal: "{{pokemonNameWithAffix}} foi\ndescongelado!"
},
burn: {
name: "Queimadura",
description: "queimadura",
obtain: "{{pokemonNameWithAffix}}\nfoi queimado!",
obtainSource: "{{pokemonNameWithAffix}}\nfoi queimado por {{sourceText}}!",
activation: "{{pokemonNameWithAffix}} foi ferido\npor sua queimadura!",
overlap: "{{pokemonNameWithAffix}} já\nestá queimado!",
heal: "{{pokemonNameWithAffix}} foi\ncurado de sua queimadura!"
},
} as const;