2016-12-12 15:10:53 +09:00
|
|
|
import { addStrings } from 'meteor/nova:core';
|
2016-08-08 11:18:21 +09:00
|
|
|
|
2016-12-12 15:10:53 +09:00
|
|
|
addStrings('en', {
|
2016-06-09 17:42:20 +09:00
|
|
|
"forms.submit": "Submit",
|
|
|
|
"forms.cancel": "Cancel",
|
2017-01-31 17:55:26 +09:00
|
|
|
"forms.select_option": "-- select option --",
|
2016-06-09 17:42:20 +09:00
|
|
|
|
|
|
|
"posts.new_post": "New Post",
|
|
|
|
"posts.edit": "Edit",
|
2016-06-15 11:53:29 +02:00
|
|
|
"posts.edit_success": "Post “{title}” edited.",
|
2016-06-09 17:42:20 +09:00
|
|
|
"posts.delete": "Delete",
|
|
|
|
"posts.delete_confirm": "Delete post “{title}”?",
|
|
|
|
"posts.delete_success": "Post “{title}” deleted.",
|
|
|
|
"posts.title": "Title",
|
|
|
|
"posts.url": "URL",
|
|
|
|
"posts.body": "Body",
|
|
|
|
"posts.categories": "Categories",
|
|
|
|
"posts.thumbnailUrl": "Thumbnail URL",
|
|
|
|
"posts.status": "Status",
|
2016-06-10 10:25:38 +09:00
|
|
|
"posts.sticky": "Sticky",
|
2016-06-09 17:42:20 +09:00
|
|
|
"posts.load_more": "Load More",
|
2016-11-03 23:00:30 -04:00
|
|
|
"posts.load_more_days": "Load More Days",
|
|
|
|
"posts.no_more": "No more posts.",
|
|
|
|
"posts.no_results": "No posts to display.",
|
2016-06-09 17:42:20 +09:00
|
|
|
"posts.search": "Search",
|
|
|
|
"posts.view": "View",
|
|
|
|
"posts.top": "Top",
|
|
|
|
"posts.new": "New",
|
|
|
|
"posts.best": "Best",
|
|
|
|
"posts.pending": "Pending",
|
|
|
|
"posts.rejected": "Rejected",
|
|
|
|
"posts.scheduled": "Scheduled",
|
|
|
|
"posts.daily": "Daily",
|
2016-06-10 10:25:38 +09:00
|
|
|
"posts.clear_thumbnail": "Clear Thumbnail",
|
|
|
|
"posts.enter_thumbnail_url": "Enter URL",
|
|
|
|
"posts.created_message": "Post created.",
|
2017-02-02 15:15:51 +01:00
|
|
|
"posts.rate_limit_error": "Please wait {value} seconds before posting again.",
|
2016-07-06 15:53:14 +02:00
|
|
|
"posts.postedAt": "Posted at",
|
2016-07-07 11:19:01 +02:00
|
|
|
"posts.dateNotDefined": "Date not defined",
|
2016-08-14 17:59:20 +02:00
|
|
|
"posts.subscribe": "Subscribe",
|
|
|
|
"posts.unsubscribe": "Unsubscribe",
|
2016-08-19 13:18:51 +02:00
|
|
|
"posts.subscribed": "You have subscribed to “{name}” comments.",
|
|
|
|
"posts.unsubscribed": "You have unsubscribed from “{name}” comments.",
|
2016-08-14 17:59:20 +02:00
|
|
|
"posts.subscribed_posts" : "Posts subscribed to",
|
2016-09-28 13:46:59 +02:00
|
|
|
"posts.link_already_posted": "This link has already been posted.",
|
2017-02-02 16:18:33 +01:00
|
|
|
"posts.max_per_day": "Sorry you cannot submit more than {value} posts per day.",
|
2016-06-09 17:42:20 +09:00
|
|
|
|
|
|
|
"comments.comments": "Comments",
|
|
|
|
"comments.count": "{count, plural, =0 {No comments} one {# comment} other {# comments}}",
|
|
|
|
"comments.new": "New Comment",
|
|
|
|
"comments.no_comments": "No comments to display.",
|
|
|
|
"comments.reply": "Reply",
|
|
|
|
"comments.edit": "Edit",
|
|
|
|
"comments.delete": "Delete",
|
2016-11-13 14:12:15 +01:00
|
|
|
"comments.delete_confirm": "Delete this comment?",
|
|
|
|
"comments.delete_success": "Comment deleted.",
|
2016-06-09 17:42:20 +09:00
|
|
|
"comments.please_log_in": "Please log in to comment.",
|
2016-06-10 10:25:38 +09:00
|
|
|
"comments.parentCommentId": "Parent Comment ID",
|
|
|
|
"comments.topLevelCommentId": "Top Level Comment ID",
|
|
|
|
"comments.body": "Body",
|
2017-02-02 15:15:51 +01:00
|
|
|
"comments.rate_limit_error": "Please wait {value} seconds before commenting again.",
|
2016-06-09 17:42:20 +09:00
|
|
|
|
|
|
|
"users.profile": "Profile",
|
2016-06-10 10:25:38 +09:00
|
|
|
"users.complete_profile": "Complete your Profile",
|
2016-06-09 17:42:20 +09:00
|
|
|
"users.edit_account": "Edit Account",
|
2016-07-18 17:59:47 +02:00
|
|
|
"users.edit_success": "User “{name}” edited",
|
2016-06-10 10:25:38 +09:00
|
|
|
"users.log_in": "Log In",
|
2017-02-06 10:43:55 +09:00
|
|
|
"users.sign_up": "Sign Up",
|
2016-06-09 17:42:20 +09:00
|
|
|
"users.log_out": "Log Out",
|
2017-01-18 10:18:33 +09:00
|
|
|
"users.bio": "Bio",
|
|
|
|
"users.displayName": "Display Name",
|
|
|
|
"users.email": "Email",
|
|
|
|
"users.twitterUsername": "Twitter Username",
|
|
|
|
"users.website": "Website",
|
|
|
|
"users.groups": "Groups",
|
|
|
|
"users.avatar": "Avatar",
|
2016-06-09 20:26:33 +09:00
|
|
|
"users.notifications": "Notifications",
|
2017-01-18 10:18:33 +09:00
|
|
|
"users.notifications_users": "New Users Notifications",
|
|
|
|
"users.notifications_posts": "New Posts Notifications",
|
|
|
|
"users.newsletter_subscribeToNewsletter": "Subscribe to newsletter",
|
2016-06-09 20:26:33 +09:00
|
|
|
"users.admin": "Admin",
|
|
|
|
"users.isAdmin": "Admin",
|
|
|
|
"users.posts": "Posts",
|
2016-06-10 10:25:38 +09:00
|
|
|
"users.please_log_in": "Please log in",
|
2016-12-01 16:09:54 +09:00
|
|
|
"users.cannot_post": "Sorry, you do not have permission to post at this time",
|
|
|
|
"users.cannot_comment": "Sorry, you do not have permission to comment at this time",
|
2016-08-14 17:59:20 +02:00
|
|
|
"users.subscribe": "Subscribe to this user's posts",
|
|
|
|
"users.unsubscribe": "Unsubscribe to this user's posts",
|
2016-08-19 13:18:51 +02:00
|
|
|
"users.subscribed": "You have subscribed to “{name}” posts.",
|
|
|
|
"users.unsubscribed": "You have unsubscribed from “{name}” posts.",
|
2016-08-14 17:59:20 +02:00
|
|
|
"users.subscribers": "Subscribers",
|
2016-12-08 11:03:20 +09:00
|
|
|
"users.delete": "Delete user",
|
|
|
|
"users.delete_confirm": "Delete this user?",
|
2017-02-02 15:15:51 +01:00
|
|
|
"users.email_already_taken": "This email is already taken: {value}",
|
2016-06-09 17:42:20 +09:00
|
|
|
|
2016-06-09 20:26:33 +09:00
|
|
|
"categories": "Categories",
|
|
|
|
"categories.all": "All Categories",
|
|
|
|
"categories.edit": "Edit Category",
|
2017-01-04 17:36:43 +01:00
|
|
|
"categories.edit_success": "Category “{name}” edited.",
|
2016-06-09 20:26:33 +09:00
|
|
|
"categories.new": "New Category",
|
2017-01-05 15:13:31 +01:00
|
|
|
"categories.new_success": "Category “{name}” created.",
|
2016-06-09 20:26:33 +09:00
|
|
|
"categories.delete": "Delete Category",
|
|
|
|
"categories.name": "Name",
|
|
|
|
"categories.description": "Description",
|
|
|
|
"categories.order": "Order",
|
|
|
|
"categories.slug": "Slug",
|
|
|
|
"categories.image": "Image",
|
|
|
|
"categories.parentId": "Parent ID",
|
2016-08-14 17:59:20 +02:00
|
|
|
"categories.subscribe": "Subscribe to this category's posts",
|
|
|
|
"categories.unsubscribe": "Unsubscribe to this category's posts",
|
2016-08-19 13:18:51 +02:00
|
|
|
"categories.subscribed": "You have subscribed to “{name}” posts.",
|
|
|
|
"categories.unsubscribed": "You have unsubscribed from “{name}” posts.",
|
2016-08-14 17:59:20 +02:00
|
|
|
"categories.subscribed_categories" : "Categories subscribed to",
|
2016-11-13 14:12:15 +01:00
|
|
|
"categories.delete_confirm": "Delete category “{title}”?",
|
2017-01-04 17:36:43 +01:00
|
|
|
"categories.delete_success": "Category “{name}” deleted.",
|
2017-02-02 15:15:51 +01:00
|
|
|
"categories.invalid": "Invalid category",
|
2016-06-09 17:42:20 +09:00
|
|
|
|
|
|
|
"settings": "Settings",
|
|
|
|
"settings.json_message": "Note: settings already provided in your <code>settings.json</code> file will be disabled.",
|
|
|
|
"settings.edit": "Edit Settings",
|
|
|
|
"settings.edited": "Settings edited (please reload).",
|
2016-06-09 20:26:33 +09:00
|
|
|
"settings.title": "Title",
|
|
|
|
"settings.siteUrl": "Site URL",
|
|
|
|
"settings.tagline": "Tagline",
|
|
|
|
"settings.description": "Description",
|
|
|
|
"settings.siteImage": "Site Image",
|
|
|
|
"settings.defaultEmail": "Default Email",
|
|
|
|
"settings.mailUrl": "Mail URL",
|
|
|
|
"settings.scoreUpdate": "Score Update",
|
|
|
|
"settings.postInterval": "Post Interval",
|
|
|
|
"settings.RSSLinksPointTo": "RSS Links Point To",
|
|
|
|
"settings.commentInterval": "Comment Interval",
|
|
|
|
"settings.maxPostsPerDay": "Max Posts Per Day",
|
|
|
|
"settings.startInvitesCount": "Start Invites Count",
|
|
|
|
"settings.postsPerPage": "Posts Per Page",
|
|
|
|
"settings.logoUrl": "Logo URL",
|
|
|
|
"settings.logoHeight": "Logo Height",
|
|
|
|
"settings.logoWidth": "Logo Width",
|
|
|
|
"settings.faviconUrl": "Favicon URL",
|
|
|
|
"settings.twitterAccount": "Twitter Account",
|
|
|
|
"settings.facebookPage": "Facebook Page",
|
|
|
|
"settings.googleAnalyticsId": "Google Analytics ID",
|
|
|
|
"settings.locale": "Locale",
|
2016-06-14 23:11:28 +02:00
|
|
|
"settings.requireViewInvite": "Require View Invite",
|
|
|
|
"settings.requirePostInvite": "Require Post Invite",
|
|
|
|
"settings.requirePostsApproval": "Require Posts Approval",
|
|
|
|
"settings.scoreUpdateInterval": "Score Update Interval",
|
2016-07-28 21:20:03 +02:00
|
|
|
|
2016-06-09 17:42:20 +09:00
|
|
|
"app.loading": "Loading…",
|
|
|
|
"app.404": "Sorry, we couldn't find what you were looking for.",
|
|
|
|
"app.powered_by": "Powered by Telescope",
|
2016-06-10 10:25:38 +09:00
|
|
|
"app.or": "Or",
|
2016-08-04 10:50:03 +02:00
|
|
|
"app.noPermission": "Sorry, you do not have the permission to do this at this time.",
|
2017-02-02 15:15:51 +01:00
|
|
|
"app.mutation_not_allowed": "Sorry, you don't have the rights to perform this mutation on this document (details: {value})",
|
|
|
|
"app.disallowed_property_detected": "Disallowed property detected: {value}",
|
|
|
|
"app.something_bad_happened": "Something bad happened...",
|
2017-02-11 12:27:32 +01:00
|
|
|
"app.embedly_not_authorized": "Invalid Embedly API key provided in the settings file. To find your key, log into https://app.embed.ly -> API",
|
2017-02-02 15:15:51 +01:00
|
|
|
|
2016-07-28 21:20:03 +02:00
|
|
|
"newsletter": "Newsletter",
|
|
|
|
"newsletter.subscribe": "Subscribe",
|
|
|
|
"newsletter.unsubscribe": "Unsubscribe",
|
2016-06-10 10:25:38 +09:00
|
|
|
"newsletter.subscribe_prompt": "Subscribe to the newsletter",
|
|
|
|
"newsletter.email": "Your email",
|
|
|
|
"newsletter.success_message": "Thanks for subscribing!",
|
2016-11-24 08:27:12 -06:00
|
|
|
"newsletter.subscription_updated": "Newsletter subscription updated.",
|
2017-02-11 12:27:32 +01:00
|
|
|
"newsletter.subscription_failed": "Subscription failed. Is Mailchimp configured in your settings file?",
|
2016-06-10 10:25:38 +09:00
|
|
|
|
|
|
|
"admin": "Admin",
|
|
|
|
"notifications": "Notifications",
|
2016-12-12 15:10:53 +09:00
|
|
|
});
|