ペルシア語 から ヘブライ語 への翻訳
FA HE
即時結果
利用可能な API
Persian から Hebrew への翻訳方法
1
テキストを入力
上の入力ボックスに Persian テキストを入力または貼り付けてください。最大 10,000 文字まで入力できます。または文書ファイルをアップロードしてください。
2
翻訳をクリック
翻訳ボタンをクリックするか、ただ待つだけです。自動翻訳はタイピングを止めた後に始まります。AI はテキストを数ミリ秒で処理します。
3
翻訳をコピー
Hebrew の翻訳が即座に表示されます。コピーボタンをクリックしてクリップボードにコピーするか、API を使って統合します。
一般的な Persian フレーズ
すぐに翻訳するにはどんなフレーズでもクリックしてください。
インスタント翻訳
Persian から Hebrew への翻訳をミリ秒で取得します。
文書サポート
バッチ翻訳のためのWord、PDF、SRT字幕などをアップロードします。
APIアクセス
この翻訳ペアをREST APIでアプリケーションに統合する。
curl -X POST https://api.translateapi.ai/api/v1/translate/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text": "Hello", "source_language": "fa", "target_language": "he"}'
Persian から Hebrew への翻訳について
TranslateAPIは、先進的な人工知能を駆使して、PersianからHebrewへの迅速で正確な翻訳を提供します。
- テキスト翻訳 - 10,000文字までのテキストを即座に翻訳します
- 文書翻訳 - 翻訳のための Word、PDF、テキストファイルをアップロード
- API統合 - Persian から Hebrew への翻訳をアプリケーションに追加
- バッチ翻訳 - 単一の要求で複数のテキストを翻訳します
ユースケース:
- Persian 文書を Hebrew にビジネス向けに翻訳
- Persian から Hebrew へのウェブサイトとアプリケーションの現地化
- Persian 字幕を Hebrew に変換
- Hebrew のスピーカーと通信
翻訳ペア
- ソース
- ペルシア語 (
fa) - ターゲット
- ヘブライ語 (
he)
よくある質問
When both source and target are right-to-left, the model translates without inserting any left-to-right segments unless the source had Latin content (brand names, URLs) — those islands keep their original direction and are bracketed with the appropriate bidi control codes.
No — Arabic, Hebrew, Persian, and Urdu use related script families but the languages themselves are unrelated. Persian to Hebrew is a full neural translation, not transliteration. The model is trained on bilingual corpora that pair the two languages directly where available, with English as a fallback bridge for rarer pair combinations.
Loanwords are translated to their native equivalent in Hebrew (e.g. "kitab" → the Hebrew "sefer" when going Arabic → Hebrew) unless the source clearly used the loanword as a name or quotation. Brand names always stay phonetic.
Hebrew is unicameral and uses block letterforms; Arabic and Urdu are cursive with contextual shaping (initial/medial/final/isolated). The output uses the correct script with its native rendering rules — your editor or browser handles the shaping automatically as long as the font supports it.
Vowel marks tend to be lost in translation between RTL languages because each script encodes them differently and the target writing convention often omits them. If you need fully-vocalized output for Hebrew, post-process with a vocalizer specific to that language.
Both RTL languages default to the literary / formal register (MSA for Arabic, Modern Israeli Hebrew literary, Persian rasmi, Urdu adabi). Conversational output between two RTL targets often needs a native review pass because each language has independent register conventions.
Output between two RTL languages uses the standard literary form of the target — dialect-to-dialect translation (e.g. Egyptian Arabic colloquial → spoken Persian Tehrani) is not directly supported. Translate to MSA / standard target first, then localize.
Quoted scripture (Qur'anic verses, Hebrew Bible, hadith) is preserved verbatim with original orthography when wrapped in quotation marks. Surrounding commentary is translated normally.
Calendar terms translate to the Hebrew convention (Gregorian month names if Hebrew commonly uses them, Hijri / Hebrew calendar terms where contextually appropriate). Numerals default to Latin digits in the output.
Up to 10,000 characters via the web translator and 50,000 via the API. Long-form documents in RTL pairs benefit from paragraph-sized chunks (300-1000 characters) because the model maintains discourse coherence within a chunk.
Yes — Latin segments inside an RTL document keep their left-to-right direction and Latin spelling. The model only translates the RTL prose; embedded URLs, emails, code blocks, and Latin brand names pass through unchanged.
Yes — upload an image or PDF of Persian text and the OCR pipeline applies script-aware preprocessing so right-to-left column-and-line order is detected before translation to Hebrew. Vowel marks usually do not survive OCR; expect un-vocalized output.