|
505 | 505 | }, |
506 | 506 | "group_by": "Group by", |
507 | 507 | "epic": "Epic", |
508 | | - "issue": "Issue", |
| 508 | + "work_item": "Work item", |
509 | 509 | "add": "Add", |
510 | 510 | "warning": "Warning", |
511 | 511 | "updating": "Updating", |
|
529 | 529 | "public": "Public", |
530 | 530 | "private": "Private" |
531 | 531 | }, |
532 | | - "sub_issues": "Sub-issues", |
| 532 | + "sub_work_items": "Sub-work items", |
533 | 533 | "order_by": { |
534 | 534 | "label": "Order by", |
535 | 535 | "manual": "Manual", |
|
621 | 621 | }, |
622 | 622 |
|
623 | 623 | "issue": { |
624 | | - "label": "{count, plural, one {Issue} other {Issues}}", |
625 | | - "all": "All Issues", |
| 624 | + "label": "{count, plural, one {Work item} other {Work items}}", |
| 625 | + "all": "All Work items", |
626 | 626 | "title": { |
627 | | - "label": "Issue title", |
628 | | - "required": "Issue title is required." |
| 627 | + "label": "Work item title", |
| 628 | + "required": "Work item title is required." |
629 | 629 | }, |
630 | 630 | "add": { |
631 | | - "press_enter": "Press 'Enter' to add another issue", |
632 | | - "label": "Add Issue", |
| 631 | + "press_enter": "Press 'Enter' to add another work item", |
| 632 | + "label": "Add Work item", |
633 | 633 | "cycle": { |
634 | | - "failed": "Issue could not be added to the cycle. Please try again." |
| 634 | + "failed": "Work item could not be added to the cycle. Please try again." |
635 | 635 | }, |
636 | 636 | "assignee": "Add assignees", |
637 | 637 | "start_date": "Add start date", |
638 | 638 | "due_date": "Add due date", |
639 | | - "parent": "Add parent issue", |
640 | | - "sub_issue": "Add sub-issue", |
| 639 | + "parent": "Add parent work item", |
| 640 | + "sub_issue": "Add sub-work item", |
641 | 641 | "relation": "Add relation", |
642 | 642 | "link": "Add link" |
643 | 643 | }, |
644 | 644 | "remove": { |
645 | 645 | "cycle": { |
646 | | - "loading": "Removing issue from the cycle...", |
647 | | - "success": "Issue removed from the cycle successfully.", |
648 | | - "failed": "Issue could not be removed from the cycle. Please try again." |
| 646 | + "loading": "Removing work item from the cycle...", |
| 647 | + "success": "Work item removed from the cycle successfully.", |
| 648 | + "failed": "Work item could not be removed from the cycle. Please try again." |
649 | 649 | }, |
650 | 650 | "module": { |
651 | | - "loading": "Removing issue from the module...", |
652 | | - "success": "Issue removed from the module successfully.", |
653 | | - "failed": "Issue could not be removed from the module. Please try again." |
| 651 | + "loading": "Removing work item from the module...", |
| 652 | + "success": "Work item removed from the module successfully.", |
| 653 | + "failed": "Work item could not be removed from the module. Please try again." |
654 | 654 | }, |
655 | 655 | "parent": { |
656 | | - "label": "Remove Parent Issue" |
| 656 | + "label": "Remove Parent Work item" |
657 | 657 | } |
658 | 658 | }, |
659 | | - "new": "New Issue", |
660 | | - "adding": "Adding issue...", |
| 659 | + "new": "New Work item", |
| 660 | + "adding": "Adding work item...", |
661 | 661 | "create": { |
662 | | - "success": "Issue created successfully" |
| 662 | + "success": "Work item created successfully" |
663 | 663 | }, |
664 | 664 | "priority": { |
665 | 665 | "urgent": "Urgent", |
|
671 | 671 | "properties": { |
672 | 672 | "label": "Display Properties", |
673 | 673 | "id": "ID", |
674 | | - "issue_type": "Issue Type", |
675 | | - "sub_issue_count": "Sub issue count", |
| 674 | + "issue_type": "Work item Type", |
| 675 | + "sub_issue_count": "Sub work item count", |
676 | 676 | "attachment_count": "Attachment count", |
677 | 677 | "created_on": "Created on", |
678 | 678 | "sub_issue": "Sub-issue" |
679 | 679 | }, |
680 | 680 | "extra": { |
681 | | - "show_sub_issues": "Show sub-issues", |
| 681 | + "show_sub_issues": "Show sub-work items", |
682 | 682 | "show_empty_groups": "Show empty groups" |
683 | 683 | } |
684 | 684 | }, |
|
720 | 720 | }, |
721 | 721 | "empty_state": { |
722 | 722 | "issue_detail": { |
723 | | - "title": "Issue does not exist", |
724 | | - "description": "The issue you are looking for does not exist, has been archived, or has been deleted.", |
| 723 | + "title": "work item does not exist", |
| 724 | + "description": "The work item you are looking for does not exist, has been archived, or has been deleted.", |
725 | 725 | "primary_button": { |
726 | | - "text": "View other issues" |
| 726 | + "text": "View other work items" |
727 | 727 | } |
728 | 728 | } |
729 | 729 | }, |
730 | 730 | "sibling": { |
731 | | - "label": "Sibling issues" |
| 731 | + "label": "Sibling work items" |
732 | 732 | }, |
733 | 733 | "archive": { |
734 | | - "description": "Only completed or canceled\nissues can be archived", |
735 | | - "label": "Archive Issue", |
736 | | - "confirm_message": "Are you sure you want to archive the issue? All your archived issues can be restored later.", |
| 734 | + "description": "Only completed or canceled\nwork items can be archived", |
| 735 | + "label": "Archive Work item", |
| 736 | + "confirm_message": "Are you sure you want to archive the work item? All your archived work items can be restored later.", |
737 | 737 | "success": { |
738 | 738 | "label": "Archive success", |
739 | 739 | "message": "Your archives can be found in project archives." |
740 | 740 | }, |
741 | 741 | "failed": { |
742 | | - "message": "Issue could not be archived. Please try again." |
| 742 | + "message": "Work item could not be archived. Please try again." |
743 | 743 | } |
744 | 744 | }, |
745 | 745 | "relation": { |
|
0 commit comments