aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-11 13:46:00 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-11 13:46:00 +0200
commit7ffcf8cf417e76fe1206b945d417095534b3cad8 (patch)
tree11a24772a516e23d278565cbebc4dc7a44735969 /src/i18n/locales/defaultMessages.json
parentFix(Todos): Fix Todos Menu (diff)
downloadferdium-app-7ffcf8cf417e76fe1206b945d417095534b3cad8.tar.gz
ferdium-app-7ffcf8cf417e76fe1206b945d417095534b3cad8.tar.zst
ferdium-app-7ffcf8cf417e76fe1206b945d417095534b3cad8.zip
feat(Todos): Move todos toggle to sidebar
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json50
1 files changed, 38 insertions, 12 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index fe09fea46..f2293ead2 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -765,78 +765,104 @@
765 "defaultMessage": "!!!Settings", 765 "defaultMessage": "!!!Settings",
766 "end": { 766 "end": {
767 "column": 3, 767 "column": 3,
768 "line": 16 768 "line": 18
769 }, 769 },
770 "file": "src/components/layout/Sidebar.js", 770 "file": "src/components/layout/Sidebar.js",
771 "id": "sidebar.settings", 771 "id": "sidebar.settings",
772 "start": { 772 "start": {
773 "column": 12, 773 "column": 12,
774 "line": 13 774 "line": 15
775 } 775 }
776 }, 776 },
777 { 777 {
778 "defaultMessage": "!!!Add new service", 778 "defaultMessage": "!!!Add new service",
779 "end": { 779 "end": {
780 "column": 3, 780 "column": 3,
781 "line": 20 781 "line": 22
782 }, 782 },
783 "file": "src/components/layout/Sidebar.js", 783 "file": "src/components/layout/Sidebar.js",
784 "id": "sidebar.addNewService", 784 "id": "sidebar.addNewService",
785 "start": { 785 "start": {
786 "column": 17, 786 "column": 17,
787 "line": 17 787 "line": 19
788 } 788 }
789 }, 789 },
790 { 790 {
791 "defaultMessage": "!!!Disable notifications & audio", 791 "defaultMessage": "!!!Disable notifications & audio",
792 "end": { 792 "end": {
793 "column": 3, 793 "column": 3,
794 "line": 24 794 "line": 26
795 }, 795 },
796 "file": "src/components/layout/Sidebar.js", 796 "file": "src/components/layout/Sidebar.js",
797 "id": "sidebar.muteApp", 797 "id": "sidebar.muteApp",
798 "start": { 798 "start": {
799 "column": 8, 799 "column": 8,
800 "line": 21 800 "line": 23
801 } 801 }
802 }, 802 },
803 { 803 {
804 "defaultMessage": "!!!Enable notifications & audio", 804 "defaultMessage": "!!!Enable notifications & audio",
805 "end": { 805 "end": {
806 "column": 3, 806 "column": 3,
807 "line": 28 807 "line": 30
808 }, 808 },
809 "file": "src/components/layout/Sidebar.js", 809 "file": "src/components/layout/Sidebar.js",
810 "id": "sidebar.unmuteApp", 810 "id": "sidebar.unmuteApp",
811 "start": { 811 "start": {
812 "column": 10, 812 "column": 10,
813 "line": 25 813 "line": 27
814 } 814 }
815 }, 815 },
816 { 816 {
817 "defaultMessage": "!!!Open workspace drawer", 817 "defaultMessage": "!!!Open workspace drawer",
818 "end": { 818 "end": {
819 "column": 3, 819 "column": 3,
820 "line": 32 820 "line": 34
821 }, 821 },
822 "file": "src/components/layout/Sidebar.js", 822 "file": "src/components/layout/Sidebar.js",
823 "id": "sidebar.openWorkspaceDrawer", 823 "id": "sidebar.openWorkspaceDrawer",
824 "start": { 824 "start": {
825 "column": 23, 825 "column": 23,
826 "line": 29 826 "line": 31
827 } 827 }
828 }, 828 },
829 { 829 {
830 "defaultMessage": "!!!Close workspace drawer", 830 "defaultMessage": "!!!Close workspace drawer",
831 "end": { 831 "end": {
832 "column": 3, 832 "column": 3,
833 "line": 36 833 "line": 38
834 }, 834 },
835 "file": "src/components/layout/Sidebar.js", 835 "file": "src/components/layout/Sidebar.js",
836 "id": "sidebar.closeWorkspaceDrawer", 836 "id": "sidebar.closeWorkspaceDrawer",
837 "start": { 837 "start": {
838 "column": 24, 838 "column": 24,
839 "line": 33 839 "line": 35
840 }
841 },
842 {
843 "defaultMessage": "!!!Open Franz Todos",
844 "end": {
845 "column": 3,
846 "line": 42
847 },
848 "file": "src/components/layout/Sidebar.js",
849 "id": "sidebar.openTodosDrawer",
850 "start": {
851 "column": 19,
852 "line": 39
853 }
854 },
855 {
856 "defaultMessage": "!!!Close Franz Todos",
857 "end": {
858 "column": 3,
859 "line": 46
860 },
861 "file": "src/components/layout/Sidebar.js",
862 "id": "sidebar.closeTodosDrawer",
863 "start": {
864 "column": 20,
865 "line": 43
840 } 866 }
841 } 867 }
842 ], 868 ],