Files
pichunt/app/lang/en.json
T
2025-08-01 01:14:34 +02:00

17 lines
281 B
JSON

{
"hello": "Hello",
"locales": {
"en": "English",
"de": "German"
},
"auth": {
"login": "Login",
"logout": "Logout"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
"default_tile": "PicHunt",
"switch_lang": "Switch locale to {locale}"
}
}