mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Merge master to develop (#1189)
* Merge master into develop (#1063) - pick up translation changes - clean up trailing spaces * Rebuild for translations * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Cherrypick a fix for #1069 and rebuild (#1075) * Fix #1069 (#1073) * rebuild * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Localisation updates from https://translatewiki.net. * Rebuild compressed files * Add some translatewiki annotations back into msg/messages.js * Rebuild msg files
This commit is contained in:
@@ -272,7 +272,7 @@ Blockly.Msg.MATH_TRIG_ACOS = "arccos";
|
||||
Blockly.Msg.MATH_TRIG_ASIN = "arcsin";
|
||||
Blockly.Msg.MATH_TRIG_ATAN = "arctg";
|
||||
Blockly.Msg.MATH_TRIG_COS = "cos";
|
||||
Blockly.Msg.MATH_TRIG_HELPURL = "https://ko.wikipedia.org/wiki/삼각함수";
|
||||
Blockly.Msg.MATH_TRIG_HELPURL = "https://ro.wikipedia.org/wiki/Funcții_trigonometrice";
|
||||
Blockly.Msg.MATH_TRIG_SIN = "sin";
|
||||
Blockly.Msg.MATH_TRIG_TAN = "tg";
|
||||
Blockly.Msg.MATH_TRIG_TOOLTIP_ACOS = "Returnează arccosinusul unui număr.";
|
||||
@@ -298,7 +298,7 @@ Blockly.Msg.PROCEDURES_DEFNORETURN_HELPURL = "https://en.wikipedia.org/wiki/Proc
|
||||
Blockly.Msg.PROCEDURES_DEFNORETURN_PROCEDURE = "fă ceva";
|
||||
Blockly.Msg.PROCEDURES_DEFNORETURN_TITLE = "la";
|
||||
Blockly.Msg.PROCEDURES_DEFNORETURN_TOOLTIP = "Crează o funcţie cu nici o ieşire.";
|
||||
Blockly.Msg.PROCEDURES_DEFRETURN_HELPURL = "https://ko.wikipedia.org/wiki/함수_(프로그래밍)";
|
||||
Blockly.Msg.PROCEDURES_DEFRETURN_HELPURL = "https://ro.wikipedia.org/wiki/Subrutină";
|
||||
Blockly.Msg.PROCEDURES_DEFRETURN_RETURN = "returnează";
|
||||
Blockly.Msg.PROCEDURES_DEFRETURN_TOOLTIP = "Creează o funcţie cu o ieşire.";
|
||||
Blockly.Msg.PROCEDURES_DEF_DUPLICATE_WARNING = "Atenţie: Această funcţie are parametri duplicaţi.";
|
||||
|
||||
Reference in New Issue
Block a user