|
390 | 390 | "markdownCodeCopied": "Code copied to clipboard", |
391 | 391 |
|
392 | 392 | "debugLogs": "Debug Logs", |
393 | | - "debugLogsDescription": "View application logs" |
| 393 | + "debugLogsDescription": "View application logs", |
| 394 | + |
| 395 | + "forumTitle": "Forum", |
| 396 | + "forumNotFound": "Forum not found", |
| 397 | + "forumDescription": "Description", |
| 398 | + "forumJoin": "Join Forum", |
| 399 | + "forumJoinSuccess": "Successfully joined the forum", |
| 400 | + "forumLeave": "Leave Forum", |
| 401 | + "forumLeaveHint": "Are you sure you want to leave this forum? You will lose access to forum content.", |
| 402 | + "forumEdit": "Edit Forum", |
| 403 | + "forumDelete": "Delete Forum", |
| 404 | + "forumDeleteHint": "Are you sure to delete this forum? This will also delete all the posts under this forum.", |
| 405 | + "forumPinnedPosts": "Pinned Posts", |
| 406 | + "forumNoPosts": "No posts yet", |
| 407 | + "forumPostDetail": "Post Detail", |
| 408 | + "forumPostNotFound": "Post not found", |
| 409 | + "forumReply": "Reply", |
| 410 | + "forumReplies": "{count} replies", |
| 411 | + "@forumReplies": { |
| 412 | + "placeholders": { |
| 413 | + "count": {"type": "int"} |
| 414 | + } |
| 415 | + }, |
| 416 | + "forumComments": "{count} comments", |
| 417 | + "@forumComments": { |
| 418 | + "placeholders": { |
| 419 | + "count": {"type": "int"} |
| 420 | + } |
| 421 | + }, |
| 422 | + "forumNoComments": "No comments yet", |
| 423 | + "forumCommentPlaceholder": "Write a comment...", |
| 424 | + "forumCommentSuccess": "Comment posted successfully", |
| 425 | + "forumShare": "Share", |
| 426 | + "forumPublish": "Publish", |
| 427 | + "forumComposePost": "New Post", |
| 428 | + "forumComposeReply": "Reply to Post", |
| 429 | + "forumPostTitle": "Title", |
| 430 | + "forumPostTitleRequired": "Please enter a title", |
| 431 | + "forumPostContent": "Content", |
| 432 | + "forumPostContentRequired": "Please enter content", |
| 433 | + "forumPostContentMarkdown": "Supports Markdown formatting", |
| 434 | + "forumPostSuccess": "Post published successfully", |
| 435 | + "forumReplySuccess": "Reply posted successfully", |
| 436 | + "forumMembersCount": "{count} members", |
| 437 | + "@forumMembersCount": { |
| 438 | + "placeholders": { |
| 439 | + "count": {"type": "int"} |
| 440 | + } |
| 441 | + }, |
| 442 | + "forumInviteMember": "Invite Member", |
| 443 | + "forumRemoveMember": "Remove Member", |
| 444 | + "forumRemoveMemberHint": "Are you sure to remove this member?", |
| 445 | + "forumMemberRoleEdit": "Edit role of {name}", |
| 446 | + "@forumMemberRoleEdit": { |
| 447 | + "placeholders": { |
| 448 | + "name": {"type": "String"} |
| 449 | + } |
| 450 | + }, |
| 451 | + "forumMemberRole": "Role", |
| 452 | + "forumMemberRoleHint": "0=Member, 50=Admin, 100=Owner", |
| 453 | + "forumRoleOwner": "Owner", |
| 454 | + "forumRoleAdmin": "Admin", |
| 455 | + "forumRoleMember": "Member", |
| 456 | + "forumTabJoined": "Joined", |
| 457 | + "forumTabExplore": "Explore", |
| 458 | + "forumNoJoined": "You haven't joined any forums yet", |
| 459 | + "forumPostDescription": "Description (optional)", |
| 460 | + "forumComposeAttachImage": "Attach image", |
| 461 | + "forumComposeAttachFile": "Attach file", |
| 462 | + "forumCopyLink": "Copy Link", |
| 463 | + "forumCommentSend": "Send", |
| 464 | + "forumExpandEditor": "Expand editor", |
| 465 | + "forumMdBold": "Bold", |
| 466 | + "forumMdItalic": "Italic", |
| 467 | + "forumMdStrikethrough": "Strikethrough", |
| 468 | + "forumMdHeading": "Heading", |
| 469 | + "forumMdList": "List", |
| 470 | + "forumMdQuote": "Quote", |
| 471 | + "forumMdCode": "Code", |
| 472 | + "forumMdLink": "Link" |
394 | 473 | } |
0 commit comments