aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-19 11:52:57 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-19 11:52:57 +0000
commit128bbb27a04533b69af96091dd2492f9346e0de6 (patch)
tree2a2310ad87607c03adff037fcba8342ffee552ee /src/i18n
parent#577 Keep services in hibernation at startup (#584) (diff)
downloadferdium-app-128bbb27a04533b69af96091dd2492f9346e0de6.tar.gz
ferdium-app-128bbb27a04533b69af96091dd2492f9346e0de6.tar.zst
ferdium-app-128bbb27a04533b69af96091dd2492f9346e0de6.zip
Address Dark Reader settings translation issue (#593)
* Remove unmaintained en.json * Fix missing translations for Dark Reader settings, harmonize case * Harmonize Dark Reader case
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/defaultMessages.json297
-rw-r--r--src/i18n/locales/en-US.json6
-rw-r--r--src/i18n/locales/en.json434
-rw-r--r--src/i18n/messages/src/components/settings/services/EditServiceForm.json121
-rw-r--r--src/i18n/messages/src/containers/settings/EditServiceScreen.json59
5 files changed, 300 insertions, 617 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index f3ff7caf3..c2ead2a48 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -2444,351 +2444,364 @@
2444 "defaultMessage": "!!!Save service", 2444 "defaultMessage": "!!!Save service",
2445 "end": { 2445 "end": {
2446 "column": 3, 2446 "column": 3,
2447 "line": 27 2447 "line": 28
2448 }, 2448 },
2449 "file": "src/components/settings/services/EditServiceForm.js", 2449 "file": "src/components/settings/services/EditServiceForm.js",
2450 "id": "settings.service.form.saveButton", 2450 "id": "settings.service.form.saveButton",
2451 "start": { 2451 "start": {
2452 "column": 15, 2452 "column": 15,
2453 "line": 24 2453 "line": 25
2454 } 2454 }
2455 }, 2455 },
2456 { 2456 {
2457 "defaultMessage": "!!!Delete Service", 2457 "defaultMessage": "!!!Delete Service",
2458 "end": { 2458 "end": {
2459 "column": 3, 2459 "column": 3,
2460 "line": 31 2460 "line": 32
2461 }, 2461 },
2462 "file": "src/components/settings/services/EditServiceForm.js", 2462 "file": "src/components/settings/services/EditServiceForm.js",
2463 "id": "settings.service.form.deleteButton", 2463 "id": "settings.service.form.deleteButton",
2464 "start": { 2464 "start": {
2465 "column": 17, 2465 "column": 17,
2466 "line": 28 2466 "line": 29
2467 } 2467 }
2468 }, 2468 },
2469 { 2469 {
2470 "defaultMessage": "!!!Open darkmode.css", 2470 "defaultMessage": "!!!Open darkmode.css",
2471 "end": { 2471 "end": {
2472 "column": 3, 2472 "column": 3,
2473 "line": 35 2473 "line": 36
2474 }, 2474 },
2475 "file": "src/components/settings/services/EditServiceForm.js", 2475 "file": "src/components/settings/services/EditServiceForm.js",
2476 "id": "settings.service.form.openDarkmodeCss", 2476 "id": "settings.service.form.openDarkmodeCss",
2477 "start": { 2477 "start": {
2478 "column": 19, 2478 "column": 19,
2479 "line": 32 2479 "line": 33
2480 } 2480 }
2481 }, 2481 },
2482 { 2482 {
2483 "defaultMessage": "!!!Open user.css", 2483 "defaultMessage": "!!!Open user.css",
2484 "end": { 2484 "end": {
2485 "column": 3, 2485 "column": 3,
2486 "line": 39 2486 "line": 40
2487 }, 2487 },
2488 "file": "src/components/settings/services/EditServiceForm.js", 2488 "file": "src/components/settings/services/EditServiceForm.js",
2489 "id": "settings.service.form.openUserCss", 2489 "id": "settings.service.form.openUserCss",
2490 "start": { 2490 "start": {
2491 "column": 15, 2491 "column": 15,
2492 "line": 36 2492 "line": 37
2493 } 2493 }
2494 }, 2494 },
2495 { 2495 {
2496 "defaultMessage": "!!!Open user.js", 2496 "defaultMessage": "!!!Open user.js",
2497 "end": { 2497 "end": {
2498 "column": 3, 2498 "column": 3,
2499 "line": 43 2499 "line": 44
2500 }, 2500 },
2501 "file": "src/components/settings/services/EditServiceForm.js", 2501 "file": "src/components/settings/services/EditServiceForm.js",
2502 "id": "settings.service.form.openUserJs", 2502 "id": "settings.service.form.openUserJs",
2503 "start": { 2503 "start": {
2504 "column": 14, 2504 "column": 14,
2505 "line": 40 2505 "line": 41
2506 } 2506 }
2507 }, 2507 },
2508 { 2508 {
2509 "defaultMessage": "!!!Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.", 2509 "defaultMessage": "!!!Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.",
2510 "end": { 2510 "end": {
2511 "column": 3, 2511 "column": 3,
2512 "line": 47 2512 "line": 48
2513 }, 2513 },
2514 "file": "src/components/settings/services/EditServiceForm.js", 2514 "file": "src/components/settings/services/EditServiceForm.js",
2515 "id": "settings.service.form.recipeFileInfo", 2515 "id": "settings.service.form.recipeFileInfo",
2516 "start": { 2516 "start": {
2517 "column": 18, 2517 "column": 18,
2518 "line": 44 2518 "line": 45
2519 } 2519 }
2520 }, 2520 },
2521 { 2521 {
2522 "defaultMessage": "!!!Available services", 2522 "defaultMessage": "!!!Available services",
2523 "end": { 2523 "end": {
2524 "column": 3, 2524 "column": 3,
2525 "line": 51 2525 "line": 52
2526 }, 2526 },
2527 "file": "src/components/settings/services/EditServiceForm.js", 2527 "file": "src/components/settings/services/EditServiceForm.js",
2528 "id": "settings.service.form.availableServices", 2528 "id": "settings.service.form.availableServices",
2529 "start": { 2529 "start": {
2530 "column": 21, 2530 "column": 21,
2531 "line": 48 2531 "line": 49
2532 } 2532 }
2533 }, 2533 },
2534 { 2534 {
2535 "defaultMessage": "!!!Your services", 2535 "defaultMessage": "!!!Your services",
2536 "end": { 2536 "end": {
2537 "column": 3, 2537 "column": 3,
2538 "line": 55 2538 "line": 56
2539 }, 2539 },
2540 "file": "src/components/settings/services/EditServiceForm.js", 2540 "file": "src/components/settings/services/EditServiceForm.js",
2541 "id": "settings.service.form.yourServices", 2541 "id": "settings.service.form.yourServices",
2542 "start": { 2542 "start": {
2543 "column": 16, 2543 "column": 16,
2544 "line": 52 2544 "line": 53
2545 } 2545 }
2546 }, 2546 },
2547 { 2547 {
2548 "defaultMessage": "!!!Add {name}", 2548 "defaultMessage": "!!!Add {name}",
2549 "end": { 2549 "end": {
2550 "column": 3, 2550 "column": 3,
2551 "line": 59 2551 "line": 60
2552 }, 2552 },
2553 "file": "src/components/settings/services/EditServiceForm.js", 2553 "file": "src/components/settings/services/EditServiceForm.js",
2554 "id": "settings.service.form.addServiceHeadline", 2554 "id": "settings.service.form.addServiceHeadline",
2555 "start": { 2555 "start": {
2556 "column": 22, 2556 "column": 22,
2557 "line": 56 2557 "line": 57
2558 } 2558 }
2559 }, 2559 },
2560 { 2560 {
2561 "defaultMessage": "!!!Edit {name}", 2561 "defaultMessage": "!!!Edit {name}",
2562 "end": { 2562 "end": {
2563 "column": 3, 2563 "column": 3,
2564 "line": 63 2564 "line": 64
2565 }, 2565 },
2566 "file": "src/components/settings/services/EditServiceForm.js", 2566 "file": "src/components/settings/services/EditServiceForm.js",
2567 "id": "settings.service.form.editServiceHeadline", 2567 "id": "settings.service.form.editServiceHeadline",
2568 "start": { 2568 "start": {
2569 "column": 23, 2569 "column": 23,
2570 "line": 60 2570 "line": 61
2571 } 2571 }
2572 }, 2572 },
2573 { 2573 {
2574 "defaultMessage": "!!!Hosted", 2574 "defaultMessage": "!!!Hosted",
2575 "end": { 2575 "end": {
2576 "column": 3, 2576 "column": 3,
2577 "line": 67 2577 "line": 68
2578 }, 2578 },
2579 "file": "src/components/settings/services/EditServiceForm.js", 2579 "file": "src/components/settings/services/EditServiceForm.js",
2580 "id": "settings.service.form.tabHosted", 2580 "id": "settings.service.form.tabHosted",
2581 "start": { 2581 "start": {
2582 "column": 13, 2582 "column": 13,
2583 "line": 64 2583 "line": 65
2584 } 2584 }
2585 }, 2585 },
2586 { 2586 {
2587 "defaultMessage": "!!!Self hosted ⭐️", 2587 "defaultMessage": "!!!Self hosted ⭐️",
2588 "end": { 2588 "end": {
2589 "column": 3, 2589 "column": 3,
2590 "line": 71 2590 "line": 72
2591 }, 2591 },
2592 "file": "src/components/settings/services/EditServiceForm.js", 2592 "file": "src/components/settings/services/EditServiceForm.js",
2593 "id": "settings.service.form.tabOnPremise", 2593 "id": "settings.service.form.tabOnPremise",
2594 "start": { 2594 "start": {
2595 "column": 16, 2595 "column": 16,
2596 "line": 68 2596 "line": 69
2597 } 2597 }
2598 }, 2598 },
2599 { 2599 {
2600 "defaultMessage": "!!!Use the hosted {name} service.", 2600 "defaultMessage": "!!!Use the hosted {name} service.",
2601 "end": { 2601 "end": {
2602 "column": 3, 2602 "column": 3,
2603 "line": 75 2603 "line": 76
2604 }, 2604 },
2605 "file": "src/components/settings/services/EditServiceForm.js", 2605 "file": "src/components/settings/services/EditServiceForm.js",
2606 "id": "settings.service.form.useHostedService", 2606 "id": "settings.service.form.useHostedService",
2607 "start": { 2607 "start": {
2608 "column": 20, 2608 "column": 20,
2609 "line": 72 2609 "line": 73
2610 } 2610 }
2611 }, 2611 },
2612 { 2612 {
2613 "defaultMessage": "!!!Could not validate custom {name} server.", 2613 "defaultMessage": "!!!Could not validate custom {name} server.",
2614 "end": { 2614 "end": {
2615 "column": 3, 2615 "column": 3,
2616 "line": 79 2616 "line": 80
2617 }, 2617 },
2618 "file": "src/components/settings/services/EditServiceForm.js", 2618 "file": "src/components/settings/services/EditServiceForm.js",
2619 "id": "settings.service.form.customUrlValidationError", 2619 "id": "settings.service.form.customUrlValidationError",
2620 "start": { 2620 "start": {
2621 "column": 28, 2621 "column": 28,
2622 "line": 76 2622 "line": 77
2623 } 2623 }
2624 }, 2624 },
2625 { 2625 {
2626 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.", 2626 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
2627 "end": { 2627 "end": {
2628 "column": 3, 2628 "column": 3,
2629 "line": 83 2629 "line": 84
2630 }, 2630 },
2631 "file": "src/components/settings/services/EditServiceForm.js", 2631 "file": "src/components/settings/services/EditServiceForm.js",
2632 "id": "settings.service.form.customUrlPremiumInfo", 2632 "id": "settings.service.form.customUrlPremiumInfo",
2633 "start": { 2633 "start": {
2634 "column": 24, 2634 "column": 24,
2635 "line": 80 2635 "line": 81
2636 } 2636 }
2637 }, 2637 },
2638 { 2638 {
2639 "defaultMessage": "!!!Upgrade your account", 2639 "defaultMessage": "!!!Upgrade your account",
2640 "end": { 2640 "end": {
2641 "column": 3, 2641 "column": 3,
2642 "line": 87 2642 "line": 88
2643 }, 2643 },
2644 "file": "src/components/settings/services/EditServiceForm.js", 2644 "file": "src/components/settings/services/EditServiceForm.js",
2645 "id": "settings.service.form.customUrlUpgradeAccount", 2645 "id": "settings.service.form.customUrlUpgradeAccount",
2646 "start": { 2646 "start": {
2647 "column": 27, 2647 "column": 27,
2648 "line": 84 2648 "line": 85
2649 } 2649 }
2650 }, 2650 },
2651 { 2651 {
2652 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 2652 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
2653 "end": { 2653 "end": {
2654 "column": 3, 2654 "column": 3,
2655 "line": 91 2655 "line": 92
2656 }, 2656 },
2657 "file": "src/components/settings/services/EditServiceForm.js", 2657 "file": "src/components/settings/services/EditServiceForm.js",
2658 "id": "settings.service.form.indirectMessageInfo", 2658 "id": "settings.service.form.indirectMessageInfo",
2659 "start": { 2659 "start": {
2660 "column": 23, 2660 "column": 23,
2661 "line": 88 2661 "line": 89
2662 } 2662 }
2663 }, 2663 },
2664 { 2664 {
2665 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted", 2665 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
2666 "end": { 2666 "end": {
2667 "column": 3, 2667 "column": 3,
2668 "line": 95 2668 "line": 96
2669 }, 2669 },
2670 "file": "src/components/settings/services/EditServiceForm.js", 2670 "file": "src/components/settings/services/EditServiceForm.js",
2671 "id": "settings.service.form.isMutedInfo", 2671 "id": "settings.service.form.isMutedInfo",
2672 "start": { 2672 "start": {
2673 "column": 15, 2673 "column": 15,
2674 "line": 92 2674 "line": 93
2675 } 2675 }
2676 }, 2676 },
2677 { 2677 {
2678 "defaultMessage": "!!!You currently have hibernation enabled but you can disable hibernation for individual services using this option.", 2678 "defaultMessage": "!!!You currently have hibernation enabled but you can disable hibernation for individual services using this option.",
2679 "end": { 2679 "end": {
2680 "column": 3, 2680 "column": 3,
2681 "line": 99 2681 "line": 100
2682 }, 2682 },
2683 "file": "src/components/settings/services/EditServiceForm.js", 2683 "file": "src/components/settings/services/EditServiceForm.js",
2684 "id": "settings.service.form.disableHibernationInfo", 2684 "id": "settings.service.form.disableHibernationInfo",
2685 "start": { 2685 "start": {
2686 "column": 26, 2686 "column": 26,
2687 "line": 96 2687 "line": 97
2688 } 2688 }
2689 }, 2689 },
2690 { 2690 {
2691 "defaultMessage": "!!!Notifications", 2691 "defaultMessage": "!!!Notifications",
2692 "end": { 2692 "end": {
2693 "column": 3, 2693 "column": 3,
2694 "line": 103 2694 "line": 104
2695 }, 2695 },
2696 "file": "src/components/settings/services/EditServiceForm.js", 2696 "file": "src/components/settings/services/EditServiceForm.js",
2697 "id": "settings.service.form.headlineNotifications", 2697 "id": "settings.service.form.headlineNotifications",
2698 "start": { 2698 "start": {
2699 "column": 25, 2699 "column": 25,
2700 "line": 100 2700 "line": 101
2701 } 2701 }
2702 }, 2702 },
2703 { 2703 {
2704 "defaultMessage": "!!!Unread message badges", 2704 "defaultMessage": "!!!Unread message badges",
2705 "end": { 2705 "end": {
2706 "column": 3, 2706 "column": 3,
2707 "line": 107 2707 "line": 108
2708 }, 2708 },
2709 "file": "src/components/settings/services/EditServiceForm.js", 2709 "file": "src/components/settings/services/EditServiceForm.js",
2710 "id": "settings.service.form.headlineBadges", 2710 "id": "settings.service.form.headlineBadges",
2711 "start": { 2711 "start": {
2712 "column": 18, 2712 "column": 18,
2713 "line": 104 2713 "line": 105
2714 } 2714 }
2715 }, 2715 },
2716 { 2716 {
2717 "defaultMessage": "!!!General", 2717 "defaultMessage": "!!!General",
2718 "end": { 2718 "end": {
2719 "column": 3, 2719 "column": 3,
2720 "line": 111 2720 "line": 112
2721 }, 2721 },
2722 "file": "src/components/settings/services/EditServiceForm.js", 2722 "file": "src/components/settings/services/EditServiceForm.js",
2723 "id": "settings.service.form.headlineGeneral", 2723 "id": "settings.service.form.headlineGeneral",
2724 "start": { 2724 "start": {
2725 "column": 19, 2725 "column": 19,
2726 "line": 108 2726 "line": 109
2727 }
2728 },
2729 {
2730 "defaultMessage": "!!!Dark Reader Settings",
2731 "end": {
2732 "column": 3,
2733 "line": 116
2734 },
2735 "file": "src/components/settings/services/EditServiceForm.js",
2736 "id": "settings.service.form.headlineDarkReaderSettings",
2737 "start": {
2738 "column": 30,
2739 "line": 113
2727 } 2740 }
2728 }, 2741 },
2729 { 2742 {
2730 "defaultMessage": "!!!Delete", 2743 "defaultMessage": "!!!Delete",
2731 "end": { 2744 "end": {
2732 "column": 3, 2745 "column": 3,
2733 "line": 115 2746 "line": 120
2734 }, 2747 },
2735 "file": "src/components/settings/services/EditServiceForm.js", 2748 "file": "src/components/settings/services/EditServiceForm.js",
2736 "id": "settings.service.form.iconDelete", 2749 "id": "settings.service.form.iconDelete",
2737 "start": { 2750 "start": {
2738 "column": 14, 2751 "column": 14,
2739 "line": 112 2752 "line": 117
2740 } 2753 }
2741 }, 2754 },
2742 { 2755 {
2743 "defaultMessage": "!!!Drop your image, or click here", 2756 "defaultMessage": "!!!Drop your image, or click here",
2744 "end": { 2757 "end": {
2745 "column": 3, 2758 "column": 3,
2746 "line": 119 2759 "line": 124
2747 }, 2760 },
2748 "file": "src/components/settings/services/EditServiceForm.js", 2761 "file": "src/components/settings/services/EditServiceForm.js",
2749 "id": "settings.service.form.iconUpload", 2762 "id": "settings.service.form.iconUpload",
2750 "start": { 2763 "start": {
2751 "column": 14, 2764 "column": 14,
2752 "line": 116 2765 "line": 121
2753 } 2766 }
2754 }, 2767 },
2755 { 2768 {
2756 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings", 2769 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
2757 "end": { 2770 "end": {
2758 "column": 3, 2771 "column": 3,
2759 "line": 123 2772 "line": 128
2760 }, 2773 },
2761 "file": "src/components/settings/services/EditServiceForm.js", 2774 "file": "src/components/settings/services/EditServiceForm.js",
2762 "id": "settings.service.form.proxy.headline", 2775 "id": "settings.service.form.proxy.headline",
2763 "start": { 2776 "start": {
2764 "column": 17, 2777 "column": 17,
2765 "line": 120 2778 "line": 125
2766 } 2779 }
2767 }, 2780 },
2768 { 2781 {
2769 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 2782 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
2770 "end": { 2783 "end": {
2771 "column": 3, 2784 "column": 3,
2772 "line": 127 2785 "line": 132
2773 }, 2786 },
2774 "file": "src/components/settings/services/EditServiceForm.js", 2787 "file": "src/components/settings/services/EditServiceForm.js",
2775 "id": "settings.service.form.proxy.restartInfo", 2788 "id": "settings.service.form.proxy.restartInfo",
2776 "start": { 2789 "start": {
2777 "column": 20, 2790 "column": 20,
2778 "line": 124 2791 "line": 129
2779 } 2792 }
2780 }, 2793 },
2781 { 2794 {
2782 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 2795 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
2783 "end": { 2796 "end": {
2784 "column": 3, 2797 "column": 3,
2785 "line": 131 2798 "line": 136
2786 }, 2799 },
2787 "file": "src/components/settings/services/EditServiceForm.js", 2800 "file": "src/components/settings/services/EditServiceForm.js",
2788 "id": "settings.service.form.proxy.info", 2801 "id": "settings.service.form.proxy.info",
2789 "start": { 2802 "start": {
2790 "column": 13, 2803 "column": 13,
2791 "line": 128 2804 "line": 133
2792 } 2805 }
2793 } 2806 }
2794 ], 2807 ],
@@ -4403,68 +4416,107 @@
4403 } 4416 }
4404 }, 4417 },
4405 { 4418 {
4406 "defaultMessage": "!!!Use Proxy", 4419 "defaultMessage": "!!!Dark Reader Brightness",
4407 "end": { 4420 "end": {
4408 "column": 3, 4421 "column": 3,
4409 "line": 75 4422 "line": 75
4410 }, 4423 },
4411 "file": "src/containers/settings/EditServiceScreen.js", 4424 "file": "src/containers/settings/EditServiceScreen.js",
4425 "id": "settings.service.form.darkReaderBrightness",
4426 "start": {
4427 "column": 24,
4428 "line": 72
4429 }
4430 },
4431 {
4432 "defaultMessage": "!!!Dark Reader Contrast",
4433 "end": {
4434 "column": 3,
4435 "line": 79
4436 },
4437 "file": "src/containers/settings/EditServiceScreen.js",
4438 "id": "settings.service.form.darkReaderContrast",
4439 "start": {
4440 "column": 22,
4441 "line": 76
4442 }
4443 },
4444 {
4445 "defaultMessage": "!!!Dark Reader Sepia",
4446 "end": {
4447 "column": 3,
4448 "line": 83
4449 },
4450 "file": "src/containers/settings/EditServiceScreen.js",
4451 "id": "settings.service.form.darkReaderSepia",
4452 "start": {
4453 "column": 19,
4454 "line": 80
4455 }
4456 },
4457 {
4458 "defaultMessage": "!!!Use Proxy",
4459 "end": {
4460 "column": 3,
4461 "line": 87
4462 },
4463 "file": "src/containers/settings/EditServiceScreen.js",
4412 "id": "settings.service.form.proxy.isEnabled", 4464 "id": "settings.service.form.proxy.isEnabled",
4413 "start": { 4465 "start": {
4414 "column": 15, 4466 "column": 15,
4415 "line": 72 4467 "line": 84
4416 } 4468 }
4417 }, 4469 },
4418 { 4470 {
4419 "defaultMessage": "!!!Proxy Host/IP", 4471 "defaultMessage": "!!!Proxy Host/IP",
4420 "end": { 4472 "end": {
4421 "column": 3, 4473 "column": 3,
4422 "line": 79 4474 "line": 91
4423 }, 4475 },
4424 "file": "src/containers/settings/EditServiceScreen.js", 4476 "file": "src/containers/settings/EditServiceScreen.js",
4425 "id": "settings.service.form.proxy.host", 4477 "id": "settings.service.form.proxy.host",
4426 "start": { 4478 "start": {
4427 "column": 13, 4479 "column": 13,
4428 "line": 76 4480 "line": 88
4429 } 4481 }
4430 }, 4482 },
4431 { 4483 {
4432 "defaultMessage": "!!!Port", 4484 "defaultMessage": "!!!Port",
4433 "end": { 4485 "end": {
4434 "column": 3, 4486 "column": 3,
4435 "line": 83 4487 "line": 95
4436 }, 4488 },
4437 "file": "src/containers/settings/EditServiceScreen.js", 4489 "file": "src/containers/settings/EditServiceScreen.js",
4438 "id": "settings.service.form.proxy.port", 4490 "id": "settings.service.form.proxy.port",
4439 "start": { 4491 "start": {
4440 "column": 13, 4492 "column": 13,
4441 "line": 80 4493 "line": 92
4442 } 4494 }
4443 }, 4495 },
4444 { 4496 {
4445 "defaultMessage": "!!!User", 4497 "defaultMessage": "!!!User",
4446 "end": { 4498 "end": {
4447 "column": 3, 4499 "column": 3,
4448 "line": 87 4500 "line": 99
4449 }, 4501 },
4450 "file": "src/containers/settings/EditServiceScreen.js", 4502 "file": "src/containers/settings/EditServiceScreen.js",
4451 "id": "settings.service.form.proxy.user", 4503 "id": "settings.service.form.proxy.user",
4452 "start": { 4504 "start": {
4453 "column": 13, 4505 "column": 13,
4454 "line": 84 4506 "line": 96
4455 } 4507 }
4456 }, 4508 },
4457 { 4509 {
4458 "defaultMessage": "!!!Password", 4510 "defaultMessage": "!!!Password",
4459 "end": { 4511 "end": {
4460 "column": 3, 4512 "column": 3,
4461 "line": 91 4513 "line": 103
4462 }, 4514 },
4463 "file": "src/containers/settings/EditServiceScreen.js", 4515 "file": "src/containers/settings/EditServiceScreen.js",
4464 "id": "settings.service.form.proxy.password", 4516 "id": "settings.service.form.proxy.password",
4465 "start": { 4517 "start": {
4466 "column": 17, 4518 "column": 17,
4467 "line": 88 4519 "line": 100
4468 } 4520 }
4469 } 4521 }
4470 ], 4522 ],
@@ -4616,341 +4668,354 @@
4616 } 4668 }
4617 }, 4669 },
4618 { 4670 {
4619 "defaultMessage": "!!!Hibernation strategy", 4671 "defaultMessage": "!!!Keep services in hibernation on startup",
4620 "end": { 4672 "end": {
4621 "column": 3, 4673 "column": 3,
4622 "line": 76 4674 "line": 76
4623 }, 4675 },
4624 "file": "src/containers/settings/EditSettingsScreen.js", 4676 "file": "src/containers/settings/EditSettingsScreen.js",
4677 "id": "settings.app.form.hibernateOnStartup",
4678 "start": {
4679 "column": 22,
4680 "line": 73
4681 }
4682 },
4683 {
4684 "defaultMessage": "!!!Hibernation strategy",
4685 "end": {
4686 "column": 3,
4687 "line": 80
4688 },
4689 "file": "src/containers/settings/EditSettingsScreen.js",
4625 "id": "settings.app.form.hibernationStrategy", 4690 "id": "settings.app.form.hibernationStrategy",
4626 "start": { 4691 "start": {
4627 "column": 23, 4692 "column": 23,
4628 "line": 73 4693 "line": 77
4629 } 4694 }
4630 }, 4695 },
4631 { 4696 {
4632 "defaultMessage": "!!!Todo Server", 4697 "defaultMessage": "!!!Todo Server",
4633 "end": { 4698 "end": {
4634 "column": 3, 4699 "column": 3,
4635 "line": 80 4700 "line": 84
4636 }, 4701 },
4637 "file": "src/containers/settings/EditSettingsScreen.js", 4702 "file": "src/containers/settings/EditSettingsScreen.js",
4638 "id": "settings.app.form.predefinedTodoServer", 4703 "id": "settings.app.form.predefinedTodoServer",
4639 "start": { 4704 "start": {
4640 "column": 24, 4705 "column": 24,
4641 "line": 77 4706 "line": 81
4642 } 4707 }
4643 }, 4708 },
4644 { 4709 {
4645 "defaultMessage": "!!!Custom TodoServer", 4710 "defaultMessage": "!!!Custom TodoServer",
4646 "end": { 4711 "end": {
4647 "column": 3, 4712 "column": 3,
4648 "line": 84 4713 "line": 88
4649 }, 4714 },
4650 "file": "src/containers/settings/EditSettingsScreen.js", 4715 "file": "src/containers/settings/EditSettingsScreen.js",
4651 "id": "settings.app.form.customTodoServer", 4716 "id": "settings.app.form.customTodoServer",
4652 "start": { 4717 "start": {
4653 "column": 20, 4718 "column": 20,
4654 "line": 81 4719 "line": 85
4655 } 4720 }
4656 }, 4721 },
4657 { 4722 {
4658 "defaultMessage": "!!!Enable Password Lock", 4723 "defaultMessage": "!!!Enable Password Lock",
4659 "end": { 4724 "end": {
4660 "column": 3, 4725 "column": 3,
4661 "line": 88 4726 "line": 92
4662 }, 4727 },
4663 "file": "src/containers/settings/EditSettingsScreen.js", 4728 "file": "src/containers/settings/EditSettingsScreen.js",
4664 "id": "settings.app.form.enableLock", 4729 "id": "settings.app.form.enableLock",
4665 "start": { 4730 "start": {
4666 "column": 14, 4731 "column": 14,
4667 "line": 85 4732 "line": 89
4668 } 4733 }
4669 }, 4734 },
4670 { 4735 {
4671 "defaultMessage": "!!!Password", 4736 "defaultMessage": "!!!Password",
4672 "end": { 4737 "end": {
4673 "column": 3, 4738 "column": 3,
4674 "line": 92 4739 "line": 96
4675 }, 4740 },
4676 "file": "src/containers/settings/EditSettingsScreen.js", 4741 "file": "src/containers/settings/EditSettingsScreen.js",
4677 "id": "settings.app.form.lockPassword", 4742 "id": "settings.app.form.lockPassword",
4678 "start": { 4743 "start": {
4679 "column": 16, 4744 "column": 16,
4680 "line": 89 4745 "line": 93
4681 } 4746 }
4682 }, 4747 },
4683 { 4748 {
4684 "defaultMessage": "!!!Allow using Touch ID to unlock", 4749 "defaultMessage": "!!!Allow using Touch ID to unlock",
4685 "end": { 4750 "end": {
4686 "column": 3, 4751 "column": 3,
4687 "line": 96 4752 "line": 100
4688 }, 4753 },
4689 "file": "src/containers/settings/EditSettingsScreen.js", 4754 "file": "src/containers/settings/EditSettingsScreen.js",
4690 "id": "settings.app.form.useTouchIdToUnlock", 4755 "id": "settings.app.form.useTouchIdToUnlock",
4691 "start": { 4756 "start": {
4692 "column": 22, 4757 "column": 22,
4693 "line": 93 4758 "line": 97
4694 } 4759 }
4695 }, 4760 },
4696 { 4761 {
4697 "defaultMessage": "!!!Lock after inactivity", 4762 "defaultMessage": "!!!Lock after inactivity",
4698 "end": { 4763 "end": {
4699 "column": 3, 4764 "column": 3,
4700 "line": 100 4765 "line": 104
4701 }, 4766 },
4702 "file": "src/containers/settings/EditSettingsScreen.js", 4767 "file": "src/containers/settings/EditSettingsScreen.js",
4703 "id": "settings.app.form.inactivityLock", 4768 "id": "settings.app.form.inactivityLock",
4704 "start": { 4769 "start": {
4705 "column": 18, 4770 "column": 18,
4706 "line": 97 4771 "line": 101
4707 } 4772 }
4708 }, 4773 },
4709 { 4774 {
4710 "defaultMessage": "!!!Enable scheduled Do-not-Disturb", 4775 "defaultMessage": "!!!Enable scheduled Do-not-Disturb",
4711 "end": { 4776 "end": {
4712 "column": 3, 4777 "column": 3,
4713 "line": 104 4778 "line": 108
4714 }, 4779 },
4715 "file": "src/containers/settings/EditSettingsScreen.js", 4780 "file": "src/containers/settings/EditSettingsScreen.js",
4716 "id": "settings.app.form.scheduledDNDEnabled", 4781 "id": "settings.app.form.scheduledDNDEnabled",
4717 "start": { 4782 "start": {
4718 "column": 23, 4783 "column": 23,
4719 "line": 101 4784 "line": 105
4720 } 4785 }
4721 }, 4786 },
4722 { 4787 {
4723 "defaultMessage": "!!!From", 4788 "defaultMessage": "!!!From",
4724 "end": { 4789 "end": {
4725 "column": 3, 4790 "column": 3,
4726 "line": 108 4791 "line": 112
4727 }, 4792 },
4728 "file": "src/containers/settings/EditSettingsScreen.js", 4793 "file": "src/containers/settings/EditSettingsScreen.js",
4729 "id": "settings.app.form.scheduledDNDStart", 4794 "id": "settings.app.form.scheduledDNDStart",
4730 "start": { 4795 "start": {
4731 "column": 21, 4796 "column": 21,
4732 "line": 105 4797 "line": 109
4733 } 4798 }
4734 }, 4799 },
4735 { 4800 {
4736 "defaultMessage": "!!!To", 4801 "defaultMessage": "!!!To",
4737 "end": { 4802 "end": {
4738 "column": 3, 4803 "column": 3,
4739 "line": 112 4804 "line": 116
4740 }, 4805 },
4741 "file": "src/containers/settings/EditSettingsScreen.js", 4806 "file": "src/containers/settings/EditSettingsScreen.js",
4742 "id": "settings.app.form.scheduledDNDEnd", 4807 "id": "settings.app.form.scheduledDNDEnd",
4743 "start": { 4808 "start": {
4744 "column": 19, 4809 "column": 19,
4745 "line": 109 4810 "line": 113
4746 } 4811 }
4747 }, 4812 },
4748 { 4813 {
4749 "defaultMessage": "!!!Language", 4814 "defaultMessage": "!!!Language",
4750 "end": { 4815 "end": {
4751 "column": 3, 4816 "column": 3,
4752 "line": 116 4817 "line": 120
4753 }, 4818 },
4754 "file": "src/containers/settings/EditSettingsScreen.js", 4819 "file": "src/containers/settings/EditSettingsScreen.js",
4755 "id": "settings.app.form.language", 4820 "id": "settings.app.form.language",
4756 "start": { 4821 "start": {
4757 "column": 12, 4822 "column": 12,
4758 "line": 113 4823 "line": 117
4759 } 4824 }
4760 }, 4825 },
4761 { 4826 {
4762 "defaultMessage": "!!!Dark Mode", 4827 "defaultMessage": "!!!Dark Mode",
4763 "end": { 4828 "end": {
4764 "column": 3, 4829 "column": 3,
4765 "line": 120 4830 "line": 124
4766 }, 4831 },
4767 "file": "src/containers/settings/EditSettingsScreen.js", 4832 "file": "src/containers/settings/EditSettingsScreen.js",
4768 "id": "settings.app.form.darkMode", 4833 "id": "settings.app.form.darkMode",
4769 "start": { 4834 "start": {
4770 "column": 12, 4835 "column": 12,
4771 "line": 117 4836 "line": 121
4772 } 4837 }
4773 }, 4838 },
4774 { 4839 {
4775 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting", 4840 "defaultMessage": "!!!Synchronize dark mode with my OS's dark mode setting",
4776 "end": { 4841 "end": {
4777 "column": 3, 4842 "column": 3,
4778 "line": 124 4843 "line": 128
4779 }, 4844 },
4780 "file": "src/containers/settings/EditSettingsScreen.js", 4845 "file": "src/containers/settings/EditSettingsScreen.js",
4781 "id": "settings.app.form.adaptableDarkMode", 4846 "id": "settings.app.form.adaptableDarkMode",
4782 "start": { 4847 "start": {
4783 "column": 21, 4848 "column": 21,
4784 "line": 121 4849 "line": 125
4785 } 4850 }
4786 }, 4851 },
4787 { 4852 {
4788 "defaultMessage": "!!!Enable universal Dark Mode", 4853 "defaultMessage": "!!!Enable universal Dark Mode",
4789 "end": { 4854 "end": {
4790 "column": 3, 4855 "column": 3,
4791 "line": 128 4856 "line": 132
4792 }, 4857 },
4793 "file": "src/containers/settings/EditSettingsScreen.js", 4858 "file": "src/containers/settings/EditSettingsScreen.js",
4794 "id": "settings.app.form.universalDarkMode", 4859 "id": "settings.app.form.universalDarkMode",
4795 "start": { 4860 "start": {
4796 "column": 21, 4861 "column": 21,
4797 "line": 125 4862 "line": 129
4798 } 4863 }
4799 }, 4864 },
4800 { 4865 {
4801 "defaultMessage": "!!!Sidebar width", 4866 "defaultMessage": "!!!Sidebar width",
4802 "end": { 4867 "end": {
4803 "column": 3, 4868 "column": 3,
4804 "line": 132 4869 "line": 136
4805 }, 4870 },
4806 "file": "src/containers/settings/EditSettingsScreen.js", 4871 "file": "src/containers/settings/EditSettingsScreen.js",
4807 "id": "settings.app.form.serviceRibbonWidth", 4872 "id": "settings.app.form.serviceRibbonWidth",
4808 "start": { 4873 "start": {
4809 "column": 22, 4874 "column": 22,
4810 "line": 129 4875 "line": 133
4811 } 4876 }
4812 }, 4877 },
4813 { 4878 {
4814 "defaultMessage": "!!!Service icon size", 4879 "defaultMessage": "!!!Service icon size",
4815 "end": { 4880 "end": {
4816 "column": 3, 4881 "column": 3,
4817 "line": 136 4882 "line": 140
4818 }, 4883 },
4819 "file": "src/containers/settings/EditSettingsScreen.js", 4884 "file": "src/containers/settings/EditSettingsScreen.js",
4820 "id": "settings.app.form.iconSize", 4885 "id": "settings.app.form.iconSize",
4821 "start": { 4886 "start": {
4822 "column": 12, 4887 "column": 12,
4823 "line": 133 4888 "line": 137
4824 } 4889 }
4825 }, 4890 },
4826 { 4891 {
4827 "defaultMessage": "!!!Accent color", 4892 "defaultMessage": "!!!Accent color",
4828 "end": { 4893 "end": {
4829 "column": 3, 4894 "column": 3,
4830 "line": 140 4895 "line": 144
4831 }, 4896 },
4832 "file": "src/containers/settings/EditSettingsScreen.js", 4897 "file": "src/containers/settings/EditSettingsScreen.js",
4833 "id": "settings.app.form.accentColor", 4898 "id": "settings.app.form.accentColor",
4834 "start": { 4899 "start": {
4835 "column": 15, 4900 "column": 15,
4836 "line": 137 4901 "line": 141
4837 } 4902 }
4838 }, 4903 },
4839 { 4904 {
4840 "defaultMessage": "!!!Display disabled services tabs", 4905 "defaultMessage": "!!!Display disabled services tabs",
4841 "end": { 4906 "end": {
4842 "column": 3, 4907 "column": 3,
4843 "line": 144 4908 "line": 148
4844 }, 4909 },
4845 "file": "src/containers/settings/EditSettingsScreen.js", 4910 "file": "src/containers/settings/EditSettingsScreen.js",
4846 "id": "settings.app.form.showDisabledServices", 4911 "id": "settings.app.form.showDisabledServices",
4847 "start": { 4912 "start": {
4848 "column": 24, 4913 "column": 24,
4849 "line": 141 4914 "line": 145
4850 } 4915 }
4851 }, 4916 },
4852 { 4917 {
4853 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 4918 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
4854 "end": { 4919 "end": {
4855 "column": 3, 4920 "column": 3,
4856 "line": 148 4921 "line": 152
4857 }, 4922 },
4858 "file": "src/containers/settings/EditSettingsScreen.js", 4923 "file": "src/containers/settings/EditSettingsScreen.js",
4859 "id": "settings.app.form.showMessagesBadgesWhenMuted", 4924 "id": "settings.app.form.showMessagesBadgesWhenMuted",
4860 "start": { 4925 "start": {
4861 "column": 29, 4926 "column": 29,
4862 "line": 145 4927 "line": 149
4863 } 4928 }
4864 }, 4929 },
4865 { 4930 {
4866 "defaultMessage": "!!!Show draggable area on window", 4931 "defaultMessage": "!!!Show draggable area on window",
4867 "end": { 4932 "end": {
4868 "column": 3, 4933 "column": 3,
4869 "line": 152 4934 "line": 156
4870 }, 4935 },
4871 "file": "src/containers/settings/EditSettingsScreen.js", 4936 "file": "src/containers/settings/EditSettingsScreen.js",
4872 "id": "settings.app.form.showDragArea", 4937 "id": "settings.app.form.showDragArea",
4873 "start": { 4938 "start": {
4874 "column": 16, 4939 "column": 16,
4875 "line": 149 4940 "line": 153
4876 } 4941 }
4877 }, 4942 },
4878 { 4943 {
4879 "defaultMessage": "!!!Enable spell checking", 4944 "defaultMessage": "!!!Enable spell checking",
4880 "end": { 4945 "end": {
4881 "column": 3, 4946 "column": 3,
4882 "line": 156 4947 "line": 160
4883 }, 4948 },
4884 "file": "src/containers/settings/EditSettingsScreen.js", 4949 "file": "src/containers/settings/EditSettingsScreen.js",
4885 "id": "settings.app.form.enableSpellchecking", 4950 "id": "settings.app.form.enableSpellchecking",
4886 "start": { 4951 "start": {
4887 "column": 23, 4952 "column": 23,
4888 "line": 153 4953 "line": 157
4889 } 4954 }
4890 }, 4955 },
4891 { 4956 {
4892 "defaultMessage": "!!!Enable GPU Acceleration", 4957 "defaultMessage": "!!!Enable GPU Acceleration",
4893 "end": { 4958 "end": {
4894 "column": 3, 4959 "column": 3,
4895 "line": 160 4960 "line": 164
4896 }, 4961 },
4897 "file": "src/containers/settings/EditSettingsScreen.js", 4962 "file": "src/containers/settings/EditSettingsScreen.js",
4898 "id": "settings.app.form.enableGPUAcceleration", 4963 "id": "settings.app.form.enableGPUAcceleration",
4899 "start": { 4964 "start": {
4900 "column": 25, 4965 "column": 25,
4901 "line": 157 4966 "line": 161
4902 } 4967 }
4903 }, 4968 },
4904 { 4969 {
4905 "defaultMessage": "!!!Include beta versions", 4970 "defaultMessage": "!!!Include beta versions",
4906 "end": { 4971 "end": {
4907 "column": 3, 4972 "column": 3,
4908 "line": 164 4973 "line": 168
4909 }, 4974 },
4910 "file": "src/containers/settings/EditSettingsScreen.js", 4975 "file": "src/containers/settings/EditSettingsScreen.js",
4911 "id": "settings.app.form.beta", 4976 "id": "settings.app.form.beta",
4912 "start": { 4977 "start": {
4913 "column": 8, 4978 "column": 8,
4914 "line": 161 4979 "line": 165
4915 } 4980 }
4916 }, 4981 },
4917 { 4982 {
4918 "defaultMessage": "!!!Enable updates", 4983 "defaultMessage": "!!!Enable updates",
4919 "end": { 4984 "end": {
4920 "column": 3, 4985 "column": 3,
4921 "line": 168 4986 "line": 172
4922 }, 4987 },
4923 "file": "src/containers/settings/EditSettingsScreen.js", 4988 "file": "src/containers/settings/EditSettingsScreen.js",
4924 "id": "settings.app.form.automaticUpdates", 4989 "id": "settings.app.form.automaticUpdates",
4925 "start": { 4990 "start": {
4926 "column": 20, 4991 "column": 20,
4927 "line": 165 4992 "line": 169
4928 } 4993 }
4929 }, 4994 },
4930 { 4995 {
4931 "defaultMessage": "!!!Enable Franz Todos", 4996 "defaultMessage": "!!!Enable Franz Todos",
4932 "end": { 4997 "end": {
4933 "column": 3, 4998 "column": 3,
4934 "line": 172 4999 "line": 176
4935 }, 5000 },
4936 "file": "src/containers/settings/EditSettingsScreen.js", 5001 "file": "src/containers/settings/EditSettingsScreen.js",
4937 "id": "settings.app.form.enableTodos", 5002 "id": "settings.app.form.enableTodos",
4938 "start": { 5003 "start": {
4939 "column": 15, 5004 "column": 15,
4940 "line": 169 5005 "line": 173
4941 } 5006 }
4942 }, 5007 },
4943 { 5008 {
4944 "defaultMessage": "!!!Keep all workspaces loaded", 5009 "defaultMessage": "!!!Keep all workspaces loaded",
4945 "end": { 5010 "end": {
4946 "column": 3, 5011 "column": 3,
4947 "line": 176 5012 "line": 180
4948 }, 5013 },
4949 "file": "src/containers/settings/EditSettingsScreen.js", 5014 "file": "src/containers/settings/EditSettingsScreen.js",
4950 "id": "settings.app.form.keepAllWorkspacesLoaded", 5015 "id": "settings.app.form.keepAllWorkspacesLoaded",
4951 "start": { 5016 "start": {
4952 "column": 27, 5017 "column": 27,
4953 "line": 173 5018 "line": 177
4954 } 5019 }
4955 } 5020 }
4956 ], 5021 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index b9c00fd73..fd92569b9 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -370,9 +370,9 @@
370 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.", 370 "settings.service.form.customUrlPremiumInfo": "To add self hosted services, you need a Ferdi Premium Supporter Account.",
371 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account", 371 "settings.service.form.customUrlUpgradeAccount": "Upgrade your account",
372 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 372 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
373 "settings.service.form.darkReaderBrightness": "Brightness", 373 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness",
374 "settings.service.form.darkReaderContrast": "Contrast", 374 "settings.service.form.darkReaderContrast": "Dark Reader Contrast",
375 "settings.service.form.darkReaderSepia": "Sepia", 375 "settings.service.form.darkReaderSepia": "Dark Reader Sepia",
376 "settings.service.form.deleteButton": "Delete service", 376 "settings.service.form.deleteButton": "Delete service",
377 "settings.service.form.disableHibernation": "Disable hibernation", 377 "settings.service.form.disableHibernation": "Disable hibernation",
378 "settings.service.form.disableHibernationInfo": "You currently have hibernation enabled but you can disable hibernation for individual services using this option.", 378 "settings.service.form.disableHibernationInfo": "You currently have hibernation enabled but you can disable hibernation for individual services using this option.",
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
deleted file mode 100644
index 544ad997d..000000000
--- a/src/i18n/locales/en.json
+++ /dev/null
@@ -1,434 +0,0 @@
1{
2 "app.errorHandler.action": "Athlódáil",
3 "app.errorHandler.headline": "Something went wrong",
4 "feature.announcements.changelog.headline": "Changes in Ferdi {version}",
5 "feature.delayApp.headline": "Please purchase a Ferdi Supporter License to skip waiting",
6 "feature.delayApp.text": "Ferdi will continue in {seconds} seconds.",
7 "feature.delayApp.trial.action": "Yes, I want the free 14 day trial of Ferdi Professional",
8 "feature.delayApp.trial.actionShort": "Activate the free Ferdi Professional trial",
9 "feature.delayApp.trial.headline": "Get the free Ferdi Professional 14 day trial and skip the line",
10 "feature.delayApp.upgrade.action": "Get a Ferdi Supporter License",
11 "feature.delayApp.upgrade.actionShort": "Upgrade account",
12 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
13 "feature.quickSwitch.search": "Search...",
14 "feature.serviceLimit.limitReached": "You have added {amount} out of {limit} services that are included in your plan. Please upgrade your account to add more services.",
15 "feature.shareFranz.action.email": "Send as email",
16 "feature.shareFranz.action.facebook": "Share on Facebook",
17 "feature.shareFranz.action.twitter": "Share on Twitter",
18 "feature.shareFranz.headline": "Ferdi is better together!",
19 "feature.shareFranz.shareText.email": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com",
20 "feature.shareFranz.shareText.twitter": "I've added {count} services to Ferdi! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.getferdi.com /cc @FerdiMessenger",
21 "feature.shareFranz.text": "Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
22 "feature.todos.premium.info": "Ferdi Todos are available to premium users now!",
23 "feature.todos.premium.rollout": "Everyone else will have to wait a little longer.",
24 "feature.todos.premium.upgrade": "Upgrade Account",
25 "global.api.unhealthy": "Ní féidir nascadh le seirbhísí Ferdi ar líne",
26 "global.franzProRequired": "Ferdi Professional Required",
27 "global.notConnectedToTheInternet": "Níl tú nasctha leis an Idirlíon.",
28 "global.spellchecker.useDefault": "Use System Default ({default})",
29 "global.spellchecking.autodetect": "Detect language automatically",
30 "global.spellchecking.autodetect.short": "Automatic",
31 "global.spellchecking.language": "Spell checking language",
32 "global.upgradeButton.upgradeToPro": "Upgrade to Ferdi Professional",
33 "import.headline": "Iompórtáil do sheirbhísí Ferdi 4",
34 "import.notSupportedHeadline": "Níl na seirbhísí seo taca ag Ferdi 5 go fóill",
35 "import.skip.label": "Ba mhaith liom seirbhísí a chur de láimh",
36 "import.submit.label": "Iompórtáil seirbhísí",
37 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
38 "infobar.buttonChangelog": "Cad atá nua?",
39 "infobar.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
40 "infobar.buttonReloadServices": "Athlódáil seirbhísí",
41 "infobar.requiredRequestsFailed": "Ní féidir seirbhísí agus eolas úsáideora a lódáil",
42 "infobar.servicesUpdated": "Nuashonraíodh do sheirbhísí.",
43 "infobar.trialActivated": "Your trial was successfully activated. Happy messaging!",
44 "infobar.updateAvailable": "Tá nuashonrú nua do Ferdi ar fáil.",
45 "invite.email.label": "Seoladh ríomhphoist",
46 "invite.headline.friends": "Tabhair cuireadh do thriúr chara nó chomhghleacaí",
47 "invite.name.label": "Ainm",
48 "invite.skip.label": "Ba mhaith liom é seo a dhéanamh níos deireanaí",
49 "invite.submit.label": "Seol cuirí",
50 "invite.successInfo": "Cuirí seolta go rathúil",
51 "locked.headline": "Locked",
52 "locked.info": "Ferdi is currently locked. Please unlock Ferdi with your password to see your messages.",
53 "locked.invalidCredentials": "Password invalid",
54 "locked.password.label": "Password",
55 "locked.submit.label": "Unlock",
56 "login.customServerQuestion": "Using a custom Ferdi server?",
57 "login.customServerSuggestion": "Try importing your Franz account",
58 "login.email.label": "Seoladh ríomhphoist",
59 "login.headline": "Logáil isteach",
60 "login.invalidCredentials": "Seoladh ríomhphoist nó pasfhocal neamhbhailí",
61 "login.link.password": "Athshocraigh pasfhocal",
62 "login.link.signup": "Cruthaigh cuntas saor in aisce",
63 "login.password.label": "Password",
64 "login.serverLogout": "D'éag do sheisiún, logáil isteach arís le do thoil.",
65 "login.submit.label": "Logáil isteach",
66 "login.tokenExpired": "D'éag do sheisiún, logáil isteach arís le do thoil.",
67 "menu.Todoss.closeTodosDrawer": "Close Todos drawer",
68 "menu.Todoss.openTodosDrawer": "Open Todos drawer",
69 "menu.app.about": "Faoi Ferdi",
70 "menu.app.announcement": "What's new?",
71 "menu.app.autohideMenuBar": "Auto-hide menu bar",
72 "menu.app.checkForUpdates": "Cuardaigh le nuashonruithe",
73 "menu.app.hide": "Cuir Ferdi i bhfolach",
74 "menu.app.hideOthers": "Folaigh feidhmchláir eile",
75 "menu.app.quit": "Scoir",
76 "menu.app.settings": "Socruithe",
77 "menu.app.unhide": "Taispeáin",
78 "menu.edit": "Cuir in eagar",
79 "menu.edit.copy": "Cóipeáil",
80 "menu.edit.cut": "Gearr",
81 "menu.edit.delete": "Scrios",
82 "menu.edit.emojiSymbols": "Straoiseoga ⁊ siombailí",
83 "menu.edit.paste": "Greamaigh",
84 "menu.edit.pasteAndMatchStyle": "Greamaigh agus cuir stíl in oiriúint",
85 "menu.edit.redo": "Athdhéan",
86 "menu.edit.selectAll": "Roghnaigh gach rud",
87 "menu.edit.speech": "Caint",
88 "menu.edit.startDictation": "Tosaigh deachtú",
89 "menu.edit.startSpeaking": "Tosaigh ag caint",
90 "menu.edit.stopSpeaking": "Stad ag caint",
91 "menu.edit.undo": "Cealaigh",
92 "menu.file": "Comhad",
93 "menu.help": "Cabhair",
94 "menu.help.changelog": "Athruithe",
95 "menu.help.debugInfo": "Copy Debug Information",
96 "menu.help.debugInfoCopiedBody": "Your Debug Information has been copied to your clipboard.",
97 "menu.help.debugInfoCopiedHeadline": "Ferdi Debug Information",
98 "menu.help.learnMore": "Tuilleadh eolais",
99 "menu.help.privacy": "Ráiteas phríobháideachais",
100 "menu.help.support": "Tacaíocht",
101 "menu.help.tos": "Téarmaí tagartha",
102 "menu.services": "Seirbhísí",
103 "menu.services.activatePreviousService": "Activate previous service",
104 "menu.services.addNewService": "Cuir seirbhís nua leis",
105 "menu.services.setNextServiceActive": "Activate next service",
106 "menu.todos": "Todos",
107 "menu.todos.enableTodos": "Enable Todos",
108 "menu.view": "Amharc",
109 "menu.view.back": "Back",
110 "menu.view.enterFullScreen": "Cuir isteach mód lánscáileáin",
111 "menu.view.exitFullScreen": "Scoir mód lánscáileáin",
112 "menu.view.forward": "Forward",
113 "menu.view.lockFerdi": "Lock Ferdi",
114 "menu.view.openQuickSwitch": "Open Quick Switch",
115 "menu.view.reloadFranz": "Athlódáil Ferdi",
116 "menu.view.reloadService": "Athlódáil seirbhís",
117 "menu.view.resetZoom": "Fíormhéid",
118 "menu.view.toggleDevTools": "Scoránaigh uirlis forbróra",
119 "menu.view.toggleDarkMode": "Toggle Dark Mode",
120 "menu.view.toggleFullScreen": "Scoránaigh mód lánscáileáin",
121 "menu.view.toggleServiceDevTools": "Scoránaigh uirlis forbróra seirbhíse",
122 "menu.view.toggleTodosDevTools": "Toggle Todos Developer Tools",
123 "menu.view.zoomIn": "Zúmáil isteach",
124 "menu.view.zoomOut": "Zúmáil amach",
125 "menu.window": "Fuinneog",
126 "menu.window.close": "Dún",
127 "menu.window.minimize": "Íoslaghdaigh",
128 "menu.workspaces": "Workspaces",
129 "menu.workspaces.addNewWorkspace": "Add New Workspace...",
130 "menu.workspaces.closeWorkspaceDrawer": "Close workspace drawer",
131 "menu.workspaces.defaultWorkspace": "Gach seirbhís",
132 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
133 "password.email.label": "Seoladh ríomhphoist",
134 "password.headline": "Athshocraigh pasfhocal",
135 "password.link.login": "Logáil isteach i do chuntas",
136 "password.link.signup": "Cruthaigh cuntas saor in aisce",
137 "password.noUser": "Níor aimsíodh úsáideoir leis an seoladh ríomhphoist seo",
138 "password.submit.label": "Cuir isteach",
139 "password.successInfo": "Seiceáil do chuid ríomhphoist le do thoil",
140 "premiumFeature.button.upgradeAccount": "Upgrade account",
141 "pricing.features.adFree": "Forever ad-free",
142 "pricing.features.appDelays": "No Waiting Screens",
143 "pricing.features.customWebsites": "Add Custom Websites",
144 "pricing.features.onPremise": "On-premise & other Hosted Services",
145 "pricing.features.serviceProxies": "Service Proxies",
146 "pricing.features.spellchecker": "Spellchecker support",
147 "pricing.features.teamManagement": "Team Management",
148 "pricing.features.thirdPartyServices": "Install 3rd party services",
149 "pricing.features.unlimitedServices": "Add unlimited services",
150 "pricing.features.workspaces": "Workspaces",
151 "pricing.plan.free": "Ferdi Free",
152 "pricing.plan.legacy": "Ferdi Premium",
153 "pricing.plan.personal": "Ferdi Personal",
154 "pricing.plan.personal-monthly": "Ferdi Personal Monthly",
155 "pricing.plan.personal-yearly": "Ferdi Personal Yearly",
156 "pricing.plan.pro": "Ferdi Professional",
157 "pricing.plan.pro-monthly": "Ferdi Professional Monthly",
158 "pricing.plan.pro-yearly": "Ferdi Professional Yearly",
159 "pricing.trial.cta.accept": "Yes, upgrade my account to Ferdi Professional",
160 "pricing.trial.cta.skip": "Continue to Ferdi",
161 "pricing.trial.error": "Sorry, we could not activate your trial!",
162 "pricing.trial.features.headline": "Ferdi Professional includes:",
163 "pricing.trial.headline": "Ferdi Professional",
164 "pricing.trial.subheadline": "Your personal welcome offer:",
165 "pricing.trial.terms.automaticTrialEnd": "Your free trial ends automatically after 14 days",
166 "pricing.trial.terms.headline": "No strings attached",
167 "pricing.trial.terms.noCreditCard": "No credit card required",
168 "service.crashHandler.action": "Athlódáil {name}",
169 "service.crashHandler.autoReload": "Ag iarraidh {name} a thabhairt ar ais go huathoibríoch i gceann {seconds} shoicind",
170 "service.crashHandler.headline": "Oró, ní hea!",
171 "service.crashHandler.text": "Tá {name} tar éis earráid a dhéanamh.",
172 "service.disabledHandler.action": "Cumasaigh {name}",
173 "service.disabledHandler.headline": "Tá {name} díchumasaithe",
174 "service.errorHandler.action": "Athlódáil {name}",
175 "service.errorHandler.editAction": "Cuir {name} in eagar",
176 "service.errorHandler.headline": "Oró, ní hea!",
177 "service.errorHandler.message": "Earráid",
178 "service.errorHandler.text": "{name} has failed to load.",
179 "service.restrictedHandler.action": "Upgrade Account",
180 "service.restrictedHandler.customUrl.headline": "Ferdi Professional Plan required",
181 "service.restrictedHandler.customUrl.text": "Please upgrade to the Ferdi Professional plan to use custom urls & self hosted services.",
182 "service.restrictedHandler.serviceLimit.headline": "You have reached your service limit.",
183 "service.restrictedHandler.serviceLimit.text": "Please upgrade your account to use more than {count} services.",
184 "service.webviewLoader.loading": "Loading",
185 "services.getStarted": "Cuir tús",
186 "services.login": "Please login to use Ferdi.",
187 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
188 "services.welcome": "Fáilte go Ferdi",
189 "settings.account.account.editButton": "Cuir cuntas in eagar",
190 "settings.account.accountType.basic": "Bunchuntas",
191 "settings.account.accountType.premium": "Cuntas Phŕeimhthacadóra Ferdi",
192 "settings.account.buttonSave": "Nuashonraigh próifíl",
193 "settings.account.deleteAccount": "Scrios cuntas",
194 "settings.account.deleteEmailSent": "Fuair tú ríomhphost chun scriosadh do chuntais a dheimhniú. Ní féidir do chuntas agus do chuid sonraí a thabhairt ar ais!",
195 "settings.account.deleteInfo": "Más rud é nár ghá cuntas Ferdi a bheith agat a thuilleadh, is féidir do chuntas agus gach sonraí riachtanach a scriosadh anseo.",
196 "settings.account.headline": "Cuntas",
197 "settings.account.headlineAccount": "Eolas faoin gcuntas",
198 "settings.account.headlineDangerZone": "Scrios cuntas",
199 "settings.account.headlineInvoices": "Sonraisc",
200 "settings.account.headlinePassword": "Athraigh pasfhocal",
201 "settings.account.headlineProfile": "Nuashonraigh próifíl",
202 "settings.account.headlineSubscription": "Do shíntiús",
203 "settings.account.headlineTrialUpgrade": "Get the free 14 day Ferdi Professional Trial",
204 "settings.account.headlineUpgradeAccount": "Upgrade your account & get the full Ferdi experience",
205 "settings.account.invoiceDownload": "Íoslódáil",
206 "settings.account.manageSubscription.label": "Bainistigh do shíntiús",
207 "settings.account.successInfo": "Sábháladh do chuid athruithe",
208 "settings.account.trial": "Free Trial",
209 "settings.account.trialEndsIn": "Your free trial ends in {duration}.",
210 "settings.account.trialUpdateBillingInfo": "Please update your billing info to continue using {license} after your trial period.",
211 "settings.account.tryReloadServices": "Atriail",
212 "settings.account.tryReloadUserInfoRequest": "Atriail",
213 "settings.account.upgradeToPro.label": "Upgrade to Ferdi Professional",
214 "settings.account.userInfoRequestFailed": "Ní féidir eolas úsáideora a lódáil",
215 "settings.account.yourLicense": "Your Ferdi License",
216 "settings.app.buttonClearAllCache": "Glan taisce",
217 "settings.app.buttonInstallUpdate": "Atosaigh ⁊ suiteáil nuashonrú",
218 "settings.app.buttonSearchForUpdate": "Cuardaigh le nuashonruithe",
219 "settings.app.cacheInfo": "Tá taisce Ferdi ag baint úsáid as {size} den spás diosca.",
220 "settings.app.currentVersion": "Leagan reatha:",
221 "settings.app.form.autoLaunchInBackground": "Oscail sa chúlra",
222 "settings.app.form.adaptableDarkMode": "Synchronize dark mode with my OS's dark mode setting",
223 "settings.app.form.autoLaunchOnStart": "Láinseáil Ferdi ón tús",
224 "settings.app.form.beta": "Cuir leagain béite san áireamh",
225 "settings.app.form.darkMode": "Join the Dark Side",
226 "settings.app.form.enableGPUAcceleration": "Cumasaigh luasghéarú APG",
227 "settings.app.form.enableLock": "Enable Password Lock",
228 "settings.app.form.enableSpellchecking": "Cumasaigh seiceáil litrithe",
229 "settings.app.form.enableSystemTray": "Taispeáin Ferdi i dtráidire an chórais",
230 "settings.app.form.enableTodos": "Enable Ferdi Todos",
231 "settings.app.form.hibernate": "Enable service hibernation",
232 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",
233 "settings.app.form.language": "Teanga",
234 "settings.app.form.lockPassword": "Password",
235 "settings.app.form.minimizeToSystemTray": "Íoslaghdaigh Ferdi chuig tráidire an chórais",
236 "settings.app.form.privateNotifications": "Don't show message content in notifications",
237 "settings.app.form.runInBackground": "Coimeád Ferdi sa chúlra nuair a dhúntar an fhuinneog",
238 "settings.app.form.scheduledDNDEnabled": "Enable scheduled Do-not-Disturb",
239 "settings.app.form.scheduledDNDEnd": "To",
240 "settings.app.form.scheduledDNDStart": "From",
241 "settings.app.form.server": "Server",
242 "settings.app.form.showDisabledServices": "Taispeáin tabanna do sheirbhísí dhíchumasaithe",
243 "settings.app.form.showMessagesBadgesWhenMuted": "Taispeáin teachtaireachtaí neamhléite, nuair a dhíchumasaítear fógraí",
244 "settings.app.form.todoServer": "Todo Server",
245 "settings.app.headline": "Socruithe",
246 "settings.app.headlineAdvanced": "Casta",
247 "settings.app.headlineAppearance": "Dealramh",
248 "settings.app.headlineGeneral": "Ginearálta",
249 "settings.app.headlineLanguage": "Teanga",
250 "settings.app.headlineUpdates": "Nuashonruithe",
251 "settings.app.languageDisclaimer": "Official translations are English & German. All other languages are community based translations.",
252 "settings.app.lockInfo": "Password Lock allows you to keep your messages protected.\nUsing Password Lock, you will be prompted to enter your password everytime you start Ferdi or lock Ferdi yourself using the lock symbol in the bottom left corner or the shortcut CMD/CTRL+Shift+L.",
253 "settings.app.lockedPassword": "Password",
254 "settings.app.lockedPasswordInfo": "Please make sure to set a password you'll remember.\nIf you loose this password, you will have to reinstall Ferdi.",
255 "settings.app.restartRequired": "Ní gá atosú chun athruithe a chur i bhfeidhm.",
256 "settings.app.scheduledDNDInfo": "Scheduled Do-not-Disturb allows you to define a period of time in which you do not want to get Notifications from Ferdi.",
257 "settings.app.scheduledDNDTimeInfo": "Times in 24-Hour-Format. End time can be before start time (e.g. start 17:00, end 09:00) to enable Do-not-Disturb overnight.",
258 "settings.app.serverInfo": "We advice you to logout after changing your server as your settings might not be saved otherwise.",
259 "settings.app.serverMoneyInfo": "You are using the official Ferdi Server for Ferdi.\nWe know that Ferdi allows you to use all its features for free but you are still using Ferdi's server resources - which Ferdi's creator has to pay for.\nPlease still consider [Link 1]paying for a Ferdi account[/Link] or [Link 2]using a self-hosted ferdi-server[/Link] (if you have the knowledge and resources to do so). \nBy using Ferdi, you still profit greatly from Ferdi's recipe store, server resources and its development.",
260 "settings.app.subheadlineCache": "Taisce",
261 "settings.app.todoServerInfo": "This server will be used for the \"Ferdi Todo\" feature. (default: https://app.franztodos.com)",
262 "settings.app.translationHelp": "Cabhraigh linn Ferdi a aistriú i do theanga.",
263 "settings.app.updateStatusAvailable": "Nuashonrú le fáil, ag íoslódáil...",
264 "settings.app.updateStatusSearching": "Ag cuardach le nuashonruithe",
265 "settings.app.updateStatusUpToDate": "Tá tú ag baint úsáid as an leagan is deireanaí de Ferdi",
266 "settings.invite.headline": "Tabhair cuireadh do thriúr chara",
267 "settings.navigation.account": "Cuntas",
268 "settings.navigation.availableServices": "Seirbhísí le fáil",
269 "settings.navigation.logout": "Logáil amach",
270 "settings.navigation.settings": "Socruithe",
271 "settings.navigation.supportFerdi": "Support Ferdi",
272 "settings.navigation.team": "Manage Team",
273 "settings.navigation.yourServices": "Do sheirbhísí",
274 "settings.navigation.yourWorkspaces": "Your workspaces",
275 "settings.recipes.all": "Gach seirbhís",
276 "settings.recipes.custom": "Custom Services",
277 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
278 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
279 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
280 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
281 "settings.recipes.customService.openDevDocs": "Developer Documentation",
282 "settings.recipes.customService.openFolder": "Open folder",
283 "settings.recipes.headline": "Seirbhísí le fáil",
284 "settings.recipes.missingService": "Seirbhís ar iarraidh?",
285 "settings.recipes.mostPopular": "Is coitianta",
286 "settings.recipes.nothingFound": "Tá brón orm, ach níl seirbhís ar bith ag teacht le do théarma chuardach.",
287 "settings.recipes.servicesSuccessfulAddedInfo": "Seirbhís curtha go rathúil",
288 "settings.searchService": "Cuardaigh seirbhís",
289 "settings.service.error.goBack": "Ar ais chuig seirbhísí",
290 "settings.service.error.headline": "Earráid",
291 "settings.service.error.message": "Ní féidir an oideas seirbhíse a lódáil.",
292 "settings.service.form.addServiceHeadline": "Cuir {name} leis",
293 "settings.service.form.availableServices": "Seirbhísí le fáil",
294 "settings.service.form.customUrl": "Freastalaí saincheaptha",
295 "settings.service.form.customUrlPremiumInfo": "Chun seirbhísí féinóstáilte a chur le Ferdi, ní gá Cuntas Phŕeimhthacadóra Ferdi a bheith agat.",
296 "settings.service.form.customUrlUpgradeAccount": "Uasghrádaigh do chuntas",
297 "settings.service.form.customUrlValidationError": "Ní féidir seirbhís {name} saincheaptha a dheimhniú",
298 "settings.service.form.deleteButton": "Scrios seirbhís",
299 "settings.service.form.editServiceHeadline": "Cuir {name} in eagar",
300 "settings.service.form.enableAudio": "Cumasaigh fuaim",
301 "settings.service.form.enableBadge": "Taispeáin comhartha do theachtaireachtaí neamhléite",
302 "settings.service.form.enableDarkMode": "Enable Dark Mode",
303 "settings.service.form.darkReaderBrightness": "Darkreader Brightness",
304 "settings.service.form.darkReaderContrast": "Darkreader Contrast",
305 "settings.service.form.darkReaderSepia": "Darkreader Sepia",
306 "settings.service.form.headlineDarkReaderSettings": "Dark Reader Settings",
307 "settings.service.form.enableNotification": "Cumasaigh fógraí",
308 "settings.service.form.enableService": "Cumasaigh seirbhís",
309 "settings.service.form.headlineBadges": "Comhartha do theachtaireachtaí neamhléite",
310 "settings.service.form.headlineGeneral": "Ginearálta",
311 "settings.service.form.headlineNotifications": "Fógraí",
312 "settings.service.form.icon": "Deilbhín saincheaptha",
313 "settings.service.form.iconDelete": "Scrios",
314 "settings.service.form.iconUpload": "Scaoil d'íomhá nó cliceáil anseo",
315 "settings.service.form.indirectMessageInfo": "Gheobhaidh tú fógraí faoi gach teachtaireacht nua i mbealach, ní amháin @username, @channel, @here, ...",
316 "settings.service.form.indirectMessages": "Taispeáin comhartha theachtaireachta do gach teachtaireacht nua",
317 "settings.service.form.isMutedInfo": "Tachtar gach fuaim fógraí agus athchasadh fuaime",
318 "settings.service.form.name": "Ainm",
319 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
320 "settings.service.form.proxy.host": "Proxy Host/IP",
321 "settings.service.form.proxy.info": "Proxy settings will not synced with the Ferdi servers.",
322 "settings.service.form.proxy.isEnabled": "Use Proxy",
323 "settings.service.form.proxy.password": "Password (optional)",
324 "settings.service.form.proxy.port": "Port",
325 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
326 "settings.service.form.proxy.user": "User (optional)",
327 "settings.service.form.saveButton": "Sábháil seirbhís",
328 "settings.service.form.tabHosted": "Óstáilte",
329 "settings.service.form.tabOnPremise": "Féinóstáilte ⭐️",
330 "settings.service.form.team": "Foireann",
331 "settings.service.form.useHostedService": "Bain úsáid as an seirbhís óstáilte {name}.",
332 "settings.service.form.yourServices": "Do sheirbhísí",
333 "settings.services.deletedInfo": "Seirbhís scriosta",
334 "settings.services.discoverServices": "Aimsigh seirbhísí",
335 "settings.services.headline": "Do sheirbhísí",
336 "settings.services.noServicesAdded": "Níl aon seirbhís curtha agat go fóill.",
337 "settings.services.servicesRequestFailed": "Could not load your services",
338 "settings.services.tooltip.isDisabled": "Seirbhís díchumasaithe",
339 "settings.services.tooltip.isMuted": "Tachtar gach fuaim",
340 "settings.services.tooltip.notificationsDisabled": "Fógraí dhíchumasaithe",
341 "settings.services.updatedInfo": "Sábháladh do chuid athruithe",
342 "settings.supportFerdi.github": "Star on GitHub",
343 "settings.supportFerdi.headline": "Support Ferdi",
344 "settings.supportFerdi.openCollective": "Support our Open Collective",
345 "settings.supportFerdi.share": "Tell your Friends",
346 "settings.supportFerdi.title": "Do you like Ferdi? Spread the love!",
347 "settings.team.contentHeadline": "Ferdi for Teams",
348 "settings.team.copy": "Ferdi for Teams gives you the option to invite co-workers to your team by sending them email invitations and manage their subscriptions in your account’s preferences. Don’t waste time setting up subscriptions for every team member individually, forget about multiple invoices and different billing cycles - one team to rule them all!",
349 "settings.team.headline": "Foireann",
350 "settings.team.intro": "You and your team use Ferdi? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
351 "settings.team.manageAction": "Manage your Team on getferdi.com",
352 "settings.team.upgradeAction": "Upgrade your Account",
353 "settings.user.form.accountType.company": "Comhlacht",
354 "settings.user.form.accountType.individual": "Ar leith",
355 "settings.user.form.accountType.label": "Cineál chuntais",
356 "settings.user.form.accountType.non-profit": "Neamhbhrabúis",
357 "settings.user.form.currentPassword": "Pasfhocal reatha",
358 "settings.user.form.email": "Ríomhphost",
359 "settings.user.form.firstname": "Céadainm",
360 "settings.user.form.lastname": "Sloinne",
361 "settings.user.form.newPassword": "Pasfhocal nua",
362 "settings.workspace.add.form.name": "Ainm",
363 "settings.workspace.add.form.submitButton": "Create workspace",
364 "settings.workspace.form.buttonDelete": "Delete workspace",
365 "settings.workspace.form.buttonSave": "Save workspace",
366 "settings.workspace.form.keepLoaded": "Keep this workspace loaded*",
367 "settings.workspace.form.keepLoadedInfo": "*This option will be overwritten by the global \"Keep all workspaces loaded\" option.",
368 "settings.workspace.form.name": "Ainm",
369 "settings.workspace.form.servicesInWorkspaceHeadline": "Services in this Workspace",
370 "settings.workspace.form.yourWorkspaces": "Your workspaces",
371 "settings.workspaces.deletedInfo": "Workspace has been deleted",
372 "settings.workspaces.headline": "Your workspaces",
373 "settings.workspaces.noWorkspacesAdded": "You haven't added any workspaces yet.",
374 "settings.workspaces.tryReloadWorkspaces": "Atriail",
375 "settings.workspaces.updatedInfo": "Sábháladh do chuid athruithe",
376 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
377 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.",
378 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
379 "sidebar.addNewService": "Cuir seirbhís nua leis",
380 "sidebar.closeTodosDrawer": "Close Ferdi Todos",
381 "sidebar.closeWorkspaceDrawer": "Close workspace drawer",
382 "sidebar.lockFerdi": "Lock Ferdi",
383 "sidebar.muteApp": "Díchumasaigh fógraí ⁊ fuaim",
384 "sidebar.openTodosDrawer": "Open Ferdi Todos",
385 "sidebar.openWorkspaceDrawer": "Open workspace drawer",
386 "sidebar.settings": "Socruithe",
387 "sidebar.unmuteApp": "Cumasaigh fógraí ⁊ fuaim",
388 "signup.email.label": "Seoladh ríomhphoist",
389 "signup.emailDuplicate": "Tá úsáideoir leis an seoladh ríomhphoist sin cheana féin",
390 "signup.firstname.label": "Céadainm",
391 "signup.headline": "Cláraigh",
392 "signup.lastname.label": "Sloinne",
393 "signup.legal.info": "Agus tú ag cruthú cuntas Ferdi glacann tú le",
394 "signup.legal.privacy": "Ráiteas phríobháideachais",
395 "signup.legal.terms": "Tearmaí seirbhíse",
396 "signup.link.login": "Cuntas agat cheana féin, logáil isteach?",
397 "signup.password.label": "Password",
398 "signup.submit.label": "Cruthaigh cuntas",
399 "subscription.cta.activateTrial": "Yes, start the free Ferdi Professional trial",
400 "subscription.cta.allOptions": "See all options",
401 "subscription.cta.choosePlan": "Choose your plan",
402 "subscription.includedProFeatures": "The Ferdi Professional Plan includes:",
403 "subscription.teaser.includedFeatures": "Paid Ferdi Plans include:",
404 "subscription.teaser.intro": "Ferdi 5 comes with a wide range of new features to boost up your everyday communication - batteries included. Check out our new plans and find out which one suits you most!",
405 "subscriptionPopup.buttonCancel": "Cealaigh",
406 "subscriptionPopup.buttonDone": "Déanta",
407 "tabs.item.deleteService": "Scrios seirbhís",
408 "tabs.item.disableAudio": "Díchumasaigh fuaim",
409 "tabs.item.disableNotifications": "Díchumasaigh fógraí",
410 "tabs.item.disableService": "Díchumasaigh seirbhís",
411 "tabs.item.edit": "Cuir in eagar",
412 "tabs.item.enableAudio": "Cumasaigh fuaim",
413 "tabs.item.enableNotification": "Cumasaigh fógraí",
414 "tabs.item.enableService": "Cumasaigh seirbhís",
415 "tabs.item.reload": "Athlódáil",
416 "validation.email": "Níl {field} neamhbhailí",
417 "validation.minLength": "Ba cheart go mbeadh {field} ar a laghad {length} charactar fada",
418 "validation.oneRequired": "At least one is required",
419 "validation.required": "Tá {field} de dhíth",
420 "validation.url": "Ní AAA bhailí é {field}",
421 "welcome.loginButton": "Logáil isteach i do chuntas",
422 "welcome.signupButton": "Cruthaigh cuntas saor in aisce",
423 "workspaceDrawer.addNewWorkspaceLabel": "Add new workspace",
424 "workspaceDrawer.allServices": "Gach seirbhís",
425 "workspaceDrawer.headline": "Workspaces",
426 "workspaceDrawer.item.contextMenuEdit": "edit",
427 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
428 "workspaceDrawer.premiumCtaButtonLabel": "Create your first workspace",
429 "workspaceDrawer.proFeatureBadge": "Premium feature",
430 "workspaceDrawer.reactivatePremiumAccountLabel": "Reactivate premium account",
431 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
432 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
433 "workspaces.switchingIndicator.switchingTo": "Switching to"
434}
diff --git a/src/i18n/messages/src/components/settings/services/EditServiceForm.json b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
index 811c49498..987004199 100644
--- a/src/i18n/messages/src/components/settings/services/EditServiceForm.json
+++ b/src/i18n/messages/src/components/settings/services/EditServiceForm.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Save service", 4 "defaultMessage": "!!!Save service",
5 "file": "src/components/settings/services/EditServiceForm.js", 5 "file": "src/components/settings/services/EditServiceForm.js",
6 "start": { 6 "start": {
7 "line": 24, 7 "line": 25,
8 "column": 15 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 27, 11 "line": 28,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Delete Service", 17 "defaultMessage": "!!!Delete Service",
18 "file": "src/components/settings/services/EditServiceForm.js", 18 "file": "src/components/settings/services/EditServiceForm.js",
19 "start": { 19 "start": {
20 "line": 28, 20 "line": 29,
21 "column": 17 21 "column": 17
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 31, 24 "line": 32,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Open darkmode.css", 30 "defaultMessage": "!!!Open darkmode.css",
31 "file": "src/components/settings/services/EditServiceForm.js", 31 "file": "src/components/settings/services/EditServiceForm.js",
32 "start": { 32 "start": {
33 "line": 32, 33 "line": 33,
34 "column": 19 34 "column": 19
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 35, 37 "line": 36,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Open user.css", 43 "defaultMessage": "!!!Open user.css",
44 "file": "src/components/settings/services/EditServiceForm.js", 44 "file": "src/components/settings/services/EditServiceForm.js",
45 "start": { 45 "start": {
46 "line": 36, 46 "line": 37,
47 "column": 15 47 "column": 15
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 39, 50 "line": 40,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Open user.js", 56 "defaultMessage": "!!!Open user.js",
57 "file": "src/components/settings/services/EditServiceForm.js", 57 "file": "src/components/settings/services/EditServiceForm.js",
58 "start": { 58 "start": {
59 "line": 40, 59 "line": 41,
60 "column": 14 60 "column": 14
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 43, 63 "line": 44,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.", 69 "defaultMessage": "!!!Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.",
70 "file": "src/components/settings/services/EditServiceForm.js", 70 "file": "src/components/settings/services/EditServiceForm.js",
71 "start": { 71 "start": {
72 "line": 44, 72 "line": 45,
73 "column": 18 73 "column": 18
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 47, 76 "line": 48,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Available services", 82 "defaultMessage": "!!!Available services",
83 "file": "src/components/settings/services/EditServiceForm.js", 83 "file": "src/components/settings/services/EditServiceForm.js",
84 "start": { 84 "start": {
85 "line": 48, 85 "line": 49,
86 "column": 21 86 "column": 21
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 51, 89 "line": 52,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Your services", 95 "defaultMessage": "!!!Your services",
96 "file": "src/components/settings/services/EditServiceForm.js", 96 "file": "src/components/settings/services/EditServiceForm.js",
97 "start": { 97 "start": {
98 "line": 52, 98 "line": 53,
99 "column": 16 99 "column": 16
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 55, 102 "line": 56,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Add {name}", 108 "defaultMessage": "!!!Add {name}",
109 "file": "src/components/settings/services/EditServiceForm.js", 109 "file": "src/components/settings/services/EditServiceForm.js",
110 "start": { 110 "start": {
111 "line": 56, 111 "line": 57,
112 "column": 22 112 "column": 22
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 59, 115 "line": 60,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Edit {name}", 121 "defaultMessage": "!!!Edit {name}",
122 "file": "src/components/settings/services/EditServiceForm.js", 122 "file": "src/components/settings/services/EditServiceForm.js",
123 "start": { 123 "start": {
124 "line": 60, 124 "line": 61,
125 "column": 23 125 "column": 23
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 63, 128 "line": 64,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Hosted", 134 "defaultMessage": "!!!Hosted",
135 "file": "src/components/settings/services/EditServiceForm.js", 135 "file": "src/components/settings/services/EditServiceForm.js",
136 "start": { 136 "start": {
137 "line": 64, 137 "line": 65,
138 "column": 13 138 "column": 13
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 67, 141 "line": 68,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Self hosted ⭐️", 147 "defaultMessage": "!!!Self hosted ⭐️",
148 "file": "src/components/settings/services/EditServiceForm.js", 148 "file": "src/components/settings/services/EditServiceForm.js",
149 "start": { 149 "start": {
150 "line": 68, 150 "line": 69,
151 "column": 16 151 "column": 16
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 71, 154 "line": 72,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Use the hosted {name} service.", 160 "defaultMessage": "!!!Use the hosted {name} service.",
161 "file": "src/components/settings/services/EditServiceForm.js", 161 "file": "src/components/settings/services/EditServiceForm.js",
162 "start": { 162 "start": {
163 "line": 72, 163 "line": 73,
164 "column": 20 164 "column": 20
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 75, 167 "line": 76,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Could not validate custom {name} server.", 173 "defaultMessage": "!!!Could not validate custom {name} server.",
174 "file": "src/components/settings/services/EditServiceForm.js", 174 "file": "src/components/settings/services/EditServiceForm.js",
175 "start": { 175 "start": {
176 "line": 76, 176 "line": 77,
177 "column": 28 177 "column": 28
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 79, 180 "line": 80,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.", 186 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
187 "file": "src/components/settings/services/EditServiceForm.js", 187 "file": "src/components/settings/services/EditServiceForm.js",
188 "start": { 188 "start": {
189 "line": 80, 189 "line": 81,
190 "column": 24 190 "column": 24
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 83, 193 "line": 84,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Upgrade your account", 199 "defaultMessage": "!!!Upgrade your account",
200 "file": "src/components/settings/services/EditServiceForm.js", 200 "file": "src/components/settings/services/EditServiceForm.js",
201 "start": { 201 "start": {
202 "line": 84, 202 "line": 85,
203 "column": 27 203 "column": 27
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 87, 206 "line": 88,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 212 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
213 "file": "src/components/settings/services/EditServiceForm.js", 213 "file": "src/components/settings/services/EditServiceForm.js",
214 "start": { 214 "start": {
215 "line": 88, 215 "line": 89,
216 "column": 23 216 "column": 23
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 91, 219 "line": 92,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted", 225 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
226 "file": "src/components/settings/services/EditServiceForm.js", 226 "file": "src/components/settings/services/EditServiceForm.js",
227 "start": { 227 "start": {
228 "line": 92, 228 "line": 93,
229 "column": 15 229 "column": 15
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 95, 232 "line": 96,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!You currently have hibernation enabled but you can disable hibernation for individual services using this option.", 238 "defaultMessage": "!!!You currently have hibernation enabled but you can disable hibernation for individual services using this option.",
239 "file": "src/components/settings/services/EditServiceForm.js", 239 "file": "src/components/settings/services/EditServiceForm.js",
240 "start": { 240 "start": {
241 "line": 96, 241 "line": 97,
242 "column": 26 242 "column": 26
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 99, 245 "line": 100,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Notifications", 251 "defaultMessage": "!!!Notifications",
252 "file": "src/components/settings/services/EditServiceForm.js", 252 "file": "src/components/settings/services/EditServiceForm.js",
253 "start": { 253 "start": {
254 "line": 100, 254 "line": 101,
255 "column": 25 255 "column": 25
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 103, 258 "line": 104,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Unread message badges", 264 "defaultMessage": "!!!Unread message badges",
265 "file": "src/components/settings/services/EditServiceForm.js", 265 "file": "src/components/settings/services/EditServiceForm.js",
266 "start": { 266 "start": {
267 "line": 104, 267 "line": 105,
268 "column": 18 268 "column": 18
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 107, 271 "line": 108,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,24 @@
277 "defaultMessage": "!!!General", 277 "defaultMessage": "!!!General",
278 "file": "src/components/settings/services/EditServiceForm.js", 278 "file": "src/components/settings/services/EditServiceForm.js",
279 "start": { 279 "start": {
280 "line": 108, 280 "line": 109,
281 "column": 19 281 "column": 19
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 111, 284 "line": 112,
285 "column": 3
286 }
287 },
288 {
289 "id": "settings.service.form.headlineDarkReaderSettings",
290 "defaultMessage": "!!!Dark Reader Settings",
291 "file": "src/components/settings/services/EditServiceForm.js",
292 "start": {
293 "line": 113,
294 "column": 30
295 },
296 "end": {
297 "line": 116,
285 "column": 3 298 "column": 3
286 } 299 }
287 }, 300 },
@@ -290,11 +303,11 @@
290 "defaultMessage": "!!!Delete", 303 "defaultMessage": "!!!Delete",
291 "file": "src/components/settings/services/EditServiceForm.js", 304 "file": "src/components/settings/services/EditServiceForm.js",
292 "start": { 305 "start": {
293 "line": 112, 306 "line": 117,
294 "column": 14 307 "column": 14
295 }, 308 },
296 "end": { 309 "end": {
297 "line": 115, 310 "line": 120,
298 "column": 3 311 "column": 3
299 } 312 }
300 }, 313 },
@@ -303,11 +316,11 @@
303 "defaultMessage": "!!!Drop your image, or click here", 316 "defaultMessage": "!!!Drop your image, or click here",
304 "file": "src/components/settings/services/EditServiceForm.js", 317 "file": "src/components/settings/services/EditServiceForm.js",
305 "start": { 318 "start": {
306 "line": 116, 319 "line": 121,
307 "column": 14 320 "column": 14
308 }, 321 },
309 "end": { 322 "end": {
310 "line": 119, 323 "line": 124,
311 "column": 3 324 "column": 3
312 } 325 }
313 }, 326 },
@@ -316,11 +329,11 @@
316 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings", 329 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
317 "file": "src/components/settings/services/EditServiceForm.js", 330 "file": "src/components/settings/services/EditServiceForm.js",
318 "start": { 331 "start": {
319 "line": 120, 332 "line": 125,
320 "column": 17 333 "column": 17
321 }, 334 },
322 "end": { 335 "end": {
323 "line": 123, 336 "line": 128,
324 "column": 3 337 "column": 3
325 } 338 }
326 }, 339 },
@@ -329,11 +342,11 @@
329 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 342 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
330 "file": "src/components/settings/services/EditServiceForm.js", 343 "file": "src/components/settings/services/EditServiceForm.js",
331 "start": { 344 "start": {
332 "line": 124, 345 "line": 129,
333 "column": 20 346 "column": 20
334 }, 347 },
335 "end": { 348 "end": {
336 "line": 127, 349 "line": 132,
337 "column": 3 350 "column": 3
338 } 351 }
339 }, 352 },
@@ -342,11 +355,11 @@
342 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 355 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
343 "file": "src/components/settings/services/EditServiceForm.js", 356 "file": "src/components/settings/services/EditServiceForm.js",
344 "start": { 357 "start": {
345 "line": 128, 358 "line": 133,
346 "column": 13 359 "column": 13
347 }, 360 },
348 "end": { 361 "end": {
349 "line": 131, 362 "line": 136,
350 "column": 3 363 "column": 3
351 } 364 }
352 } 365 }
diff --git a/src/i18n/messages/src/containers/settings/EditServiceScreen.json b/src/i18n/messages/src/containers/settings/EditServiceScreen.json
index 36937ebf8..5c83085f2 100644
--- a/src/i18n/messages/src/containers/settings/EditServiceScreen.json
+++ b/src/i18n/messages/src/containers/settings/EditServiceScreen.json
@@ -143,15 +143,54 @@
143 } 143 }
144 }, 144 },
145 { 145 {
146 "id": "settings.service.form.darkReaderBrightness",
147 "defaultMessage": "!!!Dark Reader Brightness",
148 "file": "src/containers/settings/EditServiceScreen.js",
149 "start": {
150 "line": 72,
151 "column": 24
152 },
153 "end": {
154 "line": 75,
155 "column": 3
156 }
157 },
158 {
159 "id": "settings.service.form.darkReaderContrast",
160 "defaultMessage": "!!!Dark Reader Contrast",
161 "file": "src/containers/settings/EditServiceScreen.js",
162 "start": {
163 "line": 76,
164 "column": 22
165 },
166 "end": {
167 "line": 79,
168 "column": 3
169 }
170 },
171 {
172 "id": "settings.service.form.darkReaderSepia",
173 "defaultMessage": "!!!Dark Reader Sepia",
174 "file": "src/containers/settings/EditServiceScreen.js",
175 "start": {
176 "line": 80,
177 "column": 19
178 },
179 "end": {
180 "line": 83,
181 "column": 3
182 }
183 },
184 {
146 "id": "settings.service.form.proxy.isEnabled", 185 "id": "settings.service.form.proxy.isEnabled",
147 "defaultMessage": "!!!Use Proxy", 186 "defaultMessage": "!!!Use Proxy",
148 "file": "src/containers/settings/EditServiceScreen.js", 187 "file": "src/containers/settings/EditServiceScreen.js",
149 "start": { 188 "start": {
150 "line": 72, 189 "line": 84,
151 "column": 15 190 "column": 15
152 }, 191 },
153 "end": { 192 "end": {
154 "line": 75, 193 "line": 87,
155 "column": 3 194 "column": 3
156 } 195 }
157 }, 196 },
@@ -160,11 +199,11 @@
160 "defaultMessage": "!!!Proxy Host/IP", 199 "defaultMessage": "!!!Proxy Host/IP",
161 "file": "src/containers/settings/EditServiceScreen.js", 200 "file": "src/containers/settings/EditServiceScreen.js",
162 "start": { 201 "start": {
163 "line": 76, 202 "line": 88,
164 "column": 13 203 "column": 13
165 }, 204 },
166 "end": { 205 "end": {
167 "line": 79, 206 "line": 91,
168 "column": 3 207 "column": 3
169 } 208 }
170 }, 209 },
@@ -173,11 +212,11 @@
173 "defaultMessage": "!!!Port", 212 "defaultMessage": "!!!Port",
174 "file": "src/containers/settings/EditServiceScreen.js", 213 "file": "src/containers/settings/EditServiceScreen.js",
175 "start": { 214 "start": {
176 "line": 80, 215 "line": 92,
177 "column": 13 216 "column": 13
178 }, 217 },
179 "end": { 218 "end": {
180 "line": 83, 219 "line": 95,
181 "column": 3 220 "column": 3
182 } 221 }
183 }, 222 },
@@ -186,11 +225,11 @@
186 "defaultMessage": "!!!User", 225 "defaultMessage": "!!!User",
187 "file": "src/containers/settings/EditServiceScreen.js", 226 "file": "src/containers/settings/EditServiceScreen.js",
188 "start": { 227 "start": {
189 "line": 84, 228 "line": 96,
190 "column": 13 229 "column": 13
191 }, 230 },
192 "end": { 231 "end": {
193 "line": 87, 232 "line": 99,
194 "column": 3 233 "column": 3
195 } 234 }
196 }, 235 },
@@ -199,11 +238,11 @@
199 "defaultMessage": "!!!Password", 238 "defaultMessage": "!!!Password",
200 "file": "src/containers/settings/EditServiceScreen.js", 239 "file": "src/containers/settings/EditServiceScreen.js",
201 "start": { 240 "start": {
202 "line": 88, 241 "line": 100,
203 "column": 17 242 "column": 17
204 }, 243 },
205 "end": { 244 "end": {
206 "line": 91, 245 "line": 103,
207 "column": 3 246 "column": 3
208 } 247 }
209 } 248 }