Skip to content

Commit 6654337

Browse files
committed
Updated messages.js and convert text
All messages have been updated. The work required Python 2.7.12
1 parent 835f3d1 commit 6654337

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1253
-30
lines changed

blockly/msg/js/ar.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ Blockly.Msg.EXPAND_BLOCK = "وسٌّع القطعة";
7373
Blockly.Msg.EXTERNAL_INPUTS = "ادخال خارجي";
7474
Blockly.Msg.HELP = "مساعدة";
7575
Blockly.Msg.INLINE_INPUTS = "ادخال خطي";
76+
Blockly.Msg.INTERRUPTS_ATTACH_HELPURL = "https://www.arduino.cc/en/Reference/AttachInterrupt"; // untranslated
77+
Blockly.Msg.INTERRUPTS_ATTACH_TITLE = "Attach Interrupt"; // untranslated
78+
Blockly.Msg.INTERRUPTS_ATTACH_TOOLTIP = "The first parameter to attachInterrupt is an interrupt number."; // untranslated
79+
Blockly.Msg.INTERRUPTS_DETACH_HELPURL = "https://www.arduino.cc/en/Reference/DetachInterrupt"; // untranslated
80+
Blockly.Msg.INTERRUPTS_DETACH_TITLE = "Detach Interrupt"; // untranslated
81+
Blockly.Msg.INTERRUPTS_DETACH_TOOLTIP = "Turns off the given interrupt."; // untranslated
82+
Blockly.Msg.INTERRUPTS_HELPURL = "https://www.arduino.cc/en/Reference/Interrupts"; // untranslated
83+
Blockly.Msg.INTERRUPTS_NO_HELPURL = "https://www.arduino.cc/en/Reference/NoInterrupts"; // untranslated
84+
Blockly.Msg.INTERRUPTS_NO_TITLE = "Disable Interrupt"; // untranslated
85+
Blockly.Msg.INTERRUPTS_NO_TOOLTIP = "Disables interrupts (you can re-enable them with interrupts())."; // untranslated
86+
Blockly.Msg.INTERRUPTS_TITLE = "Enable Interrupt"; // untranslated
87+
Blockly.Msg.INTERRUPTS_TOOLTIP = "Re-enables interrupts (after they've been disabled by noInterrupts())."; // untranslated
7688
Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list";
7789
Blockly.Msg.LISTS_CREATE_EMPTY_TITLE = "إنشئ قائمة فارغة";
7890
Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP = "تقوم بإرجاع قائمة، طولها 0, لا تحتوي على أية سجلات البيانات";
@@ -185,6 +197,10 @@ Blockly.Msg.LOGIC_TERNARY_IF_FALSE = "إذا كانت العبارة خاطئة"
185197
Blockly.Msg.LOGIC_TERNARY_IF_TRUE = "إذا كانت العبارة صحيحة";
186198
Blockly.Msg.LOGIC_TERNARY_TOOLTIP = "تحقق الشرط في 'الاختبار'. إذا كان الشرط صحيح، يقوم بإرجاع قيمة 'اذا كانت العبارة صحيحة'؛ خلاف ذلك يرجع قيمة 'اذا كانت العبارة خاطئة'.";
187199
Blockly.Msg.MATH_ADDITION_SYMBOL = "+";
200+
Blockly.Msg.MATH_ANG_DEG = "degrees"; // untranslated
201+
Blockly.Msg.MATH_ANG_RAD = "radian"; // untranslated
202+
Blockly.Msg.MATH_ANG_TOOLTIP_DEG = "Converts a radian measurement to its corresponding value in degrees. Radians and degrees are two ways of measuring the same thing."; // untranslated
203+
Blockly.Msg.MATH_ANG_TOOLTIP_RAD = "Converts a degree measurement to its corresponding value in radians. Radians and degrees are two ways of measuring the same thing."; // untranslated
188204
Blockly.Msg.MATH_ARITHMETIC_HELPURL = "https://en.wikipedia.org/wiki/Arithmetic";
189205
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_ADD = "يرجع مجموع الرقمين.";
190206
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_DIVIDE = "يرجع حاصل قسمة الرقمين.";
@@ -400,12 +416,14 @@ Blockly.Msg.ARD_ANALOGWRITE = "set analog pin#"; // untranslated
400416
Blockly.Msg.ARD_ANALOGWRITE_TIP = "Write analog value between 0 and 255 to a specific PWM Port"; // untranslated
401417
Blockly.Msg.ARD_BUILTIN_LED = "set built-in LED"; // untranslated
402418
Blockly.Msg.ARD_BUILTIN_LED_TIP = "Light on or off for the built-in LED of the Arduino"; // untranslated
419+
Blockly.Msg.ARD_CHANGE = "Change"; // untranslated
403420
Blockly.Msg.ARD_COMPONENT_WARN1 = "A %1 configuration block with the same %2 name must be added to use this block!"; // untranslated
404421
Blockly.Msg.ARD_DEFINE = "Define"; // untranslated
405422
Blockly.Msg.ARD_DIGITALREAD = "read digital pin#"; // untranslated
406423
Blockly.Msg.ARD_DIGITALREAD_TIP = "Read digital value on a pin: HIGH or LOW"; // untranslated
407424
Blockly.Msg.ARD_DIGITALWRITE = "set digitial pin#"; // untranslated
408425
Blockly.Msg.ARD_DIGITALWRITE_TIP = "Write digital value HIGH or LOW to a specific Port"; // untranslated
426+
Blockly.Msg.ARD_FALLING = "Falling"; // untranslated
409427
Blockly.Msg.ARD_FUN_RUN_LOOP = "Arduino loop forever:"; // untranslated
410428
Blockly.Msg.ARD_FUN_RUN_SETUP = "Arduino run first:"; // untranslated
411429
Blockly.Msg.ARD_FUN_RUN_TIP = "Defines the Arduino setup() and loop() functions."; // untranslated
@@ -424,6 +442,7 @@ Blockly.Msg.ARD_PULSETIMEOUT_TIP = "Measures the duration of a pulse on the sele
424442
Blockly.Msg.ARD_PULSE_READ = "measure %1 pulse on pin #%2"; // untranslated
425443
Blockly.Msg.ARD_PULSE_READ_TIMEOUT = "measure %1 pulse on pin #%2 (timeout after %3 μs)"; // untranslated
426444
Blockly.Msg.ARD_PULSE_TIP = "Measures the duration of a pulse on the selected pin."; // untranslated
445+
Blockly.Msg.ARD_RISING = "Rising"; // untranslated
427446
Blockly.Msg.ARD_SERIAL_BPS = "bps"; // untranslated
428447
Blockly.Msg.ARD_SERIAL_PRINT = "print"; // untranslated
429448
Blockly.Msg.ARD_SERIAL_PRINT_NEWLINE = "add new line"; // untranslated

blockly/msg/js/az.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ Blockly.Msg.EXPAND_BLOCK = "Bloku aç";
7373
Blockly.Msg.EXTERNAL_INPUTS = "Xarici girişlər";
7474
Blockly.Msg.HELP = "Kömək";
7575
Blockly.Msg.INLINE_INPUTS = "Sətiriçi girişlər";
76+
Blockly.Msg.INTERRUPTS_ATTACH_HELPURL = "https://www.arduino.cc/en/Reference/AttachInterrupt"; // untranslated
77+
Blockly.Msg.INTERRUPTS_ATTACH_TITLE = "Attach Interrupt"; // untranslated
78+
Blockly.Msg.INTERRUPTS_ATTACH_TOOLTIP = "The first parameter to attachInterrupt is an interrupt number."; // untranslated
79+
Blockly.Msg.INTERRUPTS_DETACH_HELPURL = "https://www.arduino.cc/en/Reference/DetachInterrupt"; // untranslated
80+
Blockly.Msg.INTERRUPTS_DETACH_TITLE = "Detach Interrupt"; // untranslated
81+
Blockly.Msg.INTERRUPTS_DETACH_TOOLTIP = "Turns off the given interrupt."; // untranslated
82+
Blockly.Msg.INTERRUPTS_HELPURL = "https://www.arduino.cc/en/Reference/Interrupts"; // untranslated
83+
Blockly.Msg.INTERRUPTS_NO_HELPURL = "https://www.arduino.cc/en/Reference/NoInterrupts"; // untranslated
84+
Blockly.Msg.INTERRUPTS_NO_TITLE = "Disable Interrupt"; // untranslated
85+
Blockly.Msg.INTERRUPTS_NO_TOOLTIP = "Disables interrupts (you can re-enable them with interrupts())."; // untranslated
86+
Blockly.Msg.INTERRUPTS_TITLE = "Enable Interrupt"; // untranslated
87+
Blockly.Msg.INTERRUPTS_TOOLTIP = "Re-enables interrupts (after they've been disabled by noInterrupts())."; // untranslated
7688
Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
7789
Blockly.Msg.LISTS_CREATE_EMPTY_TITLE = "boş siyahı düzəlt";
7890
Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP = "Heç bir verilən qeyd olunmamış, uzunluğu 0 olan bir siyahı verir";
@@ -185,6 +197,10 @@ Blockly.Msg.LOGIC_TERNARY_IF_FALSE = "əgər səhfdirsə";
185197
Blockly.Msg.LOGIC_TERNARY_IF_TRUE = "əgər doğrudursa";
186198
Blockly.Msg.LOGIC_TERNARY_TOOLTIP = "'Yoxla' əmrindəki şərtə nəzər yetirin. Əgər şərt \"doğru\"-dursa \"əgər doğru\", əks halda isə \"əgər yalan\" cavabını qaytarır.";
187199
Blockly.Msg.MATH_ADDITION_SYMBOL = "+";
200+
Blockly.Msg.MATH_ANG_DEG = "degrees"; // untranslated
201+
Blockly.Msg.MATH_ANG_RAD = "radian"; // untranslated
202+
Blockly.Msg.MATH_ANG_TOOLTIP_DEG = "Converts a radian measurement to its corresponding value in degrees. Radians and degrees are two ways of measuring the same thing."; // untranslated
203+
Blockly.Msg.MATH_ANG_TOOLTIP_RAD = "Converts a degree measurement to its corresponding value in radians. Radians and degrees are two ways of measuring the same thing."; // untranslated
188204
Blockly.Msg.MATH_ARITHMETIC_HELPURL = "https://az.wikipedia.org/wiki/Hesab";
189205
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_ADD = "İki ədədin cəmini qaytarır.";
190206
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_DIVIDE = "İki ədədin nisbətini qaytarır.";
@@ -400,12 +416,14 @@ Blockly.Msg.ARD_ANALOGWRITE = "set analog pin#"; // untranslated
400416
Blockly.Msg.ARD_ANALOGWRITE_TIP = "Write analog value between 0 and 255 to a specific PWM Port"; // untranslated
401417
Blockly.Msg.ARD_BUILTIN_LED = "set built-in LED"; // untranslated
402418
Blockly.Msg.ARD_BUILTIN_LED_TIP = "Light on or off for the built-in LED of the Arduino"; // untranslated
419+
Blockly.Msg.ARD_CHANGE = "Change"; // untranslated
403420
Blockly.Msg.ARD_COMPONENT_WARN1 = "A %1 configuration block with the same %2 name must be added to use this block!"; // untranslated
404421
Blockly.Msg.ARD_DEFINE = "Define"; // untranslated
405422
Blockly.Msg.ARD_DIGITALREAD = "read digital pin#"; // untranslated
406423
Blockly.Msg.ARD_DIGITALREAD_TIP = "Read digital value on a pin: HIGH or LOW"; // untranslated
407424
Blockly.Msg.ARD_DIGITALWRITE = "set digitial pin#"; // untranslated
408425
Blockly.Msg.ARD_DIGITALWRITE_TIP = "Write digital value HIGH or LOW to a specific Port"; // untranslated
426+
Blockly.Msg.ARD_FALLING = "Falling"; // untranslated
409427
Blockly.Msg.ARD_FUN_RUN_LOOP = "Arduino loop forever:"; // untranslated
410428
Blockly.Msg.ARD_FUN_RUN_SETUP = "Arduino run first:"; // untranslated
411429
Blockly.Msg.ARD_FUN_RUN_TIP = "Defines the Arduino setup() and loop() functions."; // untranslated
@@ -424,6 +442,7 @@ Blockly.Msg.ARD_PULSETIMEOUT_TIP = "Measures the duration of a pulse on the sele
424442
Blockly.Msg.ARD_PULSE_READ = "measure %1 pulse on pin #%2"; // untranslated
425443
Blockly.Msg.ARD_PULSE_READ_TIMEOUT = "measure %1 pulse on pin #%2 (timeout after %3 μs)"; // untranslated
426444
Blockly.Msg.ARD_PULSE_TIP = "Measures the duration of a pulse on the selected pin."; // untranslated
445+
Blockly.Msg.ARD_RISING = "Rising"; // untranslated
427446
Blockly.Msg.ARD_SERIAL_BPS = "bps"; // untranslated
428447
Blockly.Msg.ARD_SERIAL_PRINT = "print"; // untranslated
429448
Blockly.Msg.ARD_SERIAL_PRINT_NEWLINE = "add new line"; // untranslated

blockly/msg/js/ba.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ Blockly.Msg.EXPAND_BLOCK = "Блокты йәйергә";
7373
Blockly.Msg.EXTERNAL_INPUTS = "Тышҡы өҫтәлмә";
7474
Blockly.Msg.HELP = "Ярҙам";
7575
Blockly.Msg.INLINE_INPUTS = "Эске өҫтәлмә";
76+
Blockly.Msg.INTERRUPTS_ATTACH_HELPURL = "https://www.arduino.cc/en/Reference/AttachInterrupt"; // untranslated
77+
Blockly.Msg.INTERRUPTS_ATTACH_TITLE = "Attach Interrupt"; // untranslated
78+
Blockly.Msg.INTERRUPTS_ATTACH_TOOLTIP = "The first parameter to attachInterrupt is an interrupt number."; // untranslated
79+
Blockly.Msg.INTERRUPTS_DETACH_HELPURL = "https://www.arduino.cc/en/Reference/DetachInterrupt"; // untranslated
80+
Blockly.Msg.INTERRUPTS_DETACH_TITLE = "Detach Interrupt"; // untranslated
81+
Blockly.Msg.INTERRUPTS_DETACH_TOOLTIP = "Turns off the given interrupt."; // untranslated
82+
Blockly.Msg.INTERRUPTS_HELPURL = "https://www.arduino.cc/en/Reference/Interrupts"; // untranslated
83+
Blockly.Msg.INTERRUPTS_NO_HELPURL = "https://www.arduino.cc/en/Reference/NoInterrupts"; // untranslated
84+
Blockly.Msg.INTERRUPTS_NO_TITLE = "Disable Interrupt"; // untranslated
85+
Blockly.Msg.INTERRUPTS_NO_TOOLTIP = "Disables interrupts (you can re-enable them with interrupts())."; // untranslated
86+
Blockly.Msg.INTERRUPTS_TITLE = "Enable Interrupt"; // untranslated
87+
Blockly.Msg.INTERRUPTS_TOOLTIP = "Re-enables interrupts (after they've been disabled by noInterrupts())."; // untranslated
7688
Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
7789
Blockly.Msg.LISTS_CREATE_EMPTY_TITLE = "create empty list"; // untranslated
7890
Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP = "Returns a list, of length 0, containing no data records"; // untranslated
@@ -185,6 +197,10 @@ Blockly.Msg.LOGIC_TERNARY_IF_FALSE = "әгәр ялған булһа";
185197
Blockly.Msg.LOGIC_TERNARY_IF_TRUE = "әгәр дөрөҫ булһа";
186198
Blockly.Msg.LOGIC_TERNARY_TOOLTIP = "Һайлау шартын тикшерә. Әгәр ул дөрөҫ булһа, беренсе мәғәнәне, хата булһа, икенсе мәғәнәне ҡайтара.";
187199
Blockly.Msg.MATH_ADDITION_SYMBOL = "+"; // untranslated
200+
Blockly.Msg.MATH_ANG_DEG = "degrees"; // untranslated
201+
Blockly.Msg.MATH_ANG_RAD = "radian"; // untranslated
202+
Blockly.Msg.MATH_ANG_TOOLTIP_DEG = "Converts a radian measurement to its corresponding value in degrees. Radians and degrees are two ways of measuring the same thing."; // untranslated
203+
Blockly.Msg.MATH_ANG_TOOLTIP_RAD = "Converts a degree measurement to its corresponding value in radians. Radians and degrees are two ways of measuring the same thing."; // untranslated
188204
Blockly.Msg.MATH_ARITHMETIC_HELPURL = "https://ba.wikipedia.org/wiki/Арифметика";
189205
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_ADD = "Ике һандың суммаһын ҡайтара.";
190206
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_DIVIDE = "Ике һандың бүлендеген ҡайтара.";
@@ -400,12 +416,14 @@ Blockly.Msg.ARD_ANALOGWRITE = "set analog pin#"; // untranslated
400416
Blockly.Msg.ARD_ANALOGWRITE_TIP = "Write analog value between 0 and 255 to a specific PWM Port"; // untranslated
401417
Blockly.Msg.ARD_BUILTIN_LED = "set built-in LED"; // untranslated
402418
Blockly.Msg.ARD_BUILTIN_LED_TIP = "Light on or off for the built-in LED of the Arduino"; // untranslated
419+
Blockly.Msg.ARD_CHANGE = "Change"; // untranslated
403420
Blockly.Msg.ARD_COMPONENT_WARN1 = "A %1 configuration block with the same %2 name must be added to use this block!"; // untranslated
404421
Blockly.Msg.ARD_DEFINE = "Define"; // untranslated
405422
Blockly.Msg.ARD_DIGITALREAD = "read digital pin#"; // untranslated
406423
Blockly.Msg.ARD_DIGITALREAD_TIP = "Read digital value on a pin: HIGH or LOW"; // untranslated
407424
Blockly.Msg.ARD_DIGITALWRITE = "set digitial pin#"; // untranslated
408425
Blockly.Msg.ARD_DIGITALWRITE_TIP = "Write digital value HIGH or LOW to a specific Port"; // untranslated
426+
Blockly.Msg.ARD_FALLING = "Falling"; // untranslated
409427
Blockly.Msg.ARD_FUN_RUN_LOOP = "Arduino loop forever:"; // untranslated
410428
Blockly.Msg.ARD_FUN_RUN_SETUP = "Arduino run first:"; // untranslated
411429
Blockly.Msg.ARD_FUN_RUN_TIP = "Defines the Arduino setup() and loop() functions."; // untranslated
@@ -424,6 +442,7 @@ Blockly.Msg.ARD_PULSETIMEOUT_TIP = "Measures the duration of a pulse on the sele
424442
Blockly.Msg.ARD_PULSE_READ = "measure %1 pulse on pin #%2"; // untranslated
425443
Blockly.Msg.ARD_PULSE_READ_TIMEOUT = "measure %1 pulse on pin #%2 (timeout after %3 μs)"; // untranslated
426444
Blockly.Msg.ARD_PULSE_TIP = "Measures the duration of a pulse on the selected pin."; // untranslated
445+
Blockly.Msg.ARD_RISING = "Rising"; // untranslated
427446
Blockly.Msg.ARD_SERIAL_BPS = "bps"; // untranslated
428447
Blockly.Msg.ARD_SERIAL_PRINT = "print"; // untranslated
429448
Blockly.Msg.ARD_SERIAL_PRINT_NEWLINE = "add new line"; // untranslated

blockly/msg/js/bcc.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ Blockly.Msg.EXPAND_BLOCK = "گسترش بلوک";
7373
Blockly.Msg.EXTERNAL_INPUTS = "ورودی‌های خارجی";
7474
Blockly.Msg.HELP = "کومک";
7575
Blockly.Msg.INLINE_INPUTS = "ورودی‌های درون خطی";
76+
Blockly.Msg.INTERRUPTS_ATTACH_HELPURL = "https://www.arduino.cc/en/Reference/AttachInterrupt"; // untranslated
77+
Blockly.Msg.INTERRUPTS_ATTACH_TITLE = "Attach Interrupt"; // untranslated
78+
Blockly.Msg.INTERRUPTS_ATTACH_TOOLTIP = "The first parameter to attachInterrupt is an interrupt number."; // untranslated
79+
Blockly.Msg.INTERRUPTS_DETACH_HELPURL = "https://www.arduino.cc/en/Reference/DetachInterrupt"; // untranslated
80+
Blockly.Msg.INTERRUPTS_DETACH_TITLE = "Detach Interrupt"; // untranslated
81+
Blockly.Msg.INTERRUPTS_DETACH_TOOLTIP = "Turns off the given interrupt."; // untranslated
82+
Blockly.Msg.INTERRUPTS_HELPURL = "https://www.arduino.cc/en/Reference/Interrupts"; // untranslated
83+
Blockly.Msg.INTERRUPTS_NO_HELPURL = "https://www.arduino.cc/en/Reference/NoInterrupts"; // untranslated
84+
Blockly.Msg.INTERRUPTS_NO_TITLE = "Disable Interrupt"; // untranslated
85+
Blockly.Msg.INTERRUPTS_NO_TOOLTIP = "Disables interrupts (you can re-enable them with interrupts())."; // untranslated
86+
Blockly.Msg.INTERRUPTS_TITLE = "Enable Interrupt"; // untranslated
87+
Blockly.Msg.INTERRUPTS_TOOLTIP = "Re-enables interrupts (after they've been disabled by noInterrupts())."; // untranslated
7688
Blockly.Msg.LISTS_CREATE_EMPTY_HELPURL = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
7789
Blockly.Msg.LISTS_CREATE_EMPTY_TITLE = "ایجاد فهرست خالی";
7890
Blockly.Msg.LISTS_CREATE_EMPTY_TOOLTIP = "فهرستی با طول صفر شامل هیچ رکورد داده‌ای بر می‌گرداند.";
@@ -185,6 +197,10 @@ Blockly.Msg.LOGIC_TERNARY_IF_FALSE = "اگر ناصحیح";
185197
Blockly.Msg.LOGIC_TERNARY_IF_TRUE = "اگر صحیح";
186198
Blockly.Msg.LOGIC_TERNARY_TOOLTIP = "بررسی وضعیت در «آزمایش». اگر وضعیت صحیح باشد، مقدار «اگر صحیح» را بر می‌گرداند در غیر اینصورت مقدار «اگر ناصحیح» را.";
187199
Blockly.Msg.MATH_ADDITION_SYMBOL = "+"; // untranslated
200+
Blockly.Msg.MATH_ANG_DEG = "degrees"; // untranslated
201+
Blockly.Msg.MATH_ANG_RAD = "radian"; // untranslated
202+
Blockly.Msg.MATH_ANG_TOOLTIP_DEG = "Converts a radian measurement to its corresponding value in degrees. Radians and degrees are two ways of measuring the same thing."; // untranslated
203+
Blockly.Msg.MATH_ANG_TOOLTIP_RAD = "Converts a degree measurement to its corresponding value in radians. Radians and degrees are two ways of measuring the same thing."; // untranslated
188204
Blockly.Msg.MATH_ARITHMETIC_HELPURL = "https://fa.wikipedia.org/wiki/%D8%AD%D8%B3%D8%A7%D8%A8";
189205
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_ADD = "بازگرداندن مقدار جمع دو عدد.";
190206
Blockly.Msg.MATH_ARITHMETIC_TOOLTIP_DIVIDE = "بازگرداندن باقی‌ماندهٔ دو عدد.";
@@ -400,12 +416,14 @@ Blockly.Msg.ARD_ANALOGWRITE = "set analog pin#"; // untranslated
400416
Blockly.Msg.ARD_ANALOGWRITE_TIP = "Write analog value between 0 and 255 to a specific PWM Port"; // untranslated
401417
Blockly.Msg.ARD_BUILTIN_LED = "set built-in LED"; // untranslated
402418
Blockly.Msg.ARD_BUILTIN_LED_TIP = "Light on or off for the built-in LED of the Arduino"; // untranslated
419+
Blockly.Msg.ARD_CHANGE = "Change"; // untranslated
403420
Blockly.Msg.ARD_COMPONENT_WARN1 = "A %1 configuration block with the same %2 name must be added to use this block!"; // untranslated
404421
Blockly.Msg.ARD_DEFINE = "Define"; // untranslated
405422
Blockly.Msg.ARD_DIGITALREAD = "read digital pin#"; // untranslated
406423
Blockly.Msg.ARD_DIGITALREAD_TIP = "Read digital value on a pin: HIGH or LOW"; // untranslated
407424
Blockly.Msg.ARD_DIGITALWRITE = "set digitial pin#"; // untranslated
408425
Blockly.Msg.ARD_DIGITALWRITE_TIP = "Write digital value HIGH or LOW to a specific Port"; // untranslated
426+
Blockly.Msg.ARD_FALLING = "Falling"; // untranslated
409427
Blockly.Msg.ARD_FUN_RUN_LOOP = "Arduino loop forever:"; // untranslated
410428
Blockly.Msg.ARD_FUN_RUN_SETUP = "Arduino run first:"; // untranslated
411429
Blockly.Msg.ARD_FUN_RUN_TIP = "Defines the Arduino setup() and loop() functions."; // untranslated
@@ -424,6 +442,7 @@ Blockly.Msg.ARD_PULSETIMEOUT_TIP = "Measures the duration of a pulse on the sele
424442
Blockly.Msg.ARD_PULSE_READ = "measure %1 pulse on pin #%2"; // untranslated
425443
Blockly.Msg.ARD_PULSE_READ_TIMEOUT = "measure %1 pulse on pin #%2 (timeout after %3 μs)"; // untranslated
426444
Blockly.Msg.ARD_PULSE_TIP = "Measures the duration of a pulse on the selected pin."; // untranslated
445+
Blockly.Msg.ARD_RISING = "Rising"; // untranslated
427446
Blockly.Msg.ARD_SERIAL_BPS = "bps"; // untranslated
428447
Blockly.Msg.ARD_SERIAL_PRINT = "print"; // untranslated
429448
Blockly.Msg.ARD_SERIAL_PRINT_NEWLINE = "add new line"; // untranslated

0 commit comments

Comments
 (0)