Skip to content

Commit 638f3ee

Browse files
1 parent 2f4cce1 commit 638f3ee

22 files changed

+41
-41
lines changed

lang/ui.ja.json

+4-4
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

+1-1
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

+1-1
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

+1-1
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

+1
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

-1
This file was deleted.

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

+3-3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/language-server/pyright.ts

+1-1
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.

src/messages/ui.ja.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
"less-action": [
781781
{
782782
"type": 0,
783-
"value": "減らす"
783+
"value": "少なく表示"
784784
}
785785
],
786786
"load-error-makecode-info": [
@@ -910,7 +910,7 @@
910910
"more-action": [
911911
{
912912
"type": 0,
913-
"value": "増やす"
913+
"value": "もっと見る"
914914
}
915915
],
916916
"more-connect-options": [
@@ -1926,7 +1926,7 @@
19261926
"simulator-gesture-down": [
19271927
{
19281928
"type": 0,
1929-
"value": "ロゴが下になった"
1929+
"value": ""
19301930
}
19311931
],
19321932
"simulator-gesture-face-down": [
@@ -1980,7 +1980,7 @@
19801980
"simulator-gesture-up": [
19811981
{
19821982
"type": 0,
1983-
"value": "ロゴが上になった"
1983+
"value": ""
19841984
}
19851985
],
19861986
"simulator-hide": [

src/messages/ui.nl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@
22532253
"terms-of-use": [
22542254
{
22552255
"type": 0,
2256-
"value": "Gebruikers voorwaarden"
2256+
"value": "Gebruiksvoorwaarden"
22572257
}
22582258
],
22592259
"third-party-module-explanation": [

src/messages/ui.zh-cn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@
634634
"flash-action": [
635635
{
636636
"type": 0,
637-
"value": "烧录"
637+
"value": "下载"
638638
}
639639
],
640640
"flash-hover": [

src/messages/ui.zh-tw.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@
630630
"flash-action": [
631631
{
632632
"type": 0,
633-
"value": "讀寫"
633+
"value": "燒錄"
634634
}
635635
],
636636
"flash-hover": [

0 commit comments

Comments
 (0)