1
0
Fork 0
forked from Simnation/Main
Main/resources/[test]/cloud-deathscreen/shared/sh_locales.lua

18 lines
427 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
return {
UI = {
header = {
title = "you are",
subtitle = "unconscious",
description = "You must decide whether to wait for help or confront the possibility of death. The choice is yours!",
},
buttons = {
callEmergency = "call emergency",
faceDeath = "face death",
},
},
Notify = {
PaidFine = "You paid $%s for your hospital bill.",
NoMoney = "You don't have enough Money.",
},
}