/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
/**
* @fileOverview Defines the {@link CKEDITOR.lang} object, for the
* Hebrew language.
*/
/**#@+
@type String
@example
*/
/**
* Contains the dictionary of language entries.
* @namespace
*/
CKEDITOR.lang[ 'he' ] = {
// ARIA description.
editor: 'עורך טקסט עשיר',
editorPanel: 'Rich Text Editor panel', // MISSING
// Common messages and labels.
common: {
// Screenreader titles. Please note that screenreaders are not always capable
// of reading non-English words. So be careful while translating it.
editorHelp: 'לחץ ×לט ALT + 0 לעזרה',
browseServer: 'סייר השרת',
url: 'כתובת (URL)',
protocol: 'פרוטוקול',
upload: 'העל××”',
uploadSubmit: 'שליחה לשרת',
image: '×ª×ž×•× ×”',
flash: 'פל×ש',
form: 'טופס',
checkbox: 'תיבת סימון',
radio: 'לחצן ×פשרויות',
textField: 'שדה טקסט',
textarea: '×יזור טקסט',
hiddenField: 'שדה חבוי',
button: 'כפתור',
select: 'שדה בחירה',
imageButton: 'כפתור ×ª×ž×•× ×”',
notSet: '<×œ× × ×§×‘×¢>',
id: 'זיהוי (ID)',
name: 'ש×',
langDir: 'כיוון שפה',
langDirLtr: 'שמ×ל לימין (LTR)',
langDirRtl: 'ימין לשמ×ל (RTL)',
langCode: 'קוד שפה',
longDescr: 'קישור לתי×ור מפורט',
cssClass: 'מחלקת עיצוב (CSS Class)',
advisoryTitle: 'כותרת מוצעת',
cssStyle: '×¡×’× ×•×Ÿ',
ok: '×ישור',
cancel: 'ביטול',
close: 'סגירה',
preview: 'תצוגה מקדימה',
resize: 'יש לגרור בכדי ×œ×©× ×•×ª ×ת הגודל',
generalTab: 'כללי',
advancedTab: '×פשרויות מתקדמות',
validateNumberFailed: 'הערך חייב להיות מספרי.',
confirmNewPage: 'כל ×”×©×™× ×•×™×™× ×©×œ× × ×©×ž×¨×• ×™×בדו. ×”×× ×œ×”×¢×œ×•×ª דף חדש?',
confirmCancel: 'חלק מה×פשרויות ×©×•× ×•, ×”×× ×œ×¡×’×•×¨ ×ת הדי×לוג?',
options: '×פשרויות',
target: 'מטרה',
targetNew: 'חלון חדש (_blank)',
targetTop: 'החלון העליון ביותר (_top)',
targetSelf: '×ותו חלון (_self)',
targetParent: 'חלון ×”×ב (_parent)',
langDirLTR: 'שמ×ל לימין (LTR)',
langDirRTL: 'ימין לשמ×ל (RTL)',
styles: '×¡×’× ×•×Ÿ',
cssClasses: 'מחלקות ×’×œ×™×•× ×•×ª ×¡×’× ×•×Ÿ',
width: 'רוחב',
height: 'גובה',
align: 'יישור',
alignLeft: 'לשמ×ל',
alignRight: 'לימין',
alignCenter: 'מרכז',
alignJustify: 'יישור לשוליי×',
alignTop: 'למעלה',
alignMiddle: 'ל×מצע',
alignBottom: 'לתחתית',
alignNone: 'None', // MISSING
invalidValue: 'ערך ×œ× ×—×•×§×™.',
invalidHeight: 'הגובה חייב להיות מספר.',
invalidWidth: 'הרוחב חייב להיות מספר.',
invalidCssLength: 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי ×¢× ×ו ×œ×œ× ×™×—×™×“×ª מידה חוקית של CSS (px, %, in, cm, mm, em, ex, pt, ×ו pc).',
invalidHtmlLength: 'הערך שצוין לשדה "%1" חייב להיות מספר חיובי ×¢× ×ו ×œ×œ× ×™×—×™×“×ª מידה חוקית של HTML (px ×ו %).',
invalidInlineStyle: 'הערך שצויין לשדה ×”×¡×’× ×•×Ÿ חייב להכיל זוג ×¢×¨×›×™× ×חד ×ו יותר בפורמט "×©× : ערך", ×ž×•×¤×¨×“×™× ×¢×œ ידי × ×§×•×“×”-פסיק.',
cssLengthTooltip: 'יש ×œ×”×›× ×™×¡ מספר המייצג ×¤×™×§×¡×œ×™× ×ו מספר ×¢× ×™×—×™×“×ª ×’×œ×™×•× ×•×ª ×¡×’× ×•×Ÿ ×ª×§×™× ×” (px, %, in, cm, mm, em, ex, pt, ×ו pc).',
// Put the voice-only part of the label in the span.
unavailable: '%1<span class="cke_accessibility">, ×œ× ×–×ž×™×Ÿ</span>',
// Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
keyboard: {
8: 'Backspace',
13: 'Enter',
16: 'Shift',
17: 'Ctrl',
18: 'Alt',
32: 'Space', // MISSING
35: 'End',
36: 'Home',
46: 'מחק',
224: 'Command' // MISSING
},
// Prepended to ARIA labels with shortcuts.
keyboardShortcut: 'Keyboard shortcut' // MISSING
}
};
|