Files
ArchiSteamFarm/ArchiSteamFarm/Localization/Strings.zh-HK.resx
2019-08-10 19:24:06 +02:00

737 lines
37 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<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="AcceptingTrade" xml:space="preserve">
<value>接受交易:{0}</value>
<comment>{0} will be replaced by trade number</comment>
</data>
<data name="AutoUpdateCheckInfo" xml:space="preserve">
<value>ASF 將每 {0}自動檢查新版本。</value>
<comment>{0} will be replaced by translated TimeSpan string (such as "24 hours")</comment>
</data>
<data name="Content" xml:space="preserve">
<value>內容:
{0}</value>
<comment>{0} will be replaced by content string. Please note that this string should include newline for formatting.</comment>
</data>
<data name="ErrorConfigPropertyInvalid" xml:space="preserve">
<value>配置的 {0} 屬性無效:{1}</value>
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
</data>
<data name="ErrorEarlyFatalExceptionInfo" xml:space="preserve">
<value>ASF V{0} 在能初始化核心日誌記錄模組之前就遇到了嚴重異常!</value>
<comment>{0} will be replaced by version number</comment>
</data>
<data name="ErrorEarlyFatalExceptionPrint" xml:space="preserve">
<value>例外錯誤:{0}() {1}
堆疊追蹤:
{2}</value>
<comment>{0} will be replaced by function name, {1} will be replaced by exception message, {2} will be replaced by entire stack trace. Please note that this string should include newlines for formatting.</comment>
</data>
<data name="ErrorExitingWithNonZeroErrorCode" xml:space="preserve">
<value>使用非零錯誤代碼退出!</value>
</data>
<data name="ErrorFailingRequest" xml:space="preserve">
<value>請求失敗:{0}</value>
<comment>{0} will be replaced by URL of the request</comment>
</data>
<data name="ErrorGlobalConfigNotLoaded" xml:space="preserve">
<value>無法載入全域配置。請確保 {0} 存在且有效!如果仍有疑惑,請參閱 Wiki 上的“用戶入門”指南。</value>
<comment>{0} will be replaced by file's path</comment>
</data>
<data name="ErrorIsInvalid" xml:space="preserve">
<value>{0} 無效!</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="ErrorMobileAuthenticatorInvalidDeviceID" xml:space="preserve">
<value>ASF 雙重驗證中設定的 DeviceID 無效,該功能無法執行!</value>
</data>
<data name="ErrorNoBotsDefined" xml:space="preserve">
<value>沒有設定任何機械人。您是否忘記配置 ASF</value>
</data>
<data name="ErrorObjectIsNull" xml:space="preserve">
<value>{0} 為空!</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="ErrorParsingObject" xml:space="preserve">
<value>解析 {0} 失敗!</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="ErrorRequestFailedTooManyTimes" xml:space="preserve">
<value>嘗試請求 {0} 次後失敗!</value>
<comment>{0} will be replaced by maximum number of tries</comment>
</data>
<data name="ErrorUpdateCheckFailed" xml:space="preserve">
<value>無法檢查最新版本!</value>
</data>
<data name="ErrorUpdateNoAssetForThisVersion" xml:space="preserve">
<value>無法繼續更新,因為沒有與當前正在運行的版本相關的資產!無法自動更新該版本。</value>
</data>
<data name="ErrorUpdateNoAssets" xml:space="preserve">
<value>無法繼續進行更新,因為該版本尚未提供任何資產!</value>
</data>
<data name="ErrorUserInputRunningInHeadlessMode" xml:space="preserve">
<value>收到一個用戶輸入請求,但進程當前正在無頭模式下運行!</value>
</data>
<data name="Exiting" xml:space="preserve">
<value>正在退出……</value>
</data>
<data name="WarningFailed" xml:space="preserve">
<value>失敗!</value>
</data>
<data name="GlobalConfigChanged" xml:space="preserve">
<value>全域設定檔已更改!</value>
</data>
<data name="ErrorGlobalConfigRemoved" xml:space="preserve">
<value>全域設定檔已被刪除!</value>
</data>
<data name="IgnoringTrade" xml:space="preserve">
<value>忽略交易:{0}</value>
<comment>{0} will be replaced by trade number</comment>
</data>
<data name="LoggingIn" xml:space="preserve">
<value>正在登入到 {0}……</value>
<comment>{0} will be replaced by service's name</comment>
</data>
<data name="NoBotsAreRunning" xml:space="preserve">
<value>沒有運行中的機械人,正在退出……</value>
</data>
<data name="RefreshingOurSession" xml:space="preserve">
<value>正在刷新工作階段!</value>
</data>
<data name="RejectingTrade" xml:space="preserve">
<value>拒絕交易:{0}</value>
<comment>{0} will be replaced by trade number</comment>
</data>
<data name="Restarting" xml:space="preserve">
<value>重新啟動中……</value>
</data>
<data name="Starting" xml:space="preserve">
<value>正在啟動……</value>
</data>
<data name="Success" xml:space="preserve">
<value>成功!</value>
</data>
<data name="UnlockingParentalAccount" xml:space="preserve">
<value>正在解鎖家庭監護帳戶……</value>
</data>
<data name="UpdateCheckingNewVersion" xml:space="preserve">
<value>正在檢查新版本……</value>
</data>
<data name="UpdateDownloadingNewVersion" xml:space="preserve">
<value>正在下載新版本:{0}{1} MB……等待期間如果喜歡這個軟件請考慮捐助 ASF:)</value>
<comment>{0} will be replaced by version string, {1} will be replaced by update size (in megabytes)</comment>
</data>
<data name="UpdateFinished" xml:space="preserve">
<value>更新完成 </value>
</data>
<data name="UpdateNewVersionAvailable" xml:space="preserve">
<value>ASF 有新版本可用!請考慮手動更新!</value>
</data>
<data name="UpdateVersionInfo" xml:space="preserve">
<value>本地版本:{0} | 遠端版本:{1}</value>
<comment>{0} will be replaced by current version, {1} will be replaced by remote version</comment>
</data>
<data name="UserInputDeviceID" xml:space="preserve">
<value>請輸入您的流動身份驗證器設備 ID包括 "android:": </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteam2FA" xml:space="preserve">
<value>請輸入您的 Steam 身份驗證器應用程式上顯示的雙重驗證代碼: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamGuard" xml:space="preserve">
<value>請輸入寄送至您的電子信箱的 Steam Guard 驗證代碼: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamLogin" xml:space="preserve">
<value>請輸入您的 Steam 帳戶: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamParentalCode" xml:space="preserve">
<value>請輸入 Steam 家庭監護 PIN 碼: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputSteamPassword" xml:space="preserve">
<value>請輸入您的 Steam 密碼: </value>
<comment>Please note that this translation should end with space</comment>
</data>
<data name="UserInputUnknown" xml:space="preserve">
<value>請輸入未記錄的值 {0}: </value>
<comment>{0} will be replaced by property name. Please note that this translation should end with space</comment>
</data>
<data name="WarningUnknownValuePleaseReport" xml:space="preserve">
<value>收到 {0} 的未知值,請回報這個問題:{1}</value>
<comment>{0} will be replaced by object's name, {1} will be replaced by value for that object</comment>
</data>
<data name="IPCReady" xml:space="preserve">
<value>IPC 伺服器準備就緒!</value>
</data>
<data name="IPCStarting" xml:space="preserve">
<value>IPC 伺服器啟動中……</value>
</data>
<data name="BotAlreadyStopped" xml:space="preserve">
<value>這個機械人已經停止了!</value>
</data>
<data name="BotNotFound" xml:space="preserve">
<value>找不到任何名為 {0} 的機械人!</value>
<comment>{0} will be replaced by bot's name query (string)</comment>
</data>
<data name="BotStatusOverview" xml:space="preserve">
<value>{0}/{1} 個機械人正在運行,總共 {2} 個遊戲({3} 張卡片)等待掛卡。</value>
<comment>{0} will be replaced by number of active bots, {1} will be replaced by total number of bots, {2} will be replaced by total number of games left to idle, {3} will be replaced by total number of cards left to idle</comment>
</data>
<data name="BotStatusIdling" xml:space="preserve">
<value>機械人正在掛卡的遊戲:{0}{1},剩餘 {2} 張卡片可以掉落),總共剩餘 {3} 個遊戲({4} 張卡片)等待掛卡(需時約 {5})。</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by number of cards left to idle, {3} will be replaced by total number of games to idle, {4} will be replaced by total number of cards to idle, {5} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment>
</data>
<data name="BotStatusIdlingList" xml:space="preserve">
<value>機械人正在掛卡的遊戲:{0},總共剩餘 {1} 個遊戲({2} 張卡片)等待掛卡(需時約 {3})。</value>
<comment>{0} will be replaced by list of the games (IDs, numbers), {1} will be replaced by total number of games to idle, {2} will be replaced by total number of cards to idle, {3} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment>
</data>
<data name="CheckingFirstBadgePage" xml:space="preserve">
<value>正在檢查徽章頁首頁……</value>
</data>
<data name="CheckingOtherBadgePages" xml:space="preserve">
<value>正在檢查其他徽章頁……</value>
</data>
<data name="ChosenFarmingAlgorithm" xml:space="preserve">
<value>選擇的掛卡算法為:{0}</value>
<comment>{0} will be replaced by the name of chosen idling algorithm</comment>
</data>
<data name="Done" xml:space="preserve">
<value>完成!</value>
</data>
<data name="GamesToIdle" xml:space="preserve">
<value>總共有 {0} 個遊戲({1} 張卡片)等待掛卡(需時約 {2})……</value>
<comment>{0} will be replaced by number of games, {1} will be replaced by number of cards, {2} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment>
</data>
<data name="IdlingFinished" xml:space="preserve">
<value>掛卡完成!</value>
</data>
<data name="IdlingFinishedForGame" xml:space="preserve">
<value>完成掛卡:{0}{1}),耗時 {2}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment>
</data>
<data name="IdlingFinishedForGames" xml:space="preserve">
<value>已完成掛卡的遊戲:{0}</value>
<comment>{0} will be replaced by list of the games (IDs, numbers), separated by a comma</comment>
</data>
<data name="IdlingStatusForGame" xml:space="preserve">
<value>{0}{1})的掛卡狀態:剩餘 {2} 張卡片</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by number of cards left to idle</comment>
</data>
<data name="IdlingStopped" xml:space="preserve">
<value>掛卡停止!</value>
</data>
<data name="IgnoredPermanentPauseEnabled" xml:space="preserve">
<value>忽略此請求,因為強制暫停已啟用!</value>
</data>
<data name="NothingToIdle" xml:space="preserve">
<value>這個帳戶目前沒有需要掛卡的遊戲!</value>
</data>
<data name="NowIdling" xml:space="preserve">
<value>正在掛卡:{0}{1}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="NowIdlingList" xml:space="preserve">
<value>正在掛卡:{0}</value>
<comment>{0} will be replaced by list of the games (IDs, numbers), separated by a comma</comment>
</data>
<data name="PlayingNotAvailable" xml:space="preserve">
<value>當前無法執行,我們將稍後再試!</value>
</data>
<data name="StillIdling" xml:space="preserve">
<value>仍在掛卡:{0}{1}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="StillIdlingList" xml:space="preserve">
<value>仍在掛卡:{0}</value>
<comment>{0} will be replaced by list of the games (IDs, numbers), separated by a comma</comment>
</data>
<data name="StoppedIdling" xml:space="preserve">
<value>停止掛卡:{0}{1}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="StoppedIdlingList" xml:space="preserve">
<value>停止掛卡:{0}</value>
<comment>{0} will be replaced by list of the games (IDs, numbers), separated by a comma</comment>
</data>
<data name="UnknownCommand" xml:space="preserve">
<value>未知指令!</value>
</data>
<data name="WarningCouldNotCheckBadges" xml:space="preserve">
<value>無法取得徽章頁資訊,我們將稍後再試!</value>
</data>
<data name="WarningCouldNotCheckCardsStatus" xml:space="preserve">
<value>無法檢查卡片狀態:{0}{1}),我們將稍後再試!</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="BotAcceptingGift" xml:space="preserve">
<value>接受禮物:{0}……</value>
<comment>{0} will be replaced by giftID (number)</comment>
</data>
<data name="BotAccountLimited" xml:space="preserve">
<value>這個帳戶是受限制的帳戶,在限制解除前將無法掛卡!</value>
</data>
<data name="BotAddLicense" xml:space="preserve">
<value>ID{0} | 狀態:{1}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by status string</comment>
</data>
<data name="BotAddLicenseWithItems" xml:space="preserve">
<value>ID{0} | 狀態:{1} | 物品:{2}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by status string, {2} will be replaced by list of granted IDs (numbers), separated by a comma</comment>
</data>
<data name="BotAlreadyRunning" xml:space="preserve">
<value>該機械人已在運行了!</value>
</data>
<data name="BotAuthenticatorConverting" xml:space="preserve">
<value>正在將. maFile 轉換為 ASF 格式……</value>
</data>
<data name="BotAuthenticatorImportFinished" xml:space="preserve">
<value>已成功導入行動驗證器!</value>
</data>
<data name="BotAuthenticatorInvalidDeviceID" xml:space="preserve">
<value>您的 DeviceID 不正確或不存在!</value>
</data>
<data name="BotAuthenticatorToken" xml:space="preserve">
<value>雙重驗證代碼:{0}</value>
<comment>{0} will be replaced by generated 2FA token (string)</comment>
</data>
<data name="BotAutomaticIdlingNowPaused" xml:space="preserve">
<value>自動掛卡已暫停!</value>
</data>
<data name="BotAutomaticIdlingNowResumed" xml:space="preserve">
<value>自動掛卡已恢復!</value>
</data>
<data name="BotAutomaticIdlingPausedAlready" xml:space="preserve">
<value>自動掛卡已暫停!</value>
</data>
<data name="BotAutomaticIdlingResumedAlready" xml:space="preserve">
<value>自動掛卡已恢復!</value>
</data>
<data name="BotConnected" xml:space="preserve">
<value>已連線到 Steam</value>
</data>
<data name="BotDisconnected" xml:space="preserve">
<value>已與 Steam 中斷連線!</value>
</data>
<data name="BotDisconnecting" xml:space="preserve">
<value>正在中斷連線……</value>
</data>
<data name="BotEncryptedPassword" xml:space="preserve">
<value>[{0}] 密碼:{1}</value>
<comment>{0} will be replaced by password encryption method (string), {1} will be replaced by encrypted password using that method (string)</comment>
</data>
<data name="BotInstanceNotStartingBecauseDisabled" xml:space="preserve">
<value>不會啟動此機械人實例,因為它在設定檔中被禁用!</value>
</data>
<data name="BotInvalidAuthenticatorDuringLogin" xml:space="preserve">
<value>已連續收到 {0} 次 TwoFactorCodeMismatch 錯誤訊息。您的雙重驗證憑證可能已失效,或時鐘不同步,正在中止!</value>
<comment>{0} will be replaced by maximum allowed number of failed 2FA attempts</comment>
</data>
<data name="BotLoggedOff" xml:space="preserve">
<value>已從 Steam 登出:{0}</value>
<comment>{0} will be replaced by logging off reason (string)</comment>
</data>
<data name="BotLoggedOn" xml:space="preserve">
<value>{0} 已成功登入。</value>
<comment>{0} will be replaced by steam ID (number)</comment>
</data>
<data name="BotLoggingIn" xml:space="preserve">
<value>登入中……</value>
</data>
<data name="BotLogonSessionReplaced" xml:space="preserve">
<value>這個帳戶似乎正被另一個 ASF 使用中,此為未定義行為,拒絕讓它繼續執行!</value>
</data>
<data name="BotLootingFailed" xml:space="preserve">
<value>交易提案已失敗!</value>
</data>
<data name="BotLootingMasterNotDefined" xml:space="preserve">
<value>無法發送交易提案,因為沒有帳戶設有 Master 權限!</value>
</data>
<data name="BotLootingSuccess" xml:space="preserve">
<value>交易提案發送成功!</value>
</data>
<data name="BotSendingTradeToYourself" xml:space="preserve">
<value>您無法發送交易給自己!</value>
</data>
<data name="BotNoASFAuthenticator" xml:space="preserve">
<value>該機械人並未啟用 ASF 雙重驗證!您是否忘記將驗證器導入成 ASF 雙重驗證?</value>
</data>
<data name="BotNotConnected" xml:space="preserve">
<value>此機械人實例未連接!</value>
</data>
<data name="BotNotOwnedYet" xml:space="preserve">
<value>尚未擁有:{0}</value>
<comment>{0} will be replaced by query (string)</comment>
</data>
<data name="BotOwnedAlreadyWithName" xml:space="preserve">
<value>已擁有:{0} | {1}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="BotRateLimitExceeded" xml:space="preserve">
<value>超過頻率限制,我們將在 {0} 的冷卻時間後重試……</value>
<comment>{0} will be replaced by translated TimeSpan string (such as "25 minutes")</comment>
</data>
<data name="BotReconnecting" xml:space="preserve">
<value>正在重新連線……</value>
</data>
<data name="BotRedeem" xml:space="preserve">
<value>產品序號:{0} | 狀態:{1}</value>
<comment>{0} will be replaced by cd-key (string), {1} will be replaced by status string</comment>
</data>
<data name="BotRedeemWithItems" xml:space="preserve">
<value>產品序號:{0} | 狀態:{1} | 物品:{2}</value>
<comment>{0} will be replaced by cd-key (string), {1} will be replaced by status string, {2} will be replaced by list of key-value pairs, separated by a comma</comment>
</data>
<data name="BotRemovedExpiredLoginKey" xml:space="preserve">
<value>已刪除過期的登錄金鑰!</value>
</data>
<data name="BotStatusNotIdling" xml:space="preserve">
<value>機械人當前沒有在掛卡。</value>
</data>
<data name="BotStatusLimited" xml:space="preserve">
<value>當前機械人為受限帳戶,所以無法通過掛卡得到卡片。</value>
</data>
<data name="BotStatusConnecting" xml:space="preserve">
<value>機器人正在連接到 Steam 網絡。</value>
</data>
<data name="BotStatusNotRunning" xml:space="preserve">
<value>機械人未運行。</value>
</data>
<data name="BotStatusPaused" xml:space="preserve">
<value>機械人已暫停或正在手動模式下運行。</value>
</data>
<data name="BotStatusPlayingNotAvailable" xml:space="preserve">
<value>機械人當前正在使用中。</value>
</data>
<data name="BotUnableToLogin" xml:space="preserve">
<value>無法登錄到Steam{0}/{1}</value>
<comment>{0} will be replaced by failure reason (string), {1} will be replaced by extended failure reason (string)</comment>
</data>
<data name="ErrorIsEmpty" xml:space="preserve">
<value>{0} 為空!</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="UnusedKeys" xml:space="preserve">
<value>未使用的產品金鑰:{0}</value>
<comment>{0} will be replaced by list of cd-keys (strings), separated by a comma</comment>
</data>
<data name="WarningFailedWithError" xml:space="preserve">
<value>由於錯誤 {0} 而失敗</value>
<comment>{0} will be replaced by failure reason (string)</comment>
</data>
<data name="BotConnectionLost" xml:space="preserve">
<value>與 Steam 網絡的連線中斷,正在重新進行連線……</value>
</data>
<data name="BotAccountFree" xml:space="preserve">
<value>帳戶不再被佔用,已恢復掛卡!</value>
</data>
<data name="BotAccountOccupied" xml:space="preserve">
<value>帳戶當前正被使用ASF 將在該帳戶空閒時繼續掛卡……</value>
</data>
<data name="BotConnecting" xml:space="preserve">
<value>連線中……</value>
</data>
<data name="BotHeartBeatFailed" xml:space="preserve">
<value>無法斷開與用戶端的連接。正在中止這個機械人實例!</value>
</data>
<data name="BotSteamDirectoryInitializationFailed" xml:space="preserve">
<value>無法初始化 SteamDirectory與 Steam 網絡的連接可能需要比平時更長的時間!</value>
</data>
<data name="BotStopping" xml:space="preserve">
<value>停止中……</value>
</data>
<data name="ErrorBotConfigInvalid" xml:space="preserve">
<value>您的機械人配置無效。請驗證 {0} 的內容,然後重試!</value>
<comment>{0} will be replaced by file's path</comment>
</data>
<data name="ErrorDatabaseInvalid" xml:space="preserve">
<value>無法載入持久數據庫,如果問題仍然存在,請刪除 {0},以重新創建數據庫!</value>
<comment>{0} will be replaced by file's path</comment>
</data>
<data name="Initializing" xml:space="preserve">
<value>正在初始化 {0}……</value>
<comment>{0} will be replaced by service name that is being initialized</comment>
</data>
<data name="WarningPrivacyPolicy" xml:space="preserve">
<value>如果您對 ASF 的實際運作方式有疑慮,請查看我們 Wiki 中關於隱私政策的部分!</value>
</data>
<data name="Welcome" xml:space="preserve">
<value>看來這是您首次使用 ASF歡迎</value>
</data>
<data name="ErrorInvalidCurrentCulture" xml:space="preserve">
<value>您提供的 CurrentCulture 無效ASF 將以預設值繼續運行!</value>
</data>
<data name="TranslationIncomplete" xml:space="preserve">
<value>ASF 將嘗試使用你的偏好語系 {0},但該語言的翻譯僅完成了 {1}。也許您可以協助我們改善 ASF 的翻譯品質?</value>
<comment>{0} will be replaced by culture code, such as "en-US", {1} will be replaced by completeness percentage, such as "78.5%"</comment>
</data>
<data name="IdlingGameNotPossible" xml:space="preserve">
<value>{0}{1})的掛卡被暫時禁用,因為 ASF 目前無法執行該遊戲。</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="WarningIdlingGameMismatch" xml:space="preserve">
<value>ASF 檢測到 {0}{1})的 ID 不匹配,並將改為使用 ID {2}。</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by game's ID (number)</comment>
</data>
<data name="BotVersion" xml:space="preserve">
<value>{0} V{1}</value>
<comment>{0} will be replaced by program's name (e.g. "ASF"), {1} will be replaced by program's version (e.g. "1.0.0.0"). This string typically has nothing to translate and you should leave it as it is, unless you need to change the format, e.g. in RTL languages.</comment>
</data>
<data name="BotAccountLocked" xml:space="preserve">
<value>此帳戶已被鎖定,永久無法掛卡!</value>
</data>
<data name="BotStatusLocked" xml:space="preserve">
<value>機械人已被鎖定,無法透過掛卡得到卡片。</value>
</data>
<data name="ErrorFunctionOnlyInHeadlessMode" xml:space="preserve">
<value>此功能僅在無頭模式下可用!</value>
</data>
<data name="BotOwnedAlready" xml:space="preserve">
<value>已擁有:{0}</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="ErrorAccessDenied" xml:space="preserve">
<value>訪問被拒!</value>
</data>
<data name="WarningPreReleaseVersion" xml:space="preserve">
<value>您目前使用的版本高於最新的穩定版本。請注意:預發行版本專用於了解如何回報錯誤、處理問題並提供回饋的用戶——並不提供任何技術支援。</value>
</data>
<data name="BotStats" xml:space="preserve">
<value>當前記憶體使用量:{0} MB。</value>
<comment>{0} will be replaced by number (in megabytes) of memory being used</comment>
</data>
<data name="ClearingDiscoveryQueue" xml:space="preserve">
<value>正在瀏覽 Steam 探索佇列 #{0}...</value>
<comment>{0} will be replaced by queue number</comment>
</data>
<data name="DoneClearingDiscoveryQueue" xml:space="preserve">
<value>已完成 Steam 探索佇列 #{0}。</value>
<comment>{0} will be replaced by queue number</comment>
</data>
<data name="BotOwnsOverviewPerGame" xml:space="preserve">
<value>{0}/{1} 個機械人已經擁有遊戲 {2}。</value>
<comment>{0} will be replaced by number of bots that already own particular game being checked, {1} will be replaced by total number of bots that were checked during the process, {2} will be replaced by game's ID (number)</comment>
</data>
<data name="BotRefreshingPackagesData" xml:space="preserve">
<value>更新包數據中……</value>
</data>
<data name="WarningDeprecated" xml:space="preserve">
<value>{0} 的用法已棄用,並將在程式的未來版本中刪除。請使用 {1}。</value>
<comment>{0} will be replaced by the name of deprecated property (such as argument, config property or likewise), {1} will be replaced by the name of valid replacement (such as another argument or config property)</comment>
</data>
<data name="BotAcceptedDonationTrade" xml:space="preserve">
<value>接受捐贈交易:{0}</value>
<comment>{0} will be replaced by trade's ID (number)</comment>
</data>
<data name="WarningWorkaroundTriggered" xml:space="preserve">
<value>已觸發錯誤 {0} 的解決方法。</value>
<comment>{0} will be replaced by the bug's name provided by ASF</comment>
</data>
<data name="TargetBotNotConnected" xml:space="preserve">
<value>目標機械人實例未連線!</value>
</data>
<data name="BotWalletBalance" xml:space="preserve">
<value>錢包餘額:{0} {1}</value>
<comment>{0} will be replaced by wallet balance value, {1} will be replaced by currency name</comment>
</data>
<data name="BotHasNoWallet" xml:space="preserve">
<value>當前機械人無錢包餘額。</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>當前機械人的等級為 {0}。</value>
<comment>{0} will be replaced by bot's level</comment>
</data>
<data name="ActivelyMatchingItems" xml:space="preserve">
<value>正在匹配 Steam 物品,第 #{0} 輪……</value>
<comment>{0} will be replaced by round number</comment>
</data>
<data name="DoneActivelyMatchingItems" xml:space="preserve">
<value>已完成匹配 Steam 物品,第 #{0} 輪。</value>
<comment>{0} will be replaced by round number</comment>
</data>
<data name="ErrorAborted" xml:space="preserve">
<value>已中止!</value>
</data>
<data name="ActivelyMatchingItemsRound" xml:space="preserve">
<value>此輪共匹配 {0} 套物品。</value>
<comment>{0} will be replaced by number of sets traded</comment>
</data>
<data name="WarningExcessiveBotsCount" xml:space="preserve">
<value>您運行的個人機械人帳戶數目已經超出我們建議的上限({0})。請注意,此設置不受支援,可能會導致各種 Steam 相關問題,包括帳戶停權。有關詳細資訊,請參閱常見問題解答。</value>
<comment>{0} will be replaced by our maximum recommended bots count (number)</comment>
</data>
<data name="PluginLoaded" xml:space="preserve">
<value>{0} 載入成功!</value>
<comment>{0} will be replaced by the name of the custom ASF plugin</comment>
</data>
<data name="PluginLoading" xml:space="preserve">
<value>正在載入 {0} V{1}……</value>
<comment>{0} will be replaced by the name of the custom ASF plugin, {1} will be replaced by its version</comment>
</data>
<data name="NothingFound" xml:space="preserve">
<value>未找到任何內容!</value>
</data>
<data name="PluginsWarning" xml:space="preserve">
<value>您已將一個或多個自訂外掛程式載入到 ASF 中。由於我們無法支援修改過的程序,如遭遇任何問題,請向相關外掛程式的開發者尋求協助。</value>
</data>
<data name="PleaseWait" xml:space="preserve">
<value>請稍候……</value>
</data>
<data name="EnterCommand" xml:space="preserve">
<value>輸入命令: </value>
</data>
<data name="Executing" xml:space="preserve">
<value>執行中⋯⋯</value>
</data>
<data name="InteractiveConsoleEnabled" xml:space="preserve">
<value>互動式主控台現在處於活動狀態鍵入「c」以進入命令模式。</value>
</data>
<data name="InteractiveConsoleNotAvailable" xml:space="preserve">
<value>由於缺少 {0} 配置屬性,交互式主控台不可用。</value>
<comment>{0} will be replaced by the name of the missing config property (string)</comment>
</data>
<data name="Response" xml:space="preserve">
<value>應答:{0}</value>
<comment>{0} will be replaced by the generated response (string)</comment>
</data>
<data name="BotGamesToRedeemInBackgroundCount" xml:space="preserve">
<value>機械人的後台佇列中還有 {0} 個遊戲。</value>
<comment>{0} will be replaced by remaining number of games in BGR's queue</comment>
</data>
<data name="ErrorSingleInstanceRequired" xml:space="preserve">
<value>ASF 進程已在此工作目錄中運行,正在中止!</value>
</data>
<data name="BotHandledConfirmations" xml:space="preserve">
<value>成功處理 {0} 個確認!</value>
<comment>{0} will be replaced by number of confirmations</comment>
</data>
<data name="BotExtraIdlingCooldown" xml:space="preserve">
<value>等待 {0} 以確保我們可以開始掛卡......</value>
<comment>{0} will be replaced by translated TimeSpan string (such as "1 minute")</comment>
</data>
<data name="UpdateCleanup" xml:space="preserve">
<value>清理升級後的舊檔案……</value>
</data>
</root>