Commit Graph

163 Commits

Author SHA1 Message Date
Brian eb0213c60b Update Norwegian language file (#934)
* Updated no.lua

* Bump

---------

Co-authored-by: zwkf <dev@charlie.fyi>
2023-02-22 00:02:26 +00:00
minkuan-buu e515317cc8 Fix Vietnamese translations (#947)
* Update vn.lua

Edit spelling

* Bump

---------

Co-authored-by: zwkf <dev@charlie.fyi>
2023-02-21 23:56:39 +00:00
Pride1922 a3f2e3e8ca Update pt.lua (#891)
Up to date portuguese translation
2022-12-13 09:20:52 +01:00
David Malchin 67ef3741b7 Add clearer messages and handle database errors on player connecting 2022-09-30 02:06:04 +03:00
Mohamed Shaheen b56b0cb4ee Merge branch 'main' into main 2022-09-20 13:30:40 +02:00
Antsuplarts c6e121b683 Update et.lua 2022-09-19 07:15:08 -07:00
Antsuplarts 47909ec878 Update et.lua
I have updated the estonian translation
2022-09-19 07:01:37 -07:00
Mohamed Shaheen ba021defa7 fix 2022-09-19 02:01:13 +02:00
Kenneth Iversen d3c189b1c1 Merge branch 'main' into main 2022-09-14 10:26:02 +02:00
Kenneth Iversen b4d92b8231 Enabled auto-switching 2022-09-14 10:24:56 +02:00
Stan 16bc6e3f21 Merge branch 'main' into patch-3 2022-09-14 09:18:26 +01:00
Kenneth Iversen 7a71ee7044 Added norwegian language file 2022-09-13 19:37:54 +02:00
Kenneth Iversen 068a5c4bad Added norwegian language file 2022-09-13 19:34:28 +02:00
kierwin1987 280ab56ca4 Update cs.lua 2022-09-13 10:08:24 +02:00
kierwin1987 af67c499b5 Merge branch 'qbcore-framework:main' into main 2022-09-13 10:04:36 +02:00
Cpt_NoHand 314af274e3 Update de.lua 2022-09-11 17:31:35 +02:00
Cpt_NoHand c0954bb1cc Merge branch 'main' into patch-3 2022-09-09 21:46:35 +02:00
Cpt_NoHand 6164492a6a Update de.lua
updated the duty notifications
2022-09-09 21:46:16 +02:00
Jean Carlos NUnez 7ff469d9c4 fix translation not necessary 2022-09-09 10:10:06 -05:00
Jean Carlos NUnez 610ac2fa69 update translate to Spanish 2022-09-08 16:25:14 -05:00
kierwin1987 93ad2bcd33 Revert "Revert "Update cs.lua""
This reverts commit 6555673ad0.
2022-09-04 10:48:30 +02:00
kierwin1987 6555673ad0 Revert "Update cs.lua"
This reverts commit c6bca6caa4.
2022-09-04 10:48:06 +02:00
David Malchin 1a3aa824fa Add locale convar and locale fallback 2022-09-04 00:46:21 +03:00
kierwin1987 c6bca6caa4 Update cs.lua
added command section and success section
2022-09-03 22:01:40 +02:00
Cpt_NoHand bf607d3490 Update de.lua
sounds better like this
2022-09-01 16:21:41 +02:00
Cpt_NoHand 8c9ced23c1 Update de.lua 2022-08-31 01:33:24 +02:00
sinphoenix 040d75e785 Rename ic.lua to is.lua 2022-08-24 10:46:07 -04:00
sinphoenix 7cb73d7267 Create ic.lua
Icelandic Translation
2022-08-22 16:32:03 -04:00
Kakarot c1851db261 Merge pull request #806 from Enzo-DC/patch-1
update it.lua
2022-08-22 05:15:13 -07:00
David Malchin 459f9b79fa Add missing Hebrew and Russian locales 2022-08-22 14:50:47 +03:00
Enzo edb49b387a update it.lua 2022-08-22 07:51:33 +02:00
Tony f90b3e6577 Update fr.lua 2022-08-22 03:39:05 +02:00
Tony 398a9b3404 Update fr.lua 2022-08-22 03:39:05 +02:00
David Malchin 6513c55aa5 🎨 Use tables in command locales 2022-08-22 03:46:52 +03:00
David Malchin ce216ad676 🎨 Rename locales and remove notify translation type 2022-08-21 23:48:45 +03:00
ChatDisabled 4f01220879 linting 2022-08-21 18:57:28 +02:00
ChatDisabled 69711ce88f ro locales 2022-08-21 18:40:22 +02:00
ChatDisabled 7aba11da2c server/exports.lua 2022-08-21 18:36:50 +02:00
ChatDisabled 13f88bf2e8 server/commands.lua + remove dubble locales 2022-08-21 18:33:15 +02:00
ChatDisabled f60e99ac67 the locales 2022-08-21 18:26:34 +02:00
Kakarot 8cbf784ccd Merge pull request #787 from D4isDAVID/locale
Update Russian and Hebrew locales
2022-08-20 14:12:42 -07:00
buddizer 603467c87d Update es.lua 2022-08-19 21:04:40 -06:00
David Malchin ad47b49b7f Add location_not_exist to Russian and Hebrew locales 2022-08-19 22:33:31 +03:00
Kakarot 4d17bf9c03 Merge branch 'main' into locale 2022-08-19 09:51:27 -07:00
Kakarot 8fffc421bb Merge Dev (#794)
* [Update] Stuff and Things - Fix Exploit

- Update doors on teleport so they don't get stuck (requires my doorlock PR that creates a updateDoors() export
- Support for heading with TeleportToCoords event
- Support for teleporting to location name with /tp and a default file with locations to use
- Remove 'QBCore:Server:AddItem' event (requires PR to other resources that use it)
- Support for an array of items that do the same thing with QBCore.Functions.CreateUsableItem
- Player exists check before removing or adding permission
- Trigger OnPlayerUnload as a server side event too
- Player.Functions.GetMetaData function
- Added reason to money remove logs
- Set dirt level to 0 on /car vehicles

* Export to Event

* Deprecate instead of remove?

* Player+License verification fix

* Update events.lua

* Export change for qb-management

* [Hotfix] Errors after Merge

* [Change] src to source

* Prevent people using /me to troll

This prevents people using that /me troll with the huge font size and different colors.

* Remove DoorUpdate event

* Update client/events.lua

Co-authored-by: BerkieBb <82737367+BerkieBb@users.noreply.github.com>

* Update server/functions.lua

Co-authored-by: BerkieBb <82737367+BerkieBb@users.noreply.github.com>

* Adjustments for BB

* Linting

* fix(server/functions): use indexed variables

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/events): remove unnecessary _

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/events): remove unnecessary _'s

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/events): language

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/events): language

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/events): language

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/events): language

Co-authored-by: David Malchin <malchin459@gmail.com>

* chore(server/player): indentation

Co-authored-by: David Malchin <malchin459@gmail.com>

* [Chore] Remove Money

Removed repetitive code that made zero sense

* Update en.lua

* Update player.lua

* Update player.lua

* Update functions.lua

Co-authored-by: ItsANoBrainer <itsanobrainergg@protonmail.com>
Co-authored-by: Scullyy <51968381+Scullyy@users.noreply.github.com>
Co-authored-by: Idris Dev <IdrisDose@users.noreply.github.com>
Co-authored-by: Idris <idrisdev@gmail.com>
Co-authored-by: BerkieBb <82737367+BerkieBb@users.noreply.github.com>
Co-authored-by: David Malchin <malchin459@gmail.com>
Co-authored-by: Chris Usiak <christopher.usiak@oakland.k12.mi.us>
2022-08-19 11:48:39 -05:00
David Malchin 26e38dc33d Update Russian locale 2022-08-17 09:29:54 +03:00
David Malchin 82b99ab06d Update Hebrew locale 2022-08-17 09:29:49 +03:00
Tony 5a6460cd71 Update fr.lua 2022-08-16 00:21:06 +02:00
Ethan Johnson 15e37a0c34 Performance, notification, and localization updates to server/commands.lua (#638)
* 🐎 Update ace permissions loop from pairs() to for-i

* Add success notification to `openserver` and `closeserver`

* 🌐 Add missing localization strings for commands

* Add missing comma at end of line

Co-authored-by: Kakarot <57848836+GhzGarage@users.noreply.github.com>
Co-authored-by: BerkieBb <82737367+BerkieBb@users.noreply.github.com>
2022-08-15 08:37:32 +02:00
AnthoHansen abc108e760 Merge branch 'qbcore-framework:main' into main 2022-07-25 14:23:11 +02:00