Skip to content

Commit

Permalink
feat: bpt_ballasjob\locales\en.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 15, 2023
1 parent 3788020 commit 7193eff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
50. [bpt_ballasjob]: refactor: bpt_ballasjob inventory implementation @bitpredator
51. [bpt_ballasjob]: feat: bpt_ballasjob\locales\en.lua @bitpredator
16 changes: 16 additions & 0 deletions server-data/resources/[bpt_addons]/bpt_ballasjob/locales/en.lua
Original file line number Diff line number Diff line change
@@ -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'
}

0 comments on commit 7193eff

Please sign in to comment.