File tree Expand file tree Collapse file tree 15 files changed +7
-74
lines changed Expand file tree Collapse file tree 15 files changed +7
-74
lines changed Original file line number Diff line number Diff line change 1051
1051
"defaultMessage" : " Connection timed out" ,
1052
1052
"description" : " Title for error messages relating to WebUSB timeout"
1053
1053
},
1054
- "title" : {
1055
- "defaultMessage" : " Python Editor for micro:bit" ,
1056
- "description" : " Application title"
1057
- },
1058
1054
"toolkit-error-loading" : {
1059
1055
"defaultMessage" : " An error occurred loading the toolkit." ,
1060
1056
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 1050
1050
"defaultMessage" : " La conexión ha expirado" ,
1051
1051
"description" : " Title for error messages relating to WebUSB timeout"
1052
1052
},
1053
- "title" : {
1054
- "defaultMessage" : " Python Editor para micro:bit" ,
1055
- "description" : " Application title"
1056
- },
1057
1053
"toolkit-error-loading" : {
1058
1054
"defaultMessage" : " Se ha producido un error al cargar las herramientas." ,
1059
1055
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 1050
1050
"defaultMessage" : " La connexion a expiré" ,
1051
1051
"description" : " Title for error messages relating to WebUSB timeout"
1052
1052
},
1053
- "title" : {
1054
- "defaultMessage" : " Éditeur Python pour micro:bit" ,
1055
- "description" : " Application title"
1056
- },
1057
1053
"toolkit-error-loading" : {
1058
1054
"defaultMessage" : " Une erreur s’est produite lors du chargement de la boîte à outils." ,
1059
1055
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 1050
1050
"defaultMessage" : " 接続がタイムアウトしました" ,
1051
1051
"description" : " Title for error messages relating to WebUSB timeout"
1052
1052
},
1053
- "title" : {
1054
- "defaultMessage" : " micro:bit用Pythonエディター" ,
1055
- "description" : " Application title"
1056
- },
1057
1053
"toolkit-error-loading" : {
1058
1054
"defaultMessage" : " ツールキットの読み込み中にエラーが発生しました。" ,
1059
1055
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 1050
1050
"defaultMessage" : " 연결 시간 초과" ,
1051
1051
"description" : " Title for error messages relating to WebUSB timeout"
1052
1052
},
1053
- "title" : {
1054
- "defaultMessage" : " micro:bit용 Python 편집기" ,
1055
- "description" : " Application title"
1056
- },
1057
1053
"toolkit-error-loading" : {
1058
1054
"defaultMessage" : " 도구 키트를 불러오는 중 오류가 발생했습니다." ,
1059
1055
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 1050
1050
"defaultMessage" : " 连接超时" ,
1051
1051
"description" : " Title for error messages relating to WebUSB timeout"
1052
1052
},
1053
- "title" : {
1054
- "defaultMessage" : " micro:bit 的 Python 编辑器" ,
1055
- "description" : " Application title"
1056
- },
1057
1053
"toolkit-error-loading" : {
1058
1054
"defaultMessage" : " 加载工具包时出错。" ,
1059
1055
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 1050
1050
"defaultMessage" : " 連線逾時" ,
1051
1051
"description" : " Title for error messages relating to WebUSB timeout"
1052
1052
},
1053
- "title" : {
1054
- "defaultMessage" : " micro:bit 的 Python 編輯器" ,
1055
- "description" : " Application title"
1056
- },
1057
1053
"toolkit-error-loading" : {
1058
1054
"defaultMessage" : " 載入工具包時,發生錯誤。" ,
1059
1055
"description" : " Error shown if we failed to load toolkit content"
Original file line number Diff line number Diff line change 5
5
< link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#6c4bc1 " />
8
- < title > Python Editor for micro:bit</ title >
9
- < meta property ="og:title " content ="Python Editor for micro:bit " />
8
+ < title > micro:bit Python Editor </ title >
9
+ < meta property ="og:title " content ="micro:bit Python Editor " />
10
10
< meta
11
11
property ="og:description "
12
12
content ="Built by the Micro:bit Educational Foundation and the global Python Community. "
13
13
/>
14
- < meta property ="og:image " content ="https://python.microbit.org%PUBLIC_URL%/social.png "/>
15
- < meta name ="twitter:card " content ="summary_large_image ">
14
+ < meta
15
+ property ="og:image "
16
+ content ="https://python.microbit.org%PUBLIC_URL%/social.png "
17
+ />
18
+ < meta name ="twitter:card " content ="summary_large_image " />
16
19
< meta
17
20
name ="twitter:description "
18
21
content ="A Python Editor for the BBC micro:bit, built by the Micro:bit Educational Foundation and the global Python Community. "
Original file line number Diff line number Diff line change 2257
2257
"value" : " Connection timed out"
2258
2258
}
2259
2259
],
2260
- "title" : [
2261
- {
2262
- "type" : 0 ,
2263
- "value" : " Python Editor for micro:bit"
2264
- }
2265
- ],
2266
2260
"toolkit-error-loading" : [
2267
2261
{
2268
2262
"type" : 0 ,
Original file line number Diff line number Diff line change 2249
2249
"value" : " La conexión ha expirado"
2250
2250
}
2251
2251
],
2252
- "title" : [
2253
- {
2254
- "type" : 0 ,
2255
- "value" : " Python Editor para micro:bit"
2256
- }
2257
- ],
2258
2252
"toolkit-error-loading" : [
2259
2253
{
2260
2254
"type" : 0 ,
You can’t perform that action at this time.
0 commit comments