From 826093187fc343d43103324fa7b284d24c36443a Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Sun, 12 Nov 2023 20:59:19 +0000 Subject: [PATCH 1/2] Translation updates Some review/tweaks needed. --- crowdin/translated/api.ca.json | 28 ++++++------ crowdin/translated/api.es-es.json | 30 ++++++------- crowdin/translated/api.fr.json | 28 ++++++------ crowdin/translated/api.ja.json | 26 +++++------ crowdin/translated/api.ko.json | 44 +++++++++---------- crowdin/translated/api.nl.json | 34 +++++++------- crowdin/translated/api.zh-cn.json | 28 ++++++------ crowdin/translated/api.zh-tw.json | 28 ++++++------ lang/ca/typeshed/stdlib/microbit/i2c.pyi | 2 +- lang/ca/typeshed/stdlib/neopixel.pyi | 4 +- .../typeshed/stdlib/microbit/__init__.pyi | 2 +- lang/es-es/typeshed/stdlib/microbit/audio.pyi | 2 +- lang/es-es/typeshed/stdlib/neopixel.pyi | 4 +- lang/fr/typeshed/stdlib/microbit/__init__.pyi | 2 +- lang/fr/typeshed/stdlib/neopixel.pyi | 4 +- lang/ja/typeshed/stdlib/neopixel.pyi | 4 +- lang/ko/typeshed/stdlib/log.pyi | 10 ++--- lang/ko/typeshed/stdlib/microbit/audio.pyi | 2 +- lang/ko/typeshed/stdlib/microbit/i2c.pyi | 2 +- lang/ko/typeshed/stdlib/neopixel.pyi | 4 +- lang/nl/typeshed/stdlib/math.pyi | 2 +- lang/nl/typeshed/stdlib/microbit/__init__.pyi | 2 +- lang/nl/typeshed/stdlib/microbit/audio.pyi | 2 +- lang/nl/typeshed/stdlib/microbit/i2c.pyi | 2 +- lang/nl/typeshed/stdlib/neopixel.pyi | 4 +- lang/zh-cn/typeshed/stdlib/microbit/i2c.pyi | 2 +- lang/zh-cn/typeshed/stdlib/neopixel.pyi | 4 +- lang/zh-tw/typeshed/stdlib/microbit/audio.pyi | 2 +- lang/zh-tw/typeshed/stdlib/neopixel.pyi | 4 +- 29 files changed, 156 insertions(+), 156 deletions(-) diff --git a/crowdin/translated/api.ca.json b/crowdin/translated/api.ca.json index f675f3b..f25af57 100644 --- a/crowdin/translated/api.ca.json +++ b/crowdin/translated/api.ca.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "isnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "Verifica si un valor és un \"no nombre\" (NaN)", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "temperatura", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { "message": "Obté la temperatura de la micro:bit en graus Celsius.", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "assigna volum", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx trémolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { "message": "Opció d'efecte trèmolo utilitzat pel paràmetre {{fx}}.", - "description": "Tremelo effect option used for the ``fx`` parameter." + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "llegeix", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { - "message": "Llegeix bytes des d'un dispositiu..", - "description": "Read bytes from a device.." + "message": "Llegeix bytes des d'un dispositiu.", + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "addr", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "Bytes per píxel. Per al suport de micro:bit V2 RGBW neopixel, passa 4 en lloc de 3 per defecte per a RGB i GRB.", + "message": "Bytes per píxel. Per al suport de micro:bit V2 RGBW neopixel, passa 4 en lloc dels 3 per defecte per a RGB i GRB.", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "omple", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "Acoloreix tots els píxels amb un valor RGB/RGBW determinat.", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "Acoloreix tots els píxels amb un valor RGB/RGBW determinat (només micro:bit V2).", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "color", diff --git a/crowdin/translated/api.es-es.json b/crowdin/translated/api.es-es.json index b520749..900bd26 100644 --- a/crowdin/translated/api.es-es.json +++ b/crowdin/translated/api.es-es.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "esnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "Comprueba si un valor no es un número (NaN, not-a-number en inglés).", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "temperatura", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { - "message": "Obtiene la temperatura del micro:bit en grados Celcius.", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "message": "Obtiene la temperatura del micro:bit en grados Celsius.", + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "configurar volumen", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx tremolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { - "message": "Tremelo effect option used for the {{fx}} parameter.", - "description": "Tremelo effect option used for the ``fx`` parameter." + "message": "Tremolo effect option used for the {{fx}} parameter.", + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "leer", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { "message": "Lee bytes de un dispositivo.", - "description": "Read bytes from a device.." + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "dir", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "Bytes por píxel. Para compatibilidad con NeoPixel RGBW de micro:bit V2, pasa 4 en lugar del valor predeterminado 3 para RGB y GRB.", + "message": "Bytes por píxel. Para compatibilidad con NeoPixel RGBW, pasa 4 en lugar del valor predeterminado 3 para RGB y GRB.", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "llenar", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "Colorea todos los píxeles con un valor RGB/RGBW dado.", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "Colorea todos los píxeles con un valor RGB/RGBW dado (solo micro:bit V2).", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "color", diff --git a/crowdin/translated/api.fr.json b/crowdin/translated/api.fr.json index e7b7206..75499ce 100644 --- a/crowdin/translated/api.fr.json +++ b/crowdin/translated/api.fr.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "isnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "Vérifie si une valeur n'est pas un nombre (NaN).", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "temperature", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { - "message": "Obtenir la température du micro:bit en degrés Celcius.", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "message": "Obtenir la température du micro:bit en degrés Celsius.", + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "set volume", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx tremolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { "message": "Option d'effet tremolo utilisée pour le paramètre {{fx}}.", - "description": "Tremelo effect option used for the ``fx`` parameter." + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "read", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { "message": "Lire des octets depuis un périphérique.", - "description": "Read bytes from a device.." + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "addr", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "Octets par pixel. Pour le support du neopixel RGBW microbit V2, passez 4 plutôt que la valeur par défaut de 3 pour RGB et GRB.", + "message": "Octets par pixel. Pour le support du neopixel RGBW, passez 4 plutôt que la valeur par défaut 3 pour RGB et GRB.", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "fill", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "Colorer tous les pixels d'une valeur RGB/RGBW donnée.", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "Colorer tous les pixels d'une valeur RGB/RGBW donnée (micro:bit V2 uniquement).", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "colour", diff --git a/crowdin/translated/api.ja.json b/crowdin/translated/api.ja.json index 3c0f4ba..4da1532 100644 --- a/crowdin/translated/api.ja.json +++ b/crowdin/translated/api.ja.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "isnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "非数(NaN: Not-a-Number)かどうかを確認します。", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "温度", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { "message": "micro:bitの温度を摂氏で取得します。", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "set volume", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx tremolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { "message": "{{fx}} パラメータに指定できる「トレモロ効果」オプション。", - "description": "Tremelo effect option used for the ``fx`` parameter." + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "read", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { "message": "デバイスからバイト列を読み取ります。", - "description": "Read bytes from a device.." + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "addr", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "ピクセルあたりのバイト数。micro:bit V2 の RGBW ネオピクセルに対応するには、RGBやGRBのデフォルト値の3ではなく、4 を指定します。", + "message": "ピクセルあたりのバイト数。RGBW ネオピクセルに対応するには、RGBやGRBのデフォルト値の3ではなく、4 を指定します。", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "fill", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "指定した RGB/RGBW 値をすべてのピクセルに設定します。", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "指定した RGB/RGBW 値をすべてのピクセルに設定します(micro:bit V2 のみ)。", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "colour", diff --git a/crowdin/translated/api.ko.json b/crowdin/translated/api.ko.json index fb0e642..27072d8 100644 --- a/crowdin/translated/api.ko.json +++ b/crowdin/translated/api.ko.json @@ -128,11 +128,11 @@ "description": "Set up the log file header." }, "log.set_labels.param-name.*labels": { - "message": "*labels", + "message": "*레이블", "description": "(parameter name) Any number of positional arguments, each corresponding to an entry in the log header." }, "log.set_labels.param-doc.*labels": { - "message": "Any number of positional arguments, each corresponding to an entry in the log header.", + "message": "각각 로그 헤더의 항목에 해당하는 임의의 위치 인수 수입니다.", "description": "Parameter docs" }, "log.set_labels.param-name.timestamp": { @@ -140,7 +140,7 @@ "description": "(parameter name) Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` or ``None`` to disable the timestamp. The default value is ``log.SECONDS``." }, "log.set_labels.param-doc.timestamp": { - "message": "Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of {{log.MILLISECONDS}}, {{log.SECONDS}}, {{log.MINUTES}}, {{log.HOURS}}, {{log.DAYS}} or {{None}} to disable the timestamp. The default value is {{log.SECONDS}}.", + "message": "모든 행의 첫 번째에 자동으로 삽입될 타임스탬프 단위를 선택하십시오. 타임스탬프의 값은 {{log.MILLISECONDS}}, {{log.SECONDS}}, {{log.MINUTES}}, {{log.HOURS}}, {{log.DAYS}}가 될 수 있고 비활성화하려면 {{None}}값으로 설정하십시오. 타임스탬프의 기본값은 {{log.SECONDS}}입니다.", "description": "Parameter docs" }, "log.add-1": { @@ -152,11 +152,11 @@ "description": "Add a data row to the log by passing a dictionary of headers and values." }, "log.add-1.param-name.data_dictionary": { - "message": "data dictionary", + "message": "데이터 사전", "description": "(parameter name) The data to log as a dictionary with a key for each header." }, "log.add-1.param-doc.data_dictionary": { - "message": "The data to log as a dictionary with a key for each header.", + "message": "각 헤더에 대한 키가 있는 사전으로 기록할 데이터입니다.", "description": "Parameter docs" }, "log.add-2": { @@ -180,7 +180,7 @@ "description": "(parameter name) ``True`` selects a “full” erase and ``False`` selects the “fast” erase method." }, "log.delete.param-doc.full": { - "message": "{{True}} selects a “full” erase and {{False}} selects the “fast” erase method.", + "message": "{{True}}는 \"전체\" 지우기를 선택하고 {{False}}는 \"빠른\" 지우기 방법을 선택합니다.", "description": "Parameter docs" }, "log.set_mirroring": { @@ -188,7 +188,7 @@ "description": "(function name) Configure mirroring of the data logging activity to the serial output." }, "log.set_mirroring.summary": { - "message": "Configure mirroring of the data logging activity to the serial output.", + "message": "직렬 출력에 대한 데이터 로깅 작업 미러링을 구성합니다.", "description": "Configure mirroring of the data logging activity to the serial output." }, "log.set_mirroring.param-name.serial": { @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "isnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "값이 숫자가 아닌 값(NaN)인지 확인합니다.", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "온도", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { "message": "섭씨로 micro:bit의 온도를 불러옵니다.", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "set volume", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx tremolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { - "message": "Tremelo effect option used for the {{fx}} parameter.", - "description": "Tremelo effect option used for the ``fx`` parameter." + "message": "Tremolo effect option used for the {{fx}} parameter.", + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "read", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { - "message": "장치에서 바이트 값을 읽습니다..", - "description": "Read bytes from a device.." + "message": "장치에서 바이트 값을 읽습니다.", + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "addr", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "픽셀당 바이트입니다. micro:bit V2 RGBW 네오픽셀 지원을 위해서는 RGB 및 GRB의 기본값 3 대신 4를 패스해야 합니다.", + "message": "픽셀당 바이트입니다. RGBW 네오픽셀 지원을 위해서는 RGB 및 GRB의 기본값 3 대신 4를 패스해야 합니다.", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "fill", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "모든 픽셀에 주어진 RGB/RGBW 값을 칠합니다.", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "모든 픽셀에 주어진 RGB/RGBW 값을 칠합니다(micro:bit V2 전용).", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "colour", diff --git a/crowdin/translated/api.nl.json b/crowdin/translated/api.nl.json index 7aef9ce..a8b50d4 100644 --- a/crowdin/translated/api.nl.json +++ b/crowdin/translated/api.nl.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "isnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { - "message": "Check is een waarde is geen getal (NaN).", - "description": "Check is a value is not-a-number (NaN)." + "message": "Check if is een waarde is geen getal (NaN).", + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "х", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "temperatuur", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { - "message": "Krijg de temperatuur van de micro:bit in graden Celcius.", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "message": "Krijg de temperatuur van de micro:bit in graden Celsius.", + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "stel volume in", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx tremolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { - "message": "Tremelo effect optie die wordt gebruikt voor de {{fx}} parameter.", - "description": "Tremelo effect option used for the ``fx`` parameter." + "message": "Tremolo effect optie die wordt gebruikt voor de {{fx}} parameter.", + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "lezen", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { - "message": "Lees bytes van een apparaat..", - "description": "Read bytes from a device.." + "message": "Lees bytes van een apparaat.", + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "addr", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "Bytes per pixel. Voor micro:bit V2 RGBW neopixel ondersteuning, geef 4 door in plaats van de standaard 3 voor RGB en GRB.", + "message": "Bytes per pixel. Voor ondersteuning van RGBW neopixels geeft je 4 aan in plaats van de standaardwaarde van 3 voor RGB en GRB.", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "opvullen", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "Kleur alle pixels een bepaalde RGB/RGBW waarde.", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "Kleur alle pixels een bepaalde RGB/RGBW waarde (alleen micro:bit V2).", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "kleur", diff --git a/crowdin/translated/api.zh-cn.json b/crowdin/translated/api.zh-cn.json index d6613b6..fc5b474 100644 --- a/crowdin/translated/api.zh-cn.json +++ b/crowdin/translated/api.zh-cn.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "不是数字", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "检查一个值是否不是一个数字 (NaN)。", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "temperature", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { "message": "以摄氏度为单位获取 micro:bit 的温度。", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "set volume", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx 音量颤音", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { "message": "用于 {{fx}} 参数的音量颤音效果选项。", - "description": "Tremelo effect option used for the ``fx`` parameter." + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx 音高颤音", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "读取", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { - "message": "从设备读取字节..", - "description": "Read bytes from a device.." + "message": "从设备读取字节.", + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "地址", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "每像素字节数", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "每个像素的字节数。对于 RGB 和 GRB 而言,只有将该值设置为 4 而不是默认值 3,micro:bit V2 RGBW neopixel 才能支持。", + "message": "每个像素的字节数。对于 RGB 和 GRB 而言,只有将该值设置为 4 而不是默认值 3,RGBW neopixel 才能支持。", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "填充", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "\n用给定的 RGB/RGBW 值为所有像素着色。", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "\n用给定的 RGB/RGBW 值为所有像素着色(仅限 micro:bit V2)。", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "颜色", diff --git a/crowdin/translated/api.zh-tw.json b/crowdin/translated/api.zh-tw.json index 7e7b26e..e4da482 100644 --- a/crowdin/translated/api.zh-tw.json +++ b/crowdin/translated/api.zh-tw.json @@ -633,11 +633,11 @@ }, "math.isnan": { "message": "isnan", - "description": "(function name) Check is a value is not-a-number (NaN)." + "description": "(function name) Check if a value is not-a-number (NaN)." }, "math.isnan.summary": { "message": "檢查值是否為非數字 (NaN)。", - "description": "Check is a value is not-a-number (NaN)." + "description": "Check if a value is not-a-number (NaN)." }, "math.isnan.param-name.x": { "message": "x", @@ -1009,11 +1009,11 @@ }, "microbit.temperature": { "message": "溫度", - "description": "(function name) Get the temperature of the micro:bit in degrees Celcius." + "description": "(function name) Get the temperature of the micro:bit in degrees Celsius." }, "microbit.temperature.summary": { "message": "取得 micro:bit 的溫度 (以攝氏為單位)。", - "description": "Get the temperature of the micro:bit in degrees Celcius." + "description": "Get the temperature of the micro:bit in degrees Celsius." }, "microbit.set_volume": { "message": "set volume", @@ -2705,11 +2705,11 @@ }, "microbit.audio.SoundEffect.FX_TREMOLO": { "message": "fx tremolo", - "description": "(field name) Tremelo effect option used for the ``fx`` parameter." + "description": "(field name) Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_TREMOLO.summary": { - "message": "Tremelo effect option used for the {{fx}} parameter.", - "description": "Tremelo effect option used for the ``fx`` parameter." + "message": "Tremolo effect option used for the {{fx}} parameter.", + "description": "Tremolo effect option used for the ``fx`` parameter." }, "microbit.audio.SoundEffect.FX_VIBRATO": { "message": "fx vibrato", @@ -3217,11 +3217,11 @@ }, "microbit.i2c.read": { "message": "read", - "description": "(function name) Read bytes from a device.." + "description": "(function name) Read bytes from a device." }, "microbit.i2c.read.summary": { "message": "從裝置讀取位元組。", - "description": "Read bytes from a device.." + "description": "Read bytes from a device." }, "microbit.i2c.read.param-name.addr": { "message": "addr", @@ -4113,10 +4113,10 @@ }, "neopixel.NeoPixel.__init__.param-name.bpp": { "message": "bpp", - "description": "(parameter name) Bytes per pixel. For micro:bit V2 RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." + "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "各像素位元組數。對於 micro:bit V2 RGBW neopixel 支援,傳遞 4 而不是 RGB 和 GRB 的預設值 3。", + "message": "各像素位元組數。對於 RGBW neopixel 支援,傳遞 4 而不是 RGB 和 GRB 的預設值 3。", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { @@ -4161,11 +4161,11 @@ }, "neopixel.NeoPixel.fill": { "message": "fill", - "description": "(function name) Colour all pixels a given RGB/RGBW value." + "description": "(function name) Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.summary": { - "message": "用特定 RGB/RGBW 值為所有像素著色。", - "description": "Colour all pixels a given RGB/RGBW value." + "message": "用特定 RGB/RGBW 值為所有像素著色 (僅限 micro:bit V2)。", + "description": "Colour all pixels a given RGB/RGBW value (micro:bit V2 only)." }, "neopixel.NeoPixel.fill.param-name.colour": { "message": "colour", diff --git a/lang/ca/typeshed/stdlib/microbit/i2c.pyi b/lang/ca/typeshed/stdlib/microbit/i2c.pyi index 2f5d36f..6f4ca40 100644 --- a/lang/ca/typeshed/stdlib/microbit/i2c.pyi +++ b/lang/ca/typeshed/stdlib/microbit/i2c.pyi @@ -28,7 +28,7 @@ Example: ``i2c.scan()`` ... def read(addr: int, n: int, repeat: bool=False) -> bytes: - """Llegeix bytes des d'un dispositiu.. (llegeix) + """Llegeix bytes des d'un dispositiu. (llegeix) Example: ``i2c.read(0x50, 64)`` diff --git a/lang/ca/typeshed/stdlib/neopixel.pyi b/lang/ca/typeshed/stdlib/neopixel.pyi index e8095c9..7b2f486 100644 --- a/lang/ca/typeshed/stdlib/neopixel.pyi +++ b/lang/ca/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """Acoloreix tots els píxels amb un valor RGB/RGBW determinat. (omple) + """Acoloreix tots els píxels amb un valor RGB/RGBW determinat (només micro:bit V2). (omple) Example: ``np.fill((0, 0, 255))`` diff --git a/lang/es-es/typeshed/stdlib/microbit/__init__.pyi b/lang/es-es/typeshed/stdlib/microbit/__init__.pyi index f4e7296..48dbb14 100644 --- a/lang/es-es/typeshed/stdlib/microbit/__init__.pyi +++ b/lang/es-es/typeshed/stdlib/microbit/__init__.pyi @@ -113,7 +113,7 @@ def running_time() -> int: :return: The number of milliseconds since the board was switched on or restarted.""" def temperature() -> int: - """Obtiene la temperatura del micro:bit en grados Celcius. (temperatura)""" + """Obtiene la temperatura del micro:bit en grados Celsius. (temperatura)""" def set_volume(v: int) -> None: """Establece el volumen. (configurar volumen) diff --git a/lang/es-es/typeshed/stdlib/microbit/audio.pyi b/lang/es-es/typeshed/stdlib/microbit/audio.pyi index 6691d81..6eee826 100644 --- a/lang/es-es/typeshed/stdlib/microbit/audio.pyi +++ b/lang/es-es/typeshed/stdlib/microbit/audio.pyi @@ -47,7 +47,7 @@ class SoundEffect: FX_NONE: ClassVar[int] """No effect option used for the ``fx`` parameter.""" FX_TREMOLO: ClassVar[int] - """Tremelo effect option used for the ``fx`` parameter.""" + """Tremolo effect option used for the ``fx`` parameter.""" FX_VIBRATO: ClassVar[int] """Vibrato effect option used for the ``fx`` parameter.""" FX_WARBLE: ClassVar[int] diff --git a/lang/es-es/typeshed/stdlib/neopixel.pyi b/lang/es-es/typeshed/stdlib/neopixel.pyi index 6107f42..42555b0 100644 --- a/lang/es-es/typeshed/stdlib/neopixel.pyi +++ b/lang/es-es/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """Colorea todos los píxeles con un valor RGB/RGBW dado. (llenar) + """Colorea todos los píxeles con un valor RGB/RGBW dado (solo micro:bit V2). (llenar) Example: ``np.fill((0, 0, 255))`` diff --git a/lang/fr/typeshed/stdlib/microbit/__init__.pyi b/lang/fr/typeshed/stdlib/microbit/__init__.pyi index 515489f..90bf6e6 100644 --- a/lang/fr/typeshed/stdlib/microbit/__init__.pyi +++ b/lang/fr/typeshed/stdlib/microbit/__init__.pyi @@ -113,7 +113,7 @@ def running_time() -> int: :return: The number of milliseconds since the board was switched on or restarted.""" def temperature() -> int: - """Obtenir la température du micro:bit en degrés Celcius.""" + """Obtenir la température du micro:bit en degrés Celsius.""" def set_volume(v: int) -> None: """Définit le volume. diff --git a/lang/fr/typeshed/stdlib/neopixel.pyi b/lang/fr/typeshed/stdlib/neopixel.pyi index b7173a8..cbe90e5 100644 --- a/lang/fr/typeshed/stdlib/neopixel.pyi +++ b/lang/fr/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """Colorer tous les pixels d'une valeur RGB/RGBW donnée. + """Colorer tous les pixels d'une valeur RGB/RGBW donnée (micro:bit V2 uniquement). Example: ``np.fill((0, 0, 255))`` diff --git a/lang/ja/typeshed/stdlib/neopixel.pyi b/lang/ja/typeshed/stdlib/neopixel.pyi index 9cc47bd..8dadfad 100644 --- a/lang/ja/typeshed/stdlib/neopixel.pyi +++ b/lang/ja/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """指定した RGB/RGBW 値をすべてのピクセルに設定します。 + """指定した RGB/RGBW 値をすべてのピクセルに設定します(micro:bit V2 のみ)。 Example: ``np.fill((0, 0, 255))`` diff --git a/lang/ko/typeshed/stdlib/log.pyi b/lang/ko/typeshed/stdlib/log.pyi index 81d6ffb..0a47d8b 100644 --- a/lang/ko/typeshed/stdlib/log.pyi +++ b/lang/ko/typeshed/stdlib/log.pyi @@ -27,8 +27,8 @@ present, it will generate a new header row with the additional columns. By default the first column contains a timestamp for each row. The time unit can be selected via the timestamp argument. -:param *labels: Any number of positional arguments, each corresponding to an entry in the log header. -:param timestamp: (타임스탬프) Select the timestamp unit that will be automatically added as the first column in every row. Timestamp values can be one of ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS`` or ``None`` to disable the timestamp. The default value is ``log.SECONDS``.""" +:param *labels: (*레이블) 각각 로그 헤더의 항목에 해당하는 임의의 위치 인수 수입니다. +:param timestamp: (타임스탬프) 모든 행의 첫 번째에 자동으로 삽입될 타임스탬프 단위를 선택하십시오. 타임스탬프의 값은 ``log.MILLISECONDS``, ``log.SECONDS``, ``log.MINUTES``, ``log.HOURS``, ``log.DAYS``가 될 수 있고 비활성화하려면 ``None``값으로 설정하십시오. 타임스탬프의 기본값은 ``log.SECONDS``입니다.""" ... @overload @@ -46,7 +46,7 @@ to the log with the extra labels. Labels previously specified and not present in a call to this function will be skipped with an empty value in the log row. -:param data_dictionary: The data to log as a dictionary with a key for each header.""" +:param data_dictionary: (데이터 사전) 각 헤더에 대한 키가 있는 사전으로 기록할 데이터입니다.""" ... @overload @@ -75,11 +75,11 @@ To add the log headers again the ``set_labels`` function should to be called aft There are two erase modes; “full” completely removes the data from the physical storage, and “fast” invalidates the data without removing it. -:param full: ``True`` selects a “full” erase and ``False`` selects the “fast” erase method.""" +:param full: ``True``는 "전체" 지우기를 선택하고 ``False``는 "빠른" 지우기 방법을 선택합니다.""" ... def set_mirroring(serial: bool): - """Configure mirroring of the data logging activity to the serial output. + """직렬 출력에 대한 데이터 로깅 작업 미러링을 구성합니다. Example: ``log.set_mirroring(True)`` diff --git a/lang/ko/typeshed/stdlib/microbit/audio.pyi b/lang/ko/typeshed/stdlib/microbit/audio.pyi index 3049ec4..e14bf7e 100644 --- a/lang/ko/typeshed/stdlib/microbit/audio.pyi +++ b/lang/ko/typeshed/stdlib/microbit/audio.pyi @@ -47,7 +47,7 @@ class SoundEffect: FX_NONE: ClassVar[int] """No effect option used for the ``fx`` parameter.""" FX_TREMOLO: ClassVar[int] - """Tremelo effect option used for the ``fx`` parameter.""" + """Tremolo effect option used for the ``fx`` parameter.""" FX_VIBRATO: ClassVar[int] """Vibrato effect option used for the ``fx`` parameter.""" FX_WARBLE: ClassVar[int] diff --git a/lang/ko/typeshed/stdlib/microbit/i2c.pyi b/lang/ko/typeshed/stdlib/microbit/i2c.pyi index cbb821c..4fa2d4c 100644 --- a/lang/ko/typeshed/stdlib/microbit/i2c.pyi +++ b/lang/ko/typeshed/stdlib/microbit/i2c.pyi @@ -28,7 +28,7 @@ Example: ``i2c.scan()`` ... def read(addr: int, n: int, repeat: bool=False) -> bytes: - """장치에서 바이트 값을 읽습니다.. + """장치에서 바이트 값을 읽습니다. Example: ``i2c.read(0x50, 64)`` diff --git a/lang/ko/typeshed/stdlib/neopixel.pyi b/lang/ko/typeshed/stdlib/neopixel.pyi index 7a28570..275839b 100644 --- a/lang/ko/typeshed/stdlib/neopixel.pyi +++ b/lang/ko/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """모든 픽셀에 주어진 RGB/RGBW 값을 칠합니다. + """모든 픽셀에 주어진 RGB/RGBW 값을 칠합니다(micro:bit V2 전용). Example: ``np.fill((0, 0, 255))`` diff --git a/lang/nl/typeshed/stdlib/math.pyi b/lang/nl/typeshed/stdlib/math.pyi index f3eba9f..38397fc 100644 --- a/lang/nl/typeshed/stdlib/math.pyi +++ b/lang/nl/typeshed/stdlib/math.pyi @@ -143,7 +143,7 @@ Example: ``math.isinf(float('-inf'))`` ... def isnan(x: float) -> bool: - """Check is een waarde is geen getal (NaN). + """Check if is een waarde is geen getal (NaN). Example: ``math.isnan(float('nan'))`` diff --git a/lang/nl/typeshed/stdlib/microbit/__init__.pyi b/lang/nl/typeshed/stdlib/microbit/__init__.pyi index 16d24f8..aa650d8 100644 --- a/lang/nl/typeshed/stdlib/microbit/__init__.pyi +++ b/lang/nl/typeshed/stdlib/microbit/__init__.pyi @@ -113,7 +113,7 @@ def running_time() -> int: :return: The number of milliseconds since the board was switched on or restarted.""" def temperature() -> int: - """Krijg de temperatuur van de micro:bit in graden Celcius. (temperatuur)""" + """Krijg de temperatuur van de micro:bit in graden Celsius. (temperatuur)""" def set_volume(v: int) -> None: """Stelt het volume in. (stel volume in) diff --git a/lang/nl/typeshed/stdlib/microbit/audio.pyi b/lang/nl/typeshed/stdlib/microbit/audio.pyi index 4a2444d..ee2c412 100644 --- a/lang/nl/typeshed/stdlib/microbit/audio.pyi +++ b/lang/nl/typeshed/stdlib/microbit/audio.pyi @@ -47,7 +47,7 @@ class SoundEffect: FX_NONE: ClassVar[int] """Geen effectoptie gebruikt voor de ``fx`` parameter. (geen fx)""" FX_TREMOLO: ClassVar[int] - """Tremelo effect optie die wordt gebruikt voor de ``fx`` parameter.""" + """Tremolo effect optie die wordt gebruikt voor de ``fx`` parameter.""" FX_VIBRATO: ClassVar[int] """Vibrato effect optie die wordt gebruikt voor de ``fx`` parameter.""" FX_WARBLE: ClassVar[int] diff --git a/lang/nl/typeshed/stdlib/microbit/i2c.pyi b/lang/nl/typeshed/stdlib/microbit/i2c.pyi index 865c216..b3654a5 100644 --- a/lang/nl/typeshed/stdlib/microbit/i2c.pyi +++ b/lang/nl/typeshed/stdlib/microbit/i2c.pyi @@ -28,7 +28,7 @@ Example: ``i2c.scan()`` ... def read(addr: int, n: int, repeat: bool=False) -> bytes: - """Lees bytes van een apparaat.. (lezen) + """Lees bytes van een apparaat. (lezen) Example: ``i2c.read(0x50, 64)`` diff --git a/lang/nl/typeshed/stdlib/neopixel.pyi b/lang/nl/typeshed/stdlib/neopixel.pyi index fd02f1d..93183ed 100644 --- a/lang/nl/typeshed/stdlib/neopixel.pyi +++ b/lang/nl/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """Kleur alle pixels een bepaalde RGB/RGBW waarde. (opvullen) + """Kleur alle pixels een bepaalde RGB/RGBW waarde (alleen micro:bit V2). (opvullen) Example: ``np.fill((0, 0, 255))`` diff --git a/lang/zh-cn/typeshed/stdlib/microbit/i2c.pyi b/lang/zh-cn/typeshed/stdlib/microbit/i2c.pyi index e1123c3..5ad7530 100644 --- a/lang/zh-cn/typeshed/stdlib/microbit/i2c.pyi +++ b/lang/zh-cn/typeshed/stdlib/microbit/i2c.pyi @@ -28,7 +28,7 @@ Example: ``i2c.scan()`` ... def read(addr: int, n: int, repeat: bool=False) -> bytes: - """从设备读取字节.. (读取) + """从设备读取字节. (读取) Example: ``i2c.read(0x50, 64)`` diff --git a/lang/zh-cn/typeshed/stdlib/neopixel.pyi b/lang/zh-cn/typeshed/stdlib/neopixel.pyi index e4fbdf7..6d53501 100644 --- a/lang/zh-cn/typeshed/stdlib/neopixel.pyi +++ b/lang/zh-cn/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """用给定的 RGB/RGBW 值为所有像素着色。 (填充) + """用给定的 RGB/RGBW 值为所有像素着色(仅限 micro:bit V2)。 (填充) Example: ``np.fill((0, 0, 255))`` diff --git a/lang/zh-tw/typeshed/stdlib/microbit/audio.pyi b/lang/zh-tw/typeshed/stdlib/microbit/audio.pyi index 24bcbfd..aa56a2c 100644 --- a/lang/zh-tw/typeshed/stdlib/microbit/audio.pyi +++ b/lang/zh-tw/typeshed/stdlib/microbit/audio.pyi @@ -47,7 +47,7 @@ class SoundEffect: FX_NONE: ClassVar[int] """No effect option used for the ``fx`` parameter.""" FX_TREMOLO: ClassVar[int] - """Tremelo effect option used for the ``fx`` parameter.""" + """Tremolo effect option used for the ``fx`` parameter.""" FX_VIBRATO: ClassVar[int] """Vibrato effect option used for the ``fx`` parameter.""" FX_WARBLE: ClassVar[int] diff --git a/lang/zh-tw/typeshed/stdlib/neopixel.pyi b/lang/zh-tw/typeshed/stdlib/neopixel.pyi index be4eda1..45b5b35 100644 --- a/lang/zh-tw/typeshed/stdlib/neopixel.pyi +++ b/lang/zh-tw/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: @@ -50,7 +50,7 @@ Equivalent to ``show``.""" ... def fill(self, colour: Tuple[int, ...]) -> None: - """用特定 RGB/RGBW 值為所有像素著色。 + """用特定 RGB/RGBW 值為所有像素著色 (僅限 micro:bit V2)。 Example: ``np.fill((0, 0, 255))`` From 80c6031d500ef0c99e65ff1a9f6f9ea2e5f7b57e Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Sun, 12 Nov 2023 21:28:21 +0000 Subject: [PATCH 2/2] Another sync to fix string --- crowdin/translated/api.ca.json | 2 +- lang/ca/typeshed/stdlib/neopixel.pyi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdin/translated/api.ca.json b/crowdin/translated/api.ca.json index f25af57..24e0652 100644 --- a/crowdin/translated/api.ca.json +++ b/crowdin/translated/api.ca.json @@ -4116,7 +4116,7 @@ "description": "(parameter name) Bytes per pixel. For RGBW neopixel support, pass 4 rather than the default of 3 for RGB and GRB." }, "neopixel.NeoPixel.__init__.param-doc.bpp": { - "message": "Bytes per píxel. Per al suport de micro:bit V2 RGBW neopixel, passa 4 en lloc dels 3 per defecte per a RGB i GRB.", + "message": "Bytes per píxel. Per al suport de RGBW neopixel, passa 4 en lloc dels 3 per defecte per a RGB i GRB.", "description": "Parameter docs" }, "neopixel.NeoPixel.__init__.param-name.n": { diff --git a/lang/ca/typeshed/stdlib/neopixel.pyi b/lang/ca/typeshed/stdlib/neopixel.pyi index 7b2f486..c5ec33b 100644 --- a/lang/ca/typeshed/stdlib/neopixel.pyi +++ b/lang/ca/typeshed/stdlib/neopixel.pyi @@ -22,7 +22,7 @@ See `the online docs None: