Change selected letter pairs and words with five ordered text replacements. The result is a one-way fan-style transformation, not a complete language and not an official Tolkien translation tool.
The transformed text will appear here...
Each pair below is generated by the same local replacement function used by the page. The set covers letter pairs, whole-word substitutions, a combined sentence, and unchanged input.
English
this path
Translation
zis paz
TH is replaced in two positions
English
moon room
Translation
mun rum
OO is shortened in both words
English
king and ring
Translation
nazg and burzum
Two whole words receive their configured replacements
English
dark road
Translation
burz road
Dark changes while road stays as entered
English
The dark king found the ring.
Translation
ze burz nazg found ze burzum.
Several rules run in sequence inside one sentence
English
Unmatched words stay.
Translation
Unmatched words stay.
Words outside the rule list pass through unchanged
| Order | Input Pattern | Replacement | Match Scope |
|---|---|---|---|
| 1 | TH | Z | Any position |
| 2 | OO | U | Any position |
| 3 | king | nazg | Whole word |
| 4 | ring | burzum | Whole word |
| 5 | dark | burz | Whole word |
Read the table from top to bottom. The first two rules match character pairs anywhere; the final three require a complete word match.
The example shows why output should be evaluated as a sequence of code operations rather than as a claim about fictional-language meaning.
| Stage | Text |
|---|---|
| Source | The dark king found the ring. |
| After pair rules | ze dark king found ze ring. |
| After word rules | ze burz nazg found ze burzum. |
Test a short sign, map label, or object name for a roleplay prop. Add an English caption nearby so the decorative wording does not carry essential instructions by itself.

Because the rules are published, a puzzle author can give players the five substitutions and ask them to trace a transformed clue. It is a word game, not a historical cipher.

Try king beside kingdom, or ring beside spring, to see when whole-word boundaries activate. This makes the page useful for learning how simple regular-expression rules differ from language analysis.

Use one transformed line as an atmosphere cue in private notes or a fan-writing draft, then revise it manually. The five rules cannot choose vocabulary, inflect words, or repair grammar.

The page exposes a deterministic surface transformation instead of presenting its output as linguistic knowledge.
Every changed character pair or whole word can be traced to the rule list shown on this page.
The page accepts typed text and returns one transformed string; it does not analyze speech or restore the original wording.
Words outside the five patterns remain in place, making the limited coverage apparent in every mixed sentence.
The copy distinguishes this fan-made effect from Tolkien's documented fictional-language material.
These answers separate the page's code behavior from Tolkien's fictional language and intellectual property.
Check out these related translation and AI tools to enhance your experience
Treat the page as a transparent rule demo. Choose source text, apply the fixed sequence, and compare the output with the listed substitutions before using it in a fan project.
Enter a short English line containing TH, OO, king, ring, or dark. Text without those patterns is useful too because it shows what the function leaves untouched.
The character-pair changes run before the three whole-word changes. Spacing and punctuation are otherwise carried through, while configured replacements use their stored lowercase form.
Compare the result with the rule table rather than a language dictionary. Keep your English original when wording matters, because the transformation does not preserve enough information for restoration.
Enter a short English line, inspect which of the five rules changed it, and keep the result in its clearly labeled fan-style context.