mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
committed by
GitHub
parent
e0be7e498b
commit
7ba9e5eac1
10
msg/js/ia.js
10
msg/js/ia.js
@@ -74,9 +74,9 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.EXTERNAL_INPUTS = "Entrata externe";
|
||||
/** @export */ Blockly.Msg.HELP = "Adjuta";
|
||||
/** @export */ Blockly.Msg.INLINE_INPUTS = "Entrata interne";
|
||||
/** @export */ Blockly.Msg.IOS_CANCEL = "Cancel"; // untranslated
|
||||
/** @export */ Blockly.Msg.IOS_ERROR = "Error"; // untranslated
|
||||
/** @export */ Blockly.Msg.IOS_OK = "OK"; // untranslated
|
||||
/** @export */ Blockly.Msg.IOS_CANCEL = "Cancellar";
|
||||
/** @export */ Blockly.Msg.IOS_ERROR = "Error";
|
||||
/** @export */ Blockly.Msg.IOS_OK = "OK";
|
||||
/** @export */ Blockly.Msg.IOS_PROCEDURES_ADD_INPUT = "+ Add Input"; // untranslated
|
||||
/** @export */ Blockly.Msg.IOS_PROCEDURES_ALLOW_STATEMENTS = "Allow statements"; // untranslated
|
||||
/** @export */ Blockly.Msg.IOS_PROCEDURES_DUPLICATE_INPUTS_ERROR = "This function has duplicate inputs."; // untranslated
|
||||
@@ -284,7 +284,7 @@ goog.require('Blockly.Msg');
|
||||
/** @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_VARIABLE = "Nove variabile...";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE = "Crear variabile...";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TITLE = "Nomine del nove variabile:";
|
||||
/** @export */ Blockly.Msg.NEW_VARIABLE_TYPE_TITLE = "New variable type:"; // untranslated
|
||||
/** @export */ Blockly.Msg.ORDINAL_NUMBER_SUFFIX = ""; // untranslated
|
||||
@@ -396,7 +396,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_CREATE_GET = "Crear 'prender %1'";
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_HELPURL = "https://github.com/google/blockly/wiki/Variables#set"; // untranslated
|
||||
/** @export */ Blockly.Msg.VARIABLES_SET_TOOLTIP = "Mitte iste variabile al valor del entrata.";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS = "A variable named '%1' already exists."; // untranslated
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS = "A variabile named '%1' already exists.";
|
||||
/** @export */ Blockly.Msg.VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE = "A variable named '%1' already exists for another type: '%2'."; // untranslated
|
||||
/** @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;
|
||||
|
||||
@@ -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/サブルーチン";
|
||||
|
||||
@@ -160,7 +160,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_HELPURL = "https://github.com/google/blockly/wiki/Lists#sorting-a-list"; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_ORDER_ASCENDING = "ascending"; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_ORDER_DESCENDING = "descending"; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_TITLE = "sort %1 %2 %3"; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_TITLE = "%1 %2 %3 zortéieren";
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_TOOLTIP = "Sort a copy of a list."; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_TYPE_IGNORECASE = "alphabetic, ignore case"; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_SORT_TYPE_NUMERIC = "numeresch";
|
||||
|
||||
@@ -228,7 +228,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.MATH_MULTIPLICATION_SYMBOL = "x";
|
||||
/** @export */ Blockly.Msg.MATH_NUMBER_HELPURL = "https://en.wikipedia.org/wiki/Number";
|
||||
/** @export */ Blockly.Msg.MATH_NUMBER_TOOLTIP = "Et tall.";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_HELPURL = "";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_HELPURL = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_OPERATOR_AVERAGE = "gjennomsnittet av listen";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_OPERATOR_MAX = "maksimum av liste";
|
||||
/** @export */ Blockly.Msg.MATH_ONLIST_OPERATOR_MEDIAN = "medianen til listen";
|
||||
|
||||
@@ -104,7 +104,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_LAST = "ostatni";
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_RANDOM = "losowy";
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_REMOVE = "usuń";
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_TAIL = "";
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_TAIL = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_TOOLTIP_GET_FIRST = "Zwraca pierwszy element z listy.";
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_TOOLTIP_GET_FROM = "Zwraca element z konkretnej pozycji na liście.";
|
||||
/** @export */ Blockly.Msg.LISTS_GET_INDEX_TOOLTIP_GET_LAST = "Zwraca ostatni element z listy.";
|
||||
|
||||
@@ -332,7 +332,7 @@ goog.require('Blockly.Msg');
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_HELPURL = "https://github.com/google/blockly/wiki/Text#extracting-text"; // untranslated
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_LAST = "取得 最後一個字元";
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_RANDOM = "取得 任意字元";
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_TAIL = "";
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_TAIL = ""; // untranslated
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_TITLE = "在文字 %1 %2";
|
||||
/** @export */ Blockly.Msg.TEXT_CHARAT_TOOLTIP = "返回位於指定位置的字元。";
|
||||
/** @export */ Blockly.Msg.TEXT_COUNT_HELPURL = "https://github.com/google/blockly/wiki/Text#counting-substrings";
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"@metadata": {
|
||||
"author": "Ellen Spertus <ellen.spertus@gmail.com>",
|
||||
"lastupdated": "2018-02-16 11:14:06.797856",
|
||||
"lastupdated": "2018-03-06 15:07:55.902880",
|
||||
"locale": "en",
|
||||
"messagedocumentation" : "qqq"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user