src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/MainResources_zh_CN.properties
branchJDK-8200758-branch
changeset 57091 06bc4bd64599
parent 57080 bd4ce7f9ea2c
child 57096 d06bec27f8c9
equal deleted inserted replaced
57080:bd4ce7f9ea2c 57091:06bc4bd64599
    91 param.version.default=1.0
    91 param.version.default=1.0
    92 param.verbose.name=Verbose
    92 param.verbose.name=Verbose
    93 param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
    93 param.verbose.description=Flag to print out more information and saves configuration files for bundlers.
    94 param.force.name=Force
    94 param.force.name=Force
    95 param.force.description=Flag to allow removal of existing Build Root contents
    95 param.force.description=Flag to allow removal of existing Build Root contents
    96 param.drop-in-resources-root.name=Drop-In Resources Root
    96 param.resource-dir.name=Resource Dir
    97 param.drop-in-resources-root.description=The directory to look for bundler specific drop in resources.  If not set the classpath will be searched.
    97 param.resource-dir.description=The directory to look for bundler specific resources.
    98 param.secondary-launchers.name=Secondary Launchers
    98 param.secondary-launchers.name=Secondary Launchers
    99 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
    99 param.secondary-launchers.description=A collection of bundle param info for secondary launchers
   100 param.file-associations.name=File Associations
   100 param.file-associations.name=File Associations
   101 param.file-associations.description=A list of maps where each map describes a file association.  Uses the "fileAssociation." series of bundle arguments in each map.
   101 param.file-associations.description=A list of maps where each map describes a file association.  Uses the "fileAssociation." series of bundle arguments in each map.
   102 param.fa-extension.name=File Association Extension
   102 param.fa-extension.name=File Association Extension
   122 param.singleton.name=Singleton
   122 param.singleton.name=Singleton
   123 param.singleton.description=Prevents from launching multiple instances of application.
   123 param.singleton.description=Prevents from launching multiple instances of application.
   124 param.install-dir.name=Installation Directory
   124 param.install-dir.name=Installation Directory
   125 param.install-dir.description=Installation directory of the application.
   125 param.install-dir.description=Installation directory of the application.
   126 
   126 
   127 message.using-default-resource=Using default package resource {0} (add {1} to the class path to customize)
   127 message.using-default-resource=Using default package resource {0} {1} (add {2} to the resource-dir to customize)
       
   128 message.no-default-resource=no default package resource {0} {1} (add {2} to the resource-dir to customize)
   128 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
   129 message.using-custom-resource-from-file=Using custom package resource {0} (loaded from file {1})
   129 message.using-custom-resource-from-classpath=Using custom package resource {0} (loaded from {1})
   130 message.using-custom-resource=Using custom package resource {0} (loaded from {1})
   130 message.using-default-resource-from-classpath=Using default package resource {0} (add {1} to the class path to customize)
       
   131 message.creating-app-bundle=Creating app bundle\: {0} in {1}
   131 message.creating-app-bundle=Creating app bundle\: {0} in {1}
   132 message.detected.modules="Automatically adding detected modules: {0}."
   132 message.detected.modules="Automatically adding detected modules: {0}."
   133 message.modules="Adding modules: {0} to runtime image."
   133 message.modules="Adding modules: {0} to runtime image."
   134 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
   134 message.app-image-dir-does-not-exist=Specified application image directory {0}\: {1} does not exists
   135 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   135 message.app-image-dir-does-not-exist.advice=Confirm that the value for {0} exists
   143 error.no-application-class.advice=Please specify main application class.
   143 error.no-application-class.advice=Please specify main application class.
   144 error.no-main-module=Main application module is missing.
   144 error.no-main-module=Main application module is missing.
   145 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
   145 error.no-main-module.advice=Make sure to use fx\:module task to create modular application.
   146 error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.
   146 error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.
   147 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
   147 error.no-main-class-with-main-jar=An application class was not specified nor was one found in the jar {0}
   148 error.no-main-class-with-main-jar.advice=Please specify a applicationClass or ensure that the jar {0} specifies one in the manifest.
   148 error.no-main-class-with-main-jar.advice=Please specify a application class or ensure that the jar {0} specifies one in the manifest.
   149 error.no-main-class-with-classpath=An application class was not specified nor was one found in the supplied classpath
       
   150 error.no-main-class-with-classpath.advice=Please specify a applicationClass or ensure that the classpath has a jar containing one in the manifest.
       
   151 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   149 error.no-main-class=An application class was not specified nor was one found in the supplied application resources
   152 error.no-main-class.advice=Please specify a applicationClass or ensure that the appResources has a jar containing one in the manifest.
   150 error.no-main-class.advice=Please specify a application class or ensure that the appResources has a jar containing one in the manifest.
   153 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   151 error.main-jar-does-not-exist=The configured main jar does not exist {0}
   154 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
   152 error.main-jar-does-not-exist.advice=The main jar must be specified relative to the app resources (not an absolute path), and must exist within those resources.
   155 
   153 
   156 warning.module.does.not.exist=Module {0} does not exist.
   154 warning.module.does.not.exist=Module {0} does not exist.
   157 warning.no.jdk.modules.found=Warning: No JDK Modules found.
   155 warning.no.jdk.modules.found=Warning: No JDK Modules found.