﻿	chn = {
--- 菜單
		 [ "Run" ]  = "開始",
		 [ "Inteface Priority" ]  = "接口的優先級",
		 [ "Reset to Config.txt" ]  = "複位到 Config.txt",

		 [ "This is simple example (template) for quick make own addon." ]  = "這是一個簡單的例子（模板）快速做出自己的Addon",

--- 常數
		 [ "ON" ]  = "ON",
		 [ "OFF" ]  = "OFF",

---- 選擇
		 [ "started" ]  = "開始",
		 [ "Err.00" ]  = "出錯",
		 [ "_" ]  = "",
	},