mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Routine recompile.
This commit is contained in:
@@ -144,8 +144,8 @@ Blockly.Msg.LISTS_SORT_HELPURL = "https://github.com/google/blockly/wiki/Lists#s
|
||||
Blockly.Msg.LISTS_SORT_ORDER_ASCENDING = "artan";
|
||||
Blockly.Msg.LISTS_SORT_ORDER_DESCENDING = "azalan";
|
||||
Blockly.Msg.LISTS_SORT_TITLE = "kısa %1 %2 %3";
|
||||
Blockly.Msg.LISTS_SORT_TOOLTIP = "Sort a copy of a list."; // untranslated
|
||||
Blockly.Msg.LISTS_SORT_TYPE_IGNORECASE = "alphabetic, ignore case"; // untranslated
|
||||
Blockly.Msg.LISTS_SORT_TOOLTIP = "Listenin kısa bir kopyası.";
|
||||
Blockly.Msg.LISTS_SORT_TYPE_IGNORECASE = "alfabetik, gözardı et";
|
||||
Blockly.Msg.LISTS_SORT_TYPE_NUMERIC = "sayısal";
|
||||
Blockly.Msg.LISTS_SORT_TYPE_TEXT = "alfabetik";
|
||||
Blockly.Msg.LISTS_SPLIT_HELPURL = "https://github.com/google/blockly/wiki/Lists#splitting-strings-and-joining-lists"; // untranslated
|
||||
|
||||
Reference in New Issue
Block a user