|
612 | 612 | "select": { |
613 | 613 | "label": "Select an application", |
614 | 614 | "notFound": "No application found", |
615 | | - "search": "", |
616 | | - "noResults": "", |
617 | | - "action": "", |
618 | | - "title": "" |
| 615 | + "search": "Search for an app", |
| 616 | + "noResults": "No results", |
| 617 | + "action": "Select {app}", |
| 618 | + "title": "Select an app to add to this board" |
619 | 619 | }, |
620 | 620 | "create": { |
621 | | - "title": "", |
622 | | - "description": "", |
623 | | - "action": "" |
| 621 | + "title": "Create new app", |
| 622 | + "description": "Create a new app ", |
| 623 | + "action": "Open app creation" |
624 | 624 | }, |
625 | | - "add": "" |
| 625 | + "add": "Add an app" |
626 | 626 | } |
627 | 627 | }, |
628 | 628 | "integration": { |
|
649 | 649 | "app": { |
650 | 650 | "option": { |
651 | 651 | "existing": { |
652 | | - "title": "", |
653 | | - "label": "" |
| 652 | + "title": "Existing", |
| 653 | + "label": "Select existing app" |
654 | 654 | }, |
655 | 655 | "new": { |
656 | | - "title": "", |
| 656 | + "title": "New", |
657 | 657 | "url": { |
658 | | - "label": "", |
659 | | - "description": "" |
| 658 | + "label": "App URL", |
| 659 | + "description": "The URL the app will open when accessed from the dashboard" |
660 | 660 | } |
661 | 661 | } |
662 | 662 | } |
|
676 | 676 | }, |
677 | 677 | "app": { |
678 | 678 | "action": { |
679 | | - "add": "", |
680 | | - "remove": "", |
681 | | - "select": "" |
| 679 | + "add": "Link an app", |
| 680 | + "remove": "Unlink", |
| 681 | + "select": "Select an app to link" |
682 | 682 | } |
683 | 683 | } |
684 | 684 | }, |
|
709 | 709 | "description": "Integration, {kind} can be used with the search engine. Please check this to automatically configure the search engine." |
710 | 710 | }, |
711 | 711 | "app": { |
712 | | - "sectionTitle": "" |
| 712 | + "sectionTitle": "Linked App" |
713 | 713 | }, |
714 | 714 | "createApp": { |
715 | 715 | "label": "Create application", |
|
730 | 730 | "error": { |
731 | 731 | "common": { |
732 | 732 | "cause": { |
733 | | - "title": "" |
| 733 | + "title": "Cause with more details" |
734 | 734 | } |
735 | 735 | }, |
736 | 736 | "unknown": { |
737 | | - "title": "", |
738 | | - "description": "" |
| 737 | + "title": "Unknown error", |
| 738 | + "description": "An unknown error occurred, open the cause below to see more details" |
739 | 739 | }, |
740 | 740 | "parse": { |
741 | | - "title": "", |
742 | | - "description": "" |
| 741 | + "title": "Parse error", |
| 742 | + "description": "The response could not be parsed. Please verify that the URL is pointing to the base URL of the service." |
743 | 743 | }, |
744 | 744 | "authorization": { |
745 | | - "title": "", |
746 | | - "description": "" |
| 745 | + "title": "Authorisation error", |
| 746 | + "description": "The request was not authorised. Please verify that the credentials are correct and you have them configured with enough permissions." |
747 | 747 | }, |
748 | 748 | "statusCode": { |
749 | | - "title": "", |
750 | | - "description": "", |
751 | | - "otherDescription": "", |
| 749 | + "title": "Response error", |
| 750 | + "description": "Received unexpected {statusCode} ({reason}) response from <url></url>. Please verify that the URL is pointing to the base URL of the integration.", |
| 751 | + "otherDescription": "Received unexpected {statusCode} response from <url></url>. Please verify that the URL is pointing to the base URL of the integration.", |
752 | 752 | "reason": { |
753 | | - "badRequest": "", |
754 | | - "notFound": "", |
755 | | - "tooManyRequests": "", |
756 | | - "internalServerError": "", |
| 753 | + "badRequest": "Bad request", |
| 754 | + "notFound": "Not found", |
| 755 | + "tooManyRequests": "Too many requests", |
| 756 | + "internalServerError": "Internal server error", |
757 | 757 | "serviceUnavailable": "", |
758 | 758 | "gatewayTimeout": "" |
759 | 759 | } |
|
0 commit comments