be.untranslated.js 1.5 KB

123456789101112131415161718192021222324252627282930
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // be = ISO 639-1 code for Belarusian
  4. // ***********************
  5. jQuery.keyboard.language.be = {
  6. language: '\u0411\u0435\u043b\u0430\u0440\u0443\u0441\u043a\u0430\u044f (Belarusian)',
  7. display : {
  8. 'a' : '\u2714:Accept (Shift+Enter)', // check mark - same action as accept
  9. 'accept' : 'Accept:Accept (Shift+Enter)',
  10. 'alt' : 'AltGr:Alternate Graphemes',
  11. 'b' : '\u2190:Backspace', // Left arrow (same as ←)
  12. 'bksp' : 'Bksp:Backspace',
  13. 'c' : '\u2716:Cancel (Esc)', // big X, close - same action as cancel
  14. 'cancel' : 'Cancel:Cancel (Esc)',
  15. 'clear' : 'C:Clear', // clear num pad
  16. 'combo' : '\u00f6:Toggle Combo Keys',
  17. 'dec' : '.:Decimal', // 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:Change Sign', // +/- sign for num pad
  24. 'space' : ' :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 : 'Use mousewheel to see other keys',
  30. };