mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
* fix: update code demo to include JSON * fix: do property renames * fix: change XML to place holder * fix: PR comments
25 lines
1.0 KiB
JavaScript
25 lines
1.0 KiB
JavaScript
var MSG = {
|
|
title: "Codice",
|
|
blocks: "Blocos",
|
|
linkTooltip: "Salveguardar e ligar a blocos.",
|
|
runTooltip: "Executar le programma definite per le blocos in le spatio de travalio.",
|
|
badCode: "Error del programma:\n%1",
|
|
timeout: "Le numero de iterationes executate ha excedite le maximo.",
|
|
trashTooltip: "Abandonar tote le blocos.",
|
|
catLogic: "Logica",
|
|
catLoops: "Buclas",
|
|
catMath: "Mathematica",
|
|
catText: "Texto",
|
|
catLists: "Listas",
|
|
catColour: "Color",
|
|
catVariables: "Variabiles",
|
|
catFunctions: "Functiones",
|
|
listVariable: "lista",
|
|
textVariable: "texto",
|
|
httpRequestError: "Il habeva un problema con le requesta.",
|
|
linkAlert: "Divide tu blocos con iste ligamine:\n\n%1",
|
|
hashError: "Infelicemente, '%1' non corresponde a alcun programma salveguardate.",
|
|
loadError: "Impossibile cargar le file salveguardate. Pote esser que illo ha essite create con un altere version de Blockly?",
|
|
parseError: "Error de analyse del %1:\n%2\n\nSelige 'OK' pro abandonar le modificationes o 'Cancellar' pro continuar a modificar le codice %1."
|
|
};
|