|
14 | 14 | "disconnected": "Disconnected",
|
15 | 15 | "getBoardInfo": "Get Board Info",
|
16 | 16 | "inSketchbook": " (in Sketchbook)",
|
17 |
| - "installManually": "Əl ilə yüklə", |
18 | 17 | "installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
|
19 | 18 | "noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
|
20 | 19 | "noPortsDiscovered": "No ports discovered",
|
|
36 | 35 | "succesfullyUninstalledPlatform": "Uğurla Silindi\nPlatforma 1{0}:2{1}"
|
37 | 36 | },
|
38 | 37 | "boardsManager": "Boards Manager",
|
| 38 | + "boardsType": { |
| 39 | + "arduinoCertified": "Arduino Certified" |
| 40 | + }, |
39 | 41 | "bootloader": {
|
40 | 42 | "burnBootloader": "Burn Bootloader",
|
41 | 43 | "burningBootloader": "Burning bootloader...",
|
|
61 | 63 | "uploadRootCertificates": "Upload SSL Root Certificates",
|
62 | 64 | "uploadingCertificates": "Uploading certificates."
|
63 | 65 | },
|
| 66 | + "checkForUpdates": { |
| 67 | + "checkForUpdates": "Check for Arduino Updates", |
| 68 | + "installAll": "Install All", |
| 69 | + "noUpdates": "There are no recent updates available.", |
| 70 | + "promptUpdateBoards": "Updates are available for some of your boards.", |
| 71 | + "promptUpdateLibraries": "Updates are available for some of your libraries.", |
| 72 | + "updatingBoards": "Updating boards...", |
| 73 | + "updatingLibraries": "Updating libraries..." |
| 74 | + }, |
64 | 75 | "cli-error-parser": {
|
65 | 76 | "keyboardError": "'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?",
|
66 | 77 | "mouseError": "'Mouse' not found. Does your sketch include the line '#include <Mouse.h>'?"
|
|
103 | 114 | "visitArduinoCloud": "Visit Arduino Cloud to create Cloud Sketches."
|
104 | 115 | },
|
105 | 116 | "common": {
|
| 117 | + "all": "All", |
| 118 | + "contributed": "Contributed", |
| 119 | + "installManually": "Əl ilə yüklə", |
106 | 120 | "later": "Later",
|
107 | 121 | "noBoardSelected": "No board selected",
|
108 | 122 | "notConnected": "[not connected]",
|
109 | 123 | "offlineIndicator": "You appear to be offline. Without an Internet connection, the Arduino CLI might not be able to download the required resources and could cause malfunction. Please connect to the Internet and restart the application.",
|
110 | 124 | "oldFormat": "The '{0}' still uses the old `.pde` format. Do you want to switch to the new `.ino` extension?",
|
| 125 | + "partner": "Partner", |
111 | 126 | "processing": "Processing",
|
| 127 | + "recommended": "Recommended", |
| 128 | + "retired": "Retired", |
112 | 129 | "selectedOn": "on {0}",
|
113 | 130 | "serialMonitor": "Serial Monitor",
|
114 |
| - "unknown": "Bilnməyən" |
| 131 | + "type": "Type", |
| 132 | + "unknown": "Bilnməyən", |
| 133 | + "updateable": "Updatable" |
115 | 134 | },
|
116 | 135 | "compile": {
|
117 | 136 | "error": "Compilation error: {0}"
|
|
197 | 216 | "visit": "Ardunio cc-yi Ziyarət Edin"
|
198 | 217 | },
|
199 | 218 | "ide-updater": {
|
200 |
| - "checkForUpdates": "Check for Arduino IDE updates", |
| 219 | + "checkForUpdates": "Check for Arduino IDE Updates", |
201 | 220 | "closeAndInstallButton": "Bağla Və Yüklə",
|
202 | 221 | "closeToInstallNotice": "Close the software and install the update on your machine.",
|
203 | 222 | "downloadButton": "Download",
|
|
235 | 254 | "uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}",
|
236 | 255 | "zipLibrary": "Kitabxana"
|
237 | 256 | },
|
| 257 | + "librarySearchProperty": { |
| 258 | + "topic": "Topic" |
| 259 | + }, |
| 260 | + "libraryTopic": { |
| 261 | + "communication": "Communication", |
| 262 | + "dataProcessing": "Data Processing", |
| 263 | + "dataStorage": "Data Storage", |
| 264 | + "deviceControl": "Device Control", |
| 265 | + "display": "Display", |
| 266 | + "other": "Other", |
| 267 | + "sensors": "Sensors", |
| 268 | + "signalInputOutput": "Signal Input/Output", |
| 269 | + "timing": "Timing", |
| 270 | + "uncategorized": "Uncategorized" |
| 271 | + }, |
| 272 | + "libraryType": { |
| 273 | + "installed": "Installed" |
| 274 | + }, |
238 | 275 | "menu": {
|
239 | 276 | "advanced": "Advanced",
|
240 | 277 | "sketch": "Sketch",
|
|
253 | 290 | "automatic": "Automatic",
|
254 | 291 | "board.certificates": "List of certificates that can be uploaded to boards",
|
255 | 292 | "browse": "Browse",
|
| 293 | + "checkForUpdate": "Receive notifications of available updates for the IDE, boards, and libraries. Requires an IDE restart after change. It's true by default.", |
256 | 294 | "choose": "Seçin",
|
257 | 295 | "cli.daemonDebug": "Enable debug logging of the gRPC calls to the Arduino CLI. A restart of the IDE is needed for this setting to take effect. It's false by default.",
|
258 | 296 | "cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
|
|
0 commit comments