src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties

Print this page

        

@@ -14,10 +14,11 @@
 #
 #                        MNEMONIC NOTE:
 # Many of strings in this file are used by widgets that have a
 # mnemonic, for example:
 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
+#
 # Indicates that the tab in the ColorChooser for RGB colors will have
 # the text 'RGB', further the mnemonic character will be 'g' and that
 # a decoration will be provided under the 'G'. This will typically
 # look like:  RGB
 #              -

@@ -67,32 +68,32 @@
 FileChooser.openButtonToolTip.textAndMnemonic=開啟選取的檔案
 FileChooser.updateButtonToolTip.textAndMnemonic=更新目錄清單
 FileChooser.helpButtonToolTip.textAndMnemonic=「檔案選擇器」說明
 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=開啟選取的目錄
 
-FileChooser.filesListAccessibleName=Files List
-FileChooser.filesDetailsAccessibleName=Files Details
+FileChooser.filesListAccessibleName=檔案清單
+FileChooser.filesDetailsAccessibleName=檔案詳細資訊
 
 ############ COLOR CHOOSER STRINGS #############
 ColorChooser.preview.textAndMnemonic=預覽
 ColorChooser.ok.textAndMnemonic=確定
 ColorChooser.cancel.textAndMnemonic=取消
 ColorChooser.reset.textAndMnemonic=重設(&R)
 ColorChooser.sample.textAndMnemonic=範例文字  範例文字
 ColorChooser.swatches.textAndMnemonic=調色板(&S)
 ColorChooser.swatchesRecent.textAndMnemonic=最新選擇:
-ColorChooser.hsv.textAndMnemonic=&HSV
+ColorChooser.hsv.textAndMnemonic=HSV(&H)
 ColorChooser.hsvHue.textAndMnemonic=色調
 ColorChooser.hsvSaturation.textAndMnemonic=彩度
 ColorChooser.hsvValue.textAndMnemonic=數值
 ColorChooser.hsvTransparency.textAndMnemonic=透明度
-ColorChooser.hsl.textAndMnemonic=HS&L
+ColorChooser.hsl.textAndMnemonic=HSL(&L)
 ColorChooser.hslHue.textAndMnemonic=色調
 ColorChooser.hslSaturation.textAndMnemonic=彩度
 ColorChooser.hslLightness.textAndMnemonic=亮度
 ColorChooser.hslTransparency.textAndMnemonic=透明度
-ColorChooser.rgb.textAndMnemonic=R&GB
+ColorChooser.rgb.textAndMnemonic=RGB(&G)
 ColorChooser.rgbRed.textAndMnemonic=紅(&D)
 ColorChooser.rgbGreen.textAndMnemonic=綠(&N)
 ColorChooser.rgbBlue.textAndMnemonic=藍(&B)
 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
 ColorChooser.rgbHexCode.textAndMnemonic=顏色代碼(&C)

@@ -106,12 +107,14 @@
 ############ OPTION PANE STRINGS #############
 # We only define mnemonics for YES/NO, but for completeness you can
 # define mnemonics for any of the buttons.
 OptionPane.yesButton.textAndMnemonic=是(&Y)
 OptionPane.noButton.textAndMnemonic=否(&N)
-OptionPane.okButton.textAndMnemonic=確定(&O)
+OptionPane.okButton.textAndMnemonic=確定
+#OptionPane.okButtonMnemonic=0
 OptionPane.cancelButton.textAndMnemonic=取消
+#OptionPane.cancelButtonMnemonic=0
 OptionPane.title.textAndMnemonic=選取一個選項
 # Title for the dialog for the showInputDialog methods. Only used if
 # the developer uses one of the variants that doesn't take a title.
 OptionPane.inputDialog.titleAndMnemonic=輸入
 # Title for the dialog for the showMessageDialog methods. Only used if

@@ -181,6 +184,5 @@
 
 ############ InternalFrameTitlePane Strings ############
 InternalFrameTitlePane.iconifyButtonAccessibleName=圖示化
 InternalFrameTitlePane.maximizeButtonAccessibleName=最大化
 InternalFrameTitlePane.closeButtonAccessibleName=關閉
-