JSON Translation Tool

Generic JSON with dot-notation and nested key support

Nessun accesso richiesto A partire da $19 Al sicuro per le variabili

Il problema

  • AI translates JSON keys (breaks code references)
  • Nested structure gets flattened or lost
  • ES6 template literals ${var} break in translation
  • Manual JSON editing is tedious and error-prone

La soluzione

  • Keys NEVER translated — only string values
  • Nested structure preserved at any depth
  • ES6 ${var} and {var} both locked
  • From $19 flat — no per-word pricing

Prima e dopo la traduzione

Scopri come appaiono i file JSON prima e dopo la traduzione AI. Le variabili restano intatte.

Originale (inglese)

Conteggio parole: 30
{\n  "items.sword.name": "Iron Sword",\n  "items.potion.name": "Health Potion",\n  "quest.title": "Kill {count} rats",\n  "ui.welcome": "Hello ${player_name}!",\n  "nested": {\n    "deep": {\n      "value": "Test {var}"\n    }\n  }\n}

Tradotto (spagnolo)

Oltre 28 lingue
{\n  "items.sword.name": "Espada de hierro",\n  "items.potion.name": "Poción de salud",\n  "quest.title": "Mata {count} ratas",\n  "ui.welcome": "¡Hola ${player_name}!",\n  "nested": {\n    "deep": {\n      "value": "Test {var}"\n    }\n  }\n}

Nota: tutte le variabili (come {pattern}) restano completamente invariate nella versione tradotta.

Pattern di protezione delle variabili

I file JSON contengono pattern speciali che non devono mai essere tradotti. La nostra AI li blocca automaticamente.

Locked
{count}

Curly braces

Locked
${player_name}

ES6 template

Preserved
items.sword.name

Dot notation

Pronto a localizzare il tuo gioco JSON?

Carica il tuo file JSON e ricevi una traduzione AI sicura per le variabili in 24 ore. Nessun accesso richiesto. A partire da $19 per file.

24 ore · Variabili protette · Oltre 28 lingue