[Localization] Missing translation placeholders of Fresh Start challenge in some languages (#3383)
* Update achv.ts * Update challenges.ts * Update achv.ts * Update achv.ts * Update challenges.ts * Update challenges.ts * Update achv.ts * Update challenges.ts * Update achv.ts * Update src/locales/de/achv.ts Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> * Update src/locales/pt_BR/challenges.ts Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br> * Update achv.ts * Update challenges.ts * Update achv.ts * Update challenges.ts * Update achv.ts * Update challenges.ts * Update achv.ts * Update challenges.ts --------- Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
This commit is contained in:
parent
af56eee1cf
commit
d66d4d1eeb
|
@ -264,6 +264,10 @@ export const PGMachv: AchievementTranslationEntries = {
|
||||||
"MONO_FAIRY": {
|
"MONO_FAIRY": {
|
||||||
name: "Ein ewiges Abenteuer!",
|
name: "Ein ewiges Abenteuer!",
|
||||||
},
|
},
|
||||||
|
"FRESH_START": {
|
||||||
|
name: "Hussa, noch einmal von vorn!",
|
||||||
|
description: "Schließe die 'Neuanfang' Herausforderung ab"
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// Achievement translations for the when the player character is female
|
// Achievement translations for the when the player character is female
|
||||||
|
@ -373,5 +377,6 @@ export const PGFachv: AchievementTranslationEntries = {
|
||||||
"MONO_DRAGON": PGMachv.MONO_DRAGON,
|
"MONO_DRAGON": PGMachv.MONO_DRAGON,
|
||||||
"MONO_DARK": PGMachv.MONO_DARK,
|
"MONO_DARK": PGMachv.MONO_DARK,
|
||||||
"MONO_FAIRY": PGMachv.MONO_FAIRY,
|
"MONO_FAIRY": PGMachv.MONO_FAIRY,
|
||||||
|
"FRESH_START": PGMachv.FRESH_START
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|
|
@ -266,7 +266,7 @@ export const PGMachv: AchievementTranslationEntries = {
|
||||||
},
|
},
|
||||||
"FRESH_START": {
|
"FRESH_START": {
|
||||||
name: "First Try!",
|
name: "First Try!",
|
||||||
description: "Complete the fresh start challenge."
|
description: "Complete the Fresh Start challenge."
|
||||||
}
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ export const challenges: TranslationEntries = {
|
||||||
},
|
},
|
||||||
"freshStart": {
|
"freshStart": {
|
||||||
"name": "Fresh Start",
|
"name": "Fresh Start",
|
||||||
"desc": "You can only use the original starters, and only as if you had just started pokerogue.",
|
"desc": "You can only use the original starters, and only as if you had just started PokéRogue.",
|
||||||
"value.0": "Off",
|
"value.0": "Off",
|
||||||
"value.1": "On",
|
"value.1": "On",
|
||||||
}
|
}
|
||||||
|
|
|
@ -264,6 +264,10 @@ export const PGMachv: AchievementTranslationEntries = {
|
||||||
"MONO_FAIRY": {
|
"MONO_FAIRY": {
|
||||||
name: "Mono FAIRY",
|
name: "Mono FAIRY",
|
||||||
},
|
},
|
||||||
|
"FRESH_START": {
|
||||||
|
name: "First Try!",
|
||||||
|
description: "Complete the Fresh Start challenge."
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
||||||
|
|
|
@ -22,4 +22,10 @@ export const challenges: TranslationEntries = {
|
||||||
"desc": "Solo puedes usar Pokémon with the {{type}} type.",
|
"desc": "Solo puedes usar Pokémon with the {{type}} type.",
|
||||||
"desc_default": "Solo puedes usar Pokémon del tipo elegido.",
|
"desc_default": "Solo puedes usar Pokémon del tipo elegido.",
|
||||||
},
|
},
|
||||||
|
"freshStart": {
|
||||||
|
"name": "Fresh Start",
|
||||||
|
"desc": "You can only use the original starters, and only as if you had just started PokéRogue.",
|
||||||
|
"value.0": "Off",
|
||||||
|
"value.1": "On",
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
|
@ -99,7 +99,7 @@ export const PGMachv: AchievementTranslationEntries = {
|
||||||
},
|
},
|
||||||
"MEGA_EVOLVE": {
|
"MEGA_EVOLVE": {
|
||||||
name: "Megamorfosi",
|
name: "Megamorfosi",
|
||||||
description: "Megaevolvi un pokémon",
|
description: "Megaevolvi un Pokémon",
|
||||||
},
|
},
|
||||||
"GIGANTAMAX": {
|
"GIGANTAMAX": {
|
||||||
name: "Grosso e Cattivo",
|
name: "Grosso e Cattivo",
|
||||||
|
@ -264,6 +264,10 @@ export const PGMachv: AchievementTranslationEntries = {
|
||||||
"MONO_FAIRY": {
|
"MONO_FAIRY": {
|
||||||
name: "Follettini e follettine",
|
name: "Follettini e follettine",
|
||||||
},
|
},
|
||||||
|
"FRESH_START": {
|
||||||
|
name: "First Try!",
|
||||||
|
description: "Complete the Fresh Start challenge."
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
||||||
|
|
|
@ -22,4 +22,10 @@ export const challenges: TranslationEntries = {
|
||||||
"desc": "Puoi usare solo Pokémon di tipo {{type}}.",
|
"desc": "Puoi usare solo Pokémon di tipo {{type}}.",
|
||||||
"desc_default": "Puoi usare solo Pokémon del tipo selezionato."
|
"desc_default": "Puoi usare solo Pokémon del tipo selezionato."
|
||||||
},
|
},
|
||||||
|
"freshStart": {
|
||||||
|
"name": "Fresh Start",
|
||||||
|
"desc": "You can only use the original starters, and only as if you had just started PokéRogue.",
|
||||||
|
"value.0": "Off",
|
||||||
|
"value.1": "On",
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
|
@ -22,4 +22,10 @@ export const challenges: TranslationEntries = {
|
||||||
"desc": "Você só pode user Pokémon do tipo {{type}}.",
|
"desc": "Você só pode user Pokémon do tipo {{type}}.",
|
||||||
"desc_default": "Você só pode user Pokémon de um único tipo."
|
"desc_default": "Você só pode user Pokémon de um único tipo."
|
||||||
},
|
},
|
||||||
|
"freshStart": {
|
||||||
|
"name": "Novo Começo",
|
||||||
|
"desc": "Você só pode usar os iniciais originais, como se tivesse acabado de começar o PokéRogue.",
|
||||||
|
"value.0": "Desligado",
|
||||||
|
"value.1": "Ligado",
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
|
@ -264,6 +264,10 @@ export const PGMachv: AchievementTranslationEntries = {
|
||||||
"MONO_FAIRY": {
|
"MONO_FAIRY": {
|
||||||
name: "林克,醒醒!",
|
name: "林克,醒醒!",
|
||||||
},
|
},
|
||||||
|
"FRESH_START": {
|
||||||
|
name: "First Try!",
|
||||||
|
description: "Complete the Fresh Start challenge."
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
||||||
|
|
|
@ -22,4 +22,10 @@ export const challenges: TranslationEntries = {
|
||||||
"desc": "你只能使用{{type}}\n屬性的寶可夢",
|
"desc": "你只能使用{{type}}\n屬性的寶可夢",
|
||||||
"desc_default": "你只能使用所選\n屬性的寶可夢"
|
"desc_default": "你只能使用所選\n屬性的寶可夢"
|
||||||
},
|
},
|
||||||
|
"freshStart": {
|
||||||
|
"name": "Fresh Start",
|
||||||
|
"desc": "You can only use the original starters, and only as if you had just started PokéRogue.",
|
||||||
|
"value.0": "Off",
|
||||||
|
"value.1": "On",
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue