2016-06-09 17:42:20 +09:00
|
|
|
Telescope.strings.en_US = {
|
|
|
|
"forms.submit": "Submit",
|
|
|
|
"forms.cancel": "Cancel",
|
|
|
|
|
|
|
|
"posts.new_post": "New Post",
|
|
|
|
"posts.edit": "Edit",
|
|
|
|
"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",
|
|
|
|
"posts.load_more": "Load More",
|
|
|
|
"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",
|
|
|
|
|
|
|
|
"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",
|
|
|
|
"comments.delete_confirm": "Delete comment “{body}”?",
|
|
|
|
"comments.delete_success": "Comment “{body}” deleted.",
|
|
|
|
"comments.please_log_in": "Please log in to comment.",
|
|
|
|
|
|
|
|
"users.profile": "Profile",
|
|
|
|
"users.edit_account": "Edit Account",
|
|
|
|
"users.log_out": "Log Out",
|
2016-06-09 20:26:33 +09:00
|
|
|
"users.telescope.bio": "Bio",
|
|
|
|
"users.telescope.displayName": "Display Name",
|
|
|
|
"users.telescope.email": "Email",
|
|
|
|
"users.telescope.twitterUsername": "Twitter Username",
|
|
|
|
"users.telescope.website": "Website",
|
|
|
|
"users.notifications": "Notifications",
|
|
|
|
"users.telescope.notifications_users": "New Users Notifications",
|
|
|
|
"users.telescope.notifications_posts": "New Posts Notifications",
|
|
|
|
"users.telescope.newsletter_subscribeToNewsletter": "Subscribe to newsletter",
|
|
|
|
"users.admin": "Admin",
|
|
|
|
"users.isAdmin": "Admin",
|
|
|
|
"users.posts": "Posts",
|
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",
|
|
|
|
"categories.new": "New Category",
|
|
|
|
"categories.delete": "Delete Category",
|
|
|
|
"categories.name": "Name",
|
|
|
|
"categories.description": "Description",
|
|
|
|
"categories.order": "Order",
|
|
|
|
"categories.slug": "Slug",
|
|
|
|
"categories.image": "Image",
|
|
|
|
"categories.parentId": "Parent ID",
|
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-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-09 20:26:33 +09:00
|
|
|
|
|
|
|
"newsletter": "Newsletter",
|
|
|
|
"newsletter.subscribe": "Subscribe",
|
|
|
|
"newsletter.unsubscribe": "Unsubscribe",
|
2016-06-09 17:42:20 +09:00
|
|
|
}
|