From 379f65aa5a9f53afb33d1c49c1eda09ee7da9676 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Fri, 25 Mar 2022 02:20:23 -0500 Subject: [PATCH] Add more locale strings --- locale/arabic.json | 5 ++++- locale/chinese.json | 5 ++++- locale/english.json | 6 +++++- locale/polish.json | 5 ++++- locale/russian.json | 5 ++++- locale/spanish.json | 5 ++++- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/locale/arabic.json b/locale/arabic.json index cb2b5983..df326080 100644 --- a/locale/arabic.json +++ b/locale/arabic.json @@ -413,5 +413,8 @@ "PlayerCharacterBanned": "{1} has been character banned!", "PlayerSubNetBanned": "{1} has been subnet banned!", "CantModifyBusiness": "You can't manage or modify this business", - "CantModifyHouse": "You can't manage or modify this house" + "CantModifyHouse": "You can't manage or modify this house", + "ServerTimeSet": "{1} set the time to {2}", + "ServerWeatherSet": "{1} set the weather to {2}", + "ServerSnowSet": "{1} turned falling snow {2} and ground snow {3}" } diff --git a/locale/chinese.json b/locale/chinese.json index b2b1d138..9fd964ce 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -413,5 +413,8 @@ "PlayerCharacterBanned": "{1} has been character banned!", "PlayerSubNetBanned": "{1} has been subnet banned!", "CantModifyBusiness": "You can't manage or modify this business", - "CantModifyHouse": "You can't manage or modify this house" + "CantModifyHouse": "You can't manage or modify this house", + "ServerTimeSet": "{1} set the time to {2}", + "ServerWeatherSet": "{1} set the weather to {2}", + "ServerSnowSet": "{1} turned falling snow {2} and ground snow {3}" } diff --git a/locale/english.json b/locale/english.json index 8a902883..3eae96c7 100644 --- a/locale/english.json +++ b/locale/english.json @@ -413,5 +413,9 @@ "PlayerCharacterBanned": "{1} has been character banned!", "PlayerSubNetBanned": "{1} has been subnet banned!", "CantModifyBusiness": "You can't manage or modify this business!", - "CantModifyHouse": "You can't manage or modify this house!" + "CantModifyHouse": "You can't manage or modify this house!", + "ServerTimeSet": "{1} set the time to {2}", + "ServerWeatherSet": "{1} set the weather to {2}", + "ServerSnowSet": "{1} turned falling snow {2} and ground snow {3}" + } diff --git a/locale/polish.json b/locale/polish.json index cc1b2821..6ff7cd66 100644 --- a/locale/polish.json +++ b/locale/polish.json @@ -413,5 +413,8 @@ "PlayerCharacterBanned": "{1} has been character banned!", "PlayerSubNetBanned": "{1} has been subnet banned!", "CantModifyBusiness": "You can't manage or modify this business", - "CantModifyHouse": "You can't manage or modify this house" + "CantModifyHouse": "You can't manage or modify this house", + "ServerTimeSet": "{1} set the time to {2}", + "ServerWeatherSet": "{1} set the weather to {2}", + "ServerSnowSet": "{1} turned falling snow {2} and ground snow {3}" } diff --git a/locale/russian.json b/locale/russian.json index 9103c4e1..99ef7b99 100644 --- a/locale/russian.json +++ b/locale/russian.json @@ -412,5 +412,8 @@ "PlayerCharacterBanned": "{1} has been character banned!", "PlayerSubNetBanned": "{1} has been subnet banned!", "CantModifyBusiness": "You can't manage or modify this business", - "CantModifyHouse": "You can't manage or modify this house" + "CantModifyHouse": "You can't manage or modify this house", + "ServerTimeSet": "{1} set the time to {2}", + "ServerWeatherSet": "{1} set the weather to {2}", + "ServerSnowSet": "{1} turned falling snow {2} and ground snow {3}" } diff --git a/locale/spanish.json b/locale/spanish.json index 2062d7a2..7ab50ed0 100644 --- a/locale/spanish.json +++ b/locale/spanish.json @@ -417,5 +417,8 @@ "PlayerCharacterBanned": "{1} has been character banned!", "PlayerSubNetBanned": "{1} has been subnet banned!", "CantModifyBusiness": "You can't manage or modify this business", - "CantModifyHouse": "You can't manage or modify this house" + "CantModifyHouse": "You can't manage or modify this house", + "ServerTimeSet": "{1} set the time to {2}", + "ServerWeatherSet": "{1} set the weather to {2}", + "ServerSnowSet": "{1} turned falling snow {2} and ground snow {3}" }