src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57414 6eda749d3117
parent 57397 89549ecec1c7
child 57438 4a31db8d42bd
equal deleted inserted replaced
57413:45c74e654794 57414:6eda749d3117
    62 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    62 MSG_BundlerRuntimeException=Bundler {0} failed because of {1}.
    63 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    63 MSG_BundlerFailed=Error: Bundler "{1}" ({0}) failed to produce a bundle.
    64 
    64 
    65 ERR_NoMainClass=Error: Main application class is missing.
    65 ERR_NoMainClass=Error: Main application class is missing.
    66 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    66 ERR_UnsupportedOption=Error: Option [{0}] is not valid on this platform.
    67 ERR_NotImageOption=Error: Option [{0}] is not valid in create-app-image mode.
    67 ERR_InvalidTypeOption=Error: Option [{0}] is not valid with package-type [{1}].
    68 ERR_NotInstallerOption=Error: Option [{0}] is not valid with --app-image option.
       
    69 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    68 ERR_NoInstallerEntryPoint=Error: Option [{0}] is not valid without --module or --main-jar entry point option.
    70 
    69 
    71 ERR_MissingMode=Error: Mode is not specified.
       
    72 ERR_MissingArgument=Error: Missing argument: {0}.
    70 ERR_MissingArgument=Error: Missing argument: {0}.
    73 ERR_MissingAppResources=Error: No application jars found.
    71 ERR_MissingAppResources=Error: No application jars found.
    74 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
    72 ERR_AppImageNotExist=Error: App image directory "{0}" does not exist.
    75 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
    73 ERR_NoAddLauncherName=Error: --add-launcher option requires a name and a file path (--add-launcher <name>=<file path>).
    76 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
    74 ERR_NoUniqueName=Error: --add-launcher <name>=<file path> requires a unique name.
    79 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
    77 ERR_InvalidSLName=Error: Invalid Add Launcher name: {0}.
    80 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
    78 ERR_LicenseFileNotExit=Error: Specified license file does not exist.
    81 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    79 ERR_BuildRootInvalid=Error: temp-root ({0}) must be non-existant directory.
    82 ERR_InvalidOption=Error: Invalid Option: [{0}].
    80 ERR_InvalidOption=Error: Invalid Option: [{0}].
    83 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
    81 ERR_VersionComparison=Error: Failed to compare version {0} with {1}.
    84 ERR_InvalidInstallerType=Error: Invalid or Unsupported Installer type: [{0}].
    82 ERR_InvalidInstallerType=Error: Invalid or unsupported package type: [{0}].
    85 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
    83 ERR_BothMainJarAndModule=Error: Cannot have both --main-jar and --module Options.
    86 ERR_NoEntryPoint=Error: create-app-image requires --main-jar or --module Option.
    84 ERR_NoEntryPoint=Error: creating application image requires --main-jar or --module Option.
    87 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}.
    85 ERR_InputNotDirectory=Error: Input directory specified is not a directory: {0}.
    88 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}.
    86 ERR_CannotReadInputDir=Error: No permission to read from input directory: {0}.