mirror of https://github.com/weisJ/darklaf.git
darculadarcula-themefeelguihacktoberfestintellijintellij-themelaflooklookandfeelnativesolarizedsolarized-dark-themesolarized-light-themesvgswingthemethemes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
3.7 KiB
77 lines
3.7 KiB
3 years ago
|
#
|
||
|
# Copyright (c) 2010, 2019, 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 be the Metal Look and Feel.
|
||
|
# Currently, the following components need this for support:
|
||
|
#
|
||
|
# 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.
|
||
|
#
|
||
|
# Refer to the note in basic.properties for a description as to what
|
||
|
# the mnemonics correspond to and how to calculate them.
|
||
|
#
|
||
|
# @author Steve Wilson
|
||
|
|
||
|
|
||
|
############ FILE CHOOSER STRINGS #############
|
||
|
|
||
|
FileChooser.lookInLabel.textAndMnemonic=\u67E5\u8A62(&I):
|
||
|
FileChooser.saveInLabel.textAndMnemonic=\u5132\u5B58\u65BC:
|
||
|
FileChooser.fileNameLabel.textAndMnemonic=\u6A94\u6848\u540D\u7A31(&N):
|
||
|
FileChooser.folderNameLabel.textAndMnemonic=\u8CC7\u6599\u593E\u540D\u7A31(&N):
|
||
|
FileChooser.filesOfTypeLabel.textAndMnemonic=\u6A94\u6848\u985E\u578B(&T):
|
||
|
FileChooser.upFolderToolTip.textAndMnemonic=\u5F80\u4E0A\u4E00\u5C64
|
||
|
FileChooser.upFolderAccessibleName=\u5F80\u4E0A
|
||
|
FileChooser.homeFolderToolTip.textAndMnemonic=\u4E3B\u76EE\u9304
|
||
|
FileChooser.homeFolderAccessibleName=\u4E3B\u76EE\u9304
|
||
|
FileChooser.newFolderToolTip.textAndMnemonic=\u5EFA\u7ACB\u65B0\u8CC7\u6599\u593E
|
||
|
FileChooser.newFolderAccessibleName=\u65B0\u8CC7\u6599\u593E
|
||
|
FileChooser.newFolderActionLabel.textAndMnemonic=\u65B0\u8CC7\u6599\u593E
|
||
|
FileChooser.listViewButtonToolTip.textAndMnemonic=\u6E05\u55AE
|
||
|
FileChooser.listViewButtonAccessibleName=\u6E05\u55AE
|
||
|
FileChooser.listViewActionLabel.textAndMnemonic=\u6E05\u55AE
|
||
|
FileChooser.detailsViewButtonToolTip.textAndMnemonic=\u8A73\u7D30\u8CC7\u8A0A
|
||
|
FileChooser.detailsViewButtonAccessibleName=\u8A73\u7D30\u8CC7\u8A0A
|
||
|
FileChooser.detailsViewActionLabel.textAndMnemonic=\u8A73\u7D30\u8CC7\u8A0A
|
||
|
FileChooser.refreshActionLabel.textAndMnemonic=\u91CD\u65B0\u6574\u7406
|
||
|
FileChooser.viewMenuLabel.textAndMnemonic=\u6AA2\u8996
|
||
|
FileChooser.fileNameHeader.textAndMnemonic=\u540D\u7A31
|
||
|
FileChooser.fileSizeHeader.textAndMnemonic=\u5927\u5C0F
|
||
|
FileChooser.fileTypeHeader.textAndMnemonic=\u985E\u578B
|
||
|
FileChooser.fileDateHeader.textAndMnemonic=\u4FEE\u6539\u65E5\u671F
|
||
|
FileChooser.fileAttrHeader.textAndMnemonic=\u5C6C\u6027
|
||
|
|
||
|
############ Used by MetalTitlePane if rendering window decorations############
|
||
|
MetalTitlePane.restore.titleAndMnemonic=\u56DE\u5FA9(&R)
|
||
|
MetalTitlePane.iconify.titleAndMnemonic=\u6700\u5C0F\u5316(&E)
|
||
|
MetalTitlePane.maximize.titleAndMnemonic=\u6700\u5927\u5316(&X)
|
||
|
MetalTitlePane.close.titleAndMnemonic=\u95DC\u9589(&C)
|