From 09abb9c45050abb12a19eef0fd4bd26c9290d228 Mon Sep 17 00:00:00 2001 From: Tony <97451137+TonybynMp4@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:46:52 +0100 Subject: [PATCH] Add Joining server translations --- locale/en.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/locale/en.lua b/locale/en.lua index b9d91ae..202d41b 100644 --- a/locale/en.lua +++ b/locale/en.lua @@ -7,7 +7,10 @@ local Translations = { no_access = 'No access to this command', company_too_poor = 'Your employer is broke', item_not_exist = 'Item does not exist', - too_heavy = 'Inventory too full' + too_heavy = 'Inventory too full', + duplicate_license = 'Duplicate Rockstar License Found', + no_valid_license = 'No Valid Rockstar License Found', + not_whitelisted = 'You\'re not whitelisted for this server' }, success = {}, info = { @@ -15,7 +18,10 @@ local Translations = { job_info = 'Job: %{value} | Grade: %{value2} | Duty: %{value3}', gang_info = 'Gang: %{value} | Grade: %{value2}', on_duty = 'You are now on duty!', - off_duty = 'You are now off duty!' + off_duty = 'You are now off duty!', + checking_ban = 'Hello %s. We are checking if you are banned.', + join_server = 'Welcome %s to {Server Name}.', + checking_whitelisted = 'Hello %s. We are checking your allowance.' } }