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