mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-12-18 16:07:59 +01:00
Merge branch '1.21' into future/1.21.3
This commit is contained in:
commit
b892953a53
12 changed files with 246 additions and 234 deletions
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -22,6 +22,7 @@ If applicable, add screenshots to help explain your problem.
|
||||||
**Version Information:**
|
**Version Information:**
|
||||||
- Minecraft Version: [e.g. 1.20.5]
|
- Minecraft Version: [e.g. 1.20.5]
|
||||||
- Mine Little Pony Version:
|
- Mine Little Pony Version:
|
||||||
|
- Unicopia Version:
|
||||||
|
|
||||||
**Mod Loader:**
|
**Mod Loader:**
|
||||||
- [ ] Fabric
|
- [ ] Fabric
|
||||||
|
|
|
@ -115,7 +115,7 @@ public class CuttingBoardRecipeJsonBuilder {
|
||||||
public record Tool(Identifier type, TagKey<Item> tag) {
|
public record Tool(Identifier type, TagKey<Item> tag) {
|
||||||
static final Codec<Tool> CODEC = RecordCodecBuilder.create(ii -> ii.group(
|
static final Codec<Tool> CODEC = RecordCodecBuilder.create(ii -> ii.group(
|
||||||
Identifier.CODEC.fieldOf("type").forGetter(Tool::type),
|
Identifier.CODEC.fieldOf("type").forGetter(Tool::type),
|
||||||
TagKey.codec(RegistryKeys.ITEM).fieldOf("tag").forGetter(Tool::tag)
|
TagKey.unprefixedCodec(RegistryKeys.ITEM).fieldOf("tag").forGetter(Tool::tag)
|
||||||
).apply(ii, Tool::new));
|
).apply(ii, Tool::new));
|
||||||
}
|
}
|
||||||
public record Result(Identifier item, int count) {
|
public record Result(Identifier item, int count) {
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
package com.minelittlepony.unicopia.mixin;
|
|
||||||
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import net.minecraft.enchantment.Enchantment;
|
|
||||||
|
|
||||||
@Mixin(Enchantment.class)
|
|
||||||
abstract class MixinEnchantment {
|
|
||||||
|
|
||||||
}
|
|
|
@ -131,7 +131,7 @@ public record Tree (
|
||||||
|
|
||||||
public Tree build() {
|
public Tree build() {
|
||||||
RegistryKey<ConfiguredFeature<?, ?>> configuredFeatureId = RegistryKey.of(RegistryKeys.CONFIGURED_FEATURE, id);
|
RegistryKey<ConfiguredFeature<?, ?>> configuredFeatureId = RegistryKey.of(RegistryKeys.CONFIGURED_FEATURE, id);
|
||||||
Optional<Block> sapling = saplingId.map(id -> UBlocks.register(id, saplingConstructor.apply(new SaplingGenerator(id.toString(), Optional.of(configuredFeatureId), Optional.empty(), Optional.empty()), Block.Settings.copy(Blocks.OAK_SAPLING).registryKey(RegistryKey.of(RegistryKeys.BLOCK, id))), ItemGroups.NATURAL));
|
Optional<Block> sapling = saplingId.map(id -> UBlocks.register(id, saplingConstructor.apply(new SaplingGenerator(id.toString(), Optional.empty(), Optional.of(configuredFeatureId), Optional.empty()), Block.Settings.copy(Blocks.OAK_SAPLING).registryKey(RegistryKey.of(RegistryKeys.BLOCK, id))), ItemGroups.NATURAL));
|
||||||
Tree tree = new Tree(id, configParameters.apply(new TreeFeatureConfig.Builder(
|
Tree tree = new Tree(id, configParameters.apply(new TreeFeatureConfig.Builder(
|
||||||
BlockStateProvider.of(logType),
|
BlockStateProvider.of(logType),
|
||||||
trunkPlacer,
|
trunkPlacer,
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "Du kannst jetzt nicht schlafen, es sind Monster in der Nähe",
|
"block.unicopia.bed.not_safe": "Du kannst jetzt nicht schlafen, es sind Monster in der Nähe",
|
||||||
"block.unicopia.bed.not_tired": "Du bist noch nicht müde",
|
"block.unicopia.bed.not_tired": "Du bist noch nicht müde",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "Du kannst nur tagsüber oder bei Gewittern schlafen",
|
"block.unicopia.bed.no_sleep.nocturnal": "Du kannst nur tagsüber oder bei Gewittern schlafen",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "%1$s hat sich geschockt",
|
"death.attack.unicopia.bat_screech.self": "%1$s hat sich geschockt",
|
||||||
"death.attack.unicopia.bat_screech.player": "%2$s geschockt %1$s",
|
"death.attack.unicopia.bat_screech.player": "%2$s geschockt %1$s",
|
||||||
"death.attack.unicopia.bat_screech.item": "%1$s wurde von %2$s mit %3$s erschreckt",
|
"death.attack.unicopia.bat_screech.item": "%1$s wurde von %2$s mit %3$s erschreckt",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s's eardrums were shattered",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s's shattered %1$s's eardrums",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "%1$s wurde in Spaghetti verwandelt",
|
"death.attack.unicopia.gravity_well_recoil": "%1$s wurde in Spaghetti verwandelt",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%1$s wurde durch einen Zauberspruch von %2$s in Spaghetti umgewandelt",
|
"death.attack.unicopia.gravity_well_recoil.player": "%1$s wurde durch einen Zauberspruch von %2$s in Spaghetti umgewandelt",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%1$s wurde durch einen Zauberspruch %2$s mit %3$s in Spaghetti umgewandelt",
|
"death.attack.unicopia.gravity_well_recoil.item": "%1$s wurde durch einen Zauberspruch %2$s mit %3$s in Spaghetti umgewandelt",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "You may not rest here, there are enemies nearby",
|
"block.unicopia.bed.not_safe": "You may not rest here, there are enemies nearby",
|
||||||
"block.unicopia.bed.not_tired": "You do not feel tired right now",
|
"block.unicopia.bed.not_tired": "You do not feel tired right now",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "You can only sleep in the day or during thunderstorms",
|
"block.unicopia.bed.no_sleep.nocturnal": "You can only sleep in the day or during thunderstorms",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "%1$s spooked themselves",
|
"death.attack.unicopia.bat_screech.self": "%1$s spooked themselves",
|
||||||
"death.attack.unicopia.bat_screech.player": "%2$s spooked %1$s",
|
"death.attack.unicopia.bat_screech.player": "%2$s spooked %1$s",
|
||||||
"death.attack.unicopia.bat_screech.item": "%1$s was spooked by %2$s using %3$s",
|
"death.attack.unicopia.bat_screech.item": "%1$s was spooked by %2$s using %3$s",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s's eardrums were shattered",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s's shattered %1$s's eardrums",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "%1$s turned into spaghetti",
|
"death.attack.unicopia.gravity_well_recoil": "%1$s turned into spaghetti",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%1$s turned into spaghetti by a spell cast by %2$s",
|
"death.attack.unicopia.gravity_well_recoil.player": "%1$s turned into spaghetti by a spell cast by %2$s",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%1$s turned into spaghetti by a spell cast by %2$s using %3$s",
|
"death.attack.unicopia.gravity_well_recoil.item": "%1$s turned into spaghetti by a spell cast by %2$s using %3$s",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "ʎqɹɐǝu sǝᴉɯǝuǝ ǝɹɐ ǝɹǝɥʇ `ǝɹǝɥ ʇsǝɹ ʇou ʎɐɯ no⅄",
|
"block.unicopia.bed.not_safe": "ʎqɹɐǝu sǝᴉɯǝuǝ ǝɹɐ ǝɹǝɥʇ `ǝɹǝɥ ʇsǝɹ ʇou ʎɐɯ no⅄",
|
||||||
"block.unicopia.bed.not_tired": "ʍou ʇɥƃᴉɹ pǝɹᴉʇ lǝǝɟ ʇou op no⅄",
|
"block.unicopia.bed.not_tired": "ʍou ʇɥƃᴉɹ pǝɹᴉʇ lǝǝɟ ʇou op no⅄",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "sɯɹoʇsɹǝpunɥʇ ƃuᴉɹnp ɹo ʎɐp ǝɥʇ uᴉ dǝǝls ʎluo uɐɔ no⅄",
|
"block.unicopia.bed.no_sleep.nocturnal": "sɯɹoʇsɹǝpunɥʇ ƃuᴉɹnp ɹo ʎɐp ǝɥʇ uᴉ dǝǝls ʎluo uɐɔ no⅄",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "sǝʌlǝsɯǝɥʇ pǝʞoods %1$s",
|
"death.attack.unicopia.bat_screech.self": "sǝʌlǝsɯǝɥʇ pǝʞoods %1$s",
|
||||||
"death.attack.unicopia.bat_screech.player": "%1$s pǝʞoods %2$s",
|
"death.attack.unicopia.bat_screech.player": "%1$s pǝʞoods %2$s",
|
||||||
"death.attack.unicopia.bat_screech.item": "%3$s ƃuᴉsn %2$s ʎq pǝʞoods sɐʍ %1$s",
|
"death.attack.unicopia.bat_screech.item": "%3$s ƃuᴉsn %2$s ʎq pǝʞoods sɐʍ %1$s",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s's eardrums were shattered",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s's shattered %1$s's eardrums",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "ᴉʇʇǝɥƃɐds oʇuᴉ pǝuɹnʇ %1$s",
|
"death.attack.unicopia.gravity_well_recoil": "ᴉʇʇǝɥƃɐds oʇuᴉ pǝuɹnʇ %1$s",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%2$s ʎq ʇsɐɔ llǝds ɐ ʎq ᴉʇʇǝɥƃɐds oʇuᴉ pǝuɹnʇ %1$s",
|
"death.attack.unicopia.gravity_well_recoil.player": "%2$s ʎq ʇsɐɔ llǝds ɐ ʎq ᴉʇʇǝɥƃɐds oʇuᴉ pǝuɹnʇ %1$s",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%3$s ƃuᴉsn %2$s ʎq ʇsɐɔ llǝds ɐ ʎq ᴉʇʇǝɥƃɐds oʇuᴉ pǝuɹnʇ %1$s",
|
"death.attack.unicopia.gravity_well_recoil.item": "%3$s ƃuᴉsn %2$s ʎq ʇsɐɔ llǝds ɐ ʎq ᴉʇʇǝɥƃɐds oʇuᴉ pǝuɹnʇ %1$s",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "Vous ne pouvez pas vous reposer ici, les ennemis sont proches",
|
"block.unicopia.bed.not_safe": "Vous ne pouvez pas vous reposer ici, les ennemis sont proches",
|
||||||
"block.unicopia.bed.not_tired": "Tu ne te sens pas fatigué en ce moment",
|
"block.unicopia.bed.not_tired": "Tu ne te sens pas fatigué en ce moment",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "Vous ne pouvez dormir que dans la journée, ou dans les orages",
|
"block.unicopia.bed.no_sleep.nocturnal": "Vous ne pouvez dormir que dans la journée, ou dans les orages",
|
||||||
|
@ -41,7 +42,7 @@
|
||||||
"tla.category.unicopia.spellbook": "Livre de sortilèges",
|
"tla.category.unicopia.spellbook": "Livre de sortilèges",
|
||||||
"tla.category.unicopia.cloud_shaping": "Façonnage",
|
"tla.category.unicopia.cloud_shaping": "Façonnage",
|
||||||
"tla.category.unicopia.growing": "Croissance",
|
"tla.category.unicopia.growing": "Croissance",
|
||||||
"tla.category.unicopia.altar": "Sombre Rituel",
|
"tla.category.unicopia.altar": "Rituel sombre",
|
||||||
"recipe.unicopia.altar.instruction": "Placer l'objet dans les flammes",
|
"recipe.unicopia.altar.instruction": "Placer l'objet dans les flammes",
|
||||||
"recipe.unicopia.growing.instruction": "Se concentrez la magie de poney de terre",
|
"recipe.unicopia.growing.instruction": "Se concentrez la magie de poney de terre",
|
||||||
"item.unicopia.alicorn_badge": "Emblème d'alicorne",
|
"item.unicopia.alicorn_badge": "Emblème d'alicorne",
|
||||||
|
@ -59,7 +60,7 @@
|
||||||
"item.unicopia.sweet_apple": "Pomme sucrée",
|
"item.unicopia.sweet_apple": "Pomme sucrée",
|
||||||
"item.unicopia.sour_apple": "Pomme aigre",
|
"item.unicopia.sour_apple": "Pomme aigre",
|
||||||
"item.unicopia.rotten_apple": "Pomme putréfiée",
|
"item.unicopia.rotten_apple": "Pomme putréfiée",
|
||||||
"item.unicopia.cooked_zap_apple": "Zap apple cuite",
|
"item.unicopia.cooked_zap_apple": "Pomme zap cuite",
|
||||||
"item.unicopia.zap_apple": "Pomme zap",
|
"item.unicopia.zap_apple": "Pomme zap",
|
||||||
"item.unicopia.zap_bulb": "Pomme zap inégal",
|
"item.unicopia.zap_bulb": "Pomme zap inégal",
|
||||||
"item.unicopia.rotten_cod": "Morue Pourrie",
|
"item.unicopia.rotten_cod": "Morue Pourrie",
|
||||||
|
@ -86,7 +87,7 @@
|
||||||
"item.unicopia.lightning_jar": "Foudre dans un bocal",
|
"item.unicopia.lightning_jar": "Foudre dans un bocal",
|
||||||
"block.unicopia.lightning_jar": "Foudre dans un bocal",
|
"block.unicopia.lightning_jar": "Foudre dans un bocal",
|
||||||
"item.unicopia.zap_apple_jam_jar": "Confiture de pomme zap",
|
"item.unicopia.zap_apple_jam_jar": "Confiture de pomme zap",
|
||||||
"block.unicopia.zap_jar": "Jar de Confiture de Zap Apple",
|
"block.unicopia.zap_jar": "Bocal de confiture de pomme zap",
|
||||||
"item.unicopia.toast": "Pain grillé",
|
"item.unicopia.toast": "Pain grillé",
|
||||||
"item.unicopia.burned_toast": "Pain brûlé",
|
"item.unicopia.burned_toast": "Pain brûlé",
|
||||||
"item.unicopia.jam_toast": "Pain grillé à la confiture de pomme zap",
|
"item.unicopia.jam_toast": "Pain grillé à la confiture de pomme zap",
|
||||||
|
@ -185,7 +186,7 @@
|
||||||
"jukebox_song.unicopia.pet": "Daniel Ingram - pet",
|
"jukebox_song.unicopia.pet": "Daniel Ingram - pet",
|
||||||
"jukebox_song.unicopia.popular": "Daniel Ingram - popular",
|
"jukebox_song.unicopia.popular": "Daniel Ingram - popular",
|
||||||
"jukebox_song.unicopia.crusade": "Daniel Ingram - crusade",
|
"jukebox_song.unicopia.crusade": "Daniel Ingram - crusade",
|
||||||
"jukebox_song.unicopia.funk": "funk, juste funk",
|
"jukebox_song.unicopia.funk": "funk, just funk",
|
||||||
"item.unicopia.cloud_lump": "Morceau du Nuage",
|
"item.unicopia.cloud_lump": "Morceau du Nuage",
|
||||||
"item.unicopia.white_bed_sheets": "Lits Blancs",
|
"item.unicopia.white_bed_sheets": "Lits Blancs",
|
||||||
"item.unicopia.light_gray_bed_sheets": "Lits de lit gris clair",
|
"item.unicopia.light_gray_bed_sheets": "Lits de lit gris clair",
|
||||||
|
@ -219,28 +220,28 @@
|
||||||
"block.unicopia.bananas": "Bananes",
|
"block.unicopia.bananas": "Bananes",
|
||||||
"block.unicopia.zapling": "Zapling",
|
"block.unicopia.zapling": "Zapling",
|
||||||
"block.unicopia.potted_zapling": "Zapling en pot",
|
"block.unicopia.potted_zapling": "Zapling en pot",
|
||||||
"block.unicopia.zap_log": "Confiture de Zap Apple",
|
"block.unicopia.zap_log": "Bûche de pomme zap",
|
||||||
"block.unicopia.zap_wood": "Zap Bois de Pomme",
|
"block.unicopia.zap_wood": "Bois de pomme zap",
|
||||||
"block.unicopia.stripped_zap_log": "Journal d'Apple Zap Stripped",
|
"block.unicopia.stripped_zap_log": "Bûche de pomme zap écorcé",
|
||||||
"block.unicopia.stripped_zap_wood": "Bois de pomme Zap rayé",
|
"block.unicopia.stripped_zap_wood": "Bois de pomme zap écorcé",
|
||||||
"block.unicopia.zap_planks": "Planches de pomme Zap",
|
"block.unicopia.zap_planks": "Planches de pomme zap",
|
||||||
"block.unicopia.zap_stairs": "Escalier de Pomme Zap",
|
"block.unicopia.zap_stairs": "Escalier en pomme zap",
|
||||||
"block.unicopia.zap_slab": "Dalle de Pomme Zap",
|
"block.unicopia.zap_slab": "Dalle en pomme zap",
|
||||||
"block.unicopia.zap_fence": "Barrière en Zap Pomme",
|
"block.unicopia.zap_fence": "Barrière en pomme zap",
|
||||||
"block.unicopia.zap_fence_gate": "Portillon en Zap Pomme",
|
"block.unicopia.zap_fence_gate": "Portillon en pomme zap",
|
||||||
"block.unicopia.waxed_zap_log": "Journal d'Pomme Zap Caxé",
|
"block.unicopia.waxed_zap_log": "Bûche de pomme zap ciré",
|
||||||
"block.unicopia.waxed_zap_wood": "Bois de Pomme Zap Ciré",
|
"block.unicopia.waxed_zap_wood": "Bois de pomme zap ciré",
|
||||||
"block.unicopia.waxed_stripped_zap_log": "Journal d'Pomme Zap Ciré",
|
"block.unicopia.waxed_stripped_zap_log": "Bûche de pomme zap écorcé ciré",
|
||||||
"block.unicopia.waxed_stripped_zap_wood": "Pomme Zap en Bois de Pomme Ciré",
|
"block.unicopia.waxed_stripped_zap_wood": "Bois de pomme zap écorcé ciré",
|
||||||
"block.unicopia.waxed_zap_planks": "Planches de Pomme Zap Ciré",
|
"block.unicopia.waxed_zap_planks": "Planches de pomme zap ciré",
|
||||||
"block.unicopia.waxed_zap_stairs": "Escaliers de Pomme Zap Ciré",
|
"block.unicopia.waxed_zap_stairs": "Escaliers de Pomme Zap Ciré",
|
||||||
"block.unicopia.waxed_zap_slab": "Dalle de pomme Zap Ciré",
|
"block.unicopia.waxed_zap_slab": "Dalle en pomme zap ciré",
|
||||||
"block.unicopia.waxed_zap_fence": "Clôture de Pomme Zap Cirée",
|
"block.unicopia.waxed_zap_fence": "Barrière en pomme zap ciré",
|
||||||
"block.unicopia.waxed_zap_fence_gate": "Portail de Clôture de Pomme Zap en Cire",
|
"block.unicopia.waxed_zap_fence_gate": "Portillon en pomme zap ciré",
|
||||||
"block.unicopia.zap_leaves": "Zap Feuilles de Pomme",
|
"block.unicopia.zap_leaves": "Feuilles de pomme zap",
|
||||||
"block.unicopia.flowering_zap_leaves": "Feuilles d'Pomme Zap Florissantes",
|
"block.unicopia.flowering_zap_leaves": "Feuilles de pomme zap fleurie",
|
||||||
"block.unicopia.zap_apple": "Zap Pomme",
|
"block.unicopia.zap_apple": "Pomme zap",
|
||||||
"block.unicopia.zap_bulb": "Zap Pomme Inégal",
|
"block.unicopia.zap_bulb": "Pomme zap inégale",
|
||||||
"block.unicopia.palm_sapling": "Pousse de Palmier",
|
"block.unicopia.palm_sapling": "Pousse de Palmier",
|
||||||
"block.unicopia.potted_palm_sapling": "Pousse de Paume en Pot",
|
"block.unicopia.potted_palm_sapling": "Pousse de Paume en Pot",
|
||||||
"block.unicopia.palm_log": "Bûche de Palme",
|
"block.unicopia.palm_log": "Bûche de Palme",
|
||||||
|
@ -369,7 +370,7 @@
|
||||||
"effect.unicopia.fortification": "Fortification",
|
"effect.unicopia.fortification": "Fortification",
|
||||||
"effect.unicopia.broken_wings": "Ailes cassées",
|
"effect.unicopia.broken_wings": "Ailes cassées",
|
||||||
"effect.unicopia.seaponys_ire": "Ire de Saponies",
|
"effect.unicopia.seaponys_ire": "Ire de Saponies",
|
||||||
"effect.unicopia.seaponys_grace": "Grâce des armes",
|
"effect.unicopia.seaponys_grace": "Grâce de l'océan",
|
||||||
"effect.unicopia.change_race_earth": "Métamorphose de poney de terre",
|
"effect.unicopia.change_race_earth": "Métamorphose de poney de terre",
|
||||||
"effect.unicopia.change_race_unicorn": "Métamorphose de licorne",
|
"effect.unicopia.change_race_unicorn": "Métamorphose de licorne",
|
||||||
"effect.unicopia.change_race_pegasus": "Métamorphose de pégase",
|
"effect.unicopia.change_race_pegasus": "Métamorphose de pégase",
|
||||||
|
@ -481,7 +482,7 @@
|
||||||
"spell.unicopia.flame": "Flamme",
|
"spell.unicopia.flame": "Flamme",
|
||||||
"spell.unicopia.flame.lore": "Cette gemme brûle chaudement avec une flamme magique",
|
"spell.unicopia.flame.lore": "Cette gemme brûle chaudement avec une flamme magique",
|
||||||
"spell.unicopia.infernal": "Incendie",
|
"spell.unicopia.infernal": "Incendie",
|
||||||
"spell.unicopia.infernal.lore": "Conjure l'essence même du Néant pour infuser ce monde",
|
"spell.unicopia.infernal.lore": "Conjurez l'essence même du Nether pour infuser ce monde",
|
||||||
"spell.unicopia.fire_bolt": "Trait de feu",
|
"spell.unicopia.fire_bolt": "Trait de feu",
|
||||||
"spell.unicopia.fire_bolt.lore": "Produit plusieurs projectiles brûlants",
|
"spell.unicopia.fire_bolt.lore": "Produit plusieurs projectiles brûlants",
|
||||||
"spell.unicopia.shield": "Protéger",
|
"spell.unicopia.shield": "Protéger",
|
||||||
|
@ -531,16 +532,16 @@
|
||||||
"spell_attribute.unicopia.affects.blocks": "Affecte uniquement les blocs",
|
"spell_attribute.unicopia.affects.blocks": "Affecte uniquement les blocs",
|
||||||
"spell_attribute.unicopia.follows_target": "S'abonner à la cible",
|
"spell_attribute.unicopia.follows_target": "S'abonner à la cible",
|
||||||
"spell_attribute.unicopia.causes_levitation": "Cause lévitation",
|
"spell_attribute.unicopia.causes_levitation": "Cause lévitation",
|
||||||
"spell_attribute.unicopia.permit_items": "Permits Items",
|
"spell_attribute.unicopia.permit_items": " Permettez d'objets",
|
||||||
"spell_attribute.unicopia.permit_passive": "Autorise les monstres passifs",
|
"spell_attribute.unicopia.permit_passive": "Autorise les monstres passifs",
|
||||||
"spell_attribute.unicopia.permit_hostile": "Permettre les monstres hostiles",
|
"spell_attribute.unicopia.permit_hostile": "Permettre les monstres hostiles",
|
||||||
"spell_attribute.unicopia.permit_player": "Permits Other Players",
|
"spell_attribute.unicopia.permit_player": " Permettez d'autres joueurs",
|
||||||
"spell_attribute.unicopia.range": "Portée de l'effet",
|
"spell_attribute.unicopia.range": "Portée de l'effet",
|
||||||
"spell_attribute.unicopia.duration": "Durée de l'effet",
|
"spell_attribute.unicopia.duration": "Durée de l'effet",
|
||||||
"spell_attribute.unicopia.strength": "Force de l'effet",
|
"spell_attribute.unicopia.strength": "Force de l'effet",
|
||||||
"spell_attribute.unicopia.soapiness": "Sévérité",
|
"spell_attribute.unicopia.soapiness": "Sévérité",
|
||||||
"spell_attribute.unicopia.velocity": "Vitesse",
|
"spell_attribute.unicopia.velocity": "Vitesse",
|
||||||
"spell_attribute.unicopia.vertical_velocity": "Launch Speed",
|
"spell_attribute.unicopia.vertical_velocity": "Vitesse initiale de lancement",
|
||||||
"spell_attribute.unicopia.hang_time": "Temps de suspension",
|
"spell_attribute.unicopia.hang_time": "Temps de suspension",
|
||||||
"spell_attribute.unicopia.pushing_power": "Pousser",
|
"spell_attribute.unicopia.pushing_power": "Pousser",
|
||||||
"spell_attribute.unicopia.damage_to_target": "Dégâts sur la cible",
|
"spell_attribute.unicopia.damage_to_target": "Dégâts sur la cible",
|
||||||
|
@ -696,7 +697,7 @@
|
||||||
"affinity.unicopia.bad": "Mauvais",
|
"affinity.unicopia.bad": "Mauvais",
|
||||||
"affinity.unicopia.neutral": "Neutre",
|
"affinity.unicopia.neutral": "Neutre",
|
||||||
"affinity.unicopia.when_cast": "Quand lancé:",
|
"affinity.unicopia.when_cast": "Quand lancé:",
|
||||||
"affinity.unicopia.corruption": " %s%.2f Corruption",
|
"affinity.unicopia.corruption": "Corruption",
|
||||||
"gui.unicopia.trait.label": "Élément de %s",
|
"gui.unicopia.trait.label": "Élément de %s",
|
||||||
"gui.unicopia.trait.group": "\n %s",
|
"gui.unicopia.trait.group": "\n %s",
|
||||||
"gui.unicopia.trait.corruption": "\nCorruption de %s",
|
"gui.unicopia.trait.corruption": "\nCorruption de %s",
|
||||||
|
@ -710,7 +711,7 @@
|
||||||
"respawn.reason.joined_new_tribe": "%1$s est renaissé comme %2$s",
|
"respawn.reason.joined_new_tribe": "%1$s est renaissé comme %2$s",
|
||||||
"respawn.reason.illegal_race": "La course %s n'est pas autorisée par la configuration de votre serveur.",
|
"respawn.reason.illegal_race": "La course %s n'est pas autorisée par la configuration de votre serveur.",
|
||||||
"tag.item.unicopia.groups.foraging": "Onglets créatifs : Foraging",
|
"tag.item.unicopia.groups.foraging": "Onglets créatifs : Foraging",
|
||||||
"tag.item.unicopia.groups.sea_pony": "Onglets créatifs : Seapony",
|
"tag.item.unicopia.groups.sea_pony": "Onglets créatifs : Poney de mer",
|
||||||
"tag.item.unicopia.groups.earth_pony": "Onglets créatifs : Pony de la terre",
|
"tag.item.unicopia.groups.earth_pony": "Onglets créatifs : Pony de la terre",
|
||||||
"tag.item.unicopia.groups.bat_pony": "Onglets créatifs : Chauve-souris",
|
"tag.item.unicopia.groups.bat_pony": "Onglets créatifs : Chauve-souris",
|
||||||
"tag.item.unicopia.groups.changeling": "Onglets créatifs : Changement",
|
"tag.item.unicopia.groups.changeling": "Onglets créatifs : Changement",
|
||||||
|
@ -736,7 +737,7 @@
|
||||||
"tag.item.unicopia.baskets": "Paniers",
|
"tag.item.unicopia.baskets": "Paniers",
|
||||||
"tag.item.unicopia.shades": "Nuances",
|
"tag.item.unicopia.shades": "Nuances",
|
||||||
"tag.item.unicopia.shells": "Obus",
|
"tag.item.unicopia.shells": "Obus",
|
||||||
"tag.item.unicopia.zap_logs": "Apple Apple Logs",
|
"tag.item.unicopia.zap_logs": "Bûches de pomme zap",
|
||||||
"tag.item.unicopia.spooked_mob_drops": "Lâché par les créatures effrayées",
|
"tag.item.unicopia.spooked_mob_drops": "Lâché par les créatures effrayées",
|
||||||
"tag.item.unicopia.wool_bed_sheets": "Linge de lit en laine",
|
"tag.item.unicopia.wool_bed_sheets": "Linge de lit en laine",
|
||||||
"tag.item.unicopia.is_delivered_aggressively": "Délivré de manière agressive",
|
"tag.item.unicopia.is_delivered_aggressively": "Délivré de manière agressive",
|
||||||
|
@ -1453,8 +1454,8 @@
|
||||||
"race.unicopia.kirin.alt": "Kirins",
|
"race.unicopia.kirin.alt": "Kirins",
|
||||||
"race.unicopia.hippogriff": "Hippogriff",
|
"race.unicopia.hippogriff": "Hippogriff",
|
||||||
"race.unicopia.hippogriff.alt": "Hippogriffs",
|
"race.unicopia.hippogriff.alt": "Hippogriffs",
|
||||||
"race.unicopia.seapony": "Pony de la mer",
|
"race.unicopia.seapony": "Poney de mer",
|
||||||
"race.unicopia.seapony.alt": "Ponies de la mer",
|
"race.unicopia.seapony.alt": "Poneys de mer",
|
||||||
"death.attack.unicopia.generic.and_also": "%1$s et %2$s",
|
"death.attack.unicopia.generic.and_also": "%1$s et %2$s",
|
||||||
"death.attack.unicopia.generic.whilst_flying": "%1$s en volant",
|
"death.attack.unicopia.generic.whilst_flying": "%1$s en volant",
|
||||||
"death.attack.unicopia.tribe_swap": "%1$s was reborn into a different tribe",
|
"death.attack.unicopia.tribe_swap": "%1$s was reborn into a different tribe",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "%1$s s'est effrayé",
|
"death.attack.unicopia.bat_screech.self": "%1$s s'est effrayé",
|
||||||
"death.attack.unicopia.bat_screech.player": "%2$s a effrayé %1$s",
|
"death.attack.unicopia.bat_screech.player": "%2$s a effrayé %1$s",
|
||||||
"death.attack.unicopia.bat_screech.item": "%1$s a été effrayé par %2$s en utilisant %3$s",
|
"death.attack.unicopia.bat_screech.item": "%1$s a été effrayé par %2$s en utilisant %3$s",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s's eardrums were shattered",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s's shattered %1$s's eardrums",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "%1$s turned into spaghetti",
|
"death.attack.unicopia.gravity_well_recoil": "%1$s turned into spaghetti",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%1$s turned into spaghetti by a spell cast by %2$s",
|
"death.attack.unicopia.gravity_well_recoil.player": "%1$s turned into spaghetti by a spell cast by %2$s",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%1$s transformé en spaghetti par un sort lancé par %2$s en utilisant %3$s",
|
"death.attack.unicopia.gravity_well_recoil.item": "%1$s transformé en spaghetti par un sort lancé par %2$s en utilisant %3$s",
|
||||||
|
@ -1748,17 +1751,17 @@
|
||||||
"advancements.unicopia.deter_phantom.title": "Ce qui vole autour",
|
"advancements.unicopia.deter_phantom.title": "Ce qui vole autour",
|
||||||
"advancements.unicopia.deter_phantom.description": "Montez là-haut et donnez à ces fantômes un goût de leur propre médicament",
|
"advancements.unicopia.deter_phantom.description": "Montez là-haut et donnez à ces fantômes un goût de leur propre médicament",
|
||||||
"advancements.unicopia.unicorn_route.title": "Corne de la Licorne",
|
"advancements.unicopia.unicorn_route.title": "Corne de la Licorne",
|
||||||
"advancements.unicopia.unicorn_route.description": "Plongez dans le monde des arc-en-ciel et des éclaireurs",
|
"advancements.unicopia.unicorn_route.description": "Plongez dans le monde des arcs-en-ciel et des éclaireurs",
|
||||||
"advancements.unicopia.books.title": "Livres!",
|
"advancements.unicopia.books.title": "Livres !",
|
||||||
"advancements.unicopia.books.description": "C'est MON livre de sorts et je vais le lire !",
|
"advancements.unicopia.books.description": "C'est MON livre de sorts et je vais le lire !",
|
||||||
"advancements.unicopia.books_books_books.title": "Livres! Livres! Livres!",
|
"advancements.unicopia.books_books_books.title": "Livres ! Livres ! Livres !",
|
||||||
"advancements.unicopia.books_books_books.description": "Ayez un inventaire rempli de livres",
|
"advancements.unicopia.books_books_books.description": "Ayez un inventaire rempli de livres",
|
||||||
"advancements.unicopia.tempted.title": "Tentative...",
|
"advancements.unicopia.tempted.title": "Tentative...",
|
||||||
"advancements.unicopia.tempted.description": "Mettre sur l'amulette d'amulette de la licorne",
|
"advancements.unicopia.tempted.description": "Mettre sur l'amulette d'amulette de la licorne",
|
||||||
"advancements.unicopia.hello_darkness_my_old_friend.title": "Bonjour les ténèbres...",
|
"advancements.unicopia.hello_darkness_my_old_friend.title": "Bonjour les ténèbres...",
|
||||||
"advancements.unicopia.hello_darkness_my_old_friend.description": "Plongez plus loin dans les puissances du côté sombre",
|
"advancements.unicopia.hello_darkness_my_old_friend.description": "Plongez plus loin dans les puissances du côté sombre",
|
||||||
"advancements.unicopia.a_falling_wizard.title": "Un sorcier en chute libre",
|
"advancements.unicopia.a_falling_wizard.title": "Un sorcier en chute libre",
|
||||||
"advancements.unicopia.a_falling_wizard.description": "Une licorne a tenté de lancer un sort de vol infructueux",
|
"advancements.unicopia.a_falling_wizard.description": "Un(e) licorne a tenté d'effectuer sans succès un sort de vol",
|
||||||
"advancements.unicopia.split_the_sea.title": "Qui êtes-vous? Moïse?",
|
"advancements.unicopia.split_the_sea.title": "Qui êtes-vous? Moïse?",
|
||||||
"advancements.unicopia.split_the_sea.description": "Utilisez la magie pour déplacer plus de 100 blocs d'eau en une seule fois",
|
"advancements.unicopia.split_the_sea.description": "Utilisez la magie pour déplacer plus de 100 blocs d'eau en une seule fois",
|
||||||
"advancements.unicopia.save_the_day.title": "Enregistrer le jour",
|
"advancements.unicopia.save_the_day.title": "Enregistrer le jour",
|
||||||
|
@ -1775,7 +1778,7 @@
|
||||||
"advancements.unicopia.love_is_power.description": "Bannir le Roi Sombra avec un cœur de cristal",
|
"advancements.unicopia.love_is_power.description": "Bannir le Roi Sombra avec un cœur de cristal",
|
||||||
"advancements.unicopia.hippogriff_route.title": "éclaboussure de Seaquestria",
|
"advancements.unicopia.hippogriff_route.title": "éclaboussure de Seaquestria",
|
||||||
"advancements.unicopia.hippogriff_route.description": "Rejoignez le nid d'Hippogriff",
|
"advancements.unicopia.hippogriff_route.description": "Rejoignez le nid d'Hippogriff",
|
||||||
"advancements.unicopia.shoo_be_doo.title": "Shoo Be Doo!",
|
"advancements.unicopia.shoo_be_doo.title": "Shou Be Dou !",
|
||||||
"advancements.unicopia.shoo_be_doo.description": "Utilisez un collier de perles pour vous transformer en créature marine.",
|
"advancements.unicopia.shoo_be_doo.description": "Utilisez un collier de perles pour vous transformer en créature marine.",
|
||||||
"advancements.unicopia.shoo_be_done.title": "Le Shoo est fait !",
|
"advancements.unicopia.shoo_be_done.title": "Le Shoo est fait !",
|
||||||
"advancements.unicopia.shoo_be_done.description": "Utilisez un collier de perles pour revenir à la normale",
|
"advancements.unicopia.shoo_be_done.description": "Utilisez un collier de perles pour revenir à la normale",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "Вы не можете уснуть, пока рядом есть враги",
|
"block.unicopia.bed.not_safe": "Вы не можете уснуть, пока рядом есть враги",
|
||||||
"block.unicopia.bed.not_tired": "Сейчас вы не чувствуете усталости",
|
"block.unicopia.bed.not_tired": "Сейчас вы не чувствуете усталости",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "Вы можете спать только днём или во время грозы",
|
"block.unicopia.bed.no_sleep.nocturnal": "Вы можете спать только днём или во время грозы",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "%1$ напугали себя до смерти",
|
"death.attack.unicopia.bat_screech.self": "%1$ напугали себя до смерти",
|
||||||
"death.attack.unicopia.bat_screech.player": "%2$s напугал %1$s",
|
"death.attack.unicopia.bat_screech.player": "%2$s напугал %1$s",
|
||||||
"death.attack.unicopia.bat_screech.item": "%1$s был напуган до смерти %2$s с помощью %3$s",
|
"death.attack.unicopia.bat_screech.item": "%1$s был напуган до смерти %2$s с помощью %3$s",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s's eardrums were shattered",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s's shattered %1$s's eardrums",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "%1$ превратился в спагетти",
|
"death.attack.unicopia.gravity_well_recoil": "%1$ превратился в спагетти",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%1$s превращён в спагетти заклинанием, созданным %2$s",
|
"death.attack.unicopia.gravity_well_recoil.player": "%1$s превращён в спагетти заклинанием, созданным %2$s",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%1$s превращён в спагетти заклинанием, созданным %2$s с помощью %3$s",
|
"death.attack.unicopia.gravity_well_recoil.item": "%1$s превращён в спагетти заклинанием, созданным %2$s с помощью %3$s",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "你现在不能休息,附近有敌人在游荡",
|
"block.unicopia.bed.not_safe": "你现在不能休息,附近有敌人在游荡",
|
||||||
"block.unicopia.bed.not_tired": "你现在并不觉得累",
|
"block.unicopia.bed.not_tired": "你现在并不觉得累",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "你只能在白天或雷暴中入眠",
|
"block.unicopia.bed.no_sleep.nocturnal": "你只能在白天或雷暴中入眠",
|
||||||
|
@ -182,10 +183,10 @@
|
||||||
"item.unicopia.music_disc_popular": "音乐唱片",
|
"item.unicopia.music_disc_popular": "音乐唱片",
|
||||||
"item.unicopia.music_disc_crusade": "音乐唱片",
|
"item.unicopia.music_disc_crusade": "音乐唱片",
|
||||||
"item.unicopia.music_disc_funk": "音乐唱片",
|
"item.unicopia.music_disc_funk": "音乐唱片",
|
||||||
"jukebox_song.unicopia.pet": "Daniel Ingram - 宠物",
|
"jukebox_song.unicopia.pet": "Daniel Ingram - pet",
|
||||||
"jukebox_song.unicopia.popular": "Daniel Ingram - 受欢迎的",
|
"jukebox_song.unicopia.popular": "Daniel Ingram - popular",
|
||||||
"jukebox_song.unicopia.crusade": "Daniel Ingram - 十字线",
|
"jukebox_song.unicopia.crusade": "Daniel Ingram - crusade",
|
||||||
"jukebox_song.unicopia.funk": "有趣,只是有趣的",
|
"jukebox_song.unicopia.funk": "funk, just funk",
|
||||||
"item.unicopia.cloud_lump": "云团",
|
"item.unicopia.cloud_lump": "云团",
|
||||||
"item.unicopia.white_bed_sheets": "白色被单",
|
"item.unicopia.white_bed_sheets": "白色被单",
|
||||||
"item.unicopia.light_gray_bed_sheets": "淡灰色被单",
|
"item.unicopia.light_gray_bed_sheets": "淡灰色被单",
|
||||||
|
@ -709,93 +710,93 @@
|
||||||
"gui.unicopia.page_num": "第%d页(共%d页)",
|
"gui.unicopia.page_num": "第%d页(共%d页)",
|
||||||
"respawn.reason.joined_new_tribe": "%1$s 以一只 %2$s 的身份重生了",
|
"respawn.reason.joined_new_tribe": "%1$s 以一只 %2$s 的身份重生了",
|
||||||
"respawn.reason.illegal_race": "%s这个种族目前不被你的服务器配置所允许",
|
"respawn.reason.illegal_race": "%s这个种族目前不被你的服务器配置所允许",
|
||||||
"tag.item.unicopia.groups.foraging": "创造性标签:锻造模式",
|
"tag.item.unicopia.groups.foraging": "创造栏:觅食",
|
||||||
"tag.item.unicopia.groups.sea_pony": "创造性标签:海普尼",
|
"tag.item.unicopia.groups.sea_pony": "创造栏:海马",
|
||||||
"tag.item.unicopia.groups.earth_pony": "Creative Tabs: Earth Pony",
|
"tag.item.unicopia.groups.earth_pony": "创造栏:陆马",
|
||||||
"tag.item.unicopia.groups.bat_pony": "Creative Tabs: Bat Pony",
|
"tag.item.unicopia.groups.bat_pony": "创造栏:夜骐",
|
||||||
"tag.item.unicopia.groups.changeling": "创意标签:更改",
|
"tag.item.unicopia.groups.changeling": "创造栏:幻形灵",
|
||||||
"tag.item.unicopia.groups.pegasus": "创意标签:飞马座",
|
"tag.item.unicopia.groups.pegasus": "创造栏:天马",
|
||||||
"tag.item.unicopia.groups.unicorn": "Creative Tabs: Unicorn",
|
"tag.item.unicopia.groups.unicorn": "创造栏:独角兽",
|
||||||
"tag.item.unicopia.forage.severe.prickly": "以很高的伤害几率成形了",
|
"tag.item.unicopia.forage.severe.prickly": "吃了后有大概率产生害处",
|
||||||
"tag.item.unicopia.forage.dangerous": "对堡垒的危险",
|
"tag.item.unicopia.forage.dangerous": "危险别吃",
|
||||||
"tag.item.unicopia.forage.blinding": "变形几率变形",
|
"tag.item.unicopia.forage.blinding": "吃了后有概率失明",
|
||||||
"tag.item.unicopia.forage.nauseating": "用假冒的几率锻造的",
|
"tag.item.unicopia.forage.nauseating": "吃了后有概率反胃",
|
||||||
"tag.item.unicopia.forage.prickly": "有伤害几率被锻造的",
|
"tag.item.unicopia.forage.prickly": "吃了后有概率产生害处",
|
||||||
"tag.item.unicopia.forage.severe.nauseating": "用很高的恐慌几率锻造的",
|
"tag.item.unicopia.forage.severe.nauseating": "吃了后大概率反胃",
|
||||||
"tag.item.unicopia.forage.risky": "带小风险成形的",
|
"tag.item.unicopia.forage.risky": "吃了后有较小风险",
|
||||||
"tag.item.unicopia.forage.safe": "安全放置于福音",
|
"tag.item.unicopia.forage.safe": "安全可食",
|
||||||
"tag.item.unicopia.forage.filling": "安全到堡垒(填充)",
|
"tag.item.unicopia.forage.filling": "安全到堡垒(填充)",
|
||||||
"tag.item.unicopia.forage.glowing": "随着发光变化而锻造。",
|
"tag.item.unicopia.forage.glowing": "吃了有概率全身发光",
|
||||||
"tag.item.unicopia.forage.strengthening": "以强度的几率锻造了",
|
"tag.item.unicopia.forage.strengthening": "吃了有概率力气变大",
|
||||||
"tag.item.unicopia.food_types.high_quality_sea_vegetables": "高品质海蔬菜:",
|
"tag.item.unicopia.food_types.high_quality_sea_vegetables": "高品质海菜",
|
||||||
"tag.item.unicopia.food_types.low_quality_sea_vegetables": "低品质海蔬菜数量",
|
"tag.item.unicopia.food_types.low_quality_sea_vegetables": "低品质海菜",
|
||||||
"tag.item.unicopia.polearms": "极管",
|
"tag.item.unicopia.polearms": "长枪",
|
||||||
"tag.item.unicopia.magic_feathers": "魔法病原体",
|
"tag.item.unicopia.magic_feathers": "魔法羽毛",
|
||||||
"tag.item.unicopia.can_cut_pie": "可以剪切Pie",
|
"tag.item.unicopia.can_cut_pie": "可以用于切派",
|
||||||
"tag.item.unicopia.cloud_jars": "Cloud Jars",
|
"tag.item.unicopia.cloud_jars": "装了云的罐子",
|
||||||
"tag.item.unicopia.baskets": "篮子",
|
"tag.item.unicopia.baskets": "篮子",
|
||||||
"tag.item.unicopia.shades": "影子",
|
"tag.item.unicopia.shades": "影子",
|
||||||
"tag.item.unicopia.shells": "外壳",
|
"tag.item.unicopia.shells": "贝壳类",
|
||||||
"tag.item.unicopia.zap_logs": "Zap Apple Logs",
|
"tag.item.unicopia.zap_logs": "魔虹苹果木原木",
|
||||||
"tag.item.unicopia.spooked_mob_drops": "被被吹过的怪物掉下",
|
"tag.item.unicopia.spooked_mob_drops": "从被吓到的怪物身上掉落",
|
||||||
"tag.item.unicopia.wool_bed_sheets": "羊毛床板",
|
"tag.item.unicopia.wool_bed_sheets": "羊毛被单",
|
||||||
"tag.item.unicopia.is_delivered_aggressively": "正在递送的",
|
"tag.item.unicopia.is_delivered_aggressively": "不怀好意的快递",
|
||||||
"tag.item.unicopia.cools_off_kirins": "Cools off kirins",
|
"tag.item.unicopia.cools_off_kirins": "用来冷却麒麟",
|
||||||
"tag.item.unicopia.loot_bug_common_drops": "Common Loot Bug Drops",
|
"tag.item.unicopia.loot_bug_common_drops": "寻常藏宝虫掉落物",
|
||||||
"tag.item.unicopia.loot_bug_rare_drops": "Rare Loot Bug Drops",
|
"tag.item.unicopia.loot_bug_rare_drops": "稀有藏宝虫掉落物",
|
||||||
"tag.item.unicopia.loot_bug_epic_drops": "Epic Loot Bug Drops",
|
"tag.item.unicopia.loot_bug_epic_drops": "史诗藏宝虫掉落物",
|
||||||
"tag.item.unicopia.badges": "部落徽章",
|
"tag.item.unicopia.badges": "种族徽章",
|
||||||
"tag.item.unicopia.apple_seeds": "苹果种子",
|
"tag.item.unicopia.apple_seeds": "苹果种子",
|
||||||
"tag.item.unicopia.bed_sheets": "床表",
|
"tag.item.unicopia.bed_sheets": "被单",
|
||||||
"tag.item.unicopia.cloud_blocks": "云块",
|
"tag.item.unicopia.cloud_blocks": "云方块",
|
||||||
"tag.item.unicopia.cloud_slabs": "云板",
|
"tag.item.unicopia.cloud_slabs": "云台阶",
|
||||||
"tag.item.unicopia.pies": "皮斯",
|
"tag.item.unicopia.pies": "馅饼",
|
||||||
"tag.item.unicopia.palm_logs": "Palm Logs",
|
"tag.item.unicopia.palm_logs": "棕榈木原木",
|
||||||
"tag.item.unicopia.special_shells": "特殊的外壳",
|
"tag.item.unicopia.special_shells": "特殊的贝壳",
|
||||||
"tag.item.unicopia.rock_stews": "Rock Stews",
|
"tag.item.unicopia.rock_stews": "炖石头",
|
||||||
"tag.item.unicopia.chitin_blocks": "甲壳块",
|
"tag.item.unicopia.chitin_blocks": "几丁质方块",
|
||||||
"tag.item.unicopia.floats_on_clouds": "云端浮点数",
|
"tag.item.unicopia.floats_on_clouds": "浮在云上",
|
||||||
"tag.item.unicopia.falls_slowly": "花园放慢了",
|
"tag.item.unicopia.falls_slowly": "缓慢下落",
|
||||||
"tag.item.unicopia.container_with_love": "填充爱容器",
|
"tag.item.unicopia.container_with_love": "装了爱的容器",
|
||||||
"tag.item.unicopia.baked_goods": "面包商品",
|
"tag.item.unicopia.baked_goods": "烘焙食品",
|
||||||
"tag.item.unicopia.horse_shoes": "马马",
|
"tag.item.unicopia.horse_shoes": "马蹄铁",
|
||||||
"tag.item.unicopia.cloud_beds": "云台",
|
"tag.item.unicopia.cloud_beds": "云床",
|
||||||
"tag.item.unicopia.waxed_zap_logs": "波纹日志",
|
"tag.item.unicopia.waxed_zap_logs": "涂蜡魔虹苹果木原木",
|
||||||
"tag.item.unicopia.cloud_stairs": "云楼梯",
|
"tag.item.unicopia.cloud_stairs": "云楼梯",
|
||||||
"tag.item.unicopia.fresh_apples": "新鲜苹果",
|
"tag.item.unicopia.fresh_apples": "新鲜的苹果",
|
||||||
"tag.item.unicopia.has_no_traits": "没有特性",
|
"tag.item.unicopia.has_no_traits": "不含要素",
|
||||||
"tag.item.c.foods.acorn": "Acorns",
|
"tag.item.c.foods.acorn": "橡子",
|
||||||
"tag.item.c.foods.apple": "苹果",
|
"tag.item.c.foods.apple": "苹果",
|
||||||
"tag.item.c.foods.dessert": "德塞斯",
|
"tag.item.c.foods.dessert": "甜品",
|
||||||
"tag.item.c.foods.banana": "巴纳纳",
|
"tag.item.c.foods.banana": "香蕉",
|
||||||
"tag.item.c.foods.pinecone": "调色器",
|
"tag.item.c.foods.pinecone": "松果",
|
||||||
"tag.item.c.rocks": "岩石",
|
"tag.item.c.rocks": "石块",
|
||||||
"tag.item.c.nuts": "努特斯",
|
"tag.item.c.nuts": "坚果",
|
||||||
"tag.item.c.worms": "蠕虫数",
|
"tag.item.c.worms": "虫子",
|
||||||
"tag.item.c.foods.pineapple": "线性苹果",
|
"tag.item.c.foods.pineapple": "菠萝",
|
||||||
"tag.item.c.foods.mushroom": "Mushroom",
|
"tag.item.c.foods.mushroom": "菌类",
|
||||||
"tag.item.c.foods.raw_insect": "原始Insects",
|
"tag.item.c.foods.raw_insect": "生的昆虫",
|
||||||
"tag.item.c.coral_blocks": "珊瑚块",
|
"tag.item.c.coral_blocks": "珊瑚块",
|
||||||
"tag.item.c.foods.muffin": "静音",
|
"tag.item.c.foods.muffin": "玛芬",
|
||||||
"tag.item.c.foods.mango": "芒果文",
|
"tag.item.c.foods.mango": "芒果",
|
||||||
"tag.item.c.foods.rotten_meat": "旋转肉",
|
"tag.item.c.foods.rotten_meat": "腐烂的肉",
|
||||||
"tag.item.c.coral_fans": "珊瑚粉色",
|
"tag.item.c.coral_fans": "珊瑚扇",
|
||||||
"tag.item.c.corals": "Corals",
|
"tag.item.c.corals": "珊瑚",
|
||||||
"tag.item.c.foods.rotten_insect": "旋转感染量",
|
"tag.item.c.foods.rotten_insect": "腐烂的昆虫",
|
||||||
"tag.item.c.foods.cooked_insect": "煮熟的昆特文",
|
"tag.item.c.foods.cooked_insect": "烤过的昆虫",
|
||||||
"tag.item.c.foods.rotten_fish": "旋转鱼类",
|
"tag.item.c.foods.rotten_fish": "腐烂的鱼",
|
||||||
"tag.item.c.foods.oatmeal": "美食类",
|
"tag.item.c.foods.oatmeal": "燕麦粥",
|
||||||
"tag.item.c.grain": "纹理",
|
"tag.item.c.grain": "谷物",
|
||||||
"tag.item.farmersdelight.cabbage_roll_ingredients": "农民的夜间客舱角色属性",
|
"tag.item.farmersdelight.cabbage_roll_ingredients": "农民的夜间客舱角色属性",
|
||||||
"tag.item.farmersdelight.comfort_foods": "农民的Delight Comfort Food",
|
"tag.item.farmersdelight.comfort_foods": "农夫乐事高热量食物",
|
||||||
"tag.item.trinkets.offhand.glove": "脱手Gloon Trinket",
|
"tag.item.trinkets.offhand.glove": "副手手套饰品",
|
||||||
"tag.item.trinkets.hand.glove": "主手Gloon Trinket",
|
"tag.item.trinkets.hand.glove": "主手手套饰品",
|
||||||
"tag.item.trinkets.chest.necklace": "Necklace",
|
"tag.item.trinkets.chest.necklace": "项链饰品",
|
||||||
"tag.item.trinkets.head.face": "面部Trinket",
|
"tag.item.trinkets.head.face": "面部饰品",
|
||||||
"tag.item.sereneseasons.spring_crops": "Serene Seasons' Spring Crops",
|
"tag.item.sereneseasons.spring_crops": "静谧四季 春季作物",
|
||||||
"tag.item.sereneseasons.summer_crops": "Serene Seasons' Summer Crops",
|
"tag.item.sereneseasons.summer_crops": "静谧四季 夏季作物",
|
||||||
"tag.item.sereneseasons.autumn_crops": "Serene Seasons' Autumn Crops",
|
"tag.item.sereneseasons.autumn_crops": "静谧四季 秋季作物",
|
||||||
"tag.item.sereneseasons.winter_crops": "Serene Seasons' Winter Crops",
|
"tag.item.sereneseasons.winter_crops": "静谧四季 冬季作物",
|
||||||
"gui.unicopia.tribe_selection.respawn": "你已经死了。",
|
"gui.unicopia.tribe_selection.respawn": "你已经死了。",
|
||||||
"gui.unicopia.tribe_selection.respawn.journey": "但结束不是全部,因为每个结束的尽头都是另一个开始。",
|
"gui.unicopia.tribe_selection.respawn.journey": "但结束不是全部,因为每个结束的尽头都是另一个开始。",
|
||||||
"gui.unicopia.tribe_selection.respawn.choice": "请明智地选择,因为你现在做出的选择将改变你周遭的世界和你可能走的道路。",
|
"gui.unicopia.tribe_selection.respawn.choice": "请明智地选择,因为你现在做出的选择将改变你周遭的世界和你可能走的道路。",
|
||||||
|
@ -805,7 +806,7 @@
|
||||||
"gui.unicopia.tribe_selection.preference": "您当前的首选种族设置为 %s。",
|
"gui.unicopia.tribe_selection.preference": "您当前的首选种族设置为 %s。",
|
||||||
"gui.unicopia.tribe_selection.options": "可用种族:",
|
"gui.unicopia.tribe_selection.options": "可用种族:",
|
||||||
"gui.unicopia.tribe_selection.options.disabled": "选项不可用",
|
"gui.unicopia.tribe_selection.options.disabled": "选项不可用",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.human": "单独访问",
|
"gui.unicopia.tribe_selection.describe.unicopia.human": "唯有自己",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.earth": "加入陆马族",
|
"gui.unicopia.tribe_selection.describe.unicopia.earth": "加入陆马族",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.unicorn": "加入独角兽族,精通奥术魔法",
|
"gui.unicopia.tribe_selection.describe.unicopia.unicorn": "加入独角兽族,精通奥术魔法",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.pegasus": "加入天马族,与闪电天马一起翱翔",
|
"gui.unicopia.tribe_selection.describe.unicopia.pegasus": "加入天马族,与闪电天马一起翱翔",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "%1$s 吓到了自己",
|
"death.attack.unicopia.bat_screech.self": "%1$s 吓到了自己",
|
||||||
"death.attack.unicopia.bat_screech.player": "%2$s 吓到了 %1$s",
|
"death.attack.unicopia.bat_screech.player": "%2$s 吓到了 %1$s",
|
||||||
"death.attack.unicopia.bat_screech.item": "%1$s 被 %2$s 用 %3$s 吓到了",
|
"death.attack.unicopia.bat_screech.item": "%1$s 被 %2$s 用 %3$s 吓到了",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s的骨膜碎裂了",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s击碎了%1$s的骨膜",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "%1$s 被拉成了意大利面条",
|
"death.attack.unicopia.gravity_well_recoil": "%1$s 被拉成了意大利面条",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%1$s 被 %2$s 施放的魔法拉成了意大利面条",
|
"death.attack.unicopia.gravity_well_recoil.player": "%1$s 被 %2$s 施放的魔法拉成了意大利面条",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%1$s 被 %2$s 用 %3$s 施放的魔法拉成了意大利面条",
|
"death.attack.unicopia.gravity_well_recoil.item": "%1$s 被 %2$s 用 %3$s 施放的魔法拉成了意大利面条",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"resourcepack.unicopia.programmer_art": "Programmer Art (Unicopia)",
|
||||||
"block.unicopia.bed.not_safe": "您不能在此休息,附近有敵人遊蕩",
|
"block.unicopia.bed.not_safe": "您不能在此休息,附近有敵人遊蕩",
|
||||||
"block.unicopia.bed.not_tired": "您現在並不睏",
|
"block.unicopia.bed.not_tired": "您現在並不睏",
|
||||||
"block.unicopia.bed.no_sleep.nocturnal": "您只能在白天或雷暴期間休息",
|
"block.unicopia.bed.no_sleep.nocturnal": "您只能在白天或雷暴期間休息",
|
||||||
|
@ -531,17 +532,17 @@
|
||||||
"spell_attribute.unicopia.affects.blocks": "僅作用於方塊",
|
"spell_attribute.unicopia.affects.blocks": "僅作用於方塊",
|
||||||
"spell_attribute.unicopia.follows_target": "追蹤目標",
|
"spell_attribute.unicopia.follows_target": "追蹤目標",
|
||||||
"spell_attribute.unicopia.causes_levitation": "導致懸浮",
|
"spell_attribute.unicopia.causes_levitation": "導致懸浮",
|
||||||
"spell_attribute.unicopia.permit_items": "Permits Items",
|
"spell_attribute.unicopia.permit_items": "允許物品",
|
||||||
"spell_attribute.unicopia.permit_passive": "放行友好生物",
|
"spell_attribute.unicopia.permit_passive": "放行友好生物",
|
||||||
"spell_attribute.unicopia.permit_hostile": "放行敵對生物",
|
"spell_attribute.unicopia.permit_hostile": "放行敵對生物",
|
||||||
"spell_attribute.unicopia.permit_player": "Permits Other Players",
|
"spell_attribute.unicopia.permit_player": " 允許其他玩家",
|
||||||
"spell_attribute.unicopia.range": "效果作用範圍",
|
"spell_attribute.unicopia.range": "效果作用範圍",
|
||||||
"spell_attribute.unicopia.duration": "效果作用時長",
|
"spell_attribute.unicopia.duration": "效果作用時長",
|
||||||
"spell_attribute.unicopia.strength": "效果作用強度",
|
"spell_attribute.unicopia.strength": "效果作用強度",
|
||||||
"spell_attribute.unicopia.soapiness": "皂度",
|
"spell_attribute.unicopia.soapiness": "皂度",
|
||||||
"spell_attribute.unicopia.velocity": "速度",
|
"spell_attribute.unicopia.velocity": "速度",
|
||||||
"spell_attribute.unicopia.vertical_velocity": "初始發射速度",
|
"spell_attribute.unicopia.vertical_velocity": "初始發射速度",
|
||||||
"spell_attribute.unicopia.hang_time": "Hang Time",
|
"spell_attribute.unicopia.hang_time": "懸空時間",
|
||||||
"spell_attribute.unicopia.pushing_power": "推力",
|
"spell_attribute.unicopia.pushing_power": "推力",
|
||||||
"spell_attribute.unicopia.damage_to_target": "目標傷害",
|
"spell_attribute.unicopia.damage_to_target": "目標傷害",
|
||||||
"spell_attribute.unicopia.simultanious_targets": "並擊目標",
|
"spell_attribute.unicopia.simultanious_targets": "並擊目標",
|
||||||
|
@ -550,7 +551,7 @@
|
||||||
"spell_attribute.unicopia.projectile_count": "投射物數量",
|
"spell_attribute.unicopia.projectile_count": "投射物數量",
|
||||||
"spell_attribute.unicopia.follow_range": "追蹤距離",
|
"spell_attribute.unicopia.follow_range": "追蹤距離",
|
||||||
"spell_attribute.unicopia.stick_to_target": "貼附於目標",
|
"spell_attribute.unicopia.stick_to_target": "貼附於目標",
|
||||||
"spell_attribute.unicopia.orb_count": "Orb Count",
|
"spell_attribute.unicopia.orb_count": "光球數量",
|
||||||
"spell_attribute.unicopia.wave_size": "波浪大小",
|
"spell_attribute.unicopia.wave_size": "波浪大小",
|
||||||
"spell_attribute.unicopia.target_preference": "目標偏好",
|
"spell_attribute.unicopia.target_preference": "目標偏好",
|
||||||
"spell_attribute.unicopia.caster_preference": "咒師偏好",
|
"spell_attribute.unicopia.caster_preference": "咒師偏好",
|
||||||
|
@ -694,9 +695,9 @@
|
||||||
"ability.unicopia.sonar_pulse": "聲納脈衝",
|
"ability.unicopia.sonar_pulse": "聲納脈衝",
|
||||||
"affinity.unicopia.good": "良好",
|
"affinity.unicopia.good": "良好",
|
||||||
"affinity.unicopia.bad": "惡劣",
|
"affinity.unicopia.bad": "惡劣",
|
||||||
"affinity.unicopia.neutral": "Neutral",
|
"affinity.unicopia.neutral": "適中",
|
||||||
"affinity.unicopia.when_cast": "When Cast:",
|
"affinity.unicopia.when_cast": "當施咒時:",
|
||||||
"affinity.unicopia.corruption": "Corruption",
|
"affinity.unicopia.corruption": "墮落",
|
||||||
"gui.unicopia.trait.label": "%s之元",
|
"gui.unicopia.trait.label": "%s之元",
|
||||||
"gui.unicopia.trait.group": "\n %s",
|
"gui.unicopia.trait.group": "\n %s",
|
||||||
"gui.unicopia.trait.corruption": "\n %s墮落",
|
"gui.unicopia.trait.corruption": "\n %s墮落",
|
||||||
|
@ -709,93 +710,93 @@
|
||||||
"gui.unicopia.page_num": "%d頁,共%d頁",
|
"gui.unicopia.page_num": "%d頁,共%d頁",
|
||||||
"respawn.reason.joined_new_tribe": "%1$s轉生爲%2$s",
|
"respawn.reason.joined_new_tribe": "%1$s轉生爲%2$s",
|
||||||
"respawn.reason.illegal_race": "%s種族並不被您所在伺服器的設定允許。",
|
"respawn.reason.illegal_race": "%s種族並不被您所在伺服器的設定允許。",
|
||||||
"tag.item.unicopia.groups.foraging": "Creative Tabs: Foraging",
|
"tag.item.unicopia.groups.foraging": "創造模式分頁:覓食",
|
||||||
"tag.item.unicopia.groups.sea_pony": "Creative Tabs: Seapony",
|
"tag.item.unicopia.groups.sea_pony": "創造模式分頁:海馬",
|
||||||
"tag.item.unicopia.groups.earth_pony": "Creative Tabs: Earth Pony",
|
"tag.item.unicopia.groups.earth_pony": "創造模式分頁:陸馬",
|
||||||
"tag.item.unicopia.groups.bat_pony": "Creative Tabs: Bat Pony",
|
"tag.item.unicopia.groups.bat_pony": "創造模式分頁:夜騏",
|
||||||
"tag.item.unicopia.groups.changeling": "Creative Tabs: Changeling",
|
"tag.item.unicopia.groups.changeling": "創造模式分頁:幻形",
|
||||||
"tag.item.unicopia.groups.pegasus": "Creative Tabs: Pegasus",
|
"tag.item.unicopia.groups.pegasus": "創造模式分頁:飛馬",
|
||||||
"tag.item.unicopia.groups.unicorn": "Creative Tabs: Unicorn",
|
"tag.item.unicopia.groups.unicorn": "創造模式分頁:獨角",
|
||||||
"tag.item.unicopia.forage.severe.prickly": "Foraged with high chance of harming",
|
"tag.item.unicopia.forage.severe.prickly": "食用後有很高機率受傷害",
|
||||||
"tag.item.unicopia.forage.dangerous": "Dangerous to Forage",
|
"tag.item.unicopia.forage.dangerous": "食用有危險",
|
||||||
"tag.item.unicopia.forage.blinding": "Foraged with chance to blinding",
|
"tag.item.unicopia.forage.blinding": "食用後有機率致盲",
|
||||||
"tag.item.unicopia.forage.nauseating": "Foraged with chance of nausea",
|
"tag.item.unicopia.forage.nauseating": "食用後有機率噁心",
|
||||||
"tag.item.unicopia.forage.prickly": "Foraged with chance of harm",
|
"tag.item.unicopia.forage.prickly": "食用後有機率受傷害",
|
||||||
"tag.item.unicopia.forage.severe.nauseating": "Foraged with high chance of nausea",
|
"tag.item.unicopia.forage.severe.nauseating": "食用後有很高機率噁心",
|
||||||
"tag.item.unicopia.forage.risky": "Foraged with Minor Risk",
|
"tag.item.unicopia.forage.risky": "食用有輕度風險",
|
||||||
"tag.item.unicopia.forage.safe": "Safe to Forage",
|
"tag.item.unicopia.forage.safe": "可安心食用",
|
||||||
"tag.item.unicopia.forage.filling": "Safe to Forage (Filling)",
|
"tag.item.unicopia.forage.filling": "可安心食用(十分飽腹)",
|
||||||
"tag.item.unicopia.forage.glowing": "Foraged with change of glowing",
|
"tag.item.unicopia.forage.glowing": "食用後有機率發光",
|
||||||
"tag.item.unicopia.forage.strengthening": "Foraged with chance of strength",
|
"tag.item.unicopia.forage.strengthening": "食用後有機率強健",
|
||||||
"tag.item.unicopia.food_types.high_quality_sea_vegetables": "High Quality Sea Vegetables",
|
"tag.item.unicopia.food_types.high_quality_sea_vegetables": "高質素海藻",
|
||||||
"tag.item.unicopia.food_types.low_quality_sea_vegetables": "Low Quality Sea Vegetables",
|
"tag.item.unicopia.food_types.low_quality_sea_vegetables": "低質素海藻",
|
||||||
"tag.item.unicopia.polearms": "Polearms",
|
"tag.item.unicopia.polearms": "長柄武器",
|
||||||
"tag.item.unicopia.magic_feathers": "Magic Feathers",
|
"tag.item.unicopia.magic_feathers": "魔羽",
|
||||||
"tag.item.unicopia.can_cut_pie": "Can Cut Pie",
|
"tag.item.unicopia.can_cut_pie": "可用於切派",
|
||||||
"tag.item.unicopia.cloud_jars": "Cloud Jars",
|
"tag.item.unicopia.cloud_jars": "雲朵罐",
|
||||||
"tag.item.unicopia.baskets": "Baskets",
|
"tag.item.unicopia.baskets": "籃子",
|
||||||
"tag.item.unicopia.shades": "Shades",
|
"tag.item.unicopia.shades": "Shades",
|
||||||
"tag.item.unicopia.shells": "Shells",
|
"tag.item.unicopia.shells": "殼",
|
||||||
"tag.item.unicopia.zap_logs": "Zap Apple Logs",
|
"tag.item.unicopia.zap_logs": "彩虹蘋果原木",
|
||||||
"tag.item.unicopia.spooked_mob_drops": "Dropped by spooked mobs",
|
"tag.item.unicopia.spooked_mob_drops": "由受驚的生物掉落",
|
||||||
"tag.item.unicopia.wool_bed_sheets": "Wool bed Sheets",
|
"tag.item.unicopia.wool_bed_sheets": "羊毛被單",
|
||||||
"tag.item.unicopia.is_delivered_aggressively": "Aggressively Delivered",
|
"tag.item.unicopia.is_delivered_aggressively": "十分激進地送達",
|
||||||
"tag.item.unicopia.cools_off_kirins": "Cools off kirins",
|
"tag.item.unicopia.cools_off_kirins": "可讓麒麟冷靜",
|
||||||
"tag.item.unicopia.loot_bug_common_drops": "Common Loot Bug Drops",
|
"tag.item.unicopia.loot_bug_common_drops": "常見聚寶蟲掉落物",
|
||||||
"tag.item.unicopia.loot_bug_rare_drops": "Rare Loot Bug Drops",
|
"tag.item.unicopia.loot_bug_rare_drops": "稀有聚寶蟲掉落物",
|
||||||
"tag.item.unicopia.loot_bug_epic_drops": "Epic Loot Bug Drops",
|
"tag.item.unicopia.loot_bug_epic_drops": "史詩聚寶蟲掉落物",
|
||||||
"tag.item.unicopia.badges": "Tribe Badges",
|
"tag.item.unicopia.badges": "種族徽章",
|
||||||
"tag.item.unicopia.apple_seeds": "Apple Seeds",
|
"tag.item.unicopia.apple_seeds": "蘋果種子",
|
||||||
"tag.item.unicopia.bed_sheets": "Bed Sheets",
|
"tag.item.unicopia.bed_sheets": "被單",
|
||||||
"tag.item.unicopia.cloud_blocks": "Cloud Blocks",
|
"tag.item.unicopia.cloud_blocks": "雲朵方塊",
|
||||||
"tag.item.unicopia.cloud_slabs": "Cloud Slabs",
|
"tag.item.unicopia.cloud_slabs": "雲朵半磚",
|
||||||
"tag.item.unicopia.pies": "Pies",
|
"tag.item.unicopia.pies": "餡餅",
|
||||||
"tag.item.unicopia.palm_logs": "Palm Logs",
|
"tag.item.unicopia.palm_logs": "棕櫚原木",
|
||||||
"tag.item.unicopia.special_shells": "Special Shells",
|
"tag.item.unicopia.special_shells": "特殊螺殼",
|
||||||
"tag.item.unicopia.rock_stews": "Rock Stews",
|
"tag.item.unicopia.rock_stews": "燉石湯",
|
||||||
"tag.item.unicopia.chitin_blocks": "Chitin Blocks",
|
"tag.item.unicopia.chitin_blocks": "蟲殼方塊",
|
||||||
"tag.item.unicopia.floats_on_clouds": "Floats on Clouds",
|
"tag.item.unicopia.floats_on_clouds": "可浮於雲上",
|
||||||
"tag.item.unicopia.falls_slowly": "Falls Slowly",
|
"tag.item.unicopia.falls_slowly": "緩慢掉落",
|
||||||
"tag.item.unicopia.container_with_love": "Filled Love Container",
|
"tag.item.unicopia.container_with_love": "充滿愛意的容器",
|
||||||
"tag.item.unicopia.baked_goods": "Baked Goods",
|
"tag.item.unicopia.baked_goods": "烘培食品",
|
||||||
"tag.item.unicopia.horse_shoes": "Horseshoes",
|
"tag.item.unicopia.horse_shoes": "蹄鐵",
|
||||||
"tag.item.unicopia.cloud_beds": "Cloud beds",
|
"tag.item.unicopia.cloud_beds": "雲床",
|
||||||
"tag.item.unicopia.waxed_zap_logs": "Waxed Zap Logs",
|
"tag.item.unicopia.waxed_zap_logs": "上蠟彩虹蘋果原木",
|
||||||
"tag.item.unicopia.cloud_stairs": "Cloud Stairs",
|
"tag.item.unicopia.cloud_stairs": "雲朵階梯",
|
||||||
"tag.item.unicopia.fresh_apples": "Fresh Apples",
|
"tag.item.unicopia.fresh_apples": "新鮮蘋果",
|
||||||
"tag.item.unicopia.has_no_traits": "Has No Traits",
|
"tag.item.unicopia.has_no_traits": "無特性",
|
||||||
"tag.item.c.foods.acorn": "Acorns",
|
"tag.item.c.foods.acorn": "橡實",
|
||||||
"tag.item.c.foods.apple": "Apples",
|
"tag.item.c.foods.apple": "蘋果",
|
||||||
"tag.item.c.foods.dessert": "Desserts",
|
"tag.item.c.foods.dessert": "甜點",
|
||||||
"tag.item.c.foods.banana": "Bananas",
|
"tag.item.c.foods.banana": "香蕉",
|
||||||
"tag.item.c.foods.pinecone": "Pinecones",
|
"tag.item.c.foods.pinecone": "松果",
|
||||||
"tag.item.c.rocks": "Rocks",
|
"tag.item.c.rocks": "岩石",
|
||||||
"tag.item.c.nuts": "Nuts",
|
"tag.item.c.nuts": "堅果",
|
||||||
"tag.item.c.worms": "Worms",
|
"tag.item.c.worms": "蠕蟲",
|
||||||
"tag.item.c.foods.pineapple": "Pineapples",
|
"tag.item.c.foods.pineapple": "鳳梨",
|
||||||
"tag.item.c.foods.mushroom": "Mushrooms",
|
"tag.item.c.foods.mushroom": "蘑菇",
|
||||||
"tag.item.c.foods.raw_insect": "Raw Insects",
|
"tag.item.c.foods.raw_insect": "生昆蟲",
|
||||||
"tag.item.c.coral_blocks": "Coral Blocks",
|
"tag.item.c.coral_blocks": "珊瑚塊",
|
||||||
"tag.item.c.foods.muffin": "Muffins",
|
"tag.item.c.foods.muffin": "小鬆餅",
|
||||||
"tag.item.c.foods.mango": "Mangoes",
|
"tag.item.c.foods.mango": "芒果",
|
||||||
"tag.item.c.foods.rotten_meat": "Rotten Meat",
|
"tag.item.c.foods.rotten_meat": "腐肉",
|
||||||
"tag.item.c.coral_fans": "Coral Fans",
|
"tag.item.c.coral_fans": "氣泡珊瑚",
|
||||||
"tag.item.c.corals": "Corals",
|
"tag.item.c.corals": "珊瑚",
|
||||||
"tag.item.c.foods.rotten_insect": "Rotten Insects",
|
"tag.item.c.foods.rotten_insect": "腐爛昆蟲",
|
||||||
"tag.item.c.foods.cooked_insect": "Cooked Insect",
|
"tag.item.c.foods.cooked_insect": "熟昆蟲",
|
||||||
"tag.item.c.foods.rotten_fish": "Rotten Fish",
|
"tag.item.c.foods.rotten_fish": "腐魚",
|
||||||
"tag.item.c.foods.oatmeal": "Oatmeals",
|
"tag.item.c.foods.oatmeal": "燕麥片",
|
||||||
"tag.item.c.grain": "Grain",
|
"tag.item.c.grain": "穀物",
|
||||||
"tag.item.farmersdelight.cabbage_roll_ingredients": "Farmer's Delight Cabbage Roll Ingredients",
|
"tag.item.farmersdelight.cabbage_roll_ingredients": "農夫樂事高麗菜捲成分",
|
||||||
"tag.item.farmersdelight.comfort_foods": "Farmer's Delight Comfort Foods",
|
"tag.item.farmersdelight.comfort_foods": "農夫樂事療愈食物",
|
||||||
"tag.item.trinkets.offhand.glove": "Offhand Glove Trinket",
|
"tag.item.trinkets.offhand.glove": "非慣用手配飾",
|
||||||
"tag.item.trinkets.hand.glove": "Mainhand Glove Trinket",
|
"tag.item.trinkets.hand.glove": "慣用手配飾",
|
||||||
"tag.item.trinkets.chest.necklace": "Necklace Trinket",
|
"tag.item.trinkets.chest.necklace": "脖頸配飾",
|
||||||
"tag.item.trinkets.head.face": "Face Trinket",
|
"tag.item.trinkets.head.face": "臉部配飾",
|
||||||
"tag.item.sereneseasons.spring_crops": "Serene Seasons' Spring Crops",
|
"tag.item.sereneseasons.spring_crops": "靜謐四季春季作物",
|
||||||
"tag.item.sereneseasons.summer_crops": "Serene Seasons' Summer Crops",
|
"tag.item.sereneseasons.summer_crops": "靜謐四季夏季作物",
|
||||||
"tag.item.sereneseasons.autumn_crops": "Serene Seasons' Autumn Crops",
|
"tag.item.sereneseasons.autumn_crops": "靜謐四季秋季作物",
|
||||||
"tag.item.sereneseasons.winter_crops": "Serene Seasons' Winter Crops",
|
"tag.item.sereneseasons.winter_crops": "靜謐四季冬季作物",
|
||||||
"gui.unicopia.tribe_selection.respawn": "你已經死了。",
|
"gui.unicopia.tribe_selection.respawn": "你已經死了。",
|
||||||
"gui.unicopia.tribe_selection.respawn.journey": "但這個結束並非是一切的終結;每個結束的末尾都是一個新的開始。",
|
"gui.unicopia.tribe_selection.respawn.journey": "但這個結束並非是一切的終結;每個結束的末尾都是一個新的開始。",
|
||||||
"gui.unicopia.tribe_selection.respawn.choice": "謹慎地選擇吧,你現在的選擇將會改變你週遭的世界,也會改變你所選擇的路。",
|
"gui.unicopia.tribe_selection.respawn.choice": "謹慎地選擇吧,你現在的選擇將會改變你週遭的世界,也會改變你所選擇的路。",
|
||||||
|
@ -805,7 +806,7 @@
|
||||||
"gui.unicopia.tribe_selection.preference": "你當前的偏好種族已設爲%s。",
|
"gui.unicopia.tribe_selection.preference": "你當前的偏好種族已設爲%s。",
|
||||||
"gui.unicopia.tribe_selection.options": "可選種族:",
|
"gui.unicopia.tribe_selection.options": "可選種族:",
|
||||||
"gui.unicopia.tribe_selection.options.disabled": "選項不可用",
|
"gui.unicopia.tribe_selection.options.disabled": "選項不可用",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.human": "Go it alone",
|
"gui.unicopia.tribe_selection.describe.unicopia.human": "特立獨行",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.earth": "成爲陸馬,擁抱自然的魔力",
|
"gui.unicopia.tribe_selection.describe.unicopia.earth": "成爲陸馬,擁抱自然的魔力",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.unicorn": "成爲獨角,掌握魔法的藝術",
|
"gui.unicopia.tribe_selection.describe.unicopia.unicorn": "成爲獨角,掌握魔法的藝術",
|
||||||
"gui.unicopia.tribe_selection.describe.unicopia.pegasus": "成爲飛馬,在空中自由翱翔",
|
"gui.unicopia.tribe_selection.describe.unicopia.pegasus": "成爲飛馬,在空中自由翱翔",
|
||||||
|
@ -902,7 +903,7 @@
|
||||||
"gui.unicopia.spellbook.chapter.artefacts.status.unconfirmed": "狀態:未確認",
|
"gui.unicopia.spellbook.chapter.artefacts.status.unconfirmed": "狀態:未確認",
|
||||||
"gui.unicopia.spellbook.chapter.artefacts.status.confirmed": "狀態:已確認",
|
"gui.unicopia.spellbook.chapter.artefacts.status.confirmed": "狀態:已確認",
|
||||||
"gui.unicopia.spellbook.chapter.artefacts.status.lost": "狀態:已遺失",
|
"gui.unicopia.spellbook.chapter.artefacts.status.lost": "狀態:已遺失",
|
||||||
"gui.unicopia.spellbook.chapter.introduction.p1.title": "Preface",
|
"gui.unicopia.spellbook.chapter.introduction.p1.title": "前言",
|
||||||
"gui.unicopia.spellbook.chapter.introduction.p1.body": "To whomever holds this tome, beware what you seek for you might not like what you find. §kHither yonder equs§r.",
|
"gui.unicopia.spellbook.chapter.introduction.p1.body": "To whomever holds this tome, beware what you seek for you might not like what you find. §kHither yonder equs§r.",
|
||||||
"gui.unicopia.spellbook.chapter.introduction.p2.title": "Ch.1 Magic in Equestria",
|
"gui.unicopia.spellbook.chapter.introduction.p2.title": "Ch.1 Magic in Equestria",
|
||||||
"gui.unicopia.spellbook.chapter.introduction.p2.body": "Equestria is filled with magic of all different shapes and forms. Following recent events, however, it's has become plainly obvious that we do not fully understand all that there is about the world of Equestria. That is why the crown has tasked me with researching Magic in all of its forms, so we might utilise it and, I hope, save ourselves from the §kdiscordic assault§r.",
|
"gui.unicopia.spellbook.chapter.introduction.p2.body": "Equestria is filled with magic of all different shapes and forms. Following recent events, however, it's has become plainly obvious that we do not fully understand all that there is about the world of Equestria. That is why the crown has tasked me with researching Magic in all of its forms, so we might utilise it and, I hope, save ourselves from the §kdiscordic assault§r.",
|
||||||
|
@ -1344,9 +1345,9 @@
|
||||||
"key.unicopia.secondary": "次要能力",
|
"key.unicopia.secondary": "次要能力",
|
||||||
"key.unicopia.tertiary": "第三能力",
|
"key.unicopia.tertiary": "第三能力",
|
||||||
"key.unicopia.passive": "被動能力",
|
"key.unicopia.passive": "被動能力",
|
||||||
"key.unicopia.ability_modifier_tap": "VR Ability Modifier (1-TAP)",
|
"key.unicopia.ability_modifier_tap": "虛擬實境技能修飾(單擊)",
|
||||||
"key.unicopia.ability_modifier_double_tap": "VR Ability Modifier (2-TAP)",
|
"key.unicopia.ability_modifier_double_tap": "虛擬實境技能修飾(雙擊)",
|
||||||
"key.unicopia.ability_modifier_triple_tap": "VR Ability Modifier (3-TAP)",
|
"key.unicopia.ability_modifier_triple_tap": "虛擬實境技能修飾(三擊)",
|
||||||
"key.unicopia.hud_page_dn": "介面上一頁",
|
"key.unicopia.hud_page_dn": "介面上一頁",
|
||||||
"key.unicopia.hud_page_up": "介面下一頁",
|
"key.unicopia.hud_page_up": "介面下一頁",
|
||||||
"enchantment.unicopia.gem_finder": "尋礦",
|
"enchantment.unicopia.gem_finder": "尋礦",
|
||||||
|
@ -1488,6 +1489,8 @@
|
||||||
"death.attack.unicopia.bat_screech.self": "%1$s把自己嚇死了",
|
"death.attack.unicopia.bat_screech.self": "%1$s把自己嚇死了",
|
||||||
"death.attack.unicopia.bat_screech.player": "%2$s把%1$s嚇死了",
|
"death.attack.unicopia.bat_screech.player": "%2$s把%1$s嚇死了",
|
||||||
"death.attack.unicopia.bat_screech.item": "%1$s被%2$s用%3$s嚇死了",
|
"death.attack.unicopia.bat_screech.item": "%1$s被%2$s用%3$s嚇死了",
|
||||||
|
"death.attack.unicopia.rainboom": "%1$s's eardrums were shattered",
|
||||||
|
"death.attack.unicopia.rainboom.player": "%2$s's shattered %1$s's eardrums",
|
||||||
"death.attack.unicopia.gravity_well_recoil": "%1$s變成了麪條",
|
"death.attack.unicopia.gravity_well_recoil": "%1$s變成了麪條",
|
||||||
"death.attack.unicopia.gravity_well_recoil.player": "%1$s被%2$s的施咒變成了麪條",
|
"death.attack.unicopia.gravity_well_recoil.player": "%1$s被%2$s的施咒變成了麪條",
|
||||||
"death.attack.unicopia.gravity_well_recoil.item": "%1$s被%2$s的%3$s施咒變成了麪條",
|
"death.attack.unicopia.gravity_well_recoil.item": "%1$s被%2$s的%3$s施咒變成了麪條",
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
"MixinComponentHolder",
|
"MixinComponentHolder",
|
||||||
"MutableBlockLightStorage",
|
"MutableBlockLightStorage",
|
||||||
"MixinDamageSource",
|
"MixinDamageSource",
|
||||||
"MixinEnchantment",
|
|
||||||
"MixinEnchantmentHelper",
|
"MixinEnchantmentHelper",
|
||||||
"MixinFallLocation",
|
"MixinFallLocation",
|
||||||
"MixinFishingBobberEntity",
|
"MixinFishingBobberEntity",
|
||||||
|
|
Loading…
Reference in a new issue