Skip to content
98 changes: 98 additions & 0 deletions src/main/resources/assets/advancedperipherals/lang/en_US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"advancements.advancedperipherals.root": "Advanced Peripherals",
"advancements.advancedperipherals.root.description": "Every journey starts with the first block ...",
"advancements.advancedperipherals.weak_automata_core": "First automata core",
"advancements.advancedperipherals.weak_automata_core.description": "Does the afterlife exist in minecraft?",
"advancements.advancedperipherals.end_automata_core": "End automata core",
"advancements.advancedperipherals.end_automata_core.description": "If you can code gps-free position location with this, you win",
"advancements.advancedperipherals.husbandry_automata_core": "Husbandry automata core",
"advancements.advancedperipherals.husbandry_automata_core.description": "Is this core gluten-free? ",
"advancements.advancedperipherals.overpowered_automata_core": "Overpowered automata core",
"advancements.advancedperipherals.overpowered_automata_core.description": "Can you handle so much power?",
"advancements.advancedperipherals.ar_toolkit": "AR-ready!",
"advancements.advancedperipherals.ar_toolkit.description": "Collect items, that are required to use the AR features. Now you decide, how reality looks like",
"advancements.advancedperipherals.base_toolkit": "Gentleman's set!",
"advancements.advancedperipherals.base_toolkit.description": "Collect redstone integrator, inventory manager and energy detector. How did you even play without this?",
"advancements.advancedperipherals.nbt_toolkit": "UNLIMITED POWER!!!",
"advancements.advancedperipherals.nbt_toolkit.description": "Collect NBT storage and block reader. Now all of the world's secrets are open to you!",
"advancements.advancedperipherals.sense_toolkit": "The truth can't hide forever",
"advancements.advancedperipherals.sense_toolkit.description": "Collect geo scanner and environmental detector. There is no limits for observability!",
"item.advancedperipherals.chunk_controller": "Chunk Controller",
"item.advancedperipherals.computer_tool": "Computer Tool",
"item.advancedperipherals.ar_goggles": "AR Goggles",
"item.advancedperipherals.memory_card": "Memory Card",
"item.advancedperipherals.weak_automata_core": "Weak automata core",
"item.advancedperipherals.overpowered_weak_automata_core": "Overpowered weak automata core",
"item.advancedperipherals.end_automata_core": "End automata core",
"item.advancedperipherals.overpowered_end_automata_core": "Overpowered end automata core",
"item.advancedperipherals.husbandry_automata_core": "Husbandry automata core",
"item.advancedperipherals.overpowered_husbandry_automata_core": "Overpowered husbandry automata core",
"item.advancedperipherals.tooltip.computer_tool": "§7You can access a GUI of our blocks with this magic tool. But for now, it's useless.",
"item.advancedperipherals.tooltip.show_desc": "§b[§7%s§b] §7For Description",
"item.advancedperipherals.tooltip.disabled": "§cThis item is disabled in config, so you can craft it, but peripheral logic will not work",
"item.advancedperipherals.tooltip.energy_detector": "§7Can detect energy flow and acts as a resistor.",
"item.advancedperipherals.tooltip.chunk_controller": "§7A crafting ingredient for the Chunky Turtle.",
"item.advancedperipherals.tooltip.environment_detector": "§7Can be used to interact with the World.",
"item.advancedperipherals.tooltip.player_detector": "§7Can be used to interact with Players.",
"item.advancedperipherals.tooltip.rs_bridge": "§7Can be used to interact with Refined Storage.",
"item.advancedperipherals.tooltip.me_bridge": "§7Can be used to interact with Applied Energistics 2.",
"item.advancedperipherals.tooltip.chat_box": "§7Can be used to read and write messages to the ingame chat.",
"item.advancedperipherals.tooltip.ar_controller": "§7Used to control linked AR goggles wirelessly.",
"item.advancedperipherals.tooltip.ar_goggles": "§7Provides a HUD overlay, controllable by the linked AR Controller. Right click controller to link.",
"item.advancedperipherals.tooltip.ar_goggles.binding": "Bound to controller at %d %d %d.",
"item.advancedperipherals.tooltip.peripheral_casing": "§7An empty hull without the love it deserves.",
"item.advancedperipherals.tooltip.memory_card": "§7Can save the rights of a player to use it in a inventory manager.",
"item.advancedperipherals.tooltip.memory_card.bound": "Bound to %s.",
"item.advancedperipherals.tooltip.inventory_manager": "§7This block is able to send or receive specific items from a player inventory.",
"item.advancedperipherals.tooltip.redstone_integrator": "§7This block is able to interact with redstone. Works exactly like the redstone api of an computer.",
"item.advancedperipherals.tooltip.block_reader": "§7This block is able to read data of blocks and tile entities in front of it",
"item.advancedperipherals.tooltip.geo_scanner": "§7This block is able to scan the area around it",
"item.advancedperipherals.tooltip.colony_integrator": "§7This block is able to interact with mine colonies",
"item.advancedperipherals.tooltip.nbt_storage": "§7This block is able to store some nbt data",
"item.advancedperipherals.tooltip.weak_automata_core": "§7Upgrade for turtle, that makes the turtle useful again",
"item.advancedperipherals.tooltip.overpowered_weak_automata_core": "§7Improved version of weak automata core, that provide some overpowered uses! Be careful, upgrade is very fragile.",
"item.advancedperipherals.tooltip.end_automata_core": "§7Upgrade for turtle, that allows basic interaction and teleportation in world",
"item.advancedperipherals.tooltip.overpowered_end_automata_core": "§7Improved version of end automata core, that provide some overpowered uses! Be careful, upgrade is very fragile.",
"item.advancedperipherals.tooltip.husbandry_automata_core": "§7Upgrade for turtle, that allows basic interaction and advanced interaction with animals",
"item.advancedperipherals.tooltip.overpowered_husbandry_automata_core": "§7Improved version of husbandry automata core, that provide some overpowered uses! Be careful, upgrade is very fragile.",
"block.advancedperipherals.environment_detector": "Environment Detector",
"block.advancedperipherals.chat_box": "Chat box",
"block.advancedperipherals.player_detector": "Player Detector",
"block.advancedperipherals.me_bridge": "ME Bridge",
"block.advancedperipherals.rs_bridge": "RS Bridge",
"block.advancedperipherals.ar_controller": "AR Controller",
"block.advancedperipherals.energy_detector": "Energy Detector",
"block.advancedperipherals.peripheral_casing": "Peripheral Casing",
"block.advancedperipherals.inventory_manager": "Inventory Manager",
"block.advancedperipherals.redstone_integrator": "Redstone Integrator",
"block.advancedperipherals.block_reader": "Block Reader",
"block.advancedperipherals.geo_scanner": "Geo Scanner",
"block.advancedperipherals.nbt_storage": "NBT Storage",
"block.advancedperipherals.colony_integrator": "Colony Integrator",
"turtle.advancedperipherals.chatty_turtle": "Chatty",
"turtle.advancedperipherals.environment_turtle": "Environment",
"turtle.advancedperipherals.player_turtle": "Player",
"turtle.advancedperipherals.chunky_turtle": "Chunky",
"turtle.advancedperipherals.geoscanner_turtle": "Geoscanning",
"turtle.advancedperipherals.compass_turtle": "Compass",
"turtle.advancedperipherals.weak_automata": "Weak automata",
"turtle.advancedperipherals.overpowered_weak_automata": "Overpowered weak automata",
"turtle.advancedperipherals.husbandry_automata": "Husbandry automata",
"turtle.advancedperipherals.overpowered_husbandry_automata": "Overpowered husbandry automata",
"turtle.advancedperipherals.end_automata": "End automata",
"turtle.advancedperipherals.overpowered_end_automata": "Overpowered end automata",
"pocket.advancedperipherals.environment_pocket": "Environment",
"pocket.advancedperipherals.player_pocket": "Player",
"pocket.advancedperipherals.chatty_pocket": "Chatty",
"pocket.advancedperipherals.geoscanner_pocket": "Geoscanning",
"pocket.advancedperipherals.colony_pocket": "Colony",
"curios.identifier.glasses": "Glasses",
"text.advancedperipherals.removed_player": "Cleared the memory card",
"text.advancedperipherals.added_player": "Added you to the memory card",
"text.advancedperipherals.linked_goggles": "Successfully linked AR goggles!",
"text.advancedperipherals.automata_core_feed_by_player": "You trying to feed entity to soul, but your own body refuses to do this. Maybe something more mechanical can do this?",
"entity.minecraft.villager.advancedperipherals.computer_scientist": "Computer Scientist",
"keybind.advancedperipherals.category": "Advanced Peripherals",
"keybind.advancedperipherals.description": "Show Description",
"itemGroup.advancedperipheralstab": "Advanced Peripherals"
}
24 changes: 12 additions & 12 deletions src/main/resources/assets/advancedperipherals/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"advancements.advancedperipherals.root": "Advanced Peripherals",
"advancements.advancedperipherals.root.description": "Every journey starts with the first block ...",
"advancements.advancedperipherals.root": "Périphériques Avancés",
"advancements.advancedperipherals.root.description": "Chaque voyage commence par le premier bloc ...",
"advancements.advancedperipherals.weak_automata_core": "Premier noyau d'automates",
"advancements.advancedperipherals.weak_automata_core.description": "Does the afterlife exist in minecraft?",
"advancements.advancedperipherals.weak_automata_core.description": "La vie après la mort existe-t-elle dans Minecraft ?",
"advancements.advancedperipherals.end_automata_core": "Noyau d'automate de l'End",
"advancements.advancedperipherals.end_automata_core.description": "Si vous pouvez coder l'emplacement de la position sans GPS avec cela, vous gagnez",
"advancements.advancedperipherals.husbandry_automata_core": "Noyau d'automates d'élevage",
"advancements.advancedperipherals.husbandry_automata_core.description": "Is this core gluten-free? ",
"advancements.advancedperipherals.husbandry_automata_core.description": "Ce noyau est sans gluten ? ",
"advancements.advancedperipherals.overpowered_automata_core": "Noyau d'automates surpuissant",
"advancements.advancedperipherals.overpowered_automata_core.description": "Pouvez-vous gérer autant de puissance ?",
"advancements.advancedperipherals.ar_toolkit": "AR-ready !",
"advancements.advancedperipherals.ar_toolkit.description": "Collect items, that are required to use the AR features. Now you decide, how reality looks like",
"advancements.advancedperipherals.ar_toolkit.description": "Collectez les objets nécessaires à l'utilisation des fonctionnalités de la RA. Maintenant, vous décidez à quoi ressemble la réalité",
"advancements.advancedperipherals.base_toolkit": "Gentleman's set !",
"advancements.advancedperipherals.base_toolkit.description": "Collectez l'intégrateur de redstone, le gestionnaire d'inventaire et le détecteur d'énergie. Comment as-tu joué sans ça ?",
"advancements.advancedperipherals.nbt_toolkit": "PUISSANCE ILLIMITÉE !!!",
"advancements.advancedperipherals.nbt_toolkit.description": "Collect NBT storage and block reader. Now all of the world's secrets are open to you!",
"advancements.advancedperipherals.sense_toolkit": "The truth can't hide forever",
"advancements.advancedperipherals.nbt_toolkit.description": "Collectez le stockage et le lecteur de blocs NBT. Désormais, tous les secrets du monde vous sont ouverts !",
"advancements.advancedperipherals.sense_toolkit": "La vérité ne peut pas se cacher éternellement",
"advancements.advancedperipherals.sense_toolkit.description": "Collectez le géo scanner et le détecteur environnemental. Il n'y a pas de limites pour l'observabilité !",
"item.advancedperipherals.chunk_controller": "Contrôleur de Chunk",
"item.advancedperipherals.computer_tool": "Computer Tool",
"item.advancedperipherals.computer_tool": "Outil informatique",
"item.advancedperipherals.ar_goggles": "Lunettes de Réalité Augmentée",
"item.advancedperipherals.memory_card": "Carte mémoire",
"item.advancedperipherals.weak_automata_core": "Noyau d'automate faible",
Expand All @@ -30,26 +30,26 @@
"item.advancedperipherals.tooltip.computer_tool": "§7Vous pouvez accéder à une interface graphique de nos blocs avec cet outil magique. Mais pour le moment, il est inutile.",
"item.advancedperipherals.tooltip.show_desc": "§b[§7%s§b] §7Pour afficher la description",
"item.advancedperipherals.tooltip.disabled": "§cCet item est désactivé dans les configurations, donc vous pouvez le crafter, mais le périphérique ne fonctionnera pas.",
"item.advancedperipherals.tooltip.energy_detector": "§7Can detect energy flow and acts as a resistor.",
"item.advancedperipherals.tooltip.energy_detector": "§7Peut détecter le flux d'énergie et agir comme une résistance.",
"item.advancedperipherals.tooltip.chunk_controller": "§7Un ingrédient pour la recette de la Tortue des chunks.",
"item.advancedperipherals.tooltip.environment_detector": "§7Peut être utilisé pour intéragir avec le monde.",
"item.advancedperipherals.tooltip.player_detector": "§7Peut être utilisé pour intéragir avec les joueurs.",
"item.advancedperipherals.tooltip.rs_bridge": "§7Peut être utilisé pour intéragir avec Refined Storage.",
"item.advancedperipherals.tooltip.me_bridge": "§7Peut être utilisé pour intéragir avec Applied Energistics 2.",
"item.advancedperipherals.tooltip.chat_box": "§7Peut être utilisé pour lire et écrire des message dans le chat du jeu.",
"item.advancedperipherals.tooltip.ar_controller": "§7Contrôle les lunettes de réalité augmentée liées sans fils.",
"item.advancedperipherals.tooltip.ar_goggles": "§7Provides a HUD overlay, controllable by the linked AR Controller. Right click controller to link.",
"item.advancedperipherals.tooltip.ar_goggles": "§7Fournit une superposition HUD, contrôlable par le contrôleur AR. Clic droit pour lier.",
"item.advancedperipherals.tooltip.ar_goggles.binding": "Lié au contrôleur à %d %d %d.",
"item.advancedperipherals.tooltip.peripheral_casing": "§7Une coque vide sans l'amour qu'elle mérite.",
"item.advancedperipherals.tooltip.memory_card": "§7Peut enregistrer les droits d'un joueur pour l'utiliser dans un gestionnaire d'inventaire.",
"item.advancedperipherals.tooltip.memory_card.bound": "Lié à %s.",
"item.advancedperipherals.tooltip.inventory_manager": "§7Ce bloc est capable d'envoyer ou de recevoir des items spécifiques d'un inventaire de joueur.",
"item.advancedperipherals.tooltip.redstone_integrator": "§7Ce bloc peut intéragir avec la redstone. Fonctionne exactement comme l'API Redstone d'un ordinateur.",
"item.advancedperipherals.tooltip.block_reader": "§7Son bloc est capable de lire les données des blocs et des entités devant lui",
"item.advancedperipherals.tooltip.geo_scanner": "§7This block is able to scan the area around it",
"item.advancedperipherals.tooltip.geo_scanner": "§7Ce bloc est capable de scanner la zone qui l'entoure",
"item.advancedperipherals.tooltip.colony_integrator": "§7Ce bloc est capable d'interagir avec Mine Colonies",
"item.advancedperipherals.tooltip.nbt_storage": "§7Ce bloc est capable de stocker des données nbt",
"item.advancedperipherals.tooltip.weak_automata_core": "§7Upgrade for turtle, that makes the turtle useful again",
"item.advancedperipherals.tooltip.weak_automata_core": "§7Mise à niveau pour la tortue, qui rend la tortue à nouveau utile",
"item.advancedperipherals.tooltip.overpowered_weak_automata_core": "§7Version améliorée du noyau d'automates faible, qui fournit des utilisations surpuissantes ! Attention, la mise à niveau est très fragile.",
"item.advancedperipherals.tooltip.end_automata_core": "§7Upgrade for turtle, that allows basic interaction and teleportation in world",
"item.advancedperipherals.tooltip.overpowered_end_automata_core": "§7Version améliorée du noyau d'automates de l'End, qui offre des utilisations surpuissantes ! Attention, la mise à niveau est très fragile.",
Expand Down
Loading