mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
chore: Rollup of all Q3 message changes (#5564)
Courtesy of Translatewiki
This commit is contained in:
13
msg/js/gl.js
13
msg/js/gl.js
@@ -74,19 +74,6 @@ Blockly.Msg["EXPAND_BLOCK"] = "Expandir o bloque";
|
||||
Blockly.Msg["EXTERNAL_INPUTS"] = "Entradas externas";
|
||||
Blockly.Msg["HELP"] = "Axuda";
|
||||
Blockly.Msg["INLINE_INPUTS"] = "Entradas en liña";
|
||||
Blockly.Msg["IOS_CANCEL"] = "Cancelar";
|
||||
Blockly.Msg["IOS_ERROR"] = "Erro";
|
||||
Blockly.Msg["IOS_OK"] = "Feito";
|
||||
Blockly.Msg["IOS_PROCEDURES_ADD_INPUT"] = "+ Engadir entrada";
|
||||
Blockly.Msg["IOS_PROCEDURES_ALLOW_STATEMENTS"] = "Permitir declaracións";
|
||||
Blockly.Msg["IOS_PROCEDURES_DUPLICATE_INPUTS_ERROR"] = "Esta función ten entradas duplicadas.";
|
||||
Blockly.Msg["IOS_PROCEDURES_INPUTS"] = "ENTRADAS";
|
||||
Blockly.Msg["IOS_VARIABLES_ADD_BUTTON"] = "Engadir";
|
||||
Blockly.Msg["IOS_VARIABLES_ADD_VARIABLE"] = "+ Engadir variábel";
|
||||
Blockly.Msg["IOS_VARIABLES_DELETE_BUTTON"] = "Eliminar";
|
||||
Blockly.Msg["IOS_VARIABLES_EMPTY_NAME_ERROR"] = "You can't use an empty variable name."; // untranslated
|
||||
Blockly.Msg["IOS_VARIABLES_RENAME_BUTTON"] = "Renomear";
|
||||
Blockly.Msg["IOS_VARIABLES_VARIABLE_NAME"] = "Nome da variábel";
|
||||
Blockly.Msg["LISTS_CREATE_EMPTY_HELPURL"] = "https://github.com/google/blockly/wiki/Lists#create-empty-list"; // untranslated
|
||||
Blockly.Msg["LISTS_CREATE_EMPTY_TITLE"] = "create empty list"; // untranslated
|
||||
Blockly.Msg["LISTS_CREATE_EMPTY_TOOLTIP"] = "Returns a list, of length 0, containing no data records"; // untranslated
|
||||
|
||||
Reference in New Issue
Block a user