Created
May 18, 2017 22:48
-
-
Save david206/bac21941c158ed5524837c73e05bb12d to your computer and use it in GitHub Desktop.
translate the bible books names from English to Hebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'Genesis': 'בראשית', | |
'Exodus': 'שמות', | |
'Leviticus': 'ויקרא', | |
'Numbers': 'במדבר', | |
'Deuteronomy': 'דברים', | |
'Joshua': 'יהושע', | |
'Judges': 'שופטים', | |
'I Samuel': 'שמואל א', | |
'II Samuel': 'שמואל ב', | |
'I Kings': 'מלכים א', | |
'II Kings': 'מלכים ב', | |
'Isaiah': 'ישעיה', | |
'Jeremiah': 'ירמיה', | |
'Ezekiel': 'יחזקאל', | |
'Hosea': 'הושע', | |
'Joel': 'יואל', | |
'Amos': 'עמוס', | |
'Obadiah': 'עובדיה', | |
'Yona': 'יונה', | |
'Micah': 'מיכה', | |
'Nahum': 'נחום', | |
'Habakkuk': 'חבקוק', | |
'Zephaniah': 'צפניה', | |
'Haggai': 'חגי', | |
'Zechariah': 'זכריה', | |
'Malachi': 'מלאכי', | |
'Psalms': 'תהילים', | |
'Proverbs': 'משלי', | |
'Job': 'איוב', | |
'Song of Songs': 'שיר השירים', | |
'Ruth': 'רות', | |
'Lamentations': 'איכה', | |
'Ecclesiastes': 'קהלת', | |
'Esther': 'אסתר', | |
'Daniel': 'דניאל', | |
'Ezra': 'עזרא', | |
'Nehemiah': 'נחמיה', | |
'I Chronicles': 'דברי הימים א', | |
'II Chronicles': 'דברי הימים ב', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment