mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-24 11:46:32 +00:00
Compare commits
No commits in common. "main" and "2.3.6" have entirely different histories.
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-ide-extension",
|
"name": "arduino-ide-extension",
|
||||||
"version": "2.3.7",
|
"version": "2.3.6",
|
||||||
"description": "An extension for Theia building the Arduino IDE",
|
"description": "An extension for Theia building the Arduino IDE",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,41 +1,13 @@
|
|||||||
# Translator Guide
|
# Translator Guide
|
||||||
|
|
||||||
The text of the Arduino IDE user interface is translated into several languages. The language can be selected in the dialog opened via **File > Preferences** in the Arduino IDE menus (**Arduino IDE > Preferences** for macOS users).
|
The text of the Arduino IDE interface is translated into several languages. The language can be selected in the dialog opened via **File > Preferences** in the Arduino IDE menus (**Arduino IDE > Preferences** for macOS users).
|
||||||
|
|
||||||
Translating text and improving on existing translations is a valuable contribution to the project, helping make Arduino accessible to everyone.
|
Translating text and improving on existing translations is a valuable contribution to the project, helping make Arduino accessible to everyone.
|
||||||
|
|
||||||
The translations for the text found in Arduino IDE come from several sources:
|
The translations for the text found in the Arduino IDE come from several sources:
|
||||||
|
|
||||||
## Arduino IDE Text
|
## Arduino IDE Text
|
||||||
|
|
||||||
The text of the Arduino IDE application can be translated to the following languages:
|
|
||||||
|
|
||||||
- čeština (Czech)
|
|
||||||
- Deutsch (German)
|
|
||||||
- Dutch
|
|
||||||
- español (Spanish)
|
|
||||||
- français (French)
|
|
||||||
- italiano (Italian)
|
|
||||||
- magyar (Hungarian)
|
|
||||||
- polski (Polish)
|
|
||||||
- português (Portuguese)
|
|
||||||
- Türkçe (Turkish)
|
|
||||||
- български (Bulgarian)
|
|
||||||
- русский (Russian)
|
|
||||||
- українська (Ukrainian)
|
|
||||||
- 한국어 (Korean)
|
|
||||||
- 中文(简体) (Chinese Simplified)
|
|
||||||
- 中文(繁體) (Chinese Traditional)
|
|
||||||
- 日本語 (Japanese)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
⚠ Unfortunately the 3rd party localization system used by the Arduino IDE application imposes a technical limitation to that set of languages. For this reason, we are unable to add support to Arduino IDE for additional languages (see [`arduino/arduino-ide#1447`](https://github.com/arduino/arduino-ide/issues/1447) for details).
|
|
||||||
|
|
||||||
There is no technical limitation on the set of languages to which **Arduino CLI** can be translated. If you would like to contribute translations for a language not on the above list, you are welcome to [contribute to the **Arduino CLI** project](#arduino-cli-text).
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
Translations of Arduino IDE's text is done in the "**Arduino IDE 2.0**" project on the **Transifex** localization platform:
|
Translations of Arduino IDE's text is done in the "**Arduino IDE 2.0**" project on the **Transifex** localization platform:
|
||||||
|
|
||||||
https://explore.transifex.com/arduino-1/ide2/
|
https://explore.transifex.com/arduino-1/ide2/
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "electron-app",
|
"name": "electron-app",
|
||||||
"version": "2.3.7",
|
"version": "2.3.6",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"main": "./src-gen/backend/electron-main.js",
|
"main": "./src-gen/backend/electron-main.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -19,7 +19,7 @@
|
|||||||
"@theia/preferences": "1.57.0",
|
"@theia/preferences": "1.57.0",
|
||||||
"@theia/terminal": "1.57.0",
|
"@theia/terminal": "1.57.0",
|
||||||
"@theia/workspace": "1.57.0",
|
"@theia/workspace": "1.57.0",
|
||||||
"arduino-ide-extension": "2.3.7"
|
"arduino-ide-extension": "2.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@theia/cli": "1.57.0",
|
"@theia/cli": "1.57.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-ide",
|
"name": "arduino-ide",
|
||||||
"version": "2.3.7",
|
"version": "2.3.6",
|
||||||
"description": "Arduino IDE",
|
"description": "Arduino IDE",
|
||||||
"repository": "https://github.com/arduino/arduino-ide.git",
|
"repository": "https://github.com/arduino/arduino-ide.git",
|
||||||
"author": "Arduino SA",
|
"author": "Arduino SA",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user