/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/System.Management.Automation/resources/ja/RemotingErrorIdStrings.ja.resx
1 735 строк
106 KB
olprod
Localized file check-in by OneLocBuild Task: Build definition ID 13420: Build ID 2660148 (#27752)
05 авг 2026, 00:40
Не верифицирован
05 авг 2026, 00:40
ead4ce4
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="DefaultRemotingExceptionMessage" xml:space="preserve"> <value>An error of type "{0}" has occurred.</value> </data> <data name="OutOfMemory" xml:space="preserve"> <value>Out of process memory.</value> </data> <data name="UnsupportedOSForRemoteEnumeration" xml:space="preserve"> <value>Remote PSSession enumeration with -ComputerName is only supported on Windows and not "{0}".</value> </data> <data name="PipelineIdsDoNotMatch" xml:space="preserve"> <value>Pipeline ID "{0}" does not match the InstanceId of the pipeline that is currently running, "{1}".</value> </data> <data name="PipelineNotFoundOnServer" xml:space="preserve"> <value>Pipeline Id "{0}" was not found on the server.</value> </data> <data name="PipelineStopped" xml:space="preserve"> <value>The remote pipeline has been stopped.</value> </data> <data name="RunspaceAlreadyExists" xml:space="preserve"> <value>The session already exists. Trying to create the session again with the same InstanceId {0} is not allowed.</value> </data> <data name="RunspaceIdsDoNotMatch" xml:space="preserve"> <value>The specified client session InstanceId "{0}" does not match the existing session's InstanceId "{1}".</value> </data> <data name="RemoteRunspaceOpenFailed" xml:space="preserve"> <value>Opening the remote session failed.</value> </data> <data name="RunspaceCannotBeFound" xml:space="preserve"> <value>The specified remote session with a client InstanceId of "{0}" cannot be found.</value> </data> <data name="ResponsePromptIdCannotBeFound" xml:space="preserve"> <value>Prompt response has a prompt id "{0}" that cannot be found.</value> </data> <data name="RemoteHostCallFailed" xml:space="preserve"> <value>Remote host call to "{0}" failed.</value> </data> <data name="RemoteHostMethodNotImplemented" xml:space="preserve"> <value>Remote host method {0} is not implemented.</value> </data> <data name="RemoteHostDataEncodingNotSupported" xml:space="preserve"> <value>Remote host method data encoding is not supported for type {0}.</value> </data> <data name="RemoteHostDataDecodingNotSupported" xml:space="preserve"> <value>Remote host method data decoding is not supported for type {0}.</value> </data> <data name="NestedPipelineNotSupported" xml:space="preserve"> <value>Creation of nested pipelines is not supported.</value> </data> <data name="RelativeUriForRunspacePathNotSupported" xml:space="preserve"> <value>Relative URIs are not supported in the creation of remote sessions.</value> </data> <data name="RemoteHostDecodingFailed" xml:space="preserve"> <value>A failure occurred while decoding data from the remote host. There was an error in the network data.</value> </data> <data name="MustBeAdminToOverrideThreadOptions" xml:space="preserve"> <value>Only administrators can override the Thread Options remotely.</value> </data> <data name="RemoteHostPromptForCredentialModifiedCaption" xml:space="preserve"> <value>PowerShell Credential Request: {0}</value> </data> <data name="RemoteHostPromptForCredentialModifiedMessage" xml:space="preserve"> <value>Warning: A script or application on the remote computer {0} is requesting your credentials. Enter your credentials only if you trust the remote computer and the application or script that is requesting them. {1}</value> </data> <data name="RemoteHostReadLineAsSecureStringPrompt" xml:space="preserve"> <value>A script or application on the remote computer {0} is asking to read a line securely. Enter sensitive information, such as your credentials, only if you trust the remote computer and the application or script that is requesting it.</value> </data> <data name="RemoteHostGetBufferContents" xml:space="preserve"> <value>A script or application on the remote computer {0} is attempting to read the buffer contents on the PowerShell host. For security reasons, this is not allowed; the call has been suppressed.</value> </data> <data name="RemoteHostPromptSecureStringPrompt" xml:space="preserve"> <value>A script or application on the remote computer {0} is sending a prompt request. When you are prompted, enter sensitive information, such as credentials or passwords, only if you trust the remote computer and the application or script that is requesting the data.</value> </data> <data name="ReceivedUnsupportedRemoteHostCall" xml:space="preserve"> <value>Received unsupported remote host call: {0}.</value> </data> <data name="ReceivedUnsupportedAction" xml:space="preserve"> <value>Received remoting data with unsupported action: {0}.</value> </data> <data name="ReceivedUnsupportedDataType" xml:space="preserve"> <value>Received remoting data with unsupported data type: {0}.</value> </data> <data name="MissingDestination" xml:space="preserve"> <value>Remoting data is missing the destination property.</value> </data> <data name="MissingTarget" xml:space="preserve"> <value>Remoting data is missing target interface property.</value> </data> <data name="MissingRunspaceId" xml:space="preserve"> <value>Remoting data is missing Session InstanceId property.</value> </data> <data name="MissingDataType" xml:space="preserve"> <value>Remoting data is missing RemotingDataType property.</value> </data> <data name="MissingCallId" xml:space="preserve"> <value>Remoting data is missing CallId property.</value> </data> <data name="MissingMethodName" xml:space="preserve"> <value>Remoting data is missing MethodName property.</value> </data> <data name="MissingIsStartFragment" xml:space="preserve"> <value>The IsStartFragment flag for the first fragment is not set.</value> </data> <data name="MissingProperty" xml:space="preserve"> <value>Remoting data is missing {0} property.</value> </data> <data name="ObjectIdsNotMatching" xml:space="preserve"> <value>Unexpected ObjectId received. This can happen if the fragments are not properly constructed by the remote computer, or the data might have been corrupted or changed.</value> </data> <data name="ObjectIdCannotBeLessThanZero" xml:space="preserve"> <value>ObjectId cannot be less than or equal to 0. This can happen if the fragments are not properly constructed by the remote computer, or the data has been changed by unauthorized users.</value> </data> <data name="FragmentIdsNotInSequence" xml:space="preserve"> <value>The FragmentIDs of the same object must be in sequence, incrementally changing by 1. This can happen if the fragments are not properly constructed by the remote computer. The data might also have been corrupted or changed.</value> </data> <data name="ObjectIsTooBig" xml:space="preserve"> <value>Remoting data is too large to be reassembled from the fragments. This can happen if the length of the data in a fragment is greater than Int32.Max. It can also occur if the data was changed by unauthorized users.</value> </data> <data name="MissingIsEndFragment" xml:space="preserve"> <value>The IsEndFragment flag is not set for the last fragment. This can happen if the fragments are not properly constructed by the remote computer, or if the data was corrupted or changed.</value> </data> <data name="DeserializedObjectIsNull" xml:space="preserve"> <value>Deserialized remoting data is null.</value> </data> <data name="BlobLengthNotInRange" xml:space="preserve"> <value>Fragment blob length is out of range: {0}</value> </data> <data name="DecodingErrorForErrorRecord" xml:space="preserve"> <value>Error in decoding ErrorRecord.</value> </data> <data name="DecodingErrorForPipelineStateInfo" xml:space="preserve"> <value>Error in decoding PipelineStateInfo.</value> </data> <data name="DecodingErrorForRunspaceStateInfo" xml:space="preserve"> <value>Error in decoding RunspaceStateInfo.</value> </data> <data name="ReceivedUnsupportedRemotingTargetInterfaceType" xml:space="preserve"> <value>Received unsupported RemotingTargetInterface type: {0}</value> </data> <data name="UnknownTargetClass" xml:space="preserve"> <value>Remote host method was invoked on an unknown target class: {0}</value> </data> <data name="MissingTargetClass" xml:space="preserve"> <value>Remote host method was invoked without specifying a target class.</value> </data> <data name="DecodingErrorForRunspacePoolStateInfo" xml:space="preserve"> <value>Error in decoding RunspacePoolStateInfo.</value> </data> <data name="DecodingErrorForMinRunspaces" xml:space="preserve"> <value>Error in decoding Minimum runspaces.</value> </data> <data name="DecodingErrorForMaxRunspaces" xml:space="preserve"> <value>Error in decoding Maximum runspaces.</value> </data> <data name="DecodingErrorForPowerShellStateInfo" xml:space="preserve"> <value>Error in decoding PowerShellStateInfo.</value> </data> <data name="CantCastPropertyToExpectedType" xml:space="preserve"> <value>Unexpected type of {0} property (expected {1}, got {2}).</value> </data> <data name="CantCastRemotingDataToPSObject" xml:space="preserve"> <value>Unexpected type of remoting data (expected PSObject, got {0}).</value> </data> <data name="CantCastCommandToPSObject" xml:space="preserve"> <value>Unexpected type of encoded command (expected PSObject, got {0}).</value> </data> <data name="CantCastParameterToPSObject" xml:space="preserve"> <value>Unexpected type of encoded command parameter (expected PSObject, got {0}).</value> </data> <data name="NotEnoughHeaderForRemoteDataObject" xml:space="preserve"> <value>An error occurred while decoding data received from the remote computer. At least {0} bytes of data are required to decode a deserialized object that is received from a remote computer. This can happen if the fragments are not properly constructed by the remote computer, or if the data was corrupted or changed.</value> </data> <data name="RemotingDestinationNotForMe" xml:space="preserve"> <value>Received packet not destined for logged-on user: user = {0}, packet destination = {1}.</value> </data> <data name="ClientNegotiationTimeout" xml:space="preserve"> <value>The client negotiation timer has expired. The negotiation time-out interval is {0} milliseconds.</value> </data> <data name="ClientNegotiationFailed" xml:space="preserve"> <value>PowerShell client does not support the {0} {1} negotiated by the server. Make sure the server is compatible with the build {2} and the protocol version {3} of PowerShell.</value> </data> <data name="ClientNotFoundCapabilityProperties" xml:space="preserve"> <value>{0}. Negotiation with the server failed. Make sure the server is compatible with the build {1} and the protocol version {2} of PowerShell.</value> </data> <data name="ServerRequestedToCloseSession" xml:space="preserve"> <value>The destination server has sent a request to close the session.</value> </data> <data name="ServerNegotiationFailed" xml:space="preserve"> <value>The server that is running PowerShell does not support the {0} {1} negotiated by the client computer. Verify that the client computer is compatible with the build {2} and the protocol version {3} of PowerShell.</value> </data> <data name="ServerConnectFailedOnNegotiation" xml:space="preserve"> <value>The server that is running PowerShell does not support connect operations on the {0} {1} that is negotiated by the client computer. Make sure the client computer is compatible with the build {2} and the protocol version {3} of PowerShell.</value> </data> <data name="ServerConnectFailedOnInputValidation" xml:space="preserve"> <value>The server that is running PowerShell cannot process the connect operation because the following information is not found or not valid: Client Capability information and Connect RunspacePool information.</value> </data> <data name="ServerConnectFailedOnServerStateValidation" xml:space="preserve"> <value>The server that is running PowerShell cannot process the connect operation because the server has either not been started, or it is shutting down.</value> </data> <data name="ServerConnectFailedOnMismatchedRunspacePoolProperties" xml:space="preserve"> <value>The server that is running PowerShell cannot process the connect operation because the server runspace pool properties did not match the client computer specified properties.</value> </data> <data name="ServerNotFoundCapabilityProperties" xml:space="preserve"> <value>{0}. Negotiation with the client failed. Make sure the client is compatible with the build {1} and the protocol version {2} of PowerShell.</value> </data> <data name="ServerNegotiationTimeout" xml:space="preserve"> <value>The server negotiation timer has expired. The negotiation time-out interval is {0} milliseconds.</value> </data> <data name="ClientRequestedToCloseSession" xml:space="preserve"> <value>The client computer has sent a request to close the session.</value> </data> <data name="FatalErrorCausingClose" xml:space="preserve"> <value>An error has occurred which PowerShell cannot handle. A remote session might have ended.</value> </data> <data name="ClientKeyExchangeFailed" xml:space="preserve"> <value>The server did not respond with an encrypted session key within the specified time-out period.</value> </data> <data name="ServerKeyExchangeFailed" xml:space="preserve"> <value>The client did not respond with a public key within the specified time-out period.</value> </data> <data name="ConnectFailed" xml:space="preserve"> <value>Connection attempt failed.</value> </data> <data name="CloseIsCalled" xml:space="preserve"> <value>Attempting to close the session.</value> </data> <data name="ForceClosed" xml:space="preserve"> <value>PowerShell cannot close the remote session properly. The session is in an undefined state because it was not opened or connected after being disconnected. PowerShell will try to force the session to close on the local computer, but the session might not be closed on the remote computer. To close a remote session properly, first open it or connect it.</value> </data> <data name="CloseFailed" xml:space="preserve"> <value>Could not close the session.</value> </data> <data name="CloseCompleted" xml:space="preserve"> <value>The session is closed.</value> </data> <data name="UnsupportedWaitHandleType" xml:space="preserve"> <value>The Wait handle type "{0}" is not supported.</value> </data> <data name="ReceivedDataStreamIsNotStdout" xml:space="preserve"> <value>Received data has a stream ID index of "{0}". Only a Standard Output stream ID index of "0" is supported.</value> </data> <data name="StdInIsNotOpen" xml:space="preserve"> <value>The Standard Input handle is not open.</value> </data> <data name="NativeWriteFileFailed" xml:space="preserve"> <value>Native API call to WriteFile failed. Error code is {0}.</value> </data> <data name="NativeReadFileFailed" xml:space="preserve"> <value>Native API call to ReadFile failed. Error code is {0}.</value> </data> <data name="InvalidSchemeValue" xml:space="preserve"> <value>{0} is not a valid schema value. Valid values are "http" and "https".</value> </data> <data name="ClientReceiveFailed" xml:space="preserve"> <value>Client side receive call failed.</value> </data> <data name="ClientSendFailed" xml:space="preserve"> <value>Client side send call failed.</value> </data> <data name="CommandHandleIsNull" xml:space="preserve"> <value>The command handle returned from the WinRS API WSManRunShellCommand is null.</value> </data> <data name="StdInCannotBeSetToNoWait" xml:space="preserve"> <value>The Standard Input handle cannot be set to the 'no wait' state. The system error code is {0}.</value> </data> <data name="PortIsOutOfRange" xml:space="preserve"> <value>The port number {0} is not within the range of valid values. The range of valid values is between 1 and 65535.</value> </data> <data name="ServerProcessExited" xml:space="preserve"> <value>The server process has exited.</value> </data> <data name="CannotGetStdInHandle" xml:space="preserve"> <value>The call to Windows API GetStdHandle to get the Standard Input handle resulted in an error code: {0}.</value> </data> <data name="CannotGetStdOutHandle" xml:space="preserve"> <value>The call to Windows API GetStdHandle to get the Standard Output handle resulted in an error code: {0}.</value> </data> <data name="CannotGetStdErrHandle" xml:space="preserve"> <value>The call to Windows API GetStdHandle to get the Standard Error handle resulted in an error code: {0}.</value> </data> <data name="ConnectExFailed" xml:space="preserve"> <value>Connecting to remote server {0} failed.</value> </data> <data name="ConnectExCallBackError" xml:space="preserve"> <value>Connecting to remote server {0} failed with the following error message : {1}</value> </data> <data name="CloseExCallBackError" xml:space="preserve"> <value>Closing the remote server shell instance failed with the following error message : {0}</value> </data> <data name="SendExFailed" xml:space="preserve"> <value>Sending data to remote server {0} failed.</value> </data> <data name="SendExCallBackError" xml:space="preserve"> <value>Sending data to remote server {0} failed with the following error message : {1}</value> </data> <data name="ReceiveExFailed" xml:space="preserve"> <value>Receiving data from remote server {0} failed.</value> </data> <data name="ReceiveExCallBackError" xml:space="preserve"> <value>Processing data from remote server {0} failed with the following error message: {1}</value> </data> <data name="RunShellCommandExFailed" xml:space="preserve"> <value>Starting a command on the remote server failed.</value> </data> <data name="RunShellCommandExCallBackError" xml:space="preserve"> <value>Starting a command on the remote server failed with the following error message : {0}</value> </data> <data name="ReconnectShellCommandExCallBackError" xml:space="preserve"> <value>Reconnecting to a command on the remote server failed with the following error message : {0}</value> </data> <data name="CommandSendExFailed" xml:space="preserve"> <value>Sending data to a remote command failed.</value> </data> <data name="CommandSendExCallBackError" xml:space="preserve"> <value>Sending data to a remote command failed with the following error message: {0}</value> </data> <data name="CommandReceiveExFailed" xml:space="preserve"> <value>Receiving data for a remote command failed.</value> </data> <data name="CommandReceiveExCallBackError" xml:space="preserve"> <value>Processing data for a remote command failed with the following error message: {0}</value> </data> <data name="GeneralError" xml:space="preserve"> <value>Error with error code {0} occurred while calling method {1}.</value> </data> <data name="TroubleShootingHelpTopic" xml:space="preserve"> <value>{0} For more information, see the about_Remote_Troubleshooting Help topic.</value> </data> <data name="DisconnectShellExFailed" xml:space="preserve"> <value>Failed to disconnect from the remote server {0}.</value> </data> <data name="DisconnectShellExCallBackErrr" xml:space="preserve"> <value>Disconnecting from the remote server failed with the following error message : {0}</value> </data> <data name="ReconnectShellExFailed" xml:space="preserve"> <value>Reconnecting to the remote server failed.</value> </data> <data name="ReconnectShellExCallBackErrr" xml:space="preserve"> <value>Reconnecting to the remote server {0} failed with the following error message : {1}</value> </data> <data name="IPCTransportConnectError" xml:space="preserve"> <value>Inter-process communication (IPC) transport does not support connect operations.</value> </data> <data name="NonExistentInitialSessionStateProvider" xml:space="preserve"> <value>An EndpointConfiguration with Id {0} does not exist on the remote server. Contact your PowerShell administrator, or the owner or creator of the endpoint configuration.</value> </data> <data name="InitialSessionStateNull" xml:space="preserve"> <value>The EndpointConfiguration with the {0} identifier is not in a valid initial session state on the remote computer. Contact your PowerShell administrator, or the owner or creator of the endpoint configuration.</value> </data> <data name="MandatoryValueNotPresent" xml:space="preserve"> <value>The mandatory value {0} is not specified for the {1} registry key.</value> </data> <data name="MandatoryValueNotInCorrectFormat" xml:space="preserve"> <value>The mandatory value {0} is not in the correct format for registry key {1}. The expected format is 'string'.</value> </data> <data name="StartupScriptNotCorrect" xml:space="preserve"> <value>"{0}" must specify a PowerShell script file that ends with extension ".ps1".</value> </data> <data name="DuplicateInitializationParameterFound" xml:space="preserve"> <value>The {0} parameter is already specified in the {1} section. Contact your administrator to make sure that {0} is specified only once.</value> </data> <data name="NoAttributesFoundForParamElement" xml:space="preserve"> <value>Expected "{0}" and "{1}" attributes in the "{2}" element.</value> </data> <data name="AssemblyLoadAttributesNotFound" xml:space="preserve"> <value>"{0}", "{1}" must be specified in the "{2}" section to dynamically load the assembly.</value> </data> <data name="UnableToLoadAssembly" xml:space="preserve"> <value>Unable to load the assembly "{0}" specified in the "{1}" section.</value> </data> <data name="UnableToLoadType" xml:space="preserve"> <value>Unable to load the type "{0}" specified in the "{1}" section.</value> </data> <data name="TypeNeedsAssembly" xml:space="preserve"> <value>Both "{0}" and "{1}" must be specified in the "{2}" section.</value> </data> <data name="RedirectedURINotWellFormatted" xml:space="preserve"> <value>The destination "{0}" requested the connection to be redirected to "{1}". However "{1}" is not a well formatted URI.</value> </data> <data name="URIEndPointNotResolved" xml:space="preserve"> <value>{0}Redirect location reported: {1}.</value> </data> <data name="URIRedirectWarningToHost" xml:space="preserve"> <value>Your connection has been redirected to the following URI: "{0}"</value> </data> <data name="URIRedirectionReported" xml:space="preserve"> <value>{0} To automatically connect to the redirected URI, verify the "{1}" property of the session preference variable "{2}", and use the "{3}" parameter on the cmdlet.</value> </data> <data name="ReceivedObjectSizeExceededMaximumClient" xml:space="preserve"> <value>The current deserialized object size of the data received from the remote server exceeded the allowed maximum object size. The current deserialized object size is {0}. The allowed maximum object size is {1}.</value> </data> <data name="ReceivedDataSizeExceededMaximumClient" xml:space="preserve"> <value>The total data received from the remote server exceeded the allowed maximum. The allowed maximum is {0}.</value> </data> <data name="ReceivedObjectSizeExceededMaximumServer" xml:space="preserve"> <value>The current deserialized object size of the data received from the remote client computer exceeded the allowed maximum object size. The current deserialized object size is {0}. The allowed maximum object size is {1}.</value> </data> <data name="ReceivedDataSizeExceededMaximumServer" xml:space="preserve"> <value>The total data received from the remote client exceeded the allowed maximum. The allowed maximum is {0}.</value> </data> <data name="StartupScriptThrewTerminatingError" xml:space="preserve"> <value>Running startup script threw an error: {0}.</value> </data> <data name="RemoteRunspaceInfoHasDuplicates" xml:space="preserve"> <value>Specified RemoteRunspaceInfo objects have duplicates.</value> </data> <data name="RemoteRunspaceInfoLimitExceeded" xml:space="preserve"> <value>Specified RemoteRunspaceInfo objects have exceeded the maximum allowable limit.</value> </data> <data name="RemoteRunspaceOpenUnknownState" xml:space="preserve"> <value>Opening the remote session failed with an unexpected state. State {0}.</value> </data> <data name="UriSpecifiedNotValid" xml:space="preserve"> <value>Specified Uri {0} is not valid.</value> </data> <data name="RemoteRunspaceClosed" xml:space="preserve"> <value>Remote Session closed for Uri {0}.</value> </data> <data name="RemoteRunspaceNotAvailableForSpecifiedComputer" xml:space="preserve"> <value>Remote session is not available for ComputerName {0}.</value> </data> <data name="RemoteRunspaceNotAvailableForSpecifiedRunspaceId" xml:space="preserve"> <value>Remote session is not available for {0}.</value> </data> <data name="StopPSJobWhatIfTarget" xml:space="preserve"> <value>Remote Command: {0}, associated with the job that has an ID of "{1}".</value> </data> <data name="NewRunspaceAmbiguousAuthentication" xml:space="preserve"> <value>A {0} cannot be specified when {1} is specified.</value> </data> <data name="WildCardErrorFilePathParameter" xml:space="preserve"> <value>FilePath パラメーターでは、ワイルドカード文字はサポートされていません。ワイルドカード文字を使用せずにパスを指定します。</value> </data> <data name="FilePathNotFromFileSystemProvider" xml:space="preserve"> <value>The path specified as the value of the FilePath parameter is not from the FileSystem provider.</value> </data> <data name="FilePathShouldPS1Extension" xml:space="preserve"> <value>The value of the FilePath parameter must be a PowerShell script file. Enter the path to a file with a .ps1 file name extension and try the command again.</value> </data> <data name="InvalidComputerName" xml:space="preserve"> <value>One or more computer names are not valid. If you are trying to pass a URI, use the -ConnectionUri parameter, or pass URI objects instead of strings.</value> </data> <data name="InvalidJobStateGeneral" xml:space="preserve"> <value>The state of the current job instance is not valid for this operation.</value> </data> <data name="JobWithSpecifiedNameNotFound" xml:space="preserve"> <value>The command cannot find the job because the job name {0} was not found. Verify the value of the Name parameter, and then try the command again.</value> </data> <data name="JobWithSpecifiedInstanceIdNotFound" xml:space="preserve"> <value>The command cannot find a job with the instance identifier {0}. Verify the value of the InstanceId parameter, and then try the command again.</value> </data> <data name="JobWithSpecifiedSessionIdNotFound" xml:space="preserve"> <value>The command cannot find a job with the job ID {0}. Verify the value of the Id parameter and then try the command again.</value> </data> <data name="JobWithSpecifiedNameNotCompleted" xml:space="preserve"> <value>The command cannot remove the job with the job ID {0} and the name {1} because the job is not finished. To remove the job, first stop the job, or use the Force parameter.</value> </data> <data name="JobWithSpecifiedSessionIdNotCompleted" xml:space="preserve"> <value>The command cannot remove the job with the job ID {0} because the job is not finished. To remove the job, first stop the job, or use the Force parameter.</value> </data> <data name="JobWithSpecifiedInstanceIdNotCompleted" xml:space="preserve"> <value>The command cannot remove the job with the job ID {0} and the instance identifier {1} because the job is not finished. To remove the job, first stop the job or use the Force parameter.</value> </data> <data name="RemovePSJobWhatIfTarget" xml:space="preserve"> <value>Remote Command: {0}, associated with a job that has an ID of "{1}".</value> </data> <data name="ComputerNameParamNotSupported" xml:space="preserve"> <value>The command cannot retrieve the jobs of the specified computers. The ComputerName parameter can be used only with jobs created by using PowerShell remoting.</value> </data> <data name="RunspaceParamNotSupported" xml:space="preserve"> <value>The Session parameter can be used only with PSRemotingJob objects.</value> </data> <data name="RemoteRunspaceNotAvailableForSpecifiedName" xml:space="preserve"> <value>The remote session with the name {0} is not available.</value> </data> <data name="RemoteRunspaceNotAvailableForSpecifiedSessionId" xml:space="preserve"> <value>The remote session with the session ID {0} is not available.</value> </data> <data name="ItemNotFoundInRepository" xml:space="preserve"> <value>{0} does not contain an item with ID of {1}.</value> </data> <data name="CannotRemoveJob" xml:space="preserve"> <value>The command cannot remove the job because it does not exist or because it is a child job. Child jobs can be removed only by removing the parent job.</value> </data> <data name="CSCDoubleParameterOutOfRange" xml:space="preserve"> <value>{0} is not a valid value for the parameter {1}. The value must be greater than or equal to 0.</value> </data> <data name="ProxyAmbiguousAuthentication" xml:space="preserve"> <value>{0} cannot be specified as a proxy authentication mechanism. Only {1},{2} or {3} are supported for proxy authentication.</value> </data> <data name="ProxyCredentialWithoutAccess" xml:space="preserve"> <value>Proxy credentials cannot be specified when using the following proxy access type: {0}. Either specify a different access type, or do not specify proxy credentials.</value> </data> <data name="WrongSessionOptionValue" xml:space="preserve"> <value>セッション オプション {1} には、{0} 値を指定する必要があります。</value> </data> <data name="PushedRunspaceMustBeOpen" xml:space="preserve"> <value>Session must be open.</value> </data> <data name="HostDoesNotSupportPushRunspace" xml:space="preserve"> <value>The host does not support Enter-PSSession and Exit-PSSession.</value> </data> <data name="RemoteRunspaceHasMultipleMatchesForSpecifiedRunspaceId" xml:space="preserve"> <value>Multiple matches found for session ID {0}.</value> </data> <data name="RemoteRunspaceHasMultipleMatchesForSpecifiedSessionId" xml:space="preserve"> <value>Multiple matches found for session ID {0}.</value> </data> <data name="RemoteRunspaceHasMultipleMatchesForSpecifiedName" xml:space="preserve"> <value>Multiple matches found for name {0}.</value> </data> <data name="RemoteRunspaceDoesNotSupportPushRunspace" xml:space="preserve"> <value>Enter-PSSession failed because the remote session does not provide required commands.</value> </data> <data name="HostInNestedPrompt" xml:space="preserve"> <value>You cannot run Enter-PSSession from a nested prompt.</value> </data> <data name="WsmanMaxRedirectionCountVariableDescription" xml:space="preserve"> <value>リモート コンピューターへの接続中に許可する WS-Man URI リダイレクトの最大数</value> </data> <data name="PSDefaultSessionOptionDescription" xml:space="preserve"> <value>Default session options for new remote sessions</value> </data> <data name="PSSessionConfigurationName" xml:space="preserve"> <value>Name of the session configuration which will be loaded on the remote computer</value> </data> <data name="PSSessionAppName" xml:space="preserve"> <value>AppName where the remote connection will be established</value> </data> <data name="PSSenderInfoDescription" xml:space="preserve"> <value>Contains information about the remote user starting the remote session. This variable is available only from a remote session.</value> </data> <data name="CSCmdsTypeNeedsAssembly" xml:space="preserve"> <value>Either "{0}" and "{1}" must both be specified, or neither must not be specified.</value> </data> <data name="CSCmdsShellNotFound" xml:space="preserve"> <value>Session configuration "{0}" was not found.</value> </data> <data name="CSCmdsShellNotPowerShellBased" xml:space="preserve"> <value>Session configuration "{0}" is not a PowerShell-based shell.</value> </data> <data name="CSCmdsPowerShellCoreShellNotModifiable" xml:space="preserve"> <value>Session configuration "{0}" is a PowerShell-based shell. Please use PowerShell 6+ to modify it.</value> </data> <data name="CSCmdsWindowsPowerShellCoreNotModifiable" xml:space="preserve"> <value>Session configuration "{0}" is a Windows PowerShell-based shell. Please use Windows PowerShell to modify it.</value> </data> <data name="CustomShellNotFound" xml:space="preserve"> <value>No session configuration matches criteria "{0}".</value> </data> <data name="CSShouldProcessAction" xml:space="preserve"> <value>{0}</value> </data> <data name="CSShouldProcessTarget" xml:space="preserve"> <value>Name: {0}</value> </data> <data name="CSShouldProcessTargetAdminEnable" xml:space="preserve"> <value>Name: {0}. This lets administrators remotely run PowerShell commands on this computer.</value> </data> <data name="NcsCannotDeleteFile" xml:space="preserve"> <value>Cannot delete temporary file {0}. Reason for failure: {1}.</value> </data> <data name="NcsCannotDeleteFileAfterInstall" xml:space="preserve"> <value>The new shell was successfully registered, but PowerShell cannot delete the temporary file {0}. Reason for failure: {1}.</value> </data> <data name="NcsCannotWritePluginContent" xml:space="preserve"> <value>Cannot write the shell configuration data into the temporary file {0}. Reason for failure: {1}.</value> </data> <data name="NcsScriptMessageV" xml:space="preserve"> <value>Running command "{0}" to create a new session configuration.</value> </data> <data name="NcsShouldProcessTargetSDDL" xml:space="preserve"> <value>Name: {0} SDDL: {1}. This lets selected users remotely run PowerShell commands on this computer.</value> </data> <data name="RcsScriptMessageV" xml:space="preserve"> <value>Running command "{0}" to remove a session configuration.</value> </data> <data name="GcsScriptMessageV" xml:space="preserve"> <value>Running command "{0}" to get PowerShell-based session configurations.</value> </data> <data name="ScsScriptMessageV" xml:space="preserve"> <value>Running command "{0}" to update the session configuration properties.</value> </data> <data name="ScsShouldProcessTargetSDDL" xml:space="preserve"> <value>Name: {0} SDDL: {1}</value> </data> <data name="EcsScriptMessageV" xml:space="preserve"> <value>Running command "{0}" to enable the session configuration.</value> </data> <data name="EcsWSManQCCaption" xml:space="preserve"> <value>WinRM Quick Configuration</value> </data> <data name="EcsWSManQCQuery" xml:space="preserve"> <value>Running command "{0}" to enable remote management of this computer by using the Windows Remote Management (WinRM) service. This includes: 1. Starting or restarting (if already started) the WinRM service 2. Setting the WinRM service startup type to Automatic 3. Creating a listener to accept requests on any IP address 4. Enabling Windows Firewall inbound rule exceptions for WS-Management traffic (for http only). Do you want to continue?</value> </data> <data name="EcsWSManShouldProcessDesc" xml:space="preserve"> <value>Performing operation "{0}".</value> </data> <data name="EcsShouldProcessTarget" xml:space="preserve"> <value>Name: {0} SDDL: {1}. This lets selected users remotely run PowerShell commands on this computer.</value> </data> <data name="DcsScriptMessageV" xml:space="preserve"> <value>Running command "{0}" to disable the session configuration.</value> </data> <data name="DcsShouldProcessTarget" xml:space="preserve"> <value>Name: {0} SDDL: {1}. This denies access to this session configuration for everyone.</value> </data> <data name="DcsWarningMessage" xml:space="preserve"> <value>Disabling the session configurations does not undo all the changes made by the Enable-PSRemoting or Enable-PSSessionConfiguration cmdlet. You might have to manually undo the changes by following these steps: 1. Stop and disable the WinRM service. 2. Delete the listener that accepts requests on any IP address. 3. Disable the firewall exceptions for WS-Management communications. 4. Restore the value of the LocalAccountTokenFilterPolicy to 0, which restricts remote access to members of the Administrators group on the computer.</value> </data> <data name="EDcsRequiresElevation" xml:space="preserve"> <value>Access is denied. To run this cmdlet, start PowerShell with the "Run as administrator" option.</value> </data> <data name="RestartWSManServiceMessageV" xml:space="preserve"> <value>Restarting WinRM service</value> </data> <data name="RestartWSManServiceAction" xml:space="preserve"> <value>"Restart-Service"</value> </data> <data name="RestartWSManServiceTarget" xml:space="preserve"> <value>Name: {0}</value> </data> <data name="RestartWSManRequiredShowUI" xml:space="preserve"> <value>The WinRM service must be restarted before a UI can be displayed for the SecurityDescriptor selection. Restart the WinRM service, and then run the following command: "{0}"</value> </data> <data name="ERemotingCaption" xml:space="preserve"> <value>Registering session configuration</value> </data> <data name="ERemotingQuery" xml:space="preserve"> <value>The session configuration "{0}" was not found. Running command "{1}" to create the "{0}" session configuration. Running this command restarts the WinRM service.</value> </data> <data name="ShowUIAndSDDLCannotExist" xml:space="preserve"> <value>"{0}" and "{1}" parameters cannot be specified together. Specify either "{0}" or "{1}" parameter.</value> </data> <data name="RestartWinRMMessage" xml:space="preserve"> <value>This operation might restart the WinRM service. Do you want to continue?</value> </data> <data name="IPCUnknownNodeType" xml:space="preserve"> <value>Cannot process an element with node type "{0}". Only {1} and {2} node types are supported.</value> </data> <data name="IPCInsufficientDataforElement" xml:space="preserve"> <value>Not enough data is available to process the {0} element.</value> </data> <data name="IPCWrongAttributeCountForDataElement" xml:space="preserve"> <value>Expected only two attributes with the names "{0}" and "{1}" in the {2} element.</value> </data> <data name="IPCOnlyTextExpectedInDataElement" xml:space="preserve"> <value>Node type "{0}" is unknown in the {1} element. Only the "{2}" node type is expected in the {1} element.</value> </data> <data name="IPCWrongAttributeCountForElement" xml:space="preserve"> <value>Expected only one attribute with the name "{0}" in the {1} element.</value> </data> <data name="IPCUnknownElementReceived" xml:space="preserve"> <value>An unknown element "{0}" was received. This can happen if the remote process closed or ended abnormally.</value> </data> <data name="IPCSupportsOnlyDefaultAuth" xml:space="preserve"> <value>The specified authentication mechanism "{0}" is not supported. Only "{1}" is supported for this operation.</value> </data> <data name="IPCPwshExecutableNotFound" xml:space="preserve"> <value>The pwsh executable cannot be found at "{0}". Note that 'Start-Job' is not supported by design in scenarios where PowerShell is being hosted in other applications. Instead, usage of the 'ThreadJob' module is recommended in such scenarios.</value> </data> <data name="RunAs32NotSupported" xml:space="preserve"> <value>Cannot start a 32-bit 'pwsh' process from the 64-bit 'pwsh' installation. Install the 32-bit 'pwsh' if you need to run PowerShell in a 32-bit process.</value> </data> <data name="IPCServerProcessReportedError" xml:space="preserve"> <value>The background process reported an error with the following message: {0}.</value> </data> <data name="IPCServerProcessExited" xml:space="preserve"> <value>The background process closed or ended abnormally: {0}.</value> </data> <data name="IPCErrorProcessingServerData" xml:space="preserve"> <value>There is an error processing data from the background process. Error reported: {0}.</value> </data> <data name="IPCUnknownCommandGuid" xml:space="preserve"> <value>Data for an inactive command with the identifier {0} was received. Received data: {1}.</value> </data> <data name="IPCNoSignalForSession" xml:space="preserve"> <value>A {0} message to a session is not supported. A {0} message can be sent only to a command.</value> </data> <data name="IPCSignalTimedOut" xml:space="preserve"> <value>The client did not receive a response for a signal operation in the specified time interval. This can happen when a command is not responding to a Stop message in a timely manner.</value> </data> <data name="IPCCloseTimedOut" xml:space="preserve"> <value>The client did not receive a response for a Close operation in the specified time interval. This can happen when a command is not responding to a Stop message in a timely manner.</value> </data> <data name="IPCExceptionLaunchingProcess" xml:space="preserve"> <value>An error occurred while starting the background process. Error reported: {0}.</value> </data> <data name="ThrottlingJobChildAlreadyRunning" xml:space="preserve"> <value>The ThrottlingJob.AddChildJob method accepts only child jobs in the NotStarted state.</value> <comment>{StrContains="ThrottlingJob.AddChildJob"} {StrContains="NotStarted"}</comment> </data> <data name="ThrottlingJobChildAddedAfterEndOfChildJobs" xml:space="preserve"> <value>The ThrottlingJob.AddChildJob method cannot be called after a call to the ThrottlingJob.EndOfChildJobs method.</value> <comment>{StrContains="ThrottlingJob.AddChildJob"} {StrContains="ThrottlingJob.EndOfChildJobs"}</comment> </data> <data name="ThrottlingJobStatusMessage" xml:space="preserve"> <value>{0}/{1} completed</value> <comment>{0} is a placeholder for a number of completed child jobs {1} is a placeholder for a total number of child jobs</comment> </data> <data name="NestedPipelineMissingRunspace" xml:space="preserve"> <value>Invoking a nested pipeline requires a valid runspace.</value> </data> <data name="JobSourceAdapterError" xml:space="preserve"> <value>A {1} job source adapter threw an exception with the following message: {0}</value> </data> <data name="PSVersionParameterOutOfRange" xml:space="preserve"> <value>The value {0} is not valid for the {1} parameter. The only allowed value is 5.1.</value> </data> <data name="BlockCannotBeUsedWithKeep" xml:space="preserve"> <value>The Wait and Keep parameters cannot be used together in the same command.</value> </data> <data name="WriteEventsCannotBeUsedWithoutWait" xml:space="preserve"> <value>WriteEvents パラメーターは、Wait パラメーターなしでは使用できません。</value> </data> <data name="PowerShellVersionNotSupported" xml:space="preserve"> <value>PowerShell remoting endpoint versioning is not supported on PowerShell 7+.</value> </data> <data name="JobManagerRegistrationConstructorError" xml:space="preserve"> <value>The following type cannot be instantiated because its constructor is not public: {0}.</value> </data> <data name="JobSourceAdapterNotFound" xml:space="preserve"> <value>The job operation (Create, Get, or Remove) could not be performed because the JobSourceAdapter type specified in the JobDefinition is not registered. Register the JobSourceAdapter type either by using an explicit call, or by calling the Import-Module cmdlet, and then specifying an assembly.</value> </data> <data name="NewJobSpecificationError" xml:space="preserve"> <value>The job could not be created because the JobInvocationInfo does not contain a JobDefinition. Start the JobInvocationInfo with a JobDefinition.</value> </data> <data name="InvalidJobStateSpecific" xml:space="preserve"> <value>The state of the current job instance is {0}. This state is not valid for the attempted operation. {1}</value> </data> <data name="JobConnectFailed" xml:space="preserve"> <value>Unable to connect job "{0}" to the remote server.</value> </data> <data name="RunspaceDisconnectFailed" xml:space="preserve"> <value>The Disconnect-PSSession operation failed for runspace Id = {0}.</value> </data> <data name="RunspaceConnectFailed" xml:space="preserve"> <value>The connect operation failed for session {0}. The Runspace state is {1} instead of Opened.</value> </data> <data name="RunspaceQueryFailed" xml:space="preserve"> <value>The Disconnected PSSession query failed for computer "{0}".</value> </data> <data name="RunspaceCannotBeConnected" xml:space="preserve"> <value>Cannot connect PSSession "{0}", either because it is not in the Disconnected state, or it is not available for connection.</value> </data> <data name="RunspaceCannotBeConnectedForVMContainerSession" xml:space="preserve"> <value>Session connect is not supported for PSSession "{0}" on target "{1}" because the target computer type is "{2}".</value> </data> <data name="RunspaceCannotBeDisconnected" xml:space="preserve"> <value>Cannot disconnect PSSession "{0}" because it is not in the Opened state.</value> </data> <data name="RunspaceCannotBeDisconnectedForVMContainerSession" xml:space="preserve"> <value>Session disconnect is not supported for PSSession "{0}" on target "{1}" because the target computer type is "{2}".</value> </data> <data name="RunspaceCannotBeReceivedForVMContainerSession" xml:space="preserve"> <value>Receive-PSSession does not support PSSession "{0}" on target "{1}" because the target computer type is "{2}".</value> </data> <data name="JobActionInvalidWithNullChild" xml:space="preserve"> <value>The command cannot finish because the ChildJobs property contains a value that is not valid.</value> </data> <data name="JobSuspendNotSupported" xml:space="preserve"> <value>Cannot suspend the job that has an ID of {0}. Suspending jobs is not supported for some job types. For more information about support for suspending jobs, see the Help topic for the job type.</value> </data> <data name="JobResumeNotSupported" xml:space="preserve"> <value>Cannot resume the job that has an ID of {0}. Resuming jobs is not supported for some job types. For more information about support for resuming jobs, see the Help topic for the job type.</value> </data> <data name="AsJobAndDisconnectedError" xml:space="preserve"> <value>You cannot use the Invoke-Command cmdlet with both the AsJob and Disconnected parameters in the same command.</value> </data> <data name="QueryForRunspacesFailed" xml:space="preserve"> <value>The remote session query failed for {0} with the following error message: {1}</value> </data> <data name="JobIdNotYetAssigned" xml:space="preserve"> <value>Attempted to create a job with ID {0}. A job with this ID cannot be created now. Verify that the ID has already been assigned once on this computer.</value> </data> <data name="JobSessionIdLessThanOne" xml:space="preserve"> <value>Cannot create a job with an ID of {0}; this is not a valid ID. Provide an integer for the job ID that is greater than 0.</value> </data> <data name="JobIdentifierNull" xml:space="preserve"> <value>The JobIdentifier provided must not be null. Please provide a valid JobIdentifier.</value> </data> <data name="JobBlockedSoWaitJobCannotContinue" xml:space="preserve"> <value>The Wait-Job cmdlet cannot finish working, because one or more jobs are blocked waiting for user interaction. Process interactive job output by using the Receive-Job cmdlet, and then try again.</value> </data> <data name="RemoveRunspaceNotConnected" xml:space="preserve"> <value>Remote session {0} could not be connected and could not be removed from the server. The client remote session object will be removed from the server, but the state of the remote session on the server is unknown.</value> </data> <data name="RunspaceDisconnectFailedWithReason" xml:space="preserve"> <value>Disconnect-PSSession operation failed for runspace Id = {0} for the following reason: {1}</value> </data> <data name="StopJobNotConnected" xml:space="preserve"> <value>Job "{0}" could not be connected to the server and so could not be stopped.</value> </data> <data name="SessionIdMatchFailed" xml:space="preserve"> <value>The command cannot find a PSSession with an InstanceId value of "{0}".</value> </data> <data name="SessionNameMatchFailed" xml:space="preserve"> <value>The command cannot find a PSSession that has the name "{0}".</value> </data> <data name="WinPERemotingNotSupported" xml:space="preserve"> <value>PowerShell リモート処理は、Windows Preinstallation Environment (WinPE) ではサポートされていません。</value> </data> <data name="WinRMRequiresRestart" xml:space="preserve"> <value>{0} によって行われた変更は、WinRM サービスが再起動されるまで有効にできません。</value> </data> <data name="WinRMRestartWarning" xml:space="preserve"> <value>{0} この名前を使用する構成が最近登録解除された場合は、WinRM サービスの再起動が必要になる場合があり、特定のシステム データ構造がまだキャッシュされている可能性があります。その場合は、WinRM の再起動が必要になる場合があります。 Microsoft.PowerShell や Register-PSSessionConfiguration コマンドレットで作成されたセッション構成など、PowerShell セッション構成に接続されているすべての WinRM セッションは切断されます。</value> </data> <data name="WinRMForceRestartWarning" xml:space="preserve"> <value>リモート セッションで実行していて、"強制" オプションを選択しました。これは、WinRM サービスが再起動する可能性があることを意味します。WinRM サービスが再起動した場合、このリモート セッションは終了し、続行するには新しいセッションを作成する必要があります</value> </data> <data name="JobSourceAdapterCannotSaveNullJob" xml:space="preserve"> <value>The job was null when trying to save identifiers. Specify a job to save its identifiers.</value> </data> <data name="NoPowerShellForJob" xml:space="preserve"> <value>A running command could not be found for this PSSession.</value> </data> <data name="NetFrameWorkV2NotInstalled" xml:space="preserve"> <value>The Microsoft .NET Framework 2.0, which is required for Windows PowerShell 2.0, is not installed. Install the .NET Framework 2.0 and retry.</value> </data> <data name="PipelineFailedWithoutReason" xml:space="preserve"> <value>The remote pipeline failed.</value> </data> <data name="PipelineFailedWithReason" xml:space="preserve"> <value>The remote pipeline failed for the following reason: {0}</value> </data> <data name="ResumeJobInvalidJobState" xml:space="preserve"> <value>One or more jobs could not be resumed because the state was not valid for the operation.</value> </data> <data name="RemoteHostNullClientHost" xml:space="preserve"> <value>No client computer was specified for the remote runspace that is running a client-side method.</value> </data> <data name="DisableRemotingShouldProcessTarget" xml:space="preserve"> <value>Name: {0} SDDL: {1}. This denies remote access to this session configuration.</value> </data> <data name="SetEnabledFalseTarget" xml:space="preserve"> <value>Enabled: False. This configures the WS-Management service to deny the connection request.</value> </data> <data name="SetEnabledTrueTarget" xml:space="preserve"> <value>Enabled: True. This configures the WS-Management service to accept the connection request.</value> </data> <data name="DISCAliasDefinitionsComment" xml:space="preserve"> <value>Aliases to be defined when applied to a session</value> </data> <data name="DISCAssembliesToLoadComment" xml:space="preserve"> <value>Assemblies to load when applied to a session</value> </data> <data name="DISCAuthorComment" xml:space="preserve"> <value>Author of this document</value> </data> <data name="DISCCLRVersionComment" xml:space="preserve"> <value>Version of the CLR to use when applied to a session</value> </data> <data name="DISCCompanyNameComment" xml:space="preserve"> <value>Company associated with this document</value> </data> <data name="DISCCopyrightComment" xml:space="preserve"> <value>Copyright statement for this document</value> </data> <data name="DISCDescriptionComment" xml:space="preserve"> <value>Description of the functionality provided by these settings</value> </data> <data name="DISCEnvironmentVariablesComment" xml:space="preserve"> <value>Environment variables to define when applied to a session</value> </data> <data name="DISCExecutionPolicyComment" xml:space="preserve"> <value>Execution policy to apply when applied to a session</value> </data> <data name="DISCFormatsToProcessComment" xml:space="preserve"> <value>Format files (.ps1xml) to load when applied to a session</value> </data> <data name="DISCFunctionDefinitionsComment" xml:space="preserve"> <value>Functions to define when applied to a session</value> </data> <data name="DISCGUIDComment" xml:space="preserve"> <value>ID used to uniquely identify this document</value> </data> <data name="DISCInitialSessionStateComment" xml:space="preserve"> <value>Session type defaults to apply for this session configuration. Can be 'RestrictedRemoteServer' (recommended), 'Empty', or 'Default'</value> </data> <data name="DISCTranscriptDirectoryComment" xml:space="preserve"> <value>Directory to place session transcripts for this session configuration</value> </data> <data name="DISCRunAsVirtualAccountComment" xml:space="preserve"> <value>Whether to run this session configuration as the machine's (virtual) administrator account</value> </data> <data name="DISCLanguageModeComment" xml:space="preserve"> <value>Language mode to apply when applied to a session. Can be 'NoLanguage' (recommended), 'RestrictedLanguage', 'ConstrainedLanguage', or 'FullLanguage'</value> </data> <data name="DISCModulesToImportComment" xml:space="preserve"> <value>Modules to import when applied to a session</value> </data> <data name="DISCPowerShellVersionComment" xml:space="preserve"> <value>Version of the PowerShell engine to use when applied to a session</value> </data> <data name="DISCProcessorArchitectureComment" xml:space="preserve"> <value>Processor architecture to use when applied to a session</value> </data> <data name="DISCSchemaVersionComment" xml:space="preserve"> <value>Version number of the schema used for this document</value> </data> <data name="DISCScriptsToProcessComment" xml:space="preserve"> <value>Scripts to run when applied to a session</value> </data> <data name="DISCTypesToAddComment" xml:space="preserve"> <value>Types to add when applied to a session</value> </data> <data name="DISCTypesToProcessComment" xml:space="preserve"> <value>Type files (.ps1xml) to load when applied to a session</value> </data> <data name="DISCVariableDefinitionsComment" xml:space="preserve"> <value>Variables to define when applied to a session</value> </data> <data name="DISCRoleDefinitionsComment" xml:space="preserve"> <value>User roles (security groups), and the role capabilities that should be applied to them when applied to a session</value> </data> <data name="DISCVisibleAliasesComment" xml:space="preserve"> <value>Aliases to make visible when applied to a session</value> </data> <data name="DISCVisibleCmdletsComment" xml:space="preserve"> <value>Cmdlets to make visible when applied to a session</value> </data> <data name="DISCCommandModificationSyntax" xml:space="preserve"> <value>Could not parse visible command definition for '{0}'. The visible command definition must be a hashtable with the keys of 'Name' and 'Parameters'. The value of the 'Parameters' key must be a collection of hashtables with the keys 'Name', and optionally either 'ValidateSet' or 'ValidatePattern'.</value> </data> <data name="DISCVisibleFunctionsComment" xml:space="preserve"> <value>Functions to make visible when applied to a session</value> </data> <data name="DISCVisibleProvidersComment" xml:space="preserve"> <value>Providers to make visible when applied to a session</value> </data> <data name="DISCVisibleExternalCommandsComment" xml:space="preserve"> <value>External commands (scripts and applications) to make visible when applied to a session</value> </data> <data name="InvalidPSSessionConfigurationFilePath" xml:space="preserve"> <value>PSSession Configuration file path '{0}' is not valid. The path argument must resolve to a single file in the file system with a '.pssc' extension. Please fix the path specification and try again.</value> </data> <data name="InvalidRoleCapabilityFilePath" xml:space="preserve"> <value>Role Capability file path '{0}' is not valid. The path argument must resolve to a single file in the file system with a '.psrc' extension. Please fix the path specification and try again.</value> </data> <data name="InvalidRoleEntry" xml:space="preserve"> <value>The 'Roles' entry must be a hashtable, but was a {0}.</value> </data> <data name="InvalidRoleValue" xml:space="preserve"> <value>Could not convert the value of the '{0}' role entry to a hashtable. The 'Roles' entry must be a hashtable with group names for keys, where the value associated with each key is another hashtable of session configuration properties for that role.</value> </data> <data name="CouldNotFindRoleCapability" xml:space="preserve"> <value>Could not find the role capability, '{0}'. The role capability must be a file named '{1}' within a 'RoleCapabilities' directory in a module in the current module path.</value> </data> <data name="InvalidRegisterPSSessionConfigurationModulePath" xml:space="preserve"> <value>Cannot find module path to import. The value of the ModulesToImport parameter {0} does not exist or is not a module directory. Correct the value and try the command again.</value> </data> <data name="PSSessionConfigurationFileNotFound" xml:space="preserve"> <value>The specified configuration file '{0}' was not loaded because no valid configuration file was found.</value> </data> <data name="RCAutoDisconnected" xml:space="preserve"> <value>Computer {0} has been successfully disconnected.</value> </data> <data name="RCAutoDisconnectingWarning" xml:space="preserve"> <value>The reconnection attempt to {0} failed. Attempting to disconnect the session...</value> </data> <data name="RCConnectionRetryAttempt" xml:space="preserve"> <value>Attempting to reconnect to {0} ...</value> </data> <data name="RCInternalError" xml:space="preserve"> <value>Network connectivity to {0} has been lost and the attempt to reconnect has failed. Please repair the network connection and reconnect using Connect-PSSession or Receive-PSSession.</value> </data> <data name="RCNetworkFailureDetected" xml:space="preserve"> <value>The network connection to {0} has been interrupted. Attempting to reconnect for up to {1} minutes...</value> </data> <data name="RCReconnectSucceeded" xml:space="preserve"> <value>The network connection to {0} has been restored.</value> </data> <data name="AuthenticationMechanismRequiresCredential" xml:space="preserve"> <value>{0} authentication requires an explicit user name and password. Specify the user name and password by using the -Credential parameter and try the command again.</value> </data> <data name="BasicAuthOverHttpNotSupported" xml:space="preserve"> <value>Basic authentication is not supported over HTTP on Unix.</value> </data> <data name="StartJobDefinitionNotFound1" xml:space="preserve"> <value>Cannot find a scheduled job with name {0}.</value> <comment>{0} is the job definition name</comment> </data> <data name="StartJobManyDefNameMatches" xml:space="preserve"> <value>More than one job definition was found with name {0}. Try including the -DefinitionType parameter to Start-Job in order to narrow the search for the job definition to a single job source adapter.</value> </data> <data name="DISCMissingSchemaVersion" xml:space="preserve"> <value>The member 'SchemaVersion' is not present in the configuration file. This member must exist and be assigned a version number of the form 'n.n.n.n'. Please add the missing member to the file {0}.</value> </data> <data name="DISCTypeMustBeString" xml:space="preserve"> <value>The member '{0}' must be a string. Change the member to the correct type in the file {1}.</value> </data> <data name="DISCTypeMustBeStringArray" xml:space="preserve"> <value>The member '{0}' must be a string array. Change the member to the correct type in the file {1}.</value> </data> <data name="DISCTypeMustBeHashtable" xml:space="preserve"> <value>The member '{0}' must be a hashtable. Change the member to the correct type in the file {1}.</value> </data> <data name="DISCTypeMustBeHashtableArray" xml:space="preserve"> <value>The member '{0}' must be a hashtable array. Change the member to the correct type in the file {1}.</value> </data> <data name="DISCInvalidKey" xml:space="preserve"> <value>The member '{0}' is not a valid key. Please change the member to a valid key in the file {1}.</value> </data> <data name="DISCTypeMustBeValidEnum" xml:space="preserve"> <value>The member '{0}' must be a valid enumeration type "{1}". Valid enumeration values are "{2}". Change the member to the correct type in the file {3}.</value> </data> <data name="DISCErrorParsingConfigFile" xml:space="preserve"> <value>Error parsing configuration file {0} with the following message: {1}</value> </data> <data name="WriteJobInResultsCannotBeUsedWithoutWait" xml:space="preserve"> <value>WriteJobInResults パラメーターは、-Wait パラメーターなしでは使用できません</value> </data> <data name="DISCPathsMustBeAbsolute" xml:space="preserve"> <value>The member '{0}' is not an absolute path {1}. Change the member to an absolute path in the file {2}.</value> </data> <data name="DISCTypeContainsInvalidKey" xml:space="preserve"> <value>The key '{0}' in the member '{1}' is not valid. Change the key in the file {2}.</value> </data> <data name="DISCTypeMustContainKey" xml:space="preserve"> <value>The member '{0}' must contain the required key '{1}'. Add the require key to the file {2}.</value> </data> <data name="DISCInvalidExtension" xml:space="preserve"> <value>The key '{0}' contains an extension {1} that is not valid. Specify an extension from the following list: {{{2}}}.</value> </data> <data name="DISCKeyMustBeScriptBlock" xml:space="preserve"> <value>The key '{0}' in the member '{1}' must be a script block. Change the key to the correct type in the file {2}.</value> </data> <data name="InvalidPSSessionConfigurationFile" xml:space="preserve"> <value>The session configuration file {0} is not valid. Specify a valid session configuration file and try the command again.</value> </data> <data name="RCProgressActivity" xml:space="preserve"> <value>Network connection interrupted</value> </data> <data name="RCProgressStatus" xml:space="preserve"> <value>Attempting to reconnect to {0} ...</value> </data> <data name="RCDisconnectedJob" xml:space="preserve"> <value>Job {0} has been created for reconnection.</value> </data> <data name="RCDisconnectSession" xml:space="preserve"> <value>Session {0} with instance ID {1} on computer {2} has been successfully disconnected.</value> </data> <data name="RCDisconnectSessionCreated" xml:space="preserve"> <value>Session {0} with instance ID {1} has been created for reconnection.</value> </data> <data name="SessionNameWithoutInvokeDisconnected" xml:space="preserve"> <value>The SessionName parameter can only be used with the Disconnected switch parameter.</value> </data> <data name="SessionConnectFailed" xml:space="preserve"> <value>A failure occurred while attempting to connect the PSSession.</value> </data> <data name="VMSessionConnectFailed" xml:space="preserve"> <value>A failure occurred while attempting to connect to the target virtual machine.</value> </data> <data name="ContainerSessionConnectFailed" xml:space="preserve"> <value>A failure occurred while attempting to connect to the target container.</value> </data> <data name="SessionNotAvailableForConnection" xml:space="preserve"> <value>The PSSession is in a disconnected state and is not available for connection.</value> </data> <data name="HyperVModuleNotAvailable" xml:space="preserve"> <value>The Hyper-V Module for PowerShell is not available on this machine.</value> </data> <data name="CannotCreateProcessInContainer" xml:space="preserve"> <value>Failed to launch PowerShell process ({1}) inside container with id {0} with error: {2}.</value> </data> <data name="ContainersFeatureNotEnabled" xml:space="preserve"> <value>The Containers feature may not be enabled on this machine.</value> </data> <data name="CannotTerminateProcessInContainer" xml:space="preserve"> <value>Failed to terminate PowerShell process with id {0} inside container with id {1}.</value> </data> <data name="InvalidContainerId" xml:space="preserve"> <value>The input ContainerId {0} does not exist, or the corresponding container is not running.</value> </data> <data name="InvalidVMId" xml:space="preserve"> <value>The input VMId parameter does not resolve to a single virtual machine.</value> </data> <data name="InvalidVMIdNotSingle" xml:space="preserve"> <value>The input VMId {0} does not resolve to a single virtual machine.</value> </data> <data name="InvalidVMNameNoVM" xml:space="preserve"> <value>The input VMName parameter does not resolve to any virtual machine.</value> </data> <data name="InvalidVMNameMultipleVM" xml:space="preserve"> <value>The input VMName parameter resolves to multiple virtual machines.</value> </data> <data name="InvalidVMNameNotSingle" xml:space="preserve"> <value>The input VMName {0} does not resolve to a single virtual machine.</value> </data> <data name="InvalidVMState" xml:space="preserve"> <value>The virtual machine {0} is not in running state.</value> </data> <data name="InvalidCredential" xml:space="preserve"> <value>The credential is invalid.</value> </data> <data name="InvalidUsername" xml:space="preserve"> <value>The input username cannot be empty.</value> </data> <data name="EnterPSSessionBrokenSession" xml:space="preserve"> <value>Cannot enter session {0} because it is not in the disconnected state or is not available for connection. Retrieve the remote session using Get-PSSession -ComputerName {1} -InstanceId {2}.</value> </data> <data name="EnterPSSessionDisconnected" xml:space="preserve"> <value>Cannot enter session {0} because it is not in the disconnected state or is not available for connection. Reconnect using Connect-PSSession or Receive-PSSession.</value> </data> <data name="RCAutoDisconnectingError" xml:space="preserve"> <value>Network connectivity to {0} has been lost and the reconnection attempt failed. Please repair the network connection and reconnect using Connect-PSSession or Receive-PSSession.</value> </data> <data name="RemoteSessionHyperVSocketClientConstructorSetSocketOptionFailure" xml:space="preserve"> <value>Failed to create an instance of RemoteSessionHyperVSocketClient due to SetSocketOption failure.</value> </data> <data name="RemoteSessionHyperVSocketServerConstructorFailure" xml:space="preserve"> <value>Failed to create an instance of RemoteSessionHyperVSocketServer.</value> </data> <data name="StopCommandOnRetry" xml:space="preserve"> <value>Reconnection attempt canceled. Please repair the network connection and reconnect using Connect-PSSession or Receive-PSSession.</value> </data> <data name="SuspendJobInvalidJobState" xml:space="preserve"> <value>One or more jobs could not be suspended because the state was not valid for the operation.</value> </data> <data name="AutoRemoveCannotBeUsedWithoutWait" xml:space="preserve"> <value>The -AutoRemoveJob parameter cannot be used without the -Wait parameter</value> </data> <data name="InvalidConfigurationName" xml:space="preserve"> <value>The WS-Management service cannot process the request. Cannot find the {0} session configuration in the WSMan: drive on the {1} computer. For more information, see the about_Remote_Troubleshooting Help topic.</value> </data> <data name="BadRunspaceTypeForJob" xml:space="preserve"> <value>A job could not be created from the {0} specification because the provided runspace is not a local runspace. Try again using a local runspace, or specify a RunspaceMode argument.</value> </data> <data name="CannotDisconnectSessionWithInvalidIdleTimeout" xml:space="preserve"> <value>The session {0} cannot be disconnected because the specified idle time-out value {1} (seconds) is either greater than the server maximum allowed {2} (seconds), or less than the minimum allowed {3} (seconds). Specify an idle time-out value that is within the allowed range, and try again.</value> <comment>{0} is a placeholder for the session name {1} is a placeholder for the provided idletimeout value {2} is a placeholder for the maximum allowed idletimeout value {3} is a placeholder for the minimum allowed idletimeout value</comment> </data> <data name="InvalidIdleTimeoutOption" xml:space="preserve"> <value>The specified IdleTimeout session option {0} (seconds) is not a valid period. Specify an IdleTimeout value that is greater than or equal to the minimum allowed {1} (seconds).</value> <comment>{0} is a placeholder for the provided idletimeout {1} is a placeholder for the minimum allowed idletimeout value</comment> </data> <data name="DISCVisibilityAndAutoLoadingCannotBeBothSpecified" xml:space="preserve"> <value>The cmdlet "{0}" or the alias "{1}" cannot be present when "{2}","{3}","{4}" or "{5}" keys are specified in the session configuration file.</value> </data> <data name="InvalidConfigurationXMLAttribute" xml:space="preserve"> <value>"The transport option is not valid. Parameter "{0}" can be non-zero only if parameter "{1}" is set to true."</value> </data> <data name="DISCTypeMustBeStringOrHashtableArray" xml:space="preserve"> <value>The member '{0}' must be an array consisting of either string or hashtable elements.</value> </data> <data name="DISCTypeMustBeStringOrHashtableArrayInFile" xml:space="preserve"> <value>The member '{0}' must be an array consisting of either string or hashtable elements. Change the member to the correct type in the file {1}.</value> </data> <data name="StartJobDefinitionPathInvalidNotFSProvider" xml:space="preserve"> <value>Cannot retrieve the job definition '{0}' because path '{1}' refers to a '{2}' provider path. Change the path parameter to a file system path.</value> <comment>{0} is job definition name {1} is the user provided path {2} is the path provider</comment> </data> <data name="StartJobDefinitionPathInvalidNotSingle" xml:space="preserve"> <value>Cannot retrieve the job definition '{0}' because path '{1}' resolves to multiple file paths. Change the path parameter so that it is a single path.</value> <comment>{0} is job definition name {1} is the user provided path</comment> </data> <data name="StartJobDefinitionNotFound2" xml:space="preserve"> <value>Cannot find a scheduled job with type {0} and name {1}.</value> <comment>{0} is the job definition type and {1} is the job definition name.</comment> </data> <data name="StartJobWorkingDirectoryNotFound" xml:space="preserve"> <value>Cannot find the WorkingDirectory path {0}.</value> </data> <data name="CannotFindSessionForConnect" xml:space="preserve"> <value>Cannot connect to session {0}. The session no longer exists on computer {1}.</value> <comment>{0} is the session name that cannot be found. {1} is the computer name where the session was.</comment> </data> <data name="RunspaceConnectFailedWithMessage" xml:space="preserve"> <value>The connect operation failed for session {0} with the following error message: {1}</value> </data> <data name="ForceCannotBeUsedWithoutWait" xml:space="preserve"> <value>The -Force parameter cannot be used without the -Wait parameter.</value> </data> <data name="JobSuspendedDisconnectedWaitWithForce" xml:space="preserve"> <value>One or more jobs are in a suspended or disconnected state, and cannot continue without additional user input. Specify the -Force parameter to continue to a completed, failed, or stopped state.</value> </data> <data name="RunAsSessionConfigurationSecurityWarning" xml:space="preserve"> <value>When RunAs is enabled in a PowerShell session configuration, the Windows security model cannot enforce a security boundary between different user sessions that are created by using this endpoint. Verify that the PowerShell runspace configuration is restricted to only the necessary set of cmdlets and capabilities.</value> </data> <data name="ForceSuspendJob" xml:space="preserve"> <value>The job was suspended successfully by adding the Force parameter.</value> </data> <data name="InvalidPSSessionConfigurationFileErrorProcessing" xml:space="preserve"> <value>The session configuration file {0} is not valid. Specify a valid session configuration file and try the command again. Error parsing configuration file: {1}.</value> </data> <data name="ErrorParsingTheKeyInPSSessionConfigurationFile" xml:space="preserve"> <value>Register-PSSessionConfiguration : The '{0}' key in the {1}. session configuration file contains a value that is not valid. Correct the file and try the command again. </value> </data> <data name="EndpointDoesNotSupportDisconnect" xml:space="preserve"> <value>Disconnected sessions are supported only when the remote computer is running PowerShell 3.0 or a later version of PowerShell.</value> </data> <data name="ThrottlingJobFlowControlMemoryWarning" xml:space="preserve"> <value>Memory usage of a cmdlet has exceeded a warning level. To avoid this situation, try one of the following: 1) Lower the rate at which CIM operations produce data (for example, by passing a low value to the ThrottleLimit parameter), 2) Increase the rate at which data is consumed by downstream cmdlets, or 3) Use the Invoke-Command cmdlet to run the whole pipeline on the server. The cmdlet that exceeded a warning level of memory usage was started by the following command line: {0}</value> </data> <data name="EnableNetworkAccessWarning" xml:space="preserve"> <value>PSSession {0} was created using the EnableNetworkAccess parameter and can only be reconnected from the local computer.</value> </data> <data name="CannotStartJobInconsistentLanguageMode" xml:space="preserve"> <value>Cannot start job. The language mode for this session is incompatible with the system-wide language mode.</value> </data> <data name="CannotCreateRunspaceInconsistentState" xml:space="preserve"> <value>Cannot create runspace. The language mode for this configuration is incompatible with the system-wide language mode.</value> </data> <data name="CannotExitNestedPipeline" xml:space="preserve"> <value>Cannot exit a nested pipeline because the pipeline is not in the nested state.</value> </data> <data name="PowerShellInvokerInvalidState" xml:space="preserve"> <value>The PowerShell server session is not in a valid state for running nested commands. No nested commands can be run in this session.</value> </data> <data name="CannotInvokeNestedCommandNestedCommandRunning" xml:space="preserve"> <value>Cannot invoke a nested command on the remote session because a nested command is already running.</value> </data> <data name="ServerSideNestedCommandInvokeFailed" xml:space="preserve"> <value>The remote session was unable to invoke command {0} with error: {1}.</value> </data> <data name="ReceivePSSessionInDebugMode" xml:space="preserve"> <value>The remote session command is currently stopped in the debugger. Use the Enter-PSSession cmdlet to connect interactively to the remote session and automatically enter into the console debugger.</value> </data> <data name="RemoteDebuggingEndpointVersionError" xml:space="preserve"> <value>The remote session to which you are connected does not support remote debugging. You must connect to a remote computer that is running PowerShell 4.0 or greater.</value> </data> <data name="ICMInvalidSessionState" xml:space="preserve"> <value>Because the session state for session {0}, {1}, {2} is not equal to Open, you cannot run a command in the session. The session state is {3}.</value> </data> <data name="ICMNoValidRunspaces" xml:space="preserve"> <value>No valid sessions were specified. Ensure you provide valid sessions that are in the Opened state and are available to run commands.</value> </data> <data name="ICMInvalidSessionAvailability" xml:space="preserve"> <value>The session {0}, {1}, {2} is not available to run commands. The session availability is {3}.</value> </data> <data name="JobActionInvalidWithNoChildJobs" xml:space="preserve"> <value>The command cannot run because the ChildJobs property is empty.</value> </data> <data name="CannotDebugJobNoHostDebugger" xml:space="preserve"> <value>The job cannot be debugged because there is no PowerShell host debugger available. Make sure you are running this command in a host that supports debugging.</value> </data> <data name="CannotFindJobWithId" xml:space="preserve"> <value>Cannot find job with id {0}.</value> </data> <data name="CannotFindJobWithInstanceId" xml:space="preserve"> <value>Cannot find job with Instance Id {0}.</value> </data> <data name="CannotFindJobWithName" xml:space="preserve"> <value>Cannot find job with name {0}.</value> </data> <data name="CannotDebugJobNoHostUI" xml:space="preserve"> <value>The job cannot be debugged because there is no host UI available. Make sure you are running this command in a PowerShell host that implements PSHostUserInterface.</value> </data> <data name="CannotDebugJobInvalidDebuggerMode" xml:space="preserve"> <value>The job cannot be debugged because the host debugger mode is set to None or Default. The host debugger mode must be LocalScript and/or RemoteScript.</value> </data> <data name="FoundMultipleJobsWithId" xml:space="preserve"> <value>Multiple jobs were found with Id {0}. Debug-Job can debug only one job at a time.</value> </data> <data name="FoundMultipleJobsWithName" xml:space="preserve"> <value>Multiple jobs were found with the name {0}. Debug-Job can debug only one job at a time.</value> </data> <data name="NamedPipeAlreadyListening" xml:space="preserve"> <value>The Named Pipe server listener used for process attach is already running.</value> </data> <data name="EnterPSHostProcessCantEnterSameProcess" xml:space="preserve"> <value>Enter-PSHostProcess does not support entering the same PowerShell session it is running in.</value> </data> <data name="EnterPSHostProcessMultipleProcessesFoundWithName" xml:space="preserve"> <value>Multiple processes were found with this name {0}. Use the process Id to specify a single process to enter.</value> </data> <data name="EnterPSHostProcessNoPowerShell" xml:space="preserve"> <value>Cannot enter process with Id '{0}' because it has not loaded the PowerShell engine or the named-pipe listener was disabled.</value> </data> <data name="EnterPSHostProcessNoProcessFoundWithId" xml:space="preserve"> <value>No process was found with Id: {0}.</value> </data> <data name="EnterPSHostProcessNoProcessFoundWithName" xml:space="preserve"> <value>No process was found with Name: {0}.</value> </data> <data name="EnterPSHostProcessNoNamedPipeFound" xml:space="preserve"> <value>No named pipe was found with CustomPipeName: {0}.</value> </data> <data name="CustomPipeNameTooLong" xml:space="preserve"> <value>Cannot process the command because the pipeName specified is too long. Pipe names on this platform can be up to {0} characters long. Your pipe name '{1}' is {2} characters.</value> </data> <data name="HostDoesNotSupportIASession" xml:space="preserve"> <value>The current host does not support the Enter-PSHostProcess cmdlet.</value> </data> <data name="NamedPipeTransportProcessEnded" xml:space="preserve"> <value>"The named pipe target process has ended."</value> </data> <data name="HyperVSocketTransportProcessEnded" xml:space="preserve"> <value>"The Hyper-V socket target process has ended."</value> </data> <data name="EnterPSHostProcessPrompt" xml:space="preserve"> <value>{0}[Process:{1}]: {2}</value> </data> <data name="EnterVMSessionPrompt" xml:space="preserve"> <value>{0}[{1}]: {2}</value> </data> <data name="EnterPSHostProcessCannotConnectToProcess" xml:space="preserve"> <value>Unable to connect to application domain name {0} of process {1}. Error: {2}.</value> </data> <data name="EnterPSHostProcessCannotConnectToPipe" xml:space="preserve"> <value>Unable to connect to pipe with name {0}. Error: {1}.</value> </data> <data name="WSManPluginConnectNoNegotiationData" xml:space="preserve"> <value>PowerShell plugin cannot process the Connect operation as required negotiation information is either missing or not complete.</value> </data> <data name="WSManPluginConnectOperationFailed" xml:space="preserve"> <value>PowerShell plugin failed to process to connect operation.</value> </data> <data name="WSManPluginContextNotFound" xml:space="preserve"> <value>The supplied plugin context is not valid.</value> </data> <data name="WSManPluginInvalidArgSet" xml:space="preserve"> <value>Powershell plugin encountered a fatal error while processing {0} arguments.</value> </data> <data name="WSManPluginInvalidCommandContext" xml:space="preserve"> <value>The supplied command context is not valid.</value> </data> <data name="WSManPluginInvalidInputDataType" xml:space="preserve"> <value>The supplied input data is not valid. Only input data of type {0} is supported.</value> </data> <data name="WSManPluginInvalidInputStream" xml:space="preserve"> <value>指定された入力ストリームが無効です。{0} のみが入力ストリームとしてサポートされます。</value> </data> <data name="WSManPluginInvalidOutputStream" xml:space="preserve"> <value>指定された出力ストリーム セットが無効です。{0} のみが出力ストリームとしてサポートされます。</value> </data> <data name="WSManPluginInvalidSenderDetails" xml:space="preserve"> <value>The supplied WSMAN_SENDER_DETAILS is not valid. Cannot process null WSMAN_SENDER_DETAILS.</value> </data> <data name="WSManPluginInvalidShellContext" xml:space="preserve"> <value>指定されたシェル コンテキストが無効です。</value> </data> <data name="WSManPluginManagedException" xml:space="preserve"> <value>{0}</value> </data> <data name="WSManPluginNullInvalidInput" xml:space="preserve"> <value>プラグイン メソッド {1} の {0}では null 値は許可されません。</value> </data> <data name="WSManPluginNullInvalidStreamSet" xml:space="preserve"> <value>入力ストリームと出力ストリーム セットに null 値は使用できません。{0} と {1} は、サポートされている入力ストリームと出力ストリームです。</value> </data> <data name="WSManPluginNullPluginContext" xml:space="preserve"> <value>プラグイン メソッド {1} の {0}では null 値は許可されません。</value> </data> <data name="WSManPluginNullShellContext" xml:space="preserve"> <value>プラグイン メソッド {1} の {0}では null 値は許可されません。</value> </data> <data name="WSManPluginOperationClose" xml:space="preserve"> <value>PowerShell プラグイン操作をシャットダウンしています。これは、ホスティング サービスまたはアプリケーションがシャットダウンしている場合に発生する可能性があります。</value> </data> <data name="WSManPluginOptionNotUnderstood" xml:space="preserve"> <value>PowerShell プラグインは、オプション {0} を理解していません。クライアントがビルド {1} および PowerShell のプロトコル バージョン {2} と互換性があることを確認します。</value> </data> <data name="WSManPluginProtocolVersionNotFound" xml:space="preserve"> <value>An option with name {0} is expected from the client. Make sure the client is compatible with the build {1} and the protocol version {2} of PowerShell.</value> </data> <data name="WSManPluginProtocolVersionNotMatch" xml:space="preserve"> <value><PSProtocolVersionError ServerProtocolVersion="{0}" ServerBuildVersion="{1}">Powershell プラグインは、クライアントによって要求されたプロトコル バージョン {2} をサポートしていません。</PSProtocolVersionError></value> </data> <data name="WSManPluginReportContextFailed" xml:space="preserve"> <value>WSMan サービスへのコンテキストの報告中に、Powershell プラグインで致命的なエラーが発生しました。</value> </data> <data name="WSManPluginSessionCreationFailed" xml:space="preserve"> <value>Unable to create managed server session.</value> </data> <data name="WSManPluginShutdownRegistrationFailed" xml:space="preserve"> <value>PowerShell プラグインで、シャットダウン通知の待機ハンドルの登録中に致命的なエラーが発生しました。</value> </data> <data name="ServerDriverRemoteHostAlreadyPushed" xml:space="preserve"> <value>Cannot enter Runspace because a Runspace is already pushed in this session.</value> </data> <data name="ServerDriverRemoteHostNoDebuggerToPush" xml:space="preserve"> <value>Cannot enter Runspace because there is no server remote debugger available.</value> </data> <data name="ServerDriverRemoteHostNotRemoteRunspace" xml:space="preserve"> <value>Cannot enter Runspace because it is not a remote Runspace.</value> </data> <data name="RemoteTransportError" xml:space="preserve"> <value>Remote transport error: {0}</value> </data> <data name="CannotConnectContainerNamedPipe" xml:space="preserve"> <value>Unable to open pipe connection for PowerShell in container. Error code: {0}.</value> </data> <data name="CannotCreateNamedPipe" xml:space="preserve"> <value>Unable to create PowerShell IPC named pipe. Error code: {0}.</value> </data> <data name="ConnectNamedPipeTimeout" xml:space="preserve"> <value>Timeout expired before connection could be made to named pipe.</value> </data> <data name="WSManInitFailed" xml:space="preserve"> <value>WSMan Initialization failed with error code: {0}.</value> </data> <data name="NamedPipeServerCannotStart" xml:space="preserve"> <value>Unable to start named pipe server while in server mode.</value> </data> <data name="CouldNotResolveRoleDefinitionPrincipal" xml:space="preserve"> <value>Could not grant remote access to '{0}': '{1}'. The session configuration has been registered, but this group does not have access. To resolve this error, provide a valid group name and register the session configuration again.</value> </data> <data name="SessionConfigurationMustBeFileBased" xml:space="preserve"> <value>Could not get the session capabilities for the session configuration '{0}': this configuration was not registered with a session configuration file (.pssc), such as one created by the New-PSSessionConfigurationFile cmdlet.</value> </data> <data name="CouldNotResolveUsername" xml:space="preserve"> <value>Could not resolve username '{0}'. Verify the username and try again.</value> </data> <data name="DISCRunAsVirtualAccountGroupsComment" xml:space="preserve"> <value>Groups associated with machine's (virtual) administrator account</value> </data> <data name="CannotCreateConfiguredRunspace" xml:space="preserve"> <value>Cannot create or open the configuration session {0}.</value> </data> <data name="DISCEnforceInputParameterValidation" xml:space="preserve"> <value>Enforces script input parameter validation. This is automatically enabled when MountUserDrive is specified.</value> </data> <data name="DISCMountUserDriveComment" xml:space="preserve"> <value>Creates a 'User' PSDrive in the session for use with Copy-Item when File System provider is not visible.</value> </data> <data name="DISCTypeMustBeBoolean" xml:space="preserve"> <value>The member '{0}' must be a boolean. Change the member to the correct type in the file {1}.</value> </data> <data name="DISCTypeMustBeInteger" xml:space="preserve"> <value>The member '{0}' must be an integer. Change the member to the correct type in the file {1}.</value> </data> <data name="UserDriveProcessingThrewTerminatingError" xml:space="preserve"> <value>Processing the User drive threw an error {0}.</value> </data> <data name="DISCUserDriveMaxSizeComment" xml:space="preserve"> <value>Optional maximum size in bytes of user drive created with MountUserDrive parameter. Default maximum size for User drive is 50MB.</value> </data> <data name="UserDriveCannotGetFileSystemProvider" xml:space="preserve"> <value>Cannot find the file system provider.</value> </data> <data name="DISCGMSAComment" xml:space="preserve"> <value>Group managed service account name under which the configuration will run</value> </data> <data name="InvalidGMSAName" xml:space="preserve"> <value>Invalid Group Managed Service account name. Account name must be of the form 'DomainName\UserName'.</value> </data> <data name="DISCRequiredGroupsComment" xml:space="preserve"> <value>Group accounts for which membership is required to use the session.</value> </data> <data name="BadSDDLMismatchedParens" xml:space="preserve"> <value>Cannot parse sddl string because it contains mismatched parentheses: {0}.</value> </data> <data name="RequiredGroupsHashMultipleKeys" xml:space="preserve"> <value>RequiredGroups property hashtable must contain only a single key.</value> </data> <data name="RequiredGroupsNotHashTable" xml:space="preserve"> <value>The RequiredGroups property is not in a name/value pair hashtable format. This must be a hashtable of the form (using PowerShell syntax): RequiredGroups = @{ Or = 'Administrators' }.</value> </data> <data name="UnknownGroupMembershipKey" xml:space="preserve"> <value>Unknown key in Required Groups configuration. Required Groups hashtable can only contain 'And' and 'Or' hash keys for logical membership groupings.</value> </data> <data name="UnknownGroupMembershipValue" xml:space="preserve"> <value>Unknown value in Required Groups configuration. Required Groups hashtable can only contain values that are either group names or another logical hashtable.</value> </data> <data name="RequiredGroupsMalformedACE" xml:space="preserve"> <value>Malformed ACE {0}. Regular ACEs must have exactly 6 sections.</value> </data> <data name="InvalidUserDriveName" xml:space="preserve"> <value>Cannot create a session User Drive because the current user name contains invalid file path characters.</value> </data> <data name="InvalidRoleCapabilityKey" xml:space="preserve"> <value>Invalid role capability key: {0}. Make sure the role capability name is spelled correctly and is a valid session configuration property.</value> </data> <data name="InvalidRoleCapabilityKeyType" xml:space="preserve"> <value>Invalid role capability key type: {0}. Role capability keys must be strings that identify a valid session configuration property.</value> </data> <data name="InvalidRoleKeyType" xml:space="preserve"> <value>Invalid role key type: {0}. Role keys must be strings that identify a security group.</value> </data> <data name="RemotingErrorNoLogonSessionExist" xml:space="preserve"> <value> Other Possible Cause: -The domain or computer name was not included with the specified credential, for example: DOMAIN\UserName or COMPUTER\UserName.</value> </data> <data name="CannotStartSSHClient" xml:space="preserve"> <value>Failed to start the SSH client process needed for the remoting connection with error: {0}.</value> </data> <data name="KeyFileNotFound" xml:space="preserve"> <value>The specified key file {0} was not found.</value> </data> <data name="SSHClientEndWithErrorMessage" xml:space="preserve"> <value>The SSH client session has ended with error message: {0}</value> </data> <data name="SSHClientConnectTimeout" xml:space="preserve"> <value>SSH connection attempt failed after time out: {0} seconds.</value> </data> <data name="SSHClientConnectProcessTerminated" xml:space="preserve"> <value> SSH client process terminated before connection could be established.</value> </data> <data name="MissingRequiredSSHParameter" xml:space="preserve"> <value>The provided SSHConnection hashtable is missing the required ComputerName or HostName parameter.</value> </data> <data name="InvalidSSHConnectionParameter" xml:space="preserve"> <value>The provided SSHConnection hashtable parameter name or element is null or empty.</value> </data> <data name="UnknownSSHConnectionParameter" xml:space="preserve"> <value>The provided SSHConnection hashtable parameter {0} is not supported.</value> </data> <data name="SSHConnectionDuplicateHostName" xml:space="preserve"> <value>The provided SSHConnection hashtable contains both a ComputerName and HostName parameter. Only one can be specified.</value> </data> <data name="SSHConnectionDuplicateKeyPath" xml:space="preserve"> <value>The provided SSHConnection hashtable contains both a KeyFilePath and IdentityFilePath parameter. Only one can be specified.</value> </data> <data name="CouldNotFindRoleCapabilityFile" xml:space="preserve"> <value>Could not find the provided role capability file {0}.</value> </data> <data name="InvalidRoleCapabilityFileExtension" xml:space="preserve"> <value>The provided role capability file {0} does not have the required .psrc extension.</value> </data> <data name="SSHAbruptlyTerminated" xml:space="preserve"> <value>The SSH transport process has abruptly terminated causing this remote session to break.</value> </data> <data name="InvalidProcessorArchitecture" xml:space="preserve"> <value>PowerShell 6+ does not support WOW64. The binary must match the architecture of the processor.</value> </data> <data name="WowComponentNotPresent" xml:space="preserve"> <value>"{0}" 実行可能ファイルが見つかりませんでした。WOW64 機能がインストールされていることを確認します。</value> </data> <data name="UnableToInstallPlugin" xml:space="preserve"> <value>Unable to install plugin {0} to directory {1}.</value> </data> <data name="PluginDllMissing" xml:space="preserve"> <value>The WinRM plugin DLL {0} is missing for PowerShell. Please run Enable-PSRemoting and then retry this command.</value> </data> <data name="WSManClientDllNotAvailable" xml:space="preserve"> <value>This parameter set requires WSMan, and no supported WSMan client library was found. WSMan is either not installed or unavailable for this system.</value> </data> <data name="ProcessExitInfo" xml:space="preserve"> <value> Exit code: {0} Stdout: '{1}' Stderr: '{2}' </value> </data> <data name="ProcessInfoNotRecoverable" xml:space="preserve"> <value>Information about the process could not be read: '{0}'.</value> </data> <data name="CannotGetHostInteropTypes" xml:space="preserve"> <value>Host system does not have the correct version of Hyper-V schema.</value> </data> <data name="UnixOnlyHttpsWithoutSkipCACheckNotSupported" xml:space="preserve"> <value>HTTPS on Unix does not currently support CA or CN checks. Use the PSSessionOption -SkipCACheck and -SkipCNCheck if you are certain you trust the server you are connecting to and the network in between.</value> </data> <data name="PSCoreRemotingDisableWarning" xml:space="preserve"> <value>PowerShell remoting has been disabled only for PowerShell 6+ configurations and does not affect Windows PowerShell remoting configurations. Run this cmdlet in Windows PowerShell to affect all PowerShell remoting configurations. </value> </data> <data name="PSCoreRemotingEnableWarning" xml:space="preserve"> <value>PowerShell remoting has been enabled only for PowerShell 6+ configurations and does not affect Windows PowerShell remoting configurations. Run this cmdlet in Windows PowerShell to affect all PowerShell remoting configurations.</value> </data> <data name="EnterPSHostProcessCmdletDisabled" xml:space="preserve"> <value>Enter-PSHostProcess cmdlet is disabled because an application control policy such as 'AppLocker' or 'Windows Defender Application Control' is in enforcement.</value> </data> <data name="RemoteDebuggerError" xml:space="preserve"> <value>Remote debugger exception: {0}, error message: {1}</value> </data> <data name="WindowsPowerShellNotPresent" xml:space="preserve"> <value>このコンピューターでWindows PowerShellが見つからなかったため、Windows PowerShellプロセスを作成できません。</value> </data> <data name="InvalidPSSessionArgument" xml:space="preserve"> <value>The Runspace argument to Create must be a non-null RemoteRunspace object.</value> </data> <data name="DISCInvalidConfigKeyType" xml:space="preserve"> <value>The session configuration hash table contains an invalid key type. Keys should be string types.</value> </data> <data name="DISCUnsupportedConfigName" xml:space="preserve"> <value>The session configuration file contains an unsupported configuration option: {0}. This is a remoting endpoint configuration option, that does not apply to PowerShell session state.</value> </data> <data name="DISCUnknownConfigName" xml:space="preserve"> <value>The session configuration file contains an unknown configuration option: {0}.</value> </data> <data name="WDACGetPowerShellLogTitle" xml:space="preserve"> <value>Expression Evaluation May Fail</value> </data> <data name="WDACGetPowerShellLogMessage" xml:space="preserve"> <value>Creating a PowerShell object from a script block may require evaluating some expressions within the script block. The expression evaluation will silently fail and return 'null' in Constrained Language mode, unless the expression represents a constant value.</value> </data> <data name="HyperVFailedToGetStateUnknownType" xml:space="preserve"> <value>Failed to get Hyper-V VM State. The value was of the type {0} but was expected to be Microsoft.HyperV.PowerShell.VMState or System.String.</value> </data> <data name="HyperVInvalidResponse" xml:space="preserve"> <value>Hyper-V {0} sent an invalid {1} response during the connection negotiation.</value> </data> <data name="HyperVNegotiationFailed" xml:space="preserve"> <value>Negotiating a secure connection to Hyper-V failed. Make sure the Host and Guest are updated with all relevant Microsoft Updates.</value> </data> </root>