Created
July 27, 2014 07:38
-
-
Save mocheaz/1cc0e6294b18fc3ebe74 to your computer and use it in GitHub Desktop.
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
/*! | |
* froala_editor v1.1.7 (http://editor.froala.com) | |
* Copyright 2014-2014 Froala | |
*/ | |
/** | |
* French | |
*/ | |
$.Editable.LANGS['he'] = { | |
translation: { | |
"Bold": "מודגש", | |
"Italic": "מוטה", | |
"Underline": "קו תחתי", | |
"Strikethrough": "קו אמצעי", | |
"Font Size": "גודל הגופן", | |
"Color": "צבע", | |
"Background Color": "צבע רקע", | |
"Text Color": "צבע הטסט", | |
"Format Block": "פורמט", | |
"Normal": "רגיל", | |
"Paragraph": "פסקה", | |
"Code": "קוד", | |
"Quote": "ציטוט", | |
"Heading 1": "כותרת 1", | |
"Heading 2": "כותרת 2", | |
"Heading 3": "כותרת 3", | |
"Heading 4": "כותרת 4", | |
"Heading 5": "כותרת 5", | |
"Heading 6": "כותרת 6", | |
"Alignment": "יישור", | |
"Align Left": "יישור לשמאל", | |
"Align Center": "יישור למרכז", | |
"Align Right": "יישור לימין", | |
"Justify": "יישור מלא", | |
"Numbered List": "הוספת רשימה ממוספרת", | |
"Bulleted List": "הוספת רשימה", | |
"Indent Less": "הקטנת כניסה", | |
"Indent More": "הגדלת כניסה", | |
"Select All": "בחר הכל", | |
"Insert Link": "הוספת קישור", | |
"Insert Image": "הוספת תמונה", | |
"Insert Video": "הוספת וידיאו", | |
"Undo": "ביטול", | |
"Redo": "בצע שוב", | |
"Show HTML": "הצג HTML", | |
"Float Left": "שמאל", | |
"Float None": "כלום", | |
"Float Right": "ימין", | |
"Replace Image": "החלפת תמונה", | |
"Remove Image": "הסרת תמונה", | |
"Title": "כותרת", | |
"Drop image": "שחרר את התמונה כאן", | |
"or click": "או לחץ", | |
"Enter URL": "הכנס הקישור", | |
"Please wait!": "נא להמתין", | |
"Are you sure? Image will be deleted.": "האם אתה בטוח? התמונה תמחק.", | |
"UNLINK": "הסרת הקישור", | |
"Open in new tab": "לפתוח בטאב חדש", | |
"Type something": "הקלד כאן", | |
"Cancel": "ביטול", | |
"OK": "בצע", | |
"Manage images": "ניהול התמונות", | |
"Delete": "מחיקה", | |
"Font Family": "גופן", | |
"Insert Horizontal Line": "הוספת קו אופקי", | |
"Table": "טבלה", | |
"Insert table": "הכנס טבלה", | |
"Cell": "תא", | |
"Row": "שורה", | |
"Column": "טור", | |
"Delete table": "הסרת הטבלה", | |
"Insert cell before": "הוספת תא לפני", | |
"Insert cell after": "הוספת תא אחרי", | |
"Delete cell": "מחיקת התא", | |
"Merge cells": "מזג תאים", | |
"Horizontal split": "פצל אופקי", | |
"Vertical split": "פצל אנכי", | |
"Insert row above": "הוספת שורה לפני", | |
"Insert row below": "הוספת שורה אחרי", | |
"Delete row": "מחיקת שורה", | |
"Insert column before": "הוספת טור לפני", | |
"Insert column after": "הוספת טור אחרי", | |
"Delete column": "מחיקת טור" | |
}, | |
direction: "rtl" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment