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

17 lines
290 B
JSON

{
"hello": "Hallo",
"locales": {
"en": "Englisch",
"de": "Deutsch"
},
"auth": {
"login": "Anmelden",
"logout": "Abmelden"
},
"layouts": {
"title": "{title} {'|'} PicHunt",
"default_tile": "PicHunt",
"switch_lang": "Sprache ändern zu {locale}"
}
}