You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src-main/l10n/en.json
+25-9Lines changed: 25 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -424,36 +424,48 @@
424
424
"developer_comment": "Appears in file saving dialog when saving some types of packaged projects"
425
425
},
426
426
"security-prompt.title": {
427
-
"string": "Extension Security",
428
-
"developer_comment": "Title of extension security prompt window"
427
+
"string": "Security",
428
+
"developer_comment": "Title of desktop app's security prompt window"
429
429
},
430
430
"security-prompt.allow": {
431
431
"string": "Allow",
432
-
"developer_comment": "Title of extension security prompt window. This button allows the permission."
432
+
"developer_comment": "Title of desktop app's security prompt window. This button grants the request."
433
433
},
434
434
"security-prompt.deny": {
435
435
"string": "Deny",
436
-
"developer_comment": "Title of extension security prompt window. This button denies the permission."
436
+
"developer_comment": "Title of desktop app's security prompt window. This button denies the request."
437
+
},
438
+
"security-prompt.node-integration1": {
439
+
"string": "{APP_NAME} was started in a special mode that will give any opened project unrestricted access to your computer. This would allow stealing passwords and installing malware.",
440
+
"developer_comment": "Part of the desktop app's security prompt window"
441
+
},
442
+
"security-prompt.node-integration2": {
443
+
"string": "The {APP_NAME} developers are not responsible for any damages.",
444
+
"developer_comment": "Part of the desktop app's security prompt window"
445
+
},
446
+
"security-prompt.node-integration3": {
447
+
"string": "If you were not expecting to see this screen, please click \"Deny\" to safely exit.",
448
+
"developer_comment": "Part of the desktop app's security prompt window"
437
449
},
438
450
"security-prompt.read-clipboard1": {
439
451
"string": "The project wants to read data from your clipboard.",
440
-
"developer_comment": "Part of the extension security prompt window"
452
+
"developer_comment": "Part of the desktop app's security prompt window"
441
453
},
442
454
"security-prompt.read-clipboard2": {
443
455
"string": "If your clipboard contains things like passwords, the project may be able to share those with other users or servers.",
444
-
"developer_comment": "Part of the extension security prompt window"
456
+
"developer_comment": "Part of the desktop app's security prompt window"
445
457
},
446
458
"security-prompt.read-clipboard3": {
447
459
"string": "Clipboard access may not work on some systems. If allowed, further clipboard reads will be automatically allowed.",
448
-
"developer_comment": "Part of the extension security prompt window"
460
+
"developer_comment": "Part of the desktop app's security prompt window"
449
461
},
450
462
"security-prompt.notifications1": {
451
463
"string": "The project wants to display notifications.",
452
-
"developer_comment": "Part of the extension security prompt window"
464
+
"developer_comment": "Part of the desktop app's security prompt window"
453
465
},
454
466
"security-prompt.notifications2": {
455
467
"string": "If allowed, you may be prompted to enable notifications by your operating system, and further notifications will be automatically allowed.",
456
-
"developer_comment": "Part of the extension security prompt window"
468
+
"developer_comment": "Part of the desktop app's security prompt window"
457
469
},
458
470
"unsafe-path.title": {
459
471
"string": "Invalid File Location",
@@ -486,5 +498,9 @@
486
498
"extension-documentation.title": {
487
499
"string": "{APP_NAME} Extension Documentation",
488
500
"developer_comment": "Title of in-app window for viewing extension documentation."
501
+
},
502
+
"node-integration.prefix": {
503
+
"string": "Unrestricted System Access",
504
+
"developer_comment": "Appears in titles of desktop app windows that have been given full access to the user's sytem"
0 commit comments