Translation result of {{ infile }}
Condition:
- API : {{ api }}
- openai_model: {{ openai_model }}
- mode: {{ mode }}
- Role: {{ role }}
- Prompt: {{ prompt }}
- Process unit: {{ process_unit }}
- use markdown: {{ use_md }}
- translate only multibyte strings: {{ limit_to_multibyte_str }}
- minimum translate length : {{ min_translate_length }}
- allowed translation length ratio: {{ allowed_translation_length_ratio }}
- GPT param: temperature: {{ temperature }}
- GPT param: max_tokens : {{ max_tokens }}
保存したファイルを開く際、セキュリティの問題から開けない場合があります。
Windowsの場合、ファイルのプロパティダイアログを表示し、下部にセキュリティの警告が出ている場合、
「許可する」にチェックを入れてから開いてください
Original |
Translated |
Corrected |
{% for item in data %}
{{ item.original }} |
{{ item.translated }} |
|
{% endfor %}