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.vi');
|
||||
|
||||
goog.require('Blockly.Msg');
|
||||
|
||||
Blockly.Msg["ADD_COMMENT"] = "Thêm Chú Giải";
|
||||
Blockly.Msg["CANNOT_DELETE_VARIABLE_PROCEDURE"] = "Không thể xóa giá trị '%1' vì nó được bao gồm trong định nghĩa của chức năng '%2'";
|
||||
Blockly.Msg["CHANGE_VALUE_TITLE"] = "Thay giá trị thành:";
|
||||
@@ -393,6 +389,7 @@ Blockly.Msg["TEXT_TRIM_OPERATOR_RIGHT"] = "cắt các không gian từ bên ph
|
||||
Blockly.Msg["TEXT_TRIM_TOOLTIP"] = "Hoàn trả bản sao của văn bản sau khi xóa khoảng trắng từ một hoặc hai bên.";
|
||||
Blockly.Msg["TODAY"] = "Hôm nay";
|
||||
Blockly.Msg["UNDO"] = "Hoàn tác";
|
||||
Blockly.Msg["UNNAMED_KEY"] = "unnamed"; // untranslated
|
||||
Blockly.Msg["VARIABLES_DEFAULT_NAME"] = "vật";
|
||||
Blockly.Msg["VARIABLES_GET_CREATE_SET"] = "Tạo mảnh \"đặt vào %1\"";
|
||||
Blockly.Msg["VARIABLES_GET_HELPURL"] = "https://github.com/google/blockly/wiki/Variables#get"; // untranslated
|
||||
|
||||
Reference in New Issue
Block a user