Add files via upload (#1022)

This commit is contained in:
Somod1 2024-05-17 18:23:44 +08:00 committed by GitHub
parent 48c745deee
commit 0c660f599d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,48 +1,48 @@
import { BerryTranslationEntries } from "#app/plugins/i18n"; import { BerryTranslationEntries } from "#app/plugins/i18n";
export const berry: BerryTranslationEntries = { export const berry: BerryTranslationEntries = {
"SITRUS": { "SITRUS": {
name: "Sitrus Berry", name: "文柚果",
effect: "Restores 25% HP if HP is below 50%", effect: "HP低于50%时回复最大HP的25%",
}, },
"LUM": { "LUM": {
name: "Lum Berry", name: "木子果",
effect: "Cures any non-volatile status condition and confusion", effect: "治愈任何异常状态和混乱状态",
}, },
"ENIGMA": { "ENIGMA": {
name: "Enigma Berry", name: "谜芝果",
effect: "Restores 25% HP if hit by a super effective move", effect: "受到效果绝佳的招式攻击时回复25%最大HP",
}, },
"LIECHI": { "LIECHI": {
name: "Liechi Berry", name: "枝荔果",
effect: "Raises Attack if HP is below 25%", effect: "HP低于25%时,攻击提升一个等级",
}, },
"GANLON": { "GANLON": {
name: "Ganlon Berry", name: "龙睛果",
effect: "Raises Defense if HP is below 25%", effect: "HP低于25%时,防御提升一个等级",
}, },
"PETAYA": { "PETAYA": {
name: "Petaya Berry", name: "龙火果",
effect: "Raises Sp. Atk if HP is below 25%", effect: "HP低于25%时,特攻提升一个等级",
}, },
"APICOT": { "APICOT": {
name: "Apicot Berry", name: "杏仔果",
effect: "Raises Sp. Def if HP is below 25%", effect: "HP低于25%时,特防提升一个等级",
}, },
"SALAC": { "SALAC": {
name: "Salac Berry", name: "沙鳞果",
effect: "Raises Speed if HP is below 25%", effect: "HP低于25%时,速度提升一个等级",
}, },
"LANSAT": { "LANSAT": {
name: "Lansat Berry", name: "兰萨果",
effect: "Raises critical hit ratio if HP is below 25%", effect: "HP低于25%时,击中要害率提升两个等级",
}, },
"STARF": { "STARF": {
name: "Starf Berry", name: "星桃果",
effect: "Sharply raises a random stat if HP is below 25%", effect: "HP低于25%时,提高随机一项能力两个等级",
}, },
"LEPPA": { "LEPPA": {
name: "Leppa Berry", name: "苹野果",
effect: "Restores 10 PP to a move if its PP reaches 0", effect: "有招式的PP降到0时恢复该招式10PP",
}, },
} as const; } as const;