mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Removed incomplete locales
This commit is contained in:
@@ -7,8 +7,6 @@ version '1.0.4'
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'locales/de.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
@@ -19,8 +17,6 @@ server_scripts {
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/de.lua',
|
||||
'locales/br.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fi.lua',
|
||||
'locales/fr.lua',
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
Locales['br'] = {
|
||||
['actions'] = 'actions',
|
||||
['deposit_amount'] = 'deposit amount',
|
||||
['deposit_society_money'] = 'deposit society money',
|
||||
['employee'] = 'employee',
|
||||
['employee_list'] = 'employee list',
|
||||
['employee_management'] = 'employee management',
|
||||
['fire'] = 'fire',
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'Você depositou ~r~$',
|
||||
['have_withdrawn'] = 'Você sacou ~g~$',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invalid_amount'] = 'Quantidade inválida',
|
||||
['no'] = 'no',
|
||||
['promote'] = 'promote',
|
||||
['promote_employee'] = 'promote %s',
|
||||
['recruit'] = 'recruit',
|
||||
['recruiting'] = 'recruiting',
|
||||
['salary_amount'] = 'salary amount',
|
||||
['salary_management'] = 'salary management',
|
||||
['wash_money'] = 'wash money',
|
||||
['wash_money_amount'] = 'amount to wash',
|
||||
['withdraw_amount'] = 'witdraw amount',
|
||||
['withdraw_society_money'] = 'withdraw society money',
|
||||
['yes'] = 'yes',
|
||||
['you_have'] = 'Você tem ~g~$',
|
||||
['you_have_laundered'] = 'Você ~r~lavou~s~ seu dinheiro: ~g~$',
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
Locales['de'] = {
|
||||
['have_withdrawn'] = 'abgehoben ~g~$',
|
||||
['invalid_amount'] = 'ungültiger Betrag',
|
||||
['have_deposited'] = 'eingezahlt ~r~$',
|
||||
['you_have'] = 'du hast ~g~$',
|
||||
['you_have_laundered'] = 'du hast dein Geld ~r~gewaschen~s~: ~g~$',
|
||||
}
|
||||
+7
-6
@@ -2,6 +2,7 @@ Locales['fi'] = {
|
||||
['actions'] = 'toiminnot',
|
||||
['deposit_amount'] = 'talletus summa',
|
||||
['deposit_society_money'] = 'talleta yritykselle rahaa',
|
||||
['do_you_want_to_recruit'] = 'do you want to recruit %s?',
|
||||
['employee'] = 'työntekijä',
|
||||
['employee_list'] = 'työntekijä lista',
|
||||
['employee_management'] = 'työntekijöiden hallinta',
|
||||
@@ -24,10 +25,10 @@ Locales['fi'] = {
|
||||
['yes'] = 'kyllä',
|
||||
['you_have'] = 'sinulla on ~g~€',
|
||||
['you_have_laundered'] = 'olet ~r~pessyt~s~ rahojasi: ~g~€',
|
||||
['you_have_hired'] = 'sinä palkkasit henkilön %s',
|
||||
['you_have_been_hired'] = 'sinut on palkattu pelaajan %s toimesta',
|
||||
['you_have_fired'] = 'sinä annoit potkut pelaajalle %s',
|
||||
['you_have_been_fired'] = 'sinulle annettiin potkut työstä %s',
|
||||
['you_have_promoted'] = 'sinä ylensit henkilön %s arvolle %s',
|
||||
['you_have_been_promoted'] = 'sinut ylennettiin',
|
||||
['you_have_hired'] = 'sinä palkkasit henkilön %s',
|
||||
['you_have_been_hired'] = 'sinut on palkattu pelaajan %s toimesta',
|
||||
['you_have_fired'] = 'sinä annoit potkut pelaajalle %s',
|
||||
['you_have_been_fired'] = 'sinulle annettiin potkut työstä %s',
|
||||
['you_have_promoted'] = 'sinä ylensit henkilön %s arvolle %s',
|
||||
['you_have_been_promoted'] = 'sinut ylennettiin',
|
||||
}
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ Locales['pl'] = {
|
||||
['withdraw_amount'] = 'wartość wypłaty',
|
||||
['withdraw_society_money'] = 'wypłać społeczne pieniądze',
|
||||
['yes'] = 'tak',
|
||||
['you_have'] = 'masz~g~%s$~s~ czekanie ~y~w pralni pieniędzmi~s~ (24h).',
|
||||
['you_have'] = 'masz ~g~%s$~s~ czekanie ~y~w pralni pieniędzmi~s~ (24h).',
|
||||
['you_have_laundered'] = '~r~Wyprałeś~s~ twoje pieniądze: ~g~$%s~s~',
|
||||
['you_have_hired'] = 'zatrudniłeś %s',
|
||||
['you_have_been_hired'] = 'zostałeś zatrudniony przez %s',
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@ Locales['sv'] = {
|
||||
['actions'] = 'handlingar ',
|
||||
['deposit_amount'] = 'insättningsbelopp',
|
||||
['deposit_society_money'] = 'insätt samhälls pengar',
|
||||
['do_you_want_to_recruit'] = 'Vill du anlita %s?',
|
||||
['do_you_want_to_recruit'] = 'vill du anlita %s?',
|
||||
['employee'] = 'anställd',
|
||||
['employee_list'] = 'anställningslista',
|
||||
['employee_management'] = 'medarbetarhantering',
|
||||
@@ -10,7 +10,7 @@ Locales['sv'] = {
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'du har satt in ~r~$%s~s~',
|
||||
['have_withdrawn'] = 'du har tagit ut ~g~$%s~s~',
|
||||
['invalid_amount'] = 'Ogiltigt belopp',
|
||||
['invalid_amount'] = 'ogiltigt belopp',
|
||||
['no'] = 'nej',
|
||||
['promote'] = 'befodra',
|
||||
['promote_employee'] = 'befodra %s',
|
||||
|
||||
@@ -4,18 +4,6 @@ RegisteredSocieties = {}
|
||||
|
||||
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
|
||||
|
||||
function stringsplit(inputstr, sep)
|
||||
if sep == nil then
|
||||
sep = "%s"
|
||||
end
|
||||
local t={} ; i=1
|
||||
for str in string.gmatch(inputstr, "([^"..sep.."]+)") do
|
||||
t[i] = str
|
||||
i = i + 1
|
||||
end
|
||||
return t
|
||||
end
|
||||
|
||||
function GetSociety(name)
|
||||
for i=1, #RegisteredSocieties, 1 do
|
||||
if RegisteredSocieties[i].name == name then
|
||||
|
||||
Reference in New Issue
Block a user