Files
ArchiSteamFarm/ArchiSteamFarm/Localization/Strings.zh-TW.resx
2022-02-09 02:12:42 +00:00

739 lines
38 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>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="" 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="ErrorNoBotsDefined" xml:space="preserve">
<value>沒有設定任何 Bot。你是否忘記設定 ASF 了?如果你不明白發生了什麼,請閱讀 Wiki 上的「設定指南」。</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>沒有執行中的 Bot正在退出…</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="UserInputSteam2FA" xml:space="preserve">
<value>請輸入你的 Steam Guard 行動驗證器上的雙重驗證代碼: </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="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>這個 Bot 已經停止了!</value>
</data>
<data name="BotNotFound" xml:space="preserve">
<value>找不到任何名稱為 {0} 的 Bot</value>
<comment>{0} will be replaced by bot's name query (string)</comment>
</data>
<data name="BotStatusOverview" xml:space="preserve">
<value>有 {0}/{1} 個 Bot 正在執行,總共有 {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 farm, {3} will be replaced by total number of cards left to farm</comment>
</data>
<data name="BotStatusIdling" xml:space="preserve">
<value>Bot 正在掛卡的遊戲:{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 farm, {3} will be replaced by total number of games to farm, {4} will be replaced by total number of cards to farm, {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>Bot 正在掛卡的遊戲:{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 farm, {2} will be replaced by total number of cards to farm, {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 farming 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 farm</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>Bot 已在執行中!</value>
</data>
<data name="BotAuthenticatorConverting" xml:space="preserve">
<value>正在將 .maFile 轉換成 ASF 的檔案格式…</value>
</data>
<data name="BotAuthenticatorImportFinished" xml:space="preserve">
<value>已成功匯入行動驗證器!</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="BotInstanceNotStartingBecauseDisabled" xml:space="preserve">
<value>這個 Bot 將不會啟動,因為它在設定檔中被停用!</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>這個 Bot 並未啟用 ASF 雙重驗證!您是否忘記將雙重驗證導入至 ASF</value>
</data>
<data name="BotNotConnected" xml:space="preserve">
<value>此 Bot 尚未連線!</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="BotPointsBalance" xml:space="preserve">
<value>點數餘額:{0}</value>
<comment>{0} will be replaced by the points balance value (integer)</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>Bot 目前沒有在掛卡。</value>
</data>
<data name="BotStatusLimited" xml:space="preserve">
<value>Bot 為受限狀態,無法透過掛卡得到卡片。</value>
</data>
<data name="BotStatusConnecting" xml:space="preserve">
<value>Bot 正在連線到 Steam 網路。</value>
</data>
<data name="BotStatusNotRunning" xml:space="preserve">
<value>Bot 未執行。</value>
</data>
<data name="BotStatusPaused" xml:space="preserve">
<value>Bot 已暫停或正以手動模式執行。</value>
</data>
<data name="BotStatusPlayingNotAvailable" xml:space="preserve">
<value>Bot 使用中。</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>無法與用戶端中斷連線,正在中止此 Bot</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>你的 Bot 設定無效,請確認 {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>看來這是您首次使用本程式,歡迎!</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>Bot 已被封鎖,無法透過掛卡得到卡片。</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。
已執行時間:{1}</value>
<comment>{0} will be replaced by number (in megabytes) of memory being used, {1} will be replaced by translated TimeSpan string (such as "25 minutes"). Please note that this string should include newlines for formatting.</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} 個 Bot 已擁有遊戲 {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>目標 Bot 未連線!</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>Bot 無錢包餘額。</value>
</data>
<data name="BotLevel" xml:space="preserve">
<value>Bot 的等級為 {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>你執行的個人 Bot 帳號數量超過我們的建議上限 ({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>你已載入一個以上的自訂外掛程式。由於我們無法支援修改過的配置,如遭遇任何問題,請向相關外掛程式的開發人員尋求協助。</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="BotGamesToRedeemInBackgroundCount" xml:space="preserve">
<value>Bot 的背景佇列中剩下 {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>
<data name="BotGeneratingSteamParentalCode" xml:space="preserve">
<value>正在產生 Steam 家庭監護代碼,這會需要一段時間,請考慮將它寫入設定檔中…</value>
</data>
<data name="IPCConfigChanged" xml:space="preserve">
<value>IPC 設定檔已變更!</value>
</data>
<data name="BotTradeOfferResult" xml:space="preserve">
<value>交易提案 {0} 因 {2} 而決定 {1}。</value>
<comment>{0} will be replaced by trade offer ID (number), {1} will be replaced by internal ASF enum name, {2} will be replaced by technical reason why the trade was determined to be in this state</comment>
</data>
<data name="BotInvalidPasswordDuringLogin" xml:space="preserve">
<value>連續收到 InvalidPassword 錯誤代碼 {0} 次。您的帳號密碼大概是錯的,中止!</value>
<comment>{0} will be replaced by maximum allowed number of failed login attempts</comment>
</data>
<data name="Result" xml:space="preserve">
<value>結果:{0}</value>
<comment>{0} will be replaced by generic result of various functions that use this string</comment>
</data>
<data name="WarningUnsupportedEnvironment" xml:space="preserve">
<value>你正嘗試執行 {0} 不同的 ASF 於不支援的環境中:{1}。如果你真的知道你在做什麼的話,請加上 --ignore-unsupported-environment 參數。</value>
</data>
<data name="WarningUnknownCommandLineArgument" xml:space="preserve">
<value>未知的命令列參數:{0}</value>
<comment>{0} will be replaced by unrecognized command that has been provided</comment>
</data>
<data name="ErrorConfigDirectoryNotFound" xml:space="preserve">
<value>無法找到設定檔所在目錄,正在中止!</value>
</data>
<data name="BotIdlingSelectedGames" xml:space="preserve">
<value>指定掛卡 {0}{1}</value>
<comment>{0} will be replaced by internal name of the config property (e.g. "GamesPlayedWhileIdle"), {1} will be replaced by comma-separated list of appIDs that user has chosen</comment>
</data>
<data name="AutomaticFileMigration" xml:space="preserve">
<value>{0} 設定檔將會改版成最新的語法…</value>
<comment>{0} will be replaced with the relative path to the affected config file</comment>
</data>
<data name="WarningWeakIPCPassword" xml:space="preserve">
<value>你的 IPC 密碼看起來很弱。請考慮換一個強度更高的密碼來增加安全性。詳細資訊: {0}</value>
<comment>{0} will be replaced by additional details about the password being considered weak</comment>
</data>
<data name="WarningWeakSteamPassword" xml:space="preserve">
<value>你的 Steam 密碼「{0}」看起來很弱。請考慮換一個強度更高的密碼來增加安全性。詳細資訊: {1}</value>
<comment>{0} will be replaced by either the affected bot name or the path to the bots configuration file, {1} will be replaced by additional details about the password being considered weak</comment>
</data>
<data name="WarningWeakCryptKey" xml:space="preserve">
<value>你的加密金鑰看起來很弱。請考慮換一個強度更高的金鑰來增加安全性。詳細資訊: {0}</value>
<comment>{0} will be replaced by additional details about the encryption key being considered weak</comment>
</data>
<data name="WarningTooShortCryptKey" xml:space="preserve">
<value>你的加密金鑰太短。我們推薦使用 {0} 位元組 (字元) 以上長度的金鑰。</value>
<comment>{0} will be replaced by the number of bytes (characters) recommended</comment>
</data>
<data name="WarningDefaultCryptKeyUsedForHashing" xml:space="preserve">
<value>你正在使用 {0} 設定 {1} 屬性。但你沒有提供一個自定義的 --cryptkey。你應該提供自定義 --cryptkey 以提高安全性。</value>
<comment>{0} will be replaced by the name of a particular setting (e.g. "SCrypt"), {1} will be replaced by the name of the property (e.g. "IPCPassword")</comment>
</data>
<data name="WarningDefaultCryptKeyUsedForEncryption" xml:space="preserve">
<value>你正在使用 {0} 設定 {1} 屬性。但你沒有提供一個自定義的 --cryptkey。這完全破壞了保護因為 ASF 被迫使用自己的 (已知) 金鑰。你應該提供自定義 --cryptkey 用於使用此設定提供的安全優勢。</value>
<comment>{0} will be replaced by the name of a particular setting (e.g. "AES"), {1} will be replaced by the name of the property (e.g. "SteamPassword")</comment>
</data>
<data name="WarningRunningAsRoot" xml:space="preserve">
<value>你正在以管理員權限 (Root) 執行 ASF。這會給你的機器帶來重大的安全風險且由於 ASF 的操作不需要 Root 權限,我們建議盡可能以非管理員使用者身份執行它。</value>
</data>
<data name="WarningRunningInUnsupportedEnvironment" xml:space="preserve">
<value>您在不受支援的環境中執行 ASF並提供 --ignore-unsupported-environment 引數。請注意,我們不對這種情況提供任何形式的支援,您完全需要自行承擔風險。你已經被警告過了。</value>
</data>
<data name="FetchingChecksumFromRemoteServer" xml:space="preserve">
<value>正在從遠端伺服器擷取核對和…</value>
</data>
<data name="VerifyingChecksumWithRemoteServer" xml:space="preserve">
<value>正在驗證已下載的二進制檔案與來自遠端伺服器的核對和…</value>
</data>
<data name="ChecksumMissing" xml:space="preserve">
<value>遠端伺服器對我們要更新到的版本一無所知。如果該版本是最近發布的,則可能出現這種情況——立刻拒絕進行更新程序作為額外的安全措施。</value>
</data>
<data name="ChecksumWrong" xml:space="preserve">
<value>遠端伺服器回覆了不同的核對和,這可能意味著下載檔案損毀或遭受中間人攻擊,拒絕繼續更新程序!</value>
</data>
<data name="PatchingFiles" xml:space="preserve">
<value>正在修補 ASF 檔案…</value>
</data>
</root>