zh-CN/Messages.psd1

# This file is auto-generated from YAML localization files. Do not edit manually.
ConvertFrom-StringData @'
    continue_on_error=Error in task {0}. {1}
    error_bad_command=Error executing command {0}.
    error_build_file_not_found=Could not find the build file {0}.
    error_circular_reference=Circular reference found for task {0}.
    error_corrupt_callstack=Call stack was corrupt. Expected {0}, but got {1}.
    error_default_task_cannot_have_action='default' task cannot specify an action.
    error_duplicate_alias_name=Alias {0} has already been defined.
    error_duplicate_task_name=Task {0} has already been defined.
    error_invalid_framework=Invalid .NET Framework version, {0} specified.
    error_invalid_include_path=Unable to include {0}. File not found.
    error_invalid_task_name=Task name should not be null or empty string.
    error_loading_module=Error loading module {0}.
    error_missing_action_parameter=Action parameter must be specified when using PreAction or PostAction parameters for task {0}.
    error_no_default_task='default' task required.
    error_no_framework_install_dir_found=No .NET Framework installation directory found at {0}.
    error_shared_task_cannot_have_action='{0} references a shared task from module {1} and cannot have an action.
    error_task_name_does_not_exist=Task {0} does not exist.
    error_unknown_bitnesspart=Unknown .NET Framework bitness, {0}, specified in {1}.
    error_unknown_framework=Unknown .NET Framework version, {0} specified in {1}.
    error_unknown_module=Unable to find module [{0}].
    error_unknown_pointersize=Unknown pointer size ({0}) returned from System.IntPtr.
    postcondition_failed=PostCondition failed for task {0}.
    precondition_was_false=Precondition was false, not executing task {0}.
    psake_success=psake succeeded executing {0}
    required_variable_not_set=Variable {0} must be set to run task {1}.
    warning_deprecated_framework_variable=Warning: Using global variable $framework to set .NET framework version used is deprecated. Instead use Framework function or configuration file psake-config.ps1.
    warning_missing_vsssetup_module=Warning: Cannot find build tools version {0} without the module VSSetup. You can install this module with the command: Install-Module VSSetup -Scope CurrentUser
'@