forked from Simnation/Main
133 lines
No EOL
3 KiB
Lua
133 lines
No EOL
3 KiB
Lua
Locales['fr'] = {
|
|
|
|
-- Notifications
|
|
['user_xp_set'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Votre XP a été défini sur ${s1}',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_xp_set'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez défini XP de ${s1} sur ${s2} avec succès',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['user_xp_set_workbench'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Votre XP a été défini de ${s1} en ${s2}',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_xp_set_workbench'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez défini XP de ${s1} sur ${s2} en ${s3} avec succès',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['user_level_set'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Votre niveau a été défini sur ${s1}',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_level_set'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez défini le niveau de ${s1} sur ${s2} avec succès',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['user_level_set_workbench'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Votre niveau a été défini sur ${s1} en ${s2}',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_level_set_workbench'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez défini le niveau de ${s1} sur ${s2} en ${s3} avec succès',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['admin_level_no_exist'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Ce niveau n\'existe pas',
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['cant_carry'] = {
|
|
title = 'CRAFTING',
|
|
text = "Cet objet est trop lourd ! Impossible de le porter",
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['added_to_queue'] = {
|
|
title = 'CRAFTING',
|
|
text = '${s1} ajouté à la file de fabrication',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['cant_craft'] = {
|
|
title = 'CRAFTING',
|
|
text = "Vous ne pouvez pas fabriquer ${s1}",
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['inside_vehicle'] = {
|
|
title = 'CRAFTING',
|
|
text = "Vous ne pouvez pas fabriquer à l\'intérieur d'un véhicule",
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['queue_limit'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez atteint la limite de la file de fabrication',
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['claimed_item'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez reçu ${s1}',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['claimed_all_items'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez tout reçu',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['cancel_item'] = {
|
|
title = 'CRAFTING',
|
|
text = 'Vous avez annulé la fabrication de ${s1}',
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
|
|
-- Chat suggestions
|
|
['suggestion_xp'] = {
|
|
maintext = 'Définissez un joueur fabriquant de l\'XP',
|
|
id = 'id',
|
|
idtext = "ID de la cible",
|
|
xp = 'XP',
|
|
xptext = 'Montant d\'XP',
|
|
workbench = 'workbench',
|
|
workbenchtext = "ID des établis",
|
|
},
|
|
['suggestion_level'] = {
|
|
maintext = 'Définissez le niveau de craft des joueurs',
|
|
id = 'id',
|
|
idtext = "ID de la cible",
|
|
level = 'Level',
|
|
leveltext = 'Niveau',
|
|
workbench = 'workbench',
|
|
workbenchtext = "ID des établis",
|
|
},
|
|
|
|
-- okokTextUI
|
|
['textUI'] = {
|
|
text = '[E] Ouvrir l\'établi',
|
|
color = 'darkblue',
|
|
side = 'left'
|
|
},
|
|
} |