/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/System.Management.Automation/resources/zh-Hant/FileSystemProviderStrings.zh-Hant.resx
357 строк
16 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="InvokeItemAction" xml:space="preserve"> <value>叫用項目</value> </data> <data name="InvokeItemResourceFileTemplate" xml:space="preserve"> <value>項目: {0}</value> </data> <data name="RemoveItemActionFile" xml:space="preserve"> <value>移除檔案</value> </data> <data name="RemoveItemActionDirectory" xml:space="preserve"> <value>移除目錄</value> </data> <data name="CopyItemActionFile" xml:space="preserve"> <value>複製檔案</value> </data> <data name="CopyItemResourceFileTemplate" xml:space="preserve"> <value>項目: {0} 目的地: {1}</value> </data> <data name="CopyItemActionDirectory" xml:space="preserve"> <value>複製目錄</value> </data> <data name="RenameItemActionFile" xml:space="preserve"> <value>重新命名檔案</value> </data> <data name="RenameItemActionDirectory" xml:space="preserve"> <value>重新命名目錄</value> </data> <data name="RenameItemResourceFileTemplate" xml:space="preserve"> <value>項目: {0} 目的地: {1}</value> </data> <data name="MoveItemActionFile" xml:space="preserve"> <value>移動檔案</value> </data> <data name="MoveItemActionDirectory" xml:space="preserve"> <value>移動目錄</value> </data> <data name="MoveItemResourceFileTemplate" xml:space="preserve"> <value>項目: {0} 目的地: {1}</value> </data> <data name="SetPropertyActionFile" xml:space="preserve"> <value>設定屬性檔案</value> </data> <data name="SetPropertyActionDirectory" xml:space="preserve"> <value>設定屬性目錄</value> </data> <data name="SetPropertyResourceTemplate" xml:space="preserve"> <value>項目: {0} 屬性: {1} 值: {2}</value> </data> <data name="ClearPropertyActionFile" xml:space="preserve"> <value>清除屬性檔案</value> </data> <data name="ClearPropertyActionDirectory" xml:space="preserve"> <value>清除屬性目錄</value> </data> <data name="ClearPropertyResourceTemplate" xml:space="preserve"> <value>項目: {0} 屬性: {1}</value> </data> <data name="NewItemActionFile" xml:space="preserve"> <value>建立檔案</value> </data> <data name="NewItemActionDirectory" xml:space="preserve"> <value>建立目錄</value> </data> <data name="NewItemActionTemplate" xml:space="preserve"> <value>目的地: {0}</value> </data> <data name="ClearContentActionFile" xml:space="preserve"> <value>清除內容</value> </data> <data name="ClearContentesourceTemplate" xml:space="preserve"> <value>項目: {0}</value> </data> <data name="ItemNotFound" xml:space="preserve"> <value>找不到項目 {0}。</value> </data> <data name="CannotRemoveItem" xml:space="preserve"> <value>無法移除項目 {0}: {1}</value> </data> <data name="CannotRestoreAttributes" xml:space="preserve"> <value>無法還原項目 {0} 上的屬性: {1}</value> </data> <data name="ItemDoesNotExist" xml:space="preserve"> <value>指定路徑 {0} 上的物件不存在。</value> </data> <data name="DirectoryNotEmpty" xml:space="preserve"> <value>目錄 {0} 非空白,因此無法移除。</value> </data> <data name="UnknownType" xml:space="preserve"> <value>此類型不是檔案系統的已知類型。只能指定 "file"、"directory" 或 "symboliclink"。</value> </data> <data name="PathOutSideBasePath" xml:space="preserve"> <value>無法處理路徑,因為指定的路徑參考 basePath 外的項目。</value> </data> <data name="DriveRootError" xml:space="preserve"> <value>指定的磁碟機根目錄 "{0}" 不存在,或不是資料夾。</value> </data> <data name="DirectoryExist" xml:space="preserve"> <value>具有指定名稱 {0} 的項目已存在。</value> </data> <data name="DelimiterError" xml:space="preserve"> <value>一次一個位元組讀取資料流時,無法指定分隔符號。</value> </data> <data name="CopyError" xml:space="preserve"> <value>無法以項目 {0} 本身覆寫自己。</value> </data> <data name="RenameError" xml:space="preserve"> <value>無法重新命名指定的目標,因為它代表路徑或裝置名稱。</value> </data> <data name="PropertyNotFound" xml:space="preserve"> <value>屬性 {0} 不存在或找不到。</value> </data> <data name="PermissionError" xml:space="preserve"> <value>您沒有足夠的存取權限可執行此作業,或項目為隱藏、系統或唯讀。</value> </data> <data name="AttributesNotSupported" xml:space="preserve"> <value>無法設定屬性,因為不支援屬性。只能設定下列屬性: 封存、隱藏、一般、唯讀或系統。</value> </data> <data name="CannotClearProperty" xml:space="preserve"> <value>無法清除屬性,因為不支援該屬性。只能清除 Attributes 屬性。</value> </data> <data name="TargetCannotContainDeviceName" xml:space="preserve"> <value>無法處理路徑 '{0}',因為目標代表保留的裝置名稱。</value> </data> <data name="EncodingNotUsed" xml:space="preserve"> <value>指定 '-AsByteStream' 時不使用編碼。</value> </data> <data name="ByteEncodingError" xml:space="preserve"> <value>無法繼續進行位元組編碼。使用位元組編碼時,內容必須是位元組類型。</value> </data> <data name="FileNotFound" xml:space="preserve"> <value>無法處理檔案,因為找不到檔案 {0}。</value> </data> <data name="DirectoryDisplayGrouping" xml:space="preserve"> <value> 目錄:</value> </data> <data name="ReadBackward_Encoding_NotSupport" xml:space="preserve"> <value>無法偵測檔案的編碼。反向讀取內容時,不支援指定的編碼 {0}。</value> </data> <data name="AlternateDataStreamNotFound" xml:space="preserve"> <value>無法開啟檔案 '{1}' 的替代資料流 '{0}'。</value> </data> <data name="StreamAction" xml:space="preserve"> <value>檔案 '{1}' 的資料流 '{0}'。</value> </data> <data name="RawAndWaitCannotCoexist" xml:space="preserve"> <value>不能在同一個命令中同時指定 Raw 和 Wait 參數。</value> </data> <data name="InvalidDriveName" xml:space="preserve"> <value>若要使用 Persist 切換參數,磁碟機名稱必須是作業系統支援的名稱 (例如,磁碟機代號 A-Z)。</value> </data> <data name="PersistNotSupported" xml:space="preserve"> <value>使用 Persist 參數時,根目錄必須是遠端電腦上的檔案系統位置。</value> </data> <data name="NoFirstLastWaitForRaw" xml:space="preserve"> <value>不能在同一個命令中同時指定 '{0}' 和 '{1}' 參數。</value> </data> <data name="ItemNotDirectory" xml:space="preserve"> <value>作業需要目錄。項目 '{0}' 不是目錄。</value> </data> <data name="NewItemActionJunction" xml:space="preserve"> <value>建立連接點</value> </data> <data name="NewItemActionSymbolicLink" xml:space="preserve"> <value>建立符號連結</value> </data> <data name="ElevationRequired" xml:space="preserve"> <value>此作業需要系統管理員權限。</value> </data> <data name="NewItemActionHardLink" xml:space="preserve"> <value>建立硬式連結</value> </data> <data name="ItemNotFile" xml:space="preserve"> <value>作業需要檔案。項目 '{0}' 不是檔案。</value> </data> <data name="HardLinkNotSupported" xml:space="preserve"> <value>指定的路徑不支援硬式連結。</value> </data> <data name="SymbolicLinkNotSupported" xml:space="preserve"> <value>指定的路徑不支援符號連結。</value> </data> <data name="CopyItemRemotelyProgressActivity" xml:space="preserve"> <value>正在將 {0} 複製到 {1}</value> </data> <data name="CopyItemRemoteDestinationIsFile" xml:space="preserve"> <value>目的地路徑 {0} 是目標位置中已存在的檔案。</value> </data> <data name="CopyItemRemotelyFailed" xml:space="preserve"> <value>無法將檔案 {0} 複製到遠端目標。</value> </data> <data name="CopyItemRemotelyStatusDescription" xml:space="preserve"> <value>從 {0} 到 {1}</value> </data> <data name="CopyItemRemotelyDestinationIsFile" xml:space="preserve"> <value>無法將目錄 '{0}' 複製到檔案 '{0}'</value> </data> <data name="CopyItemRemotelyFailedToGetDirectoryChildItems" xml:space="preserve"> <value>無法取得目錄 {0} 的子項目。</value> </data> <data name="CopyItemRemotelyFailedToReadFile" xml:space="preserve"> <value>無法讀取遠端檔案 '{0}'。</value> </data> <data name="CopyItemRemotelyFailedToValidateIfDestinationIsFile" xml:space="preserve"> <value>無法驗證遠端目的地 {0} 是否為檔案。</value> </data> <data name="CopyItemRemotelyFailedToCreateDirectory" xml:space="preserve"> <value>無法在遠端目的地建立目錄 '{0}'。</value> </data> <data name="DriveMaxSizeError" xml:space="preserve"> <value>磁碟機已超過大小上限: {0}。</value> </data> <data name="SymlinkItemExists" xml:space="preserve"> <value>無法建立連結,因為路徑已存在: {0}。</value> </data> <data name="AlreadyListedDirectory" xml:space="preserve"> <value>跳過已瀏覽的目錄 {0}。</value> </data> <data name="TargetCannotBeSubdirectoryOfSource" xml:space="preserve"> <value>目的地路徑不能是來源的子目錄或來源本身: {0}。</value> </data> <data name="NewItemTargetIsSameAsLink" xml:space="preserve"> <value>目標和路徑不能相同。</value> </data> <data name="CopyingLocalFileActivity" xml:space="preserve"> <value>已複製 {0}/{1} 個檔案</value> </data> <data name="CopyingLocalBytesStatus" xml:space="preserve"> <value>{0}/{1} ({2:0.0} MB/秒)</value> </data> <data name="RemovingLocalFileActivity" xml:space="preserve"> <value>已移除 {0}/{1} 個檔案</value> </data> <data name="RemovingLocalBytesStatus" xml:space="preserve"> <value>{0}/{1} ({2:0.0} MB/秒)</value> </data> <data name="JunctionAbsolutePath" xml:space="preserve"> <value>建立接合需要目標的絕對路徑。</value> </data> </root>