mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'Играчът не е онлайн',
|
||||
wrong_format = 'Некоректен формат',
|
||||
missing_args = 'Не всички аргументи са въведени (x, y, z)',
|
||||
missing_args2 = 'Всички аргументи трябва да бъдат попълнени!',
|
||||
no_access = 'Нямате достъп до тази команда',
|
||||
company_too_poor = 'Работодателят ви е разорен',
|
||||
item_not_exist = 'Артикулът не съществува',
|
||||
too_heavy = 'Ивентарът е препълнен',
|
||||
duplicate_license = 'Намерен е дубликат на Rockstar лиценза',
|
||||
no_valid_license = 'Не е намерен валиден Rockstar лиценз',
|
||||
not_whitelisted = 'Вие не сте включени в белия списък за този сървър'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Получихте заплата от $%{value}',
|
||||
job_info = 'Работно място: %{value} | Чин: %{value2} | Служба: %{value3}',
|
||||
gang_info = 'Банда: %{value} | Чин: %{value2}',
|
||||
on_duty = 'Сега сте на служба!',
|
||||
off_duty = 'Вече не сте на служба!',
|
||||
checking_ban = 'Здравейте %s. Проверяваме дали сте баннат.',
|
||||
join_server = 'Добре дошли %s в {Server Name}.',
|
||||
checking_whitelisted = 'Здравейте %s. Проверяваме дали сте включени в белия списък.'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
+13
-7
@@ -5,17 +5,23 @@ local Translations = {
|
||||
missing_args = '请输入必须参数 (x, y, z)',
|
||||
missing_args2 = '请输入所有参数!',
|
||||
no_access = '你没有权限',
|
||||
company_too_poor = '你的老板破产了',
|
||||
item_not_exist = '物品不存在',
|
||||
too_heavy = '背包已满'
|
||||
company_too_poor = '你所在的公司账户目前发不起工资',
|
||||
item_not_exist = '该物品不存在',
|
||||
too_heavy = '背包已满',
|
||||
duplicate_license = '发现重复的 Rockstar 许可证',
|
||||
no_valid_license = '未找到有效的 Rockstar 许可证',
|
||||
not_whitelisted = '您没有被列入此服务器的白名单'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = '你收到了你的工资 $%{value}',
|
||||
job_info = '工作: %{value} | 级别: %{value2} | 责任: %{value3}',
|
||||
gang_info = '团队: %{value} | 级别: %{value2}',
|
||||
on_duty = '你开始工作了!',
|
||||
off_duty = '你现在下班了!'
|
||||
job_info = '工作: %{value} | 级别: %{value2} | 工作状态状态: %{value3}',
|
||||
gang_info = '帮派: %{value} | 级别: %{value2}',
|
||||
on_duty = '你开始上班了!',
|
||||
off_duty = '你现在下班了!',
|
||||
checking_ban = '你好 %s. 我们正在检查你是否被服务器封禁.',
|
||||
join_server = '欢迎 %s 进入 {Server Name}.',
|
||||
checking_whitelisted = '你好 %s. 我们正在检查您是否在白名单内.'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+20
-14
@@ -1,25 +1,31 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'El jugador no está conectado!',
|
||||
wrong_format = 'Formato incorrecto!',
|
||||
missing_args = 'No todos los argumentos estan presente! (x, y, z)',
|
||||
missing_args2 = 'Todos los argumentos tienen que estar presente!',
|
||||
no_access = 'No tienes acceso a este comando!',
|
||||
company_too_poor = 'Tu empresa está en bancarrota. No hay dinero suficiente.',
|
||||
item_not_exist = 'El objeto no existe en el sistema.',
|
||||
too_heavy = 'Tienes el inventario muy lleno.'
|
||||
not_online = 'El jugador no está en línea',
|
||||
wrong_format = 'Formato incorrecto',
|
||||
missing_args = 'No se han ingresado todos los argumentos (x, y, z)',
|
||||
missing_args2 = '¡Todos los argumentos deben estar presentes!',
|
||||
no_access = 'No tienes acceso a este comando',
|
||||
company_too_poor = 'Tu empleador está en bancarrota',
|
||||
item_not_exist = 'El objeto no existe',
|
||||
too_heavy = 'Inventario muy lleno',
|
||||
duplicate_license = 'Tu licencia de Rockstar está duplicada',
|
||||
no_valid_license = 'No tienes licencia de Rockstar válida',
|
||||
not_whitelisted = 'No estás en la lista blanca de este servidor'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Has recibido tu pago de $%{value}',
|
||||
job_info = 'Trabajo: %{value} | Grado: %{value2} | Estado: %{value3}',
|
||||
gang_info = 'Pandilla: %{value} | Grado: %{value2}',
|
||||
on_duty = 'Ahora estás en servicio!',
|
||||
off_duty = 'Ahora estás fuera de servicio!'
|
||||
received_paycheck = 'Has recibido tu salario de $%{value}',
|
||||
job_info = 'Trabajo: %{value} | Puesto: %{value2} | Estado: %{value3}',
|
||||
gang_info = 'Pandilla: %{value} | Puesto: %{value2}',
|
||||
on_duty = '¡Estás en servicio!',
|
||||
off_duty = '¡Estás fuera de servicio!',
|
||||
checking_ban = 'Hola %s. Estámos revisando si has sido baneado.',
|
||||
join_server = 'Bienvenido %s a {Server Name}.',
|
||||
checking_whitelisted = 'Hola %s. Estámos revisando si estás en nuestra lista blanca.'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
})
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'Mängija pole serveris',
|
||||
wrong_format = 'Vale vorming',
|
||||
missing_args = 'Kõiki argumente pole sisestatud (x, y, z)',
|
||||
missing_args2 = 'Kõik argumendid tuleb täita!',
|
||||
no_access = 'Sellele käsule pole juurdepääsu',
|
||||
company_too_poor = 'Teie tööandja on võlgades',
|
||||
item_not_exist = 'Asi ei eksisteeri',
|
||||
too_heavy = 'Inventuur on liiga täis',
|
||||
duplicate_license = 'Leiti Rockstari litsentsi duplikaat',
|
||||
no_valid_license = 'Kehtivat Rockstari litsentsi ei leitud',
|
||||
not_whitelisted = 'Te ei ole selle serveri jaoks Allowlisted'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Saite oma palga $%{value}',
|
||||
job_info = 'Töö: %{value} | Auaste: %{value2} | Tööpostil: %{value3}',
|
||||
gang_info = 'Gang: %{value} | Auaste: %{value2}',
|
||||
on_duty = 'Sa oled tööle kirjutatud!',
|
||||
off_duty = 'Sa kirjutasid ennast töölt vabaks!',
|
||||
checking_ban = 'Tere %s. Me kontrollime, kas olete keelustatud.',
|
||||
join_server = 'Tere tulemast %s serverisse {Server Name}.',
|
||||
checking_whitelisted = 'Tere %s. Kontrollime teie Allowlisti staatust.'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
+1
-1
@@ -29,4 +29,4 @@ local Translations = {
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
})
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
local Translations = {
|
||||
error = {
|
||||
not_online = 'O jogador não está online',
|
||||
wrong_format = 'Formato inválido',
|
||||
missing_args = 'Nem todos os argumentos foram inseridos (x, y, z)',
|
||||
missing_args2 = 'Todos os argumentos devem ser preenchidos!',
|
||||
no_access = 'Sem acesso a este comando',
|
||||
company_too_poor = 'Sua compania está quebrada',
|
||||
item_not_exist = 'O item não existe',
|
||||
too_heavy = 'Inventário cheio',
|
||||
duplicate_license = 'Licença duplicada da Rockstar encontrada',
|
||||
no_valid_license = 'Nenhuma licença válida da Rockstar encontrada',
|
||||
not_whitelisted = 'Você não tem whitelist neste servidor'
|
||||
},
|
||||
success = {},
|
||||
info = {
|
||||
received_paycheck = 'Você recebeu seu salário de %{value}€',
|
||||
job_info = 'Emprego: %{value} | Grau: %{value2} | Serviço: %{value3}',
|
||||
gang_info = 'Gang: %{value} | Grau: %{value2}',
|
||||
on_duty = 'Você agora está de plantão!',
|
||||
off_duty = 'Você agora está de folga!',
|
||||
checking_ban = 'Olá %s. Estamos verificando se você foi banido.',
|
||||
join_server = 'Bem-vindo %s a {Server Name}.',
|
||||
checking_whitelisted = 'Olá %s. Estamos verificando sua whitelist.'
|
||||
}
|
||||
}
|
||||
|
||||
Lang = Locale:new({
|
||||
phrases = Translations,
|
||||
warnOnMissing = true
|
||||
})
|
||||
Reference in New Issue
Block a user