-
Notifications
You must be signed in to change notification settings - Fork 0
/
dict.json
28 lines (28 loc) · 952 Bytes
/
dict.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"en": {
"title": "infinite cats - a lot of cats",
"headertext": "infinite cats",
"headersub": "for internet's sake",
"doggomodetitle": "activate doggomode",
"doggomodeactivated": "doggomode activated",
"catmodetitle": "doggomode sux",
"htmllang": "en",
"otherlang": "cat",
"otherlangtitle": "català",
"footer": "end of internet<br>it's the catpocalypse",
"footerdoggomode": "end of internet<br>it's the dogpocalypse"
},
"cat": {
"title": "gats infinits - molts gats",
"headertext": "gats infinits",
"headersub": "pel bé del internet",
"doggomodetitle": "activar modo gos",
"doggomodeactivated": "modo gos activado",
"catmodetitle": "modo gos és una merda",
"htmllang": "ca",
"otherlang": "en",
"otherlangtitle": "english",
"footer": "el final del internet<br>és la gatpocalipsi",
"footerdoggomode": "el final del internet<br>és la gospocalipsi"
}
}