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
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@
6
6
7
7
#### Help translate
8
8
9
-
Looking to help translate the site for **[microbit.org](http://microbit.org)**? Try http://translate.microbit.org/ to help the Microbit Foundation!
9
+
Looking to help translate the site for **[microbit.org](http://microbit.org)**? Try http://translate.microbit.org/ to help the Micro:bit Foundation!
10
10
11
11
### ~
12
12
13
13
## #target-files
14
14
15
-
When you select your language from the [MakeCode](https://crowdin.com/project/makecode) project home page, you'll find all of the localization files for MakeCode shown in a folder tree. The strings to translate for the @boardname@ are found in the files under the **microbit** folder for the current language.
15
+
When you select your language from the [MakeCode](https://crowdin.com/project/makecode) project homepage, you'll find all of the localization files for MakeCode shown in a folder tree. The strings to translate for the @boardname@ are found in the files under the **microbit** folder for the current language.
@@ -22,48 +22,48 @@ The files listed in the following sections provide a guide to how each of the tr
22
22
23
23
### Editor
24
24
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.
25
+
There are 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 | Common strings that shared by all MakeCode editors. **Note**: This file is located at the MakeCode project's root folder rather than under **microbit**|
29
+
| strings.json | Common strings that are shared by all MakeCode editors. **Note**: This file is located at the MakeCode project's root folder rather than under **microbit**|
30
30
| target-strings.json | Strings custom to the @boardname@ editor interface |
31
31
| sim-strings.json | Strings for the @boardname@ simulator |
32
32
<br/>
33
33
34
-
This is an example of the editor with it's interface elements localized:
34
+
This is an example of the editor with its interface elements localized:
The strings for the programming code blocks all have names in the form of '_name_-strings.json' and '_name_-jsdoc-strings.json'. The _name_ part of the filename often refers to which set of blocks or the extension tht the blocks come from.
40
+
The strings for the programming code blocks all have names in the form of '_name_-strings.json' and '_name_-jsdoc-strings.json'. The _name_ part of the filename often refers to which set of blocks or the extension that the blocks come from.
41
41
42
42
| File | Description |
43
43
| - | - |
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 |
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
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
46
| radio-jsdoc-strings.json | Description text for code elements of the [radio](/reference/radio) blocks |
47
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 |
48
+
| radio-broadcast-jsdoc-strings.json | Description text for code elements of the radio broadcast blocks |
49
49
| radio-broadcast-strings.json | Display text for the radio broadcast blocks |
50
50
| servo-jsdoc-strings.json | Description text for code elements of the [servo](/reference/servos) blocks |
51
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
52
+
| bluetooth-jsdoc-strings.json | Description text for code elements of the [bluetooth](/reference/bluetooth) blocks|
53
53
| bluetooth-strings.json | Display text for the [bluetooth](/reference/bluetooth) blocks |
54
54
| devices-jsdoc-strings.json | Description text for code elements of the _connected devices_ blocks |
55
55
| devices-strings.json | Display text for the _connected devices_ blocks |
56
56
| flashlog-jsdoc-strings.json | Description text for code elements of the _flashlog_ blocks |
57
57
| flashlog-strings.json | Display text for the _flashlog_ blocks |
58
58
| datalogger-jsdoc-strings.json | Description text for code elements of the [datalogger](/reference/datalogger) blocks |
59
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
60
+
| jacdac-jsdoc-strings.json | Description text for code elements of the _jacdac_ blocks|
61
61
| jacdac-strings.json | Display text for the _jacdac_ blocks |
62
-
| color-jsdoc-strings.json | Description text for code elements of the _color_ blocks
62
+
| color-jsdoc-strings.json | Description text for code elements of the _color_ blocks|
63
63
| color-strings.json | Display text for the _color_ blocks |
64
-
| microphone-jsdoc-strings.json | Description text for code elements of the _microphone_ blocks
64
+
| microphone-jsdoc-strings.json | Description text for code elements of the _microphone_ blocks|
65
65
| microphone-strings.json | Display text for the _microphone_ blocks |
66
-
| settings-jsdoc-strings.json | Description text for code elements of the _settings_ blocks
66
+
| settings-jsdoc-strings.json | Description text for code elements of the _settings_ blocks|
67
67
| settings-strings.json | Display text for the _settings_ blocks |
68
68
<br/>
69
69
@@ -73,7 +73,7 @@ Here are some examples of translated blocks:
73
73
74
74
### Document pages
75
75
76
-
Document pages contain the text for any markdown page available on the MakeCode editor site. These include code block reference, projects, tutorials, howto information, etc.
76
+
Document pages contain the text for any markdown page available on the MakeCode editor site. These include code block reference, projects, tutorials, how-to information, etc.
0 commit comments