aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/messages
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-29 21:18:14 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-29 21:18:14 +0100
commitcddfc5027b84d8b201714f4198d4314b02c3c4c7 (patch)
tree348146bdf96f11c70ddefbaac420df6e370d70c7 /src/i18n/messages
parent Add @ammarmalhas as a contributor (diff)
downloadferdium-app-cddfc5027b84d8b201714f4198d4314b02c3c4c7.tar.gz
ferdium-app-cddfc5027b84d8b201714f4198d4314b02c3c4c7.tar.zst
ferdium-app-cddfc5027b84d8b201714f4198d4314b02c3c4c7.zip
Add publish debug log option
Diffstat (limited to 'src/i18n/messages')
-rw-r--r--src/i18n/messages/src/components/layout/AppLayout.json16
-rw-r--r--src/i18n/messages/src/features/publishDebugInfo/Component.json80
-rw-r--r--src/i18n/messages/src/lib/Menu.json145
3 files changed, 167 insertions, 74 deletions
diff --git a/src/i18n/messages/src/components/layout/AppLayout.json b/src/i18n/messages/src/components/layout/AppLayout.json
index bca181d0f..5a8e082f2 100644
--- a/src/i18n/messages/src/components/layout/AppLayout.json
+++ b/src/i18n/messages/src/components/layout/AppLayout.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Your services have been updated.", 4 "defaultMessage": "!!!Your services have been updated.",
5 "file": "src/components/layout/AppLayout.js", 5 "file": "src/components/layout/AppLayout.js",
6 "start": { 6 "start": {
7 "line": 30, 7 "line": 31,
8 "column": 19 8 "column": 19
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 33, 11 "line": 34,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Reload services", 17 "defaultMessage": "!!!Reload services",
18 "file": "src/components/layout/AppLayout.js", 18 "file": "src/components/layout/AppLayout.js",
19 "start": { 19 "start": {
20 "line": 34, 20 "line": 35,
21 "column": 24 21 "column": 24
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 37, 24 "line": 38,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Could not load services and user information", 30 "defaultMessage": "!!!Could not load services and user information",
31 "file": "src/components/layout/AppLayout.js", 31 "file": "src/components/layout/AppLayout.js",
32 "start": { 32 "start": {
33 "line": 38, 33 "line": 39,
34 "column": 26 34 "column": 26
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 41, 37 "line": 42,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 43 "defaultMessage": "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
44 "file": "src/components/layout/AppLayout.js", 44 "file": "src/components/layout/AppLayout.js",
45 "start": { 45 "start": {
46 "line": 42, 46 "line": 43,
47 "column": 21 47 "column": 21
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 45, 50 "line": 46,
51 "column": 3 51 "column": 3
52 } 52 }
53 } 53 }
diff --git a/src/i18n/messages/src/features/publishDebugInfo/Component.json b/src/i18n/messages/src/features/publishDebugInfo/Component.json
new file mode 100644
index 000000000..500f2c01b
--- /dev/null
+++ b/src/i18n/messages/src/features/publishDebugInfo/Component.json
@@ -0,0 +1,80 @@
1[
2 {
3 "id": "feature.publishDebugInfo.title",
4 "defaultMessage": "!!!Publish debug information",
5 "file": "src/features/publishDebugInfo/Component.js",
6 "start": {
7 "line": 17,
8 "column": 9
9 },
10 "end": {
11 "line": 20,
12 "column": 3
13 }
14 },
15 {
16 "id": "feature.publishDebugInfo.info",
17 "defaultMessage": "!!!Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service",
18 "file": "src/features/publishDebugInfo/Component.js",
19 "start": {
20 "line": 21,
21 "column": 8
22 },
23 "end": {
24 "line": 24,
25 "column": 3
26 }
27 },
28 {
29 "id": "feature.publishDebugInfo.privacy",
30 "defaultMessage": "!!!Privacy policy",
31 "file": "src/features/publishDebugInfo/Component.js",
32 "start": {
33 "line": 25,
34 "column": 11
35 },
36 "end": {
37 "line": 28,
38 "column": 3
39 }
40 },
41 {
42 "id": "feature.publishDebugInfo.terms",
43 "defaultMessage": "!!!Terms of service",
44 "file": "src/features/publishDebugInfo/Component.js",
45 "start": {
46 "line": 29,
47 "column": 9
48 },
49 "end": {
50 "line": 32,
51 "column": 3
52 }
53 },
54 {
55 "id": "feature.publishDebugInfo.publish",
56 "defaultMessage": "!!!Accept and publish",
57 "file": "src/features/publishDebugInfo/Component.js",
58 "start": {
59 "line": 33,
60 "column": 11
61 },
62 "end": {
63 "line": 36,
64 "column": 3
65 }
66 },
67 {
68 "id": "feature.publishDebugInfo.published",
69 "defaultMessage": "!!!Your debug log was published and is now availible at",
70 "file": "src/features/publishDebugInfo/Component.js",
71 "start": {
72 "line": 37,
73 "column": 13
74 },
75 "end": {
76 "line": 40,
77 "column": 3
78 }
79 }
80] \ No newline at end of file
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index f69d951fd..e323d6174 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -455,15 +455,28 @@
455 } 455 }
456 }, 456 },
457 { 457 {
458 "id": "menu.help.publishDebugInfo",
459 "defaultMessage": "!!!Publish Debug Information",
460 "file": "src/lib/Menu.js",
461 "start": {
462 "line": 157,
463 "column": 20
464 },
465 "end": {
466 "line": 160,
467 "column": 3
468 }
469 },
470 {
458 "id": "menu.help.debugInfoCopiedHeadline", 471 "id": "menu.help.debugInfoCopiedHeadline",
459 "defaultMessage": "!!!Ferdi Debug Information", 472 "defaultMessage": "!!!Ferdi Debug Information",
460 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
461 "start": { 474 "start": {
462 "line": 157, 475 "line": 161,
463 "column": 27 476 "column": 27
464 }, 477 },
465 "end": { 478 "end": {
466 "line": 160, 479 "line": 164,
467 "column": 3 480 "column": 3
468 } 481 }
469 }, 482 },
@@ -472,11 +485,11 @@
472 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 485 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
473 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
474 "start": { 487 "start": {
475 "line": 161, 488 "line": 165,
476 "column": 23 489 "column": 23
477 }, 490 },
478 "end": { 491 "end": {
479 "line": 164, 492 "line": 168,
480 "column": 3 493 "column": 3
481 } 494 }
482 }, 495 },
@@ -485,11 +498,11 @@
485 "defaultMessage": "!!!Terms of Service", 498 "defaultMessage": "!!!Terms of Service",
486 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
487 "start": { 500 "start": {
488 "line": 165, 501 "line": 169,
489 "column": 7 502 "column": 7
490 }, 503 },
491 "end": { 504 "end": {
492 "line": 168, 505 "line": 172,
493 "column": 3 506 "column": 3
494 } 507 }
495 }, 508 },
@@ -498,11 +511,11 @@
498 "defaultMessage": "!!!Privacy Statement", 511 "defaultMessage": "!!!Privacy Statement",
499 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
500 "start": { 513 "start": {
501 "line": 169, 514 "line": 173,
502 "column": 11 515 "column": 11
503 }, 516 },
504 "end": { 517 "end": {
505 "line": 172, 518 "line": 176,
506 "column": 3 519 "column": 3
507 } 520 }
508 }, 521 },
@@ -511,11 +524,11 @@
511 "defaultMessage": "!!!File", 524 "defaultMessage": "!!!File",
512 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
513 "start": { 526 "start": {
514 "line": 173, 527 "line": 177,
515 "column": 8 528 "column": 8
516 }, 529 },
517 "end": { 530 "end": {
518 "line": 176, 531 "line": 180,
519 "column": 3 532 "column": 3
520 } 533 }
521 }, 534 },
@@ -524,11 +537,11 @@
524 "defaultMessage": "!!!View", 537 "defaultMessage": "!!!View",
525 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
526 "start": { 539 "start": {
527 "line": 177, 540 "line": 181,
528 "column": 8 541 "column": 8
529 }, 542 },
530 "end": { 543 "end": {
531 "line": 180, 544 "line": 184,
532 "column": 3 545 "column": 3
533 } 546 }
534 }, 547 },
@@ -537,11 +550,11 @@
537 "defaultMessage": "!!!Services", 550 "defaultMessage": "!!!Services",
538 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
539 "start": { 552 "start": {
540 "line": 181, 553 "line": 185,
541 "column": 12 554 "column": 12
542 }, 555 },
543 "end": { 556 "end": {
544 "line": 184, 557 "line": 188,
545 "column": 3 558 "column": 3
546 } 559 }
547 }, 560 },
@@ -550,11 +563,11 @@
550 "defaultMessage": "!!!Window", 563 "defaultMessage": "!!!Window",
551 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
552 "start": { 565 "start": {
553 "line": 185, 566 "line": 189,
554 "column": 10 567 "column": 10
555 }, 568 },
556 "end": { 569 "end": {
557 "line": 188, 570 "line": 192,
558 "column": 3 571 "column": 3
559 } 572 }
560 }, 573 },
@@ -563,11 +576,11 @@
563 "defaultMessage": "!!!Help", 576 "defaultMessage": "!!!Help",
564 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
565 "start": { 578 "start": {
566 "line": 189, 579 "line": 193,
567 "column": 8 580 "column": 8
568 }, 581 },
569 "end": { 582 "end": {
570 "line": 192, 583 "line": 196,
571 "column": 3 584 "column": 3
572 } 585 }
573 }, 586 },
@@ -576,11 +589,11 @@
576 "defaultMessage": "!!!About Ferdi", 589 "defaultMessage": "!!!About Ferdi",
577 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
578 "start": { 591 "start": {
579 "line": 193, 592 "line": 197,
580 "column": 9 593 "column": 9
581 }, 594 },
582 "end": { 595 "end": {
583 "line": 196, 596 "line": 200,
584 "column": 3 597 "column": 3
585 } 598 }
586 }, 599 },
@@ -589,11 +602,11 @@
589 "defaultMessage": "!!!What's new?", 602 "defaultMessage": "!!!What's new?",
590 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
591 "start": { 604 "start": {
592 "line": 197, 605 "line": 201,
593 "column": 16 606 "column": 16
594 }, 607 },
595 "end": { 608 "end": {
596 "line": 200, 609 "line": 204,
597 "column": 3 610 "column": 3
598 } 611 }
599 }, 612 },
@@ -602,11 +615,11 @@
602 "defaultMessage": "!!!Settings", 615 "defaultMessage": "!!!Settings",
603 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
604 "start": { 617 "start": {
605 "line": 201, 618 "line": 205,
606 "column": 12 619 "column": 12
607 }, 620 },
608 "end": { 621 "end": {
609 "line": 204, 622 "line": 208,
610 "column": 3 623 "column": 3
611 } 624 }
612 }, 625 },
@@ -615,11 +628,11 @@
615 "defaultMessage": "!!!Check for updates", 628 "defaultMessage": "!!!Check for updates",
616 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
617 "start": { 630 "start": {
618 "line": 205, 631 "line": 209,
619 "column": 19 632 "column": 19
620 }, 633 },
621 "end": { 634 "end": {
622 "line": 208, 635 "line": 212,
623 "column": 3 636 "column": 3
624 } 637 }
625 }, 638 },
@@ -628,11 +641,11 @@
628 "defaultMessage": "!!!Hide", 641 "defaultMessage": "!!!Hide",
629 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
630 "start": { 643 "start": {
631 "line": 209, 644 "line": 213,
632 "column": 8 645 "column": 8
633 }, 646 },
634 "end": { 647 "end": {
635 "line": 212, 648 "line": 216,
636 "column": 3 649 "column": 3
637 } 650 }
638 }, 651 },
@@ -641,11 +654,11 @@
641 "defaultMessage": "!!!Hide Others", 654 "defaultMessage": "!!!Hide Others",
642 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
643 "start": { 656 "start": {
644 "line": 213, 657 "line": 217,
645 "column": 14 658 "column": 14
646 }, 659 },
647 "end": { 660 "end": {
648 "line": 216, 661 "line": 220,
649 "column": 3 662 "column": 3
650 } 663 }
651 }, 664 },
@@ -654,11 +667,11 @@
654 "defaultMessage": "!!!Unhide", 667 "defaultMessage": "!!!Unhide",
655 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
656 "start": { 669 "start": {
657 "line": 217, 670 "line": 221,
658 "column": 10 671 "column": 10
659 }, 672 },
660 "end": { 673 "end": {
661 "line": 220, 674 "line": 224,
662 "column": 3 675 "column": 3
663 } 676 }
664 }, 677 },
@@ -667,11 +680,11 @@
667 "defaultMessage": "!!!Auto-hide menu bar", 680 "defaultMessage": "!!!Auto-hide menu bar",
668 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
669 "start": { 682 "start": {
670 "line": 221, 683 "line": 225,
671 "column": 19 684 "column": 19
672 }, 685 },
673 "end": { 686 "end": {
674 "line": 224, 687 "line": 228,
675 "column": 3 688 "column": 3
676 } 689 }
677 }, 690 },
@@ -680,11 +693,11 @@
680 "defaultMessage": "!!!Quit", 693 "defaultMessage": "!!!Quit",
681 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
682 "start": { 695 "start": {
683 "line": 225, 696 "line": 229,
684 "column": 8 697 "column": 8
685 }, 698 },
686 "end": { 699 "end": {
687 "line": 228, 700 "line": 232,
688 "column": 3 701 "column": 3
689 } 702 }
690 }, 703 },
@@ -693,11 +706,11 @@
693 "defaultMessage": "!!!Add New Service...", 706 "defaultMessage": "!!!Add New Service...",
694 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
695 "start": { 708 "start": {
696 "line": 229, 709 "line": 233,
697 "column": 17 710 "column": 17
698 }, 711 },
699 "end": { 712 "end": {
700 "line": 232, 713 "line": 236,
701 "column": 3 714 "column": 3
702 } 715 }
703 }, 716 },
@@ -706,11 +719,11 @@
706 "defaultMessage": "!!!Add New Workspace...", 719 "defaultMessage": "!!!Add New Workspace...",
707 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
708 "start": { 721 "start": {
709 "line": 233, 722 "line": 237,
710 "column": 19 723 "column": 19
711 }, 724 },
712 "end": { 725 "end": {
713 "line": 236, 726 "line": 240,
714 "column": 3 727 "column": 3
715 } 728 }
716 }, 729 },
@@ -719,11 +732,11 @@
719 "defaultMessage": "!!!Open workspace drawer", 732 "defaultMessage": "!!!Open workspace drawer",
720 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
721 "start": { 734 "start": {
722 "line": 237, 735 "line": 241,
723 "column": 23 736 "column": 23
724 }, 737 },
725 "end": { 738 "end": {
726 "line": 240, 739 "line": 244,
727 "column": 3 740 "column": 3
728 } 741 }
729 }, 742 },
@@ -732,11 +745,11 @@
732 "defaultMessage": "!!!Close workspace drawer", 745 "defaultMessage": "!!!Close workspace drawer",
733 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
734 "start": { 747 "start": {
735 "line": 241, 748 "line": 245,
736 "column": 24 749 "column": 24
737 }, 750 },
738 "end": { 751 "end": {
739 "line": 244, 752 "line": 248,
740 "column": 3 753 "column": 3
741 } 754 }
742 }, 755 },
@@ -745,11 +758,11 @@
745 "defaultMessage": "!!!Activate next service...", 758 "defaultMessage": "!!!Activate next service...",
746 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
747 "start": { 760 "start": {
748 "line": 245, 761 "line": 249,
749 "column": 23 762 "column": 23
750 }, 763 },
751 "end": { 764 "end": {
752 "line": 248, 765 "line": 252,
753 "column": 3 766 "column": 3
754 } 767 }
755 }, 768 },
@@ -758,11 +771,11 @@
758 "defaultMessage": "!!!Activate previous service...", 771 "defaultMessage": "!!!Activate previous service...",
759 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
760 "start": { 773 "start": {
761 "line": 249, 774 "line": 253,
762 "column": 27 775 "column": 27
763 }, 776 },
764 "end": { 777 "end": {
765 "line": 252, 778 "line": 256,
766 "column": 3 779 "column": 3
767 } 780 }
768 }, 781 },
@@ -771,11 +784,11 @@
771 "defaultMessage": "!!!Disable notifications & audio", 784 "defaultMessage": "!!!Disable notifications & audio",
772 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
773 "start": { 786 "start": {
774 "line": 253, 787 "line": 257,
775 "column": 11 788 "column": 11
776 }, 789 },
777 "end": { 790 "end": {
778 "line": 256, 791 "line": 260,
779 "column": 3 792 "column": 3
780 } 793 }
781 }, 794 },
@@ -784,11 +797,11 @@
784 "defaultMessage": "!!!Enable notifications & audio", 797 "defaultMessage": "!!!Enable notifications & audio",
785 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
786 "start": { 799 "start": {
787 "line": 257, 800 "line": 261,
788 "column": 13 801 "column": 13
789 }, 802 },
790 "end": { 803 "end": {
791 "line": 260, 804 "line": 264,
792 "column": 3 805 "column": 3
793 } 806 }
794 }, 807 },
@@ -797,11 +810,11 @@
797 "defaultMessage": "!!!Workspaces", 810 "defaultMessage": "!!!Workspaces",
798 "file": "src/lib/Menu.js", 811 "file": "src/lib/Menu.js",
799 "start": { 812 "start": {
800 "line": 261, 813 "line": 265,
801 "column": 14 814 "column": 14
802 }, 815 },
803 "end": { 816 "end": {
804 "line": 264, 817 "line": 268,
805 "column": 3 818 "column": 3
806 } 819 }
807 }, 820 },
@@ -810,11 +823,11 @@
810 "defaultMessage": "!!!Default", 823 "defaultMessage": "!!!Default",
811 "file": "src/lib/Menu.js", 824 "file": "src/lib/Menu.js",
812 "start": { 825 "start": {
813 "line": 265, 826 "line": 269,
814 "column": 20 827 "column": 20
815 }, 828 },
816 "end": { 829 "end": {
817 "line": 268, 830 "line": 272,
818 "column": 3 831 "column": 3
819 } 832 }
820 }, 833 },
@@ -823,11 +836,11 @@
823 "defaultMessage": "!!!Todos", 836 "defaultMessage": "!!!Todos",
824 "file": "src/lib/Menu.js", 837 "file": "src/lib/Menu.js",
825 "start": { 838 "start": {
826 "line": 269, 839 "line": 273,
827 "column": 9 840 "column": 9
828 }, 841 },
829 "end": { 842 "end": {
830 "line": 272, 843 "line": 276,
831 "column": 3 844 "column": 3
832 } 845 }
833 }, 846 },
@@ -836,11 +849,11 @@
836 "defaultMessage": "!!!Open Todos drawer", 849 "defaultMessage": "!!!Open Todos drawer",
837 "file": "src/lib/Menu.js", 850 "file": "src/lib/Menu.js",
838 "start": { 851 "start": {
839 "line": 273, 852 "line": 277,
840 "column": 19 853 "column": 19
841 }, 854 },
842 "end": { 855 "end": {
843 "line": 276, 856 "line": 280,
844 "column": 3 857 "column": 3
845 } 858 }
846 }, 859 },
@@ -849,11 +862,11 @@
849 "defaultMessage": "!!!Close Todos drawer", 862 "defaultMessage": "!!!Close Todos drawer",
850 "file": "src/lib/Menu.js", 863 "file": "src/lib/Menu.js",
851 "start": { 864 "start": {
852 "line": 277, 865 "line": 281,
853 "column": 20 866 "column": 20
854 }, 867 },
855 "end": { 868 "end": {
856 "line": 280, 869 "line": 284,
857 "column": 3 870 "column": 3
858 } 871 }
859 }, 872 },
@@ -862,11 +875,11 @@
862 "defaultMessage": "!!!Enable Todos", 875 "defaultMessage": "!!!Enable Todos",
863 "file": "src/lib/Menu.js", 876 "file": "src/lib/Menu.js",
864 "start": { 877 "start": {
865 "line": 281, 878 "line": 285,
866 "column": 15 879 "column": 15
867 }, 880 },
868 "end": { 881 "end": {
869 "line": 284, 882 "line": 288,
870 "column": 3 883 "column": 3
871 } 884 }
872 }, 885 },
@@ -875,11 +888,11 @@
875 "defaultMessage": "!!!Home", 888 "defaultMessage": "!!!Home",
876 "file": "src/lib/Menu.js", 889 "file": "src/lib/Menu.js",
877 "start": { 890 "start": {
878 "line": 285, 891 "line": 289,
879 "column": 17 892 "column": 17
880 }, 893 },
881 "end": { 894 "end": {
882 "line": 288, 895 "line": 292,
883 "column": 3 896 "column": 3
884 } 897 }
885 } 898 }