Skip to content

Commit 638f3ee

Browse files
1 parent 2f4cce1 commit 638f3ee

22 files changed

+41
-41
lines changed

lang/ui.ja.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@
391391
"description": "Language option text"
392392
},
393393
"less-action": {
394-
"defaultMessage": "減らす",
394+
"defaultMessage": "少なく表示",
395395
"description": "Less button text (showing less content)"
396396
},
397397
"load-error-makecode-info": {
@@ -439,7 +439,7 @@
439439
"description": "Links to the MicroPython source code in the about dialog"
440440
},
441441
"more-action": {
442-
"defaultMessage": "増やす",
442+
"defaultMessage": "もっと見る",
443443
"description": "More button text (showing more/further content)"
444444
},
445445
"more-connect-options": {
@@ -863,7 +863,7 @@
863863
"description": "Simulator gesture option"
864864
},
865865
"simulator-gesture-down": {
866-
"defaultMessage": "ロゴが下になった",
866+
"defaultMessage": "",
867867
"description": "Simulator gesture option"
868868
},
869869
"simulator-gesture-face-down": {
@@ -899,7 +899,7 @@
899899
"description": "Simulator gesture option"
900900
},
901901
"simulator-gesture-up": {
902-
"defaultMessage": "ロゴが上になった",
902+
"defaultMessage": "",
903903
"description": "Simulator gesture option"
904904
},
905905
"simulator-hide": {

lang/ui.nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035
"description": "Support menu option text"
10361036
},
10371037
"terms-of-use": {
1038-
"defaultMessage": "Gebruikers voorwaarden",
1038+
"defaultMessage": "Gebruiksvoorwaarden",
10391039
"description": "Terms of use menu option text"
10401040
},
10411041
"third-party-module-explanation": {

lang/ui.zh-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"description": "Title for the firmware update dialog"
321321
},
322322
"flash-action": {
323-
"defaultMessage": "烧录",
323+
"defaultMessage": "下载",
324324
"description": "Text for flash button"
325325
},
326326
"flash-hover": {

lang/ui.zh-tw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
"description": "Title for the firmware update dialog"
321321
},
322322
"flash-action": {
323-
"defaultMessage": "讀寫",
323+
"defaultMessage": "燒錄",
324324
"description": "Text for flash button"
325325
},
326326
"flash-hover": {

public/workers/pyright-locale-372-10923792ec92d9be48e3.worker.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/workers/pyright-locale-372-2f2f20ca0313ae5dd1d6.worker.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/workers/pyright-main-99cf7dc02c2324815d13.worker.js renamed to public/workers/pyright-main-cefd1af91b1a0be3bcfc.worker.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/workers/pyright-main-99cf7dc02c2324815d13.worker.js.map renamed to public/workers/pyright-main-cefd1af91b1a0be3bcfc.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/language-server/pyright.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { baseUrl } from "../base";
1212
import { createUri, LanguageServerClient } from "./client";
1313

1414
// This is modified by bin/update-pyright.sh
15-
const workerScriptName = "pyright-main-99cf7dc02c2324815d13.worker.js";
15+
const workerScriptName = "pyright-main-cefd1af91b1a0be3bcfc.worker.js";
1616

1717
/**
1818
* Creates Pyright workers and corresponding client.

0 commit comments

Comments
 (0)