mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 08:19:48 +01:00
* Use standard language codes. Fallback for plugins. * Fix transifex config * Tab vs space here for some reason * Remove redundancies * config.relative_path instead of allcaps * added upgrade script for existing users' accounts
20 lines
865 B
JSON
20 lines
865 B
JSON
{
|
|
"category": "Category",
|
|
"subcategories": "Subcategories",
|
|
"new_topic_button": "New Topic",
|
|
"guest-login-post": "Log in to post",
|
|
"no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?",
|
|
"browsing": "browsing",
|
|
"no_replies": "No one has replied",
|
|
"no_new_posts": "No new posts.",
|
|
"share_this_category": "Share this category",
|
|
"watch": "Watch",
|
|
"ignore": "Ignore",
|
|
"watching": "Watching",
|
|
"ignoring": "Ignoring",
|
|
"watching.description": "Show topics in unread",
|
|
"ignoring.description": "Do not show topics in unread",
|
|
"watch.message": "You are now watching updates from this category and all subcategories",
|
|
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
|
"watched-categories": "Watched categories"
|
|
} |