updated translations
This commit is contained in:
5
libs/bluetooth/_locales/fr/bluetooth-jsdoc-strings.json
Normal file
5
libs/bluetooth/_locales/fr/bluetooth-jsdoc-strings.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bluetooth.advertiseUidBuffer|param|power": "niveau de puissance enter 0 et 7, eg: 7",
|
||||
"bluetooth.advertiseUid|param|power": "niveau de puissance enter 0 et 7, eg: 7",
|
||||
"bluetooth.advertiseUrl|param|power": "niveau de puissance enter 0 et 7, eg: 7"
|
||||
}
|
5
libs/bluetooth/_locales/fr/bluetooth-strings.json
Normal file
5
libs/bluetooth/_locales/fr/bluetooth-strings.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bluetooth.setTransmitPower|block": "bluetooth puissance de transmission %power",
|
||||
"bluetooth.startUartService|block": "bluetooth service uart",
|
||||
"{id:category}Bluetooth": "Bluetooth"
|
||||
}
|
31
libs/bluetooth/_locales/nl/bluetooth-jsdoc-strings.json
Normal file
31
libs/bluetooth/_locales/nl/bluetooth-jsdoc-strings.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"bluetooth": "Ondersteuning voor extra Bluetooth-services.\n\nOndersteuning voor extra Bluetooth-services.",
|
||||
"bluetooth.advertiseUid": "Verkondig een Eddystone UID",
|
||||
"bluetooth.advertiseUidBuffer": "Verkondig een Eddystone UID",
|
||||
"bluetooth.advertiseUidBuffer|param|connectable": "waar om bluetooth verbindbaar te houden voor andere diensten, anders onwaar.",
|
||||
"bluetooth.advertiseUidBuffer|param|nsAndInstance": "16 bytes buffer van namespace (bytes 0-9) en instantie (bytes 10-15)",
|
||||
"bluetooth.advertiseUidBuffer|param|power": "power niveau tussen 0 en 7, bijv: 7",
|
||||
"bluetooth.advertiseUid|param|connectable": "waar om bluetooth verbindbaar te houden voor andere diensten, anders onwaar.",
|
||||
"bluetooth.advertiseUid|param|instance": "4 laatste bytes van de instantie uid",
|
||||
"bluetooth.advertiseUid|param|ns": "4 laatste bytes van de namespace uid",
|
||||
"bluetooth.advertiseUid|param|power": "power niveau tussen 0 en 7, bijv: 7",
|
||||
"bluetooth.advertiseUrl": "Verkondig een Eddystone URL",
|
||||
"bluetooth.advertiseUrl|param|connectable": "waar om bluetooth verbindbaar te houden voor andere diensten, anders onwaar.",
|
||||
"bluetooth.advertiseUrl|param|power": "power niveau tussen 0 en 7, bijv: 7",
|
||||
"bluetooth.advertiseUrl|param|url": "de url om te verkondigen. Mag niet langer zijn de de ondersteunde Eddystone URL lengte, bijv: \"https://pxt.io/\"",
|
||||
"bluetooth.setTransmitPower": "Stel de bluetooth zend power in tussen 0 (minimum) en 7 (maximum).",
|
||||
"bluetooth.setTransmitPower|param|power": "power niveau tussen 0 (minimum) en 7 (maximum), bijv: 7.",
|
||||
"bluetooth.startAccelerometerService": "Hiermee start u de service van de versnellingsmeter Bluetooth",
|
||||
"bluetooth.startButtonService": "Start de Bluetooth knop service",
|
||||
"bluetooth.startIOPinService": "Start de Bluetooth IO-pin-service.",
|
||||
"bluetooth.startLEDService": "Start de Bluetooth LED-service",
|
||||
"bluetooth.startMagnetometerService": "Start de Bluetooth magnetometer service",
|
||||
"bluetooth.startTemperatureService": "Start de Bluetooth temperatuur service",
|
||||
"bluetooth.startUartService": "Start de Bluetooth UART-service",
|
||||
"bluetooth.stopAdvertising": "Stopt met het verkondigen van Eddystone eindpunten",
|
||||
"bluetooth.uartWriteNumber": "Schrijft een numerieke waarde naar serieel",
|
||||
"bluetooth.uartWriteString": "Schrijft naar de Bluetooth UART dienst buffer. Vanaf daar wordt de gegevens verzonden via Bluetooth naar een aangesloten apparaat.",
|
||||
"bluetooth.uartWriteValue": "Verzend ''naam: waarde'' naar serieel.",
|
||||
"bluetooth.uartWriteValue|param|name": "naam van de waarde stream, bv: x",
|
||||
"bluetooth.uartWriteValue|param|value": "te schrijven"
|
||||
}
|
20
libs/bluetooth/_locales/nl/bluetooth-strings.json
Normal file
20
libs/bluetooth/_locales/nl/bluetooth-strings.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"bluetooth.advertiseUid|block": "bluetooth verkondig UID | namespace (bytes 6-9)%ns|instantie (bytes 2-6)%instance|met power %power|aankoppelbaar %connectable",
|
||||
"bluetooth.advertiseUrl|block": "bluetooth verkondig url %url|met power %power|aankoppelbaar %connectable",
|
||||
"bluetooth.onBluetoothConnected|block": "wanneer bluetooth verbonden wordt",
|
||||
"bluetooth.onBluetoothDisconnected|block": "wanneer bluetooth verbinding verbroken wordt",
|
||||
"bluetooth.setTransmitPower|block": "bluetooth zet zendvermogen %power",
|
||||
"bluetooth.startAccelerometerService|block": "Bluetooth versnellingsmeter service",
|
||||
"bluetooth.startButtonService|block": "Bluetooth knop dienst",
|
||||
"bluetooth.startIOPinService|block": "Bluetooth io-pin service",
|
||||
"bluetooth.startMagnetometerService|block": "Bluetooth magnetometer service",
|
||||
"bluetooth.startTemperatureService|block": "Bluetooth temperatuur-service",
|
||||
"bluetooth.startUartService|block": "bluetooth uart-service",
|
||||
"bluetooth.stopAdvertising|block": "bluetooth stop verkondigen",
|
||||
"bluetooth.uartReadUntil|block": "bluetooth uart|lees tot %del=serial_delimiter_conv",
|
||||
"bluetooth.uartWriteNumber|block": "bluetooth uart|schrijf nummer %value",
|
||||
"bluetooth.uartWriteString|block": "bluetooth uart|schrijf tekenreeks %data",
|
||||
"bluetooth.uartWriteValue|block": "bluetooth uart|schrijf waarde %name|= %value",
|
||||
"bluetooth|block": "Bluetooth",
|
||||
"{id:category}Bluetooth": "Bluetooth"
|
||||
}
|
Reference in New Issue
Block a user