]> git.r.bdr.sh - rbdr/forum/blame - src/config/translations/en.json
Allow for conditional reply
[rbdr/forum] / src / config / translations / en.json
CommitLineData
bd8e98d7
RBR
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 "name": {
19 "everything": "Everything",
20 "us": "Us",
21 "words": "Words",
22 "sound": "Sounds",
23 "structure": "Structure",
24 "interaction": "Interaction",
25 "emotion": "Emotion",
26 "movement": "Movement",
27 "belief": "Belief",
28 "experience": "Experience",
29 "online": "Online",
30 "the_world": "The World",
31 "life": "Life"
16ab52c0
RBR
32 },
33 "error": {
34 "unavailable": "Forum topics unavailable."
bd8e98d7
RBR
35 }
36 },
37 "forum_list": {
38 "title": "List of forums",
39 "error": {
40 "unavailable": "Forum list unavailable."
41 }
42 },
43 "glyph": {
44 "title": "User avatar"
45 },
46 "header": {
47 "action": {
48 "new": {
49 "title": "New",
50 "display": "<u>N</u>ew"
51 },
52 "reply": {
53 "title": "Reply",
54 "display": "<u>R</u>eply"
55 },
56 "search": {
57 "title": "Search",
58 "display": "<u>S</u>earch"
59 },
60 "log_out": {
61 "title": "Log Out",
62 "display": "Log <u>O</u>ut"
63 }
64 },
65 "long_version": "Forum version {version}",
66 "title": "Toolbar",
67 "short_version": "Forum v{version}"
68 },
69 "home": {
70 "title": "Hello.",
71 "content": "You are now in a forum. Select a category from the left or input a valid URL."
72 },
16ab52c0
RBR
73 "loader": {
74 "message": "Loading."
75 },
bd8e98d7
RBR
76 "post": {
77 "author_credit": "By:",
78 "metadata_title": "Post {count} of {total} metadata",
79 "permalink_title": "Permalink to post",
16ab52c0
RBR
80 "title": "Post {count} of {total} by {author}",
81 "topic_location": "In",
82 "error": {
83 "unavailable": "Post unavailable."
84 }
85 },
86 "tag": {
87 "title": "Tag:",
88 "error": {
89 "unavailable": "Tag topics unavailable."
90 }
bd8e98d7
RBR
91 },
92 "topic": {
93 "category_location": "Posted on",
94 "metadata_title": "Topic metadata",
95 "permalink_title": "Permalink to topic",
96 "remaining_time": "{remaining} remaining",
97 "tags_location": "Tags:",
98 "tags_title": "Topic tags",
16ab52c0
RBR
99 "title": "Topic",
100 "error": {
101 "unavailable": "Topic unavailable."
102 }
bd8e98d7
RBR
103 },
104 "time": {
105 "days": "{count, plural, =1 {# day} other {# days}}",
106 "hours": "{count, plural, =1 {# hour} other {# hours}}",
107 "minutes": "{count, plural, =1 {# minute} other {# minutes}}",
108 "seconds": "{count, plural, =1 {# second} other {# seconds}}"
109 }
110}