summaryrefslogtreecommitdiff
path: root/locales/en.json
blob: 3f66a3dba81eb5ecc94057e959e291a49927e446 (plain)
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
29
30
31
{
	"common": {
		"time": {
			"unknown": "unknown",
			"future": "future",
			"just_now": "just now",
			"seconds_ago": "{}s ago",
			"minutes_ago": "{}m ago",
			"hours_ago": "{}h ago",
			"days_ago": "{}d ago",
			"weeks_ago": "{}weeks ago",
			"months_ago": "{}months ago",
			"years_ago": "{}years ago"
		},
		"reactions": {
			"like": "Like",
			"love": "Love",
			"laugh": "Laugh",
			"hmm": "Hmm...?",
			"surprise": "Wow",
			"congrats": "Congrats!"
		}
	},
	"desktop": {
		"tags": {
			"mk-ui-header-nav": {
				"home": "Home"
			}
		}
	}
}