{
    "mssql": {
        "common": {
            "editor": "編輯器",
            "query": "查詢",
            "execute_procedure": "執行預儲程序"
        },
        "node": {
            "label": {
                "name": "名稱",
                "connection": "連線",
                "query_mode": "查詢模式",
                "query": "查詢",
                "parameters": "參數",
                "output_property": "輸出屬性",
                "output_type": "輸出類型",
                "output_type_original": "Original output",
                "output_type_driver": "Driver output",
                "error_handling": "錯誤處理",
                "error_handling_send_in_msg": "傳送到 msg.error",
                "error_handling_throw": "拋出 error",
                "parse_mustache": "解析 Mustache"
            }
        },
        "connection": {
            "label": {
                "name": "名稱",
                "name_ph": "連線名稱",
                "server": "Server",
                "server_ph": "Server name or IP",
                "port": "連接埠",
                "username": "帳號",
                "password": "密碼",
                "domain": "Domain",
                "database": "資料庫",
                "tds": {
                    "title": "TDS 版本",
                    "v7_4": "7_4 (SQL Server 2012 ~ 2022)",
                    "v7_3_b": "7_3_B (SQL Server 2008R2)",
                    "v7_3_a": "7_3_A (SQL Server 2008)",
                    "v7_2": "7_2 (SQL Server 2005)",
                    "v7_1": "7_1 (SQL Server 2000)"
                },
                "encryption": "使用加密?",
                "encryption_tip": "SQL Databases hosted on Azure 需要勾選.",
                "utc": "Assume UTC?",
                "utc_tip": "Pass time values in UTC or local time.",
                "connect_timeout": "連線超時",
                "connect_timeout_tip": "數值為毫秒, 等待連線完成的時間.",
                "request_timeout": "查詢超時",
                "request_timeout_tip": "數值為毫秒, 等待傳回查詢結果的時間, 可設值為 0 就沒有時間限制.",
                "cancel_timeout": "取消超時",
                "cancel_timeout_tip": "數值為毫秒, 等待取消成功的時間.",
                "max_pool_size": "連線池最大連線數",
                "parse_json": "支援 JSON?",
                "arith_abort": "ARITHABORT?",
                "arith_abort_tooltip": "查詢執行期間發生溢位或除以零錯誤時結束查詢. 通常應該開啟.",
                "read_only_intent": "ReadOnly Intent"
            }
        }
    }
}
