mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
committed by
GitHub
parent
e0be7e498b
commit
7ba9e5eac1
@@ -228,7 +228,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.MATH_MULTIPLICATION_SYMBOL = "×";
|
||||
/** @export */ Blockly.Msg.MATH_NUMBER_HELPURL = "https://ja.wikipedia.org/wiki/数";
|
||||
/** @export */ Blockly.Msg.MATH_NUMBER_TOOLTIP = "数です。";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_HELPURL = "";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_HELPURL = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_OPERATOR_AVERAGE = "リストの平均";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_OPERATOR_MAX = "リストの最大値";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_OPERATOR_MEDIAN = "リストの中央値";
|
||||
@@ -287,7 +287,7 @@ goog.require('Blockly.Msg');
|
||||
/** @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.ORDINAL_NUMBER_SUFFIX = "";
|
||||
/** @export */ Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.PROCEDURES_ALLOW_STATEMENTS = "ステートメントを許可";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_BEFORE_PARAMS = "対象:";
|
||||
/** @export */ Blockly.Msg.PROCEDURES_CALLNORETURN_HELPURL = "https://ja.wikipedia.org/wiki/サブルーチン";
|
||||
|
||||
Reference in New Issue
Block a user