blob: dba0d76de2884113001e0d72dd7a2e68495ceb53 [file] [log] [blame]
# This properties file is used to create a PropertyResourceBundle
# It contains Locale specific strings used in Swing
# Currently, the following components need this for support:
#
# ColorChooser
# FileChooser
# OptionPane
#
# When this file is read in, the strings are put into the
# defaults table. This is an implementation detail of the current
# workings of Swing. DO NOT DEPEND ON THIS.
# This may change in future versions of Swing as we improve localization
# support.
#
# MNEMONIC NOTE:
# Many of strings in this file are used by widgets that have a
# mnemonic, for example:
# ColorChooser.rgbNameText=RGB
# ColorChooser.rgbMnemonic=71
# ColorChooser.rgbDisplayedMnemonicIndex=1
# 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
# -
# 71 corresponds to the decimal value of the VK constant defined
# in java/awt/KeyEvent.java. VK_G is defined as:
#
# public static final int VK_G = 0x47;
#
# 0x47 is a hex number and needs to be converted to decimal.
# A simple way to calculate this for a-z is to add 64 to the index of
# the letter in the alphabet. As 'a' is in the 1st letter the mnemonic
# for 'a' is 65, 'b' is 66...
#
# The xxDisplayedMnemonicIndex is used to indicate the index of the
# character that should be underlined in the String, with 0
# corresponding to the first character in the String.
#
# One important thing to remember is that the mnemonic MUST exist in
# the String, if it does not exist you should add text that makes it
# exist. This will typically take the form 'XXXX (M)' where M is the
# character for the mnemonic.
#
# @author Steve Wilson
############ FILE CHOOSER STRINGS #############
FileChooser.fileDescriptionText=\u4e00\u822c\u6a94\u6848
FileChooser.directoryDescriptionText=\u76ee\u9304
FileChooser.newFolderErrorText=\u5efa\u7acb\u65b0\u6a94\u6848\u593e\u6642\u767c\u751f\u932f\u8aa4
FileChooser.newFolderErrorSeparator= :
FileChooser.newFolderParentDoesntExistTitleText=Unable to create folder
FileChooser.newFolderParentDoesntExistText=Unable to create the folder.\n\nThe system cannot find the path specified.
FileChooser.renameErrorTitleText=Error Renaming File or Folder
FileChooser.renameErrorText=Cannot rename {0}
FileChooser.renameErrorFileExistsText=Cannot rename {0}: A file with the name you specified already exists. \
Specify a different file name.
FileChooser.acceptAllFileFilterText=\u6240\u6709\u6a94\u6848
FileChooser.cancelButtonText=\u53d6\u6d88
FileChooser.cancelButtonMnemonic=67
FileChooser.saveButtonText=\u5132\u5b58
FileChooser.saveButtonMnemonic=83
FileChooser.openButtonText=\u958b\u555f
FileChooser.openButtonMnemonic=79
FileChooser.saveDialogTitleText=\u5132\u5b58
FileChooser.openDialogTitleText=\u958b\u555f
FileChooser.updateButtonText=\u66f4\u65b0(U)
FileChooser.updateButtonMnemonic=85
FileChooser.helpButtonText=\u8aaa\u660e(H)
FileChooser.helpButtonMnemonic=72
FileChooser.directoryOpenButtonText=\u958b\u555f(O)
FileChooser.directoryOpenButtonMnemonic=79
# File Size Units
FileChooser.fileSizeKiloBytes={0} KB
FileChooser.fileSizeMegaBytes={0} MB
FileChooser.fileSizeGigaBytes={0} GB
# These strings are platform dependent not look and feel dependent.
FileChooser.win32.newFolder=\u65b0\u8cc7\u6599\u593e
FileChooser.win32.newFolder.subsequent=\u65b0\u8cc7\u6599\u593e ({0})
FileChooser.other.newFolder=\u65b0\u8cc7\u6599\u593e
FileChooser.other.newFolder.subsequent=\u65b0\u8cc7\u6599\u593e.{0}
## file chooser tooltips ###
FileChooser.cancelButtonToolTipText=\u4e2d\u65b7\u300c\u6a94\u6848\u9078\u64c7\u5668\u300d\u5c0d\u8a71\u65b9\u584a
FileChooser.saveButtonToolTipText=\u5132\u5b58\u9078\u53d6\u7684\u6a94\u6848
FileChooser.openButtonToolTipText=\u958b\u555f\u9078\u53d6\u7684\u6a94\u6848
FileChooser.updateButtonToolTipText=\u66f4\u65b0\u76ee\u9304\u6e05\u55ae
FileChooser.helpButtonToolTipText=\u300c\u6a94\u6848\u9078\u64c7\u5668\u300d\u8aaa\u660e
FileChooser.directoryOpenButtonToolTipText=\u958b\u555f\u9078\u53d6\u7684\u76ee\u9304
############ COLOR CHOOSER STRINGS #############
ColorChooser.previewText=\u9810\u89bd
ColorChooser.okText=\u78ba\u5b9a
ColorChooser.cancelText=\u53d6\u6d88
ColorChooser.resetText=\u91cd\u8a2d(R)
# VK_XXX constant for 'ColorChooser.resetText' button to make mnemonic
ColorChooser.resetMnemonic=82
ColorChooser.sampleText=\u7bc4\u4f8b\u6587\u5b57 \u7bc4\u4f8b\u6587\u5b57
ColorChooser.swatchesNameText=\u8abf\u8272\u677f(S)
ColorChooser.swatchesMnemonic=83
ColorChooser.swatchesDisplayedMnemonicIndex=4
ColorChooser.swatchesRecentText=\u6700\u65b0\u9078\u64c7:
ColorChooser.hsbNameText=HSB
# Each of the ColorChooser types can define a mnemonic, as a KeyEvent.VK_XXX
# constant, and an index into the text to render the mnemonic as. The
# mnemonic is xxxMnemonic and the index of the character to underline is
# xxxDisplayedMnemonicIndex.
ColorChooser.hsbMnemonic=72
ColorChooser.hsbDisplayedMnemonicIndex=0
ColorChooser.hsbHueText=H
ColorChooser.hsbSaturationText=S
ColorChooser.hsbBrightnessText=B
ColorChooser.hsbRedText=R
ColorChooser.hsbGreenText=G
ColorChooser.hsbBlueText=B
ColorChooser.rgbNameText=RGB
ColorChooser.rgbMnemonic=71
ColorChooser.rgbDisplayedMnemonicIndex=1
ColorChooser.rgbRedText=\u7d05\u8272(D)
ColorChooser.rgbRedMnemonic=68
ColorChooser.rgbGreenText=\u7da0\u8272(N)
ColorChooser.rgbGreenMnemonic=78
ColorChooser.rgbBlueText=\u85cd\u8272(B)
ColorChooser.rgbBlueMnemonic=66
############ OPTION PANE STRINGS #############
# Mnemonic keys correspond to KeyEvent.VK_XXX constant
# We only define mnemonics for YES/NO, but for completeness you can
# define mnemonics for any of the buttons.
OptionPane.yesButtonText=\u662f(Y)
OptionPane.yesButtonMnemonic=89
OptionPane.noButtonText=\u5426(N)
OptionPane.noButtonMnemonic=78
OptionPane.okButtonText=\u78ba\u5b9a
OptionPane.okButtonMnemonic=0
OptionPane.cancelButtonText=\u53d6\u6d88
OptionPane.cancelButtonMnemonic=0
OptionPane.titleText=\u9078\u53d6\u4e00\u500b\u9078\u9805
# 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.inputDialogTitle=\u8f38\u5165
# Title for the dialog for the showMessageDialog methods. Only used if
# the developer uses one of the variants that doesn't take a title.
OptionPane.messageDialogTitle=\u8a0a\u606f
############ Printing Dialog Strings ############
PrintingDialog.titleProgressText=\u5217\u5370
PrintingDialog.titleAbortingText=\u5217\u5370 (\u4e2d\u65b7)
PrintingDialog.contentInitialText=\u6b63\u5728\u5217\u5370...
# The following string will be formatted by a MessageFormat
# and {0} will be replaced by page number being printed
PrintingDialog.contentProgressText=\u5df2\u5217\u5370\u7684\u9801\u9762 {0}...
PrintingDialog.contentAbortingText=\u6b63\u5728\u4e2d\u65b7\u5217\u5370...
PrintingDialog.abortButtonText=\u4e2d\u65b7(A)
PrintingDialog.abortButtonMnemonic=65
PrintingDialog.abortButtonDisplayedMnemonicIndex=0
PrintingDialog.abortButtonToolTipText=\u4e2d\u65b7\u5217\u5370
############ Internal Frame Strings ############
InternalFrame.iconButtonToolTip=\u6700\u5c0f\u5316
InternalFrame.maxButtonToolTip=\u6700\u5927\u5316
InternalFrame.restoreButtonToolTip=\u5fa9\u539f
InternalFrame.closeButtonToolTip=\u95dc\u9589
############ Internal Frame Title Pane Strings ############
InternalFrameTitlePane.restoreButtonText=\u5fa9\u539f
InternalFrameTitlePane.moveButtonText=\u79fb\u52d5
InternalFrameTitlePane.sizeButtonText=\u5927\u5c0f
InternalFrameTitlePane.minimizeButtonText=\u6700\u5c0f\u5316
InternalFrameTitlePane.maximizeButtonText=\u6700\u5927\u5316
InternalFrameTitlePane.closeButtonText=\u95dc\u9589
############ Text strings #############
# Used for html forms
FormView.submitButtonText=\u63d0\u51fa\u67e5\u8a62
FormView.resetButtonText=\u91cd\u8a2d
FormView.browseFileButtonText=\u700f\u89bd...
############ Abstract Document Strings ############
AbstractDocument.styleChangeText=\u6a23\u5f0f\u8b8a\u66f4
AbstractDocument.additionText=\u9644\u52a0
AbstractDocument.deletionText=\u522a\u9664
AbstractDocument.undoText=\u9084\u539f
AbstractDocument.redoText=\u91cd\u505a
############ Abstract Button Strings ############
AbstractButton.clickText=\u6309\u4e00\u4e0b
############ Abstract Undoable Edit Strings ############
AbstractUndoableEdit.undoText=\u9084\u539f
AbstractUndoableEdit.redoText=\u91cd\u505a
############ Combo Box Strings ############
ComboBox.togglePopupText=\u5207\u63db\u5373\u73fe
############ Progress Monitor Strings ############
ProgressMonitor.progressText=\u9032\u5ea6...
############ Split Pane Strings ############
SplitPane.leftButtonText=\u5de6\u6309\u9215
SplitPane.rightButtonText=\u53f3\u6309\u9215
# Used for Isindex
IsindexView.prompt=\u9019\u662f\u4e00\u500b\u53ef\u641c\u5c0b\u7684\u7d22\u5f15\u3002\u8f38\u5165\u641c\u5c0b\u95dc\u9375\u5b57\uff1a
############ InternalFrameTitlePane Strings ############
InternalFrameTitlePane.iconifyButtonAccessibleName=\u5716\u793a\u5316
InternalFrameTitlePane.maximizeButtonAccessibleName=\u6700\u5927\u5316
InternalFrameTitlePane.closeButtonAccessibleName=\u95dc\u9589