mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 04:16:38 +00:00
fix(i18n): regenerate translation file
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
parent
fb3c0cab7f
commit
fab2f93530
@ -455,6 +455,7 @@
|
|||||||
"moving": "Moving",
|
"moving": "Moving",
|
||||||
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
||||||
"new": "New Sketch",
|
"new": "New Sketch",
|
||||||
|
"newFolder": "New Folder",
|
||||||
"noTrailingPeriod": "A filename cannot end with a dot",
|
"noTrailingPeriod": "A filename cannot end with a dot",
|
||||||
"openFolder": "Open Folder",
|
"openFolder": "Open Folder",
|
||||||
"openRecent": "Open Recent",
|
"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?",
|
"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",
|
"fileNewName": "Name for new file",
|
||||||
"invalidExtension": ".{0} is not a valid extension",
|
"invalidExtension": ".{0} is not a valid extension",
|
||||||
"newFileName": "New name for file"
|
"newFileName": "New name for file",
|
||||||
|
"newFolderPlaceholder": "Folder Name"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user