X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6..010f307346e525ac2e4239a0549d2c1a4d6d102b:/src/config/translations/en.json diff --git a/src/config/translations/en.json b/src/config/translations/en.json index 5b6a4b6..14e89e4 100644 --- a/src/config/translations/en.json +++ b/src/config/translations/en.json @@ -1,91 +1,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 open source.", - "title": "Footer" - }, - "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" - } - }, - "forum_list": { - "title": "List of forums", - "error": { - "unavailable": "Forum list unavailable." - } - }, - "glyph": { - "title": "User avatar" - }, - "header": { - "action": { - "new": { - "title": "New", - "display": "New" - }, - "reply": { - "title": "Reply", - "display": "Reply" - }, - "search": { - "title": "Search", - "display": "Search" - }, - "log_out": { - "title": "Log Out", - "display": "Log Out" - } - }, - "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." - }, - "post": { - "author_credit": "By:", - "metadata_title": "Post {count} of {total} metadata", - "permalink_title": "Permalink to post", - "title": "Post {count} of {total} by {author}" - }, - "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" - }, - "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}}" - } + "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 open source.", + "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": "New" + }, + "reply": { + "title": "Reply", + "display": "Reply" + }, + "search": { + "title": "Search", + "display": "Search" + }, + "log_out": { + "title": "Log Out", + "display": "Log Out" + } + }, + "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}}" + } }