mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
||
"@metadata": {
|
||
"authors": [
|
||
"EagerLin",
|
||
"Jetlag"
|
||
]
|
||
},
|
||
"Apps.dialogOk": "確定",
|
||
"Apps.dialogCancel": "取消",
|
||
"Apps.catMath": "Sṳ-ho̍k kûng-sṳt",
|
||
"Apps.catText": "文字",
|
||
"Apps.catLists": "列表",
|
||
"Apps.catColour": "顏色",
|
||
"Apps.catVariables": "變量",
|
||
"Apps.catProcedures": "函數",
|
||
"Apps.httpRequestError": "命令出現錯誤。",
|
||
"Apps.xmlError": "沒存到你保存个檔案。可能它係從其他版本个Blockly創建麼?",
|
||
"Apps.listVariable": "列表",
|
||
"Apps.textVariable": "文字",
|
||
"Code.badCode": "程式毋錯:\n%1",
|
||
"Code.timeout": "超過最大執行數。",
|
||
"Code.title": "程式碼",
|
||
"Maze.maze": "迷宮",
|
||
"Maze.turnLeft": "左彎",
|
||
"Maze.turnRight": "右彎",
|
||
"Maze.doCode": "做",
|
||
"Maze.elseCode": "不過",
|
||
"Maze.pathAhead": "佬前方有路",
|
||
"Maze.pathLeft": "佬左邊有路",
|
||
"Maze.pathRight": "佬右邊有路",
|
||
"Maze.repeatUntil": "重覆直到",
|
||
"Maze.moveForwardTooltip": "前行一步。",
|
||
"Maze.turnTooltip": "向左還有向右彎90度。"
|
||
}
|