1 #
   2 # Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 
  27 #
  28 # AWT-specific properties
  29 #
  30 
  31 # Modifier names
  32 AWT.shift=Shift
  33 AWT.control=Ctrl
  34 AWT.alt=Alt
  35 AWT.meta=Meta
  36 AWT.altGraph=Alt Graph
  37 
  38 # Key names
  39 AWT.enter=Enter
  40 AWT.backSpace=Backspace
  41 AWT.tab=Tab
  42 AWT.cancel=Cancel
  43 AWT.clear=Clear
  44 AWT.pause=Pause
  45 AWT.capsLock=Caps Lock
  46 AWT.escape=Escape
  47 AWT.space=Space
  48 AWT.pgup=Page Up
  49 AWT.pgdn=Page Down
  50 AWT.end=End
  51 AWT.home=Home
  52 AWT.left=Left
  53 AWT.up=Up
  54 AWT.right=Right
  55 AWT.down=Down
  56 AWT.begin=Begin
  57 AWT.comma=Comma
  58 AWT.period=Period
  59 AWT.slash=Slash
  60 AWT.semicolon=Semicolon
  61 AWT.equals=Equals
  62 AWT.openBracket=Open Bracket
  63 AWT.backSlash=Back Slash
  64 AWT.closeBracket=Close Bracket
  65 AWT.multiply=NumPad *
  66 AWT.add=NumPad +
  67 AWT.separator=NumPad ,
  68 AWT.separater=NumPad ,
  69 AWT.subtract=NumPad -
  70 AWT.decimal=NumPad .
  71 AWT.divide=NumPad /
  72 AWT.delete=Delete
  73 AWT.numLock=Num Lock
  74 AWT.scrollLock=Scroll Lock
  75 AWT.f1=F1
  76 AWT.f2=F2
  77 AWT.f3=F3
  78 AWT.f4=F4
  79 AWT.f5=F5
  80 AWT.f6=F6
  81 AWT.f7=F7
  82 AWT.f8=F8
  83 AWT.f9=F9
  84 AWT.f10=F10
  85 AWT.f11=F11
  86 AWT.f12=F12
  87 AWT.f13=F13
  88 AWT.f14=F14
  89 AWT.f15=F15
  90 AWT.f16=F16
  91 AWT.f17=F17
  92 AWT.f18=F18
  93 AWT.f19=F19
  94 AWT.f20=F20
  95 AWT.f21=F21
  96 AWT.f22=F22
  97 AWT.f23=F23
  98 AWT.f24=F24
  99 AWT.printScreen=Print Screen
 100 AWT.insert=Insert
 101 AWT.help=Help
 102 AWT.windows=Windows
 103 AWT.context=Context Menu
 104 AWT.backQuote=Back Quote
 105 AWT.quote=Quote
 106 AWT.deadGrave=Dead Grave
 107 AWT.deadAcute=Dead Acute
 108 AWT.deadCircumflex=Dead Circumflex
 109 AWT.deadTilde=Dead Tilde
 110 AWT.deadMacron=Dead Macron
 111 AWT.deadBreve=Dead Breve
 112 AWT.deadAboveDot=Dead Above Dot
 113 AWT.deadDiaeresis=Dead Diaeresis
 114 AWT.deadAboveRing=Dead Above Ring
 115 AWT.deadDoubleAcute=Dead Double Acute
 116 AWT.deadCaron=Dead Caron
 117 AWT.deadCedilla=Dead Cedilla
 118 AWT.deadOgonek=Dead Ogonek
 119 AWT.deadIota=Dead Iota
 120 AWT.deadVoicedSound=Dead Voiced Sound
 121 AWT.deadSemivoicedSound=Dead Semivoiced Sound
 122 AWT.ampersand=Ampersand
 123 AWT.asterisk=Asterisk
 124 AWT.quoteDbl=Double Quote
 125 AWT.Less=Less
 126 AWT.greater=Greater
 127 AWT.braceLeft=Left Brace
 128 AWT.braceRight=Right Brace
 129 AWT.at=At
 130 AWT.colon=Colon
 131 AWT.circumflex=Circumflex
 132 AWT.dollar=Dollar
 133 AWT.euro=Euro
 134 AWT.exclamationMark=Exclamation Mark
 135 AWT.invertedExclamationMark=Inverted Exclamation Mark
 136 AWT.leftParenthesis=Left Parenthesis
 137 AWT.numberSign=Number Sign
 138 AWT.plus=Plus
 139 AWT.minus=Minus
 140 AWT.rightParenthesis=Right Parenthesis
 141 AWT.underscore=Underscore
 142 AWT.final=Final
 143 AWT.convert=Convert
 144 AWT.noconvert=No Convert
 145 AWT.accept=Accept
 146 AWT.modechange=Mode Change
 147 AWT.kana=Kana
 148 AWT.kanji=Kanji
 149 AWT.alphanumeric=Alphanumeric
 150 AWT.katakana=Katakana
 151 AWT.hiragana=Hiragana
 152 AWT.fullWidth=Full-Width
 153 AWT.halfWidth=Half-Width
 154 AWT.romanCharacters=Roman Characters
 155 AWT.allCandidates=All Candidates
 156 AWT.previousCandidate=Previous Candidate
 157 AWT.codeInput=Code Input
 158 AWT.japaneseKatakana=Japanese Katakana
 159 AWT.japaneseHiragana=Japanese Hiragana
 160 AWT.japaneseRoman=Japanese Roman
 161 AWT.kanaLock=Kana Lock
 162 AWT.inputMethodOnOff=Input Method On/Off
 163 AWT.again=Again
 164 AWT.undo=Undo
 165 AWT.copy=Copy
 166 AWT.paste=Paste
 167 AWT.cut=Cut
 168 AWT.find=Find
 169 AWT.props=Props
 170 AWT.stop=Stop
 171 AWT.compose=Compose
 172 
 173 # Numeric Keypad
 174 AWT.numpad=NumPad
 175 AWT.unknown=Unknown
 176 AWT.undefined=Undefined
 177 
 178 # Predefined cursor names
 179 AWT.DefaultCursor=Default Cursor
 180 AWT.CrosshairCursor=Crosshair Cursor
 181 AWT.TextCursor=Text Cursor
 182 AWT.WaitCursor=Wait Cursor
 183 AWT.SWResizeCursor=Southwest Resize Cursor
 184 AWT.SEResizeCursor=Southeast Resize Cursor
 185 AWT.NWResizeCursor=Northwest Resize Cursor
 186 AWT.NEResizeCursor=Northeast Resize Cursor
 187 AWT.NResizeCursor=North Resize Cursor
 188 AWT.SResizeCursor=South Resize Cursor
 189 AWT.WResizeCursor=West Resize Cursor
 190 AWT.EResizeCursor=East Resize Cursor
 191 AWT.HandCursor=Hand Cursor
 192 AWT.MoveCursor=Move Cursor
 193 AWT.DefaultDragCursor=Default Drag Cursor
 194 AWT.DefaultNoDropCursor=Default NoDrag Cursor
 195 AWT.DefaultDropCursor=Default Drop Cursor
 196 
 197 # Input method related strings
 198 AWT.CompositionWindowTitle=\u8F38\u5165\u8996\u7A97
 199 AWT.InputMethodSelectionMenu=\u9078\u64C7\u8F38\u5165\u6CD5
 200 AWT.HostInputMethodDisplayName=\u7CFB\u7D71\u8F38\u5165\u6CD5
 201 AWT.InputMethodLanguage.ja=\u65E5\u6587
 202 AWT.InputMethodLanguage.ko=\u97D3\u6587
 203 AWT.InputMethodLanguage.zh=\u4E2D\u6587
 204 AWT.InputMethodLanguage.zh_CN=\u7C21\u9AD4\u4E2D\u6587
 205 AWT.InputMethodLanguage.zh_TW=\u7E41\u9AD4\u4E2D\u6587
 206 AWT.InputMethodCreationFailed=\u7121\u6CD5\u5EFA\u7ACB {0}\u3002\u539F\u56E0: {1}
 207 
 208 # Property to select between on-the-spot and below-the-spot
 209 # composition with input methods. Valid values:
 210 # "on-the-spot", "below-the-spot".
 211 # May be overridden from command line.
 212 java.awt.im.style=on-the-spot
 213 java.awt.def.delay=30
 214 
 215 # Warnings
 216 AWT.InconsistentDLLsWarning=\u4EE5\u6587\u5B57\u70BA\u57FA\u790E\u7684\u4F5C\u696D\u53EF\u80FD\u7121\u6CD5\u6B63\u78BA\u904B\u4F5C\uFF0C\u56E0\u70BA\u60A8\u7CFB\u7D71\u4E0A\u6709\u4E00\u7D44\u52D5\u614B\u9023\u7D50\u7A0B\u5F0F\u5EAB (DLL) \u4E0D\u4E00\u81F4\u3002\u82E5\u8981\u53D6\u5F97\u6709\u95DC\u6B64\u554F\u984C\u53CA\u5EFA\u8B70\u89E3\u6C7A\u65B9\u6CD5\u7684\u5176\u4ED6\u8CC7\u8A0A\uFF0C\u8ACB\u53C3\u95B1 java.sun.com \u7DB2\u7AD9\u4E0A\u7684 Java(TM) 2 SDK, Standard Edition Release Notes
 217