This commit is contained in:
岛风 2024-01-11 06:01:32 +08:00
parent 029a25d64c
commit 1ce2462fa3
22 changed files with 3 additions and 87 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/SaveBackup
/ErrorHandler
/ConsoleCommands

Binary file not shown.

View File

@ -1,9 +0,0 @@
{
"Name": "Console Commands",
"Author": "SMAPI",
"Version": "3.18.6",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
"MinimumApiVersion": "3.18.6"
}

Binary file not shown.

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Ungültiger Inhalt wurde entfernt, um einen Absturz zu verhindern (siehe SMAPI Konsole für weitere Informationen)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Invalid content was removed to prevent a crash (see the SMAPI console for info)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Se ha quitado contenido inválido para evitar un cierre forzoso (revisa la consola de SMAPI para más información)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Le contenu non valide a été supprimé afin d'éviter un plantage (voir la console de SMAPI pour plus d'informations)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Érvénytelen elemek kerültek eltávolításra, hogy a játék ne omoljon össze (további információk a SMAPI konzolon)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Contenuto non valido rimosso per prevenire un crash (Guarda la console di SMAPI per maggiori informazioni)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "クラッシュを防ぐために無効なコンテンツを取り除きました 詳細はSMAPIコンソールを参照"
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "충돌을 방지하기 위해 잘못된 컨텐츠가 제거되었습니다 (자세한 내용은 SMAPI 콘솔 참조)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Nieprawidłowa zawartość została usunięta, aby zapobiec awarii (zobacz konsolę SMAPI po więcej informacji)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Conteúdo inválido foi removido para prevenir uma falha (veja o console do SMAPI para mais informações)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Недопустимое содержимое было удалено, чтобы предотвратить сбой (см. информацию в консоли SMAPI)"
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "ทำการลบเนื้อหาที่ไม่ถูกต้องออก เพื่อป้องกันไฟล์เกมเสียหาย (ดูรายละเอียดที่หน้าคอลโซลของ SMAPI)"
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Yanlış paketlenmiş bir içerik, oyunun çökmemesi için yüklenmedi (SMAPI konsol penceresinde detaylı bilgi mevcut)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "Недійсний вміст видалено, щоб запобігти аварійному завершенню роботи (Додаткову інформацію див. на консолі SMAPI)."
}

View File

@ -1,4 +0,0 @@
{
// warning messages
"warn.invalid-content-removed": "非法内容已移除以防游戏闪退查看SMAPI控制台获得更多信息"
}

View File

@ -1,9 +0,0 @@
{
"Name": "Error Handler",
"Author": "SMAPI",
"Version": "3.18.6",
"Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
"UniqueID": "SMAPI.ErrorHandler",
"EntryDll": "ErrorHandler.dll",
"MinimumApiVersion": "3.18.6"
}

Binary file not shown.

View File

@ -1,9 +0,0 @@
{
"Name": "Save Backup",
"Author": "SMAPI",
"Version": "3.18.6",
"Description": "Automatically backs up all your saves once per day into its folder.",
"UniqueID": "SMAPI.SaveBackup",
"EntryDll": "SaveBackup.dll",
"MinimumApiVersion": "3.18.6"
}