fa.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // fa = ISO 639-1 code for Farsi
  4. // ***********************
  5. jQuery.keyboard.language.fa = {
  6. language: '\u0641\u0627\u0631\u0633\u06cc (Farsi)',
  7. display: {
  8. 'a' : '\u2714:\u062a\u0623\u06cc\u06cc\u062f (Shift+Enter)',
  9. 'accept' : '\u062a\u0623\u06cc\u06cc\u062f:\u062a\u0623\u06cc\u06cc\u062f (Shift+Enter)',
  10. 'alt' : 'Lng:Alternate Graphemes',
  11. 'b' : '\u2190:\u2b05 Backspace',
  12. 'bksp' : '\u2b05 Bksp:\u2b05 Backspace',
  13. 'c' : '\u2716:\u0627\u0646\u0635\u0631\u0627\u0641 (Esc)',
  14. 'cancel' : '\u0627\u0646\u0635\u0631\u0627\u0641:\u0627\u0646\u0635\u0631\u0627\u0641 (Esc)',
  15. 'clear' : 'C:Clear',
  16. 'combo' : '\u00f6:Toggle Combo Keys',
  17. 'dec' : '.:Decimal',
  18. 'e' : '\u21b5:Enter',
  19. 'enter' : 'Enter:Enter',
  20. 'lock' : '\u21ea Lock:Caps Lock',
  21. 's' : '\u21e7:Shift',
  22. 'shift' : 'Shift:Shift',
  23. 'sign' : '\u00b1:Change Sign',
  24. 'space' : ' :Space',
  25. 't' : '\u21e5:Tab',
  26. 'tab' : '\u21e5 Tab:Tab'
  27. },
  28. // Message added to the key title while hovering, if the mousewheel plugin exists
  29. wheelMessage: 'Use mousewheel to see other keys',
  30. rtl: true
  31. // uncomment, then include changes to the comboRegex here
  32. //, comboRegex: /([`\'~\^\"ao])([a-z])/mig,
  33. // uncomment, then include any changes to the combos option here
  34. /*
  35. , combos : {
  36. // grave
  37. '`' : { a:"\u00e0", A:"\u00c0", e:"\u00e8", E:"\u00c8", i:"\u00ec", I:"\u00cc", o:"\u00f2", O:"\u00d2",
  38. u:"\u00f9", U:"\u00d9", y:"\u1ef3", Y:"\u1ef2" },
  39. // acute & cedilla
  40. "'" : { a:"\u00e1", A:"\u00c1", e:"\u00e9", E:"\u00c9", i:"\u00ed", I:"\u00cd", o:"\u00f3", O:"\u00d3",
  41. u:"\u00fa", U:"\u00da", y:"\u00fd", Y:"\u00dd" },
  42. // umlaut/trema
  43. '"' : { a:"\u00e4", A:"\u00c4", e:"\u00eb", E:"\u00cb", i:"\u00ef", I:"\u00cf", o:"\u00f6", O:"\u00d6",
  44. u:"\u00fc", U:"\u00dc", y:"\u00ff", Y:"\u0178" },
  45. // circumflex
  46. '^' : { a:"\u00e2", A:"\u00c2", e:"\u00ea", E:"\u00ca", i:"\u00ee", I:"\u00ce", o:"\u00f4", O:"\u00d4",
  47. u:"\u00fb", U:"\u00db", y:"\u0177", Y:"\u0176" },
  48. // tilde
  49. '~' : { a:"\u00e3", A:"\u00c3", e:"\u1ebd", E:"\u1ebc", i:"\u0129", I:"\u0128", o:"\u00f5", O:"\u00d5",
  50. u:"\u0169", U:"\u0168", y:"\u1ef9", Y:"\u1ef8", n:"\u00f1", N:"\u00d1" }
  51. }
  52. */
  53. };