Skip to content

Commit

Permalink
Automatic translations update
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi-ArchiBot committed Mar 17, 2024
1 parent b86f83a commit 6428e5a
Show file tree
Hide file tree
Showing 40 changed files with 622 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,80 @@
<value>Закінчено отримання всього {0} токенів доступу.</value>
<comment>{0} will be replaced by the number (total count) of app access tokens retrieved</comment>
</data>




















<data name="BotRetrievingTotalDepots" xml:space="preserve">
<value>Отримання всіх депо для загалом {0} програм...</value>
<comment>{0} will be replaced by the number (total count) of apps being retrieved</comment>
</data>
<data name="BotRetrievingAppInfos" xml:space="preserve">
<value>Отримання {0} інформації про програму...</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>Завершено отримання {0} інформації про програму.</value>
<comment>{0} will be replaced by the number (count this batch) of app infos retrieved</comment>
</data>
<data name="BotFinishedRetrievingDepotKeys" xml:space="preserve">
<value>Успішно отримано {0} з {1} ключів депо.</value>
<comment>{0} will be replaced by the number (count this batch) of depot keys that were successfully retrieved, {1} will be replaced by the number (count this batch) of depot keys that were supposed to be retrieved</comment>
</data>
<data name="BotFinishedRetrievingTotalDepots" xml:space="preserve">
<value>Завершено отримання всіх ключів депо для {0} програм.</value>
<comment>{0} will be replaced by the number (total count) of apps retrieved</comment>
</data>
<data name="SubmissionNoNewData" xml:space="preserve">
<value>Ніяких нових даних подавати не потрібно, все актуально.</value>
</data>
<data name="SubmissionNoContributorSet" xml:space="preserve">
<value>Не вдалося надіслати дані, оскільки немає дійсного набору SteamID, який ми могли б класифікувати як дописувача. Подумайте про встановлення властивості {0}.</value>
<comment>{0} will be replaced by the name of the config property (e.g. "SteamOwnerID") that the user is expected to set</comment>
</data>
<data name="SubmissionInProgress" xml:space="preserve">
<value>Надіслати загальну кількість зареєстрованих програм/пакетів/депо: {0}/{1}/{2}...</value>
<comment>{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</comment>
</data>
<data name="SubmissionFailedTooManyRequests" xml:space="preserve">
<value>Відправлення не вдалося через занадто велику кількість надісланих запитів, ми спробуємо ще раз приблизно через {0} відтепер.</value>
<comment>{0} will be replaced by translated TimeSpan string (such as "53 minutes")</comment>
</data>
<data name="SubmissionSuccessful" xml:space="preserve">
<value>Дані успішно надіслано. На сервері зареєстровано всього нових програм/пакунків/сховищ: {0} ({1} перевірено)/{2} ({3} перевірено)/{4} ({5} перевірено).</value>
<comment>{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</comment>
</data>
<data name="SubmissionSuccessfulNewApps" xml:space="preserve">
<value>Нові програми: {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>Перевірених програм: {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>Нові пакунки: {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>Перевірені пакунки: {0}</value>
<comment>{0} will be replaced by list of the packages (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulNewDepots" xml:space="preserve">
<value>Нові склади: {0}</value>
<comment>{0} will be replaced by list of the depots (IDs, numbers), separated by a comma</comment>
</data>
<data name="SubmissionSuccessfulVerifiedDepots" xml:space="preserve">
<value>Перевірені склади: {0}</value>
<comment>{0} will be replaced by list of the depots (IDs, numbers), separated by a comma</comment>
</data>
<data name="PluginSecretListInitialized" xml:space="preserve">
<value>{0} ініціалізовано, плагін не буде вирішувати жодного з них: {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>Завантаження глобального кешу STD...</value>
</data>
<data name="ValidatingGlobalCacheIntegrity" xml:space="preserve">
<value>Перевірка цілісності глобального кешу STD...</value>
</data>
<data name="GlobalCacheIntegrityValidationFailed" xml:space="preserve">
<value>Не вдалося перевірити цілісність глобального кешу STD. Це свідчить про можливе пошкодження файлу/пам'яті, замість нього буде ініціалізовано новий екземпляр.</value>
</data>
</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.be-BY.resx
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,16 @@ StackTrace:















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.bg-BG.resx
Original file line number Diff line number Diff line change
Expand Up @@ -744,4 +744,16 @@















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.bs-Latn.resx
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,18 @@


















Expand Down
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.cs-CZ.resx
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,16 @@ StackTrace:















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.da-DK.resx
Original file line number Diff line number Diff line change
Expand Up @@ -675,4 +675,16 @@ Processens oppetid: {1}</value>















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.de-DE.resx
Original file line number Diff line number Diff line change
Expand Up @@ -765,4 +765,16 @@ Prozesslaufzeit: {1}</value>
<value>Sammeln {0} ({1}) ist deaktiviert, da das Spiel derzeit als privat markiert ist. Wenn Sie vorhaben, dieses Spiel mit ASF zu sammeln, dann erwägen Sie die Änderung der entsprechenden Privatsphäre-Einstellungen.</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>












</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.el-GR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -741,4 +741,16 @@ StackTrace:















</root>
46 changes: 46 additions & 0 deletions ArchiSteamFarm/Localization/Strings.es-ES.resx
Original file line number Diff line number Diff line change
Expand Up @@ -763,4 +763,50 @@ Tiempo de actividad del proceso: {1}</value>
<value>La recolección para {0} ({1}) está deshabilitada, debido a que ese juego actualmente está marcado como privado. Si deseas que ASF recolecte ese juego, considera cambiar su configuración de privacidad.</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>
<data name="WarningSkipping" xml:space="preserve">
<value>Omitiendo: {0}...</value>
<comment>{0} will be replaced by text value (string) of entry being skipped.</comment>
</data>
<data name="PluginUpdatesChecking" xml:space="preserve">
<value>Buscando actualizaciones de plugins...</value>
</data>
<data name="PluginUpdateChecking" xml:space="preserve">
<value>Comprobando actualización del plugin {0}...</value>
<comment>{0} will be replaced by plugin name (string).</comment>
</data>
<data name="PluginUpdateNotFound" xml:space="preserve">
<value>No hay actualizaciones disponibles para el plugin {0}: {1} ≥ {2}.</value>
<comment>{0} will be replaced by plugin name (string), {1} will be replaced by current plugin's version, {2} will be replaced by remote plugin's version.</comment>
</data>
<data name="PluginUpdateFound" xml:space="preserve">
<value>Se encontró una actualización del plugin {0} de la versión {1} a {2}...</value>
<comment>{0} will be replaced by plugin name (string), {1} will be replaced by current plugin's version, {2} will be replaced by remote plugin's version.</comment>
</data>
<data name="PluginUpdateNoAssetFound" xml:space="preserve">
<value>Ningún recurso disponible para la actualización del plugin {0} de la versión {1} a {2}, esto generalmente significa que la actualización estará disponible más adelante.</value>
<comment>{0} will be replaced by plugin name (string), {1} will be replaced by current plugin's version, {2} will be replaced by remote plugin's version.</comment>
</data>
<data name="PluginUpdateConflictingAssetsFound" xml:space="preserve">
<value>No se pudo determinar ningún recurso para la actualización del plugin {0} de la versión {1} a {2}. Esto puede suceder si la versión aún no está terminada - si sigue sucediendo, deberías notificar al creador del plugin.</value>
<comment>{0} will be replaced by plugin name (string), {1} will be replaced by current plugin's version, {2} will be replaced by remote plugin's version.</comment>
</data>
<data name="PluginUpdateInProgress" xml:space="preserve">
<value>Actualizando plugin {0}...</value>
<comment>{0} will be replaced by plugin name (string).</comment>
</data>
<data name="PluginUpdateFinished" xml:space="preserve">
<value>La actualización del plugin {0} ha sido exitosa, los cambios se cargarán en la siguiente ejecución de ASF.</value>
<comment>{0} will be replaced by plugin name (string).</comment>
</data>
<data name="PluginUpdateEnabled" xml:space="preserve">
<value>El plugin {0}/{1} ha sido registrado y habilitado para actualizaciones automáticas.</value>
<comment>{0} will be replaced by plugin name (string), {1} will be replaced by plugin assembly name (string).</comment>
</data>
<data name="PluginUpdateDisabled" xml:space="preserve">
<value>El plugin {0}/{1} ha sido deshabilitado para las actualizaciones automáticas, a pesar de soportar dicha función.</value>
<comment>{0} will be replaced by plugin name (string), {1} will be replaced by plugin assembly name (string).</comment>
</data>
<data name="CustomPluginUpdatesEnabled" xml:space="preserve">
<value>Los plugins personalizados han sido registados para actualizaciones automáticas. El equipo de ASF desea recordarte que, por tu propia seguridad, únicamente deberías habilitar las actualizaciones automáticas de fuentes confiables. Si no pretendías hacer esto, puedes deshabilitar la actualización de plugins en la configuración global de ASF.</value>
</data>
</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.fa-IR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,18 @@


















Expand Down
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.fi-FI.resx
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,16 @@ Prosessin käyttöaika: {1}</value>















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.fr-FR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -750,4 +750,16 @@ Durée de fonctionnement : {1}</value>















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.he-IL.resx
Original file line number Diff line number Diff line change
Expand Up @@ -747,4 +747,16 @@ StackTrace:















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.hu-HU.resx
Original file line number Diff line number Diff line change
Expand Up @@ -736,4 +736,16 @@ Ennyi ideje fut: {1}</value>















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.id-ID.resx
Original file line number Diff line number Diff line change
Expand Up @@ -699,4 +699,16 @@ Waktu aktif proses: {1}</value>















</root>
12 changes: 12 additions & 0 deletions ArchiSteamFarm/Localization/Strings.it-IT.resx
Original file line number Diff line number Diff line change
Expand Up @@ -762,4 +762,16 @@ Tempo di attività: {1}</value>
<value>Farming {0} ({1}) è disabilitato, in quanto quel gioco è attualmente contrassegnato come privato. Se si intende da ASF farmare quel gioco, prendere in considerazione di modificare le sue impostazioni sulla privacy.</value>
<comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name</comment>
</data>












</root>
Loading

0 comments on commit 6428e5a

Please sign in to comment.