mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Automatic translations update
This commit is contained in:
parent
0d3bc2cf47
commit
5f545a9bbc
1 changed files with 11 additions and 3 deletions
|
@ -84,7 +84,10 @@
|
|||
<value>例外: {0} () {1} StackTrace: {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>エラーコード {0} で終了します!</value>
|
||||
<comment>{0} will be replaced by error code (number)</comment>
|
||||
</data>
|
||||
<data name="ErrorFailingRequest" xml:space="preserve">
|
||||
<value>要求が失敗: {0}</value>
|
||||
<comment>{0} will be replaced by URL of the request</comment>
|
||||
|
@ -731,8 +734,13 @@ Process uptime: {1}</value>
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<data name="WarningSkipping" xml:space="preserve">
|
||||
<value>スキップ中: {0}...</value>
|
||||
<comment>{0} will be replaced by text value (string) of entry being skipped.</comment>
|
||||
</data>
|
||||
<data name="PluginUpdatesChecking" xml:space="preserve">
|
||||
<value>プラグインのアップデートを確認しています...</value>
|
||||
</data>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue