Skip to content

Commit

Permalink
Merged from official repos
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyTheA committed Jul 7, 2024
2 parents 6a85098 + 40a31b1 commit 92de2c2
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/locales/de/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "Zauberasche" },

"REVIVER_SEED": { name: "Belebersamen", description: "Belebt den Träger mit der Hälfte seiner KP wieder sollte er kampfunfähig werden." },
"REVIVER_SEED": { name: "Belebersamen", description: "Belebt den Träger mit der Hälfte seiner KP wieder, sollte er durch einen direkten Treffer kampfunfähig werden." },

"ETHER": { name: "Äther" },
"MAX_ETHER": { name: "Top-Äther" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "Sacred Ash" },

"REVIVER_SEED": { name: "Reviver Seed", description: "Revives the holder for 1/2 HP upon fainting." },
"REVIVER_SEED": { name: "Reviver Seed", description: "Revives the holder for 1/2 HP upon fainting from a direct hit." },

"ETHER": { name: "Ether" },
"MAX_ETHER": { name: "Max Ether" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "Cen. Sagrada" },

"REVIVER_SEED": { name: "Semilla Revivir", description: "Revive al portador con la mitad de sus PS al debilitarse." },
"REVIVER_SEED": { name: "Semilla Revivir", description: "Revive al portador con la mitad de sus PS al debilitarse por un golpe directo." },

"ETHER": { name: "Éter" },
"MAX_ETHER": { name: "Éter Máx." },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "Cendre Sacrée" },

"REVIVER_SEED": { name: "Résugraine", description: "Réanime et restaure la moitié des PV de son porteur s’il tombe K.O. ." },
"REVIVER_SEED": { name: "Résugraine", description: "Réanime et restaure la moitié des PV de son porteur s’il est mis K.O. par une capacité directe." },

"ETHER": { name: "Huile" },
"MAX_ETHER": { name: "Huile Max" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/it/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "Cenere magica" },

"REVIVER_SEED": { name: "Revitalseme", description: "Il possessore recupera 1/2 di PS in caso di KO." },
"REVIVER_SEED": { name: "Revitalseme", description: "Il possessore recupera 1/2 di PS in caso di KO causato da un colpo diretto." },

"ETHER": { name: "Etere" },
"MAX_ETHER": { name: "Etere max" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { pokemonForm } from "../es/pokemon-form";
import { pokemonForm } from "./pokemon-form";
import { ability } from "./ability";
import { abilityTriggers } from "./ability-trigger";
import { PGFachv, PGMachv } from "./achv";
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "성스러운분말" },

"REVIVER_SEED": { name: "부활의씨앗", description: "포켓몬이 쓰러지려 할 때 HP를 절반 회복한다." },
"REVIVER_SEED": { name: "부활의씨앗", description: "포켓몬이 공격을 받고 쓰러지려 할 때 HP를 절반 회복한다." },

"ETHER": { name: "PP에이드" },
"MAX_ETHER": { name: "PP회복" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pt_BR/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "Cinza Sagrada" },

"REVIVER_SEED": { name: "Semente Reanimadora", description: "Após desmaiar, reanima com 50% de PS." },
"REVIVER_SEED": { name: "Semente Reanimadora", description: "Após desmaiar por um ataque direto, reanima com 50% de PS." },

"ETHER": { name: "Éter" },
"MAX_ETHER": { name: "Éter Máximo" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh_CN/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const modifierType: ModifierTypeTranslationEntries = {

"SACRED_ASH": { name: "圣灰" },

"REVIVER_SEED": { name: "复活种子", description: "恢复1只濒死宝可梦的HP至1/2。" },
"REVIVER_SEED": { name: "复活种子", description: "受到技能攻击伤害濒死时,\n恢复该宝可梦的HP至1/2。" },

"ETHER": { name: "PP单项小补剂" },
"MAX_ETHER": { name: "PP单项全补剂" },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh_TW/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
SACRED_ASH: { name: "聖灰" },
REVIVER_SEED: {
name: "復活種子",
description: "恢復1隻瀕死寶可夢的HP至1/2。",
description: "受到技能攻擊傷害瀕死時,\n恢復該瀕死寶可夢的HP至1/2。",
},
ETHER: { name: "PP單項小補劑" },
MAX_ETHER: { name: "PP單項全補劑" },
Expand Down

0 comments on commit 92de2c2

Please sign in to comment.