This commit is contained in:
Neil Fraser
2018-07-31 12:58:16 -07:00
committed by RoboErikG
parent adce2c6d12
commit 1fa4a8d856
14 changed files with 686 additions and 713 deletions

View File

@@ -9,7 +9,7 @@ goog.require('Blockly.Msg');
Blockly.Msg["ADD_COMMENT"] = "Iruzkina gehitu";
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Ezin da '%1' aldagaia ezabatu '%2' funtzioaren definizioaren zati delako.";
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Aldatu balioa:";
Blockly.Msg["CLEAN_UP"] = "Clean up Blocks"; // untranslated
Blockly.Msg["CLEAN_UP"] = "Blokeak garbitu";
Blockly.Msg["COLLAPSE_ALL"] = "Collapse Blocks"; // untranslated
Blockly.Msg["COLLAPSE_BLOCK"] = "Collapse Block"; // untranslated
Blockly.Msg["COLOUR_BLEND_COLOUR1"] = "1 Kolorea";
@@ -68,7 +68,7 @@ Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Delete %1 uses of the '%2' variab
Blockly.Msg["DELETE_X_BLOCKS"] = "Ezabatu %1 bloke";
Blockly.Msg["DISABLE_BLOCK"] = "Ezgaitu blokea";
Blockly.Msg["DUPLICATE_BLOCK"] = "Bikoiztu";
Blockly.Msg["DUPLICATE_COMMENT"] = "Duplicate Comment"; // untranslated
Blockly.Msg["DUPLICATE_COMMENT"] = "Iruzkina bikoiztu";
Blockly.Msg["ENABLE_BLOCK"] = "Gaitu blokea";
Blockly.Msg["EXPAND_ALL"] = "Expand Blocks"; // untranslated
Blockly.Msg["EXPAND_BLOCK"] = "Expand Block"; // untranslated
@@ -282,8 +282,8 @@ Blockly.Msg["MATH_TRIG_TOOLTIP_ATAN"] = "Zenbaki baten arku tangentea ematen du.
Blockly.Msg["MATH_TRIG_TOOLTIP_COS"] = "Return the cosine of a degree (not radian)."; // untranslated
Blockly.Msg["MATH_TRIG_TOOLTIP_SIN"] = "Return the sine of a degree (not radian)."; // untranslated
Blockly.Msg["MATH_TRIG_TOOLTIP_TAN"] = "Return the tangent of a degree (not radian)."; // untranslated
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Create colour variable..."; // untranslated
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Create number variable..."; // untranslated
Blockly.Msg["NEW_COLOUR_VARIABLE"] = "Kolore aldagaia sortu...";
Blockly.Msg["NEW_NUMBER_VARIABLE"] = "Zenbaki aldagaia sortu...";
Blockly.Msg["NEW_STRING_VARIABLE"] = "Create string variable..."; // untranslated
Blockly.Msg["NEW_VARIABLE"] = "Aldagaia sortu...";
Blockly.Msg["NEW_VARIABLE_TITLE"] = "Aldagai berriaren izena:";