src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources_zh_CN.properties
equal
deleted
inserted
replaced
31 |
31 |
32 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}] |
32 error.invalid-cfbundle-version=Invalid CFBundleVersion: [{0}] |
33 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots. |
33 error.invalid-cfbundle-version.advice=Set a compatible 'appVersion' or set a 'mac.CFBundleVersion'. Valid versions are one to three integers separated by dots. |
34 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified |
34 error.explicit-sign-no-cert=Signature explicitly requested but no signing certificate specified |
35 error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-app' or unset 'signBundle' or set 'signBundle' to false. |
35 error.explicit-sign-no-cert.advice=Either specify a valid cert in 'mac.signing-key-developer-id-app' or unset 'signBundle' or set 'signBundle' to false. |
36 error.parameters-null=Parameters map is null |
|
37 error.parameters-null.advice=Pass in a non-null parameters map. |
|
38 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration |
36 error.must-sign-app-store=Mac App Store apps must be signed, and signing has been disabled by bundler configuration |
39 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true |
37 error.must-sign-app-store.advice=Either unset 'signBundle' or set 'signBundle' to true |
40 error.no-app-signing-key=No Mac App Store App Signing Key |
38 error.no-app-signing-key=No Mac App Store App Signing Key |
41 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
39 error.no-app-signing-key.advice=Install your app signing keys into your Mac Keychain using XCode. |
42 error.no-pkg-signing-key=No Mac App Store Installer Signing Key |
40 error.no-pkg-signing-key=No Mac App Store Installer Signing Key |