Skip to content

Instantly share code, notes, and snippets.

@stefanneculai
Forked from mocheaz/Froala Hebrew
Created July 27, 2014 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanneculai/f8e18ef1ebfa6313d696 to your computer and use it in GitHub Desktop.
Save stefanneculai/f8e18ef1ebfa6313d696 to your computer and use it in GitHub Desktop.
/*!
* 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