Verschoben von Tools nach Test okokcrafting
This commit is contained in:
parent
a29350c85f
commit
504fb3f859
19 changed files with 3254 additions and 3254 deletions
133
resources/[test]/okokCrafting/locales/pt.lua
Normal file
133
resources/[test]/okokCrafting/locales/pt.lua
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
Locales['pt'] = {
|
||||
|
||||
-- Notifications
|
||||
['user_xp_set'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'A tua XP foi alterada para ${s1}',
|
||||
time = 5000,
|
||||
type = 'info'
|
||||
},
|
||||
['admin_xp_set'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Alteraste a XP de ${s1} para ${s2} com sucesso',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['user_xp_set_workbench'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'A tua XP foi alterada para ${s1} em ${s2}',
|
||||
time = 5000,
|
||||
type = 'info'
|
||||
},
|
||||
['admin_xp_set_workbench'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Alteraste a XP de ${s1} para ${s2} em ${s3} com sucesso',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['user_level_set'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'O teu nível foi alterado para ${s1}',
|
||||
time = 5000,
|
||||
type = 'info'
|
||||
},
|
||||
['admin_level_set'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Alteraste o nível de ${s1} em ${s2} com sucesso',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['user_level_set_workbench'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'O teu nível foi alterado para ${s1} em ${s2}',
|
||||
time = 5000,
|
||||
type = 'info'
|
||||
},
|
||||
['admin_level_set_workbench'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Alteraste o nível de ${s1} para ${s2} em ${s3} com sucesso',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['admin_level_no_exist'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Esse nível não existe',
|
||||
time = 5000,
|
||||
type = 'error'
|
||||
},
|
||||
['cant_carry'] = {
|
||||
title = 'CRAFTING',
|
||||
text = "Não tens espaço suficiente para carregar o item",
|
||||
time = 5000,
|
||||
type = 'error'
|
||||
},
|
||||
['added_to_queue'] = {
|
||||
title = 'CRAFTING',
|
||||
text = '${s1} foi adicionado à queue',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['cant_craft'] = {
|
||||
title = 'CRAFTING',
|
||||
text = "Não podes craftar ${s1}",
|
||||
time = 5000,
|
||||
type = 'error'
|
||||
},
|
||||
['inside_vehicle'] = {
|
||||
title = 'CRAFTING',
|
||||
text = "Não podes craftar dentro de um veículo",
|
||||
time = 5000,
|
||||
type = 'error'
|
||||
},
|
||||
['queue_limit'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Atingiste o limite da queue',
|
||||
time = 5000,
|
||||
type = 'error'
|
||||
},
|
||||
['claimed_item'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Resgataste ${s1}',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['claimed_all_items'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Regataste todos os itens',
|
||||
time = 5000,
|
||||
type = 'success'
|
||||
},
|
||||
['cancel_item'] = {
|
||||
title = 'CRAFTING',
|
||||
text = 'Cancelaste o craft de ${s1}',
|
||||
time = 5000,
|
||||
type = 'error'
|
||||
},
|
||||
|
||||
-- Chat suggestions
|
||||
['suggestion_xp'] = {
|
||||
maintext = 'Define o XP de craft de um jogador',
|
||||
id = 'id',
|
||||
idtext = "ID do jogador",
|
||||
xp = 'XP',
|
||||
xptext = 'Quantidade de XP',
|
||||
workbench = 'workbench',
|
||||
workbenchtext = "ID da workbench",
|
||||
},
|
||||
['suggestion_level'] = {
|
||||
maintext = 'Define o nível de craft de um jogador',
|
||||
id = 'id',
|
||||
idtext = "ID do jogador",
|
||||
level = 'Nível',
|
||||
leveltext = 'Nível',
|
||||
workbench = 'workbench',
|
||||
workbenchtext = "ID da workbench",
|
||||
},
|
||||
|
||||
-- okokTextUI
|
||||
['textUI'] = {
|
||||
text = '[E] Abrir crafting table',
|
||||
color = 'darkblue',
|
||||
side = 'left'
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue