|
119 | 119 | "syncEditSketches": "Синхронизирайте и редактирайте на вашите Arduino облачни скици",
|
120 | 120 | "visitArduinoCloud": "Посетете Arduino Cloud, за да създадете облачни скици."
|
121 | 121 | },
|
| 122 | + "cloudSketch": { |
| 123 | + "new": "New Remote Sketch" |
| 124 | + }, |
122 | 125 | "common": {
|
123 | 126 | "all": "All",
|
124 | 127 | "contributed": "Contributed",
|
|
299 | 302 | "unableToCloseWebSocket": "Unable to close websocket",
|
300 | 303 | "unableToConnectToWebSocket": "Unable to connect to websocket"
|
301 | 304 | },
|
| 305 | + "newCloudSketch": { |
| 306 | + "invalidSketchName": "The name must consist of basic letters, numbers, or underscores. The maximum length is 36 characters.", |
| 307 | + "newSketchTitle": "Name of a new Remote Sketch", |
| 308 | + "notFound": "Could not pull the remote sketch '{0}'. It does not exist.", |
| 309 | + "sketchAlreadyExists": "Remote sketch '{0}' already exists." |
| 310 | + }, |
302 | 311 | "portProtocol": {
|
303 | 312 | "network": "Мрежа",
|
304 | 313 | "serial": "Serial"
|
|
349 | 358 | "username": "Username"
|
350 | 359 | },
|
351 | 360 | "showVerbose": "Показване на подробен изход по време на",
|
| 361 | + "sketch": { |
| 362 | + "inoBlueprint": "Absolute filesystem path to the default `.ino` blueprint file. If specified, the content of the blueprint file will be used for every new sketch created by the IDE. The sketches will be generated with the default Arduino content if not specified. Unaccessible blueprint files are ignored. **A restart of the IDE is needed** for this setting to take effect." |
| 363 | + }, |
352 | 364 | "sketchbook.location": "Местоположение на скицника",
|
353 | 365 | "sketchbook.showAllFiles": "True , за да се покажат всички файлове вътре в скицата. По подразбиране е false.",
|
354 | 366 | "survey.notification": "True if users should be notified if a survey is available. True by default.",
|
|
385 | 397 | "exportBinary": "Експортиране на компилиран двоичен файл",
|
386 | 398 | "moving": "Преместване",
|
387 | 399 | "movingMsg": "The file \"{0}\" needs to be inside a sketch folder named \"{1}\".\nCreate this folder, move the file, and continue?",
|
388 |
| - "new": "Нов", |
| 400 | + "new": "New Sketch", |
389 | 401 | "openFolder": "Отвори папка",
|
390 | 402 | "openRecent": "Отвори Скорошен",
|
391 | 403 | "openSketchInNewWindow": "Отвори скицата в нов прозорец",
|
|
404 | 416 | "verify": "Потвърдете",
|
405 | 417 | "verifyOrCompile": "Проверете/компилирайте"
|
406 | 418 | },
|
| 419 | + "sketchbook": { |
| 420 | + "newRemoteSketch": "New Remote Sketch", |
| 421 | + "newSketch": "New Sketch" |
| 422 | + }, |
407 | 423 | "survey": {
|
408 | 424 | "answerSurvey": "Answer survey",
|
409 | 425 | "dismissSurvey": "Don't show again",
|
|
0 commit comments