honyaku.dev

Login

Hello, world!

¡Hola, mundo!

Bonjour, le monde !

Hallo, Welt!

Ciao, mondo!

Olá, mundo!

Привет, мир!

こんにちは、世界!

你好,世界!

안녕하세요, 세계!

مرحبًا بالعالم!

नमस्ते, दुनिया!

Γεια σου, κόσμε!

Merhaba, dünya!

Habari, dunia!

שלום, עולם!

สวัสดีชาวโลก!

Xin chào, thế giới!

Witaj, świecie!

Hei, maailma!

Halló, heimur!

TranslateJARtoEnglish

Get Started
Select a file
Provide a JAR, JSON, YAML, Properties or Lang file to be translated.
Start Analysis (Login required)

Translate your favorite mods and plugins

Upload JAR files directly to the server. Our application will automatically extract relevant translation files from the JAR, translate them into your desired language, and repackage them into a JAR file for download.


// Decompiled with CFR 0.152.
public class HelpCommand implements CommandExecutor {

    @Override
    public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
        sender.sendMessage("");
        sender.sendMessage("");
        sender.sendMessage("");
        sender.sendMessage("");
        sender.sendMessage("");
        return true;
    }
}

Translations that understand the full context

We pass the full content of your files to the LLM so translations stay accurate, context-appropriate, while preserving the structure of your files.

{
  "translations": [
    {
      "id": "drag_and_drop",
      "description": "Drag and drop a file here"
    },
    {
      "id": "export",
      "description": "Export Translated File"
    }
  ]
}
{
  "translations": [
    {
      "id": "drag_and_drop", // <-- won't be translated
      "description": ""
    },
    {
      "id": "export", // <-- won't be translated
      "description": ""
    }
  ]
}