Files
blockly/demos/code/msg/oc.js
Beka Westberg ee221520a9 fix: update code demo to include JSON (#5444)
* fix: update code demo to include JSON

* fix: do property renames

* fix: change XML to place holder

* fix: PR comments
2021-09-20 13:08:35 -07:00

25 lines
1.0 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
var MSG = {
title: "Còde",
blocks: "Blòts",
linkTooltip: "Salva e liga als blòts.",
runTooltip: "Aviar lo programa definit pels blòts dins lespaci de trabalh.",
badCode: "Error del programa :\n%1",
timeout: "Nombre maximum diteracions dexecucion depassat.",
trashTooltip: "Getar totes los blòts.",
catLogic: "Logic",
catLoops: "Boclas",
catMath: "Math",
catText: "Tèxte",
catLists: "Listas",
catColour: "Color",
catVariables: "Variablas",
catFunctions: "Foncions",
listVariable: "lista",
textVariable: "tèxte",
httpRequestError: "I a agut un problèma amb la demanda.",
linkAlert: "Partejatz vòstres blòts gràcia a aqueste ligam :\n\n%1",
hashError: "O planhèm, '%1' correspond pas a un fichièr Blockly salvament.",
loadError: "Impossible de cargar lo fichièr de salvament. Benlèu qu'es estat creat amb una autra version de Blockly ?",
parseError: "Error danalisi del %1 :\n%2\n\nSeleccionar 'D'acòrdi' per abandonar vòstras modificacions o 'Anullar' per modificar encara lo %1."
};