Automatic translations update

This commit is contained in:
ArchiBot
2021-12-13 02:11:22 +00:00
parent 5229f52f47
commit d60b932dfa
4 changed files with 104 additions and 33 deletions

View File

@@ -62,34 +62,87 @@
PublicKeyToken=b77a5c561934e089
</value>
</resheader>
<data name="PluginDisabledMissingBuildToken" xml:space="preserve">
<value>{0} buvo išjungtas, dėl trūkstamos dalies</value>
<comment>{0} will be replaced by the name of the plugin (e.g. "SteamTokenDumperPlugin")</comment>
</data>
<data name="PluginInitializedAndEnabled" xml:space="preserve">
<value>{0} buvo sėkmingai įrašytas, dėkojame už jūsų pagalbą. Pirma pateiktis įvyks už maždaug {1} nuo dabar.</value>
<comment>{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")</comment>
</data>
<data name="FileCouldNotBeLoadedFreshInit" xml:space="preserve">
<value>{0} nepavyko užkrauti, bus įrašyta nauja instancija...</value>
<comment>{0} will be replaced by the name of the file (e.g. "GlobalCache")</comment>
</data>
<data name="BotNoAppsToRefresh" xml:space="preserve">
<value>Šiame robote nėra jokių programų, kurias reikėtų atnaujinti.</value>
</data>
<data name="BotRetrievingTotalAppAccessTokens" xml:space="preserve">
<value>Iš viso gaunama {0} programos prieigos raktų...</value>
<comment>{0} will be replaced by the number (total count) of app access tokens being retrieved</comment>
</data>
<data name="BotRetrievingAppAccessTokens" xml:space="preserve">
<value>Gaunama {0} programos prieigos raktų...</value>
<comment>{0} will be replaced by the number (count this batch) of app access tokens being retrieved</comment>
</data>
<data name="BotFinishedRetrievingAppAccessTokens" xml:space="preserve">
<value>Baigta gauti {0} programos prieigos raktų.</value>
<comment>{0} will be replaced by the number (count this batch) of app access tokens retrieved</comment>
</data>
<data name="BotFinishedRetrievingTotalAppAccessTokens" xml:space="preserve">
<value>Iš viso baigta gauti {0} programos prieigos raktų.</value>
<comment>{0} will be replaced by the number (total count) of app access tokens retrieved</comment>
</data>
<data name="BotRetrievingAppInfos" xml:space="preserve">
<value>Gaunama {0} programos informacijos...</value>
<comment>{0} will be replaced by the number (count this batch) of app infos being retrieved</comment>
</data>
<data name="BotFinishedRetrievingAppInfos" xml:space="preserve">
<value>Baigta gauti {0} programos informacijos.</value>
<comment>{0} will be replaced by the number (count this batch) of app infos retrieved</comment>
</data>
<data name="SubmissionNoNewData" xml:space="preserve">
<value>Nėra jokių naujų duomenų, kuriuos būtų galima pateikti, viskas jau atnaujinta.</value>
</data>
<data name="SubmissionFailedTooManyRequests" xml:space="preserve">
<value>Pateiktis nepavyko dėl per daug išsiustų prašymų, pradėsime iš naujo už maždaug {0} nuo dabar.</value>
<comment>{0} will be replaced by translated TimeSpan string (such as "53 minutes")</comment>
</data>
<data name="SubmissionSuccessfulNewApps" xml:space="preserve">
<value>Naujos programos: {0}</value>
<comment>{0} will be replaced by list of the apps (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulVerifiedApps" xml:space="preserve">
<value>Patvirtintos programos: {0}</value>
<comment>{0} will be replaced by list of the apps (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulNewPackages" xml:space="preserve">
<value>Nauji paketai: {0}</value>
<comment>{0} will be replaced by list of the packages (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulVerifiedPackages" xml:space="preserve">
<value>Patvirtinti paketai: {0}</value>
<comment>{0} will be replaced by list of the packages (IDs, numbers), separated by a comma</comment>
</data>
<data name="PluginSecretListInitialized" xml:space="preserve">
<value>{0} inicijuota, įskiepis neišspręs nė vieno iš šių dalykų: {1}.</value>
<comment>{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</comment>
</data>
<data name="LoadingGlobalCache" xml:space="preserve">
<value>Kraunama STD global talpykla...</value>
</data>
<data name="ValidatingGlobalCacheIntegrity" xml:space="preserve">
<value>Tvirtinamas STD global talpyklos vientisumas...</value>
</data>
</root>

View File

@@ -168,7 +168,13 @@
<value>{0} đã được khởi tạo, plugin sẽ không can thiệp với những thứ sau: {1}.</value>
<comment>{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</comment>
</data>
<data name="LoadingGlobalCache" xml:space="preserve">
<value>Đang tải bộ nhớ đệm STD chung...</value>
</data>
<data name="ValidatingGlobalCacheIntegrity" xml:space="preserve">
<value>Đang kiểm tra trạng thái bộ nhớ đệm STD chung...</value>
</data>
<data name="GlobalCacheIntegrityValidationFailed" xml:space="preserve">
<value>Không thể xác minh trạng thái bộ nhớ đệm chung STD. Điều này có khả năng do tệp/bộ nhớ bị hỏng, một trạng thái mới sẽ được khởi tạo thay thế.</value>
</data>
</root>

View File

@@ -165,7 +165,7 @@ StackTrace:
<value>Đang khởi động lại...</value>
</data>
<data name="Starting" xml:space="preserve">
<value>Bắt đầu...</value>
<value>Đang khởi động...</value>
</data>
<data name="Success" xml:space="preserve">
<value>Hoàn tất!</value>
@@ -719,13 +719,25 @@ Thời gian hoạt động: {1}</value>
<value>Bạn đang sử dụng cài đặt {0} của thuộc tính {1}, nhưng bạn đã không cung cấp một --cryptkey tùy chỉnh. Điều này hoàn toàn tự hủy sự bảo vệ, vì ASF buộc phải sử dụng khóa (đã biết) của nó. Bạn nên cung cấp một --cryptkey tùy chỉnh để nhận được lợi ích bảo mật được cung cấp bởi cài đặt này.</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>Bạn đang cố chạy ASF với tư cách là quản trị viên (admin/root). Điều này gây ra rủi ro bảo mật đáng kể cho máy của bạn, và vì ASF không yêu cầu quyền truy cập root cho hoạt động của nó, chúng tôi đề xuất chạy ASF thông thường thay vì với tư cách admin nếu có thể.</value>
</data>
<data name="WarningRunningInUnsupportedEnvironment" xml:space="preserve">
<value>Bạn đang chạy ASF trong môi trường không được hỗ trợ, bằng việc cung cấp lệnh --ignore-unsupported-environment. Xin lưu ý rằng chúng tôi không cung cấp bất cứ sự hỗ trợ nào cho hoàn cảnh này và bạn hoàn toàn tự chịu trách nhiệm. Bạn đã được cảnh báo.</value>
</data>
<data name="FetchingChecksumFromRemoteServer" xml:space="preserve">
<value>Đang thu nhận checksum từ máy chủ từ xa...</value>
</data>
<data name="VerifyingChecksumWithRemoteServer" xml:space="preserve">
<value>Đang xác minh checksum của dữ liệu nhị phân đã tải xuống với cái từ máy chủ từ xa...</value>
</data>
<data name="ChecksumMissing" xml:space="preserve">
<value>Máy chủ từ xa không biết gì về phiên bản chúng ta đang chuẩn bị cập nhật lên. Tình huống này có thể do phiên bản đó vừa được phát hành gần đây - đang từ chối việc tiếp tục quá trình cập nhật ngay lập tức để đề phòng bảo mật.</value>
</data>
<data name="ChecksumWrong" xml:space="preserve">
<value>Máy chủ từ xa vừa trả lại một checksum khác, điều này có thể nghĩa là phần tải xuống bị hỏng hoặc một vụ tấn cống MITM, đang từ chối việc tiếp tục quá trình cập nhật!</value>
</data>
<data name="PatchingFiles" xml:space="preserve">
<value>Đang vá tệp ASF...</value>
</data>
</root>

2
wiki

Submodule wiki updated: 7ae28b5863...c8f519caf7