forked from Simnation/Main
133 lines
No EOL
3 KiB
Lua
133 lines
No EOL
3 KiB
Lua
Locales['de'] = {
|
|
|
|
-- Notifications
|
|
['user_xp_set'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Deine Erfahrungspunkte wurden auf ${s1} gesetzt',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_xp_set'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast erfolgreich die Erfahrungspunkte von ${s1} zu ${s2} geändert',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['user_xp_set_workbench'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Deine Erfahrungspunkte wurden in der Werkbank ${s2} auf ${s1} gesetzt',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_xp_set_workbench'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast erfolgreich die Erfahrungspunkte von ${s1}, in der Werkbank ${s3}, auf ${s2} gesetzt',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['user_level_set'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Dein Level wurde auf ${s1} geändert',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_level_set'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast erfolgreich das Level von ${s1} auf ${s2} geändert',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['user_level_set_workbench'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Dein Level wurde in der Werkbank ${s2} auf ${s1} geändert',
|
|
time = 5000,
|
|
type = 'info'
|
|
},
|
|
['admin_level_set_workbench'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast erfolgreich das Level von ${s1}, in der Werkbank ${s3}, auf ${s2} geändert',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['admin_level_no_exist'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Dieses Level existiert nicht',
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['cant_carry'] = {
|
|
title = 'WERKBANK',
|
|
text = "Du kannst diesen Gegenstand nicht bei dir tragen",
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['added_to_queue'] = {
|
|
title = 'WERKBANK',
|
|
text = '${s1} wurde zur Warteschlange hinzugefügt',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['cant_craft'] = {
|
|
title = 'WERKBANK',
|
|
text = "Du kannst ${s1} nicht herstellen",
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['inside_vehicle'] = {
|
|
title = 'WERKBANK',
|
|
text = "Du kannst nichts in einem Fahrzeug herstellen",
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['queue_limit'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Die Warteschlange ist bereits voll',
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
['claimed_item'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast ${s1} bekommen',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['claimed_all_items'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast alle Gegenstände bekommen',
|
|
time = 5000,
|
|
type = 'success'
|
|
},
|
|
['cancel_item'] = {
|
|
title = 'WERKBANK',
|
|
text = 'Du hast die Herstellung von ${s1} abgebrochen',
|
|
time = 5000,
|
|
type = 'error'
|
|
},
|
|
|
|
-- Chat suggestions
|
|
['suggestion_xp'] = {
|
|
maintext = 'Ändere das XP eines Spieler',
|
|
id = 'ID',
|
|
idtext = "Ziel ID",
|
|
xp = 'XP',
|
|
xptext = 'XP menge',
|
|
workbench = 'Werkbank',
|
|
workbenchtext = "ID der Werkbank",
|
|
},
|
|
['suggestion_level'] = {
|
|
maintext = 'Ändere das Level eines Spielers',
|
|
id = 'ID',
|
|
idtext = "Ziel ID",
|
|
level = 'Level',
|
|
leveltext = 'Level',
|
|
workbench = 'Werkbank',
|
|
workbenchtext = "ID der Werkbank",
|
|
},
|
|
|
|
-- okokTextUI
|
|
['textUI'] = {
|
|
text = '[E] Werkbank zu öffnen',
|
|
color = 'darkblue',
|
|
side = 'left'
|
|
},
|
|
} |