ja.untranslated.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // ja = ISO 639-1 code for Japanese
  4. // ***********************
  5. jQuery.keyboard.language.ja = {
  6. language: '\u65e5\u672c\u8a9e (Japanese)',
  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. // these definitions are specific to the "ms-Japanese Hiragana" layout
  28. 'default': '\u30ab \u30bf:Hiragana', // Harigana active; switch to Katakana
  29. 'full' : '',
  30. 'meta1' : 'Kana', // English half (normal) width active
  31. 'meta2' : 'Kana', // English full width active
  32. 'meta3' : '\u3072 \u3089:Katakana', // Kanakana full width active; switch to Hiragana
  33. 'meta4' : '\u534a:full' // Kana half width active
  34. },
  35. // Message added to the key title while hovering, if the mousewheel plugin exists
  36. wheelMessage : 'Use mousewheel to see other keys',
  37. };