diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index f75f8df04..0b3e862ba 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -74,4 +74,5 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse 47. [server.cfg]: fix: Couldn't find resource @bitpredator 48. fix: No such export getSharedObject in resource es_extended @bitpredator 49. [bpt_bakerjob]: refactor: bpt_bakerjob inventory implementation @bitpredator -50. [bpt_ballasjob]: refactor: bpt_ballasjob inventory implementation @bitpredator \ No newline at end of file +50. [bpt_ballasjob]: refactor: bpt_ballasjob inventory implementation @bitpredator +51. [bpt_ballasjob]: feat: bpt_ballasjob\locales\en.lua @bitpredator \ No newline at end of file diff --git a/server-data/resources/[bpt_addons]/bpt_ballasjob/locales/en.lua b/server-data/resources/[bpt_addons]/bpt_ballasjob/locales/en.lua new file mode 100644 index 000000000..90192319d --- /dev/null +++ b/server-data/resources/[bpt_addons]/bpt_ballasjob/locales/en.lua @@ -0,0 +1,16 @@ +Locales['en'] = { + ['amount_invalid'] = 'invalid amount', + ['press_to_open'] = 'press [E] to access the menu', + ['billing'] = 'billing', + ['billing_sent'] = 'the account has been registered!', + ['invoice_amount'] = 'invoice amount', + ['no_players_near'] = 'no players nearby', + ['boss_actions'] = 'Boss actions', + ['blip_ballas'] = 'ballas', + ['ballas'] = 'ballas', + -- Inventory + ['deposit_stock'] = 'deposit stock', + ['take_stock'] = 'take stock', + ['have_deposited'] = 'have deposited', + ['quantity_invalid'] = 'quantity invalid' +}