Skip to content

Commit 04b4ada

Browse files
Berk404ganicke
andauthored
Fixed translate.md grammar and syntax issues (#6679)
Co-authored-by: Galen Nickel <gnickel@aquent.com>
1 parent 396a068 commit 04b4ada

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/translate.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
#### Help translate
88

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!
1010

1111
### ~
1212

1313
## #target-files
1414

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.
1616

1717
![microbit strings files](/static/mb/translate/crowdin-folder.png)
1818

@@ -22,48 +22,48 @@ The files listed in the following sections provide a guide to how each of the tr
2222

2323
### Editor
2424

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.
2626

2727
| File | Description |
2828
| - | - |
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** |
3030
| target-strings.json | Strings custom to the @boardname@ editor interface |
3131
| sim-strings.json | Strings for the @boardname@ simulator |
3232
<br/>
3333

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:
3535

3636
![Translated editor elements](/static/mb/translate/target-strings.jpg)
3737

3838
### Blocks
3939

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 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.
4141

4242
| File | Description |
4343
| - | - |
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 |
4545
| 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 |
4646
| radio-jsdoc-strings.json | Description text for code elements of the [radio](/reference/radio) blocks |
4747
| 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 |
4949
| radio-broadcast-strings.json | Display text for the radio broadcast blocks |
5050
| servo-jsdoc-strings.json | Description text for code elements of the [servo](/reference/servos) blocks |
5151
| 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 |
5353
| bluetooth-strings.json | Display text for the [bluetooth](/reference/bluetooth) blocks |
5454
| devices-jsdoc-strings.json | Description text for code elements of the _connected devices_ blocks |
5555
| devices-strings.json | Display text for the _connected devices_ blocks |
5656
| flashlog-jsdoc-strings.json | Description text for code elements of the _flashlog_ blocks |
5757
| flashlog-strings.json | Display text for the _flashlog_ blocks |
5858
| datalogger-jsdoc-strings.json | Description text for code elements of the [datalogger](/reference/datalogger) blocks |
5959
| 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 |
6161
| 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 |
6363
| 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 |
6565
| 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 |
6767
| settings-strings.json | Display text for the _settings_ blocks |
6868
<br/>
6969

@@ -73,7 +73,7 @@ Here are some examples of translated blocks:
7373

7474
### Document pages
7575

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.
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.
7777

7878
| File | Description |
7979
| - | - |

0 commit comments

Comments
 (0)