1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-02 15:58:41 +02:00
parent 5244872ba6
commit 4c59ac7a9a
2 changed files with 26 additions and 26 deletions

View file

@ -11,7 +11,7 @@ return {
},
register = {
label = 'Kasse ausrauben..',
description = 'You begin emptying the register of all cash',
description = 'Du machst Kassensturz ganz wörtlich.',
icon = 'fas fa-sack-dollar',
duration = 30000,
position = 'bottom',
@ -27,7 +27,7 @@ return {
},
safe = {
label = 'Safe ausrauben..',
description = 'You begin emptying the safe of all cash',
description = 'Der Safe wird entleert ganz liebevoll und scheinfrei.',
icon = 'fas fa-sack-dollar',
duration = 30000,
position = 'bottom',

View file

@ -1,44 +1,44 @@
{
"notify": {
"cancel-rob": "You stopped robbing the register",
"cooldown": "This seems like a bad idea - I should wait",
"no-police": "There are not enough police in the city",
"missing-item": "I think this would be easier if I had a tool",
"item-broke": "You broke the lockpick and failed to open the register",
"failed-hack": "You failed hacking into the computer",
"wrong-pin": "This doesn't seem right.. it's still locked",
"failed-limit": "You failed too many times and failed to rob the store"
"cancel-rob": "Du hast den Raub der Kasse abgebrochen",
"cooldown": "Keine gute Idee... vielleicht lieber etwas warten",
"no-police": "Es sind nicht genug Polizisten in der Stadt",
"missing-item": "Dir fehlt Werkzeug. Und offenbar auch ein realistischer Plan.",
"item-broke": "Das Schraubendreher ist kaputt Die Kasse bleibt zu",
"failed-hack": "Du hast es nicht geschafft, den Computer zu hacken",
"wrong-pin": "Irgendwas stimmt nicht... immer noch verschlossen",
"failed-limit": "Zu viele Fehlversuche der Laden bleibt zu"
},
"target": {
"register": "Rob register",
"computer": "Login",
"safe": "Unlock"
"register": "Kasse ausrauben",
"computer": "Einloggen",
"safe": "Tresor knacken"
},
"alerts": {
"note": {
"header": "Note Found",
"content": "You found an interesting note under the register with nothing but the following numbers written on it: %s"
"header": "Zettel gefunden",
"content": "Du findest unter der Kasse einen merkwürdigen Zettel darauf steht nur diese Zahlenfolge: %s"
},
"hack": {
"header": "Code Exposed",
"content": "You successfully hacked the computer and find the following code: %s"
"header": "Code gefunden",
"content": "Du hast den Computer erfolgreich gehackt und findest folgenden Code: %s"
}
},
"inputs": {
"questions": {
"header": "Security Questions"
"header": "Sicherheitsfragen"
},
"safe": {
"header": "Store Safe",
"label": "Enter PIN",
"desc": "Input the PIN to unlock the safe",
"header": "Laden-Tresor",
"label": "PIN eingeben",
"desc": "Gib die PIN ein, um den Tresor zu öffnen",
"placeholder": "1234"
}
},
"logs": {
"register-robbed-title": "Register Robbed",
"register-robbed-message": "%s (identifier: %s) has successfully robbed a register for %s",
"safe-robbed-title": "Safe Robbed",
"safe-robbed-message": "%s (identifier: %s) has successfully robbed a safe for %s"
"register-robbed-title": "Kasse ausgeraubt",
"register-robbed-message": "%s (Kennung: %s) hat erfolgreich eine Kasse ausgeraubt und %s erbeutet",
"safe-robbed-title": "Tresor ausgeraubt",
"safe-robbed-message": "%s (Kennung: %s) hat erfolgreich einen Tresor ausgeraubt und %s erbeutet"
}
}
}