You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/translate.md
+28-28Lines changed: 28 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,17 @@ When you select your language from the [MakeCode](https://crowdin.com/project/ma
18
18
19
19
Localization files are present in two different forms, JSON and markdown. The JSON files (those you see with the **.json** ending in their names) contain localizable strings related to both the editor UI and the text shown on the programming code blocks. All of the markdown files (those with **.md** at the end of their names) are documents for reference, projects, tutorials, help information, etc.
20
20
21
-
The files listed in the following sections provide a guide to how each of the translation files and folders relate to the **MakeCode for @boardname@** editor. The links here are to the [English](https://crowdin.com/project/kindscript/en#) source files just to show you the location of the files in the folder structure. Of course, you will translate in your selected language instead.
21
+
The files listed in the following sections provide a guide to how each of the translation files and folders relate to the **MakeCode for @boardname@** editor.
22
22
23
23
### Editor
24
24
25
25
There a a few files that are specific to the MakeCode editor itself. These contain strings for the editor UI and the simulator. They are essential to translate and should be prioritized before the other files.
26
26
27
27
| File | Description |
28
28
| - | - |
29
-
|[strings.json](https://crowdin.com/translate/makecode/32/en-en)| Common strings that shared by all MakeCode editors. **Note**: This file is located at the MakeCode project's root folder rather than under **microbit**|
30
-
|[target-strings.json](https://crowdin.com/translate/makecode/1922/en-en)| Strings custom to the @boardname@ editor interface |
31
-
|[sim-strings.json](https://crowdin.com/translate/makecode/1923/en-en)| Strings for the @boardname@ simulator |
29
+
| strings.json | Common strings that shared by all MakeCode editors. **Note**: This file is located at the MakeCode project's root folder rather than under **microbit**|
30
+
| target-strings.json | Strings custom to the @boardname@ editor interface |
31
+
| sim-strings.json | Strings for the @boardname@ simulator |
32
32
<br/>
33
33
34
34
This is an example of the editor with it's interface elements localized:
@@ -41,30 +41,30 @@ The strings for the programming code blocks all have names in the form of '_name
41
41
42
42
| File | Description |
43
43
| - | - |
44
-
|[core-jsdoc-strings.json](https://crowdin.com/translate/makecode/66/en-en)| Description text for code elements of the [basic](/reference/basic) and core [blocks](/blocks). **Note**: this file contains strings for the fundamental set of coding blocks and should be prioritized over the other strings files for blocks |
45
-
|[core-strings.json](https://crowdin.com/translate/makecode/65/en-en)| Display text for the [basic](/reference/basic) and core [blocks](/reference/blocks). **Note**: this file contains strings for the fundamental set of coding blocks and should be prioritized over the other strings files for blocks |
46
-
|[radio-jsdoc-strings.json](https://crowdin.com/translate/makecode/64/en-en)| Description text for code elements of the [radio](/reference/radio) blocks |
47
-
|[radio-strings.json](https://crowdin.com/translate/makecode/63/en-en)| Display text for the [radio](/reference/radio) blocks |
48
-
|[radio-broadcast-jsdoc-strings.json](https://crowdin.com/translate/makecode/5032/en-en)| Description text for code elements of the radio broadcast blocks |
49
-
|[radio-broadcast-strings.json](https://crowdin.com/translate/makecode/5030/en-en)| Display text for the radio broadcast blocks |
50
-
|[servo-jsdoc-strings.json](https://crowdin.com/translate/makecode/5036/en-en)| Description text for code elements of the [servo](/reference/servos) blocks |
51
-
|[servo-strings.json](https://crowdin.com/translate/makecode/5034/en-ens)| Display text for the [servo](/reference/servos) blocks |
52
-
| [bluetooth-jsdoc-strings.json](https://crowdin.com/translate/makecode/60/en-en) | Description text for code elements of the [bluetooth](/reference/bluetooth) blocks
53
-
|[bluetooth-strings.json](https://crowdin.com/translate/makecode/59/en-en)| Display text for the [bluetooth](/reference/bluetooth) blocks |
54
-
|[devices-jsdoc-strings.json](https://crowdin.com/translate/makecode/62/en-en)| Description text for code elements of the _connected devices_ blocks |
55
-
|[devices-strings.json](https://crowdin.com/translate/makecode/61/en-en)| Display text for the _connected devices_ blocks |
56
-
|[flashlog-jsdoc-strings.json](https://crowdin.com/translate/makecode/60/en-en)| Description text for code elements of the _flashlog_ blocks |
57
-
|[flashlog-strings.json](https://crowdin.com/translate/makecode/59/en-en)| Display text for the _flashlog_ blocks |
58
-
|[datalogger-jsdoc-strings.json](https://crowdin.com/translate/makecode/11254/en-en)| Description text for code elements of the [datalogger](/reference/datalogger) blocks |
59
-
|[datalogger-strings.json](https://crowdin.com/translate/makecode/11252/en-en)| Display text for the [datalogger](/reference/datalogger) blocks |
60
-
| [jacdac-jsdoc-strings.json](https://crowdin.com/translate/makecode/7862/en-en) | Description text for code elements of the _jacdac_ blocks
61
-
|[jacdac-strings.json](https://crowdin.com/translate/makecode/7860/en-en)| Display text for the _jacdac_ blocks |
62
-
| [color-jsdoc-strings.json](https://crowdin.com/translate/makecode/11836/en-en) | Description text for code elements of the _color_ blocks
63
-
|[color-strings.json](https://crowdin.com/translate/makecode/11834/en-en)| Display text for the _color_ blocks |
64
-
| [microphone-jsdoc-strings.json](https://crowdin.com/translate/makecode/10230/en-en) | Description text for code elements of the _microphone_ blocks
65
-
|[microphone-strings.json](https://crowdin.com/translate/makecode/10228/en-en)| Display text for the _microphone_ blocks |
66
-
| [settings-jsdoc-strings.json](https://crowdin.com/translate/makecode/10872/en-en) | Description text for code elements of the _settings_ blocks
67
-
|[settings-strings.json](https://crowdin.com/translate/makecode/10870/en-en)| Display text for the _settings_ blocks |
44
+
| core-jsdoc-strings.json | Description text for code elements of the [basic](/reference/basic) and core [blocks](/blocks). **Note**: this file contains strings for the fundamental set of coding blocks and should be prioritized over the other strings files for blocks |
45
+
| core-strings.json | Display text for the [basic](/reference/basic) and core [blocks](/reference/blocks). **Note**: this file contains strings for the fundamental set of coding blocks and should be prioritized over the other strings files for blocks |
46
+
| radio-jsdoc-strings.json | Description text for code elements of the [radio](/reference/radio) blocks |
47
+
| radio-strings.json | Display text for the [radio](/reference/radio) blocks |
48
+
| radio-broadcast-jsdoc-strings.json | Description text for code elements of the radio broadcast blocks |
49
+
| radio-broadcast-strings.json | Display text for the radio broadcast blocks |
50
+
| servo-jsdoc-strings.json | Description text for code elements of the [servo](/reference/servos) blocks |
51
+
| servo-strings.json | Display text for the [servo](/reference/servos) blocks |
52
+
| bluetooth-jsdoc-strings.json | Description text for code elements of the [bluetooth](/reference/bluetooth) blocks
53
+
| bluetooth-strings.json | Display text for the [bluetooth](/reference/bluetooth) blocks |
54
+
| devices-jsdoc-strings.json | Description text for code elements of the _connected devices_ blocks |
55
+
| devices-strings.json | Display text for the _connected devices_ blocks |
56
+
| flashlog-jsdoc-strings.json | Description text for code elements of the _flashlog_ blocks |
57
+
| flashlog-strings.json | Display text for the _flashlog_ blocks |
58
+
| datalogger-jsdoc-strings.json | Description text for code elements of the [datalogger](/reference/datalogger) blocks |
59
+
| datalogger-strings.json | Display text for the [datalogger](/reference/datalogger) blocks |
60
+
| jacdac-jsdoc-strings.json | Description text for code elements of the _jacdac_ blocks
61
+
| jacdac-strings.json | Display text for the _jacdac_ blocks |
62
+
| color-jsdoc-strings.json | Description text for code elements of the _color_ blocks
63
+
| color-strings.json | Display text for the _color_ blocks |
64
+
| microphone-jsdoc-strings.json | Description text for code elements of the _microphone_ blocks
65
+
| microphone-strings.json | Display text for the _microphone_ blocks |
66
+
| settings-jsdoc-strings.json | Description text for code elements of the _settings_ blocks
67
+
| settings-strings.json | Display text for the _settings_ blocks |
0 commit comments