diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.pt-BR.resx b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.pt-BR.resx index d451ee008..9b541a049 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.pt-BR.resx +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.pt-BR.resx @@ -63,81 +63,81 @@ - {0} foi desativado devido à falta de um token de compilação + O {0} foi desativado devido a um token de compilação ausente {0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin") - {0} está desativado de acordo com sua configuração. Se você gostaria de ajudar o SteamDB no envio de dados, por favor, confira nosso wiki. + O {0} está desativado de acordo com a sua configuração. Caso deseje ajudar o SteamDB com o envio de informações, dê uma olhada na nossa wiki. {0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin") - {0} foi inicializado com sucesso, obrigado antecipadamente pela sua ajuda. O primeiro envio ocorrerá em aproximadamente {1} a partir de agora. + O {0} foi inicializado com sucesso, agradecemos a sua ajuda. O primeiro envio ocorrerá em aproximadamente {1}. {0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin"), {1} will be replaced by translated TimeSpan string (such as "53 minutes") - {0} não pôde ser carregado, uma instância nova será inicializada... + O {0} não pôde ser carregado, uma instância nova será inicializada... {0} will be replaced by the name of the file (e.g. "GlobalCache") - Não há aplicativos que necessitem de ser atualizados nesta instância de bot. + Não há aplicativos que exijam atualizações na instância atual. - Recuperando um total de {0} tokens de acesso a aplicativos... + Recuperando um total de {0} tokens de acesso para aplicativos... {0} will be replaced by the number (total count) of app access tokens being retrieved - Recuperando {0} tokens de acesso a aplicativos... + Recuperando {0} tokens... {0} will be replaced by the number (count this batch) of app access tokens being retrieved - Concluímos a recuperação de {0} tokens de acesso ao aplicativo. + Recuperamos {0} tokens. {0} will be replaced by the number (count this batch) of app access tokens retrieved - Obtivemos um total de {0} tokens de acesso aos aplicativos. + Recuperamos um total de {0} tokens de acesso. {0} will be replaced by the number (total count) of app access tokens retrieved - Recuperando todos os depósitos por um total de {0} apps... + Recuperando depots para todos os {0} aplicativos... {0} will be replaced by the number (total count) of apps being retrieved - Recuperando {0} informações de aplicativos... + Recuperando informações para {0} aplicativos... {0} will be replaced by the number (count this batch) of app infos being retrieved - Concluímos a recuperação de {0} informações de aplicativo. + Recuperamos informações para {0} aplicativos. {0} will be replaced by the number (count this batch) of app infos retrieved - Recuperando {0} chaves de depósito... + Recuperando {0} códigos de depots... {0} will be replaced by the number (count this batch) of depot keys being retrieved - Terminamos de recuperar {0} chaves de depósito. + Recuperamos códigos para {0} depots. {0} will be replaced by the number (count this batch) of depot keys retrieved - Terminamos de recuperar todas as chaves de depósito para um total de {0} apps. + Recuperamos códigos de acesso para {0} aplicativos. {0} will be replaced by the number (total count) of apps retrieved - Não há novos dados para enviar, tudo está atualizado. + Não há novos dados a serem enviados. Tudo está atualizado. - Não foi possível enviar os dados porque não há um conjunto SteamID válido que possamos classificar como colaborador. Considere configurar a propriedade {0}. + Não foi possível enviar os dados porque não conseguimos identificar um ID Steam válido para definir como colaborador. Considere configurar a propriedade "{0}". {0} will be replaced by the name of the config property (e.g. "SteamOwnerID") that the user is expected to set - Enviando um total de apps/pacotes/pacotes registrados: {0}/{1}/{2}... + Enviando um total de {0} aplicativos, {1} pacotes e {2} depots registrados... {0} will be replaced by the number of app access tokens being submitted, {1} will be replaced by the number of package access tokens being submitted, {2} will be replaced by the number of depot keys being submitted - O envio falhou devido a muitas solicitações enviadas, tentaremos novamente em aproximadamente {0} a partir de agora. + O envio falhou porque muitas solicitações foram enviadas pelo cliente. Tentaremos novamente em aproximadamente {0}. {0} will be replaced by translated TimeSpan string (such as "53 minutes") - Os dados foram enviados com sucesso. O servidor registrou um total de novos aplicativos/pacotes/depósitos: {0} ({1} verificado)/{2} ({3} verificado)/{4} ({5} verificado). + Os dados foram enviados com sucesso. O servidor registrou um total de {0} aplicativos ({1} verificados), {2} pacotes ({3} verificados) e {4} depots ({5} verificados). {0} will be replaced by the number of new app access tokens that the server has registered, {1} will be replaced by the number of verified app access tokens that the server has registered, {2} will be replaced by the number of new package access tokens that the server has registered, {3} will be replaced by the number of verified package access tokens that the server has registered, {4} will be replaced by the number of new depot keys that the server has registered, {5} will be replaced by the number of verified depot keys that the server has registered @@ -157,24 +157,24 @@ {0} will be replaced by list of the packages (IDs, numbers), separated by a comma - Novos depósitos: {0} + Novos depots: {0} {0} will be replaced by list of the depots (IDs, numbers), separated by a comma - Depósitos verificados: {0} + Depots verificados: {0} {0} will be replaced by list of the depots (IDs, numbers), separated by a comma - {0} inicializado, o plugin não resolverá nenhum desses: {1}. + {0} inicializado, o plugin ignorará os seguintes pacotes: {1}. {0} will be replaced by the name of the config property (e.g. "SecretPackageIDs"), {1} will be replaced by list of the objects (IDs, numbers), separated by a comma - Carregando cache STD global... + Carregando cache global do STD... - Validando integridade do cache STD global... + Validando integridade do cache global do STD... - Falha ao verificar a integridade do cache STD global. Isso sugere uma potencial corrupção de arquivo/memória, uma instância nova será inicializada em vez disso. + Falha ao verificar a integridade do cache global do STD. Isto pode indicar uma possível corrupção de arquivo/memória, uma nova instância será inicializada. diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.zh-TW.resx b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.zh-TW.resx index bad84db3c..9eaefda47 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.zh-TW.resx +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/Localization/Strings.zh-TW.resx @@ -63,7 +63,7 @@ - 由於 {0} 缺少組建令牌而被停用 + 由於 {0} 缺少組建權杖而被停用 {0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin") @@ -82,23 +82,23 @@ 此 Bot 實例中沒有需要再新的應用程式。 - 正在檢索共 {0} 個應用程式存取令牌… + 正在檢索共 {0} 個應用程式存取權杖… {0} will be replaced by the number (total count) of app access tokens being retrieved - 正在檢索 {0} 個應用程式存取令牌… + 正在檢索 {0} 個應用程式存取權杖… {0} will be replaced by the number (count this batch) of app access tokens being retrieved - 已完成檢索 {0} 個應用程式存取令牌。 + 已完成檢索 {0} 個應用程式存取權杖。 {0} will be replaced by the number (count this batch) of app access tokens retrieved - 已完成檢索共 {0} 個應用程式存取令牌。 + 已完成檢索共 {0} 個應用程式存取權杖。 {0} will be replaced by the number (total count) of app access tokens retrieved - 正在檢索共 {0} 個應用程式的所有資料段儲存目錄… + 正在檢索共 {0} 個應用程式的 Depot… {0} will be replaced by the number (total count) of apps being retrieved @@ -110,15 +110,15 @@ {0} will be replaced by the number (count this batch) of app infos retrieved - 正在檢索 {0} 個應用程式的所有資料段儲存目錄… + 正在檢索 {0} 個應用程式的 Depot 金鑰… {0} will be replaced by the number (count this batch) of depot keys being retrieved - 已完成檢索 {0} 個應用程式的所有資料段儲存目錄。 + 已完成檢索 {0} 個應用程式的 Depot。 {0} will be replaced by the number (count this batch) of depot keys retrieved - 已完成檢索共 {0} 個應用程式的所有資料段儲存目錄。 + 已完成檢索共 {0} 個應用程式的 Depot。 {0} will be replaced by the number (total count) of apps retrieved @@ -128,17 +128,53 @@ 無法提交資料,因為沒有可以讓我們歸類為貢獻者的有效 SteamID 集。 考慮設定 {0} 屬性。 {0} will be replaced by the name of the config property (e.g. "SteamOwnerID") that the user is expected to set - - - - - - - - - - - - - + + 正在提交註冊的應用程式/程式包/Depot 共:{0}/{1}/{2}… + {0} will be replaced by the number of app access tokens being submitted, {1} will be replaced by the number of package access tokens being submitted, {2} will be replaced by the number of depot keys being submitted + + + 由於發送的請求過多導致提交失敗,我們將在約 {0} 後重試。 + {0} will be replaced by translated TimeSpan string (such as "53 minutes") + + + 已成功提交資料。伺服器共已註冊了新的應用程式/程式包/Depot 共:{0} ({1} 個已驗證)/{2} ({3} 個已驗證)/{4} ({5} 個已驗證)。 + {0} will be replaced by the number of new app access tokens that the server has registered, {1} will be replaced by the number of verified app access tokens that the server has registered, {2} will be replaced by the number of new package access tokens that the server has registered, {3} will be replaced by the number of verified package access tokens that the server has registered, {4} will be replaced by the number of new depot keys that the server has registered, {5} will be replaced by the number of verified depot keys that the server has registered + + + 新的應用程式:{0} + {0} will be replaced by list of the apps (IDs, numbers), separated by a comma + + + 已驗證的應用程式:{0} + {0} will be replaced by list of the apps (IDs, numbers), separated by a comma + + + 新的程式包:{0} + {0} will be replaced by list of the packages (IDs, numbers), separated by a comma + + + 已驗證的程式包:{0} + {0} will be replaced by list of the packages (IDs, numbers), separated by a comma + + + 新的 Depot:{0} + {0} will be replaced by list of the depots (IDs, numbers), separated by a comma + + + 已被驗證的 Depot:{0} + {0} will be replaced by list of the depots (IDs, numbers), separated by a comma + + + {0} 已被初始化,外掛程式將無法解析其中任何一個:{1}。 + {0} will be replaced by the name of the config property (e.g. "SecretPackageIDs"), {1} will be replaced by list of the objects (IDs, numbers), separated by a comma + + + 正在載入 STD 全域快取… + + + 正在驗證 STD 全域快取完整性… + + + 無法驗證 STD 全域快取完整性。這表示可能有檔案/記憶損壞,將初始化一個新實例。 + diff --git a/ArchiSteamFarm/Localization/Strings.zh-TW.resx b/ArchiSteamFarm/Localization/Strings.zh-TW.resx index 4604830c3..58ac49d6f 100644 --- a/ArchiSteamFarm/Localization/Strings.zh-TW.resx +++ b/ArchiSteamFarm/Localization/Strings.zh-TW.resx @@ -190,7 +190,7 @@ {0} will be replaced by current version, {1} will be replaced by remote version - 請輸入你的 Steam Guard 行動驗證器上的兩步驟驗證代碼: + 請輸入你的 Steam Guard 行動驗證器上的雙重驗證代碼: Please note that this translation should end with space @@ -341,7 +341,7 @@ 已成功匯入行動驗證器! - 兩步驟驗證權杖:{0} + 雙重驗證權杖:{0} {0} will be replaced by generated 2FA token (string) @@ -369,7 +369,7 @@ 這個 Bot 將不會啟動,因為它在設定檔中被停用! - 已連續收到 {0} 次 TwoFactorCodeMismatch 錯誤訊息。你的兩步驟驗證憑證可能已失效,或者時間不同步,正在中止! + 已連續收到 {0} 次 TwoFactorCodeMismatch 錯誤訊息。你的雙重驗證憑證可能已失效,或者時間不同步,正在中止! {0} will be replaced by maximum allowed number of failed 2FA attempts @@ -399,7 +399,7 @@ 你無法對自己發出交易請求! - 這個 Bot 並未啟用 ASF 兩步驟驗證!您是否忘記將兩步驟驗證導入至 ASF? + 這個 Bot 並未啟用 ASF 雙重驗證!您是否忘記將雙重驗證導入至 ASF? 此 Bot 尚未連線! diff --git a/wiki b/wiki index 089da4eeb..a9abbe700 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 089da4eebaf55414b7cb3242458e766ae4490d53 +Subproject commit a9abbe700294181d5c70975a6eb505614752e3a4