Files
artdanj-shortener/resources/lang/en/messages.json
2021-10-26 18:05:25 +02:00

8 lines
311 B
JSON

{
"no_exists": "The code [{ code }° does not exist!",
"created": "The link [{ link }] redirecting to [{ target }] was successfully created!",
"deleted": "The link [{ link }] was successfully deleted!",
"logout": "You have been disconnected!",
"user": "The user [{ user }] was successfully deleted"
}