From fab2f93530eeb20e26bfce36945d0166cdf84f64 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Fri, 23 Feb 2024 15:51:08 +0100 Subject: [PATCH] fix(i18n): regenerate translation file Signed-off-by: Akos Kitta --- i18n/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index c83d280c1..800569d43 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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", @@ -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" } } }