13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"hello": "Hallo",
|
|
"locales": {
|
|
"en": "Englisch",
|
|
"de": "Deutsch"
|
|
},
|
|
"layouts": {
|
|
"title": "{title} {'|'} PicHunt",
|
|
"default_tile": "PicHunt",
|
|
"switch_lang": "Sprache ändern zu {locale}"
|
|
}
|
|
}
|