aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json1766
1 files changed, 1294 insertions, 472 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 7d0e075cc..2dd778434 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -443,55 +443,120 @@
443 { 443 {
444 "descriptors": [ 444 "descriptors": [
445 { 445 {
446 "defaultMessage": "!!!Support Ferdi", 446 "defaultMessage": "!!!Franz Professional",
447 "end": { 447 "end": {
448 "column": 3, 448 "column": 3,
449 "line": 16 449 "line": 18
450 }, 450 },
451 "file": "src/components/auth/Pricing.js", 451 "file": "src/components/auth/Pricing.js",
452 "id": "pricing.headline", 452 "id": "pricing.trial.headline",
453 "start": { 453 "start": {
454 "column": 12, 454 "column": 12,
455 "line": 13 455 "line": 15
456 } 456 }
457 }, 457 },
458 { 458 {
459 "defaultMessage": "!!!Select your support plan", 459 "defaultMessage": "!!!Your personal welcome offer:",
460 "end": { 460 "end": {
461 "column": 3, 461 "column": 3,
462 "line": 20 462 "line": 22
463 }, 463 },
464 "file": "src/components/auth/Pricing.js", 464 "file": "src/components/auth/Pricing.js",
465 "id": "pricing.support.label", 465 "id": "pricing.trial.subheadline",
466 "start": { 466 "start": {
467 "column": 23, 467 "column": 17,
468 "line": 17 468 "line": 19
469 } 469 }
470 }, 470 },
471 { 471 {
472 "defaultMessage": "!!!Support the development of Ferdi", 472 "defaultMessage": "!!!No strings attached",
473 "end": { 473 "end": {
474 "column": 3, 474 "column": 3,
475 "line": 24 475 "line": 26
476 }, 476 },
477 "file": "src/components/auth/Pricing.js", 477 "file": "src/components/auth/Pricing.js",
478 "id": "pricing.submit.label", 478 "id": "pricing.trial.terms.headline",
479 "start": {
480 "column": 29,
481 "line": 23
482 }
483 },
484 {
485 "defaultMessage": "!!!No credit card required",
486 "end": {
487 "column": 3,
488 "line": 30
489 },
490 "file": "src/components/auth/Pricing.js",
491 "id": "pricing.trial.terms.noCreditCard",
492 "start": {
493 "column": 16,
494 "line": 27
495 }
496 },
497 {
498 "defaultMessage": "!!!Your free trial ends automatically after 14 days",
499 "end": {
500 "column": 3,
501 "line": 34
502 },
503 "file": "src/components/auth/Pricing.js",
504 "id": "pricing.trial.terms.automaticTrialEnd",
479 "start": { 505 "start": {
480 "column": 21, 506 "column": 21,
481 "line": 21 507 "line": 31
482 } 508 }
483 }, 509 },
484 { 510 {
485 "defaultMessage": "!!!I don't want to support the development of Ferdi.", 511 "defaultMessage": "!!!Sorry, we could not activate your trial!",
486 "end": { 512 "end": {
487 "column": 3, 513 "column": 3,
488 "line": 28 514 "line": 38
489 }, 515 },
490 "file": "src/components/auth/Pricing.js", 516 "file": "src/components/auth/Pricing.js",
491 "id": "pricing.link.skipPayment", 517 "id": "pricing.trial.error",
492 "start": { 518 "start": {
493 "column": 15, 519 "column": 19,
494 "line": 25 520 "line": 35
521 }
522 },
523 {
524 "defaultMessage": "!!!Yes, upgrade my account to Franz Professional",
525 "end": {
526 "column": 3,
527 "line": 42
528 },
529 "file": "src/components/auth/Pricing.js",
530 "id": "pricing.trial.cta.accept",
531 "start": {
532 "column": 13,
533 "line": 39
534 }
535 },
536 {
537 "defaultMessage": "!!!Continue to Franz",
538 "end": {
539 "column": 3,
540 "line": 46
541 },
542 "file": "src/components/auth/Pricing.js",
543 "id": "pricing.trial.cta.skip",
544 "start": {
545 "column": 11,
546 "line": 43
547 }
548 },
549 {
550 "defaultMessage": "!!!Franz Professional includes:",
551 "end": {
552 "column": 3,
553 "line": 50
554 },
555 "file": "src/components/auth/Pricing.js",
556 "id": "pricing.trial.features.headline",
557 "start": {
558 "column": 20,
559 "line": 47
495 } 560 }
496 } 561 }
497 ], 562 ],
@@ -503,156 +568,143 @@
503 "defaultMessage": "!!!Sign up", 568 "defaultMessage": "!!!Sign up",
504 "end": { 569 "end": {
505 "column": 3, 570 "column": 3,
506 "line": 21 571 "line": 20
507 }, 572 },
508 "file": "src/components/auth/Signup.js", 573 "file": "src/components/auth/Signup.js",
509 "id": "signup.headline", 574 "id": "signup.headline",
510 "start": { 575 "start": {
511 "column": 12, 576 "column": 12,
512 "line": 18 577 "line": 17
513 } 578 }
514 }, 579 },
515 { 580 {
516 "defaultMessage": "!!!Firstname", 581 "defaultMessage": "!!!Firstname",
517 "end": { 582 "end": {
518 "column": 3, 583 "column": 3,
519 "line": 25 584 "line": 24
520 }, 585 },
521 "file": "src/components/auth/Signup.js", 586 "file": "src/components/auth/Signup.js",
522 "id": "signup.firstname.label", 587 "id": "signup.firstname.label",
523 "start": { 588 "start": {
524 "column": 18, 589 "column": 18,
525 "line": 22 590 "line": 21
526 } 591 }
527 }, 592 },
528 { 593 {
529 "defaultMessage": "!!!Lastname", 594 "defaultMessage": "!!!Lastname",
530 "end": { 595 "end": {
531 "column": 3, 596 "column": 3,
532 "line": 29 597 "line": 28
533 }, 598 },
534 "file": "src/components/auth/Signup.js", 599 "file": "src/components/auth/Signup.js",
535 "id": "signup.lastname.label", 600 "id": "signup.lastname.label",
536 "start": { 601 "start": {
537 "column": 17, 602 "column": 17,
538 "line": 26 603 "line": 25
539 } 604 }
540 }, 605 },
541 { 606 {
542 "defaultMessage": "!!!Email address", 607 "defaultMessage": "!!!Email address",
543 "end": { 608 "end": {
544 "column": 3, 609 "column": 3,
545 "line": 33 610 "line": 32
546 }, 611 },
547 "file": "src/components/auth/Signup.js", 612 "file": "src/components/auth/Signup.js",
548 "id": "signup.email.label", 613 "id": "signup.email.label",
549 "start": { 614 "start": {
550 "column": 14, 615 "column": 14,
551 "line": 30 616 "line": 29
552 }
553 },
554 {
555 "defaultMessage": "!!!Company",
556 "end": {
557 "column": 3,
558 "line": 37
559 },
560 "file": "src/components/auth/Signup.js",
561 "id": "signup.company.label",
562 "start": {
563 "column": 16,
564 "line": 34
565 } 617 }
566 }, 618 },
567 { 619 {
568 "defaultMessage": "!!!Password", 620 "defaultMessage": "!!!Password",
569 "end": { 621 "end": {
570 "column": 3, 622 "column": 3,
571 "line": 41 623 "line": 40
572 }, 624 },
573 "file": "src/components/auth/Signup.js", 625 "file": "src/components/auth/Signup.js",
574 "id": "signup.password.label", 626 "id": "signup.password.label",
575 "start": { 627 "start": {
576 "column": 17, 628 "column": 17,
577 "line": 38 629 "line": 37
578 } 630 }
579 }, 631 },
580 { 632 {
581 "defaultMessage": "!!!By creating a Ferdi account you accept the", 633 "defaultMessage": "!!!By creating a Ferdi account you accept the",
582 "end": { 634 "end": {
583 "column": 3, 635 "column": 3,
584 "line": 45 636 "line": 44
585 }, 637 },
586 "file": "src/components/auth/Signup.js", 638 "file": "src/components/auth/Signup.js",
587 "id": "signup.legal.info", 639 "id": "signup.legal.info",
588 "start": { 640 "start": {
589 "column": 13, 641 "column": 13,
590 "line": 42 642 "line": 41
591 } 643 }
592 }, 644 },
593 { 645 {
594 "defaultMessage": "!!!Terms of service", 646 "defaultMessage": "!!!Terms of service",
595 "end": { 647 "end": {
596 "column": 3, 648 "column": 3,
597 "line": 49 649 "line": 48
598 }, 650 },
599 "file": "src/components/auth/Signup.js", 651 "file": "src/components/auth/Signup.js",
600 "id": "signup.legal.terms", 652 "id": "signup.legal.terms",
601 "start": { 653 "start": {
602 "column": 9, 654 "column": 9,
603 "line": 46 655 "line": 45
604 } 656 }
605 }, 657 },
606 { 658 {
607 "defaultMessage": "!!!Privacy Statement", 659 "defaultMessage": "!!!Privacy Statement",
608 "end": { 660 "end": {
609 "column": 3, 661 "column": 3,
610 "line": 53 662 "line": 52
611 }, 663 },
612 "file": "src/components/auth/Signup.js", 664 "file": "src/components/auth/Signup.js",
613 "id": "signup.legal.privacy", 665 "id": "signup.legal.privacy",
614 "start": { 666 "start": {
615 "column": 11, 667 "column": 11,
616 "line": 50 668 "line": 49
617 } 669 }
618 }, 670 },
619 { 671 {
620 "defaultMessage": "!!!Create account", 672 "defaultMessage": "!!!Create account",
621 "end": { 673 "end": {
622 "column": 3, 674 "column": 3,
623 "line": 57 675 "line": 56
624 }, 676 },
625 "file": "src/components/auth/Signup.js", 677 "file": "src/components/auth/Signup.js",
626 "id": "signup.submit.label", 678 "id": "signup.submit.label",
627 "start": { 679 "start": {
628 "column": 21, 680 "column": 21,
629 "line": 54 681 "line": 53
630 } 682 }
631 }, 683 },
632 { 684 {
633 "defaultMessage": "!!!Already have an account, sign in?", 685 "defaultMessage": "!!!Already have an account, sign in?",
634 "end": { 686 "end": {
635 "column": 3, 687 "column": 3,
636 "line": 61 688 "line": 60
637 }, 689 },
638 "file": "src/components/auth/Signup.js", 690 "file": "src/components/auth/Signup.js",
639 "id": "signup.link.login", 691 "id": "signup.link.login",
640 "start": { 692 "start": {
641 "column": 13, 693 "column": 13,
642 "line": 58 694 "line": 57
643 } 695 }
644 }, 696 },
645 { 697 {
646 "defaultMessage": "!!!A user with that email address already exists", 698 "defaultMessage": "!!!A user with that email address already exists",
647 "end": { 699 "end": {
648 "column": 3, 700 "column": 3,
649 "line": 65 701 "line": 64
650 }, 702 },
651 "file": "src/components/auth/Signup.js", 703 "file": "src/components/auth/Signup.js",
652 "id": "signup.emailDuplicate", 704 "id": "signup.emailDuplicate",
653 "start": { 705 "start": {
654 "column": 18, 706 "column": 18,
655 "line": 62 707 "line": 61
656 } 708 }
657 } 709 }
658 ], 710 ],
@@ -695,33 +747,33 @@
695 "defaultMessage": "!!!Your services have been updated.", 747 "defaultMessage": "!!!Your services have been updated.",
696 "end": { 748 "end": {
697 "column": 3, 749 "column": 3,
698 "line": 28 750 "line": 31
699 }, 751 },
700 "file": "src/components/layout/AppLayout.js", 752 "file": "src/components/layout/AppLayout.js",
701 "id": "infobar.servicesUpdated", 753 "id": "infobar.servicesUpdated",
702 "start": { 754 "start": {
703 "column": 19, 755 "column": 19,
704 "line": 25 756 "line": 28
705 } 757 }
706 }, 758 },
707 { 759 {
708 "defaultMessage": "!!!Reload services", 760 "defaultMessage": "!!!Reload services",
709 "end": { 761 "end": {
710 "column": 3, 762 "column": 3,
711 "line": 32 763 "line": 35
712 }, 764 },
713 "file": "src/components/layout/AppLayout.js", 765 "file": "src/components/layout/AppLayout.js",
714 "id": "infobar.buttonReloadServices", 766 "id": "infobar.buttonReloadServices",
715 "start": { 767 "start": {
716 "column": 24, 768 "column": 24,
717 "line": 29 769 "line": 32
718 } 770 }
719 }, 771 },
720 { 772 {
721 "defaultMessage": "!!!Could not load services and user information", 773 "defaultMessage": "!!!Could not load services and user information",
722 "end": { 774 "end": {
723 "column": 3, 775 "column": 3,
724 "line": 36 776 "line": 39
725 }, 777 },
726 "file": "src/components/layout/AppLayout.js", 778 "file": "src/components/layout/AppLayout.js",
727 "id": "infobar.requiredRequestsFailed", 779 "id": "infobar.requiredRequestsFailed",
@@ -933,29 +985,99 @@
933 { 985 {
934 "descriptors": [ 986 "descriptors": [
935 { 987 {
936 "defaultMessage": "!!!Welcome to Ferdi", 988 "defaultMessage": "!!!You have reached your service limit.",
937 "end": { 989 "end": {
938 "column": 3, 990 "column": 3,
939 "line": 14 991 "line": 14
940 }, 992 },
993 "file": "src/components/services/content/ServiceRestricted.js",
994 "id": "service.restrictedHandler.serviceLimit.headline",
995 "start": {
996 "column": 24,
997 "line": 11
998 }
999 },
1000 {
1001 "defaultMessage": "!!!Please upgrade your account to use more than {count} services.",
1002 "end": {
1003 "column": 3,
1004 "line": 18
1005 },
1006 "file": "src/components/services/content/ServiceRestricted.js",
1007 "id": "service.restrictedHandler.serviceLimit.text",
1008 "start": {
1009 "column": 20,
1010 "line": 15
1011 }
1012 },
1013 {
1014 "defaultMessage": "!!!Franz Professional Plan required",
1015 "end": {
1016 "column": 3,
1017 "line": 22
1018 },
1019 "file": "src/components/services/content/ServiceRestricted.js",
1020 "id": "service.restrictedHandler.customUrl.headline",
1021 "start": {
1022 "column": 21,
1023 "line": 19
1024 }
1025 },
1026 {
1027 "defaultMessage": "!!!Please upgrade to the Franz Professional plan to use custom urls & self hosted services.",
1028 "end": {
1029 "column": 3,
1030 "line": 26
1031 },
1032 "file": "src/components/services/content/ServiceRestricted.js",
1033 "id": "service.restrictedHandler.customUrl.text",
1034 "start": {
1035 "column": 17,
1036 "line": 23
1037 }
1038 },
1039 {
1040 "defaultMessage": "!!!Upgrade Account",
1041 "end": {
1042 "column": 3,
1043 "line": 30
1044 },
1045 "file": "src/components/services/content/ServiceRestricted.js",
1046 "id": "service.restrictedHandler.action",
1047 "start": {
1048 "column": 10,
1049 "line": 27
1050 }
1051 }
1052 ],
1053 "path": "src/components/services/content/ServiceRestricted.json"
1054 },
1055 {
1056 "descriptors": [
1057 {
1058 "defaultMessage": "!!!Welcome to Ferdi",
1059 "end": {
1060 "column": 3,
1061 "line": 17
1062 },
941 "file": "src/components/services/content/Services.js", 1063 "file": "src/components/services/content/Services.js",
942 "id": "services.welcome", 1064 "id": "services.welcome",
943 "start": { 1065 "start": {
944 "column": 11, 1066 "column": 11,
945 "line": 11 1067 "line": 14
946 } 1068 }
947 }, 1069 },
948 { 1070 {
949 "defaultMessage": "!!!Get started", 1071 "defaultMessage": "!!!Get started",
950 "end": { 1072 "end": {
951 "column": 3, 1073 "column": 3,
952 "line": 18 1074 "line": 21
953 }, 1075 },
954 "file": "src/components/services/content/Services.js", 1076 "file": "src/components/services/content/Services.js",
955 "id": "services.getStarted", 1077 "id": "services.getStarted",
956 "start": { 1078 "start": {
957 "column": 14, 1079 "column": 14,
958 "line": 15 1080 "line": 18
959 } 1081 }
960 }, 1082 },
961 { 1083 {
@@ -1172,38 +1294,25 @@
1172 "defaultMessage": "!!!Account", 1294 "defaultMessage": "!!!Account",
1173 "end": { 1295 "end": {
1174 "column": 3, 1296 "column": 3,
1175 "line": 17 1297 "line": 21
1176 }, 1298 },
1177 "file": "src/components/settings/account/AccountDashboard.js", 1299 "file": "src/components/settings/account/AccountDashboard.js",
1178 "id": "settings.account.headline", 1300 "id": "settings.account.headline",
1179 "start": { 1301 "start": {
1180 "column": 12, 1302 "column": 12,
1181 "line": 14 1303 "line": 18
1182 } 1304 }
1183 }, 1305 },
1184 { 1306 {
1185 "defaultMessage": "!!!Your Subscription", 1307 "defaultMessage": "!!!Your Subscription",
1186 "end": { 1308 "end": {
1187 "column": 3, 1309 "column": 3,
1188 "line": 21 1310 "line": 25
1189 }, 1311 },
1190 "file": "src/components/settings/account/AccountDashboard.js", 1312 "file": "src/components/settings/account/AccountDashboard.js",
1191 "id": "settings.account.headlineSubscription", 1313 "id": "settings.account.headlineSubscription",
1192 "start": { 1314 "start": {
1193 "column": 24, 1315 "column": 24,
1194 "line": 18
1195 }
1196 },
1197 {
1198 "defaultMessage": "!!!Upgrade your Account",
1199 "end": {
1200 "column": 3,
1201 "line": 25
1202 },
1203 "file": "src/components/settings/account/AccountDashboard.js",
1204 "id": "settings.account.headlineUpgrade",
1205 "start": {
1206 "column": 19,
1207 "line": 22 1316 "line": 22
1208 } 1317 }
1209 }, 1318 },
@@ -1234,133 +1343,198 @@
1234 } 1343 }
1235 }, 1344 },
1236 { 1345 {
1237 "defaultMessage": "!!!Basic Account", 1346 "defaultMessage": "!!!Upgrade to Franz Professional",
1238 "end": { 1347 "end": {
1239 "column": 3, 1348 "column": 3,
1240 "line": 37 1349 "line": 37
1241 }, 1350 },
1242 "file": "src/components/settings/account/AccountDashboard.js", 1351 "file": "src/components/settings/account/AccountDashboard.js",
1352 "id": "settings.account.upgradeToPro.label",
1353 "start": {
1354 "column": 23,
1355 "line": 34
1356 }
1357 },
1358 {
1359 "defaultMessage": "!!!Basic Account",
1360 "end": {
1361 "column": 3,
1362 "line": 41
1363 },
1364 "file": "src/components/settings/account/AccountDashboard.js",
1243 "id": "settings.account.accountType.basic", 1365 "id": "settings.account.accountType.basic",
1244 "start": { 1366 "start": {
1245 "column": 20, 1367 "column": 20,
1246 "line": 34 1368 "line": 38
1247 } 1369 }
1248 }, 1370 },
1249 { 1371 {
1250 "defaultMessage": "!!!Premium Supporter Account", 1372 "defaultMessage": "!!!Premium Supporter Account",
1251 "end": { 1373 "end": {
1252 "column": 3, 1374 "column": 3,
1253 "line": 41 1375 "line": 45
1254 }, 1376 },
1255 "file": "src/components/settings/account/AccountDashboard.js", 1377 "file": "src/components/settings/account/AccountDashboard.js",
1256 "id": "settings.account.accountType.premium", 1378 "id": "settings.account.accountType.premium",
1257 "start": { 1379 "start": {
1258 "column": 22, 1380 "column": 22,
1259 "line": 38 1381 "line": 42
1260 } 1382 }
1261 }, 1383 },
1262 { 1384 {
1263 "defaultMessage": "!!!Edit Account", 1385 "defaultMessage": "!!!Edit Account",
1264 "end": { 1386 "end": {
1265 "column": 3, 1387 "column": 3,
1266 "line": 45 1388 "line": 49
1267 }, 1389 },
1268 "file": "src/components/settings/account/AccountDashboard.js", 1390 "file": "src/components/settings/account/AccountDashboard.js",
1269 "id": "settings.account.account.editButton", 1391 "id": "settings.account.account.editButton",
1270 "start": { 1392 "start": {
1271 "column": 21, 1393 "column": 21,
1272 "line": 42 1394 "line": 46
1273 } 1395 }
1274 }, 1396 },
1275 { 1397 {
1276 "defaultMessage": "!!Invoices", 1398 "defaultMessage": "!!Invoices",
1277 "end": { 1399 "end": {
1278 "column": 3, 1400 "column": 3,
1279 "line": 49 1401 "line": 53
1280 }, 1402 },
1281 "file": "src/components/settings/account/AccountDashboard.js", 1403 "file": "src/components/settings/account/AccountDashboard.js",
1282 "id": "settings.account.headlineInvoices", 1404 "id": "settings.account.headlineInvoices",
1283 "start": { 1405 "start": {
1284 "column": 18, 1406 "column": 18,
1285 "line": 46 1407 "line": 50
1286 } 1408 }
1287 }, 1409 },
1288 { 1410 {
1289 "defaultMessage": "!!!Download", 1411 "defaultMessage": "!!!Download",
1290 "end": { 1412 "end": {
1291 "column": 3, 1413 "column": 3,
1292 "line": 53 1414 "line": 57
1293 }, 1415 },
1294 "file": "src/components/settings/account/AccountDashboard.js", 1416 "file": "src/components/settings/account/AccountDashboard.js",
1295 "id": "settings.account.invoiceDownload", 1417 "id": "settings.account.invoiceDownload",
1296 "start": { 1418 "start": {
1297 "column": 19, 1419 "column": 19,
1298 "line": 50 1420 "line": 54
1299 } 1421 }
1300 }, 1422 },
1301 { 1423 {
1302 "defaultMessage": "!!!Could not load user information", 1424 "defaultMessage": "!!!Could not load user information",
1303 "end": { 1425 "end": {
1304 "column": 3, 1426 "column": 3,
1305 "line": 57 1427 "line": 61
1306 }, 1428 },
1307 "file": "src/components/settings/account/AccountDashboard.js", 1429 "file": "src/components/settings/account/AccountDashboard.js",
1308 "id": "settings.account.userInfoRequestFailed", 1430 "id": "settings.account.userInfoRequestFailed",
1309 "start": { 1431 "start": {
1310 "column": 25, 1432 "column": 25,
1311 "line": 54 1433 "line": 58
1312 } 1434 }
1313 }, 1435 },
1314 { 1436 {
1315 "defaultMessage": "!!!Try again", 1437 "defaultMessage": "!!!Try again",
1316 "end": { 1438 "end": {
1317 "column": 3, 1439 "column": 3,
1318 "line": 61 1440 "line": 65
1319 }, 1441 },
1320 "file": "src/components/settings/account/AccountDashboard.js", 1442 "file": "src/components/settings/account/AccountDashboard.js",
1321 "id": "settings.account.tryReloadUserInfoRequest", 1443 "id": "settings.account.tryReloadUserInfoRequest",
1322 "start": { 1444 "start": {
1323 "column": 28, 1445 "column": 28,
1324 "line": 58 1446 "line": 62
1325 } 1447 }
1326 }, 1448 },
1327 { 1449 {
1328 "defaultMessage": "!!!Delete account", 1450 "defaultMessage": "!!!Delete account",
1329 "end": { 1451 "end": {
1330 "column": 3, 1452 "column": 3,
1331 "line": 65 1453 "line": 69
1332 }, 1454 },
1333 "file": "src/components/settings/account/AccountDashboard.js", 1455 "file": "src/components/settings/account/AccountDashboard.js",
1334 "id": "settings.account.deleteAccount", 1456 "id": "settings.account.deleteAccount",
1335 "start": { 1457 "start": {
1336 "column": 17, 1458 "column": 17,
1337 "line": 62 1459 "line": 66
1338 } 1460 }
1339 }, 1461 },
1340 { 1462 {
1341 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 1463 "defaultMessage": "!!!If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
1342 "end": { 1464 "end": {
1343 "column": 3, 1465 "column": 3,
1344 "line": 69 1466 "line": 73
1345 }, 1467 },
1346 "file": "src/components/settings/account/AccountDashboard.js", 1468 "file": "src/components/settings/account/AccountDashboard.js",
1347 "id": "settings.account.deleteInfo", 1469 "id": "settings.account.deleteInfo",
1348 "start": { 1470 "start": {
1349 "column": 14, 1471 "column": 14,
1350 "line": 66 1472 "line": 70
1351 } 1473 }
1352 }, 1474 },
1353 { 1475 {
1354 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 1476 "defaultMessage": "!!!You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
1355 "end": { 1477 "end": {
1356 "column": 3, 1478 "column": 3,
1357 "line": 73 1479 "line": 77
1358 }, 1480 },
1359 "file": "src/components/settings/account/AccountDashboard.js", 1481 "file": "src/components/settings/account/AccountDashboard.js",
1360 "id": "settings.account.deleteEmailSent", 1482 "id": "settings.account.deleteEmailSent",
1361 "start": { 1483 "start": {
1362 "column": 19, 1484 "column": 19,
1363 "line": 70 1485 "line": 74
1486 }
1487 },
1488 {
1489 "defaultMessage": "!!!Free Trial",
1490 "end": {
1491 "column": 3,
1492 "line": 81
1493 },
1494 "file": "src/components/settings/account/AccountDashboard.js",
1495 "id": "settings.account.trial",
1496 "start": {
1497 "column": 9,
1498 "line": 78
1499 }
1500 },
1501 {
1502 "defaultMessage": "!!!Your Franz License:",
1503 "end": {
1504 "column": 3,
1505 "line": 85
1506 },
1507 "file": "src/components/settings/account/AccountDashboard.js",
1508 "id": "settings.account.yourLicense",
1509 "start": {
1510 "column": 15,
1511 "line": 82
1512 }
1513 },
1514 {
1515 "defaultMessage": "!!!Your free trial ends in {duration}.",
1516 "end": {
1517 "column": 3,
1518 "line": 89
1519 },
1520 "file": "src/components/settings/account/AccountDashboard.js",
1521 "id": "settings.account.trialEndsIn",
1522 "start": {
1523 "column": 15,
1524 "line": 86
1525 }
1526 },
1527 {
1528 "defaultMessage": "!!!Please update your billing info to continue using {license} after your trial period.",
1529 "end": {
1530 "column": 3,
1531 "line": 93
1532 },
1533 "file": "src/components/settings/account/AccountDashboard.js",
1534 "id": "settings.account.trialUpdateBillingInfo",
1535 "start": {
1536 "column": 33,
1537 "line": 90
1364 } 1538 }
1365 } 1539 }
1366 ], 1540 ],
@@ -1372,104 +1546,104 @@
1372 "defaultMessage": "!!!Available services", 1546 "defaultMessage": "!!!Available services",
1373 "end": { 1547 "end": {
1374 "column": 3, 1548 "column": 3,
1375 "line": 16 1549 "line": 17
1376 }, 1550 },
1377 "file": "src/components/settings/navigation/SettingsNavigation.js", 1551 "file": "src/components/settings/navigation/SettingsNavigation.js",
1378 "id": "settings.navigation.availableServices", 1552 "id": "settings.navigation.availableServices",
1379 "start": { 1553 "start": {
1380 "column": 21, 1554 "column": 21,
1381 "line": 13 1555 "line": 14
1382 } 1556 }
1383 }, 1557 },
1384 { 1558 {
1385 "defaultMessage": "!!!Your services", 1559 "defaultMessage": "!!!Your services",
1386 "end": { 1560 "end": {
1387 "column": 3, 1561 "column": 3,
1388 "line": 20 1562 "line": 21
1389 }, 1563 },
1390 "file": "src/components/settings/navigation/SettingsNavigation.js", 1564 "file": "src/components/settings/navigation/SettingsNavigation.js",
1391 "id": "settings.navigation.yourServices", 1565 "id": "settings.navigation.yourServices",
1392 "start": { 1566 "start": {
1393 "column": 16, 1567 "column": 16,
1394 "line": 17 1568 "line": 18
1395 } 1569 }
1396 }, 1570 },
1397 { 1571 {
1398 "defaultMessage": "!!!Your workspaces", 1572 "defaultMessage": "!!!Your workspaces",
1399 "end": { 1573 "end": {
1400 "column": 3, 1574 "column": 3,
1401 "line": 24 1575 "line": 25
1402 }, 1576 },
1403 "file": "src/components/settings/navigation/SettingsNavigation.js", 1577 "file": "src/components/settings/navigation/SettingsNavigation.js",
1404 "id": "settings.navigation.yourWorkspaces", 1578 "id": "settings.navigation.yourWorkspaces",
1405 "start": { 1579 "start": {
1406 "column": 18, 1580 "column": 18,
1407 "line": 21 1581 "line": 22
1408 } 1582 }
1409 }, 1583 },
1410 { 1584 {
1411 "defaultMessage": "!!!Account", 1585 "defaultMessage": "!!!Account",
1412 "end": { 1586 "end": {
1413 "column": 3, 1587 "column": 3,
1414 "line": 28 1588 "line": 29
1415 }, 1589 },
1416 "file": "src/components/settings/navigation/SettingsNavigation.js", 1590 "file": "src/components/settings/navigation/SettingsNavigation.js",
1417 "id": "settings.navigation.account", 1591 "id": "settings.navigation.account",
1418 "start": { 1592 "start": {
1419 "column": 11, 1593 "column": 11,
1420 "line": 25 1594 "line": 26
1421 } 1595 }
1422 }, 1596 },
1423 { 1597 {
1424 "defaultMessage": "!!!Manage Team", 1598 "defaultMessage": "!!!Manage Team",
1425 "end": { 1599 "end": {
1426 "column": 3, 1600 "column": 3,
1427 "line": 32 1601 "line": 33
1428 }, 1602 },
1429 "file": "src/components/settings/navigation/SettingsNavigation.js", 1603 "file": "src/components/settings/navigation/SettingsNavigation.js",
1430 "id": "settings.navigation.team", 1604 "id": "settings.navigation.team",
1431 "start": { 1605 "start": {
1432 "column": 8, 1606 "column": 8,
1433 "line": 29 1607 "line": 30
1434 } 1608 }
1435 }, 1609 },
1436 { 1610 {
1437 "defaultMessage": "!!!Settings", 1611 "defaultMessage": "!!!Settings",
1438 "end": { 1612 "end": {
1439 "column": 3, 1613 "column": 3,
1440 "line": 36 1614 "line": 37
1441 }, 1615 },
1442 "file": "src/components/settings/navigation/SettingsNavigation.js", 1616 "file": "src/components/settings/navigation/SettingsNavigation.js",
1443 "id": "settings.navigation.settings", 1617 "id": "settings.navigation.settings",
1444 "start": { 1618 "start": {
1445 "column": 12, 1619 "column": 12,
1446 "line": 33 1620 "line": 34
1447 } 1621 }
1448 }, 1622 },
1449 { 1623 {
1450 "defaultMessage": "!!!Invite Friends", 1624 "defaultMessage": "!!!Invite Friends",
1451 "end": { 1625 "end": {
1452 "column": 3, 1626 "column": 3,
1453 "line": 40 1627 "line": 41
1454 }, 1628 },
1455 "file": "src/components/settings/navigation/SettingsNavigation.js", 1629 "file": "src/components/settings/navigation/SettingsNavigation.js",
1456 "id": "settings.navigation.inviteFriends", 1630 "id": "settings.navigation.inviteFriends",
1457 "start": { 1631 "start": {
1458 "column": 17, 1632 "column": 17,
1459 "line": 37 1633 "line": 38
1460 } 1634 }
1461 }, 1635 },
1462 { 1636 {
1463 "defaultMessage": "!!!Logout", 1637 "defaultMessage": "!!!Logout",
1464 "end": { 1638 "end": {
1465 "column": 3, 1639 "column": 3,
1466 "line": 44 1640 "line": 45
1467 }, 1641 },
1468 "file": "src/components/settings/navigation/SettingsNavigation.js", 1642 "file": "src/components/settings/navigation/SettingsNavigation.js",
1469 "id": "settings.navigation.logout", 1643 "id": "settings.navigation.logout",
1470 "start": { 1644 "start": {
1471 "column": 10, 1645 "column": 10,
1472 "line": 41 1646 "line": 42
1473 } 1647 }
1474 } 1648 }
1475 ], 1649 ],
@@ -1481,104 +1655,182 @@
1481 "defaultMessage": "!!!Available Services", 1655 "defaultMessage": "!!!Available Services",
1482 "end": { 1656 "end": {
1483 "column": 3, 1657 "column": 3,
1484 "line": 18 1658 "line": 23
1485 }, 1659 },
1486 "file": "src/components/settings/recipes/RecipesDashboard.js", 1660 "file": "src/components/settings/recipes/RecipesDashboard.js",
1487 "id": "settings.recipes.headline", 1661 "id": "settings.recipes.headline",
1488 "start": { 1662 "start": {
1489 "column": 12, 1663 "column": 12,
1490 "line": 15 1664 "line": 20
1491 } 1665 }
1492 }, 1666 },
1493 { 1667 {
1494 "defaultMessage": "!!!Search service", 1668 "defaultMessage": "!!!Search service",
1495 "end": { 1669 "end": {
1496 "column": 3, 1670 "column": 3,
1497 "line": 22 1671 "line": 27
1498 }, 1672 },
1499 "file": "src/components/settings/recipes/RecipesDashboard.js", 1673 "file": "src/components/settings/recipes/RecipesDashboard.js",
1500 "id": "settings.searchService", 1674 "id": "settings.searchService",
1501 "start": { 1675 "start": {
1502 "column": 17, 1676 "column": 17,
1503 "line": 19 1677 "line": 24
1504 } 1678 }
1505 }, 1679 },
1506 { 1680 {
1507 "defaultMessage": "!!!Most popular", 1681 "defaultMessage": "!!!Most popular",
1508 "end": { 1682 "end": {
1509 "column": 3, 1683 "column": 3,
1510 "line": 26 1684 "line": 31
1511 }, 1685 },
1512 "file": "src/components/settings/recipes/RecipesDashboard.js", 1686 "file": "src/components/settings/recipes/RecipesDashboard.js",
1513 "id": "settings.recipes.mostPopular", 1687 "id": "settings.recipes.mostPopular",
1514 "start": { 1688 "start": {
1515 "column": 22, 1689 "column": 22,
1516 "line": 23 1690 "line": 28
1517 } 1691 }
1518 }, 1692 },
1519 { 1693 {
1520 "defaultMessage": "!!!All services", 1694 "defaultMessage": "!!!All services",
1521 "end": { 1695 "end": {
1522 "column": 3, 1696 "column": 3,
1523 "line": 30 1697 "line": 35
1524 }, 1698 },
1525 "file": "src/components/settings/recipes/RecipesDashboard.js", 1699 "file": "src/components/settings/recipes/RecipesDashboard.js",
1526 "id": "settings.recipes.all", 1700 "id": "settings.recipes.all",
1527 "start": { 1701 "start": {
1528 "column": 14, 1702 "column": 14,
1529 "line": 27 1703 "line": 32
1530 } 1704 }
1531 }, 1705 },
1532 { 1706 {
1533 "defaultMessage": "!!!Development", 1707 "defaultMessage": "!!!Custom Services",
1534 "end": { 1708 "end": {
1535 "column": 3, 1709 "column": 3,
1536 "line": 34 1710 "line": 39
1537 }, 1711 },
1538 "file": "src/components/settings/recipes/RecipesDashboard.js", 1712 "file": "src/components/settings/recipes/RecipesDashboard.js",
1539 "id": "settings.recipes.dev", 1713 "id": "settings.recipes.custom",
1540 "start": { 1714 "start": {
1541 "column": 14, 1715 "column": 17,
1542 "line": 31 1716 "line": 36
1543 } 1717 }
1544 }, 1718 },
1545 { 1719 {
1546 "defaultMessage": "!!!Sorry, but no service matched your search term.", 1720 "defaultMessage": "!!!Sorry, but no service matched your search term.",
1547 "end": { 1721 "end": {
1548 "column": 3, 1722 "column": 3,
1549 "line": 38 1723 "line": 43
1550 }, 1724 },
1551 "file": "src/components/settings/recipes/RecipesDashboard.js", 1725 "file": "src/components/settings/recipes/RecipesDashboard.js",
1552 "id": "settings.recipes.nothingFound", 1726 "id": "settings.recipes.nothingFound",
1553 "start": { 1727 "start": {
1554 "column": 16, 1728 "column": 16,
1555 "line": 35 1729 "line": 40
1556 } 1730 }
1557 }, 1731 },
1558 { 1732 {
1559 "defaultMessage": "!!!Service successfully added", 1733 "defaultMessage": "!!!Service successfully added",
1560 "end": { 1734 "end": {
1561 "column": 3, 1735 "column": 3,
1562 "line": 42 1736 "line": 47
1563 }, 1737 },
1564 "file": "src/components/settings/recipes/RecipesDashboard.js", 1738 "file": "src/components/settings/recipes/RecipesDashboard.js",
1565 "id": "settings.recipes.servicesSuccessfulAddedInfo", 1739 "id": "settings.recipes.servicesSuccessfulAddedInfo",
1566 "start": { 1740 "start": {
1567 "column": 31, 1741 "column": 31,
1568 "line": 39 1742 "line": 44
1569 } 1743 }
1570 }, 1744 },
1571 { 1745 {
1572 "defaultMessage": "!!!Missing a service?", 1746 "defaultMessage": "!!!Missing a service?",
1573 "end": { 1747 "end": {
1574 "column": 3, 1748 "column": 3,
1575 "line": 46 1749 "line": 51
1576 }, 1750 },
1577 "file": "src/components/settings/recipes/RecipesDashboard.js", 1751 "file": "src/components/settings/recipes/RecipesDashboard.js",
1578 "id": "settings.recipes.missingService", 1752 "id": "settings.recipes.missingService",
1579 "start": { 1753 "start": {
1580 "column": 18, 1754 "column": 18,
1581 "line": 43 1755 "line": 48
1756 }
1757 },
1758 {
1759 "defaultMessage": "!!!To add a custom service, copy the recipe folder into:",
1760 "end": {
1761 "column": 3,
1762 "line": 55
1763 },
1764 "file": "src/components/settings/recipes/RecipesDashboard.js",
1765 "id": "settings.recipes.customService.intro",
1766 "start": {
1767 "column": 21,
1768 "line": 52
1769 }
1770 },
1771 {
1772 "defaultMessage": "!!!Open directory",
1773 "end": {
1774 "column": 3,
1775 "line": 59
1776 },
1777 "file": "src/components/settings/recipes/RecipesDashboard.js",
1778 "id": "settings.recipes.customService.openFolder",
1779 "start": {
1780 "column": 14,
1781 "line": 56
1782 }
1783 },
1784 {
1785 "defaultMessage": "!!!Developer Documentation",
1786 "end": {
1787 "column": 3,
1788 "line": 63
1789 },
1790 "file": "src/components/settings/recipes/RecipesDashboard.js",
1791 "id": "settings.recipes.customService.openDevDocs",
1792 "start": {
1793 "column": 15,
1794 "line": 60
1795 }
1796 },
1797 {
1798 "defaultMessage": "!!!Custom 3rd Party Recipes",
1799 "end": {
1800 "column": 3,
1801 "line": 67
1802 },
1803 "file": "src/components/settings/recipes/RecipesDashboard.js",
1804 "id": "settings.recipes.customService.headline.customRecipes",
1805 "start": {
1806 "column": 25,
1807 "line": 64
1808 }
1809 },
1810 {
1811 "defaultMessage": "!!!Community 3rd Party Recipes",
1812 "end": {
1813 "column": 3,
1814 "line": 71
1815 },
1816 "file": "src/components/settings/recipes/RecipesDashboard.js",
1817 "id": "settings.recipes.customService.headline.communityRecipes",
1818 "start": {
1819 "column": 28,
1820 "line": 68
1821 }
1822 },
1823 {
1824 "defaultMessage": "!!!Your Development Service Recipes",
1825 "end": {
1826 "column": 3,
1827 "line": 75
1828 },
1829 "file": "src/components/settings/recipes/RecipesDashboard.js",
1830 "id": "settings.recipes.customService.headline.devRecipes",
1831 "start": {
1832 "column": 22,
1833 "line": 72
1582 } 1834 }
1583 } 1835 }
1584 ], 1836 ],
@@ -1590,286 +1842,286 @@
1590 "defaultMessage": "!!!Save service", 1842 "defaultMessage": "!!!Save service",
1591 "end": { 1843 "end": {
1592 "column": 3, 1844 "column": 3,
1593 "line": 25 1845 "line": 27
1594 }, 1846 },
1595 "file": "src/components/settings/services/EditServiceForm.js", 1847 "file": "src/components/settings/services/EditServiceForm.js",
1596 "id": "settings.service.form.saveButton", 1848 "id": "settings.service.form.saveButton",
1597 "start": { 1849 "start": {
1598 "column": 15, 1850 "column": 15,
1599 "line": 22 1851 "line": 24
1600 } 1852 }
1601 }, 1853 },
1602 { 1854 {
1603 "defaultMessage": "!!!Delete Service", 1855 "defaultMessage": "!!!Delete Service",
1604 "end": { 1856 "end": {
1605 "column": 3, 1857 "column": 3,
1606 "line": 29 1858 "line": 31
1607 }, 1859 },
1608 "file": "src/components/settings/services/EditServiceForm.js", 1860 "file": "src/components/settings/services/EditServiceForm.js",
1609 "id": "settings.service.form.deleteButton", 1861 "id": "settings.service.form.deleteButton",
1610 "start": { 1862 "start": {
1611 "column": 17, 1863 "column": 17,
1612 "line": 26 1864 "line": 28
1613 } 1865 }
1614 }, 1866 },
1615 { 1867 {
1616 "defaultMessage": "!!!Available services", 1868 "defaultMessage": "!!!Available services",
1617 "end": { 1869 "end": {
1618 "column": 3, 1870 "column": 3,
1619 "line": 33 1871 "line": 35
1620 }, 1872 },
1621 "file": "src/components/settings/services/EditServiceForm.js", 1873 "file": "src/components/settings/services/EditServiceForm.js",
1622 "id": "settings.service.form.availableServices", 1874 "id": "settings.service.form.availableServices",
1623 "start": { 1875 "start": {
1624 "column": 21, 1876 "column": 21,
1625 "line": 30 1877 "line": 32
1626 } 1878 }
1627 }, 1879 },
1628 { 1880 {
1629 "defaultMessage": "!!!Your services", 1881 "defaultMessage": "!!!Your services",
1630 "end": { 1882 "end": {
1631 "column": 3, 1883 "column": 3,
1632 "line": 37 1884 "line": 39
1633 }, 1885 },
1634 "file": "src/components/settings/services/EditServiceForm.js", 1886 "file": "src/components/settings/services/EditServiceForm.js",
1635 "id": "settings.service.form.yourServices", 1887 "id": "settings.service.form.yourServices",
1636 "start": { 1888 "start": {
1637 "column": 16, 1889 "column": 16,
1638 "line": 34 1890 "line": 36
1639 } 1891 }
1640 }, 1892 },
1641 { 1893 {
1642 "defaultMessage": "!!!Add {name}", 1894 "defaultMessage": "!!!Add {name}",
1643 "end": { 1895 "end": {
1644 "column": 3, 1896 "column": 3,
1645 "line": 41 1897 "line": 43
1646 }, 1898 },
1647 "file": "src/components/settings/services/EditServiceForm.js", 1899 "file": "src/components/settings/services/EditServiceForm.js",
1648 "id": "settings.service.form.addServiceHeadline", 1900 "id": "settings.service.form.addServiceHeadline",
1649 "start": { 1901 "start": {
1650 "column": 22, 1902 "column": 22,
1651 "line": 38 1903 "line": 40
1652 } 1904 }
1653 }, 1905 },
1654 { 1906 {
1655 "defaultMessage": "!!!Edit {name}", 1907 "defaultMessage": "!!!Edit {name}",
1656 "end": { 1908 "end": {
1657 "column": 3, 1909 "column": 3,
1658 "line": 45 1910 "line": 47
1659 }, 1911 },
1660 "file": "src/components/settings/services/EditServiceForm.js", 1912 "file": "src/components/settings/services/EditServiceForm.js",
1661 "id": "settings.service.form.editServiceHeadline", 1913 "id": "settings.service.form.editServiceHeadline",
1662 "start": { 1914 "start": {
1663 "column": 23, 1915 "column": 23,
1664 "line": 42 1916 "line": 44
1665 } 1917 }
1666 }, 1918 },
1667 { 1919 {
1668 "defaultMessage": "!!!Hosted", 1920 "defaultMessage": "!!!Hosted",
1669 "end": { 1921 "end": {
1670 "column": 3, 1922 "column": 3,
1671 "line": 49 1923 "line": 51
1672 }, 1924 },
1673 "file": "src/components/settings/services/EditServiceForm.js", 1925 "file": "src/components/settings/services/EditServiceForm.js",
1674 "id": "settings.service.form.tabHosted", 1926 "id": "settings.service.form.tabHosted",
1675 "start": { 1927 "start": {
1676 "column": 13, 1928 "column": 13,
1677 "line": 46 1929 "line": 48
1678 } 1930 }
1679 }, 1931 },
1680 { 1932 {
1681 "defaultMessage": "!!!Self hosted ⭐️", 1933 "defaultMessage": "!!!Self hosted ⭐️",
1682 "end": { 1934 "end": {
1683 "column": 3, 1935 "column": 3,
1684 "line": 53 1936 "line": 55
1685 }, 1937 },
1686 "file": "src/components/settings/services/EditServiceForm.js", 1938 "file": "src/components/settings/services/EditServiceForm.js",
1687 "id": "settings.service.form.tabOnPremise", 1939 "id": "settings.service.form.tabOnPremise",
1688 "start": { 1940 "start": {
1689 "column": 16, 1941 "column": 16,
1690 "line": 50 1942 "line": 52
1691 } 1943 }
1692 }, 1944 },
1693 { 1945 {
1694 "defaultMessage": "!!!Use the hosted {name} service.", 1946 "defaultMessage": "!!!Use the hosted {name} service.",
1695 "end": { 1947 "end": {
1696 "column": 3, 1948 "column": 3,
1697 "line": 57 1949 "line": 59
1698 }, 1950 },
1699 "file": "src/components/settings/services/EditServiceForm.js", 1951 "file": "src/components/settings/services/EditServiceForm.js",
1700 "id": "settings.service.form.useHostedService", 1952 "id": "settings.service.form.useHostedService",
1701 "start": { 1953 "start": {
1702 "column": 20, 1954 "column": 20,
1703 "line": 54 1955 "line": 56
1704 } 1956 }
1705 }, 1957 },
1706 { 1958 {
1707 "defaultMessage": "!!!Could not validate custom {name} server.", 1959 "defaultMessage": "!!!Could not validate custom {name} server.",
1708 "end": { 1960 "end": {
1709 "column": 3, 1961 "column": 3,
1710 "line": 61 1962 "line": 63
1711 }, 1963 },
1712 "file": "src/components/settings/services/EditServiceForm.js", 1964 "file": "src/components/settings/services/EditServiceForm.js",
1713 "id": "settings.service.form.customUrlValidationError", 1965 "id": "settings.service.form.customUrlValidationError",
1714 "start": { 1966 "start": {
1715 "column": 28, 1967 "column": 28,
1716 "line": 58 1968 "line": 60
1717 } 1969 }
1718 }, 1970 },
1719 { 1971 {
1720 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.", 1972 "defaultMessage": "!!!To add self hosted services, you need a Ferdi Premium Supporter Account.",
1721 "end": { 1973 "end": {
1722 "column": 3, 1974 "column": 3,
1723 "line": 65 1975 "line": 67
1724 }, 1976 },
1725 "file": "src/components/settings/services/EditServiceForm.js", 1977 "file": "src/components/settings/services/EditServiceForm.js",
1726 "id": "settings.service.form.customUrlPremiumInfo", 1978 "id": "settings.service.form.customUrlPremiumInfo",
1727 "start": { 1979 "start": {
1728 "column": 24, 1980 "column": 24,
1729 "line": 62 1981 "line": 64
1730 } 1982 }
1731 }, 1983 },
1732 { 1984 {
1733 "defaultMessage": "!!!Upgrade your account", 1985 "defaultMessage": "!!!Upgrade your account",
1734 "end": { 1986 "end": {
1735 "column": 3, 1987 "column": 3,
1736 "line": 69 1988 "line": 71
1737 }, 1989 },
1738 "file": "src/components/settings/services/EditServiceForm.js", 1990 "file": "src/components/settings/services/EditServiceForm.js",
1739 "id": "settings.service.form.customUrlUpgradeAccount", 1991 "id": "settings.service.form.customUrlUpgradeAccount",
1740 "start": { 1992 "start": {
1741 "column": 27, 1993 "column": 27,
1742 "line": 66 1994 "line": 68
1743 } 1995 }
1744 }, 1996 },
1745 { 1997 {
1746 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...", 1998 "defaultMessage": "!!!You will be notified about all new messages in a channel, not just @username, @channel, @here, ...",
1747 "end": { 1999 "end": {
1748 "column": 3, 2000 "column": 3,
1749 "line": 73 2001 "line": 75
1750 }, 2002 },
1751 "file": "src/components/settings/services/EditServiceForm.js", 2003 "file": "src/components/settings/services/EditServiceForm.js",
1752 "id": "settings.service.form.indirectMessageInfo", 2004 "id": "settings.service.form.indirectMessageInfo",
1753 "start": { 2005 "start": {
1754 "column": 23, 2006 "column": 23,
1755 "line": 70 2007 "line": 72
1756 } 2008 }
1757 }, 2009 },
1758 { 2010 {
1759 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted", 2011 "defaultMessage": "!!!When disabled, all notification sounds and audio playback are muted",
1760 "end": { 2012 "end": {
1761 "column": 3, 2013 "column": 3,
1762 "line": 77 2014 "line": 79
1763 }, 2015 },
1764 "file": "src/components/settings/services/EditServiceForm.js", 2016 "file": "src/components/settings/services/EditServiceForm.js",
1765 "id": "settings.service.form.isMutedInfo", 2017 "id": "settings.service.form.isMutedInfo",
1766 "start": { 2018 "start": {
1767 "column": 15, 2019 "column": 15,
1768 "line": 74 2020 "line": 76
1769 } 2021 }
1770 }, 2022 },
1771 { 2023 {
1772 "defaultMessage": "!!!Notifications", 2024 "defaultMessage": "!!!Notifications",
1773 "end": { 2025 "end": {
1774 "column": 3, 2026 "column": 3,
1775 "line": 81 2027 "line": 83
1776 }, 2028 },
1777 "file": "src/components/settings/services/EditServiceForm.js", 2029 "file": "src/components/settings/services/EditServiceForm.js",
1778 "id": "settings.service.form.headlineNotifications", 2030 "id": "settings.service.form.headlineNotifications",
1779 "start": { 2031 "start": {
1780 "column": 25, 2032 "column": 25,
1781 "line": 78 2033 "line": 80
1782 } 2034 }
1783 }, 2035 },
1784 { 2036 {
1785 "defaultMessage": "!!!Unread message badges", 2037 "defaultMessage": "!!!Unread message badges",
1786 "end": { 2038 "end": {
1787 "column": 3, 2039 "column": 3,
1788 "line": 85 2040 "line": 87
1789 }, 2041 },
1790 "file": "src/components/settings/services/EditServiceForm.js", 2042 "file": "src/components/settings/services/EditServiceForm.js",
1791 "id": "settings.service.form.headlineBadges", 2043 "id": "settings.service.form.headlineBadges",
1792 "start": { 2044 "start": {
1793 "column": 18, 2045 "column": 18,
1794 "line": 82 2046 "line": 84
1795 } 2047 }
1796 }, 2048 },
1797 { 2049 {
1798 "defaultMessage": "!!!General", 2050 "defaultMessage": "!!!General",
1799 "end": { 2051 "end": {
1800 "column": 3, 2052 "column": 3,
1801 "line": 89 2053 "line": 91
1802 }, 2054 },
1803 "file": "src/components/settings/services/EditServiceForm.js", 2055 "file": "src/components/settings/services/EditServiceForm.js",
1804 "id": "settings.service.form.headlineGeneral", 2056 "id": "settings.service.form.headlineGeneral",
1805 "start": { 2057 "start": {
1806 "column": 19, 2058 "column": 19,
1807 "line": 86 2059 "line": 88
1808 } 2060 }
1809 }, 2061 },
1810 { 2062 {
1811 "defaultMessage": "!!!Delete", 2063 "defaultMessage": "!!!Delete",
1812 "end": { 2064 "end": {
1813 "column": 3, 2065 "column": 3,
1814 "line": 93 2066 "line": 95
1815 }, 2067 },
1816 "file": "src/components/settings/services/EditServiceForm.js", 2068 "file": "src/components/settings/services/EditServiceForm.js",
1817 "id": "settings.service.form.iconDelete", 2069 "id": "settings.service.form.iconDelete",
1818 "start": { 2070 "start": {
1819 "column": 14, 2071 "column": 14,
1820 "line": 90 2072 "line": 92
1821 } 2073 }
1822 }, 2074 },
1823 { 2075 {
1824 "defaultMessage": "!!!Drop your image, or click here", 2076 "defaultMessage": "!!!Drop your image, or click here",
1825 "end": { 2077 "end": {
1826 "column": 3, 2078 "column": 3,
1827 "line": 97 2079 "line": 99
1828 }, 2080 },
1829 "file": "src/components/settings/services/EditServiceForm.js", 2081 "file": "src/components/settings/services/EditServiceForm.js",
1830 "id": "settings.service.form.iconUpload", 2082 "id": "settings.service.form.iconUpload",
1831 "start": { 2083 "start": {
1832 "column": 14, 2084 "column": 14,
1833 "line": 94 2085 "line": 96
1834 } 2086 }
1835 }, 2087 },
1836 { 2088 {
1837 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings", 2089 "defaultMessage": "!!!HTTP/HTTPS Proxy Settings",
1838 "end": { 2090 "end": {
1839 "column": 3, 2091 "column": 3,
1840 "line": 101 2092 "line": 103
1841 }, 2093 },
1842 "file": "src/components/settings/services/EditServiceForm.js", 2094 "file": "src/components/settings/services/EditServiceForm.js",
1843 "id": "settings.service.form.proxy.headline", 2095 "id": "settings.service.form.proxy.headline",
1844 "start": { 2096 "start": {
1845 "column": 17, 2097 "column": 17,
1846 "line": 98 2098 "line": 100
1847 } 2099 }
1848 }, 2100 },
1849 { 2101 {
1850 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.", 2102 "defaultMessage": "!!!Please restart Ferdi after changing proxy Settings.",
1851 "end": { 2103 "end": {
1852 "column": 3, 2104 "column": 3,
1853 "line": 105 2105 "line": 107
1854 }, 2106 },
1855 "file": "src/components/settings/services/EditServiceForm.js", 2107 "file": "src/components/settings/services/EditServiceForm.js",
1856 "id": "settings.service.form.proxy.restartInfo", 2108 "id": "settings.service.form.proxy.restartInfo",
1857 "start": { 2109 "start": {
1858 "column": 20, 2110 "column": 20,
1859 "line": 102 2111 "line": 104
1860 } 2112 }
1861 }, 2113 },
1862 { 2114 {
1863 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.", 2115 "defaultMessage": "!!!Proxy settings will not be synchronized with the Ferdi servers.",
1864 "end": { 2116 "end": {
1865 "column": 3, 2117 "column": 3,
1866 "line": 109 2118 "line": 111
1867 }, 2119 },
1868 "file": "src/components/settings/services/EditServiceForm.js", 2120 "file": "src/components/settings/services/EditServiceForm.js",
1869 "id": "settings.service.form.proxy.info", 2121 "id": "settings.service.form.proxy.info",
1870 "start": { 2122 "start": {
1871 "column": 13, 2123 "column": 13,
1872 "line": 106 2124 "line": 108
1873 } 2125 }
1874 } 2126 }
1875 ], 2127 ],
@@ -1982,117 +2234,117 @@
1982 "defaultMessage": "!!!Your services", 2234 "defaultMessage": "!!!Your services",
1983 "end": { 2235 "end": {
1984 "column": 3, 2236 "column": 3,
1985 "line": 17 2237 "line": 18
1986 }, 2238 },
1987 "file": "src/components/settings/services/ServicesDashboard.js", 2239 "file": "src/components/settings/services/ServicesDashboard.js",
1988 "id": "settings.services.headline", 2240 "id": "settings.services.headline",
1989 "start": { 2241 "start": {
1990 "column": 12, 2242 "column": 12,
1991 "line": 14 2243 "line": 15
1992 } 2244 }
1993 }, 2245 },
1994 { 2246 {
1995 "defaultMessage": "!!!Search service", 2247 "defaultMessage": "!!!Search service",
1996 "end": { 2248 "end": {
1997 "column": 3, 2249 "column": 3,
1998 "line": 21 2250 "line": 22
1999 }, 2251 },
2000 "file": "src/components/settings/services/ServicesDashboard.js", 2252 "file": "src/components/settings/services/ServicesDashboard.js",
2001 "id": "settings.searchService", 2253 "id": "settings.searchService",
2002 "start": { 2254 "start": {
2003 "column": 17, 2255 "column": 17,
2004 "line": 18 2256 "line": 19
2005 } 2257 }
2006 }, 2258 },
2007 { 2259 {
2008 "defaultMessage": "!!!You haven't added any services yet.", 2260 "defaultMessage": "!!!You haven't added any services yet.",
2009 "end": { 2261 "end": {
2010 "column": 3, 2262 "column": 3,
2011 "line": 25 2263 "line": 26
2012 }, 2264 },
2013 "file": "src/components/settings/services/ServicesDashboard.js", 2265 "file": "src/components/settings/services/ServicesDashboard.js",
2014 "id": "settings.services.noServicesAdded", 2266 "id": "settings.services.noServicesAdded",
2015 "start": { 2267 "start": {
2016 "column": 19, 2268 "column": 19,
2017 "line": 22 2269 "line": 23
2018 } 2270 }
2019 }, 2271 },
2020 { 2272 {
2021 "defaultMessage": "!!!Sorry, but no service matched your search term.", 2273 "defaultMessage": "!!!Sorry, but no service matched your search term.",
2022 "end": { 2274 "end": {
2023 "column": 3, 2275 "column": 3,
2024 "line": 29 2276 "line": 30
2025 }, 2277 },
2026 "file": "src/components/settings/services/ServicesDashboard.js", 2278 "file": "src/components/settings/services/ServicesDashboard.js",
2027 "id": "settings.recipes.nothingFound", 2279 "id": "settings.recipes.nothingFound",
2028 "start": { 2280 "start": {
2029 "column": 18, 2281 "column": 18,
2030 "line": 26 2282 "line": 27
2031 } 2283 }
2032 }, 2284 },
2033 { 2285 {
2034 "defaultMessage": "!!!Discover services", 2286 "defaultMessage": "!!!Discover services",
2035 "end": { 2287 "end": {
2036 "column": 3, 2288 "column": 3,
2037 "line": 33 2289 "line": 34
2038 }, 2290 },
2039 "file": "src/components/settings/services/ServicesDashboard.js", 2291 "file": "src/components/settings/services/ServicesDashboard.js",
2040 "id": "settings.services.discoverServices", 2292 "id": "settings.services.discoverServices",
2041 "start": { 2293 "start": {
2042 "column": 20, 2294 "column": 20,
2043 "line": 30 2295 "line": 31
2044 } 2296 }
2045 }, 2297 },
2046 { 2298 {
2047 "defaultMessage": "!!!Could not load your services", 2299 "defaultMessage": "!!!Could not load your services",
2048 "end": { 2300 "end": {
2049 "column": 3, 2301 "column": 3,
2050 "line": 37 2302 "line": 38
2051 }, 2303 },
2052 "file": "src/components/settings/services/ServicesDashboard.js", 2304 "file": "src/components/settings/services/ServicesDashboard.js",
2053 "id": "settings.services.servicesRequestFailed", 2305 "id": "settings.services.servicesRequestFailed",
2054 "start": { 2306 "start": {
2055 "column": 25, 2307 "column": 25,
2056 "line": 34 2308 "line": 35
2057 } 2309 }
2058 }, 2310 },
2059 { 2311 {
2060 "defaultMessage": "!!!Try again", 2312 "defaultMessage": "!!!Try again",
2061 "end": { 2313 "end": {
2062 "column": 3, 2314 "column": 3,
2063 "line": 41 2315 "line": 42
2064 }, 2316 },
2065 "file": "src/components/settings/services/ServicesDashboard.js", 2317 "file": "src/components/settings/services/ServicesDashboard.js",
2066 "id": "settings.account.tryReloadServices", 2318 "id": "settings.account.tryReloadServices",
2067 "start": { 2319 "start": {
2068 "column": 21, 2320 "column": 21,
2069 "line": 38 2321 "line": 39
2070 } 2322 }
2071 }, 2323 },
2072 { 2324 {
2073 "defaultMessage": "!!!Your changes have been saved", 2325 "defaultMessage": "!!!Your changes have been saved",
2074 "end": { 2326 "end": {
2075 "column": 3, 2327 "column": 3,
2076 "line": 45 2328 "line": 46
2077 }, 2329 },
2078 "file": "src/components/settings/services/ServicesDashboard.js", 2330 "file": "src/components/settings/services/ServicesDashboard.js",
2079 "id": "settings.services.updatedInfo", 2331 "id": "settings.services.updatedInfo",
2080 "start": { 2332 "start": {
2081 "column": 15, 2333 "column": 15,
2082 "line": 42 2334 "line": 43
2083 } 2335 }
2084 }, 2336 },
2085 { 2337 {
2086 "defaultMessage": "!!!Service has been deleted", 2338 "defaultMessage": "!!!Service has been deleted",
2087 "end": { 2339 "end": {
2088 "column": 3, 2340 "column": 3,
2089 "line": 49 2341 "line": 50
2090 }, 2342 },
2091 "file": "src/components/settings/services/ServicesDashboard.js", 2343 "file": "src/components/settings/services/ServicesDashboard.js",
2092 "id": "settings.services.deletedInfo", 2344 "id": "settings.services.deletedInfo",
2093 "start": { 2345 "start": {
2094 "column": 15, 2346 "column": 15,
2095 "line": 46 2347 "line": 47
2096 } 2348 }
2097 } 2349 }
2098 ], 2350 ],
@@ -2356,78 +2608,78 @@
2356 "defaultMessage": "!!!Team", 2608 "defaultMessage": "!!!Team",
2357 "end": { 2609 "end": {
2358 "column": 3, 2610 "column": 3,
2359 "line": 17 2611 "line": 20
2360 }, 2612 },
2361 "file": "src/components/settings/team/TeamDashboard.js", 2613 "file": "src/components/settings/team/TeamDashboard.js",
2362 "id": "settings.team.headline", 2614 "id": "settings.team.headline",
2363 "start": { 2615 "start": {
2364 "column": 12, 2616 "column": 12,
2365 "line": 14 2617 "line": 17
2366 } 2618 }
2367 }, 2619 },
2368 { 2620 {
2369 "defaultMessage": "!!!Ferdi for Teams", 2621 "defaultMessage": "!!!Ferdi for Teams",
2370 "end": { 2622 "end": {
2371 "column": 3, 2623 "column": 3,
2372 "line": 21 2624 "line": 24
2373 }, 2625 },
2374 "file": "src/components/settings/team/TeamDashboard.js", 2626 "file": "src/components/settings/team/TeamDashboard.js",
2375 "id": "settings.team.contentHeadline", 2627 "id": "settings.team.contentHeadline",
2376 "start": { 2628 "start": {
2377 "column": 19, 2629 "column": 19,
2378 "line": 18 2630 "line": 21
2379 } 2631 }
2380 }, 2632 },
2381 { 2633 {
2382 "defaultMessage": "!!!You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.", 2634 "defaultMessage": "!!!You and your team use Franz? You can now manage Premium subscriptions for as many colleagues, friends or family members as you want, all from within one account.",
2383 "end": { 2635 "end": {
2384 "column": 3, 2636 "column": 3,
2385 "line": 25 2637 "line": 28
2386 }, 2638 },
2387 "file": "src/components/settings/team/TeamDashboard.js", 2639 "file": "src/components/settings/team/TeamDashboard.js",
2388 "id": "settings.team.intro", 2640 "id": "settings.team.intro",
2389 "start": { 2641 "start": {
2390 "column": 9, 2642 "column": 9,
2391 "line": 22 2643 "line": 25
2392 } 2644 }
2393 }, 2645 },
2394 { 2646 {
2395 "defaultMessage": "!!!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!", 2647 "defaultMessage": "!!!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!",
2396 "end": { 2648 "end": {
2397 "column": 3, 2649 "column": 3,
2398 "line": 29 2650 "line": 32
2399 }, 2651 },
2400 "file": "src/components/settings/team/TeamDashboard.js", 2652 "file": "src/components/settings/team/TeamDashboard.js",
2401 "id": "settings.team.copy", 2653 "id": "settings.team.copy",
2402 "start": { 2654 "start": {
2403 "column": 8, 2655 "column": 8,
2404 "line": 26 2656 "line": 29
2405 } 2657 }
2406 }, 2658 },
2407 { 2659 {
2408 "defaultMessage": "!!!Manage your Team on meetfranz.com", 2660 "defaultMessage": "!!!Manage your Team on meetfranz.com",
2409 "end": { 2661 "end": {
2410 "column": 3, 2662 "column": 3,
2411 "line": 33 2663 "line": 36
2412 }, 2664 },
2413 "file": "src/components/settings/team/TeamDashboard.js", 2665 "file": "src/components/settings/team/TeamDashboard.js",
2414 "id": "settings.team.manageAction", 2666 "id": "settings.team.manageAction",
2415 "start": { 2667 "start": {
2416 "column": 16, 2668 "column": 16,
2417 "line": 30 2669 "line": 33
2418 } 2670 }
2419 }, 2671 },
2420 { 2672 {
2421 "defaultMessage": "!!!Upgrade your Account", 2673 "defaultMessage": "!!!Upgrade your Account",
2422 "end": { 2674 "end": {
2423 "column": 3, 2675 "column": 3,
2424 "line": 37 2676 "line": 40
2425 }, 2677 },
2426 "file": "src/components/settings/team/TeamDashboard.js", 2678 "file": "src/components/settings/team/TeamDashboard.js",
2427 "id": "settings.team.upgradeAction", 2679 "id": "settings.team.upgradeAction",
2428 "start": { 2680 "start": {
2429 "column": 17, 2681 "column": 17,
2430 "line": 34 2682 "line": 37
2431 } 2683 }
2432 } 2684 }
2433 ], 2685 ],
@@ -2519,220 +2771,435 @@
2519 { 2771 {
2520 "descriptors": [ 2772 "descriptors": [
2521 { 2773 {
2522 "defaultMessage": "!!!Support the development of Franz", 2774 "defaultMessage": "!!!Choose your plan",
2523 "end": { 2775 "end": {
2524 "column": 3, 2776 "column": 3,
2777 "line": 16
2778 },
2779 "file": "src/components/subscription/SubscriptionForm.js",
2780 "id": "subscription.cta.choosePlan",
2781 "start": {
2782 "column": 21,
2783 "line": 13
2784 }
2785 },
2786 {
2787 "defaultMessage": "!!!Upgrade your account and get the full Franz experience",
2788 "end": {
2789 "column": 3,
2790 "line": 20
2791 },
2792 "file": "src/components/subscription/SubscriptionForm.js",
2793 "id": "settings.account.headlineUpgradeAccount",
2794 "start": {
2795 "column": 18,
2525 "line": 17 2796 "line": 17
2797 }
2798 },
2799 {
2800 "defaultMessage": "!!!Franz 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!",
2801 "end": {
2802 "column": 3,
2803 "line": 24
2526 }, 2804 },
2527 "file": "src/components/subscription/SubscriptionForm.js", 2805 "file": "src/components/subscription/SubscriptionForm.js",
2528 "id": "subscription.submit.label", 2806 "id": "subscription.teaser.intro",
2807 "start": {
2808 "column": 14,
2809 "line": 21
2810 }
2811 },
2812 {
2813 "defaultMessage": "!!!Paid Franz Plans include:",
2814 "end": {
2815 "column": 3,
2816 "line": 28
2817 },
2818 "file": "src/components/subscription/SubscriptionForm.js",
2819 "id": "subscription.teaser.includedFeatures",
2820 "start": {
2821 "column": 20,
2822 "line": 25
2823 }
2824 }
2825 ],
2826 "path": "src/components/subscription/SubscriptionForm.json"
2827 },
2828 {
2829 "descriptors": [
2830 {
2831 "defaultMessage": "!!!Cancel",
2832 "end": {
2833 "column": 3,
2834 "line": 14
2835 },
2836 "file": "src/components/subscription/SubscriptionPopup.js",
2837 "id": "subscriptionPopup.buttonCancel",
2838 "start": {
2839 "column": 16,
2840 "line": 11
2841 }
2842 },
2843 {
2844 "defaultMessage": "!!!Done",
2845 "end": {
2846 "column": 3,
2847 "line": 18
2848 },
2849 "file": "src/components/subscription/SubscriptionPopup.js",
2850 "id": "subscriptionPopup.buttonDone",
2851 "start": {
2852 "column": 14,
2853 "line": 15
2854 }
2855 }
2856 ],
2857 "path": "src/components/subscription/SubscriptionPopup.json"
2858 },
2859 {
2860 "descriptors": [
2861 {
2862 "defaultMessage": "!!!Yes, start the free Franz Professional trial",
2863 "end": {
2864 "column": 3,
2865 "line": 17
2866 },
2867 "file": "src/components/subscription/TrialForm.js",
2868 "id": "subscription.cta.activateTrial",
2529 "start": { 2869 "start": {
2530 "column": 21, 2870 "column": 21,
2531 "line": 14 2871 "line": 14
2532 } 2872 }
2533 }, 2873 },
2534 { 2874 {
2535 "defaultMessage": "!!!Could not initialize payment form", 2875 "defaultMessage": "!!!See all options",
2536 "end": { 2876 "end": {
2537 "column": 3, 2877 "column": 3,
2538 "line": 21 2878 "line": 21
2539 }, 2879 },
2540 "file": "src/components/subscription/SubscriptionForm.js", 2880 "file": "src/components/subscription/TrialForm.js",
2541 "id": "subscription.paymentSessionError", 2881 "id": "subscription.cta.allOptions",
2542 "start": { 2882 "start": {
2543 "column": 23, 2883 "column": 20,
2544 "line": 18 2884 "line": 18
2545 } 2885 }
2546 }, 2886 },
2547 { 2887 {
2548 "defaultMessage": "!!!free", 2888 "defaultMessage": "!!!Get the free 14 day Franz Professional Trial",
2549 "end": { 2889 "end": {
2550 "column": 3, 2890 "column": 3,
2551 "line": 25 2891 "line": 25
2552 }, 2892 },
2553 "file": "src/components/subscription/SubscriptionForm.js", 2893 "file": "src/components/subscription/TrialForm.js",
2554 "id": "subscription.type.free", 2894 "id": "settings.account.headlineTrialUpgrade",
2555 "start": { 2895 "start": {
2556 "column": 12, 2896 "column": 18,
2557 "line": 22 2897 "line": 22
2558 } 2898 }
2559 }, 2899 },
2560 { 2900 {
2561 "defaultMessage": "!!!month", 2901 "defaultMessage": "!!!The Franz Professional Plan includes:",
2562 "end": { 2902 "end": {
2563 "column": 3, 2903 "column": 3,
2564 "line": 29 2904 "line": 29
2565 }, 2905 },
2566 "file": "src/components/subscription/SubscriptionForm.js", 2906 "file": "src/components/subscription/TrialForm.js",
2567 "id": "subscription.type.month", 2907 "id": "subscription.includedProFeatures",
2568 "start": { 2908 "start": {
2569 "column": 15, 2909 "column": 20,
2570 "line": 26 2910 "line": 26
2571 } 2911 }
2572 }, 2912 },
2573 { 2913 {
2574 "defaultMessage": "!!!year", 2914 "defaultMessage": "!!!No strings attached",
2575 "end": { 2915 "end": {
2576 "column": 3, 2916 "column": 3,
2577 "line": 33 2917 "line": 33
2578 }, 2918 },
2579 "file": "src/components/subscription/SubscriptionForm.js", 2919 "file": "src/components/subscription/TrialForm.js",
2580 "id": "subscription.type.year", 2920 "id": "pricing.trial.terms.headline",
2581 "start": { 2921 "start": {
2582 "column": 14, 2922 "column": 29,
2583 "line": 30 2923 "line": 30
2584 } 2924 }
2585 }, 2925 },
2586 { 2926 {
2587 "defaultMessage": "!!!The Ferdi Premium Supporter Account includes", 2927 "defaultMessage": "!!!No credit card required",
2588 "end": { 2928 "end": {
2589 "column": 3, 2929 "column": 3,
2590 "line": 37 2930 "line": 37
2591 }, 2931 },
2592 "file": "src/components/subscription/SubscriptionForm.js", 2932 "file": "src/components/subscription/TrialForm.js",
2593 "id": "subscription.includedFeatures", 2933 "id": "pricing.trial.terms.noCreditCard",
2594 "start": { 2934 "start": {
2595 "column": 20, 2935 "column": 16,
2596 "line": 34 2936 "line": 34
2597 } 2937 }
2598 }, 2938 },
2599 { 2939 {
2600 "defaultMessage": "!!!Add on-premise/hosted services like Mattermost", 2940 "defaultMessage": "!!!Your free trial ends automatically after 14 days",
2601 "end": { 2941 "end": {
2602 "column": 3, 2942 "column": 3,
2603 "line": 41 2943 "line": 41
2604 }, 2944 },
2605 "file": "src/components/subscription/SubscriptionForm.js", 2945 "file": "src/components/subscription/TrialForm.js",
2606 "id": "subscription.features.onpremise.mattermost", 2946 "id": "pricing.trial.terms.automaticTrialEnd",
2607 "start": { 2947 "start": {
2608 "column": 13, 2948 "column": 21,
2609 "line": 38 2949 "line": 38
2610 } 2950 }
2611 }, 2951 }
2952 ],
2953 "path": "src/components/subscription/TrialForm.json"
2954 },
2955 {
2956 "descriptors": [
2612 { 2957 {
2613 "defaultMessage": "!!!No app delays & nagging to upgrade license", 2958 "defaultMessage": "!!!Your trial was successfully activated. Happy messaging!",
2614 "end": { 2959 "end": {
2615 "column": 3, 2960 "column": 3,
2616 "line": 45 2961 "line": 14
2617 }, 2962 },
2618 "file": "src/components/subscription/SubscriptionForm.js", 2963 "file": "src/components/TrialActivationInfoBar.js",
2619 "id": "subscription.features.noInterruptions", 2964 "id": "infobar.trialActivated",
2620 "start": { 2965 "start": {
2621 "column": 19, 2966 "column": 11,
2622 "line": 42 2967 "line": 11
2968 }
2969 }
2970 ],
2971 "path": "src/components/TrialActivationInfoBar.json"
2972 },
2973 {
2974 "descriptors": [
2975 {
2976 "defaultMessage": "!!!Get a Franz Supporter License",
2977 "end": {
2978 "column": 3,
2979 "line": 16
2980 },
2981 "file": "src/components/ui/ActivateTrialButton/index.js",
2982 "id": "feature.delayApp.upgrade.action",
2983 "start": {
2984 "column": 10,
2985 "line": 13
2623 } 2986 }
2624 }, 2987 },
2625 { 2988 {
2626 "defaultMessage": "!!!Proxy support for services", 2989 "defaultMessage": "!!!Yes, I want the free 14 day trial of Franz Professional",
2627 "end": { 2990 "end": {
2628 "column": 3, 2991 "column": 3,
2629 "line": 49 2992 "line": 20
2630 }, 2993 },
2631 "file": "src/components/subscription/SubscriptionForm.js", 2994 "file": "src/components/ui/ActivateTrialButton/index.js",
2632 "id": "subscription.features.proxy", 2995 "id": "feature.delayApp.trial.action",
2633 "start": { 2996 "start": {
2634 "column": 9, 2997 "column": 15,
2635 "line": 46 2998 "line": 17
2636 } 2999 }
2637 }, 3000 },
2638 { 3001 {
2639 "defaultMessage": "!!!Support for Spellchecker", 3002 "defaultMessage": "!!!Upgrade account",
2640 "end": { 3003 "end": {
2641 "column": 3, 3004 "column": 3,
2642 "line": 53 3005 "line": 24
2643 }, 3006 },
2644 "file": "src/components/subscription/SubscriptionForm.js", 3007 "file": "src/components/ui/ActivateTrialButton/index.js",
2645 "id": "subscription.features.spellchecker", 3008 "id": "feature.delayApp.upgrade.actionShort",
2646 "start": { 3009 "start": {
2647 "column": 16, 3010 "column": 15,
2648 "line": 50 3011 "line": 21
2649 } 3012 }
2650 }, 3013 },
2651 { 3014 {
2652 "defaultMessage": "!!!Organize your services in workspaces", 3015 "defaultMessage": "!!!Activate the free Franz Professional trial",
2653 "end": { 3016 "end": {
2654 "column": 3, 3017 "column": 3,
2655 "line": 57 3018 "line": 28
2656 }, 3019 },
2657 "file": "src/components/subscription/SubscriptionForm.js", 3020 "file": "src/components/ui/ActivateTrialButton/index.js",
2658 "id": "subscription.features.workspaces", 3021 "id": "feature.delayApp.trial.actionShort",
2659 "start": { 3022 "start": {
2660 "column": 14, 3023 "column": 20,
2661 "line": 54 3024 "line": 25
2662 } 3025 }
2663 }, 3026 },
2664 { 3027 {
2665 "defaultMessage": "!!!No ads, ever!", 3028 "defaultMessage": "!!!No strings attached",
2666 "end": { 3029 "end": {
2667 "column": 3, 3030 "column": 3,
2668 "line": 61 3031 "line": 32
2669 }, 3032 },
2670 "file": "src/components/subscription/SubscriptionForm.js", 3033 "file": "src/components/ui/ActivateTrialButton/index.js",
2671 "id": "subscription.features.ads", 3034 "id": "pricing.trial.terms.headline",
2672 "start": { 3035 "start": {
2673 "column": 7, 3036 "column": 29,
2674 "line": 58 3037 "line": 29
2675 } 3038 }
2676 }, 3039 },
2677 { 3040 {
2678 "defaultMessage": "!!!coming soon", 3041 "defaultMessage": "!!!No credit card required",
2679 "end": { 3042 "end": {
2680 "column": 3, 3043 "column": 3,
2681 "line": 65 3044 "line": 36
2682 }, 3045 },
2683 "file": "src/components/subscription/SubscriptionForm.js", 3046 "file": "src/components/ui/ActivateTrialButton/index.js",
2684 "id": "subscription.features.comingSoon", 3047 "id": "pricing.trial.terms.noCreditCard",
2685 "start": { 3048 "start": {
2686 "column": 14, 3049 "column": 16,
2687 "line": 62 3050 "line": 33
2688 } 3051 }
2689 }, 3052 },
2690 { 3053 {
2691 "defaultMessage": "!!!EU residents: local sales tax may apply", 3054 "defaultMessage": "!!!Your free trial ends automatically after 14 days",
2692 "end": { 3055 "end": {
2693 "column": 3, 3056 "column": 3,
2694 "line": 69 3057 "line": 40
2695 }, 3058 },
2696 "file": "src/components/subscription/SubscriptionForm.js", 3059 "file": "src/components/ui/ActivateTrialButton/index.js",
2697 "id": "subscription.euTaxInfo", 3060 "id": "pricing.trial.terms.automaticTrialEnd",
2698 "start": { 3061 "start": {
2699 "column": 13, 3062 "column": 21,
2700 "line": 66 3063 "line": 37
2701 } 3064 }
2702 } 3065 }
2703 ], 3066 ],
2704 "path": "src/components/subscription/SubscriptionForm.json" 3067 "path": "src/components/ui/ActivateTrialButton/index.json"
2705 }, 3068 },
2706 { 3069 {
2707 "descriptors": [ 3070 "descriptors": [
2708 { 3071 {
2709 "defaultMessage": "!!!Cancel", 3072 "defaultMessage": "!!!Add unlimited services",
2710 "end": { 3073 "end": {
2711 "column": 3, 3074 "column": 3,
2712 "line": 14 3075 "line": 11
2713 }, 3076 },
2714 "file": "src/components/subscription/SubscriptionPopup.js", 3077 "file": "src/components/ui/FeatureList.js",
2715 "id": "subscriptionPopup.buttonCancel", 3078 "id": "pricing.features.unlimitedServices",
3079 "start": {
3080 "column": 21,
3081 "line": 8
3082 }
3083 },
3084 {
3085 "defaultMessage": "!!!Spellchecker support",
3086 "end": {
3087 "column": 3,
3088 "line": 15
3089 },
3090 "file": "src/components/ui/FeatureList.js",
3091 "id": "pricing.features.spellchecker",
2716 "start": { 3092 "start": {
2717 "column": 16, 3093 "column": 16,
2718 "line": 11 3094 "line": 12
2719 } 3095 }
2720 }, 3096 },
2721 { 3097 {
2722 "defaultMessage": "!!!Done", 3098 "defaultMessage": "!!!Workspaces",
2723 "end": { 3099 "end": {
2724 "column": 3, 3100 "column": 3,
2725 "line": 18 3101 "line": 19
2726 }, 3102 },
2727 "file": "src/components/subscription/SubscriptionPopup.js", 3103 "file": "src/components/ui/FeatureList.js",
2728 "id": "subscriptionPopup.buttonDone", 3104 "id": "pricing.features.workspaces",
2729 "start": { 3105 "start": {
2730 "column": 14, 3106 "column": 14,
2731 "line": 15 3107 "line": 16
3108 }
3109 },
3110 {
3111 "defaultMessage": "!!!Add Custom Websites",
3112 "end": {
3113 "column": 3,
3114 "line": 23
3115 },
3116 "file": "src/components/ui/FeatureList.js",
3117 "id": "pricing.features.customWebsites",
3118 "start": {
3119 "column": 18,
3120 "line": 20
3121 }
3122 },
3123 {
3124 "defaultMessage": "!!!On-premise & other Hosted Services",
3125 "end": {
3126 "column": 3,
3127 "line": 27
3128 },
3129 "file": "src/components/ui/FeatureList.js",
3130 "id": "pricing.features.onPremise",
3131 "start": {
3132 "column": 13,
3133 "line": 24
3134 }
3135 },
3136 {
3137 "defaultMessage": "!!!Install 3rd party services",
3138 "end": {
3139 "column": 3,
3140 "line": 31
3141 },
3142 "file": "src/components/ui/FeatureList.js",
3143 "id": "pricing.features.thirdPartyServices",
3144 "start": {
3145 "column": 22,
3146 "line": 28
3147 }
3148 },
3149 {
3150 "defaultMessage": "!!!Service Proxies",
3151 "end": {
3152 "column": 3,
3153 "line": 35
3154 },
3155 "file": "src/components/ui/FeatureList.js",
3156 "id": "pricing.features.serviceProxies",
3157 "start": {
3158 "column": 18,
3159 "line": 32
3160 }
3161 },
3162 {
3163 "defaultMessage": "!!!Team Management",
3164 "end": {
3165 "column": 3,
3166 "line": 39
3167 },
3168 "file": "src/components/ui/FeatureList.js",
3169 "id": "pricing.features.teamManagement",
3170 "start": {
3171 "column": 18,
3172 "line": 36
3173 }
3174 },
3175 {
3176 "defaultMessage": "!!!No Waiting Screens",
3177 "end": {
3178 "column": 3,
3179 "line": 43
3180 },
3181 "file": "src/components/ui/FeatureList.js",
3182 "id": "pricing.features.appDelays",
3183 "start": {
3184 "column": 13,
3185 "line": 40
3186 }
3187 },
3188 {
3189 "defaultMessage": "!!!Forever ad-free",
3190 "end": {
3191 "column": 3,
3192 "line": 47
3193 },
3194 "file": "src/components/ui/FeatureList.js",
3195 "id": "pricing.features.adFree",
3196 "start": {
3197 "column": 10,
3198 "line": 44
2732 } 3199 }
2733 } 3200 }
2734 ], 3201 ],
2735 "path": "src/components/subscription/SubscriptionPopup.json" 3202 "path": "src/components/ui/FeatureList.json"
2736 }, 3203 },
2737 { 3204 {
2738 "descriptors": [ 3205 "descriptors": [
@@ -2740,13 +3207,13 @@
2740 "defaultMessage": "!!!Upgrade account", 3207 "defaultMessage": "!!!Upgrade account",
2741 "end": { 3208 "end": {
2742 "column": 3, 3209 "column": 3,
2743 "line": 17 3210 "line": 19
2744 }, 3211 },
2745 "file": "src/components/ui/PremiumFeatureContainer/index.js", 3212 "file": "src/components/ui/PremiumFeatureContainer/index.js",
2746 "id": "premiumFeature.button.upgradeAccount", 3213 "id": "premiumFeature.button.upgradeAccount",
2747 "start": { 3214 "start": {
2748 "column": 10, 3215 "column": 10,
2749 "line": 14 3216 "line": 16
2750 } 3217 }
2751 } 3218 }
2752 ], 3219 ],
@@ -2755,6 +3222,24 @@
2755 { 3222 {
2756 "descriptors": [ 3223 "descriptors": [
2757 { 3224 {
3225 "defaultMessage": "!!!Upgrade to Franz Professional",
3226 "end": {
3227 "column": 3,
3228 "line": 16
3229 },
3230 "file": "src/components/ui/UpgradeButton/index.js",
3231 "id": "global.upgradeButton.upgradeToPro",
3232 "start": {
3233 "column": 16,
3234 "line": 13
3235 }
3236 }
3237 ],
3238 "path": "src/components/ui/UpgradeButton/index.json"
3239 },
3240 {
3241 "descriptors": [
3242 {
2758 "defaultMessage": "!!!Loading", 3243 "defaultMessage": "!!!Loading",
2759 "end": { 3244 "end": {
2760 "column": 3, 3245 "column": 3,
@@ -3085,90 +3570,103 @@
3085 "defaultMessage": "!!!Language", 3570 "defaultMessage": "!!!Language",
3086 "end": { 3571 "end": {
3087 "column": 3, 3572 "column": 3,
3088 "line": 51 3573 "line": 47
3089 }, 3574 },
3090 "file": "src/containers/settings/EditSettingsScreen.js", 3575 "file": "src/containers/settings/EditSettingsScreen.js",
3091 "id": "settings.app.form.language", 3576 "id": "settings.app.form.language",
3092 "start": { 3577 "start": {
3093 "column": 12, 3578 "column": 12,
3094 "line": 48 3579 "line": 44
3095 } 3580 }
3096 }, 3581 },
3097 { 3582 {
3098 "defaultMessage": "!!!Dark Mode", 3583 "defaultMessage": "!!!Dark Mode",
3099 "end": { 3584 "end": {
3100 "column": 3, 3585 "column": 3,
3101 "line": 55 3586 "line": 51
3102 }, 3587 },
3103 "file": "src/containers/settings/EditSettingsScreen.js", 3588 "file": "src/containers/settings/EditSettingsScreen.js",
3104 "id": "settings.app.form.darkMode", 3589 "id": "settings.app.form.darkMode",
3105 "start": { 3590 "start": {
3106 "column": 12, 3591 "column": 12,
3107 "line": 52 3592 "line": 48
3108 } 3593 }
3109 }, 3594 },
3110 { 3595 {
3111 "defaultMessage": "!!!Display disabled services tabs", 3596 "defaultMessage": "!!!Display disabled services tabs",
3112 "end": { 3597 "end": {
3113 "column": 3, 3598 "column": 3,
3114 "line": 59 3599 "line": 55
3115 }, 3600 },
3116 "file": "src/containers/settings/EditSettingsScreen.js", 3601 "file": "src/containers/settings/EditSettingsScreen.js",
3117 "id": "settings.app.form.showDisabledServices", 3602 "id": "settings.app.form.showDisabledServices",
3118 "start": { 3603 "start": {
3119 "column": 24, 3604 "column": 24,
3120 "line": 56 3605 "line": 52
3121 } 3606 }
3122 }, 3607 },
3123 { 3608 {
3124 "defaultMessage": "!!!Show unread message badge when notifications are disabled", 3609 "defaultMessage": "!!!Show unread message badge when notifications are disabled",
3125 "end": { 3610 "end": {
3126 "column": 3, 3611 "column": 3,
3127 "line": 63 3612 "line": 59
3128 }, 3613 },
3129 "file": "src/containers/settings/EditSettingsScreen.js", 3614 "file": "src/containers/settings/EditSettingsScreen.js",
3130 "id": "settings.app.form.showMessagesBadgesWhenMuted", 3615 "id": "settings.app.form.showMessagesBadgesWhenMuted",
3131 "start": { 3616 "start": {
3132 "column": 29, 3617 "column": 29,
3133 "line": 60 3618 "line": 56
3134 } 3619 }
3135 }, 3620 },
3136 { 3621 {
3137 "defaultMessage": "!!!Enable spell checking", 3622 "defaultMessage": "!!!Enable spell checking",
3138 "end": { 3623 "end": {
3139 "column": 3, 3624 "column": 3,
3140 "line": 67 3625 "line": 63
3141 }, 3626 },
3142 "file": "src/containers/settings/EditSettingsScreen.js", 3627 "file": "src/containers/settings/EditSettingsScreen.js",
3143 "id": "settings.app.form.enableSpellchecking", 3628 "id": "settings.app.form.enableSpellchecking",
3144 "start": { 3629 "start": {
3145 "column": 23, 3630 "column": 23,
3146 "line": 64 3631 "line": 60
3147 } 3632 }
3148 }, 3633 },
3149 { 3634 {
3150 "defaultMessage": "!!!Enable GPU Acceleration", 3635 "defaultMessage": "!!!Enable GPU Acceleration",
3151 "end": { 3636 "end": {
3152 "column": 3, 3637 "column": 3,
3153 "line": 71 3638 "line": 67
3154 }, 3639 },
3155 "file": "src/containers/settings/EditSettingsScreen.js", 3640 "file": "src/containers/settings/EditSettingsScreen.js",
3156 "id": "settings.app.form.enableGPUAcceleration", 3641 "id": "settings.app.form.enableGPUAcceleration",
3157 "start": { 3642 "start": {
3158 "column": 25, 3643 "column": 25,
3159 "line": 68 3644 "line": 64
3160 } 3645 }
3161 }, 3646 },
3162 { 3647 {
3163 "defaultMessage": "!!!Include beta versions", 3648 "defaultMessage": "!!!Include beta versions",
3164 "end": { 3649 "end": {
3165 "column": 3, 3650 "column": 3,
3166 "line": 75 3651 "line": 71
3167 }, 3652 },
3168 "file": "src/containers/settings/EditSettingsScreen.js", 3653 "file": "src/containers/settings/EditSettingsScreen.js",
3169 "id": "settings.app.form.beta", 3654 "id": "settings.app.form.beta",
3170 "start": { 3655 "start": {
3171 "column": 8, 3656 "column": 8,
3657 "line": 68
3658 }
3659 },
3660 {
3661 "defaultMessage": "!!!Enable Franz Todos",
3662 "end": {
3663 "column": 3,
3664 "line": 75
3665 },
3666 "file": "src/containers/settings/EditSettingsScreen.js",
3667 "id": "settings.app.form.enableTodos",
3668 "start": {
3669 "column": 15,
3172 "line": 72 3670 "line": 72
3173 } 3671 }
3174 } 3672 }
@@ -3321,39 +3819,65 @@
3321 "defaultMessage": "!!!Please purchase license to skip waiting", 3819 "defaultMessage": "!!!Please purchase license to skip waiting",
3322 "end": { 3820 "end": {
3323 "column": 3, 3821 "column": 3,
3324 "line": 16 3822 "line": 20
3325 }, 3823 },
3326 "file": "src/features/delayApp/Component.js", 3824 "file": "src/features/delayApp/Component.js",
3327 "id": "feature.delayApp.headline", 3825 "id": "feature.delayApp.headline",
3328 "start": { 3826 "start": {
3329 "column": 12, 3827 "column": 12,
3330 "line": 13 3828 "line": 17
3331 } 3829 }
3332 }, 3830 },
3333 { 3831 {
3334 "defaultMessage": "!!!Get a Ferdi Supporter License", 3832 "defaultMessage": "!!!Get the free Franz Professional 14 day trial and skip the line",
3335 "end": { 3833 "end": {
3336 "column": 3, 3834 "column": 3,
3337 "line": 20 3835 "line": 24
3338 }, 3836 },
3339 "file": "src/features/delayApp/Component.js", 3837 "file": "src/features/delayApp/Component.js",
3340 "id": "feature.delayApp.action", 3838 "id": "feature.delayApp.trial.headline",
3839 "start": {
3840 "column": 17,
3841 "line": 21
3842 }
3843 },
3844 {
3845 "defaultMessage": "!!!Get a Franz Supporter License",
3846 "end": {
3847 "column": 3,
3848 "line": 28
3849 },
3850 "file": "src/features/delayApp/Component.js",
3851 "id": "feature.delayApp.upgrade.action",
3341 "start": { 3852 "start": {
3342 "column": 10, 3853 "column": 10,
3343 "line": 17 3854 "line": 25
3855 }
3856 },
3857 {
3858 "defaultMessage": "!!!Yes, I want the free 14 day trial of Franz Professional",
3859 "end": {
3860 "column": 3,
3861 "line": 32
3862 },
3863 "file": "src/features/delayApp/Component.js",
3864 "id": "feature.delayApp.trial.action",
3865 "start": {
3866 "column": 15,
3867 "line": 29
3344 } 3868 }
3345 }, 3869 },
3346 { 3870 {
3347 "defaultMessage": "!!!Ferdi will continue in {seconds} seconds.", 3871 "defaultMessage": "!!!Ferdi will continue in {seconds} seconds.",
3348 "end": { 3872 "end": {
3349 "column": 3, 3873 "column": 3,
3350 "line": 24 3874 "line": 36
3351 }, 3875 },
3352 "file": "src/features/delayApp/Component.js", 3876 "file": "src/features/delayApp/Component.js",
3353 "id": "feature.delayApp.text", 3877 "id": "feature.delayApp.text",
3354 "start": { 3878 "start": {
3355 "column": 8, 3879 "column": 8,
3356 "line": 21 3880 "line": 33
3357 } 3881 }
3358 } 3882 }
3359 ], 3883 ],
@@ -3362,94 +3886,143 @@
3362 { 3886 {
3363 "descriptors": [ 3887 "descriptors": [
3364 { 3888 {
3365 "defaultMessage": "!!!Ferdi is better together!", 3889 "defaultMessage": "!!!Changes in Franz {version}",
3890 "end": {
3891 "column": 3,
3892 "line": 23
3893 },
3894 "file": "src/features/serviceLimit/components/AnnouncementScreen.js",
3895 "id": "feature.announcements.changelog.headline",
3896 "start": {
3897 "column": 12,
3898 "line": 20
3899 }
3900 }
3901 ],
3902 "path": "src/features/serviceLimit/components/AnnouncementScreen.json"
3903 },
3904 {
3905 "descriptors": [
3906 {
3907 "defaultMessage": "!!!You have added {amount} of {limit} services. Please upgrade your account to add more services.",
3908 "end": {
3909 "column": 3,
3910 "line": 14
3911 },
3912 "file": "src/features/serviceLimit/components/LimitReachedInfobox.js",
3913 "id": "feature.serviceLimit.limitReached",
3914 "start": {
3915 "column": 16,
3916 "line": 11
3917 }
3918 },
3919 {
3920 "defaultMessage": "!!!Upgrade account",
3366 "end": { 3921 "end": {
3367 "column": 3, 3922 "column": 3,
3368 "line": 17 3923 "line": 17
3369 }, 3924 },
3925 "file": "src/features/serviceLimit/components/LimitReachedInfobox.js",
3926 "id": "premiumFeature.button.upgradeAccount",
3927 "start": {
3928 "column": 10,
3929 "line": 15
3930 }
3931 }
3932 ],
3933 "path": "src/features/serviceLimit/components/LimitReachedInfobox.json"
3934 },
3935 {
3936 "descriptors": [
3937 {
3938 "defaultMessage": "!!!Franz is better together!",
3939 "end": {
3940 "column": 3,
3941 "line": 21
3942 },
3370 "file": "src/features/shareFranz/Component.js", 3943 "file": "src/features/shareFranz/Component.js",
3371 "id": "feature.shareFranz.headline", 3944 "id": "feature.shareFranz.headline",
3372 "start": { 3945 "start": {
3373 "column": 12, 3946 "column": 12,
3374 "line": 14 3947 "line": 18
3375 } 3948 }
3376 }, 3949 },
3377 { 3950 {
3378 "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.", 3951 "defaultMessage": "!!!Tell your friends and colleagues how awesome Ferdi is and help us to spread the word.",
3379 "end": { 3952 "end": {
3380 "column": 3, 3953 "column": 3,
3381 "line": 21 3954 "line": 25
3382 }, 3955 },
3383 "file": "src/features/shareFranz/Component.js", 3956 "file": "src/features/shareFranz/Component.js",
3384 "id": "feature.shareFranz.text", 3957 "id": "feature.shareFranz.text",
3385 "start": { 3958 "start": {
3386 "column": 8, 3959 "column": 8,
3387 "line": 18 3960 "line": 22
3388 } 3961 }
3389 }, 3962 },
3390 { 3963 {
3391 "defaultMessage": "!!!Share as email", 3964 "defaultMessage": "!!!Share as email",
3392 "end": { 3965 "end": {
3393 "column": 3, 3966 "column": 3,
3394 "line": 25 3967 "line": 29
3395 }, 3968 },
3396 "file": "src/features/shareFranz/Component.js", 3969 "file": "src/features/shareFranz/Component.js",
3397 "id": "feature.shareFranz.action.email", 3970 "id": "feature.shareFranz.action.email",
3398 "start": { 3971 "start": {
3399 "column": 16, 3972 "column": 16,
3400 "line": 22 3973 "line": 26
3401 } 3974 }
3402 }, 3975 },
3403 { 3976 {
3404 "defaultMessage": "!!!Share on Facebook", 3977 "defaultMessage": "!!!Share on Facebook",
3405 "end": { 3978 "end": {
3406 "column": 3, 3979 "column": 3,
3407 "line": 29 3980 "line": 33
3408 }, 3981 },
3409 "file": "src/features/shareFranz/Component.js", 3982 "file": "src/features/shareFranz/Component.js",
3410 "id": "feature.shareFranz.action.facebook", 3983 "id": "feature.shareFranz.action.facebook",
3411 "start": { 3984 "start": {
3412 "column": 19, 3985 "column": 19,
3413 "line": 26 3986 "line": 30
3414 } 3987 }
3415 }, 3988 },
3416 { 3989 {
3417 "defaultMessage": "!!!Share on Twitter", 3990 "defaultMessage": "!!!Share on Twitter",
3418 "end": { 3991 "end": {
3419 "column": 3, 3992 "column": 3,
3420 "line": 33 3993 "line": 37
3421 }, 3994 },
3422 "file": "src/features/shareFranz/Component.js", 3995 "file": "src/features/shareFranz/Component.js",
3423 "id": "feature.shareFranz.action.twitter", 3996 "id": "feature.shareFranz.action.twitter",
3424 "start": { 3997 "start": {
3425 "column": 18, 3998 "column": 18,
3426 "line": 30 3999 "line": 34
3427 } 4000 }
3428 }, 4001 },
3429 { 4002 {
3430 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com", 4003 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com",
3431 "end": { 4004 "end": {
3432 "column": 3, 4005 "column": 3,
3433 "line": 37 4006 "line": 41
3434 }, 4007 },
3435 "file": "src/features/shareFranz/Component.js", 4008 "file": "src/features/shareFranz/Component.js",
3436 "id": "feature.shareFranz.shareText.email", 4009 "id": "feature.shareFranz.shareText.email",
3437 "start": { 4010 "start": {
3438 "column": 18, 4011 "column": 18,
3439 "line": 34 4012 "line": 38
3440 } 4013 }
3441 }, 4014 },
3442 { 4015 {
3443 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger", 4016 "defaultMessage": "!!! I've added {count} services to Franz! Get the free app for WhatsApp, Messenger, Slack, Skype and co at www.meetfranz.com /cc @FranzMessenger",
3444 "end": { 4017 "end": {
3445 "column": 3, 4018 "column": 3,
3446 "line": 41 4019 "line": 45
3447 }, 4020 },
3448 "file": "src/features/shareFranz/Component.js", 4021 "file": "src/features/shareFranz/Component.js",
3449 "id": "feature.shareFranz.shareText.twitter", 4022 "id": "feature.shareFranz.shareText.twitter",
3450 "start": { 4023 "start": {
3451 "column": 20, 4024 "column": 20,
3452 "line": 38 4025 "line": 42
3453 } 4026 }
3454 } 4027 }
3455 ], 4028 ],
@@ -3458,6 +4031,50 @@
3458 { 4031 {
3459 "descriptors": [ 4032 "descriptors": [
3460 { 4033 {
4034 "defaultMessage": "!!!Franz Todos are available to premium users now!",
4035 "end": {
4036 "column": 3,
4037 "line": 21
4038 },
4039 "file": "src/features/todos/components/TodosWebview.js",
4040 "id": "feature.todos.premium.info",
4041 "start": {
4042 "column": 15,
4043 "line": 18
4044 }
4045 },
4046 {
4047 "defaultMessage": "!!!Upgrade Account",
4048 "end": {
4049 "column": 3,
4050 "line": 25
4051 },
4052 "file": "src/features/todos/components/TodosWebview.js",
4053 "id": "feature.todos.premium.upgrade",
4054 "start": {
4055 "column": 14,
4056 "line": 22
4057 }
4058 },
4059 {
4060 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
4061 "end": {
4062 "column": 3,
4063 "line": 29
4064 },
4065 "file": "src/features/todos/components/TodosWebview.js",
4066 "id": "feature.todos.premium.rollout",
4067 "start": {
4068 "column": 15,
4069 "line": 26
4070 }
4071 }
4072 ],
4073 "path": "src/features/todos/components/TodosWebview.json"
4074 },
4075 {
4076 "descriptors": [
4077 {
3461 "defaultMessage": "!!!Create workspace", 4078 "defaultMessage": "!!!Create workspace",
3462 "end": { 4079 "end": {
3463 "column": 3, 4080 "column": 3,
@@ -3588,104 +4205,104 @@
3588 "defaultMessage": "!!!Workspaces", 4205 "defaultMessage": "!!!Workspaces",
3589 "end": { 4206 "end": {
3590 "column": 3, 4207 "column": 3,
3591 "line": 18 4208 "line": 20
3592 }, 4209 },
3593 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4210 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3594 "id": "workspaceDrawer.headline", 4211 "id": "workspaceDrawer.headline",
3595 "start": { 4212 "start": {
3596 "column": 12, 4213 "column": 12,
3597 "line": 15 4214 "line": 17
3598 } 4215 }
3599 }, 4216 },
3600 { 4217 {
3601 "defaultMessage": "!!!All services", 4218 "defaultMessage": "!!!All services",
3602 "end": { 4219 "end": {
3603 "column": 3, 4220 "column": 3,
3604 "line": 22 4221 "line": 24
3605 }, 4222 },
3606 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4223 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3607 "id": "workspaceDrawer.allServices", 4224 "id": "workspaceDrawer.allServices",
3608 "start": { 4225 "start": {
3609 "column": 15, 4226 "column": 15,
3610 "line": 19 4227 "line": 21
3611 } 4228 }
3612 }, 4229 },
3613 { 4230 {
3614 "defaultMessage": "!!!Workspaces settings", 4231 "defaultMessage": "!!!Workspaces settings",
3615 "end": { 4232 "end": {
3616 "column": 3, 4233 "column": 3,
3617 "line": 26 4234 "line": 28
3618 }, 4235 },
3619 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4236 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3620 "id": "workspaceDrawer.workspacesSettingsTooltip", 4237 "id": "workspaceDrawer.workspacesSettingsTooltip",
3621 "start": { 4238 "start": {
3622 "column": 29, 4239 "column": 29,
3623 "line": 23 4240 "line": 25
3624 } 4241 }
3625 }, 4242 },
3626 { 4243 {
3627 "defaultMessage": "!!!Info about workspace feature", 4244 "defaultMessage": "!!!Info about workspace feature",
3628 "end": { 4245 "end": {
3629 "column": 3, 4246 "column": 3,
3630 "line": 30 4247 "line": 32
3631 }, 4248 },
3632 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4249 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3633 "id": "workspaceDrawer.workspaceFeatureInfo", 4250 "id": "workspaceDrawer.workspaceFeatureInfo",
3634 "start": { 4251 "start": {
3635 "column": 24, 4252 "column": 24,
3636 "line": 27 4253 "line": 29
3637 } 4254 }
3638 }, 4255 },
3639 { 4256 {
3640 "defaultMessage": "!!!Create your first workspace", 4257 "defaultMessage": "!!!Create your first workspace",
3641 "end": { 4258 "end": {
3642 "column": 3, 4259 "column": 3,
3643 "line": 34 4260 "line": 36
3644 }, 4261 },
3645 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4262 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3646 "id": "workspaceDrawer.premiumCtaButtonLabel", 4263 "id": "workspaceDrawer.premiumCtaButtonLabel",
3647 "start": { 4264 "start": {
3648 "column": 25, 4265 "column": 25,
3649 "line": 31 4266 "line": 33
3650 } 4267 }
3651 }, 4268 },
3652 { 4269 {
3653 "defaultMessage": "!!!Reactivate premium account", 4270 "defaultMessage": "!!!Reactivate premium account",
3654 "end": { 4271 "end": {
3655 "column": 3, 4272 "column": 3,
3656 "line": 38 4273 "line": 40
3657 }, 4274 },
3658 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4275 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3659 "id": "workspaceDrawer.reactivatePremiumAccountLabel", 4276 "id": "workspaceDrawer.reactivatePremiumAccountLabel",
3660 "start": { 4277 "start": {
3661 "column": 28, 4278 "column": 28,
3662 "line": 35 4279 "line": 37
3663 } 4280 }
3664 }, 4281 },
3665 { 4282 {
3666 "defaultMessage": "!!!add new workspace", 4283 "defaultMessage": "!!!add new workspace",
3667 "end": { 4284 "end": {
3668 "column": 3, 4285 "column": 3,
3669 "line": 42 4286 "line": 44
3670 }, 4287 },
3671 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4288 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3672 "id": "workspaceDrawer.addNewWorkspaceLabel", 4289 "id": "workspaceDrawer.addNewWorkspaceLabel",
3673 "start": { 4290 "start": {
3674 "column": 24, 4291 "column": 24,
3675 "line": 39 4292 "line": 41
3676 } 4293 }
3677 }, 4294 },
3678 { 4295 {
3679 "defaultMessage": "!!!Premium feature", 4296 "defaultMessage": "!!!Premium feature",
3680 "end": { 4297 "end": {
3681 "column": 3, 4298 "column": 3,
3682 "line": 46 4299 "line": 48
3683 }, 4300 },
3684 "file": "src/features/workspaces/components/WorkspaceDrawer.js", 4301 "file": "src/features/workspaces/components/WorkspaceDrawer.js",
3685 "id": "workspaceDrawer.proFeatureBadge", 4302 "id": "workspaceDrawer.proFeatureBadge",
3686 "start": { 4303 "start": {
3687 "column": 23, 4304 "column": 23,
3688 "line": 43 4305 "line": 45
3689 } 4306 }
3690 } 4307 }
3691 ], 4308 ],
@@ -3728,104 +4345,104 @@
3728 "defaultMessage": "!!!Your workspaces", 4345 "defaultMessage": "!!!Your workspaces",
3729 "end": { 4346 "end": {
3730 "column": 3, 4347 "column": 3,
3731 "line": 20 4348 "line": 22
3732 }, 4349 },
3733 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4350 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3734 "id": "settings.workspaces.headline", 4351 "id": "settings.workspaces.headline",
3735 "start": { 4352 "start": {
3736 "column": 12, 4353 "column": 12,
3737 "line": 17 4354 "line": 19
3738 } 4355 }
3739 }, 4356 },
3740 { 4357 {
3741 "defaultMessage": "!!!You haven't added any workspaces yet.", 4358 "defaultMessage": "!!!You haven't added any workspaces yet.",
3742 "end": { 4359 "end": {
3743 "column": 3, 4360 "column": 3,
3744 "line": 24 4361 "line": 26
3745 }, 4362 },
3746 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4363 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3747 "id": "settings.workspaces.noWorkspacesAdded", 4364 "id": "settings.workspaces.noWorkspacesAdded",
3748 "start": { 4365 "start": {
3749 "column": 19, 4366 "column": 19,
3750 "line": 21 4367 "line": 23
3751 } 4368 }
3752 }, 4369 },
3753 { 4370 {
3754 "defaultMessage": "!!!Could not load your workspaces", 4371 "defaultMessage": "!!!Could not load your workspaces",
3755 "end": { 4372 "end": {
3756 "column": 3, 4373 "column": 3,
3757 "line": 28 4374 "line": 30
3758 }, 4375 },
3759 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4376 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3760 "id": "settings.workspaces.workspacesRequestFailed", 4377 "id": "settings.workspaces.workspacesRequestFailed",
3761 "start": { 4378 "start": {
3762 "column": 27, 4379 "column": 27,
3763 "line": 25 4380 "line": 27
3764 } 4381 }
3765 }, 4382 },
3766 { 4383 {
3767 "defaultMessage": "!!!Try again", 4384 "defaultMessage": "!!!Try again",
3768 "end": { 4385 "end": {
3769 "column": 3, 4386 "column": 3,
3770 "line": 32 4387 "line": 34
3771 }, 4388 },
3772 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4389 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3773 "id": "settings.workspaces.tryReloadWorkspaces", 4390 "id": "settings.workspaces.tryReloadWorkspaces",
3774 "start": { 4391 "start": {
3775 "column": 23, 4392 "column": 23,
3776 "line": 29 4393 "line": 31
3777 } 4394 }
3778 }, 4395 },
3779 { 4396 {
3780 "defaultMessage": "!!!Your changes have been saved", 4397 "defaultMessage": "!!!Your changes have been saved",
3781 "end": { 4398 "end": {
3782 "column": 3, 4399 "column": 3,
3783 "line": 36 4400 "line": 38
3784 }, 4401 },
3785 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4402 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3786 "id": "settings.workspaces.updatedInfo", 4403 "id": "settings.workspaces.updatedInfo",
3787 "start": { 4404 "start": {
3788 "column": 15, 4405 "column": 15,
3789 "line": 33 4406 "line": 35
3790 } 4407 }
3791 }, 4408 },
3792 { 4409 {
3793 "defaultMessage": "!!!Workspace has been deleted", 4410 "defaultMessage": "!!!Workspace has been deleted",
3794 "end": { 4411 "end": {
3795 "column": 3, 4412 "column": 3,
3796 "line": 40 4413 "line": 42
3797 }, 4414 },
3798 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4415 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3799 "id": "settings.workspaces.deletedInfo", 4416 "id": "settings.workspaces.deletedInfo",
3800 "start": { 4417 "start": {
3801 "column": 15, 4418 "column": 15,
3802 "line": 37 4419 "line": 39
3803 } 4420 }
3804 }, 4421 },
3805 { 4422 {
3806 "defaultMessage": "!!!Info about workspace feature", 4423 "defaultMessage": "!!!Info about workspace feature",
3807 "end": { 4424 "end": {
3808 "column": 3, 4425 "column": 3,
3809 "line": 44 4426 "line": 46
3810 }, 4427 },
3811 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4428 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3812 "id": "settings.workspaces.workspaceFeatureInfo", 4429 "id": "settings.workspaces.workspaceFeatureInfo",
3813 "start": { 4430 "start": {
3814 "column": 24, 4431 "column": 24,
3815 "line": 41 4432 "line": 43
3816 } 4433 }
3817 }, 4434 },
3818 { 4435 {
3819 "defaultMessage": "!!!Less is More: Introducing Ferdi Workspaces", 4436 "defaultMessage": "!!!Less is More: Introducing Franz Workspaces",
3820 "end": { 4437 "end": {
3821 "column": 3, 4438 "column": 3,
3822 "line": 48 4439 "line": 50
3823 }, 4440 },
3824 "file": "src/features/workspaces/components/WorkspacesDashboard.js", 4441 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3825 "id": "settings.workspaces.workspaceFeatureHeadline", 4442 "id": "settings.workspaces.workspaceFeatureHeadline",
3826 "start": { 4443 "start": {
3827 "column": 28, 4444 "column": 28,
3828 "line": 45 4445 "line": 47
3829 } 4446 }
3830 } 4447 }
3831 ], 4448 ],
@@ -3852,6 +4469,146 @@
3852 { 4469 {
3853 "descriptors": [ 4470 "descriptors": [
3854 { 4471 {
4472 "defaultMessage": "!!!Franz Professional",
4473 "end": {
4474 "column": 3,
4475 "line": 8
4476 },
4477 "file": "src/helpers/plan-helpers.js",
4478 "id": "pricing.plan.pro",
4479 "start": {
4480 "column": 15,
4481 "line": 5
4482 }
4483 },
4484 {
4485 "defaultMessage": "!!!Franz Personal",
4486 "end": {
4487 "column": 3,
4488 "line": 12
4489 },
4490 "file": "src/helpers/plan-helpers.js",
4491 "id": "pricing.plan.personal",
4492 "start": {
4493 "column": 20,
4494 "line": 9
4495 }
4496 },
4497 {
4498 "defaultMessage": "!!!Franz Free",
4499 "end": {
4500 "column": 3,
4501 "line": 16
4502 },
4503 "file": "src/helpers/plan-helpers.js",
4504 "id": "pricing.plan.free",
4505 "start": {
4506 "column": 16,
4507 "line": 13
4508 }
4509 },
4510 {
4511 "defaultMessage": "!!!Franz Premium",
4512 "end": {
4513 "column": 3,
4514 "line": 20
4515 },
4516 "file": "src/helpers/plan-helpers.js",
4517 "id": "pricing.plan.legacy",
4518 "start": {
4519 "column": 18,
4520 "line": 17
4521 }
4522 }
4523 ],
4524 "path": "src/helpers/plan-helpers.json"
4525 },
4526 {
4527 "descriptors": [
4528 {
4529 "defaultMessage": "!!!Franz Professional Yearly",
4530 "end": {
4531 "column": 3,
4532 "line": 8
4533 },
4534 "file": "src/helpers/pricing-helpers.js",
4535 "id": "pricing.plan.pro-yearly",
4536 "start": {
4537 "column": 22,
4538 "line": 5
4539 }
4540 },
4541 {
4542 "defaultMessage": "!!!Franz Professional Monthly",
4543 "end": {
4544 "column": 3,
4545 "line": 12
4546 },
4547 "file": "src/helpers/pricing-helpers.js",
4548 "id": "pricing.plan.pro-monthly",
4549 "start": {
4550 "column": 23,
4551 "line": 9
4552 }
4553 },
4554 {
4555 "defaultMessage": "!!!Franz Personal Yearly",
4556 "end": {
4557 "column": 3,
4558 "line": 16
4559 },
4560 "file": "src/helpers/pricing-helpers.js",
4561 "id": "pricing.plan.personal-yearly",
4562 "start": {
4563 "column": 27,
4564 "line": 13
4565 }
4566 },
4567 {
4568 "defaultMessage": "!!!Franz Personal Monthly",
4569 "end": {
4570 "column": 3,
4571 "line": 20
4572 },
4573 "file": "src/helpers/pricing-helpers.js",
4574 "id": "pricing.plan.personal-monthly",
4575 "start": {
4576 "column": 28,
4577 "line": 17
4578 }
4579 },
4580 {
4581 "defaultMessage": "!!!Franz Free",
4582 "end": {
4583 "column": 3,
4584 "line": 24
4585 },
4586 "file": "src/helpers/pricing-helpers.js",
4587 "id": "pricing.plan.free",
4588 "start": {
4589 "column": 16,
4590 "line": 21
4591 }
4592 },
4593 {
4594 "defaultMessage": "!!!Franz Premium",
4595 "end": {
4596 "column": 3,
4597 "line": 28
4598 },
4599 "file": "src/helpers/pricing-helpers.js",
4600 "id": "pricing.plan.legacy",
4601 "start": {
4602 "column": 18,
4603 "line": 25
4604 }
4605 }
4606 ],
4607 "path": "src/helpers/pricing-helpers.json"
4608 },
4609 {
4610 "descriptors": [
4611 {
3855 "defaultMessage": "!!!Field is required", 4612 "defaultMessage": "!!!Field is required",
3856 "end": { 4613 "end": {
3857 "column": 3, 4614 "column": 3,
@@ -3998,6 +4755,19 @@
3998 "column": 39, 4755 "column": 39,
3999 "line": 24 4756 "line": 24
4000 } 4757 }
4758 },
4759 {
4760 "defaultMessage": "!!!Franz Professional Required",
4761 "end": {
4762 "column": 3,
4763 "line": 31
4764 },
4765 "file": "src/i18n/globalMessages.js",
4766 "id": "global.franzProRequired",
4767 "start": {
4768 "column": 15,
4769 "line": 28
4770 }
4001 } 4771 }
4002 ], 4772 ],
4003 "path": "src/i18n/globalMessages.json" 4773 "path": "src/i18n/globalMessages.json"
@@ -4008,741 +4778,793 @@
4008 "defaultMessage": "!!!Edit", 4778 "defaultMessage": "!!!Edit",
4009 "end": { 4779 "end": {
4010 "column": 3, 4780 "column": 3,
4011 "line": 17 4781 "line": 21
4012 }, 4782 },
4013 "file": "src/lib/Menu.js", 4783 "file": "src/lib/Menu.js",
4014 "id": "menu.edit", 4784 "id": "menu.edit",
4015 "start": { 4785 "start": {
4016 "column": 8, 4786 "column": 8,
4017 "line": 14 4787 "line": 18
4018 } 4788 }
4019 }, 4789 },
4020 { 4790 {
4021 "defaultMessage": "!!!Undo", 4791 "defaultMessage": "!!!Undo",
4022 "end": { 4792 "end": {
4023 "column": 3, 4793 "column": 3,
4024 "line": 21 4794 "line": 25
4025 }, 4795 },
4026 "file": "src/lib/Menu.js", 4796 "file": "src/lib/Menu.js",
4027 "id": "menu.edit.undo", 4797 "id": "menu.edit.undo",
4028 "start": { 4798 "start": {
4029 "column": 8, 4799 "column": 8,
4030 "line": 18 4800 "line": 22
4031 } 4801 }
4032 }, 4802 },
4033 { 4803 {
4034 "defaultMessage": "!!!Redo", 4804 "defaultMessage": "!!!Redo",
4035 "end": { 4805 "end": {
4036 "column": 3, 4806 "column": 3,
4037 "line": 25 4807 "line": 29
4038 }, 4808 },
4039 "file": "src/lib/Menu.js", 4809 "file": "src/lib/Menu.js",
4040 "id": "menu.edit.redo", 4810 "id": "menu.edit.redo",
4041 "start": { 4811 "start": {
4042 "column": 8, 4812 "column": 8,
4043 "line": 22 4813 "line": 26
4044 } 4814 }
4045 }, 4815 },
4046 { 4816 {
4047 "defaultMessage": "!!!Cut", 4817 "defaultMessage": "!!!Cut",
4048 "end": { 4818 "end": {
4049 "column": 3, 4819 "column": 3,
4050 "line": 29 4820 "line": 33
4051 }, 4821 },
4052 "file": "src/lib/Menu.js", 4822 "file": "src/lib/Menu.js",
4053 "id": "menu.edit.cut", 4823 "id": "menu.edit.cut",
4054 "start": { 4824 "start": {
4055 "column": 7, 4825 "column": 7,
4056 "line": 26 4826 "line": 30
4057 } 4827 }
4058 }, 4828 },
4059 { 4829 {
4060 "defaultMessage": "!!!Copy", 4830 "defaultMessage": "!!!Copy",
4061 "end": { 4831 "end": {
4062 "column": 3, 4832 "column": 3,
4063 "line": 33 4833 "line": 37
4064 }, 4834 },
4065 "file": "src/lib/Menu.js", 4835 "file": "src/lib/Menu.js",
4066 "id": "menu.edit.copy", 4836 "id": "menu.edit.copy",
4067 "start": { 4837 "start": {
4068 "column": 8, 4838 "column": 8,
4069 "line": 30 4839 "line": 34
4070 } 4840 }
4071 }, 4841 },
4072 { 4842 {
4073 "defaultMessage": "!!!Paste", 4843 "defaultMessage": "!!!Paste",
4074 "end": { 4844 "end": {
4075 "column": 3, 4845 "column": 3,
4076 "line": 37 4846 "line": 41
4077 }, 4847 },
4078 "file": "src/lib/Menu.js", 4848 "file": "src/lib/Menu.js",
4079 "id": "menu.edit.paste", 4849 "id": "menu.edit.paste",
4080 "start": { 4850 "start": {
4081 "column": 9, 4851 "column": 9,
4082 "line": 34 4852 "line": 38
4083 } 4853 }
4084 }, 4854 },
4085 { 4855 {
4086 "defaultMessage": "!!!Paste And Match Style", 4856 "defaultMessage": "!!!Paste And Match Style",
4087 "end": { 4857 "end": {
4088 "column": 3, 4858 "column": 3,
4089 "line": 41 4859 "line": 45
4090 }, 4860 },
4091 "file": "src/lib/Menu.js", 4861 "file": "src/lib/Menu.js",
4092 "id": "menu.edit.pasteAndMatchStyle", 4862 "id": "menu.edit.pasteAndMatchStyle",
4093 "start": { 4863 "start": {
4094 "column": 22, 4864 "column": 22,
4095 "line": 38 4865 "line": 42
4096 } 4866 }
4097 }, 4867 },
4098 { 4868 {
4099 "defaultMessage": "!!!Delete", 4869 "defaultMessage": "!!!Delete",
4100 "end": { 4870 "end": {
4101 "column": 3, 4871 "column": 3,
4102 "line": 45 4872 "line": 49
4103 }, 4873 },
4104 "file": "src/lib/Menu.js", 4874 "file": "src/lib/Menu.js",
4105 "id": "menu.edit.delete", 4875 "id": "menu.edit.delete",
4106 "start": { 4876 "start": {
4107 "column": 10, 4877 "column": 10,
4108 "line": 42 4878 "line": 46
4109 } 4879 }
4110 }, 4880 },
4111 { 4881 {
4112 "defaultMessage": "!!!Select All", 4882 "defaultMessage": "!!!Select All",
4113 "end": { 4883 "end": {
4114 "column": 3, 4884 "column": 3,
4115 "line": 49 4885 "line": 53
4116 }, 4886 },
4117 "file": "src/lib/Menu.js", 4887 "file": "src/lib/Menu.js",
4118 "id": "menu.edit.selectAll", 4888 "id": "menu.edit.selectAll",
4119 "start": { 4889 "start": {
4120 "column": 13, 4890 "column": 13,
4121 "line": 46 4891 "line": 50
4122 } 4892 }
4123 }, 4893 },
4124 { 4894 {
4125 "defaultMessage": "!!!Speech", 4895 "defaultMessage": "!!!Speech",
4126 "end": { 4896 "end": {
4127 "column": 3, 4897 "column": 3,
4128 "line": 53 4898 "line": 57
4129 }, 4899 },
4130 "file": "src/lib/Menu.js", 4900 "file": "src/lib/Menu.js",
4131 "id": "menu.edit.speech", 4901 "id": "menu.edit.speech",
4132 "start": { 4902 "start": {
4133 "column": 10, 4903 "column": 10,
4134 "line": 50 4904 "line": 54
4135 } 4905 }
4136 }, 4906 },
4137 { 4907 {
4138 "defaultMessage": "!!!Start Speaking", 4908 "defaultMessage": "!!!Start Speaking",
4139 "end": { 4909 "end": {
4140 "column": 3, 4910 "column": 3,
4141 "line": 57 4911 "line": 61
4142 }, 4912 },
4143 "file": "src/lib/Menu.js", 4913 "file": "src/lib/Menu.js",
4144 "id": "menu.edit.startSpeaking", 4914 "id": "menu.edit.startSpeaking",
4145 "start": { 4915 "start": {
4146 "column": 17, 4916 "column": 17,
4147 "line": 54 4917 "line": 58
4148 } 4918 }
4149 }, 4919 },
4150 { 4920 {
4151 "defaultMessage": "!!!Stop Speaking", 4921 "defaultMessage": "!!!Stop Speaking",
4152 "end": { 4922 "end": {
4153 "column": 3, 4923 "column": 3,
4154 "line": 61 4924 "line": 65
4155 }, 4925 },
4156 "file": "src/lib/Menu.js", 4926 "file": "src/lib/Menu.js",
4157 "id": "menu.edit.stopSpeaking", 4927 "id": "menu.edit.stopSpeaking",
4158 "start": { 4928 "start": {
4159 "column": 16, 4929 "column": 16,
4160 "line": 58 4930 "line": 62
4161 } 4931 }
4162 }, 4932 },
4163 { 4933 {
4164 "defaultMessage": "!!!Start Dictation", 4934 "defaultMessage": "!!!Start Dictation",
4165 "end": { 4935 "end": {
4166 "column": 3, 4936 "column": 3,
4167 "line": 65 4937 "line": 69
4168 }, 4938 },
4169 "file": "src/lib/Menu.js", 4939 "file": "src/lib/Menu.js",
4170 "id": "menu.edit.startDictation", 4940 "id": "menu.edit.startDictation",
4171 "start": { 4941 "start": {
4172 "column": 18, 4942 "column": 18,
4173 "line": 62 4943 "line": 66
4174 } 4944 }
4175 }, 4945 },
4176 { 4946 {
4177 "defaultMessage": "!!!Emoji & Symbols", 4947 "defaultMessage": "!!!Emoji & Symbols",
4178 "end": { 4948 "end": {
4179 "column": 3, 4949 "column": 3,
4180 "line": 69 4950 "line": 73
4181 }, 4951 },
4182 "file": "src/lib/Menu.js", 4952 "file": "src/lib/Menu.js",
4183 "id": "menu.edit.emojiSymbols", 4953 "id": "menu.edit.emojiSymbols",
4184 "start": { 4954 "start": {
4185 "column": 16, 4955 "column": 16,
4186 "line": 66 4956 "line": 70
4187 } 4957 }
4188 }, 4958 },
4189 { 4959 {
4190 "defaultMessage": "!!!Actual Size", 4960 "defaultMessage": "!!!Actual Size",
4191 "end": { 4961 "end": {
4192 "column": 3, 4962 "column": 3,
4193 "line": 73 4963 "line": 77
4194 }, 4964 },
4195 "file": "src/lib/Menu.js", 4965 "file": "src/lib/Menu.js",
4196 "id": "menu.view.resetZoom", 4966 "id": "menu.view.resetZoom",
4197 "start": { 4967 "start": {
4198 "column": 13, 4968 "column": 13,
4199 "line": 70 4969 "line": 74
4200 } 4970 }
4201 }, 4971 },
4202 { 4972 {
4203 "defaultMessage": "!!!Zoom In", 4973 "defaultMessage": "!!!Zoom In",
4204 "end": { 4974 "end": {
4205 "column": 3, 4975 "column": 3,
4206 "line": 77 4976 "line": 81
4207 }, 4977 },
4208 "file": "src/lib/Menu.js", 4978 "file": "src/lib/Menu.js",
4209 "id": "menu.view.zoomIn", 4979 "id": "menu.view.zoomIn",
4210 "start": { 4980 "start": {
4211 "column": 10, 4981 "column": 10,
4212 "line": 74 4982 "line": 78
4213 } 4983 }
4214 }, 4984 },
4215 { 4985 {
4216 "defaultMessage": "!!!Zoom Out", 4986 "defaultMessage": "!!!Zoom Out",
4217 "end": { 4987 "end": {
4218 "column": 3, 4988 "column": 3,
4219 "line": 81 4989 "line": 85
4220 }, 4990 },
4221 "file": "src/lib/Menu.js", 4991 "file": "src/lib/Menu.js",
4222 "id": "menu.view.zoomOut", 4992 "id": "menu.view.zoomOut",
4223 "start": { 4993 "start": {
4224 "column": 11, 4994 "column": 11,
4225 "line": 78 4995 "line": 82
4226 } 4996 }
4227 }, 4997 },
4228 { 4998 {
4229 "defaultMessage": "!!!Enter Full Screen", 4999 "defaultMessage": "!!!Enter Full Screen",
4230 "end": { 5000 "end": {
4231 "column": 3, 5001 "column": 3,
4232 "line": 85 5002 "line": 89
4233 }, 5003 },
4234 "file": "src/lib/Menu.js", 5004 "file": "src/lib/Menu.js",
4235 "id": "menu.view.enterFullScreen", 5005 "id": "menu.view.enterFullScreen",
4236 "start": { 5006 "start": {
4237 "column": 19, 5007 "column": 19,
4238 "line": 82 5008 "line": 86
4239 } 5009 }
4240 }, 5010 },
4241 { 5011 {
4242 "defaultMessage": "!!!Exit Full Screen", 5012 "defaultMessage": "!!!Exit Full Screen",
4243 "end": { 5013 "end": {
4244 "column": 3, 5014 "column": 3,
4245 "line": 89 5015 "line": 93
4246 }, 5016 },
4247 "file": "src/lib/Menu.js", 5017 "file": "src/lib/Menu.js",
4248 "id": "menu.view.exitFullScreen", 5018 "id": "menu.view.exitFullScreen",
4249 "start": { 5019 "start": {
4250 "column": 18, 5020 "column": 18,
4251 "line": 86 5021 "line": 90
4252 } 5022 }
4253 }, 5023 },
4254 { 5024 {
4255 "defaultMessage": "!!!Toggle Full Screen", 5025 "defaultMessage": "!!!Toggle Full Screen",
4256 "end": { 5026 "end": {
4257 "column": 3, 5027 "column": 3,
4258 "line": 93 5028 "line": 97
4259 }, 5029 },
4260 "file": "src/lib/Menu.js", 5030 "file": "src/lib/Menu.js",
4261 "id": "menu.view.toggleFullScreen", 5031 "id": "menu.view.toggleFullScreen",
4262 "start": { 5032 "start": {
4263 "column": 20, 5033 "column": 20,
4264 "line": 90 5034 "line": 94
4265 } 5035 }
4266 }, 5036 },
4267 { 5037 {
4268 "defaultMessage": "!!!Toggle Developer Tools", 5038 "defaultMessage": "!!!Toggle Developer Tools",
4269 "end": { 5039 "end": {
4270 "column": 3, 5040 "column": 3,
4271 "line": 97 5041 "line": 101
4272 }, 5042 },
4273 "file": "src/lib/Menu.js", 5043 "file": "src/lib/Menu.js",
4274 "id": "menu.view.toggleDevTools", 5044 "id": "menu.view.toggleDevTools",
4275 "start": { 5045 "start": {
4276 "column": 18, 5046 "column": 18,
4277 "line": 94 5047 "line": 98
5048 }
5049 },
5050 {
5051 "defaultMessage": "!!!Toggle Todos Developer Tools",
5052 "end": {
5053 "column": 3,
5054 "line": 105
5055 },
5056 "file": "src/lib/Menu.js",
5057 "id": "menu.view.toggleTodosDevTools",
5058 "start": {
5059 "column": 23,
5060 "line": 102
4278 } 5061 }
4279 }, 5062 },
4280 { 5063 {
4281 "defaultMessage": "!!!Toggle Service Developer Tools", 5064 "defaultMessage": "!!!Toggle Service Developer Tools",
4282 "end": { 5065 "end": {
4283 "column": 3, 5066 "column": 3,
4284 "line": 101 5067 "line": 109
4285 }, 5068 },
4286 "file": "src/lib/Menu.js", 5069 "file": "src/lib/Menu.js",
4287 "id": "menu.view.toggleServiceDevTools", 5070 "id": "menu.view.toggleServiceDevTools",
4288 "start": { 5071 "start": {
4289 "column": 25, 5072 "column": 25,
4290 "line": 98 5073 "line": 106
4291 } 5074 }
4292 }, 5075 },
4293 { 5076 {
4294 "defaultMessage": "!!!Reload Service", 5077 "defaultMessage": "!!!Reload Service",
4295 "end": { 5078 "end": {
4296 "column": 3, 5079 "column": 3,
4297 "line": 105 5080 "line": 113
4298 }, 5081 },
4299 "file": "src/lib/Menu.js", 5082 "file": "src/lib/Menu.js",
4300 "id": "menu.view.reloadService", 5083 "id": "menu.view.reloadService",
4301 "start": { 5084 "start": {
4302 "column": 17, 5085 "column": 17,
4303 "line": 102 5086 "line": 110
4304 } 5087 }
4305 }, 5088 },
4306 { 5089 {
4307 "defaultMessage": "!!!Reload Franz", 5090 "defaultMessage": "!!!Reload Franz",
4308 "end": { 5091 "end": {
4309 "column": 3, 5092 "column": 3,
4310 "line": 109 5093 "line": 117
4311 }, 5094 },
4312 "file": "src/lib/Menu.js", 5095 "file": "src/lib/Menu.js",
4313 "id": "menu.view.reloadFranz", 5096 "id": "menu.view.reloadFranz",
4314 "start": { 5097 "start": {
4315 "column": 15, 5098 "column": 15,
4316 "line": 106 5099 "line": 114
4317 } 5100 }
4318 }, 5101 },
4319 { 5102 {
4320 "defaultMessage": "!!!Minimize", 5103 "defaultMessage": "!!!Minimize",
4321 "end": { 5104 "end": {
4322 "column": 3, 5105 "column": 3,
4323 "line": 113 5106 "line": 121
4324 }, 5107 },
4325 "file": "src/lib/Menu.js", 5108 "file": "src/lib/Menu.js",
4326 "id": "menu.window.minimize", 5109 "id": "menu.window.minimize",
4327 "start": { 5110 "start": {
4328 "column": 12, 5111 "column": 12,
4329 "line": 110 5112 "line": 118
4330 } 5113 }
4331 }, 5114 },
4332 { 5115 {
4333 "defaultMessage": "!!!Close", 5116 "defaultMessage": "!!!Close",
4334 "end": { 5117 "end": {
4335 "column": 3, 5118 "column": 3,
4336 "line": 117 5119 "line": 125
4337 }, 5120 },
4338 "file": "src/lib/Menu.js", 5121 "file": "src/lib/Menu.js",
4339 "id": "menu.window.close", 5122 "id": "menu.window.close",
4340 "start": { 5123 "start": {
4341 "column": 9, 5124 "column": 9,
4342 "line": 114 5125 "line": 122
4343 } 5126 }
4344 }, 5127 },
4345 { 5128 {
4346 "defaultMessage": "!!!Learn More", 5129 "defaultMessage": "!!!Learn More",
4347 "end": { 5130 "end": {
4348 "column": 3, 5131 "column": 3,
4349 "line": 121 5132 "line": 129
4350 }, 5133 },
4351 "file": "src/lib/Menu.js", 5134 "file": "src/lib/Menu.js",
4352 "id": "menu.help.learnMore", 5135 "id": "menu.help.learnMore",
4353 "start": { 5136 "start": {
4354 "column": 13, 5137 "column": 13,
4355 "line": 118 5138 "line": 126
4356 } 5139 }
4357 }, 5140 },
4358 { 5141 {
4359 "defaultMessage": "!!!Changelog", 5142 "defaultMessage": "!!!Changelog",
4360 "end": { 5143 "end": {
4361 "column": 3, 5144 "column": 3,
4362 "line": 125 5145 "line": 133
4363 }, 5146 },
4364 "file": "src/lib/Menu.js", 5147 "file": "src/lib/Menu.js",
4365 "id": "menu.help.changelog", 5148 "id": "menu.help.changelog",
4366 "start": { 5149 "start": {
4367 "column": 13, 5150 "column": 13,
4368 "line": 122 5151 "line": 130
4369 } 5152 }
4370 }, 5153 },
4371 { 5154 {
4372 "defaultMessage": "!!!Support", 5155 "defaultMessage": "!!!Support",
4373 "end": { 5156 "end": {
4374 "column": 3, 5157 "column": 3,
4375 "line": 129 5158 "line": 137
4376 }, 5159 },
4377 "file": "src/lib/Menu.js", 5160 "file": "src/lib/Menu.js",
4378 "id": "menu.help.support", 5161 "id": "menu.help.support",
4379 "start": { 5162 "start": {
4380 "column": 11, 5163 "column": 11,
4381 "line": 126 5164 "line": 134
4382 } 5165 }
4383 }, 5166 },
4384 { 5167 {
4385 "defaultMessage": "!!!Copy Debug Information", 5168 "defaultMessage": "!!!Copy Debug Information",
4386 "end": { 5169 "end": {
4387 "column": 3, 5170 "column": 3,
4388 "line": 133 5171 "line": 141
4389 }, 5172 },
4390 "file": "src/lib/Menu.js", 5173 "file": "src/lib/Menu.js",
4391 "id": "menu.help.debugInfo", 5174 "id": "menu.help.debugInfo",
4392 "start": { 5175 "start": {
4393 "column": 13, 5176 "column": 13,
4394 "line": 130 5177 "line": 138
4395 } 5178 }
4396 }, 5179 },
4397 { 5180 {
4398 "defaultMessage": "!!!Ferdi Debug Information", 5181 "defaultMessage": "!!!Ferdi Debug Information",
4399 "end": { 5182 "end": {
4400 "column": 3, 5183 "column": 3,
4401 "line": 137 5184 "line": 145
4402 }, 5185 },
4403 "file": "src/lib/Menu.js", 5186 "file": "src/lib/Menu.js",
4404 "id": "menu.help.debugInfoCopiedHeadline", 5187 "id": "menu.help.debugInfoCopiedHeadline",
4405 "start": { 5188 "start": {
4406 "column": 27, 5189 "column": 27,
4407 "line": 134 5190 "line": 142
4408 } 5191 }
4409 }, 5192 },
4410 { 5193 {
4411 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 5194 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
4412 "end": { 5195 "end": {
4413 "column": 3, 5196 "column": 3,
4414 "line": 141 5197 "line": 149
4415 }, 5198 },
4416 "file": "src/lib/Menu.js", 5199 "file": "src/lib/Menu.js",
4417 "id": "menu.help.debugInfoCopiedBody", 5200 "id": "menu.help.debugInfoCopiedBody",
4418 "start": { 5201 "start": {
4419 "column": 23, 5202 "column": 23,
4420 "line": 138 5203 "line": 146
4421 } 5204 }
4422 }, 5205 },
4423 { 5206 {
4424 "defaultMessage": "!!!Terms of Service", 5207 "defaultMessage": "!!!Terms of Service",
4425 "end": { 5208 "end": {
4426 "column": 3, 5209 "column": 3,
4427 "line": 145 5210 "line": 153
4428 }, 5211 },
4429 "file": "src/lib/Menu.js", 5212 "file": "src/lib/Menu.js",
4430 "id": "menu.help.tos", 5213 "id": "menu.help.tos",
4431 "start": { 5214 "start": {
4432 "column": 7, 5215 "column": 7,
4433 "line": 142 5216 "line": 150
4434 } 5217 }
4435 }, 5218 },
4436 { 5219 {
4437 "defaultMessage": "!!!Privacy Statement", 5220 "defaultMessage": "!!!Privacy Statement",
4438 "end": { 5221 "end": {
4439 "column": 3, 5222 "column": 3,
4440 "line": 149 5223 "line": 157
4441 }, 5224 },
4442 "file": "src/lib/Menu.js", 5225 "file": "src/lib/Menu.js",
4443 "id": "menu.help.privacy", 5226 "id": "menu.help.privacy",
4444 "start": { 5227 "start": {
4445 "column": 11, 5228 "column": 11,
4446 "line": 146 5229 "line": 154
4447 } 5230 }
4448 }, 5231 },
4449 { 5232 {
4450 "defaultMessage": "!!!File", 5233 "defaultMessage": "!!!File",
4451 "end": { 5234 "end": {
4452 "column": 3, 5235 "column": 3,
4453 "line": 153 5236 "line": 161
4454 }, 5237 },
4455 "file": "src/lib/Menu.js", 5238 "file": "src/lib/Menu.js",
4456 "id": "menu.file", 5239 "id": "menu.file",
4457 "start": { 5240 "start": {
4458 "column": 8, 5241 "column": 8,
4459 "line": 150 5242 "line": 158
4460 } 5243 }
4461 }, 5244 },
4462 { 5245 {
4463 "defaultMessage": "!!!View", 5246 "defaultMessage": "!!!View",
4464 "end": { 5247 "end": {
4465 "column": 3, 5248 "column": 3,
4466 "line": 157 5249 "line": 165
4467 }, 5250 },
4468 "file": "src/lib/Menu.js", 5251 "file": "src/lib/Menu.js",
4469 "id": "menu.view", 5252 "id": "menu.view",
4470 "start": { 5253 "start": {
4471 "column": 8, 5254 "column": 8,
4472 "line": 154 5255 "line": 162
4473 } 5256 }
4474 }, 5257 },
4475 { 5258 {
4476 "defaultMessage": "!!!Services", 5259 "defaultMessage": "!!!Services",
4477 "end": { 5260 "end": {
4478 "column": 3, 5261 "column": 3,
4479 "line": 161 5262 "line": 169
4480 }, 5263 },
4481 "file": "src/lib/Menu.js", 5264 "file": "src/lib/Menu.js",
4482 "id": "menu.services", 5265 "id": "menu.services",
4483 "start": { 5266 "start": {
4484 "column": 12, 5267 "column": 12,
4485 "line": 158 5268 "line": 166
4486 } 5269 }
4487 }, 5270 },
4488 { 5271 {
4489 "defaultMessage": "!!!Window", 5272 "defaultMessage": "!!!Window",
4490 "end": { 5273 "end": {
4491 "column": 3, 5274 "column": 3,
4492 "line": 165 5275 "line": 173
4493 }, 5276 },
4494 "file": "src/lib/Menu.js", 5277 "file": "src/lib/Menu.js",
4495 "id": "menu.window", 5278 "id": "menu.window",
4496 "start": { 5279 "start": {
4497 "column": 10, 5280 "column": 10,
4498 "line": 162 5281 "line": 170
4499 } 5282 }
4500 }, 5283 },
4501 { 5284 {
4502 "defaultMessage": "!!!Help", 5285 "defaultMessage": "!!!Help",
4503 "end": { 5286 "end": {
4504 "column": 3, 5287 "column": 3,
4505 "line": 169 5288 "line": 177
4506 }, 5289 },
4507 "file": "src/lib/Menu.js", 5290 "file": "src/lib/Menu.js",
4508 "id": "menu.help", 5291 "id": "menu.help",
4509 "start": { 5292 "start": {
4510 "column": 8, 5293 "column": 8,
4511 "line": 166 5294 "line": 174
4512 } 5295 }
4513 }, 5296 },
4514 { 5297 {
4515 "defaultMessage": "!!!About Franz", 5298 "defaultMessage": "!!!About Franz",
4516 "end": { 5299 "end": {
4517 "column": 3, 5300 "column": 3,
4518 "line": 173 5301 "line": 181
4519 }, 5302 },
4520 "file": "src/lib/Menu.js", 5303 "file": "src/lib/Menu.js",
4521 "id": "menu.app.about", 5304 "id": "menu.app.about",
4522 "start": { 5305 "start": {
4523 "column": 9, 5306 "column": 9,
4524 "line": 170 5307 "line": 178
4525 } 5308 }
4526 }, 5309 },
4527 { 5310 {
4528 "defaultMessage": "!!!What's new?", 5311 "defaultMessage": "!!!What's new?",
4529 "end": { 5312 "end": {
4530 "column": 3, 5313 "column": 3,
4531 "line": 177 5314 "line": 185
4532 }, 5315 },
4533 "file": "src/lib/Menu.js", 5316 "file": "src/lib/Menu.js",
4534 "id": "menu.app.announcement", 5317 "id": "menu.app.announcement",
4535 "start": { 5318 "start": {
4536 "column": 16, 5319 "column": 16,
4537 "line": 174 5320 "line": 182
4538 } 5321 }
4539 }, 5322 },
4540 { 5323 {
4541 "defaultMessage": "!!!Settings", 5324 "defaultMessage": "!!!Settings",
4542 "end": { 5325 "end": {
4543 "column": 3, 5326 "column": 3,
4544 "line": 181 5327 "line": 189
4545 }, 5328 },
4546 "file": "src/lib/Menu.js", 5329 "file": "src/lib/Menu.js",
4547 "id": "menu.app.settings", 5330 "id": "menu.app.settings",
4548 "start": { 5331 "start": {
4549 "column": 12, 5332 "column": 12,
4550 "line": 178 5333 "line": 186
4551 } 5334 }
4552 }, 5335 },
4553 { 5336 {
4554 "defaultMessage": "!!!Check for updates", 5337 "defaultMessage": "!!!Check for updates",
4555 "end": { 5338 "end": {
4556 "column": 3, 5339 "column": 3,
4557 "line": 185 5340 "line": 193
4558 }, 5341 },
4559 "file": "src/lib/Menu.js", 5342 "file": "src/lib/Menu.js",
4560 "id": "menu.app.checkForUpdates", 5343 "id": "menu.app.checkForUpdates",
4561 "start": { 5344 "start": {
4562 "column": 19, 5345 "column": 19,
4563 "line": 182 5346 "line": 190
4564 } 5347 }
4565 }, 5348 },
4566 { 5349 {
4567 "defaultMessage": "!!!Hide", 5350 "defaultMessage": "!!!Hide",
4568 "end": { 5351 "end": {
4569 "column": 3, 5352 "column": 3,
4570 "line": 189 5353 "line": 197
4571 }, 5354 },
4572 "file": "src/lib/Menu.js", 5355 "file": "src/lib/Menu.js",
4573 "id": "menu.app.hide", 5356 "id": "menu.app.hide",
4574 "start": { 5357 "start": {
4575 "column": 8, 5358 "column": 8,
4576 "line": 186 5359 "line": 194
4577 } 5360 }
4578 }, 5361 },
4579 { 5362 {
4580 "defaultMessage": "!!!Hide Others", 5363 "defaultMessage": "!!!Hide Others",
4581 "end": { 5364 "end": {
4582 "column": 3, 5365 "column": 3,
4583 "line": 193 5366 "line": 201
4584 }, 5367 },
4585 "file": "src/lib/Menu.js", 5368 "file": "src/lib/Menu.js",
4586 "id": "menu.app.hideOthers", 5369 "id": "menu.app.hideOthers",
4587 "start": { 5370 "start": {
4588 "column": 14, 5371 "column": 14,
4589 "line": 190 5372 "line": 198
4590 } 5373 }
4591 }, 5374 },
4592 { 5375 {
4593 "defaultMessage": "!!!Unhide", 5376 "defaultMessage": "!!!Unhide",
4594 "end": { 5377 "end": {
4595 "column": 3, 5378 "column": 3,
4596 "line": 197 5379 "line": 205
4597 }, 5380 },
4598 "file": "src/lib/Menu.js", 5381 "file": "src/lib/Menu.js",
4599 "id": "menu.app.unhide", 5382 "id": "menu.app.unhide",
4600 "start": { 5383 "start": {
4601 "column": 10, 5384 "column": 10,
4602 "line": 194 5385 "line": 202
4603 } 5386 }
4604 }, 5387 },
4605 { 5388 {
4606 "defaultMessage": "!!!Quit", 5389 "defaultMessage": "!!!Quit",
4607 "end": { 5390 "end": {
4608 "column": 3, 5391 "column": 3,
4609 "line": 201 5392 "line": 209
4610 }, 5393 },
4611 "file": "src/lib/Menu.js", 5394 "file": "src/lib/Menu.js",
4612 "id": "menu.app.quit", 5395 "id": "menu.app.quit",
4613 "start": { 5396 "start": {
4614 "column": 8, 5397 "column": 8,
4615 "line": 198 5398 "line": 206
4616 } 5399 }
4617 }, 5400 },
4618 { 5401 {
4619 "defaultMessage": "!!!Add New Service...", 5402 "defaultMessage": "!!!Add New Service...",
4620 "end": { 5403 "end": {
4621 "column": 3, 5404 "column": 3,
4622 "line": 205 5405 "line": 213
4623 }, 5406 },
4624 "file": "src/lib/Menu.js", 5407 "file": "src/lib/Menu.js",
4625 "id": "menu.services.addNewService", 5408 "id": "menu.services.addNewService",
4626 "start": { 5409 "start": {
4627 "column": 17, 5410 "column": 17,
4628 "line": 202 5411 "line": 210
4629 } 5412 }
4630 }, 5413 },
4631 { 5414 {
4632 "defaultMessage": "!!!Add New Workspace...", 5415 "defaultMessage": "!!!Add New Workspace...",
4633 "end": { 5416 "end": {
4634 "column": 3, 5417 "column": 3,
4635 "line": 209 5418 "line": 217
4636 }, 5419 },
4637 "file": "src/lib/Menu.js", 5420 "file": "src/lib/Menu.js",
4638 "id": "menu.workspaces.addNewWorkspace", 5421 "id": "menu.workspaces.addNewWorkspace",
4639 "start": { 5422 "start": {
4640 "column": 19, 5423 "column": 19,
4641 "line": 206 5424 "line": 214
4642 } 5425 }
4643 }, 5426 },
4644 { 5427 {
4645 "defaultMessage": "!!!Open workspace drawer", 5428 "defaultMessage": "!!!Open workspace drawer",
4646 "end": { 5429 "end": {
4647 "column": 3, 5430 "column": 3,
4648 "line": 213 5431 "line": 221
4649 }, 5432 },
4650 "file": "src/lib/Menu.js", 5433 "file": "src/lib/Menu.js",
4651 "id": "menu.workspaces.openWorkspaceDrawer", 5434 "id": "menu.workspaces.openWorkspaceDrawer",
4652 "start": { 5435 "start": {
4653 "column": 23, 5436 "column": 23,
4654 "line": 210 5437 "line": 218
4655 } 5438 }
4656 }, 5439 },
4657 { 5440 {
4658 "defaultMessage": "!!!Close workspace drawer", 5441 "defaultMessage": "!!!Close workspace drawer",
4659 "end": { 5442 "end": {
4660 "column": 3, 5443 "column": 3,
4661 "line": 217 5444 "line": 225
4662 }, 5445 },
4663 "file": "src/lib/Menu.js", 5446 "file": "src/lib/Menu.js",
4664 "id": "menu.workspaces.closeWorkspaceDrawer", 5447 "id": "menu.workspaces.closeWorkspaceDrawer",
4665 "start": { 5448 "start": {
4666 "column": 24, 5449 "column": 24,
4667 "line": 214 5450 "line": 222
4668 } 5451 }
4669 }, 5452 },
4670 { 5453 {
4671 "defaultMessage": "!!!Activate next service...", 5454 "defaultMessage": "!!!Activate next service...",
4672 "end": { 5455 "end": {
4673 "column": 3, 5456 "column": 3,
4674 "line": 221 5457 "line": 229
4675 }, 5458 },
4676 "file": "src/lib/Menu.js", 5459 "file": "src/lib/Menu.js",
4677 "id": "menu.services.setNextServiceActive", 5460 "id": "menu.services.setNextServiceActive",
4678 "start": { 5461 "start": {
4679 "column": 23, 5462 "column": 23,
4680 "line": 218 5463 "line": 226
4681 } 5464 }
4682 }, 5465 },
4683 { 5466 {
4684 "defaultMessage": "!!!Activate previous service...", 5467 "defaultMessage": "!!!Activate previous service...",
4685 "end": { 5468 "end": {
4686 "column": 3, 5469 "column": 3,
4687 "line": 225 5470 "line": 233
4688 }, 5471 },
4689 "file": "src/lib/Menu.js", 5472 "file": "src/lib/Menu.js",
4690 "id": "menu.services.activatePreviousService", 5473 "id": "menu.services.activatePreviousService",
4691 "start": { 5474 "start": {
4692 "column": 27, 5475 "column": 27,
4693 "line": 222 5476 "line": 230
4694 } 5477 }
4695 }, 5478 },
4696 { 5479 {
4697 "defaultMessage": "!!!Disable notifications & audio", 5480 "defaultMessage": "!!!Disable notifications & audio",
4698 "end": { 5481 "end": {
4699 "column": 3, 5482 "column": 3,
4700 "line": 229 5483 "line": 237
4701 }, 5484 },
4702 "file": "src/lib/Menu.js", 5485 "file": "src/lib/Menu.js",
4703 "id": "sidebar.muteApp", 5486 "id": "sidebar.muteApp",
4704 "start": { 5487 "start": {
4705 "column": 11, 5488 "column": 11,
4706 "line": 226 5489 "line": 234
4707 } 5490 }
4708 }, 5491 },
4709 { 5492 {
4710 "defaultMessage": "!!!Enable notifications & audio", 5493 "defaultMessage": "!!!Enable notifications & audio",
4711 "end": { 5494 "end": {
4712 "column": 3, 5495 "column": 3,
4713 "line": 233 5496 "line": 241
4714 }, 5497 },
4715 "file": "src/lib/Menu.js", 5498 "file": "src/lib/Menu.js",
4716 "id": "sidebar.unmuteApp", 5499 "id": "sidebar.unmuteApp",
4717 "start": { 5500 "start": {
4718 "column": 13, 5501 "column": 13,
4719 "line": 230 5502 "line": 238
4720 } 5503 }
4721 }, 5504 },
4722 { 5505 {
4723 "defaultMessage": "!!!Workspaces", 5506 "defaultMessage": "!!!Workspaces",
4724 "end": { 5507 "end": {
4725 "column": 3, 5508 "column": 3,
4726 "line": 237 5509 "line": 245
4727 }, 5510 },
4728 "file": "src/lib/Menu.js", 5511 "file": "src/lib/Menu.js",
4729 "id": "menu.workspaces", 5512 "id": "menu.workspaces",
4730 "start": { 5513 "start": {
4731 "column": 14, 5514 "column": 14,
4732 "line": 234 5515 "line": 242
4733 } 5516 }
4734 }, 5517 },
4735 { 5518 {
4736 "defaultMessage": "!!!Default", 5519 "defaultMessage": "!!!Default",
4737 "end": { 5520 "end": {
4738 "column": 3, 5521 "column": 3,
4739 "line": 241 5522 "line": 249
4740 }, 5523 },
4741 "file": "src/lib/Menu.js", 5524 "file": "src/lib/Menu.js",
4742 "id": "menu.workspaces.defaultWorkspace", 5525 "id": "menu.workspaces.defaultWorkspace",
4743 "start": { 5526 "start": {
4744 "column": 20, 5527 "column": 20,
4745 "line": 238 5528 "line": 246
5529 }
5530 },
5531 {
5532 "defaultMessage": "!!!Todos",
5533 "end": {
5534 "column": 3,
5535 "line": 253
5536 },
5537 "file": "src/lib/Menu.js",
5538 "id": "menu.todos",
5539 "start": {
5540 "column": 9,
5541 "line": 250
5542 }
5543 },
5544 {
5545 "defaultMessage": "!!!Open Todos drawer",
5546 "end": {
5547 "column": 3,
5548 "line": 257
5549 },
5550 "file": "src/lib/Menu.js",
5551 "id": "menu.Todoss.openTodosDrawer",
5552 "start": {
5553 "column": 19,
5554 "line": 254
5555 }
5556 },
5557 {
5558 "defaultMessage": "!!!Close Todos drawer",
5559 "end": {
5560 "column": 3,
5561 "line": 261
5562 },
5563 "file": "src/lib/Menu.js",
5564 "id": "menu.Todoss.closeTodosDrawer",
5565 "start": {
5566 "column": 20,
5567 "line": 258
4746 } 5568 }
4747 } 5569 }
4748 ], 5570 ],