From 1a8bb63e0d08552525e09130c4928c0c4526e901 Mon Sep 17 00:00:00 2001 From: ELL Date: Thu, 16 Sep 2021 11:41:13 +0700 Subject: Add Thai translations --- src/SMAPI.Mods.ErrorHandler/i18n/th.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/SMAPI.Mods.ErrorHandler/i18n/th.json (limited to 'src/SMAPI.Mods.ErrorHandler/i18n') diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/th.json b/src/SMAPI.Mods.ErrorHandler/i18n/th.json new file mode 100644 index 00000000..e2a67dda --- /dev/null +++ b/src/SMAPI.Mods.ErrorHandler/i18n/th.json @@ -0,0 +1,4 @@ +{ + // warning messages + "warn.invalid-content-removed": "ทำการลบเนื้อหาที่ไม่ถูกต้องออก เพื่อป้องกันไฟล์เกมเสียหาย (ดูรายละเอียดที่หน้าคอลโซลของ SMAPI)" +} -- cgit From db89ff0fcdbecf5dc69033157f03f586e2311ad7 Mon Sep 17 00:00:00 2001 From: Zangorr <91568890+Zangorr@users.noreply.github.com> Date: Wed, 29 Sep 2021 05:55:27 +0200 Subject: Add Polish translation --- src/SMAPI.Mods.ErrorHandler/i18n/pl.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/SMAPI.Mods.ErrorHandler/i18n/pl.json (limited to 'src/SMAPI.Mods.ErrorHandler/i18n') diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/pl.json b/src/SMAPI.Mods.ErrorHandler/i18n/pl.json new file mode 100644 index 00000000..05a9d411 --- /dev/null +++ b/src/SMAPI.Mods.ErrorHandler/i18n/pl.json @@ -0,0 +1,4 @@ +{ + // warning messages + "warn.invalid-content-removed": "Nieprawidłowa zawartość została usunięta, aby zapobiec awarii (zobacz konsolę SMAPI po więcej informacji)." +} -- cgit