Merge pull request #235 from PandaSLO/main

refactor(locales): Fixed several locales do to missing commas.
This commit is contained in:
Benzo
2022-04-30 00:22:05 +02:00
committed by GitHub
5 changed files with 8 additions and 10 deletions
+5 -5
View File
@@ -175,8 +175,8 @@ elseif ESX.GetConfig().Multichar == true then
until next(ESX.Jobs)
FETCH = 'SELECT identifier, accounts, job, job_grade, firstname, lastname, dateofbirth, sex, skin, disabled FROM users WHERE identifier LIKE ? LIMIT ?'
end
end)
end)
end
RegisterNetEvent('esx_multicharacter:SetupCharacters', function()
SetupCharacters(source)
@@ -216,6 +216,6 @@ elseif ESX.GetConfig().Multichar == true then
TriggerEvent('esx:playerLogout', source)
end)
else
assert(nil, '^3WARNING: Multicharacter is disabled - please check your ESX configuration^0')
end
else
assert(nil, '^3WARNING: Multicharacter is disabled - please check your ESX configuration^0')
end
+2 -2
View File
@@ -75,8 +75,8 @@ Locales['de'] = {
-- Item
['used_medikit'] = 'Du hast eindikit verwendet',
['used_bandage'] = 'Du hast einenrband verwendet',
['not_enough_medikit'] = 'Du hast keine Medikits
['not_enough_bandage'] = 'Du hast keine Verbände
['not_enough_medikit'] = 'Du hast keine Medikits',
['not_enough_bandage'] = 'Du hast keine Verbände',
['healed'] = 'Du wurdest behandelt.',
-- Blips
['blip_hospital'] = 'Krankenhaus',
+1 -1
View File
@@ -67,7 +67,7 @@ Locales['hu'] = {
['respawn_available_in'] = 'Újraéledés: s',
['respawn_bleedout_in'] = 'Elfogsz vérezni %s perc %s másodperclva...\n',
['respawn_bleedout_prompt'] = 'Nyomd meg az [E]mbot az újraéledéshez',
['respawn_bleedout_fine'] = 'Újraéledéshez: [E]
['respawn_bleedout_fine'] = 'Újraéledéshez: [E]',
['respawn_bleedout_fine_msg'] = ' [Információ]:Ennyit fizettél , hogy újraéledj',
['distress_send'] = 'Nyomd meg a gombot a segítségkéréshez',
['distress_sent'] = ' [Információ]:y civil értesítette az illetékes szervezetet!',
-1
View File
@@ -34,7 +34,6 @@ Locales['hu'] = {
['lj_cutwood_button'] = 'nyomj ~INPUT_PICKUP~ gombot a favágáshoz.',
['lj_board'] = 'táblák',
['lj_planks'] = 'tábla csomagolás',
['lj_cutwood'] = 'vágott fa',
['lj_pick_boards'] = 'nyomj ~INPUT_PICKUP~ gombot hogy kiszedd a táblát.',
['lj_deliver_button'] = 'nyomj ~INPUT_PICKUP~ gombot hogy leszállítsd a táblát.',
-1
View File
@@ -34,7 +34,6 @@ Locales['nl'] = {
['lj_cutwood_button'] = 'Druk op ~INPUT_PICKUP~ om het hout te zagen',
['lj_board'] = 'Plaken',
['lj_planks'] = 'pakket met planken',
['lj_cutwood'] = 'hout zagen',
['lj_pick_boards'] = 'Druk op ~INPUT_PICKUP~ om hout te zagen',
['lj_deliver_button'] = 'Druk op ~INPUT_PICKUP~ om het hout te leveren',