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.json388
1 files changed, 286 insertions, 102 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 0641c510c..c8bb03ded 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -1299,55 +1299,68 @@
1299 } 1299 }
1300 }, 1300 },
1301 { 1301 {
1302 "defaultMessage": "!!!Account", 1302 "defaultMessage": "!!!Your workspaces",
1303 "end": { 1303 "end": {
1304 "column": 3, 1304 "column": 3,
1305 "line": 20 1305 "line": 20
1306 }, 1306 },
1307 "file": "src/components/settings/navigation/SettingsNavigation.js", 1307 "file": "src/components/settings/navigation/SettingsNavigation.js",
1308 "id": "settings.navigation.yourWorkspaces",
1309 "start": {
1310 "column": 18,
1311 "line": 17
1312 }
1313 },
1314 {
1315 "defaultMessage": "!!!Account",
1316 "end": {
1317 "column": 3,
1318 "line": 24
1319 },
1320 "file": "src/components/settings/navigation/SettingsNavigation.js",
1308 "id": "settings.navigation.account", 1321 "id": "settings.navigation.account",
1309 "start": { 1322 "start": {
1310 "column": 11, 1323 "column": 11,
1311 "line": 17 1324 "line": 21
1312 } 1325 }
1313 }, 1326 },
1314 { 1327 {
1315 "defaultMessage": "!!!Settings", 1328 "defaultMessage": "!!!Settings",
1316 "end": { 1329 "end": {
1317 "column": 3, 1330 "column": 3,
1318 "line": 24 1331 "line": 28
1319 }, 1332 },
1320 "file": "src/components/settings/navigation/SettingsNavigation.js", 1333 "file": "src/components/settings/navigation/SettingsNavigation.js",
1321 "id": "settings.navigation.settings", 1334 "id": "settings.navigation.settings",
1322 "start": { 1335 "start": {
1323 "column": 12, 1336 "column": 12,
1324 "line": 21 1337 "line": 25
1325 } 1338 }
1326 }, 1339 },
1327 { 1340 {
1328 "defaultMessage": "!!!Invite Friends", 1341 "defaultMessage": "!!!Invite Friends",
1329 "end": { 1342 "end": {
1330 "column": 3, 1343 "column": 3,
1331 "line": 28 1344 "line": 32
1332 }, 1345 },
1333 "file": "src/components/settings/navigation/SettingsNavigation.js", 1346 "file": "src/components/settings/navigation/SettingsNavigation.js",
1334 "id": "settings.navigation.inviteFriends", 1347 "id": "settings.navigation.inviteFriends",
1335 "start": { 1348 "start": {
1336 "column": 17, 1349 "column": 17,
1337 "line": 25 1350 "line": 29
1338 } 1351 }
1339 }, 1352 },
1340 { 1353 {
1341 "defaultMessage": "!!!Logout", 1354 "defaultMessage": "!!!Logout",
1342 "end": { 1355 "end": {
1343 "column": 3, 1356 "column": 3,
1344 "line": 32 1357 "line": 36
1345 }, 1358 },
1346 "file": "src/components/settings/navigation/SettingsNavigation.js", 1359 "file": "src/components/settings/navigation/SettingsNavigation.js",
1347 "id": "settings.navigation.logout", 1360 "id": "settings.navigation.logout",
1348 "start": { 1361 "start": {
1349 "column": 10, 1362 "column": 10,
1350 "line": 29 1363 "line": 33
1351 } 1364 }
1352 } 1365 }
1353 ], 1366 ],
@@ -3165,6 +3178,138 @@
3165 { 3178 {
3166 "descriptors": [ 3179 "descriptors": [
3167 { 3180 {
3181 "defaultMessage": "!!!Save workspace",
3182 "end": {
3183 "column": 3,
3184 "line": 14
3185 },
3186 "file": "src/features/workspaces/components/CreateWorkspaceForm.js",
3187 "id": "settings.workspace.add.form.submitButton",
3188 "start": {
3189 "column": 16,
3190 "line": 11
3191 }
3192 },
3193 {
3194 "defaultMessage": "!!!Name",
3195 "end": {
3196 "column": 3,
3197 "line": 18
3198 },
3199 "file": "src/features/workspaces/components/CreateWorkspaceForm.js",
3200 "id": "settings.workspace.add.form.name",
3201 "start": {
3202 "column": 8,
3203 "line": 15
3204 }
3205 }
3206 ],
3207 "path": "src/features/workspaces/components/CreateWorkspaceForm.json"
3208 },
3209 {
3210 "descriptors": [
3211 {
3212 "defaultMessage": "!!!Delete workspace",
3213 "end": {
3214 "column": 3,
3215 "line": 19
3216 },
3217 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3218 "id": "settings.workspace.form.buttonDelete",
3219 "start": {
3220 "column": 16,
3221 "line": 16
3222 }
3223 },
3224 {
3225 "defaultMessage": "!!!Save workspace",
3226 "end": {
3227 "column": 3,
3228 "line": 23
3229 },
3230 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3231 "id": "settings.workspace.form.buttonSave",
3232 "start": {
3233 "column": 14,
3234 "line": 20
3235 }
3236 },
3237 {
3238 "defaultMessage": "!!!Name",
3239 "end": {
3240 "column": 3,
3241 "line": 27
3242 },
3243 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3244 "id": "settings.workspace.form.name",
3245 "start": {
3246 "column": 8,
3247 "line": 24
3248 }
3249 },
3250 {
3251 "defaultMessage": "!!!Your workspaces",
3252 "end": {
3253 "column": 3,
3254 "line": 31
3255 },
3256 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3257 "id": "settings.workspace.form.yourWorkspaces",
3258 "start": {
3259 "column": 18,
3260 "line": 28
3261 }
3262 },
3263 {
3264 "defaultMessage": "!!!Services in this Workspace",
3265 "end": {
3266 "column": 3,
3267 "line": 35
3268 },
3269 "file": "src/features/workspaces/components/EditWorkspaceForm.js",
3270 "id": "settings.workspace.form.servicesInWorkspaceHeadline",
3271 "start": {
3272 "column": 31,
3273 "line": 32
3274 }
3275 }
3276 ],
3277 "path": "src/features/workspaces/components/EditWorkspaceForm.json"
3278 },
3279 {
3280 "descriptors": [
3281 {
3282 "defaultMessage": "!!!Your workspaces",
3283 "end": {
3284 "column": 3,
3285 "line": 15
3286 },
3287 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3288 "id": "settings.workspaces.headline",
3289 "start": {
3290 "column": 12,
3291 "line": 12
3292 }
3293 },
3294 {
3295 "defaultMessage": "!!!You haven't added any workspaces yet.",
3296 "end": {
3297 "column": 3,
3298 "line": 19
3299 },
3300 "file": "src/features/workspaces/components/WorkspacesDashboard.js",
3301 "id": "settings.workspaces.noWorkspacesAdded",
3302 "start": {
3303 "column": 19,
3304 "line": 16
3305 }
3306 }
3307 ],
3308 "path": "src/features/workspaces/components/WorkspacesDashboard.json"
3309 },
3310 {
3311 "descriptors": [
3312 {
3168 "defaultMessage": "!!!Field is required", 3313 "defaultMessage": "!!!Field is required",
3169 "end": { 3314 "end": {
3170 "column": 3, 3315 "column": 3,
@@ -3321,611 +3466,650 @@
3321 "defaultMessage": "!!!Edit", 3466 "defaultMessage": "!!!Edit",
3322 "end": { 3467 "end": {
3323 "column": 3, 3468 "column": 3,
3324 "line": 13 3469 "line": 15
3325 }, 3470 },
3326 "file": "src/lib/Menu.js", 3471 "file": "src/lib/Menu.js",
3327 "id": "menu.edit", 3472 "id": "menu.edit",
3328 "start": { 3473 "start": {
3329 "column": 8, 3474 "column": 8,
3330 "line": 10 3475 "line": 12
3331 } 3476 }
3332 }, 3477 },
3333 { 3478 {
3334 "defaultMessage": "!!!Undo", 3479 "defaultMessage": "!!!Undo",
3335 "end": { 3480 "end": {
3336 "column": 3, 3481 "column": 3,
3337 "line": 17 3482 "line": 19
3338 }, 3483 },
3339 "file": "src/lib/Menu.js", 3484 "file": "src/lib/Menu.js",
3340 "id": "menu.edit.undo", 3485 "id": "menu.edit.undo",
3341 "start": { 3486 "start": {
3342 "column": 8, 3487 "column": 8,
3343 "line": 14 3488 "line": 16
3344 } 3489 }
3345 }, 3490 },
3346 { 3491 {
3347 "defaultMessage": "!!!Redo", 3492 "defaultMessage": "!!!Redo",
3348 "end": { 3493 "end": {
3349 "column": 3, 3494 "column": 3,
3350 "line": 21 3495 "line": 23
3351 }, 3496 },
3352 "file": "src/lib/Menu.js", 3497 "file": "src/lib/Menu.js",
3353 "id": "menu.edit.redo", 3498 "id": "menu.edit.redo",
3354 "start": { 3499 "start": {
3355 "column": 8, 3500 "column": 8,
3356 "line": 18 3501 "line": 20
3357 } 3502 }
3358 }, 3503 },
3359 { 3504 {
3360 "defaultMessage": "!!!Cut", 3505 "defaultMessage": "!!!Cut",
3361 "end": { 3506 "end": {
3362 "column": 3, 3507 "column": 3,
3363 "line": 25 3508 "line": 27
3364 }, 3509 },
3365 "file": "src/lib/Menu.js", 3510 "file": "src/lib/Menu.js",
3366 "id": "menu.edit.cut", 3511 "id": "menu.edit.cut",
3367 "start": { 3512 "start": {
3368 "column": 7, 3513 "column": 7,
3369 "line": 22 3514 "line": 24
3370 } 3515 }
3371 }, 3516 },
3372 { 3517 {
3373 "defaultMessage": "!!!Copy", 3518 "defaultMessage": "!!!Copy",
3374 "end": { 3519 "end": {
3375 "column": 3, 3520 "column": 3,
3376 "line": 29 3521 "line": 31
3377 }, 3522 },
3378 "file": "src/lib/Menu.js", 3523 "file": "src/lib/Menu.js",
3379 "id": "menu.edit.copy", 3524 "id": "menu.edit.copy",
3380 "start": { 3525 "start": {
3381 "column": 8, 3526 "column": 8,
3382 "line": 26 3527 "line": 28
3383 } 3528 }
3384 }, 3529 },
3385 { 3530 {
3386 "defaultMessage": "!!!Paste", 3531 "defaultMessage": "!!!Paste",
3387 "end": { 3532 "end": {
3388 "column": 3, 3533 "column": 3,
3389 "line": 33 3534 "line": 35
3390 }, 3535 },
3391 "file": "src/lib/Menu.js", 3536 "file": "src/lib/Menu.js",
3392 "id": "menu.edit.paste", 3537 "id": "menu.edit.paste",
3393 "start": { 3538 "start": {
3394 "column": 9, 3539 "column": 9,
3395 "line": 30 3540 "line": 32
3396 } 3541 }
3397 }, 3542 },
3398 { 3543 {
3399 "defaultMessage": "!!!Paste And Match Style", 3544 "defaultMessage": "!!!Paste And Match Style",
3400 "end": { 3545 "end": {
3401 "column": 3, 3546 "column": 3,
3402 "line": 37 3547 "line": 39
3403 }, 3548 },
3404 "file": "src/lib/Menu.js", 3549 "file": "src/lib/Menu.js",
3405 "id": "menu.edit.pasteAndMatchStyle", 3550 "id": "menu.edit.pasteAndMatchStyle",
3406 "start": { 3551 "start": {
3407 "column": 22, 3552 "column": 22,
3408 "line": 34 3553 "line": 36
3409 } 3554 }
3410 }, 3555 },
3411 { 3556 {
3412 "defaultMessage": "!!!Delete", 3557 "defaultMessage": "!!!Delete",
3413 "end": { 3558 "end": {
3414 "column": 3, 3559 "column": 3,
3415 "line": 41 3560 "line": 43
3416 }, 3561 },
3417 "file": "src/lib/Menu.js", 3562 "file": "src/lib/Menu.js",
3418 "id": "menu.edit.delete", 3563 "id": "menu.edit.delete",
3419 "start": { 3564 "start": {
3420 "column": 10, 3565 "column": 10,
3421 "line": 38 3566 "line": 40
3422 } 3567 }
3423 }, 3568 },
3424 { 3569 {
3425 "defaultMessage": "!!!Select All", 3570 "defaultMessage": "!!!Select All",
3426 "end": { 3571 "end": {
3427 "column": 3, 3572 "column": 3,
3428 "line": 45 3573 "line": 47
3429 }, 3574 },
3430 "file": "src/lib/Menu.js", 3575 "file": "src/lib/Menu.js",
3431 "id": "menu.edit.selectAll", 3576 "id": "menu.edit.selectAll",
3432 "start": { 3577 "start": {
3433 "column": 13, 3578 "column": 13,
3434 "line": 42 3579 "line": 44
3435 } 3580 }
3436 }, 3581 },
3437 { 3582 {
3438 "defaultMessage": "!!!Speech", 3583 "defaultMessage": "!!!Speech",
3439 "end": { 3584 "end": {
3440 "column": 3, 3585 "column": 3,
3441 "line": 49 3586 "line": 51
3442 }, 3587 },
3443 "file": "src/lib/Menu.js", 3588 "file": "src/lib/Menu.js",
3444 "id": "menu.edit.speech", 3589 "id": "menu.edit.speech",
3445 "start": { 3590 "start": {
3446 "column": 10, 3591 "column": 10,
3447 "line": 46 3592 "line": 48
3448 } 3593 }
3449 }, 3594 },
3450 { 3595 {
3451 "defaultMessage": "!!!Start Speaking", 3596 "defaultMessage": "!!!Start Speaking",
3452 "end": { 3597 "end": {
3453 "column": 3, 3598 "column": 3,
3454 "line": 53 3599 "line": 55
3455 }, 3600 },
3456 "file": "src/lib/Menu.js", 3601 "file": "src/lib/Menu.js",
3457 "id": "menu.edit.startSpeaking", 3602 "id": "menu.edit.startSpeaking",
3458 "start": { 3603 "start": {
3459 "column": 17, 3604 "column": 17,
3460 "line": 50 3605 "line": 52
3461 } 3606 }
3462 }, 3607 },
3463 { 3608 {
3464 "defaultMessage": "!!!Stop Speaking", 3609 "defaultMessage": "!!!Stop Speaking",
3465 "end": { 3610 "end": {
3466 "column": 3, 3611 "column": 3,
3467 "line": 57 3612 "line": 59
3468 }, 3613 },
3469 "file": "src/lib/Menu.js", 3614 "file": "src/lib/Menu.js",
3470 "id": "menu.edit.stopSpeaking", 3615 "id": "menu.edit.stopSpeaking",
3471 "start": { 3616 "start": {
3472 "column": 16, 3617 "column": 16,
3473 "line": 54 3618 "line": 56
3474 } 3619 }
3475 }, 3620 },
3476 { 3621 {
3477 "defaultMessage": "!!!Start Dictation", 3622 "defaultMessage": "!!!Start Dictation",
3478 "end": { 3623 "end": {
3479 "column": 3, 3624 "column": 3,
3480 "line": 61 3625 "line": 63
3481 }, 3626 },
3482 "file": "src/lib/Menu.js", 3627 "file": "src/lib/Menu.js",
3483 "id": "menu.edit.startDictation", 3628 "id": "menu.edit.startDictation",
3484 "start": { 3629 "start": {
3485 "column": 18, 3630 "column": 18,
3486 "line": 58 3631 "line": 60
3487 } 3632 }
3488 }, 3633 },
3489 { 3634 {
3490 "defaultMessage": "!!!Emoji & Symbols", 3635 "defaultMessage": "!!!Emoji & Symbols",
3491 "end": { 3636 "end": {
3492 "column": 3, 3637 "column": 3,
3493 "line": 65 3638 "line": 67
3494 }, 3639 },
3495 "file": "src/lib/Menu.js", 3640 "file": "src/lib/Menu.js",
3496 "id": "menu.edit.emojiSymbols", 3641 "id": "menu.edit.emojiSymbols",
3497 "start": { 3642 "start": {
3498 "column": 16, 3643 "column": 16,
3499 "line": 62 3644 "line": 64
3500 } 3645 }
3501 }, 3646 },
3502 { 3647 {
3503 "defaultMessage": "!!!Actual Size", 3648 "defaultMessage": "!!!Actual Size",
3504 "end": { 3649 "end": {
3505 "column": 3, 3650 "column": 3,
3506 "line": 69 3651 "line": 71
3507 }, 3652 },
3508 "file": "src/lib/Menu.js", 3653 "file": "src/lib/Menu.js",
3509 "id": "menu.view.resetZoom", 3654 "id": "menu.view.resetZoom",
3510 "start": { 3655 "start": {
3511 "column": 13, 3656 "column": 13,
3512 "line": 66 3657 "line": 68
3513 } 3658 }
3514 }, 3659 },
3515 { 3660 {
3516 "defaultMessage": "!!!Zoom In", 3661 "defaultMessage": "!!!Zoom In",
3517 "end": { 3662 "end": {
3518 "column": 3, 3663 "column": 3,
3519 "line": 73 3664 "line": 75
3520 }, 3665 },
3521 "file": "src/lib/Menu.js", 3666 "file": "src/lib/Menu.js",
3522 "id": "menu.view.zoomIn", 3667 "id": "menu.view.zoomIn",
3523 "start": { 3668 "start": {
3524 "column": 10, 3669 "column": 10,
3525 "line": 70 3670 "line": 72
3526 } 3671 }
3527 }, 3672 },
3528 { 3673 {
3529 "defaultMessage": "!!!Zoom Out", 3674 "defaultMessage": "!!!Zoom Out",
3530 "end": { 3675 "end": {
3531 "column": 3, 3676 "column": 3,
3532 "line": 77 3677 "line": 79
3533 }, 3678 },
3534 "file": "src/lib/Menu.js", 3679 "file": "src/lib/Menu.js",
3535 "id": "menu.view.zoomOut", 3680 "id": "menu.view.zoomOut",
3536 "start": { 3681 "start": {
3537 "column": 11, 3682 "column": 11,
3538 "line": 74 3683 "line": 76
3539 } 3684 }
3540 }, 3685 },
3541 { 3686 {
3542 "defaultMessage": "!!!Enter Full Screen", 3687 "defaultMessage": "!!!Enter Full Screen",
3543 "end": { 3688 "end": {
3544 "column": 3, 3689 "column": 3,
3545 "line": 81 3690 "line": 83
3546 }, 3691 },
3547 "file": "src/lib/Menu.js", 3692 "file": "src/lib/Menu.js",
3548 "id": "menu.view.enterFullScreen", 3693 "id": "menu.view.enterFullScreen",
3549 "start": { 3694 "start": {
3550 "column": 19, 3695 "column": 19,
3551 "line": 78 3696 "line": 80
3552 } 3697 }
3553 }, 3698 },
3554 { 3699 {
3555 "defaultMessage": "!!!Exit Full Screen", 3700 "defaultMessage": "!!!Exit Full Screen",
3556 "end": { 3701 "end": {
3557 "column": 3, 3702 "column": 3,
3558 "line": 85 3703 "line": 87
3559 }, 3704 },
3560 "file": "src/lib/Menu.js", 3705 "file": "src/lib/Menu.js",
3561 "id": "menu.view.exitFullScreen", 3706 "id": "menu.view.exitFullScreen",
3562 "start": { 3707 "start": {
3563 "column": 18, 3708 "column": 18,
3564 "line": 82 3709 "line": 84
3565 } 3710 }
3566 }, 3711 },
3567 { 3712 {
3568 "defaultMessage": "!!!Toggle Full Screen", 3713 "defaultMessage": "!!!Toggle Full Screen",
3569 "end": { 3714 "end": {
3570 "column": 3, 3715 "column": 3,
3571 "line": 89 3716 "line": 91
3572 }, 3717 },
3573 "file": "src/lib/Menu.js", 3718 "file": "src/lib/Menu.js",
3574 "id": "menu.view.toggleFullScreen", 3719 "id": "menu.view.toggleFullScreen",
3575 "start": { 3720 "start": {
3576 "column": 20, 3721 "column": 20,
3577 "line": 86 3722 "line": 88
3578 } 3723 }
3579 }, 3724 },
3580 { 3725 {
3581 "defaultMessage": "!!!Toggle Developer Tools", 3726 "defaultMessage": "!!!Toggle Developer Tools",
3582 "end": { 3727 "end": {
3583 "column": 3, 3728 "column": 3,
3584 "line": 93 3729 "line": 95
3585 }, 3730 },
3586 "file": "src/lib/Menu.js", 3731 "file": "src/lib/Menu.js",
3587 "id": "menu.view.toggleDevTools", 3732 "id": "menu.view.toggleDevTools",
3588 "start": { 3733 "start": {
3589 "column": 18, 3734 "column": 18,
3590 "line": 90 3735 "line": 92
3591 } 3736 }
3592 }, 3737 },
3593 { 3738 {
3594 "defaultMessage": "!!!Toggle Service Developer Tools", 3739 "defaultMessage": "!!!Toggle Service Developer Tools",
3595 "end": { 3740 "end": {
3596 "column": 3, 3741 "column": 3,
3597 "line": 97 3742 "line": 99
3598 }, 3743 },
3599 "file": "src/lib/Menu.js", 3744 "file": "src/lib/Menu.js",
3600 "id": "menu.view.toggleServiceDevTools", 3745 "id": "menu.view.toggleServiceDevTools",
3601 "start": { 3746 "start": {
3602 "column": 25, 3747 "column": 25,
3603 "line": 94 3748 "line": 96
3604 } 3749 }
3605 }, 3750 },
3606 { 3751 {
3607 "defaultMessage": "!!!Reload Service", 3752 "defaultMessage": "!!!Reload Service",
3608 "end": { 3753 "end": {
3609 "column": 3, 3754 "column": 3,
3610 "line": 101 3755 "line": 103
3611 }, 3756 },
3612 "file": "src/lib/Menu.js", 3757 "file": "src/lib/Menu.js",
3613 "id": "menu.view.reloadService", 3758 "id": "menu.view.reloadService",
3614 "start": { 3759 "start": {
3615 "column": 17, 3760 "column": 17,
3616 "line": 98 3761 "line": 100
3617 } 3762 }
3618 }, 3763 },
3619 { 3764 {
3620 "defaultMessage": "!!!Reload Franz", 3765 "defaultMessage": "!!!Reload Franz",
3621 "end": { 3766 "end": {
3622 "column": 3, 3767 "column": 3,
3623 "line": 105 3768 "line": 107
3624 }, 3769 },
3625 "file": "src/lib/Menu.js", 3770 "file": "src/lib/Menu.js",
3626 "id": "menu.view.reloadFranz", 3771 "id": "menu.view.reloadFranz",
3627 "start": { 3772 "start": {
3628 "column": 15, 3773 "column": 15,
3629 "line": 102 3774 "line": 104
3630 } 3775 }
3631 }, 3776 },
3632 { 3777 {
3633 "defaultMessage": "!!!Minimize", 3778 "defaultMessage": "!!!Minimize",
3634 "end": { 3779 "end": {
3635 "column": 3, 3780 "column": 3,
3636 "line": 109 3781 "line": 111
3637 }, 3782 },
3638 "file": "src/lib/Menu.js", 3783 "file": "src/lib/Menu.js",
3639 "id": "menu.window.minimize", 3784 "id": "menu.window.minimize",
3640 "start": { 3785 "start": {
3641 "column": 12, 3786 "column": 12,
3642 "line": 106 3787 "line": 108
3643 } 3788 }
3644 }, 3789 },
3645 { 3790 {
3646 "defaultMessage": "!!!Close", 3791 "defaultMessage": "!!!Close",
3647 "end": { 3792 "end": {
3648 "column": 3, 3793 "column": 3,
3649 "line": 113 3794 "line": 115
3650 }, 3795 },
3651 "file": "src/lib/Menu.js", 3796 "file": "src/lib/Menu.js",
3652 "id": "menu.window.close", 3797 "id": "menu.window.close",
3653 "start": { 3798 "start": {
3654 "column": 9, 3799 "column": 9,
3655 "line": 110 3800 "line": 112
3656 } 3801 }
3657 }, 3802 },
3658 { 3803 {
3659 "defaultMessage": "!!!Learn More", 3804 "defaultMessage": "!!!Learn More",
3660 "end": { 3805 "end": {
3661 "column": 3, 3806 "column": 3,
3662 "line": 117 3807 "line": 119
3663 }, 3808 },
3664 "file": "src/lib/Menu.js", 3809 "file": "src/lib/Menu.js",
3665 "id": "menu.help.learnMore", 3810 "id": "menu.help.learnMore",
3666 "start": { 3811 "start": {
3667 "column": 13, 3812 "column": 13,
3668 "line": 114 3813 "line": 116
3669 } 3814 }
3670 }, 3815 },
3671 { 3816 {
3672 "defaultMessage": "!!!Changelog", 3817 "defaultMessage": "!!!Changelog",
3673 "end": { 3818 "end": {
3674 "column": 3, 3819 "column": 3,
3675 "line": 121 3820 "line": 123
3676 }, 3821 },
3677 "file": "src/lib/Menu.js", 3822 "file": "src/lib/Menu.js",
3678 "id": "menu.help.changelog", 3823 "id": "menu.help.changelog",
3679 "start": { 3824 "start": {
3680 "column": 13, 3825 "column": 13,
3681 "line": 118 3826 "line": 120
3682 } 3827 }
3683 }, 3828 },
3684 { 3829 {
3685 "defaultMessage": "!!!Support", 3830 "defaultMessage": "!!!Support",
3686 "end": { 3831 "end": {
3687 "column": 3, 3832 "column": 3,
3688 "line": 125 3833 "line": 127
3689 }, 3834 },
3690 "file": "src/lib/Menu.js", 3835 "file": "src/lib/Menu.js",
3691 "id": "menu.help.support", 3836 "id": "menu.help.support",
3692 "start": { 3837 "start": {
3693 "column": 11, 3838 "column": 11,
3694 "line": 122 3839 "line": 124
3695 } 3840 }
3696 }, 3841 },
3697 { 3842 {
3698 "defaultMessage": "!!!Terms of Service", 3843 "defaultMessage": "!!!Terms of Service",
3699 "end": { 3844 "end": {
3700 "column": 3, 3845 "column": 3,
3701 "line": 129 3846 "line": 131
3702 }, 3847 },
3703 "file": "src/lib/Menu.js", 3848 "file": "src/lib/Menu.js",
3704 "id": "menu.help.tos", 3849 "id": "menu.help.tos",
3705 "start": { 3850 "start": {
3706 "column": 7, 3851 "column": 7,
3707 "line": 126 3852 "line": 128
3708 } 3853 }
3709 }, 3854 },
3710 { 3855 {
3711 "defaultMessage": "!!!Privacy Statement", 3856 "defaultMessage": "!!!Privacy Statement",
3712 "end": { 3857 "end": {
3713 "column": 3, 3858 "column": 3,
3714 "line": 133 3859 "line": 135
3715 }, 3860 },
3716 "file": "src/lib/Menu.js", 3861 "file": "src/lib/Menu.js",
3717 "id": "menu.help.privacy", 3862 "id": "menu.help.privacy",
3718 "start": { 3863 "start": {
3719 "column": 11, 3864 "column": 11,
3720 "line": 130 3865 "line": 132
3721 } 3866 }
3722 }, 3867 },
3723 { 3868 {
3724 "defaultMessage": "!!!File", 3869 "defaultMessage": "!!!File",
3725 "end": { 3870 "end": {
3726 "column": 3, 3871 "column": 3,
3727 "line": 137 3872 "line": 139
3728 }, 3873 },
3729 "file": "src/lib/Menu.js", 3874 "file": "src/lib/Menu.js",
3730 "id": "menu.file", 3875 "id": "menu.file",
3731 "start": { 3876 "start": {
3732 "column": 8, 3877 "column": 8,
3733 "line": 134 3878 "line": 136
3734 } 3879 }
3735 }, 3880 },
3736 { 3881 {
3737 "defaultMessage": "!!!View", 3882 "defaultMessage": "!!!View",
3738 "end": { 3883 "end": {
3739 "column": 3, 3884 "column": 3,
3740 "line": 141 3885 "line": 143
3741 }, 3886 },
3742 "file": "src/lib/Menu.js", 3887 "file": "src/lib/Menu.js",
3743 "id": "menu.view", 3888 "id": "menu.view",
3744 "start": { 3889 "start": {
3745 "column": 8, 3890 "column": 8,
3746 "line": 138 3891 "line": 140
3747 } 3892 }
3748 }, 3893 },
3749 { 3894 {
3750 "defaultMessage": "!!!Services", 3895 "defaultMessage": "!!!Services",
3751 "end": { 3896 "end": {
3752 "column": 3, 3897 "column": 3,
3753 "line": 145 3898 "line": 147
3754 }, 3899 },
3755 "file": "src/lib/Menu.js", 3900 "file": "src/lib/Menu.js",
3756 "id": "menu.services", 3901 "id": "menu.services",
3757 "start": { 3902 "start": {
3758 "column": 12, 3903 "column": 12,
3759 "line": 142 3904 "line": 144
3760 } 3905 }
3761 }, 3906 },
3762 { 3907 {
3763 "defaultMessage": "!!!Window", 3908 "defaultMessage": "!!!Window",
3764 "end": { 3909 "end": {
3765 "column": 3, 3910 "column": 3,
3766 "line": 149 3911 "line": 151
3767 }, 3912 },
3768 "file": "src/lib/Menu.js", 3913 "file": "src/lib/Menu.js",
3769 "id": "menu.window", 3914 "id": "menu.window",
3770 "start": { 3915 "start": {
3771 "column": 10, 3916 "column": 10,
3772 "line": 146 3917 "line": 148
3773 } 3918 }
3774 }, 3919 },
3775 { 3920 {
3776 "defaultMessage": "!!!Help", 3921 "defaultMessage": "!!!Help",
3777 "end": { 3922 "end": {
3778 "column": 3, 3923 "column": 3,
3779 "line": 153 3924 "line": 155
3780 }, 3925 },
3781 "file": "src/lib/Menu.js", 3926 "file": "src/lib/Menu.js",
3782 "id": "menu.help", 3927 "id": "menu.help",
3783 "start": { 3928 "start": {
3784 "column": 8, 3929 "column": 8,
3785 "line": 150 3930 "line": 152
3786 } 3931 }
3787 }, 3932 },
3788 { 3933 {
3789 "defaultMessage": "!!!About Franz", 3934 "defaultMessage": "!!!About Franz",
3790 "end": { 3935 "end": {
3791 "column": 3, 3936 "column": 3,
3792 "line": 157 3937 "line": 159
3793 }, 3938 },
3794 "file": "src/lib/Menu.js", 3939 "file": "src/lib/Menu.js",
3795 "id": "menu.app.about", 3940 "id": "menu.app.about",
3796 "start": { 3941 "start": {
3797 "column": 9, 3942 "column": 9,
3798 "line": 154 3943 "line": 156
3799 } 3944 }
3800 }, 3945 },
3801 { 3946 {
3802 "defaultMessage": "!!!Settings", 3947 "defaultMessage": "!!!Settings",
3803 "end": { 3948 "end": {
3804 "column": 3, 3949 "column": 3,
3805 "line": 161 3950 "line": 163
3806 }, 3951 },
3807 "file": "src/lib/Menu.js", 3952 "file": "src/lib/Menu.js",
3808 "id": "menu.app.settings", 3953 "id": "menu.app.settings",
3809 "start": { 3954 "start": {
3810 "column": 12, 3955 "column": 12,
3811 "line": 158 3956 "line": 160
3812 } 3957 }
3813 }, 3958 },
3814 { 3959 {
3815 "defaultMessage": "!!!Hide", 3960 "defaultMessage": "!!!Hide",
3816 "end": { 3961 "end": {
3817 "column": 3, 3962 "column": 3,
3818 "line": 165 3963 "line": 167
3819 }, 3964 },
3820 "file": "src/lib/Menu.js", 3965 "file": "src/lib/Menu.js",
3821 "id": "menu.app.hide", 3966 "id": "menu.app.hide",
3822 "start": { 3967 "start": {
3823 "column": 8, 3968 "column": 8,
3824 "line": 162 3969 "line": 164
3825 } 3970 }
3826 }, 3971 },
3827 { 3972 {
3828 "defaultMessage": "!!!Hide Others", 3973 "defaultMessage": "!!!Hide Others",
3829 "end": { 3974 "end": {
3830 "column": 3, 3975 "column": 3,
3831 "line": 169 3976 "line": 171
3832 }, 3977 },
3833 "file": "src/lib/Menu.js", 3978 "file": "src/lib/Menu.js",
3834 "id": "menu.app.hideOthers", 3979 "id": "menu.app.hideOthers",
3835 "start": { 3980 "start": {
3836 "column": 14, 3981 "column": 14,
3837 "line": 166 3982 "line": 168
3838 } 3983 }
3839 }, 3984 },
3840 { 3985 {
3841 "defaultMessage": "!!!Unhide", 3986 "defaultMessage": "!!!Unhide",
3842 "end": { 3987 "end": {
3843 "column": 3, 3988 "column": 3,
3844 "line": 173 3989 "line": 175
3845 }, 3990 },
3846 "file": "src/lib/Menu.js", 3991 "file": "src/lib/Menu.js",
3847 "id": "menu.app.unhide", 3992 "id": "menu.app.unhide",
3848 "start": { 3993 "start": {
3849 "column": 10, 3994 "column": 10,
3850 "line": 170 3995 "line": 172
3851 } 3996 }
3852 }, 3997 },
3853 { 3998 {
3854 "defaultMessage": "!!!Quit", 3999 "defaultMessage": "!!!Quit",
3855 "end": { 4000 "end": {
3856 "column": 3, 4001 "column": 3,
3857 "line": 177 4002 "line": 179
3858 }, 4003 },
3859 "file": "src/lib/Menu.js", 4004 "file": "src/lib/Menu.js",
3860 "id": "menu.app.quit", 4005 "id": "menu.app.quit",
3861 "start": { 4006 "start": {
3862 "column": 8, 4007 "column": 8,
3863 "line": 174 4008 "line": 176
3864 } 4009 }
3865 }, 4010 },
3866 { 4011 {
3867 "defaultMessage": "!!!Add New Service...", 4012 "defaultMessage": "!!!Add New Service...",
3868 "end": { 4013 "end": {
3869 "column": 3, 4014 "column": 3,
3870 "line": 181 4015 "line": 183
3871 }, 4016 },
3872 "file": "src/lib/Menu.js", 4017 "file": "src/lib/Menu.js",
3873 "id": "menu.services.addNewService", 4018 "id": "menu.services.addNewService",
3874 "start": { 4019 "start": {
3875 "column": 17, 4020 "column": 17,
3876 "line": 178 4021 "line": 180
4022 }
4023 },
4024 {
4025 "defaultMessage": "!!!Add New Workspace...",
4026 "end": {
4027 "column": 3,
4028 "line": 187
4029 },
4030 "file": "src/lib/Menu.js",
4031 "id": "menu.workspaces.addNewWorkspace",
4032 "start": {
4033 "column": 19,
4034 "line": 184
3877 } 4035 }
3878 }, 4036 },
3879 { 4037 {
3880 "defaultMessage": "!!!Activate next service...", 4038 "defaultMessage": "!!!Activate next service...",
3881 "end": { 4039 "end": {
3882 "column": 3, 4040 "column": 3,
3883 "line": 185 4041 "line": 191
3884 }, 4042 },
3885 "file": "src/lib/Menu.js", 4043 "file": "src/lib/Menu.js",
3886 "id": "menu.services.setNextServiceActive", 4044 "id": "menu.services.setNextServiceActive",
3887 "start": { 4045 "start": {
3888 "column": 23, 4046 "column": 23,
3889 "line": 182 4047 "line": 188
3890 } 4048 }
3891 }, 4049 },
3892 { 4050 {
3893 "defaultMessage": "!!!Activate previous service...", 4051 "defaultMessage": "!!!Activate previous service...",
3894 "end": { 4052 "end": {
3895 "column": 3, 4053 "column": 3,
3896 "line": 189 4054 "line": 195
3897 }, 4055 },
3898 "file": "src/lib/Menu.js", 4056 "file": "src/lib/Menu.js",
3899 "id": "menu.services.activatePreviousService", 4057 "id": "menu.services.activatePreviousService",
3900 "start": { 4058 "start": {
3901 "column": 27, 4059 "column": 27,
3902 "line": 186 4060 "line": 192
3903 } 4061 }
3904 }, 4062 },
3905 { 4063 {
3906 "defaultMessage": "!!!Disable notifications & audio", 4064 "defaultMessage": "!!!Disable notifications & audio",
3907 "end": { 4065 "end": {
3908 "column": 3, 4066 "column": 3,
3909 "line": 193 4067 "line": 199
3910 }, 4068 },
3911 "file": "src/lib/Menu.js", 4069 "file": "src/lib/Menu.js",
3912 "id": "sidebar.muteApp", 4070 "id": "sidebar.muteApp",
3913 "start": { 4071 "start": {
3914 "column": 11, 4072 "column": 11,
3915 "line": 190 4073 "line": 196
3916 } 4074 }
3917 }, 4075 },
3918 { 4076 {
3919 "defaultMessage": "!!!Enable notifications & audio", 4077 "defaultMessage": "!!!Enable notifications & audio",
3920 "end": { 4078 "end": {
3921 "column": 3, 4079 "column": 3,
3922 "line": 197 4080 "line": 203
3923 }, 4081 },
3924 "file": "src/lib/Menu.js", 4082 "file": "src/lib/Menu.js",
3925 "id": "sidebar.unmuteApp", 4083 "id": "sidebar.unmuteApp",
3926 "start": { 4084 "start": {
3927 "column": 13, 4085 "column": 13,
3928 "line": 194 4086 "line": 200
4087 }
4088 },
4089 {
4090 "defaultMessage": "!!!Workspaces",
4091 "end": {
4092 "column": 3,
4093 "line": 207
4094 },
4095 "file": "src/lib/Menu.js",
4096 "id": "menu.workspaces",
4097 "start": {
4098 "column": 14,
4099 "line": 204
4100 }
4101 },
4102 {
4103 "defaultMessage": "!!!Default",
4104 "end": {
4105 "column": 3,
4106 "line": 211
4107 },
4108 "file": "src/lib/Menu.js",
4109 "id": "menu.workspaces.defaultWorkspace",
4110 "start": {
4111 "column": 20,
4112 "line": 208
3929 } 4113 }
3930 } 4114 }
3931 ], 4115 ],