Files
yourpart3/frontend/src/i18n/locales/en/blog.json

66 lines
2.2 KiB
JSON
Executable File

{
"blog": {
"posts": "Posts",
"noPosts": "No posts.",
"newPost": "Write new post",
"title": "Title",
"publish": "Publish",
"pickImage": "Pick an image",
"uploadImage": "Upload image",
"list": {
"eyebrow": "Community blogs",
"title": "Blogs",
"intro": "Articles, project updates and personal insights from the YourPart community.",
"create": "Create new blog",
"loading": "Loading…",
"empty": "No blogs found.",
"by": "by",
"unknownAuthor": "Unknown",
"open": "Open blog",
"fallbackExcerpt": "Public entries, thoughts and project updates from the community."
},
"view": {
"loading": "Loading…",
"edit": "Edit",
"reportBlog": "Report blog",
"reportPost": "Report post",
"reportBlogSent": "Blog has been reported to moderation.",
"reportPostSent": "Post has been reported to moderation.",
"entriesCount": "{count} entries",
"empty": "No entries available.",
"fallbackDescription": "Public community blog on YourPart.",
"notFoundTitle": "Blog not found | YourPart",
"notFoundDescription": "The requested blog could not be loaded."
},
"editor": {
"createTitle": "Create blog",
"editTitle": "Edit blog",
"description": "Description",
"visibility": "Visibility",
"visibilityPublic": "Public",
"visibilityLoggedIn": "Logged-in users only",
"ageRange": "Age range",
"gender": "Gender",
"genderMale": "Male",
"genderFemale": "Female",
"save": "Save",
"newPostTitle": "New post",
"addPost": "Add post",
"shareTitle": "Share blog",
"url": "URL",
"copyLink": "Copy link",
"shareToFriends": "Send to friends",
"emailAddresses": "Email addresses (comma-separated)",
"send": "Send",
"restrictedHint": "Note: This blog is not public. Recipients may need a login and matching age/gender permissions.",
"invalidAgeRange": "Invalid age range",
"copySuccess": "Link copied",
"copyError": "Copy failed",
"shareError": "Sharing failed",
"emailError": "Email sending failed",
"friendsSent": "Sent to {count} friend(s).",
"emailsSent": "{count} email(s) sent."
}
}
}