Vulcan/lib/locales/en.js

68 lines
2.1 KiB
JavaScript
Raw Normal View History

2013-11-03 13:54:42 +01:00
en = {
'en': {
translation: {
2013-11-05 19:01:46 +01:00
//Main
"Loading...": "Chargement...",
"New Posts": "New Posts",
2013-11-04 18:45:03 +01:00
// Post deleted
"Your post has been deleted.": "Your post has been deleted.",
// Post digest
"The top 5 posts of each day.": "The top 5 posts of each day.",
"Previous Day": "Previous Day",
"Next Day": "Next Day",
"Sorry, no posts for today.": "Sorry, no posts for today.",
"Today": "Today",
"Yesterday": "Yesterday",
// Post edit
"Created": "Created",
"Title": "Title",
"Suggest title": "Suggest title",
"URL": "URL",
"Short URL": "Short URL",
"Body": "Body",
"Category": "Category",
"Inactive?": "Inactive?",
"Sticky?": "Sticky?",
"Submission Date": "Submission Date",
"Submission Time": "Submission Time",
"Date": "Date",
"Submission": "Submission",
"Note: this post is still pending so it has no submission timestamp yet.": "Note: this post is still pending so it has no submission timestamp yet.",
"User": "User",
"Status": "Status",
"Pending": "Pending",
"Approved": "Approved",
"Rejected": "Rejected",
"Delete Post": "Delete Post",
"Submit": "Submit",
"You must be logged in.": "You must be logged in.",
"Are you sure?": "Are you sure?",
"Thanks, your post is awaiting approval.": "Thanks, your post is awaiting approval.",
"Sorry, couldn't find a title...": "Sorry, couldn't find a title...",
"Please fill in an URL first!": "Please fill in an URL first!",
2013-11-03 13:54:42 +01:00
// Post item
"Share": "Share",
"Discuss": "Discuss",
"Upvote": "Upvote",
"Sticky": "Sticky",
"status": "status",
"votes": "votes",
"baseScore": "baseScore",
"score": "score",
2013-11-03 23:45:54 +01:00
"clicks": "clicks",
"inactive": "inactive",
"comment": "comment",
"comments": "comments",
"point": "point",
"points": "points",
2013-11-04 18:45:03 +01:00
"Please log in first": "Please log in first",
// Post list
2013-11-05 19:01:46 +01:00
"Load more": "Load more"
2013-11-03 13:54:42 +01:00
}
}
};