diff options
| author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-02 22:48:00 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-02 22:48:00 -0500 |
| commit | d34f369d35290bca96cc7225d9765d1a8a66fa8b (patch) | |
| tree | 141bc6b30760bf5745b7adb9ce60f0cf6c8fa720 /src/SMAPI/i18n | |
| parent | a3f21685049cabf2d824c8060dc0b1de47e9449e (diff) | |
| parent | 1128451acf56cf479864047c0bb8bb18e232fa00 (diff) | |
| download | SMAPI-d34f369d35290bca96cc7225d9765d1a8a66fa8b.tar.gz SMAPI-d34f369d35290bca96cc7225d9765d1a8a66fa8b.tar.bz2 SMAPI-d34f369d35290bca96cc7225d9765d1a8a66fa8b.zip | |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/i18n')
| -rw-r--r-- | src/SMAPI/i18n/ru.json | 3 | ||||
| -rw-r--r-- | src/SMAPI/i18n/tr.json | 3 | ||||
| -rw-r--r-- | src/SMAPI/i18n/zh.json | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/ru.json b/src/SMAPI/i18n/ru.json new file mode 100644 index 00000000..a6a242fa --- /dev/null +++ b/src/SMAPI/i18n/ru.json @@ -0,0 +1,3 @@ +{ + "warn.invalid-content-removed": "Недопустимое содержимое было удалено, чтобы предотвратить сбой (см. информацию в консоли SMAPI)" +} diff --git a/src/SMAPI/i18n/tr.json b/src/SMAPI/i18n/tr.json new file mode 100644 index 00000000..34229f2b --- /dev/null +++ b/src/SMAPI/i18n/tr.json @@ -0,0 +1,3 @@ +{ + "warn.invalid-content-removed": "Yanlış paketlenmiş bir içerik, oyunun çökmemesi için yüklenmedi (SMAPI konsol penceresinde detaylı bilgi mevcut)." +} diff --git a/src/SMAPI/i18n/zh.json b/src/SMAPI/i18n/zh.json new file mode 100644 index 00000000..bbd6a574 --- /dev/null +++ b/src/SMAPI/i18n/zh.json @@ -0,0 +1,3 @@ +{
+ "warn.invalid-content-removed": "非法内容已移除以防游戏闪退(查看SMAPI控制台获得更多信息)"
+}
|
