forked from kumavis/node-blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh_tw.html
39 lines (39 loc) · 1.22 KB
/
zh_tw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html dir="ltr" lang="zh-TW">
<head>
<meta charset="utf-8">
<title>Blockly正體中文版</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="../en.js"></script>
<script type="text/javascript" src="../_soy/soyutils.js"></script>
<script type="text/javascript" src="template.js"></script>
<script>
var MSG = {
// Tooltips.
trashTooltip: 'Discard all blocks.',
linkTooltip: 'Save and link to blocks.',
runTooltip: 'Run program',
// Toolbox categories.
catControl: '控制',
catLogic: '邏輯',
catMath: '算數',
catText: '字串',
catLists: '列表',
catColour: 'Colour',
catVariables: '變量',
catProcedures: '流程',
// Misc text.
blocks: '積木',
badXml: 'Error parsing XML:\n%1\n\nAbandon changes?',
badCode: 'Program error:\n%1',
timeout: 'Maximum execution iterations exceeded.',
discard: 'Delete all "%1" blocks?',
title: '正體中文版'
};
var frameSrc = ['zh_tw_compressed.js'];
</script>
</head>
<body>
<script type="text/javascript" src="/storage.js"></script>
<script type="text/javascript" src="code.js"></script>
</body>
</html>