From 5c2320adeaff234a09ac6953b93628e105b6716e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Sun, 5 Mar 2023 20:48:25 -0600 Subject: [PATCH] New locale strings --- locale/arabic.json | 8 +++++++- locale/canadian-french.json | 8 +++++++- locale/chinese.json | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/locale/arabic.json b/locale/arabic.json index ed12fbff..aecddba8 100644 --- a/locale/arabic.json +++ b/locale/arabic.json @@ -779,5 +779,11 @@ "MustBeNumber": "You need to use a number!", "HeaderJobRoutesList": "Job Routes ({1})", "HeaderJobRouteInfo": "Job Route Information (${1})", - "InvalidJobRoute": "Job route not found!" + "InvalidJobRoute": "Job route not found!", + "PayPhoneDeleted": "The payphone was deleted", + "PayPhoneAnswer": "Use {1} to answer the payphone", + "ResetActionTipsConfirm": "Are you sure you want to reset all seen action tips?", + "ActionTipsReset": "All seen action tips have been reset.", + "NormalChatDisabled": "Normal chat is disabled by server admin. Use chat commands instead.", + "GlobalChatDisabled": "Global out-of-character chat is disabled by server admin" } \ No newline at end of file diff --git a/locale/canadian-french.json b/locale/canadian-french.json index 774e1c50..6b8b90ac 100644 --- a/locale/canadian-french.json +++ b/locale/canadian-french.json @@ -777,5 +777,11 @@ "MustBeNumber": "You need to use a number!", "HeaderJobRoutesList": "Job Routes ({1})", "HeaderJobRouteInfo": "Job Route Information (${1})", - "InvalidJobRoute": "Job route not found!" + "InvalidJobRoute": "Job route not found!", + "PayPhoneDeleted": "The payphone was deleted", + "PayPhoneAnswer": "Use {1} to answer the payphone", + "ResetActionTipsConfirm": "Are you sure you want to reset all seen action tips?", + "ActionTipsReset": "All seen action tips have been reset.", + "NormalChatDisabled": "Normal chat is disabled by server admin. Use chat commands instead.", + "GlobalChatDisabled": "Global out-of-character chat is disabled by server admin" } \ No newline at end of file diff --git a/locale/chinese.json b/locale/chinese.json index 4d10fbdb..cb29f51e 100644 --- a/locale/chinese.json +++ b/locale/chinese.json @@ -775,5 +775,11 @@ "MustBeNumber": "You need to use a number!", "HeaderJobRoutesList": "Job Routes ({1})", "HeaderJobRouteInfo": "Job Route Information (${1})", - "InvalidJobRoute": "Job route not found!" + "InvalidJobRoute": "Job route not found!", + "PayPhoneDeleted": "The payphone was deleted", + "PayPhoneAnswer": "Use {1} to answer the payphone", + "ResetActionTipsConfirm": "Are you sure you want to reset all seen action tips?", + "ActionTipsReset": "All seen action tips have been reset.", + "NormalChatDisabled": "Normal chat is disabled by server admin. Use chat commands instead.", + "GlobalChatDisabled": "Global out-of-character chat is disabled by server admin" }