mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
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
This commit is contained in:
committed by
alschmiedt
parent
84514efb09
commit
ee221520a9
@@ -19,6 +19,6 @@ var MSG = {
|
||||
httpRequestError: "Probleem päringuga.",
|
||||
linkAlert: "Oma plokke saad jagada selle lingiga:\n\n%1",
|
||||
hashError: "Vabandust, kuid '%1' ei vasta ühelegi salvestatud programmile.",
|
||||
xmlError: "Su salvestatud faili ei õnnestunud laadida. Võibolla on see loodud mõne teise Blockly versiooniga?",
|
||||
badXml: "Viga XML-i parsimisel:\n%1\n\nTehtud muudatustest loobumiseks vajuta 'OK', XML-i muudatuste tegemise jätkamiseks 'Katkesta'."
|
||||
loadError: "Su salvestatud faili ei õnnestunud laadida. Võibolla on see loodud mõne teise Blockly versiooniga?",
|
||||
parseError: "Viga %1-i parsimisel:\n%2\n\nTehtud muudatustest loobumiseks vajuta 'OK', %1-i muudatuste tegemise jätkamiseks 'Katkesta'."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user