he.js 1.7 KB

1234567891011121314151617181920212223242526272829303132
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // he = ISO 639-1 code for Hebrew
  4. // ***********************
  5. jQuery.keyboard.language.he = {
  6. language: '\u05e2\u05d1\u05e8\u05d9\u05ea (Hebrew)',
  7. display : {
  8. 'a' : '\u2714:אישור (Shift+Enter)', // check mark - same action as accept
  9. 'accept' : 'אישור:אישור (Shift+Enter)',
  10. 'alt' : 'Alt:תווים נוספים',
  11. 'b' : '\u2190:Backspace', // Left arrow (same as ←)
  12. 'bksp' : 'Bksp:Backspace',
  13. 'c' : '\u2716:ביטול (Esc)', // big X, close - same action as cancel
  14. 'cancel' : 'ביטול:ביטול (Esc)',
  15. 'clear' : 'C:ניקוי', // clear num pad
  16. 'combo' : '\u00f6:Toggle Combo Keys',
  17. 'dec' : '.:נקודה עשרונית', // decimal point for num pad (optional), change '.' to ',' for European format
  18. 'e' : '\u21b5:Enter', // down, then left arrow - enter symbol
  19. 'enter' : 'Enter:Enter',
  20. 'lock' : '\u21ea Lock:Caps Lock', // caps lock
  21. 's' : '\u21e7:Shift', // thick hollow up arrow
  22. 'shift' : 'Shift:Shift',
  23. 'sign' : '\u00b1:שינוי סימן', // +/- sign for num pad
  24. 'space' : ' :רווח',
  25. 't' : '\u21e5:Tab', // right arrow to bar (used since this virtual keyboard works with one directional tabs)
  26. 'tab' : '\u21e5 Tab:Tab' // \u21b9 is the true tab symbol (left & right arrows)
  27. },
  28. // Message added to the key title while hovering, if the mousewheel plugin exists
  29. wheelMessage : 'ניתן להשתמש בגלגלת העכבר כדי לראות מקשים נוספים',
  30. // language direction
  31. rtl : true
  32. };