mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
Remove closure base file dependency (#2976)
* Trim down closure's base dependency even further by removing the dependency on closure's base file.
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.Msg.be.tarask');
|
||||
|
||||
goog.require('Blockly.Msg');
|
||||
|
||||
Blockly.Msg["ADD_COMMENT"] = "Дадаць камэнтар";
|
||||
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Немагчыма выдаліць зьменную «%1», таму што яна зьяўляецца часткай вызначэньня функцыі «%2»";
|
||||
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Зьмяніць значэньне:";
|
||||
@@ -393,6 +389,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "абрэзаць прабелы з п
|
||||
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Вяртае копію тэксту з прабеламі, выдаленымі ад аднаго ці абодвух бакоў.";
|
||||
Blockly.Msg["TODAY"] = "Сёньня";
|
||||
Blockly.Msg["UNDO"] = "Скасаваць";
|
||||
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
||||
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "аб’ект";
|
||||
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Стварыць блёк «усталяваць %1»";
|
||||
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated
|
||||
|
||||
Reference in New Issue
Block a user