Skip to content

Commit

Permalink
Translation update from Crowdin (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon authored Nov 13, 2023
1 parent 2f4cce1 commit 638f3ee
Show file tree
Hide file tree
Showing 22 changed files with 41 additions and 41 deletions.
8 changes: 4 additions & 4 deletions lang/ui.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"description": "Language option text"
},
"less-action": {
"defaultMessage": "減らす",
"defaultMessage": "少なく表示",
"description": "Less button text (showing less content)"
},
"load-error-makecode-info": {
Expand Down Expand Up @@ -439,7 +439,7 @@
"description": "Links to the MicroPython source code in the about dialog"
},
"more-action": {
"defaultMessage": "増やす",
"defaultMessage": "もっと見る",
"description": "More button text (showing more/further content)"
},
"more-connect-options": {
Expand Down Expand Up @@ -863,7 +863,7 @@
"description": "Simulator gesture option"
},
"simulator-gesture-down": {
"defaultMessage": "ロゴが下になった",
"defaultMessage": "",
"description": "Simulator gesture option"
},
"simulator-gesture-face-down": {
Expand Down Expand Up @@ -899,7 +899,7 @@
"description": "Simulator gesture option"
},
"simulator-gesture-up": {
"defaultMessage": "ロゴが上になった",
"defaultMessage": "",
"description": "Simulator gesture option"
},
"simulator-hide": {
Expand Down
2 changes: 1 addition & 1 deletion lang/ui.nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
"description": "Support menu option text"
},
"terms-of-use": {
"defaultMessage": "Gebruikers voorwaarden",
"defaultMessage": "Gebruiksvoorwaarden",
"description": "Terms of use menu option text"
},
"third-party-module-explanation": {
Expand Down
2 changes: 1 addition & 1 deletion lang/ui.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"description": "Title for the firmware update dialog"
},
"flash-action": {
"defaultMessage": "烧录",
"defaultMessage": "下载",
"description": "Text for flash button"
},
"flash-hover": {
Expand Down
2 changes: 1 addition & 1 deletion lang/ui.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
"description": "Title for the firmware update dialog"
},
"flash-action": {
"defaultMessage": "讀寫",
"defaultMessage": "燒錄",
"description": "Text for flash button"
},
"flash-hover": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/language-server/pyright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { baseUrl } from "../base";
import { createUri, LanguageServerClient } from "./client";

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

/**
* Creates Pyright workers and corresponding client.
Expand Down
8 changes: 4 additions & 4 deletions src/messages/ui.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@
"less-action": [
{
"type": 0,
"value": "減らす"
"value": "少なく表示"
}
],
"load-error-makecode-info": [
Expand Down Expand Up @@ -910,7 +910,7 @@
"more-action": [
{
"type": 0,
"value": "増やす"
"value": "もっと見る"
}
],
"more-connect-options": [
Expand Down Expand Up @@ -1926,7 +1926,7 @@
"simulator-gesture-down": [
{
"type": 0,
"value": "ロゴが下になった"
"value": ""
}
],
"simulator-gesture-face-down": [
Expand Down Expand Up @@ -1980,7 +1980,7 @@
"simulator-gesture-up": [
{
"type": 0,
"value": "ロゴが上になった"
"value": ""
}
],
"simulator-hide": [
Expand Down
2 changes: 1 addition & 1 deletion src/messages/ui.nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@
"terms-of-use": [
{
"type": 0,
"value": "Gebruikers voorwaarden"
"value": "Gebruiksvoorwaarden"
}
],
"third-party-module-explanation": [
Expand Down
2 changes: 1 addition & 1 deletion src/messages/ui.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"flash-action": [
{
"type": 0,
"value": "烧录"
"value": "下载"
}
],
"flash-hover": [
Expand Down
2 changes: 1 addition & 1 deletion src/messages/ui.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
"flash-action": [
{
"type": 0,
"value": "讀寫"
"value": "燒錄"
}
],
"flash-hover": [
Expand Down
Loading

0 comments on commit 638f3ee

Please sign in to comment.