src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57397 89549ecec1c7
parent 57392 46d4b0aa4542
child 57414 6eda749d3117
equal deleted inserted replaced
57396:3944e4c2f779 57397:89549ecec1c7
    22 # or visit www.oracle.com if you need additional information or have any
    22 # or visit www.oracle.com if you need additional information or have any
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 #
    25 #
    26 
    26 
    27 param.category.default=Unknown
       
    28 param.copyright.default=Copyright (C) {0,date,YYYY}
    27 param.copyright.default=Copyright (C) {0,date,YYYY}
    29 param.description.default=none
    28 param.description.default=none
    30 param.vendor.default=Unknown
    29 param.vendor.default=Unknown
    31 param.version.default=1.0
    30 param.version.default=1.0
    32 
    31 
    52 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory.
    51 error.main-jar-does-not-exist=The configured main jar does not exist {0} in the input directory.
    53 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory.
    52 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the input directory (not an absolute path), and must exist within that directory.
    54 
    53 
    55 warning.module.does.not.exist=Module [{0}] does not exist.
    54 warning.module.does.not.exist=Module [{0}] does not exist.
    56 warning.no.jdk.modules.found=Warning: No JDK Modules found.
    55 warning.no.jdk.modules.found=Warning: No JDK Modules found.
    57 warning.missing.arg.file=Warning: Missing argument file: {0}.
       
    58 
    56 
    59 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    57 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    60 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
    58 MSG_BundlerPlatformException=Bundler {0} skipped because the bundler does not support bundling on this platform.
    61 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
    59 MSG_BundlerConfigException=Bundler {0} skipped because of a configuration problem: {1}. \n\
    62 Advice to fix: {2}
    60 Advice to fix: {2}
    72 
    70 
    73 ERR_MissingMode=Error: Mode is not specified.
    71 ERR_MissingMode=Error: Mode is not specified.
    74 ERR_MissingArgument=Error: Missing argument: {0}.
    72 ERR_MissingArgument=Error: Missing argument: {0}.
    75 ERR_MissingAppResources=Error: No application jars found.
    73 ERR_MissingAppResources=Error: No application jars found.
    76 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
    74 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
    77 ERR_AppImageInvalid=Error: App image directory "{0}" does not contain "app" sub-directory.
       
    78 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
    75 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
    79 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
    76 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
    80 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
    77 ERR_NoJreInstallerName=Error: Jre Installers require a name parameter.
    81 ERR_InvalidAppName=Error: Invalid Application name: {0}.
    78 ERR_InvalidAppName=Error: Invalid Application name: {0}.
    82 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
    79 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.