mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
Update sv.lua
Added missing phrases and changed some grammar
This commit is contained in:
+7
-1
@@ -7,7 +7,10 @@ local Translations = {
|
|||||||
no_access = 'Du har inte tillgång till detta kommando',
|
no_access = 'Du har inte tillgång till detta kommando',
|
||||||
company_too_poor = 'Din arbetsgivare är pank',
|
company_too_poor = 'Din arbetsgivare är pank',
|
||||||
item_not_exist = 'Objektet finns inte',
|
item_not_exist = 'Objektet finns inte',
|
||||||
too_heavy = 'Din inventory är full!'
|
too_heavy = 'Ditt inventory är full!'
|
||||||
|
duplicate_license = 'Duplicerad Rockstar Licens Funnet',
|
||||||
|
no_valid_license = 'Ingen Giltig Rockstar Licens Hittades',
|
||||||
|
not_whitelisted = 'Du är inte whitelistad på servern'
|
||||||
},
|
},
|
||||||
success = {},
|
success = {},
|
||||||
info = {
|
info = {
|
||||||
@@ -16,6 +19,9 @@ local Translations = {
|
|||||||
gang_info = 'Gäng: %{value} | Grad: %{value2}',
|
gang_info = 'Gäng: %{value} | Grad: %{value2}',
|
||||||
on_duty = 'Du är nu i tjänst!',
|
on_duty = 'Du är nu i tjänst!',
|
||||||
off_duty = 'Du har gått ur tjänst!'
|
off_duty = 'Du har gått ur tjänst!'
|
||||||
|
checking_ban = 'Hej %s. Vi kollar ifall du är bannad.',
|
||||||
|
join_server = 'Välkommen %s till Bygden RP.',
|
||||||
|
checking_whitelisted = 'Hej %s. Vi kollar efter giltighet i ditt medlemskap.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user