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

Print this page


   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used in Swing
   3 # Currently, the following components need this for support:
   4 #
   5 #    ColorChooser
   6 #    FileChooser
   7 #    OptionPane
   8 #
   9 # When this file is read in, the strings are put into the
  10 # defaults table.  This is an implementation detail of the current
  11 # workings of Swing.  DO NOT DEPEND ON THIS.
  12 # This may change in future versions of Swing as we improve localization
  13 # support.
  14 #
  15 #                        MNEMONIC NOTE:
  16 # Many of strings in this file are used by widgets that have a
  17 # mnemonic, for example:
  18 #   ColorChooser.rgbNameTextAndMnemonic=R&GB

  19 # Indicates that the tab in the ColorChooser for RGB colors will have
  20 # the text 'RGB', further the mnemonic character will be 'g' and that
  21 # a decoration will be provided under the 'G'. This will typically
  22 # look like:  RGB
  23 #              -
  24 #
  25 # One important thing to remember is that the mnemonic MUST exist in
  26 # the String, if it does not exist you should add text that makes it
  27 # exist. This will typically take the form 'XXXX (M)' where M is the
  28 # character for the mnemonic.
  29 #
  30 # @author Steve Wilson
  31 
  32 ############ FILE CHOOSER STRINGS #############
  33 FileChooser.fileDescription.textAndMnemonic=普通的文件
  34 FileChooser.directoryDescription.textAndMnemonic=目录
  35 FileChooser.newFolderError.textAndMnemonic=创建新的文件夹时出错
  36 FileChooser.newFolderErrorSeparator= :
  37 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=无法创建文件夹
  38 FileChooser.newFolderParentDoesntExist.textAndMnemonic=无法创建文件夹。\n\n系统找不到指定的路径。
  39 FileChooser.renameErrorTitle.textAndMnemonic=重命名文件或文件夹时出错
  40 FileChooser.renameError.textAndMnemonic=无法重命名{0}
  41 FileChooser.renameErrorFileExists.textAndMnemonic=无法重命名{0}: 已存在具有所指定名称的文件。请指定其他文件名。
  42 FileChooser.acceptAllFileFilter.textAndMnemonic=所有文件
  43 FileChooser.cancelButton.textAndMnemonic=取消
  44 FileChooser.saveButton.textAndMnemonic=保存(&S)
  45 FileChooser.openButton.textAndMnemonic=打开(&O)
  46 FileChooser.saveDialogTitle.textAndMnemonic=保存
  47 FileChooser.openDialogTitle.textAndMnemonic=打开
  48 FileChooser.updateButton.textAndMnemonic=更新(&U)
  49 FileChooser.helpButton.textAndMnemonic=帮助(&H)
  50 FileChooser.directoryOpenButton.textAndMnemonic=打开(&O)
  51 
  52 # File Size Units
  53 FileChooser.fileSizeKiloBytes={0} KB
  54 FileChooser.fileSizeMegaBytes={0} MB
  55 FileChooser.fileSizeGigaBytes={0} GB
  56 
  57 # These strings are platform dependent not look and feel dependent.
  58 FileChooser.win32.newFolder=新建文件夹
  59 FileChooser.win32.newFolder.subsequent=新建文件夹 ({0})
  60 FileChooser.other.newFolder=NewFolder
  61 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  62 
  63 
  64 ## file chooser tooltips ###
  65 FileChooser.cancelButtonToolTip.textAndMnemonic=中止文件选择器对话框
  66 FileChooser.saveButtonToolTip.textAndMnemonic=保存所选文件
  67 FileChooser.openButtonToolTip.textAndMnemonic=打开所选文件
  68 FileChooser.updateButtonToolTip.textAndMnemonic=更新目录列表
  69 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser 帮助
  70 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=打开选择的目录
  71 
  72 FileChooser.filesListAccessibleName=Files List
  73 FileChooser.filesDetailsAccessibleName=Files Details
  74 
  75 ############ COLOR CHOOSER STRINGS #############
  76 ColorChooser.preview.textAndMnemonic=预览
  77 ColorChooser.ok.textAndMnemonic=确定
  78 ColorChooser.cancel.textAndMnemonic=取消
  79 ColorChooser.reset.textAndMnemonic=重置(&R)
  80 ColorChooser.sample.textAndMnemonic=示例文本  示例文本
  81 ColorChooser.swatches.textAndMnemonic=示例(&S)
  82 ColorChooser.swatchesRecent.textAndMnemonic=最近:
  83 ColorChooser.hsv.textAndMnemonic=&HSV
  84 ColorChooser.hsvHue.textAndMnemonic=色调
  85 ColorChooser.hsvSaturation.textAndMnemonic=饱和度
  86 ColorChooser.hsvValue.textAndMnemonic=值
  87 ColorChooser.hsvTransparency.textAndMnemonic=透明度
  88 ColorChooser.hsl.textAndMnemonic=HS&L
  89 ColorChooser.hslHue.textAndMnemonic=色调
  90 ColorChooser.hslSaturation.textAndMnemonic=饱和度
  91 ColorChooser.hslLightness.textAndMnemonic=亮度
  92 ColorChooser.hslTransparency.textAndMnemonic=透明度
  93 ColorChooser.rgb.textAndMnemonic=R&GB
  94 ColorChooser.rgbRed.textAndMnemonic=红色(&D)
  95 ColorChooser.rgbGreen.textAndMnemonic=绿色(&N)
  96 ColorChooser.rgbBlue.textAndMnemonic=蓝色(&B)
  97 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
  98 ColorChooser.rgbHexCode.textAndMnemonic=颜色代码(&C)
  99 ColorChooser.cmyk.textAndMnemonic=C&MYK
 100 ColorChooser.cmykCyan.textAndMnemonic=青色
 101 ColorChooser.cmykMagenta.textAndMnemonic=紫红色
 102 ColorChooser.cmykYellow.textAndMnemonic=黄色
 103 ColorChooser.cmykBlack.textAndMnemonic=黑色
 104 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 105 
 106 ############ OPTION PANE STRINGS #############
 107 # We only define mnemonics for YES/NO, but for completeness you can
 108 # define mnemonics for any of the buttons.
 109 OptionPane.yesButton.textAndMnemonic=是(&Y)
 110 OptionPane.noButton.textAndMnemonic=否(&N)
 111 OptionPane.okButton.textAndMnemonic=确定(&O)

 112 OptionPane.cancelButton.textAndMnemonic=取消

 113 OptionPane.title.textAndMnemonic=选择一个选项
 114 # Title for the dialog for the showInputDialog methods. Only used if
 115 # the developer uses one of the variants that doesn't take a title.
 116 OptionPane.inputDialog.titleAndMnemonic=输入
 117 # Title for the dialog for the showMessageDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.messageDialog.titleAndMnemonic=消息
 120 
 121 ############ Printing Dialog Strings ############
 122 PrintingDialog.titleProgress.textAndMnemonic=打印
 123 PrintingDialog.titleAborting.textAndMnemonic=打印 (正在中止)
 124 
 125 PrintingDialog.contentInitial.textAndMnemonic=正在进行打印...
 126 
 127 # The following string will be formatted by a MessageFormat
 128 # and {0} will be replaced by page number being printed
 129 PrintingDialog.contentProgress.textAndMnemonic=已打印页 {0}...
 130 
 131 PrintingDialog.contentAborting.textAndMnemonic=正在中止打印...
 132 
 133 PrintingDialog.abortButton.textAndMnemonic=中止(&A)
 134 PrintingDialog.abortButtonToolTip.textAndMnemonic=中止打印
 135 
 136 ############ Internal Frame Strings ############
 137 InternalFrame.iconButtonToolTip=最小化
 138 InternalFrame.maxButtonToolTip=最大化
 139 InternalFrame.restoreButtonToolTip=还原
 140 InternalFrame.closeButtonToolTip=关闭
 141 
 142 ############ Internal Frame Title Pane Strings ############
 143 InternalFrameTitlePane.restoreButton.textAndMnemonic=还原
 144 InternalFrameTitlePane.moveButton.textAndMnemonic=移动
 145 InternalFrameTitlePane.sizeButton.textAndMnemonic=大小
 146 InternalFrameTitlePane.minimizeButton.textAndMnemonic=最小化
 147 InternalFrameTitlePane.maximizeButton.textAndMnemonic=最大化
 148 InternalFrameTitlePane.closeButton.textAndMnemonic=关闭
 149 
 150 ############ Text strings #############
 151 # Used for html forms
 152 FormView.submitButton.textAndMnemonic=提交查询
 153 FormView.resetButton.textAndMnemonic=重设
 154 FormView.browseFileButton.textAndMnemonic=浏览...
 155 
 156 ############ Abstract Document Strings ############
 157 AbstractDocument.styleChange.textAndMnemonic=样式更改
 158 AbstractDocument.addition.textAndMnemonic=添加
 159 AbstractDocument.deletion.textAndMnemonic=删除
 160 AbstractDocument.undo.textAndMnemonic=撤消
 161 AbstractDocument.redo.textAndMnemonic=重做
 162 
 163 ############ Abstract Button Strings ############
 164 AbstractButton.click.textAndMnemonic=单击
 165 
 166 ############ Abstract Undoable Edit Strings ############
 167 AbstractUndoableEdit.undo.textAndMnemonic=撤消
 168 AbstractUndoableEdit.redo.textAndMnemonic=重做
 169 
 170 ############ Combo Box Strings ############
 171 ComboBox.togglePopup.textAndMnemonic=togglePopup
 172 
 173 ############ Progress Monitor Strings ############
 174 ProgressMonitor.progress.textAndMnemonic=进度...
 175 
 176 ############ Split Pane Strings ############
 177 SplitPane.leftButton.textAndMnemonic=左键
 178 SplitPane.rightButton.textAndMnemonic=右键
 179 # Used for Isindex
 180 IsindexView.prompt=这是可搜索索引。请输入搜索关键字:
 181 
 182 ############ InternalFrameTitlePane Strings ############
 183 InternalFrameTitlePane.iconifyButtonAccessibleName=图标化
 184 InternalFrameTitlePane.maximizeButtonAccessibleName=最大化
 185 InternalFrameTitlePane.closeButtonAccessibleName=关闭
 186 
   1 # This properties file is used to create a PropertyResourceBundle
   2 # It contains Locale specific strings used in Swing
   3 # Currently, the following components need this for support:
   4 #
   5 #    ColorChooser
   6 #    FileChooser
   7 #    OptionPane
   8 #
   9 # When this file is read in, the strings are put into the
  10 # defaults table.  This is an implementation detail of the current
  11 # workings of Swing.  DO NOT DEPEND ON THIS.
  12 # This may change in future versions of Swing as we improve localization
  13 # support.
  14 #
  15 #                        MNEMONIC NOTE:
  16 # Many of strings in this file are used by widgets that have a
  17 # mnemonic, for example:
  18 #   ColorChooser.rgbNameTextAndMnemonic=R&GB
  19 #
  20 # Indicates that the tab in the ColorChooser for RGB colors will have
  21 # the text 'RGB', further the mnemonic character will be 'g' and that
  22 # a decoration will be provided under the 'G'. This will typically
  23 # look like:  RGB
  24 #              -
  25 #
  26 # One important thing to remember is that the mnemonic MUST exist in
  27 # the String, if it does not exist you should add text that makes it
  28 # exist. This will typically take the form 'XXXX (M)' where M is the
  29 # character for the mnemonic.
  30 #
  31 # @author Steve Wilson
  32 
  33 ############ FILE CHOOSER STRINGS #############
  34 FileChooser.fileDescription.textAndMnemonic=通用文件
  35 FileChooser.directoryDescription.textAndMnemonic=目录
  36 FileChooser.newFolderError.textAndMnemonic=创建新的文件夹时出错
  37 FileChooser.newFolderErrorSeparator= :
  38 FileChooser.newFolderParentDoesntExistTitle.textAndMnemonic=无法创建文件夹
  39 FileChooser.newFolderParentDoesntExist.textAndMnemonic=无法创建文件夹。\n\n系统找不到指定的路径。
  40 FileChooser.renameErrorTitle.textAndMnemonic=重命名文件或文件夹时出错
  41 FileChooser.renameError.textAndMnemonic=无法重命名{0}
  42 FileChooser.renameErrorFileExists.textAndMnemonic=无法重命名{0}: 已存在具有所指定名称的文件。请指定其他文件名。
  43 FileChooser.acceptAllFileFilter.textAndMnemonic=所有文件
  44 FileChooser.cancelButton.textAndMnemonic=取消
  45 FileChooser.saveButton.textAndMnemonic=保存(&S)
  46 FileChooser.openButton.textAndMnemonic=打开(&O)
  47 FileChooser.saveDialogTitle.textAndMnemonic=保存
  48 FileChooser.openDialogTitle.textAndMnemonic=打开
  49 FileChooser.updateButton.textAndMnemonic=更新(&U)
  50 FileChooser.helpButton.textAndMnemonic=帮助(&H)
  51 FileChooser.directoryOpenButton.textAndMnemonic=打开(&O)
  52 
  53 # File Size Units
  54 FileChooser.fileSizeKiloBytes={0} KB
  55 FileChooser.fileSizeMegaBytes={0} MB
  56 FileChooser.fileSizeGigaBytes={0} GB
  57 
  58 # These strings are platform dependent not look and feel dependent.
  59 FileChooser.win32.newFolder=新建文件夹
  60 FileChooser.win32.newFolder.subsequent=新建文件夹 ({0})
  61 FileChooser.other.newFolder=NewFolder
  62 FileChooser.other.newFolder.subsequent=NewFolder.{0}
  63 
  64 
  65 ## file chooser tooltips ###
  66 FileChooser.cancelButtonToolTip.textAndMnemonic=中止文件选择器对话框
  67 FileChooser.saveButtonToolTip.textAndMnemonic=保存所选文件
  68 FileChooser.openButtonToolTip.textAndMnemonic=打开所选文件
  69 FileChooser.updateButtonToolTip.textAndMnemonic=更新目录列表
  70 FileChooser.helpButtonToolTip.textAndMnemonic=FileChooser 帮助
  71 FileChooser.directoryOpenButtonToolTip.textAndMnemonic=打开选择的目录
  72 
  73 FileChooser.filesListAccessibleName=文件列表
  74 FileChooser.filesDetailsAccessibleName=文件详细信息
  75 
  76 ############ COLOR CHOOSER STRINGS #############
  77 ColorChooser.preview.textAndMnemonic=预览
  78 ColorChooser.ok.textAndMnemonic=确定
  79 ColorChooser.cancel.textAndMnemonic=取消
  80 ColorChooser.reset.textAndMnemonic=重置(&R)
  81 ColorChooser.sample.textAndMnemonic=示例文本  示例文本
  82 ColorChooser.swatches.textAndMnemonic=样本(&S)
  83 ColorChooser.swatchesRecent.textAndMnemonic=最近:
  84 ColorChooser.hsv.textAndMnemonic=HSV(&H)
  85 ColorChooser.hsvHue.textAndMnemonic=色调
  86 ColorChooser.hsvSaturation.textAndMnemonic=饱和度
  87 ColorChooser.hsvValue.textAndMnemonic=值
  88 ColorChooser.hsvTransparency.textAndMnemonic=透明度
  89 ColorChooser.hsl.textAndMnemonic=HSL(&L)
  90 ColorChooser.hslHue.textAndMnemonic=色调
  91 ColorChooser.hslSaturation.textAndMnemonic=饱和度
  92 ColorChooser.hslLightness.textAndMnemonic=亮度
  93 ColorChooser.hslTransparency.textAndMnemonic=透明度
  94 ColorChooser.rgb.textAndMnemonic=RGB(&G)
  95 ColorChooser.rgbRed.textAndMnemonic=红色(&D)
  96 ColorChooser.rgbGreen.textAndMnemonic=绿色(&N)
  97 ColorChooser.rgbBlue.textAndMnemonic=蓝色(&B)
  98 ColorChooser.rgbAlpha.textAndMnemonic=Alpha
  99 ColorChooser.rgbHexCode.textAndMnemonic=颜色代码(&C)
 100 ColorChooser.cmyk.textAndMnemonic=C&MYK
 101 ColorChooser.cmykCyan.textAndMnemonic=青色
 102 ColorChooser.cmykMagenta.textAndMnemonic=紫红色
 103 ColorChooser.cmykYellow.textAndMnemonic=黄色
 104 ColorChooser.cmykBlack.textAndMnemonic=黑色
 105 ColorChooser.cmykAlpha.textAndMnemonic=Alpha
 106 
 107 ############ OPTION PANE STRINGS #############
 108 # We only define mnemonics for YES/NO, but for completeness you can
 109 # define mnemonics for any of the buttons.
 110 OptionPane.yesButton.textAndMnemonic=是(&Y)
 111 OptionPane.noButton.textAndMnemonic=否(&N)
 112 OptionPane.okButton.textAndMnemonic=确定
 113 #OptionPane.okButtonMnemonic=0
 114 OptionPane.cancelButton.textAndMnemonic=取消
 115 #OptionPane.cancelButtonMnemonic=0
 116 OptionPane.title.textAndMnemonic=选择一个选项
 117 # Title for the dialog for the showInputDialog methods. Only used if
 118 # the developer uses one of the variants that doesn't take a title.
 119 OptionPane.inputDialog.titleAndMnemonic=输入
 120 # Title for the dialog for the showMessageDialog methods. Only used if
 121 # the developer uses one of the variants that doesn't take a title.
 122 OptionPane.messageDialog.titleAndMnemonic=消息
 123 
 124 ############ Printing Dialog Strings ############
 125 PrintingDialog.titleProgress.textAndMnemonic=打印
 126 PrintingDialog.titleAborting.textAndMnemonic=打印 (正在中止)
 127 
 128 PrintingDialog.contentInitial.textAndMnemonic=正在进行打印...
 129 
 130 # The following string will be formatted by a MessageFormat
 131 # and {0} will be replaced by page number being printed
 132 PrintingDialog.contentProgress.textAndMnemonic=已打印页 {0}...
 133 
 134 PrintingDialog.contentAborting.textAndMnemonic=正在中止打印...
 135 
 136 PrintingDialog.abortButton.textAndMnemonic=中止(&A)
 137 PrintingDialog.abortButtonToolTip.textAndMnemonic=中止打印
 138 
 139 ############ Internal Frame Strings ############
 140 InternalFrame.iconButtonToolTip=最小化
 141 InternalFrame.maxButtonToolTip=最大化
 142 InternalFrame.restoreButtonToolTip=还原
 143 InternalFrame.closeButtonToolTip=关闭
 144 
 145 ############ Internal Frame Title Pane Strings ############
 146 InternalFrameTitlePane.restoreButton.textAndMnemonic=还原
 147 InternalFrameTitlePane.moveButton.textAndMnemonic=移动
 148 InternalFrameTitlePane.sizeButton.textAndMnemonic=大小
 149 InternalFrameTitlePane.minimizeButton.textAndMnemonic=最小化
 150 InternalFrameTitlePane.maximizeButton.textAndMnemonic=最大化
 151 InternalFrameTitlePane.closeButton.textAndMnemonic=关闭
 152 
 153 ############ Text strings #############
 154 # Used for html forms
 155 FormView.submitButton.textAndMnemonic=提交查询
 156 FormView.resetButton.textAndMnemonic=重置
 157 FormView.browseFileButton.textAndMnemonic=浏览...
 158 
 159 ############ Abstract Document Strings ############
 160 AbstractDocument.styleChange.textAndMnemonic=样式更改
 161 AbstractDocument.addition.textAndMnemonic=添加
 162 AbstractDocument.deletion.textAndMnemonic=删除
 163 AbstractDocument.undo.textAndMnemonic=撤消
 164 AbstractDocument.redo.textAndMnemonic=重做
 165 
 166 ############ Abstract Button Strings ############
 167 AbstractButton.click.textAndMnemonic=单击
 168 
 169 ############ Abstract Undoable Edit Strings ############
 170 AbstractUndoableEdit.undo.textAndMnemonic=撤消
 171 AbstractUndoableEdit.redo.textAndMnemonic=重做
 172 
 173 ############ Combo Box Strings ############
 174 ComboBox.togglePopup.textAndMnemonic=togglePopup
 175 
 176 ############ Progress Monitor Strings ############
 177 ProgressMonitor.progress.textAndMnemonic=进度...
 178 
 179 ############ Split Pane Strings ############
 180 SplitPane.leftButton.textAndMnemonic=左键
 181 SplitPane.rightButton.textAndMnemonic=右键
 182 # Used for Isindex
 183 IsindexView.prompt=这是可搜索索引。请输入搜索关键字: 
 184 
 185 ############ InternalFrameTitlePane Strings ############
 186 InternalFrameTitlePane.iconifyButtonAccessibleName=图标化
 187 InternalFrameTitlePane.maximizeButtonAccessibleName=最大化
 188 InternalFrameTitlePane.closeButtonAccessibleName=关闭