|
Java example source code file (aqua_zh_TW.properties)
The aqua_zh_TW.properties Java example source code# # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # # This properties file is used to create a PropertyResourceBundle # It contains Locale specific strings used in Swing # Currently, it contains the additional strings needed for the Aqua versions of these components: # # FileChooser # # 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. ############ FILE CHOOSER STRINGS ############# FileChooser.fileDescription.textAndMnemonic=\u4E00\u822C\u6A94\u6848 FileChooser.directoryDescription.textAndMnemonic=\u76EE\u9304 FileChooser.newFolderError.textAndMnemonic=\u5EFA\u7ACB\u8CC7\u6599\u593E\u6642\u767C\u751F\u932F\u8AA4 FileChooser.newFolderErrorSeparator= : FileChooser.acceptAllFileFilter.textAndMnemonic=\u6240\u6709\u6A94\u6848 FileChooser.cancelButton.textAndMnemonic=\u53D6\u6D88 FileChooser.saveButton.textAndMnemonic=\u5132\u5B58 FileChooser.openButton.textAndMnemonic=\u958B\u555F FileChooser.saveDialogTitle.textAndMnemonic=\u5132\u5B58 FileChooser.openDialogTitle.textAndMnemonic=\u958B\u555F FileChooser.updateButton.textAndMnemonic=\u66F4\u65B0 FileChooser.helpButton.textAndMnemonic=\u8AAA\u660E FileChooser.directoryOpenButton.textAndMnemonic=\u958B\u555F # File Size Units FileChooser.fileSizeKiloBytes={0} KB FileChooser.fileSizeMegaBytes={0} MB FileChooser.fileSizeGigaBytes={0} GB # Mac-specific strings FileChooser.saveTitle.textAndMnemonic=\u5132\u5B58 FileChooser.openTitle.textAndMnemonic=\u958B\u555F FileChooser.newFolderExistsError.textAndMnemonic=\u8A72\u540D\u7A31\u5DF2\u7D93\u88AB\u4F7F\u7528 FileChooser.chooseButton.textAndMnemonic=\u9078\u64C7 FileChooser.newFolderButton.textAndMnemonic=\u65B0\u8CC7\u6599\u593E FileChooser.newFolderTitle.textAndMnemonic=\u65B0\u8CC7\u6599\u593E FileChooser.fileNameLabel.textAndMnemonic=\u6A94\u6848: FileChooser.saveDialogFileNameLabel.textAndMnemonic=\u53E6\u5B58\u65B0\u6A94: FileChooser.filesOfTypeLabel.textAndMnemonic=\u6A94\u6848\u683C\u5F0F: FileChooser.desktopName=\u684C\u9762 FileChooser.newFolderPrompt.textAndMnemonic=\u65B0\u8CC7\u6599\u593E\u540D\u7A31: FileChooser.untitledFolderName=\u672A\u547D\u540D\u7684\u8CC7\u6599\u593E FileChooser.untitledFileName=\u672A\u547D\u540D FileChooser.createButton.textAndMnemonic=\u5EFA\u7ACB FileChooser.byDate.textAndMnemonic=\u4FEE\u6539\u65E5\u671F FileChooser.by.textAndMnemonic=\u540D\u7A31 FileChooser.newFolderAccessibleName=\u65B0\u8CC7\u6599\u593E FileChooser.mac.newFolder=\u672A\u547D\u540D\u7684\u8CC7\u6599\u593E FileChooser.mac.newFolder.subsequent=\u672A\u547D\u540D\u7684\u8CC7\u6599\u593E {0} ############ COLOR CHOOSER STRINGS ############# ColorChooser.preview.textAndMnemonic=\u9810\u89BD ColorChooser.ok.textAndMnemonic=\u78BA\u5B9A ColorChooser.cancel.textAndMnemonic=\u53D6\u6D88 ColorChooser.reset.textAndMnemonic=\u91CD\u8A2D(&R) ColorChooser.sample.textAndMnemonic=\u7BC4\u4F8B\u6587\u5B57 \u7BC4\u4F8B\u6587\u5B57 ColorChooser.swatches.textAndMnemonic=\u8ABF\u8272\u677F(&S) ColorChooser.swatchesRecent.textAndMnemonic=\u6700\u65B0\u9078\u64C7: ColorChooser.hsb.textAndMnemonic=HSB(&H) ColorChooser.hsbHue.textAndMnemonic=H ColorChooser.hsbSaturation.textAndMnemonic=S ColorChooser.hsbBrightness.textAndMnemonic=B ColorChooser.hsbRed.textAndMnemonic=R ColorChooser.hsbGreen.textAndMnemonic=G ColorChooser.hsbBlue.textAndMnemonic=B ColorChooser.rgb.textAndMnemonic=RGB(&G) ColorChooser.rgbRed.textAndMnemonic=\u7D05(&D) ColorChooser.rgbGreen.textAndMnemonic=\u7DA0(&N) ColorChooser.rgbBlue.textAndMnemonic=\u85CD(&B) ############ 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=\u662F(&Y) OptionPane.noButton.textAndMnemonic=\u5426(&N) OptionPane.okButton.textAndMnemonic=\u78BA\u5B9A OptionPane.cancelButton.textAndMnemonic=\u53D6\u6D88 OptionPane.title.textAndMnemonic=\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.inputDialog.titleAndMnemonic=\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.messageDialog.titleAndMnemonic=\u8A0A\u606F ############ Printing Dialog Strings ############ PrintingDialog.titleProgress.textAndMnemonic=\u5217\u5370\u4E2D PrintingDialog.titleAborting.textAndMnemonic=\u5217\u5370 (\u4E2D\u6B62\u4E2D) PrintingDialog.contentInitial.textAndMnemonic=\u6B63\u5728\u5217\u5370... # The following string will be formatted by a MessageFormat # and {0} will be replaced by page number being printed PrintingDialog.contentProgress.textAndMnemonic=\u5DF2\u5217\u5370\u7B2C {0} \u9801... PrintingDialog.contentAborting.textAndMnemonic=\u6B63\u5728\u4E2D\u6B62\u5217\u5370... PrintingDialog.abortButton.textAndMnemonic=\u4E2D\u6B62(&A) PrintingDialog.abortButtonToolTip.textAndMnemonic=\u4E2D\u6B62\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.restoreButton.textAndMnemonic=\u5FA9\u539F InternalFrameTitlePane.moveButton.textAndMnemonic=\u79FB\u52D5 InternalFrameTitlePane.sizeButton.textAndMnemonic=\u5927\u5C0F InternalFrameTitlePane.minimizeButton.textAndMnemonic=\u6700\u5C0F\u5316 InternalFrameTitlePane.maximizeButton.textAndMnemonic=\u6700\u5927\u5316 InternalFrameTitlePane.closeButton.textAndMnemonic=\u95DC\u9589 ############ Text strings ############# # Used for html forms FormView.submitButton.textAndMnemonic=\u9001\u51FA\u67E5\u8A62 FormView.resetButton.textAndMnemonic=\u91CD\u8A2D FormView.browseFileButton.textAndMnemonic=\u700F\u89BD... ############ Abstract Document Strings ############ AbstractDocument.styleChange.textAndMnemonic=\u6A23\u5F0F\u8B8A\u66F4 AbstractDocument.addition.textAndMnemonic=\u9644\u52A0 AbstractDocument.deletion.textAndMnemonic=\u522A\u9664 AbstractDocument.undo.textAndMnemonic=\u9084\u539F AbstractDocument.redo.textAndMnemonic=\u91CD\u505A ############ Abstract Button Strings ############ AbstractButton.click.textAndMnemonic=\u6309\u4E00\u4E0B ############ Abstract Undoable Edit Strings ############ AbstractUndoableEdit.undo.textAndMnemonic=\u9084\u539F AbstractUndoableEdit.redo.textAndMnemonic=\u91CD\u505A ############ Combo Box Strings ############ ComboBox.togglePopup.textAndMnemonic=\u5207\u63DB\u5373\u73FE\u5F0F\u8996\u7A97 ############ Progress Monitor Strings ############ ProgressMonitor.progress.textAndMnemonic=\u9032\u5EA6... ############ Split Pane Strings ############ SplitPane.leftButton.textAndMnemonic=\u5DE6\u6309\u9215 SplitPane.rightButton.textAndMnemonic=\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: ############ InternalFrameTitlePane Strings ############ InternalFrameTitlePane.iconifyButtonAccessibleName=\u5716\u793A\u5316 InternalFrameTitlePane.maximizeButtonAccessibleName=\u6700\u5927\u5316 InternalFrameTitlePane.closeButtonAccessibleName=\u95DC\u9589 Other Java examples (source code examples)Here is a short list of links related to this Java aqua_zh_TW.properties source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.