Ren'Py Translation
Ren'Py visual novel scripts with dialogue and menu support
問題所在
- Variables {var} and [var] translate incorrectly
- Python code blocks get translated
- Menu choices break formatting
- Comments and labels get modified
解決方案
- Both {var} and [var] locked before AI
- Python blocks (python:, $ var) skipped
- Menu choices extracted and preserved
- Comments and labels untouched
翻譯前後對比
查看 Ren'Py 檔案在 AI 翻譯前後的樣貌。變數將保持不變。
原始內容(英文)
字數:15label start:\n e "Hello {player_name}!"\n menu:\n "Red pill":\n e "Choice made"\n $ points = 100翻譯內容(西班牙文)
28 種以上語言label start:\n e "¡Hola {player_name}!"\n menu:\n "Red pill":\n e "Decisión tomada"\n $ points = 100注意:所有變數(例如 {pattern})在翻譯版本中將完全保持不變。
變數保護模式
Ren'Py 檔案包含特殊模式,絕對不可翻譯。我們的 AI 會自動鎖定這些模式。
{player_name} Curly braces
[gold] Square brackets
<color=red> Rich text
python: Code block
準備好將您的 Ren'Py 遊戲本地化了嗎?
上傳您的 Ren'Py 檔案,24 小時內取得變數安全的 AI 翻譯。免登入。每份檔案 $19 起。
24 小時 · 變數安全 · 28 種以上語言