Automatic translations update

This commit is contained in:
ArchiBot 2024-09-09 02:18:15 +00:00
parent 0d3bc2cf47
commit 5f545a9bbc
No known key found for this signature in database
GPG key ID: A3D181DF2D554CCF

View file

@ -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>