mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-21 09:08:31 +01:00
Localization(pt): Fixed some translations (#2915)
This commit is contained in:
parent
7b484e3d0b
commit
1234554d74
@ -1,7 +1,7 @@
|
|||||||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const abilityTriggers: SimpleTranslationEntries = {
|
export const abilityTriggers: SimpleTranslationEntries = {
|
||||||
"blockRecoilDamage" : "{{abilityName}} de {{pokemonName}}\nprotegeu-o do dano de recuo!",
|
"blockRecoilDamage": "{{abilityName}} de {{pokemonName}}\nprotegeu-o do dano reverso!",
|
||||||
"badDreams": "{{pokemonName}} está tendo pesadelos!",
|
"badDreams": "{{pokemonName}} está tendo pesadelos!",
|
||||||
"costar": "{{pokemonName}} copiou as mudanças\nde atributo de {{allyName}}!",
|
"costar": "{{pokemonName}} copiou as mudanças\nde atributo de {{allyName}}!",
|
||||||
"iceFaceAvoidedDamage": "{{pokemonName}} evitou\ndanos com sua {{abilityName}}!",
|
"iceFaceAvoidedDamage": "{{pokemonName}} evitou\ndanos com sua {{abilityName}}!",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const biome: SimpleTranslationEntries = {
|
export const biome: SimpleTranslationEntries = {
|
||||||
"unknownLocation": "Em algum lugar do qual você não se lembra",
|
"unknownLocation": "em algum lugar do qual você não se lembra",
|
||||||
"TOWN": "Cidade",
|
"TOWN": "Cidade",
|
||||||
"PLAINS": "Planície",
|
"PLAINS": "Planície",
|
||||||
"GRASS": "Grama",
|
"GRASS": "Grama",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user