mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Automatic translations update
This commit is contained in:
@@ -711,7 +711,16 @@ Czas procesu: {1}</value>
|
||||
<value>Twój klucz szyfrowania wydaje się słaby. Rozważ wybór silniejszego dla zwiększenia bezpieczeństwa. Powód: {0}</value>
|
||||
<comment>{0} will be replaced by the reason for the encryption key being considered weak</comment>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
<data name="WarningTooShortCryptKey" xml:space="preserve">
|
||||
<value>Twój klucz szyfrowania jest zbyt krótki. Zalecamy użyć takiego, który ma co najmniej {0} bajtów (znaków).</value>
|
||||
<comment>{0} will be replaced by the number of bytes (characters) recommended</comment>
|
||||
</data>
|
||||
<data name="WarningDefaultCryptKeyUsedForHashing" xml:space="preserve">
|
||||
<value>Używasz {0} ustawienia właściwości {1}, ale nie podałeś niestandardowego --cryptkey. Powinieneś podać niestandardowy --cryptkey, aby zwiększyć bezpieczeństwo.</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>Używasz {0} ustawienia właściwości {1}, ale nie podałeś niestandardowego --cryptkey. To całkowicie niweczy ochronę, ponieważ ASF jest zmuszony do użycia własnego (znanego) klucza. Powinieneś podać niestandardowy --cryptkey, aby skorzystać z zalet bezpieczeństwa oferowanych przez to ustawienie.</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>
|
||||
</root>
|
||||
|
||||
@@ -699,10 +699,28 @@
|
||||
<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 the reason for the password being considered weak</comment>
|
||||
</data>
|
||||
<data name="WarningWeakSteamPassword" xml:space="preserve">
|
||||
<value>您 '{0}' 的 Steam 密码似乎很弱。请考虑选择更强的密码来增强安全性。原因:{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 the reason for the password being considered weak</comment>
|
||||
</data>
|
||||
<data name="WarningWeakCryptKey" xml:space="preserve">
|
||||
<value>您的加密密钥似乎很弱。请考虑选择更强的密钥来增强安全性。原因:{0}</value>
|
||||
<comment>{0} will be replaced by the reason for 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>您正在为 {1} 属性使用 {0} 设置,但未提供自定义密钥 --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>您正在为 {1} 属性使用 {0} 设置,但未提供自定义密钥 --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>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user