mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Fixed sending message to offline player (desc)
- Fixed sending a message to offline players when they get promoted, fired or whatever.
- Improved translation
- fixed hardcoded message
- improved translation with the usage of formatting
This commit is contained in:
+4
-4
@@ -8,8 +8,8 @@ Locales['en'] = {
|
||||
['employee_management'] = 'employee management',
|
||||
['fire'] = 'fire',
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'you have deposited ~r~$',
|
||||
['have_withdrawn'] = 'you have withdrawn ~g~$',
|
||||
['have_deposited'] = 'you have deposited ~r~$%s~s~',
|
||||
['have_withdrawn'] = 'you have withdrawn ~g~$%s~s~',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['no'] = 'no',
|
||||
@@ -24,8 +24,8 @@ Locales['en'] = {
|
||||
['withdraw_amount'] = 'witdraw amount',
|
||||
['withdraw_society_money'] = 'withdraw society money',
|
||||
['yes'] = 'yes',
|
||||
['you_have'] = 'you have ~g~$',
|
||||
['you_have_laundered'] = 'you have ~r~laundered~s~ your money: ~g~$',
|
||||
['you_have'] = 'you have ~g~%s$~s~ waiting in ~y~money laundering~s~ (24h).',
|
||||
['you_have_laundered'] = 'you have ~r~laundered~s~ your money: ~g~$%s~s~',
|
||||
['you_have_hired'] = 'you have recruited %s',
|
||||
['you_have_been_hired'] = 'you have been hired by %s',
|
||||
['you_have_fired'] = 'you have fired %s',
|
||||
|
||||
Reference in New Issue
Block a user