Skip to content

Commit 99d6553

Browse files
committed
Update translation source file
1 parent 4f4ccb8 commit 99d6553

File tree

1 file changed

+218
-7
lines changed

1 file changed

+218
-7
lines changed

Diff for: i18n/en.json

+218-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,221 @@
11
{
2-
"theia": {
3-
"core": {
4-
"common": {
5-
"example": "This is an example translatable string",
6-
"another-example": "This is another example translatable string"
7-
}
2+
"arduino": {
3+
"common": {
4+
"selectBoard": "Select Board",
5+
"unknown": "Unknown",
6+
"processing": "Processing",
7+
"saveChangesToSketch": "Do you want to save changes to this sketch before closing?",
8+
"loseChanges": "If you don't save, your changes will be lost.",
9+
"noBoardSelected": "No board selected"
10+
},
11+
"preferences": {
12+
"language.log": "True if the Arduino Language Server should generate log files into the sketch folder. Otherwise, false. It's false by default.",
13+
"compile.verbose": "True for verbose compile output. False by default",
14+
"compile.warnings": "Tells gcc which warning level to use. It's 'None' by default",
15+
"upload.verbose": "True for verbose upload output. False by default.",
16+
"window.autoScale": "True if the user interface automatically scales with the font size.",
17+
"window.zoomLevel": "Adjust the zoom level of the window. The original size is 0 and each increment above (e.g. 1) or below (e.g. -1) represents zooming 20% larger or smaller. You can also enter decimals to adjust the zoom level with a finer granularity.",
18+
"ide.autoUpdate": "True to enable automatic update checks. The IDE will check for updates automatically and periodically.",
19+
"board.certificates": "List of certificates that can be uploaded to boards",
20+
"sketchbook.showAllFiles": "True to show all sketch files inside the sketch. It is false by default.",
21+
"cloud.enabled": "True if the sketch sync functions are enabled. Defaults to true.",
22+
"cloud.pull.warn": "True if users should be warned before pulling a cloud sketch. Defaults to true.",
23+
"cloud.push.warn": "True if users should be warned before pushing a cloud sketch. Defaults to true.",
24+
"cloud.pushpublic.warn": "True if users should be warned before pushing a public sketch to the cloud. Defaults to true.",
25+
"cloud.sketchSyncEnpoint": "The endpoint used to push and pull sketches from a backend. By default it points to Arduino Cloud API.",
26+
"auth.clientID": "The OAuth2 client ID.",
27+
"auth.domain": "The OAuth2 domain.",
28+
"auth.audience": "The OAuth2 audience.",
29+
"auth.registerUri": "The URI used to register a new user."
30+
},
31+
"cloud": {
32+
"signIn": "Sign in",
33+
"signOut": "Sign Out",
34+
"shareSketch": "Share Sketch",
35+
"showHideRemoveSketchbook": "Show/Hide Remote Sketchbook",
36+
"pullSketch": "Pull Sketch",
37+
"openInCloudEditor": "Open in Cloud Editor",
38+
"options": "Options...",
39+
"share": "Share...",
40+
"remote": "Remote",
41+
"continue": "Continue",
42+
"pushSketch": "Push Sketch",
43+
"pushSketchMsg": "This is a Public Sketch. Before pushing, make sure any sensitive information is defined in arduino_secrets.h files. You can make a Sketch private from the Share panel.",
44+
"pull": "Pull",
45+
"pullSketchMsg": "Pulling this Sketch from the Cloud will overwrite its local version. Are you sure you want to continue?",
46+
"donePulling": "Done pulling ‘{0}’.",
47+
"notYetPulled": "Cannot push to Cloud. It is not yet pulled.",
48+
"push": "Push",
49+
"pullFirst": "You have to pull first to be able to push to the Cloud.",
50+
"donePushing": "Done pushing ‘{0}’."
51+
},
52+
"board": {
53+
"installManually": "Install Manually",
54+
"installNow": "The \"{0} {1}\" core has to be installed for the currently selected \"{2}\" board. Do you want to install it now?",
55+
"configDialogTitle": "Select Other Board & Port",
56+
"configDialog1": "Select both a Board and a Port if you want to upload a sketch.",
57+
"configDialog2": "If you only select a Board you will be able just to compile, but not to upload your sketch.",
58+
"pleasePickBoard": "Please pick a board connected to the port you have selected.",
59+
"programmer": "Programmer",
60+
"succesfullyInstalledPlatform": "Successfully installed platform {0}:{1}",
61+
"succesfullyUninstalledPlatform": "Successfully uninstalled platform {0}:{1}",
62+
"couldNotFindPreviouslySelected": "Could not find previously selected board '{0}' in installed platform '{1}'. Please manually reselect the board you want to use. Do you want to reselect it now?",
63+
"reselectLater": "Reselect later",
64+
"noneSelected": "No boards selected.",
65+
"noPortsSelected": "No ports selected for board: '{0}'.",
66+
"noFQBN": "The FQBN is not available for the selected board \"{0}\". Do you have the corresponding core installed?",
67+
"selectBoardForInfo": "Please select a board to obtain board info.",
68+
"platformMissing": "The platform for the selected '{0}' board is not installed.",
69+
"selectPortForInfo": "Please select a port to obtain board info.",
70+
"boardInfo": "Board Info",
71+
"board": "Board{0}",
72+
"port": "Port{0}",
73+
"getBoardInfo": "Get Board Info",
74+
"inSketchbook": " (in Sketchbook)"
75+
},
76+
"boardsManager": "Boards Manager",
77+
"about": {
78+
"label": "About {0}",
79+
"detail": "Version: {0}\nDate: {1}{2}\nCLI Version: {3}{4} [{5}]\n\n{6}"
80+
},
81+
"contributions": {
82+
"addFile": "Add File",
83+
"replaceTitle": "Replace",
84+
"fileAdded": "One file added to the sketch."
85+
},
86+
"replaceMsg": "Replace the existing version of {0}?",
87+
"library": {
88+
"addZip": "Add .ZIP Library...",
89+
"zipLibrary": "Library",
90+
"overwriteExistingLibrary": "Do you want to overwrite the existing library?",
91+
"successfullyInstalledZipLibrary": "Successfully installed library from {0} archive",
92+
"namedLibraryAlreadyExists": "A library folder named {0} already exists. Do you want to overwrite it?",
93+
"libraryAlreadyExists": "A library already exists. Do you want to overwrite it?",
94+
"include": "Include Library",
95+
"manageLibraries": "Manage Libraries...",
96+
"arduinoLibraries": "Arduino libraries",
97+
"contributedLibraries": "Contributed libraries",
98+
"title": "Library Manager",
99+
"needsOneDependency": "The library <b>{0}:{1}</b> needs another dependency currently not installed:",
100+
"needsMultipleDependencies": "The library <b>{0}:{1}</b> needs some other dependencies currently not installed:",
101+
"installOneMissingDependency": "Would you like to install the missing dependency?",
102+
"installMissingDependencies": "Would you like to install all the missing dependencies?",
103+
"dependenciesForLibrary": "Dependencies for library {0}:{1}",
104+
"installAll": "Install all",
105+
"installOnly": "Install {0} only",
106+
"installedSuccessfully": "Successfully installed library {0}:{1}",
107+
"uninstalledSuccessfully": "Successfully uninstalled library {0}:{1}"
108+
},
109+
"selectZip": "Select a zip file containing the library you'd like to add",
110+
"sketch": {
111+
"archiveSketch": "Archive Sketch",
112+
"saveSketchAs": "Save sketch folder as...",
113+
"createdArchive": "Created archive '{0}'.",
114+
"new": "New",
115+
"openRecent": "Open Recent",
116+
"showFolder": "Show Sketch Folder",
117+
"sketch": "Sketch",
118+
"moving": "Moving",
119+
"movingMsg": "The file \"{0}\" needs to be inside a sketch folder named as \"{1}\".\nCreate this folder, move the file, and continue?",
120+
"cantOpen": "A folder named \"{0}\" already exists. Can't open sketch.",
121+
"saveFolderAs": "Save sketch folder as...",
122+
"sketchbook": "Sketchbook",
123+
"upload": "Upload",
124+
"uploadUsingProgrammer": "Upload Using Programmer",
125+
"doneUploading": "Done uploading.",
126+
"couldNotConnectToMonitor": "Could not reconnect to serial monitor. {0}",
127+
"verifyOrCompile": "Verify/Compile",
128+
"exportBinary": "Export Compiled Binary",
129+
"verify": "Verify",
130+
"doneCompiling": "Done compiling.",
131+
"openSketchInNewWindow": "Open Sketch in New Window",
132+
"openFolder": "Open Folder",
133+
"close": "Are you sure you want to close the sketch?"
134+
},
135+
"bootloader": {
136+
"burnBootloader": "Burn Bootloader",
137+
"doneBurningBootloader": "Done burning bootloader."
138+
},
139+
"debug": {
140+
"debugWithMessage": "Debug - {0}",
141+
"noPlatformInstalledFor": "Platform is not installed for '{0}'",
142+
"debuggingNotSupported": "Debugging is not supported by '{0}'"
143+
},
144+
"editor": {
145+
"copyForForum": "Copy for Forum (Markdown)",
146+
"commentUncomment": "Comment/Uncomment",
147+
"increaseIndent": "Increase Indent",
148+
"decreaseIndent": "Decrease Indent",
149+
"increaseFontSize": "Increase Font Size",
150+
"decreaseFontSize": "Decrease Font Size",
151+
"autoFormat": "Auto Format"
152+
},
153+
"examples": {
154+
"menu": "Examples",
155+
"couldNotInitializeExamples": "Could not initialize built-in examples.",
156+
"builtInExamples": "Built-in examples",
157+
"customLibrary": "Examples from Custom Libraries",
158+
"for": "Examples for {0}",
159+
"forAny": "Examples for any board"
160+
},
161+
"help": {
162+
"search": "Search on Arduino.cc",
163+
"keyword": "Type a keyword",
164+
"gettingStarted": "Getting Started",
165+
"environment": "Environment",
166+
"troubleshooting": "Troubleshooting",
167+
"reference": "Reference",
168+
"findInReference": "Find in Reference",
169+
"faq": "Frequently Asked Questions",
170+
"visit": "Visit Arduino.cc"
171+
},
172+
"certificate": {
173+
"uploadRootCertificates": "Upload SSL Root Certificates",
174+
"openContext": "Open context",
175+
"remove": "Remove",
176+
"upload": "Upload"
177+
},
178+
"firmware": {
179+
"updater": "WiFi101 / WiFiNINA Firmware Updater"
180+
},
181+
"dialog": {
182+
"dontAskAgain": "Don't ask again"
183+
},
184+
"monitor": {
185+
"connectionBusy": "Connection failed. Serial port is busy: {0}",
186+
"disconnected": "Disconnected {0} from {1}.",
187+
"unexpectedError": "Unexpected error. Reconnecting {0} on port {1}.",
188+
"failedReconnect": "Failed to reconnect {0} to the the serial-monitor after 10 consecutive attempts. The {1} serial port is busy.",
189+
"reconnect": "Reconnecting {0} to {1} in {2] seconds..."
190+
},
191+
"electron": {
192+
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
193+
"unsavedChanges": "Any unsaved changes will not be saved."
194+
}
195+
},
196+
"theia": {
197+
"core": {
198+
"couldNotSave": "Could not save the sketch. Please copy your unsaved work into your favorite text editor, and restart the IDE.",
199+
"offline": "Offline",
200+
"daemonOffline": "CLI Daemon Offline",
201+
"cannotConnectBackend": "Cannot connect to the backend.",
202+
"cannotConnectDaemon": "Cannot connect to the CLI daemon."
203+
},
204+
"debug": {
205+
"start": "Start...",
206+
"typeNotSupported": "The debug session type \"{0}\" is not supported.",
207+
"startError": "There was an error starting the debug session, check the logs for more details."
208+
},
209+
"editor": {
210+
"unsavedTitle": "Unsaved – {0}"
211+
},
212+
"workspace": {
213+
"fileNewName": "Name for new file",
214+
"invalidFilename": "Invalid filename.",
215+
"invalidExtension": ".{0} is not a valid extension",
216+
"newFileName": "New name for file",
217+
"deleteCurrentSketch": "Do you want to delete the current sketch?",
218+
"sketchDirectoryError": "There was an error creating the sketch directory. See the log for more details. The application will probably not work as expected."
219+
}
8220
}
9-
}
10221
}

0 commit comments

Comments
 (0)