Skip to content

Commit

Permalink
fix(i18n): regenerate translation file
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed Feb 23, 2024
1 parent fb3c0ca commit fab2f93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@
"moving": "Moving",
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
"new": "New Sketch",
"newFolder": "New Folder",
"noTrailingPeriod": "A filename cannot end with a dot",
"openFolder": "Open Folder",
"openRecent": "Open Recent",
Expand Down Expand Up @@ -545,7 +546,8 @@
"deleteCurrentSketch": "The sketch '{0}' will be permanently deleted. This action is irreversible. Do you want to delete the current sketch?",
"fileNewName": "Name for new file",
"invalidExtension": ".{0} is not a valid extension",
"newFileName": "New name for file"
"newFileName": "New name for file",
"newFolderPlaceholder": "Folder Name"
}
}
}

0 comments on commit fab2f93

Please sign in to comment.