Skip to content

Commit

Permalink
context -> developer_comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Nov 25, 2023
1 parent 46e3c74 commit f3ab6de
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src-main/l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,66 +345,66 @@
},
"files.svg": {
"string": "SVG Image",
"context": "Appears in file saving dialog when exporting a vector costume"
"developer_comment": "Appears in file saving dialog when exporting a vector costume"
},
"files.png": {
"string": "PNG Image",
"context": "Appears in file saving dialog when exporting a bitmap costume"
"developer_comment": "Appears in file saving dialog when exporting a bitmap costume"
},
"files.wav": {
"string": "WAV Sound",
"context": "Appears in file saving dialog when exporting a sound"
"developer_comment": "Appears in file saving dialog when exporting a sound"
},
"files.sprite3": {
"string": "Scratch 3 Sprite",
"context": "Appears in file saving dialog when exporting a sprite"
"developer_comment": "Appears in file saving dialog when exporting a sprite"
},
"files.txt": {
"string": "Text Document",
"context": "Appears in file saving dialog when exporting a list"
"developer_comment": "Appears in file saving dialog when exporting a list"
},
"files.webm": {
"string": "WebM Video",
"context": "Appears in file saving dialog when exporting a video with an addon"
"developer_comment": "Appears in file saving dialog when exporting a video with an addon"
},
"files.html": {
"stirng": "HTML File",
"context": "Appears in file saving dialog when saving some types of packaged projects"
"developer_comment": "Appears in file saving dialog when saving some types of packaged projects"
},
"files.zip": {
"string": "Zip File",
"context": "Appears in file saving dialog when saving some types of packaged projects"
"developer_comment": "Appears in file saving dialog when saving some types of packaged projects"
},
"security-prompt.title": {
"string": "Extension Security",
"context": "Title of extension security prompt window"
"developer_comment": "Title of extension security prompt window"
},
"security-prompt.allow": {
"string": "Allow",
"context": "Title of extension security prompt window. This button allows the permission."
"developer_comment": "Title of extension security prompt window. This button allows the permission."
},
"security-prompt.deny": {
"string": "Deny",
"context": "Title of extension security prompt window. This button denies the permission."
"developer_comment": "Title of extension security prompt window. This button denies the permission."
},
"security-prompt.read-clipboard1": {
"string": "The project wants to read data from your clipboard.",
"context": "Part of the extension security prompt window"
"developer_comment": "Part of the extension security prompt window"
},
"security-prompt.read-clipboard2": {
"string": "If your clipboard contains things like passwords, the project may be able to share those with other users or servers.",
"context": "Part of the extension security prompt window"
"developer_comment": "Part of the extension security prompt window"
},
"security-prompt.read-clipboard3": {
"string": "Clipboard access may not work on some systems. If allowed, further clipboard reads will be automatically allowed.",
"context": "Part of the extension security prompt window"
"developer_comment": "Part of the extension security prompt window"
},
"security-prompt.notifications1": {
"string": "The project wants to display notifications.",
"context": "Part of the extension security prompt window"
"developer_comment": "Part of the extension security prompt window"
},
"security-prompt.notifications2": {
"string": "If allowed, you may be prompted to enable notifications by your operating system, and further notifications will be automatically allowed.",
"context": "Part of the extension security prompt window"
"developer_comment": "Part of the extension security prompt window"
}
}

0 comments on commit f3ab6de

Please sign in to comment.