mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Rebuild message files
This commit is contained in:
@@ -281,12 +281,12 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_COS = "返回指定角度的餘弦值(非弧度)。";
|
||||
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_SIN = "返回指定角度的正弦值(非弧度)。";
|
||||
/** @export */ Blockly.Msg.MATH_TRIG_TOOLTIP_TAN = "返回指定角度的正切值(非弧度)。";
|
||||
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "Create colour variable..."; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "Create number variable..."; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "Create string variable..."; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_COLOUR_VARIABLE = "建立顏色變數...";
|
||||
/** @export */ Blockly.Msg.NEW_NUMBER_VARIABLE = "建立數字變數...";
|
||||
/** @export */ Blockly.Msg.NEW_STRING_VARIABLE = "建立字串變數...";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE = "建立變數…";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TITLE = "新變數名稱:";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "New variable type:"; // untranslated
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "新變數類型:";
|
||||
/** @export */ Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "允許陳述式";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "與:";
|
||||
@@ -397,7 +397,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_HELPURL = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_TOOLTIP = "設定此變數,好和輸入結果相等。";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS = "已存在變數「%1」。";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "用於其它「%2」類型的變數裡已存在名為「%1」的變數。";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "已存在名為「%1」且用於其它類型「%2」的變數。";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_DEFRETURN_TITLE = Blockly.Msg.PROCEDURES_DEFNORETURN_TITLE;
|
||||
/** @export */ Blockly.Msg.CONTROLS_IF_IF_TITLE_IF = Blockly.Msg.CONTROLS_IF_MSG_IF;
|
||||
/** @export */ Blockly.Msg.CONTROLS_WHILEUNTIL_INPUT_DO = Blockly.Msg.CONTROLS_REPEAT_INPUT_DO;
|
||||
|
||||
Reference in New Issue
Block a user