aboutsummaryrefslogtreecommitdiff
path: root/src/lib/translations/en.json
blob: 14e89e47e08969f1eed3cb7033815b57c0f645dc (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
	"error": {
		"generic": {
			"title": "Error!",
			"message": "Unknown error has occurred. Panic!"
		},
		"invalid_url": {
			"title": "This is not right.",
			"message": "This URL is not valid. Try another one maybe?"
		}
	},
	"footer": {
		"choose_language": "Choose your language",
		"license": "Forum is <a href=\"{licenseUrl}\">open source.</a>",
		"title": "Footer"
	},
	"forum": {
		"forum": "forum",
		"name": {
			"everything": "Everything",
			"us": "Us",
			"words": "Words",
			"sound": "Sounds",
			"structure": "Structure",
			"interaction": "Interaction",
			"emotion": "Emotion",
			"movement": "Movement",
			"belief": "Belief",
			"experience": "Experience",
			"online": "Online",
			"the_world": "The World",
			"life": "Life"
		},
		"error": {
			"unavailable": "Forum topics unavailable."
		}
	},
	"forum_list": {
		"title": "List of forums",
		"error": {
			"unavailable": "Forum list unavailable."
		}
	},
	"glyph": {
		"title": "User avatar"
	},
	"header": {
		"action": {
			"new": {
				"title": "New",
				"display": "<u>N</u>ew"
			},
			"reply": {
				"title": "Reply",
				"display": "<u>R</u>eply"
			},
			"search": {
				"title": "Search",
				"display": "<u>S</u>earch"
			},
			"log_out": {
				"title": "Log Out",
				"display": "Log <u>O</u>ut"
			}
		},
		"long_version": "Forum version {version}",
		"title": "Toolbar",
		"short_version": "Forum v{version}"
	},
	"home": {
		"title": "Hello.",
		"content": "You are now in a forum. Select a category from the left or input a valid URL."
	},
	"loader": {
		"message": "Loading."
	},
	"post": {
		"author_credit": "By:",
		"metadata_title": "Post {count} of {total} metadata",
		"permalink_title": "Permalink to post",
		"post": "Post",
		"title": "Post {count} of {total} by {author}",
		"topic_location": "In",
		"error": {
			"unavailable": "Post unavailable."
		}
	},
	"tag": {
		"title": "Tag",
		"error": {
			"unavailable": "Tag topics unavailable."
		}
	},
	"topic": {
		"category_location": "Posted on",
		"metadata_title": "Topic metadata",
		"permalink_title": "Permalink to topic",
		"remaining_time": "{remaining} remaining",
		"tags_location": "Tags:",
		"tags_title": "Topic tags",
		"title": "Topic",
		"error": {
			"unavailable": "Topic unavailable."
		}
	},
	"time": {
		"days": "{count, plural, =1 {# day} other {# days}}",
		"hours": "{count, plural, =1 {# hour} other {# hours}}",
		"minutes": "{count, plural, =1 {# minute} other {# minutes}}",
		"seconds": "{count, plural, =1 {# second} other {# seconds}}"
	}
}