mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
Recompile of JSON to JS messages.
New dialog OK/Cancel messages.
This commit is contained in:
@@ -63,6 +63,8 @@ Blockly.Msg["DELETE_BLOCK"] = "Избриши блок";
|
||||
Blockly.Msg["DELETE_VARIABLE"] = "Избриши променљиву ’%1’";
|
||||
Blockly.Msg["DELETE_VARIABLE_CONFIRMATION"] = "Избрисати %1 употребу променљиве „%2”?";
|
||||
Blockly.Msg["DELETE_X_BLOCKS"] = "Избриши %1 блокова";
|
||||
Blockly.Msg["DIALOG_CANCEL"] = "Откажи";
|
||||
Blockly.Msg["DIALOG_OK"] = "У реду";
|
||||
Blockly.Msg["DISABLE_BLOCK"] = "Онемогући блок";
|
||||
Blockly.Msg["DUPLICATE_BLOCK"] = "Дуплирај";
|
||||
Blockly.Msg["DUPLICATE_COMMENT"] = "Дуплирај коментар";
|
||||
|
||||
Reference in New Issue
Block a user