mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #2235 from 3anology/master
UI Translated to Traditional Chinese
This commit is contained in:
commit
59b1466e5d
945
packages/node_modules/@node-red/editor-client/locales/zh-TW/editor.json
vendored
Normal file
945
packages/node_modules/@node-red/editor-client/locales/zh-TW/editor.json
vendored
Normal file
@ -0,0 +1,945 @@
|
||||
{
|
||||
"common": {
|
||||
"label": {
|
||||
"name": "名稱",
|
||||
"ok": "確認",
|
||||
"done": "完成",
|
||||
"cancel": "取消",
|
||||
"delete": "刪除",
|
||||
"close": "關閉",
|
||||
"load": "讀取",
|
||||
"save": "保存",
|
||||
"import": "匯入",
|
||||
"export": "匯出",
|
||||
"back": "返回",
|
||||
"next": "下一步",
|
||||
"clone": "複製專案",
|
||||
"cont": "Continue"
|
||||
}
|
||||
},
|
||||
"workspace": {
|
||||
"defaultName": "流程__number__",
|
||||
"editFlow": "編輯流程: __name__",
|
||||
"confirmDelete": "確認刪除",
|
||||
"delete": "確定想要刪除 '__label__'?",
|
||||
"dropFlowHere": "把流程放到這裡",
|
||||
"addFlow": "新增流程",
|
||||
"listFlows": "流程列表",
|
||||
"status": "狀態",
|
||||
"enabled": "有效",
|
||||
"disabled": "無效",
|
||||
"info": "詳細描述",
|
||||
"selectNodes": "點擊節點用於選擇",
|
||||
"tip": "詳細描述支援Markdown羽量級標記語言,並將出現在資訊標籤中。"
|
||||
},
|
||||
"menu": {
|
||||
"label": {
|
||||
"view": {
|
||||
"view": "顯示",
|
||||
"grid": "格線",
|
||||
"showGrid": "顯示格線",
|
||||
"snapGrid": "對齊格線",
|
||||
"gridSize": "格線尺寸",
|
||||
"textDir": "文本方向",
|
||||
"defaultDir": "默認方向",
|
||||
"ltr": "從左到右",
|
||||
"rtl": "從右到左",
|
||||
"auto": "上下文",
|
||||
"language": "Language",
|
||||
"browserDefault": "Browser default"
|
||||
},
|
||||
"sidebar": {
|
||||
"show": "顯示側邊欄"
|
||||
},
|
||||
"palette": {
|
||||
"show": "Show palette"
|
||||
},
|
||||
"settings": "設置",
|
||||
"userSettings": "使用者設置",
|
||||
"nodes": "節點",
|
||||
"displayStatus": "顯示節點狀態",
|
||||
"displayConfig": "修改節點配置",
|
||||
"import": "匯入",
|
||||
"export": "匯出",
|
||||
"search": "搜尋流程",
|
||||
"searchInput": "搜尋流程",
|
||||
"subflows": "子流程",
|
||||
"createSubflow": "新建子流程",
|
||||
"selectionToSubflow": "將選擇部分更改為子流程",
|
||||
"flows": "流程",
|
||||
"add": "增加",
|
||||
"rename": "重新命名",
|
||||
"delete": "刪除",
|
||||
"keyboardShortcuts": "鍵盤快速鍵",
|
||||
"login": "登入",
|
||||
"logout": "退出",
|
||||
"editPalette": "節點管理",
|
||||
"other": "其他",
|
||||
"showTips": "顯示小提示",
|
||||
"help": "Node-RED website",
|
||||
"projects": "專案",
|
||||
"projects-new": "新專案",
|
||||
"projects-open": "開啟專案",
|
||||
"projects-settings": "專案設定",
|
||||
"showNodeLabelDefault": "顯示新添加節點的標籤",
|
||||
"clipboard": "剪貼簿",
|
||||
"library": "庫",
|
||||
"examples": "範例"
|
||||
}
|
||||
},
|
||||
"actions": {
|
||||
"toggle-navigator": "切換導航器",
|
||||
"zoom-out": "縮小",
|
||||
"zoom-reset": "重置縮放",
|
||||
"zoom-in": "放大"
|
||||
},
|
||||
"user": {
|
||||
"loggedInAs": "作為__name__登入",
|
||||
"username": "帳號",
|
||||
"password": "密碼",
|
||||
"login": "登入",
|
||||
"loginFailed": "登入失敗",
|
||||
"notAuthorized": "未授權",
|
||||
"errors": {
|
||||
"settings": "設置資訊需要登入後才能訪問",
|
||||
"deploy": "改動需要登入後才能部署",
|
||||
"notAuthorized": "此操作需要登入後才能執行"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"warning": "<strong>警告</strong>: __message__",
|
||||
"warnings": {
|
||||
"undeployedChanges": "節點中存在未部署的更改",
|
||||
"nodeActionDisabled": "節點動作在子流程中被禁用",
|
||||
"nodeActionDisabledSubflow": "node actions disabled within subflow",
|
||||
"missing-types": "流程由於缺少節點類型而停止。請檢查日誌的詳細資訊",
|
||||
"safe-mode": "<p>Flows stopped in safe mode.</p><p>You can modify your flows and deploy the changes to restart.</p>",
|
||||
"restartRequired": "Node-RED必須重新啟動,以啟用升級的模組",
|
||||
"credentials_load_failed": "<p>Flows stopped as the credentials could not be decrypted.</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p>",
|
||||
"credentials_load_failed_reset": "<p>Credentials could not be decrypted</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p><p>The flow credential file will be reset on the next deployment. Any existing flow credentials will be cleared.</p>",
|
||||
"missing_flow_file": "<p>Project flow file not found.</p><p>The project is not configured with a flow file.</p>",
|
||||
"missing_package_file": "<p>Project package file not found.</p><p>The project is missing a package.json file.</p>",
|
||||
"project_empty": "<p>The project is empty.</p><p>Do you want to create a default set of project files?<br/>Otherwise, you will have to manually add files to the project outside of the editor.</p>",
|
||||
"project_not_found": "<p>Project '__project__' not found.</p>",
|
||||
"git_merge_conflict": "<p>Automatic merging of changes failed.</p><p>Fix the unmerged conflicts then commit the results.</p>"
|
||||
},
|
||||
"error": "<strong>Error</strong>: __message__",
|
||||
"errors": {
|
||||
"lostConnection": "丟失與伺服器的連接,重新連接...",
|
||||
"lostConnectionReconnect": "丟失與伺服器的連接,__time__秒後重新連接",
|
||||
"lostConnectionTry": "現在嘗試",
|
||||
"cannotAddSubflowToItself": "無法向其自身添加子流程",
|
||||
"cannotAddCircularReference": "無法添加子流程 - 迴圈引用",
|
||||
"unsupportedVersion": "您正在使用不受支持的Node.js版本<br/>請升級到最新版本的Node.js LTS",
|
||||
"failedToAppendNode": "<p>Failed to load '__module__'</p><p>__error__</p>"
|
||||
},
|
||||
"project": {
|
||||
"change-branch": "Change to local branch '__project__'",
|
||||
"merge-abort": "Git merge aborted",
|
||||
"loaded": "Project '__project__' loaded",
|
||||
"updated": "Project '__project__' updated",
|
||||
"pull": "Project '__project__' reloaded",
|
||||
"revert": "Project '__project__' reverted",
|
||||
"merge-complete": "Git merge completed",
|
||||
"setupCredentials": "Setup credentials",
|
||||
"setupProjectFiles": "Setup project files",
|
||||
"no": "No thanks",
|
||||
"createDefault": "Create default project files",
|
||||
"mergeConflict": "Show merge conflicts"
|
||||
},
|
||||
"label": {
|
||||
"manage-project-dep": "Manage project dependencies",
|
||||
"setup-cred": "Setup credentials",
|
||||
"setup-project": "Setup project files",
|
||||
"create-default-package": "Create default package file",
|
||||
"no-thanks": "No thanks",
|
||||
"create-default-project": "Create default project files",
|
||||
"show-merge-conflicts": "Show merge conflicts"
|
||||
}
|
||||
},
|
||||
"clipboard": {
|
||||
"clipboard": "剪貼簿",
|
||||
"nodes": "節點",
|
||||
"node": "__count__ 節點",
|
||||
"node_plural": "__count__ 多個節點",
|
||||
"configNode": "__count__ 節點組態",
|
||||
"configNode_plural": "__count__ 多節點組態",
|
||||
"flow": "__count__ 流程",
|
||||
"flow_plural": "__count__ 多流程",
|
||||
"subflow": "__count__ 子流程",
|
||||
"subflow_plural": "__count__ 多子流程",
|
||||
"pasteNodes": "在這裡粘貼節點",
|
||||
"selectFile": "匯入所選檔案",
|
||||
"importNodes": "匯入節點",
|
||||
"exportNodes": "匯出節點至剪貼簿",
|
||||
"download": "下載",
|
||||
"importUnrecognised": "匯入了無法識別的類型:",
|
||||
"importUnrecognised_plural": "匯入了無法識別的類型:",
|
||||
"nodesExported": "節點匯出到了剪貼簿",
|
||||
"nodesImported": "已匯入:",
|
||||
"nodeCopied": "已複製__count__個節點",
|
||||
"nodeCopied_plural": "已複製__count__個節點",
|
||||
"invalidFlow": "無效的流程: __message__",
|
||||
"export": {
|
||||
"selected": "已選擇的節點",
|
||||
"current": "現在的節點",
|
||||
"all": "所有流程",
|
||||
"compact": "緊湊",
|
||||
"formatted": "已格式化",
|
||||
"copy": "匯出到剪貼簿",
|
||||
"export": "匯出到庫",
|
||||
"exportAs": "匯出為",
|
||||
"overwrite": "取代",
|
||||
"exists": "<p><b>\"__file__\"</b> 已經存在.</p><p>是否要取代?</p>"
|
||||
},
|
||||
"import": {
|
||||
"import": "匯入到",
|
||||
"newFlow": "新流程",
|
||||
"errors": {
|
||||
"notArray": "Input not a JSON Array",
|
||||
"itemNotObject": "Input not a valid flow - item __index__ not a node object",
|
||||
"missingId": "Input not a valid flow - item __index__ missing 'id' property",
|
||||
"missingType": "Input not a valid flow - item __index__ missing 'type' property"
|
||||
}
|
||||
},
|
||||
"copyMessagePath": "已複製路徑",
|
||||
"copyMessageValue": "已複製數值",
|
||||
"copyMessageValue_truncated": "已複製捨棄的數值",
|
||||
"selectNodes": "選擇上面的文本並複製到剪貼簿"
|
||||
},
|
||||
"deploy": {
|
||||
"deploy": "部署",
|
||||
"full": "全面",
|
||||
"fullDesc": "在工作區中部署所有內容",
|
||||
"modifiedFlows": "已修改的流程",
|
||||
"modifiedFlowsDesc": "只部署包含已更改節點的流",
|
||||
"modifiedNodes": "已更改的節點",
|
||||
"modifiedNodesDesc": "只部署已經更改的節點",
|
||||
"restartFlows": "Restart Flows",
|
||||
"restartFlowsDesc": "Restarts the current deployed flows",
|
||||
"successfulDeploy": "部署成功",
|
||||
"successfulRestart": "Successfully restarted flows",
|
||||
"deployFailed": "部署失敗: __message__",
|
||||
"unusedConfigNodes": "您有一些未使用的配置節點",
|
||||
"unusedConfigNodesLink": "點擊此處查看它們",
|
||||
"errors": {
|
||||
"noResponse": "伺服器沒有回應"
|
||||
},
|
||||
"confirm": {
|
||||
"button": {
|
||||
"ignore": "忽略",
|
||||
"confirm": "確認部署",
|
||||
"review": "查看更改",
|
||||
"cancel": "取消",
|
||||
"merge": "合併",
|
||||
"overwrite": "忽略 & 部署"
|
||||
},
|
||||
"undeployedChanges": "您有未部署的更改。\n\n離開此頁面將丟失這些更改。",
|
||||
"improperlyConfigured": "工作區包含一些未正確配置的節點:",
|
||||
"unknown": "工作區包含一些未知的節點類型:",
|
||||
"confirm": "你確定要部署嗎?",
|
||||
"doNotWarn": "do not warn about this again",
|
||||
"conflict": "伺服器正在運行較新的一組流程。",
|
||||
"backgroundUpdate": "伺服器上的流程已更新。",
|
||||
"conflictChecking": "檢查是否可以自動合併更改",
|
||||
"conflictAutoMerge": "此更改不包括衝突,可以自動合併",
|
||||
"conflictManualMerge": "這些更改包括了在部署之前必須解決的衝突。",
|
||||
"plusNMore": "+ __count__ more"
|
||||
}
|
||||
},
|
||||
"eventLog": {
|
||||
"title": "事件日誌",
|
||||
"view": "查看日誌"
|
||||
},
|
||||
"diff": {
|
||||
"unresolvedCount": "__count__個未解決的衝突",
|
||||
"unresolvedCount_plural": "__count__個未解決的衝突",
|
||||
"globalNodes": "Global nodes",
|
||||
"flowProperties": "Flow Properties",
|
||||
"type": {
|
||||
"added": "已添加",
|
||||
"changed": "已更改",
|
||||
"unchanged": "未更改",
|
||||
"deleted": "已刪除",
|
||||
"flowDeleted": "已刪除流程",
|
||||
"flowAdded": "已添加流程",
|
||||
"movedTo": "移動至__id__",
|
||||
"movedFrom": "從__id__移動"
|
||||
},
|
||||
"nodeCount": "__count__個節點",
|
||||
"nodeCount_plural": "__count__個節點",
|
||||
"local": "本地",
|
||||
"remote": "遠端",
|
||||
"reviewChanges": "Review Changes",
|
||||
"noBinaryFileShowed": "Cannot show binary file contents",
|
||||
"viewCommitDiff": "View Commit Changes",
|
||||
"compareChanges": "Compare Changes",
|
||||
"saveConflict": "Save conflict resolution",
|
||||
"conflictHeader": "<span>__resolved__</span> of <span>__unresolved__</span> conflicts resolved",
|
||||
"commonVersionError": "Common Version doesn't contain valid JSON:",
|
||||
"oldVersionError": "Old Version doesn't contain valid JSON:",
|
||||
"newVersionError": "New Version doesn't contain valid JSON:"
|
||||
},
|
||||
"subflow": {
|
||||
"editSubflowInstance": "Edit subflow instance: __name__",
|
||||
"editSubflow": "編輯流程範本: __name__",
|
||||
"edit": "編輯流程範本",
|
||||
"subflowInstances": "這個子流程範本有__count__個實例",
|
||||
"subflowInstances_plural": "這個子流程範本有__count__個實例",
|
||||
"editSubflowProperties": "編輯屬性",
|
||||
"input": "輸入:",
|
||||
"output": "輸出:",
|
||||
"status": "status node",
|
||||
"deleteSubflow": "刪除子流程",
|
||||
"info": "詳細描述",
|
||||
"category": "Category",
|
||||
"env": {
|
||||
"restore": "Restore to subflow default",
|
||||
"remove": "Remove environment variable"
|
||||
},
|
||||
"errors": {
|
||||
"noNodesSelected": "<strong>無法創建子流程</strong>: 未選擇節點",
|
||||
"multipleInputsToSelection": "<strong>無法創建子流程</strong>: 多個輸入到了選擇"
|
||||
},
|
||||
"format": "標記格式"
|
||||
},
|
||||
"editor": {
|
||||
"configEdit": "編輯",
|
||||
"configAdd": "添加",
|
||||
"configUpdate": "更新",
|
||||
"configDelete": "刪除",
|
||||
"nodesUse": "__count__個節點使用此配置",
|
||||
"nodesUse_plural": "__count__個節點使用此配置",
|
||||
"addNewConfig": "添加新的__type__配置",
|
||||
"editNode": "編輯__type__節點",
|
||||
"editConfig": "編輯__type__配置",
|
||||
"addNewType": "添加新的__type__節點",
|
||||
"nodeProperties": "節點屬性",
|
||||
"label": "Label",
|
||||
"portLabels": "埠標籤",
|
||||
"labelInputs": "輸入",
|
||||
"labelOutputs": "輸出",
|
||||
"settingIcon": "Icon",
|
||||
"noDefaultLabel": "無",
|
||||
"defaultLabel": "使用默認標籤",
|
||||
"searchIcons": "搜尋 icons",
|
||||
"useDefault": "use default",
|
||||
"description": "Description",
|
||||
"show": "Show",
|
||||
"hide": "Hide",
|
||||
"errors": {
|
||||
"scopeChange": "更改範圍將使其他流中的節點無法使用",
|
||||
"invalidProperties": "Invalid properties:"
|
||||
}
|
||||
},
|
||||
"keyboard": {
|
||||
"title": "鍵盤快速鍵",
|
||||
"keyboard": "Keyboard",
|
||||
"filterActions": "filter actions",
|
||||
"shortcut": "shortcut",
|
||||
"scope": "scope",
|
||||
"unassigned": "未分配",
|
||||
"global": "global",
|
||||
"workspace": "workspace",
|
||||
"selectAll": "選擇所有節點",
|
||||
"selectAllConnected": "選擇所有連接的節點",
|
||||
"addRemoveNode": "從選擇中添加/刪除節點",
|
||||
"editSelected": "編輯選定節點",
|
||||
"deleteSelected": "刪除選定節點或連結",
|
||||
"importNode": "匯入節點",
|
||||
"exportNode": "匯出節點",
|
||||
"nudgeNode": "移動所選節點(1px)",
|
||||
"moveNode": "移動所選節點(20px)",
|
||||
"toggleSidebar": "切換側邊欄",
|
||||
"togglePalette": "Toggle palette",
|
||||
"copyNode": "複製所選節點",
|
||||
"cutNode": "剪切所選節點",
|
||||
"pasteNode": "粘貼節點",
|
||||
"undoChange": "撤銷上次執行的更改",
|
||||
"searchBox": "打開搜索框",
|
||||
"managePalette": "管理面板"
|
||||
},
|
||||
"library": {
|
||||
"library": "Library",
|
||||
"openLibrary": "打開庫...",
|
||||
"saveToLibrary": "保存到庫...",
|
||||
"typeLibrary": "__type__型別程式庫",
|
||||
"unnamedType": "無名__type__",
|
||||
"exportedToLibrary": "Nodes exported to library",
|
||||
"dialogSaveOverwrite": "一個叫做__libraryName__的__libraryType__已經存在,您需要覆蓋麼?",
|
||||
"invalidFilename": "無效的檔案名",
|
||||
"savedNodes": "保存的節點",
|
||||
"savedType": "已保存__type__",
|
||||
"saveFailed": "保存失敗: __message__",
|
||||
"types": {
|
||||
"local": "Local",
|
||||
"examples": "Examples"
|
||||
},
|
||||
"exportToLibrary": "將節點匯出到庫",
|
||||
"filename": "檔案名",
|
||||
"folder": "資料夾",
|
||||
"filenamePlaceholder": "文件",
|
||||
"fullFilenamePlaceholder": "a/b/文件",
|
||||
"folderPlaceholder": "a/b",
|
||||
"breadcrumb": "庫"
|
||||
},
|
||||
"palette": {
|
||||
"noInfo": "無可用資訊",
|
||||
"filter": "過濾節點",
|
||||
"search": "搜索模組",
|
||||
"addCategory": "Add new...",
|
||||
"label": {
|
||||
"subflows": "子流程",
|
||||
"input": "輸入",
|
||||
"output": "輸出",
|
||||
"function": "功能",
|
||||
"social": "社交",
|
||||
"storage": "存儲",
|
||||
"analysis": "分析",
|
||||
"advanced": "高級"
|
||||
},
|
||||
"actions": {
|
||||
"collapse-all": "Collapse all categories",
|
||||
"expand-all": "Expand all categories"
|
||||
},
|
||||
"event": {
|
||||
"nodeAdded": "添加到面板中的節點:",
|
||||
"nodeAdded_plural": "添加到面板中的多個節點",
|
||||
"nodeRemoved": "從面板中刪除的節點:",
|
||||
"nodeRemoved_plural": "從面板中刪除的多個節點:",
|
||||
"nodeEnabled": "啟用節點:",
|
||||
"nodeEnabled_plural": "啟用多個節點:",
|
||||
"nodeDisabled": "禁用節點:",
|
||||
"nodeDisabled_plural": "禁用多個節點:",
|
||||
"nodeUpgraded": "節點模組__module__升級到__version__版本"
|
||||
},
|
||||
"editor": {
|
||||
"title": "面板管理",
|
||||
"palette": "Palette",
|
||||
"times": {
|
||||
"seconds": "秒前",
|
||||
"minutes": "分前",
|
||||
"minutesV": "__count__分前",
|
||||
"hoursV": "__count__小時前",
|
||||
"hoursV_plural": "__count__小時前",
|
||||
"daysV": "__count__天前",
|
||||
"daysV_plural": "__count__天前",
|
||||
"weeksV": "__count__周前",
|
||||
"weeksV_plural": "__count__周前",
|
||||
"monthsV": "__count__月前",
|
||||
"monthsV_plural": "__count__月前",
|
||||
"yearsV": "__count__年前",
|
||||
"yearsV_plural": "__count__年前",
|
||||
"yearMonthsV": "__y__年, __count__月前",
|
||||
"yearMonthsV_plural": "__y__年, __count__月前",
|
||||
"yearsMonthsV": "__y__年, __count__月前",
|
||||
"yearsMonthsV_plural": "__y__年, __count__月前"
|
||||
},
|
||||
"nodeCount": "__label__個節點",
|
||||
"nodeCount_plural": "__label__個節點",
|
||||
"moduleCount": "__count__個可用模組",
|
||||
"moduleCount_plural": "__count__個可用模組",
|
||||
"inuse": "使用中",
|
||||
"enableall": "全部啟用",
|
||||
"disableall": "全部禁用",
|
||||
"enable": "啟用",
|
||||
"disable": "禁用",
|
||||
"remove": "移除",
|
||||
"update": "更新至__version__版本",
|
||||
"updated": "已更新",
|
||||
"install": "安裝",
|
||||
"installed": "已安裝",
|
||||
"conflict": "conflict",
|
||||
"conflictTip": "<p>This module cannot be installed as it includes a<br/>node type that has already been installed</p><p>Conflicts with <code>__module__</code></p>",
|
||||
"loading": "載入目錄...",
|
||||
"tab-nodes": "節點",
|
||||
"tab-install": "安裝",
|
||||
"sort": "排序:",
|
||||
"sortAZ": "a-z順序",
|
||||
"sortRecent": "日期順序",
|
||||
"more": "增加__count__個",
|
||||
"errors": {
|
||||
"catalogLoadFailed": "無法載入節點目錄。<br>查看流覽器控制台瞭解更多資訊",
|
||||
"installFailed": "無法安裝: __module__<br>__message__<br>查看日誌瞭解更多資訊",
|
||||
"removeFailed": "無法刪除: __module__<br>__message__<br>查看日誌瞭解更多資訊",
|
||||
"updateFailed": "無法更新: __module__<br>__message__<br>查看日誌瞭解更多資訊",
|
||||
"enableFailed": "無法啟用: __module__<br>__message__<br>查看日誌瞭解更多資訊",
|
||||
"disableFailed": "無法禁用: __module__<br>__message__<br>查看日誌瞭解更多資訊"
|
||||
},
|
||||
"confirm": {
|
||||
"install": {
|
||||
"body": "在安裝之前,請閱讀節點的文檔,某些節點的依賴關係不能自動解決,可能需要重新啟動Node-RED。",
|
||||
"title": "安裝節點"
|
||||
},
|
||||
"remove": {
|
||||
"body": "刪除節點將從Node-RED卸載它。節點可能會繼續使用資源,直到重新啟動Node-RED。",
|
||||
"title": "刪除節點"
|
||||
},
|
||||
"update": {
|
||||
"body": "更新節點將需要重新啟動Node-RED來完成更新,該過程必須由手動完成。",
|
||||
"title": "更新節點"
|
||||
},
|
||||
"cannotUpdate": {
|
||||
"body": "此節點的更新可用,但不會安裝在面板管理器可以更新的位置。<br/><br/>請參閱有關如何更新此節點的文檔。"
|
||||
},
|
||||
"button": {
|
||||
"review": "打開節點資訊",
|
||||
"install": "安裝",
|
||||
"remove": "刪除",
|
||||
"update": "更新"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"info": {
|
||||
"name": "節點信息",
|
||||
"tabName": "名稱",
|
||||
"label": "信息",
|
||||
"node": "節點",
|
||||
"type": "類型",
|
||||
"module": "Module",
|
||||
"id": "ID",
|
||||
"status": "狀態",
|
||||
"enabled": "啟用",
|
||||
"disabled": "禁用",
|
||||
"subflow": "子流程",
|
||||
"instances": "實例",
|
||||
"properties": "屬性",
|
||||
"info": "信息",
|
||||
"desc": "Description",
|
||||
"blank": "空白",
|
||||
"null": "空",
|
||||
"showMore": "展開",
|
||||
"showLess": "收起",
|
||||
"flow": "流程",
|
||||
"selection": "選擇",
|
||||
"nodes": "__count__ 個節點",
|
||||
"flowDesc": "流程描述",
|
||||
"subflowDesc": "子流程描述",
|
||||
"nodeHelp": "節點幫助",
|
||||
"none": "無",
|
||||
"arrayItems": "__count__個項目",
|
||||
"showTips": "您可以從設置面板啟用提示資訊"
|
||||
},
|
||||
"config": {
|
||||
"name": "配置節點",
|
||||
"label": "配置",
|
||||
"global": "所有流程",
|
||||
"none": "無",
|
||||
"subflows": "子流程",
|
||||
"flows": "流程",
|
||||
"filterUnused": "未使用",
|
||||
"filterAll": "所有",
|
||||
"filtered": "__count__ 個隱藏"
|
||||
},
|
||||
"context": {
|
||||
"name": "Context Data",
|
||||
"label": "context",
|
||||
"none": "none selected",
|
||||
"refresh": "refresh to load",
|
||||
"empty": "empty",
|
||||
"node": "Node",
|
||||
"flow": "Flow",
|
||||
"global": "Global",
|
||||
"deleteConfirm": "Are you sure you want to delete this item?",
|
||||
"autoRefresh": "Auto-refresh"
|
||||
},
|
||||
"palette": {
|
||||
"name": "節點管理",
|
||||
"label": "節點"
|
||||
},
|
||||
"project": {
|
||||
"label": "項目",
|
||||
"name": "名稱",
|
||||
"description": "描述",
|
||||
"dependencies": "依賴",
|
||||
"settings": "設置",
|
||||
"noSummaryAvailable": "No summary available",
|
||||
"editDescription": "編輯專案描述",
|
||||
"editDependencies": "編輯項目依賴",
|
||||
"editReadme": "Edit README.md",
|
||||
"showProjectSettings": "Show project settings",
|
||||
"projectSettings": {
|
||||
"title": "Project Settings",
|
||||
"edit": "edit",
|
||||
"none": "None",
|
||||
"install": "install",
|
||||
"removeFromProject": "remove from project",
|
||||
"addToProject": "add to project",
|
||||
"files": "Files",
|
||||
"package": "Package",
|
||||
"flow": "Flow",
|
||||
"credentials": "Credentials",
|
||||
"packageCreate": "File will be created when changes are saved",
|
||||
"fileNotExist": "File does not exist",
|
||||
"selectFile": "Select File",
|
||||
"invalidEncryptionKey": "Invalid encryption key",
|
||||
"encryptionEnabled": "Encryption enabled",
|
||||
"encryptionDisabled": "Encryption disabled",
|
||||
"setTheEncryptionKey": "Set the encryption key",
|
||||
"resetTheEncryptionKey": "Reset the encryption key",
|
||||
"changeTheEncryptionKey": "Change the encryption key",
|
||||
"currentKey": "Current key",
|
||||
"newKey": "New key",
|
||||
"credentialsAlert": "This will delete all existing credentials",
|
||||
"versionControl": "Version Control",
|
||||
"branches": "Branches",
|
||||
"noBranches": "No branches",
|
||||
"deleteConfirm": "Are you sure you want to delete the local branch '__name__'? This cannot be undone.",
|
||||
"unmergedConfirm": "The local branch '__name__' has unmerged changes that will be lost. Are you sure you want to delete it?",
|
||||
"deleteUnmergedBranch": "Delete unmerged branch",
|
||||
"gitRemotes": "Git remotes",
|
||||
"addRemote": "add remote",
|
||||
"addRemote2": "Add remote",
|
||||
"remoteName": "Remote name",
|
||||
"nameRule": "Must contain only A-Z 0-9 _ -",
|
||||
"url": "URL",
|
||||
"urlRule": "https://, ssh:// or file://",
|
||||
"urlRule2": "Do not include the username/password in the URL",
|
||||
"noRemotes": "No remotes",
|
||||
"deleteRemoteConfrim": "Are you sure you want to delete the remote '__name__'?",
|
||||
"deleteRemote": "Delete remote"
|
||||
},
|
||||
"userSettings": {
|
||||
"committerDetail": "Committer Details",
|
||||
"committerTip": "Leave blank to use system default",
|
||||
"userName": "Username",
|
||||
"email": "Email",
|
||||
"sshKeys": "SSH Keys",
|
||||
"sshKeysTip": "Allows you to create secure connections to remote git repositories.",
|
||||
"add": "add key",
|
||||
"addSshKey": "Add SSH Key",
|
||||
"addSshKeyTip": "Generate a new public/private key pair",
|
||||
"name": "Name",
|
||||
"nameRule": "Must contain only A-Z 0-9 _ -",
|
||||
"passphrase": "Passphrase",
|
||||
"passphraseShort": "Passphrase too short",
|
||||
"optional": "Optional",
|
||||
"cancel": "Cancel",
|
||||
"generate": "Generate key",
|
||||
"noSshKeys": "No SSH keys",
|
||||
"copyPublicKey": "Copy public key to clipboard",
|
||||
"delete": "Delete key",
|
||||
"gitConfig": "Git config",
|
||||
"deleteConfirm": "Are you sure you want to delete the SSH key __name__? This cannot be undone."
|
||||
},
|
||||
"versionControl": {
|
||||
"unstagedChanges": "Unstaged changes",
|
||||
"stagedChanges": "Staged changes",
|
||||
"unstageChange": "Unstage change",
|
||||
"stageChange": "Stage change",
|
||||
"unstageAllChange": "Unstage all changes",
|
||||
"stageAllChange": "Stage all changes",
|
||||
"commitChanges": "Commit changes",
|
||||
"resolveConflicts": "Resolve conflicts",
|
||||
"head": "HEAD",
|
||||
"staged": "Staged",
|
||||
"unstaged": "Unstaged",
|
||||
"local": "Local",
|
||||
"remote": "Remote",
|
||||
"revert": "Are you sure you want to revert the changes to '__file__'? This cannot be undone.",
|
||||
"revertChanges": "Revert changes",
|
||||
"localChanges": "Local Changes",
|
||||
"none": "None",
|
||||
"conflictResolve": "All conflicts resolved. Commit the changes to complete the merge.",
|
||||
"localFiles": "Local files",
|
||||
"all": "all",
|
||||
"unmergedChanges": "Unmerged changes",
|
||||
"abortMerge": "abort merge",
|
||||
"commit": "commit",
|
||||
"changeToCommit": "Changes to commit",
|
||||
"commitPlaceholder": "Enter your commit message",
|
||||
"cancelCapital": "Cancel",
|
||||
"commitCapital": "Commit",
|
||||
"commitHistory": "Commit History",
|
||||
"branch": "Branch:",
|
||||
"moreCommits": " more commit(s)",
|
||||
"changeLocalBranch": "Change local branch",
|
||||
"createBranchPlaceholder": "Find or create a branch",
|
||||
"upstream": "upstream",
|
||||
"localOverwrite": "You have local changes that would be overwritten by changing the branch. You must either commit or undo those changes first.",
|
||||
"manageRemoteBranch": "Manage remote branch",
|
||||
"unableToAccess": "Unable to access remote repository",
|
||||
"retry": "Retry",
|
||||
"setUpstreamBranch": "Set as upstream branch",
|
||||
"createRemoteBranchPlaceholder": "Find or create a remote branch",
|
||||
"trackedUpstreamBranch": "The created branch will be set as the tracked upstream branch.",
|
||||
"selectUpstreamBranch": "The branch will be created. Select below to set it as the tracked upstream branch.",
|
||||
"pushFailed": "Push failed as the remote has more recent commits. Pull and merge first, then push again.",
|
||||
"push": "push",
|
||||
"pull": "pull",
|
||||
"unablePull": "<p>Unable to pull remote changes; your unstaged local changes would be overwritten.</p><p>Commit your changes and try again.</p>",
|
||||
"showUnstagedChanges": "Show unstaged changes",
|
||||
"connectionFailed": "Could not connect to remote repository: ",
|
||||
"pullUnrelatedHistory": "<p>The remote has an unrelated history of commits.</p><p>Are you sure you want to pull the changes into your local repository?</p>",
|
||||
"pullChanges": "Pull changes",
|
||||
"history": "history",
|
||||
"projectHistory": "Project History",
|
||||
"daysAgo": "__count__ day ago",
|
||||
"daysAgo_plural": "__count__ days ago",
|
||||
"hoursAgo": "__count__ hour ago",
|
||||
"hoursAgo_plural": "__count__ hours ago",
|
||||
"minsAgo": "__count__ min ago",
|
||||
"minsAgo_plural": "__count__ mins ago",
|
||||
"secondsAgo": "Seconds ago",
|
||||
"notTracking": "Your local branch is not currently tracking a remote branch.",
|
||||
"statusUnmergedChanged": "Your repository has unmerged changes. You need to fix the conflicts and commit the result.",
|
||||
"repositoryUpToDate": "Your repository is up to date.",
|
||||
"commitsAhead": "Your repository is __count__ commit ahead of the remote. You can push this commit now.",
|
||||
"commitsAhead_plural": "Your repository is __count__ commits ahead of the remote. You can push these commits now.",
|
||||
"commitsBehind": "Your repository is __count__ commit behind of the remote. You can pull this commit now.",
|
||||
"commitsBehind_plural": "Your repository is __count__ commits behind of the remote. You can pull these commits now.",
|
||||
"commitsAheadAndBehind1": "Your repository is __count__ commit behind and ",
|
||||
"commitsAheadAndBehind1_plural": "Your repository is __count__ commits behind and ",
|
||||
"commitsAheadAndBehind2": "__count__ commit ahead of the remote. ",
|
||||
"commitsAheadAndBehind2_plural": "__count__ commits ahead of the remote. ",
|
||||
"commitsAheadAndBehind3": "You must pull the remote commit down before pushing.",
|
||||
"commitsAheadAndBehind3_plural": "You must pull the remote commits down before pushing.",
|
||||
"refreshCommitHistory": "Refresh commit history",
|
||||
"refreshChanges": "Refresh changes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typedInput": {
|
||||
"type": {
|
||||
"str": "文字列",
|
||||
"num": "數字",
|
||||
"re": "規則運算式",
|
||||
"bool": "布林",
|
||||
"json": "JSON",
|
||||
"bin": "二進位流",
|
||||
"date": "時間戳記",
|
||||
"jsonata": "expression",
|
||||
"env": "env variable"
|
||||
}
|
||||
},
|
||||
"editableList": {
|
||||
"add": "添加"
|
||||
},
|
||||
"search": {
|
||||
"empty": "找不到匹配",
|
||||
"addNode": "添加一個節點..."
|
||||
},
|
||||
"expressionEditor": {
|
||||
"functions": "功能",
|
||||
"functionReference": "Function reference",
|
||||
"insert": "插入",
|
||||
"title": "JSONata運算式編輯器",
|
||||
"test": "Test",
|
||||
"data": "示例消息",
|
||||
"result": "結果",
|
||||
"format": "格式表達方法",
|
||||
"compatMode": "相容模式啟用",
|
||||
"compatModeDesc": "<h3>JSONata的相容模式</h3><p> 目前的運算式仍然參考<code>msg</code>,所以將以相容性模式進行評估。請更新運算式,使其不使用<code>msg</code>,因為此模式將在將來刪除。</p><p> 當JSONata支持首次添加到Node-RED時,它需要運算式引用<code>msg</code>物件。例如<code>msg.payload</code>將用於訪問有效負載。</p><p> 這樣便不再需要運算式直接針對消息進行評估。要訪問有效負載,運算式應該只是<code>payload</code>.</p>",
|
||||
"noMatch": "無匹配結果",
|
||||
"errors": {
|
||||
"invalid-expr": "無效的JSONata運算式:\n __message__",
|
||||
"invalid-msg": "無效的示例JSON消息:\n __message__",
|
||||
"context-unsupported": "無法測試上下文函數\n $flowContext 或 $globalContext",
|
||||
"eval": "評估運算式錯誤:\n __message__"
|
||||
}
|
||||
},
|
||||
"jsEditor": {
|
||||
"title": "JavaScript 編輯器"
|
||||
},
|
||||
"textEditor": {
|
||||
"title": "Text 編輯器"
|
||||
},
|
||||
"jsonEditor": {
|
||||
"title": "JSON編輯器",
|
||||
"format": "格式化JSON"
|
||||
},
|
||||
"markdownEditor": {
|
||||
"title": "Markdown 編輯器",
|
||||
"format": "F使用markdown格式化",
|
||||
"heading1": "Heading 1",
|
||||
"heading2": "Heading 2",
|
||||
"heading3": "Heading 3",
|
||||
"bold": "粗體",
|
||||
"italic": "斜體",
|
||||
"code": "程式碼",
|
||||
"ordered-list": "編號清單",
|
||||
"unordered-list": "符號清單",
|
||||
"quote": "引用",
|
||||
"link": "連結",
|
||||
"horizontal-rule": "分隔線",
|
||||
"toggle-preview": "預覽"
|
||||
},
|
||||
"bufferEditor": {
|
||||
"title": "緩衝區編輯器",
|
||||
"modeString": "作為UTF-8字串處理",
|
||||
"modeArray": "作為JSON陣列處理",
|
||||
"modeDesc": "<h3>緩衝區編輯器</h3><p>緩衝區類型被存儲為位元組值的JSON陣列。編輯器將嘗試將輸入的數值解析為JSON陣列。如果它不是有效的JSON,它將被視為UTF-8字串,並被轉換為單個字元代碼點的陣列。</p><p>例如,<code>Hello World</code>的值會被轉換為JSON陣列:<pre>[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]</pre></p>"
|
||||
},
|
||||
"projects": {
|
||||
"config-git": "Configure Git client",
|
||||
"welcome": {
|
||||
"hello": "Hello! We have introduced 'projects' to Node-RED.",
|
||||
"desc0": "This is a new way for you to manage your flow files and includes version control of your flows.",
|
||||
"desc1": "To get started you can create your first project or clone an existing project from a git repository.",
|
||||
"desc2": "If you are not sure, you can skip this for now. You will still be able to create your first project from the 'Projects' menu at any time.",
|
||||
"create": "Create Project",
|
||||
"clone": "Clone Repository",
|
||||
"openExistingProject": "Open existing project",
|
||||
"not-right-now": "Not right now"
|
||||
},
|
||||
"git-config": {
|
||||
"setup": "Setup your version control client",
|
||||
"desc0": "Node-RED uses the open source tool Git for version control. It tracks changes to your project files and lets you push them to remote repositories.",
|
||||
"desc1": "When you commit a set of changes, Git records who made the changes with a username and email address. The Username can be anything you want - it does not need to be your real name.",
|
||||
"desc2": "Your Git client is already configured with the details below.",
|
||||
"desc3": "You can change these settings later under the 'Git config' tab of the settings dialog.",
|
||||
"username": "Username",
|
||||
"email": "Email"
|
||||
},
|
||||
"project-details": {
|
||||
"create": "Create your project",
|
||||
"desc0": "A project is maintained as a Git repository. It makes it much easier to share your flows with others and to collaborate on them.",
|
||||
"desc1": "You can create multiple projects and quickly switch between them from the editor.",
|
||||
"desc2": "To begin, your project needs a name and an optional description.",
|
||||
"already-exists": "Project already exists",
|
||||
"must-contain": "Must contain only A-Z 0-9 _ -",
|
||||
"project-name": "Project name",
|
||||
"desc": "描述",
|
||||
"opt": "Optional"
|
||||
},
|
||||
"clone-project": {
|
||||
"clone": "Clone a project",
|
||||
"desc0": "If you already have a git repository containing a project, you can clone it to get started.",
|
||||
"already-exists": "Project already exists",
|
||||
"must-contain": "Must contain only A-Z 0-9 _ -",
|
||||
"project-name": "Project name",
|
||||
"no-info-in-url": "Do not include the username/password in the url",
|
||||
"git-url": "Git repository URL",
|
||||
"protocols": "https://, ssh:// or file://",
|
||||
"auth-failed": "Authentication failed",
|
||||
"username": "Username",
|
||||
"passwd": "Password",
|
||||
"ssh-key": "SSH Key",
|
||||
"passphrase": "Passphrase",
|
||||
"ssh-key-desc": "Before you can clone a repository over ssh you must add an SSH key to access it.",
|
||||
"ssh-key-add": "Add an ssh key",
|
||||
"credential-key": "Credentials encryption key",
|
||||
"cant-get-ssh-key": "Error! Can't get selected SSH key path.",
|
||||
"already-exists2": "already exists",
|
||||
"git-error": "git error",
|
||||
"connection-failed": "Connection failed",
|
||||
"not-git-repo": "Not a git repository",
|
||||
"repo-not-found": "Repository not found"
|
||||
},
|
||||
"default-files": {
|
||||
"create": "Create your project files",
|
||||
"desc0": "A project contains your flow files, a README file and a package.json file.",
|
||||
"desc1": "It can contain any other files you want to maintain in the Git repository.",
|
||||
"desc2": "Your existing flow and credential files will be copied into the project.",
|
||||
"flow-file": "Flow file",
|
||||
"credentials-file": "Credentials file"
|
||||
},
|
||||
"encryption-config": {
|
||||
"setup": "Setup encryption of your credentials file",
|
||||
"desc0": "Your flow credentials file can be encrypted to keep its contents secure.",
|
||||
"desc1": "If you want to store these credentials in a public Git repository, you must encrypt them by providing a secret key phrase.",
|
||||
"desc2": "Your flow credentials file is not currently encrypted.",
|
||||
"desc3": "That means its contents, such as passwords and access tokens, can be read by anyone with access to the file.",
|
||||
"desc4": "If you want to store these credentials in a public Git repository, you must encrypt them by providing a secret key phrase.",
|
||||
"desc5": "Your flow credentials file is currently encrypted using the credentialSecret property from your settings file as the key.",
|
||||
"desc6": "Your flow credentials file is currently encrypted using a system-generated key. You should provide a new secret key for this project.",
|
||||
"desc7": "The key will be stored separately from your project files. You will need to provide the key to use this project in another instance of Node-RED.",
|
||||
"credentials": "Credentials",
|
||||
"enable": "Enable encryption",
|
||||
"disable": "Disable encryption",
|
||||
"disabled": "disabled",
|
||||
"copy": "Copy over existing key",
|
||||
"use-custom": "Use custom key",
|
||||
"desc8": "The credentials file will not be encrypted and its contents easily read",
|
||||
"create-project-files": "Create project files",
|
||||
"create-project": "Create project",
|
||||
"already-exists": "already exists",
|
||||
"git-error": "git error",
|
||||
"git-auth-error": "git auth error"
|
||||
},
|
||||
"create-success": {
|
||||
"success": "You have successfully created your first project!",
|
||||
"desc0": "You can now continue to use Node-RED just as you always have.",
|
||||
"desc1": "The 'info' tab in the sidebar shows you what your current active project is. The button next to the name can be used to access the project settings view.",
|
||||
"desc2": "The 'history' tab in the sidebar can be used to view files that have changed in your project and to commit them. It shows you a complete history of your commits and allows you to push your changes to a remote repository."
|
||||
},
|
||||
"create": {
|
||||
"projects": "Projects",
|
||||
"already-exists": "Project already exists",
|
||||
"must-contain": "Must contain only A-Z 0-9 _ -",
|
||||
"no-info-in-url": "Do not include the username/password in the url",
|
||||
"open": "Open Project",
|
||||
"create": "Create Project",
|
||||
"clone": "Clone Repository",
|
||||
"project-name": "Project name",
|
||||
"desc": "描述",
|
||||
"opt": "Optional",
|
||||
"flow-file": "Flow file",
|
||||
"credentials": "Credentials",
|
||||
"enable-encryption": "Enable encryption",
|
||||
"disable-encryption": "Disable encryption",
|
||||
"encryption-key": "Encryption key",
|
||||
"desc0": "A phrase to secure your credentials with",
|
||||
"desc1": "The credentials file will not be encrypted and its contents easily read",
|
||||
"git-url": "Git repository URL",
|
||||
"protocols": "https://, ssh:// or file://",
|
||||
"auth-failed": "Authentication failed",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"ssh-key": "SSH Key",
|
||||
"passphrase": "Passphrase",
|
||||
"desc2": "Before you can clone a repository over ssh you must add an SSH key to access it.",
|
||||
"add-ssh-key": "Add an ssh key",
|
||||
"credentials-encryption-key": "Credentials encryption key",
|
||||
"already-exists-2": "already exists",
|
||||
"git-error": "git error",
|
||||
"con-failed": "Connection failed",
|
||||
"not-git": "Not a git repository",
|
||||
"no-resource": "Repository not found",
|
||||
"cant-get-ssh-key-path": "Error! Can't get selected SSH key path.",
|
||||
"unexpected_error": "unexpected_error"
|
||||
},
|
||||
"delete": {
|
||||
"confirm": "Are you sure you want to delete this project?"
|
||||
},
|
||||
"create-project-list": {
|
||||
"search": "search your projects",
|
||||
"current": "current"
|
||||
},
|
||||
"require-clean": {
|
||||
"confirm": "<p>You have undeployed changes that will be lost.</p><p>Do you want to continue?</p>"
|
||||
},
|
||||
"send-req": {
|
||||
"auth-req": "Authentication required for repository",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"passphrase": "Passphrase",
|
||||
"retry": "Retry",
|
||||
"update-failed": "Failed to update auth",
|
||||
"unhandled": "Unhandled error response"
|
||||
},
|
||||
"create-branch-list": {
|
||||
"invalid": "Invalid branch",
|
||||
"create": "Create branch",
|
||||
"current": "current"
|
||||
},
|
||||
"create-default-file-set": {
|
||||
"no-active": "Cannot create default file set without an active project",
|
||||
"no-empty": "Cannot create default file set on a non-empty project",
|
||||
"git-error": "git error"
|
||||
},
|
||||
"errors": {
|
||||
"no-username-email": "Your Git client is not configured with a username/email.",
|
||||
"unexpected": "An unexpected error occurred",
|
||||
"code": "code"
|
||||
}
|
||||
},
|
||||
"editor-tab": {
|
||||
"properties": "Properties",
|
||||
"description": "描述",
|
||||
"appearance": "Appearance",
|
||||
"env": "Environment Variables"
|
||||
}
|
||||
}
|
23
packages/node_modules/@node-red/editor-client/locales/zh-TW/infotips.json
vendored
Normal file
23
packages/node_modules/@node-red/editor-client/locales/zh-TW/infotips.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"info": {
|
||||
"tip0" : "您可以用 {{core:delete-selection}} 刪除選擇的節點或連結。",
|
||||
"tip1" : "{{core:search}} 可以在流程內搜索節點。",
|
||||
"tip2": "{{core:toggle-sidebar}} 可以顯示或隱藏邊側欄。",
|
||||
"tip3": "您可以在 {{core:manage-palette}} 中管理節點的控制台。",
|
||||
"tip4": "側邊欄中會列出流程中所有的配置節點。您可以通過功能表或者 {{core:show-config-tab}} 來訪問這些節點。",
|
||||
"tip5": "您可以在設定中選擇顯示或隱藏這些提示。",
|
||||
"tip6": "您可以用[left] [up] [down] [right]鍵來移動被選中的節點。按住[shift]可以更快地移動節點。",
|
||||
"tip7": "把節點拖到連接上可以向連接中插入節點。",
|
||||
"tip8": "您可以用 {{core:show-export-dialog}} 來匯出被選中的節點或標籤頁中的流程。",
|
||||
"tip9": "您可以將流程的json文字檔拖入編輯方塊或 {{core:show-import-dialog}} 來導入流程。",
|
||||
"tip10": "按住[shift]後按一下並拖動節點可以將該節點的多個連接一併移動到其他節點的埠。",
|
||||
"tip11": "{{core:show-info-tab}} 可以顯示「資訊」標籤頁。 {{core:show-debug-tab}} 可以顯示「調試」標籤頁。",
|
||||
"tip12": "按住[ctrl]的同時點擊工作介面可以在節點的對話欄中快速添加節點。",
|
||||
"tip13": "按住[ctrl]的同時點擊節點的埠或後續節點可以快速連接多個節點。",
|
||||
"tip14": "按住[shift]的同時點擊節點會選中所有被連接的節點。",
|
||||
"tip15": "按住[ctrl]的同時點擊節點可以在選中或取消選中節點。",
|
||||
"tip16": "{{core:show-previous-tab}} 和 {{core:show-next-tab}} 可以切換標籤頁。",
|
||||
"tip17": "您可以在節點的屬性配置畫面中通過 {{core:confirm-edit-tray}} 來更改設置,或者用 {{core:cancel-edit-tray}} 來取消更改。",
|
||||
"tip18": "您可以通過點擊 {{core:edit-selected-node}} 來顯示被選中節點的屬性設置畫面。"
|
||||
}
|
||||
}
|
218
packages/node_modules/@node-red/editor-client/locales/zh-TW/jsonata.json
vendored
Normal file
218
packages/node_modules/@node-red/editor-client/locales/zh-TW/jsonata.json
vendored
Normal file
@ -0,0 +1,218 @@
|
||||
{
|
||||
"$string": {
|
||||
"args": "arg",
|
||||
"desc": "通過以下的類型轉換規則將參數*arg*轉換成字串:\n\n - 字串不轉換。\n -函數轉換成空的字串。\n - JSON的值無法用數字表示所以用無限大或者NaN(非數)表示。\n - 用’JSON.stringify’函數將其他值轉換成JSON字串。"
|
||||
},
|
||||
"$length": {
|
||||
"args": "str",
|
||||
"desc": "輸出字串’str’的字數。如果’str’不是字串,拋出錯誤。"
|
||||
},
|
||||
"$substring": {
|
||||
"args": "str, start[, length]",
|
||||
"desc": "輸出`start`位置後的的首次出現的包括`str`的子字串。 如果`length`被指定,那麼的字串中將只包括前`length`個文字。如果`start`是負數則輸出從`str`末尾開始的`length`個文字"
|
||||
},
|
||||
"$substringBefore": {
|
||||
"args": "str, chars",
|
||||
"desc": "輸出’str’中首次出現的’chars’之前的子字串,如果’str’中不包括’chars’則輸出’str’。"
|
||||
},
|
||||
"$substringAfter": {
|
||||
"args": "str, chars",
|
||||
"desc": "輸出’str’中首次出現的’chars’之後的子字串,如果’str’中不包括’chars’則輸出’str’。"
|
||||
},
|
||||
"$uppercase": {
|
||||
"args": "str",
|
||||
"desc": "`將’str’中的所有字母變為大寫後輸出。"
|
||||
},
|
||||
"$lowercase": {
|
||||
"args": "str",
|
||||
"desc": "將’str’中的所有字母變為小寫後輸出。"
|
||||
},
|
||||
"$trim": {
|
||||
"args": "str",
|
||||
"desc": "將以下步驟應用於`str`來去除所有空白文字並實現標準化。\n\n – 將全部tab定位字元、Enter鍵、換行字元用空白代替。\n- 將連續的空白文字變成一個空白文字。\n- 消除開頭和末尾的空白文字。\n\n如果`str`沒有被指定(即在無輸入參數的情況下調用本函數),將上下文的值作為`str`來使用。 如果`str` 不是字串則拋出錯誤。"
|
||||
},
|
||||
"$contains": {
|
||||
"args": "str, pattern",
|
||||
"desc": "字串`str` 和 `pattern`匹配的話輸出`true`,不匹配的情況下輸出 `false`。 不指定`str`的情況下(比如用一個參數調用本函數時)、將上下文的值作為`str`來使用。參數 `pattern`可以為字串或正則表達。"
|
||||
},
|
||||
"$split": {
|
||||
"args": "str[, separator][, limit]",
|
||||
"desc": "將參數`str`分解成由子字串組成的陣列。 如果`str`不是字串拋出錯誤。可以省略的參數 `separator`中指定字串`str`的分隔符號。分隔符號可以是文字或規則運算式。在不指定`separator`的情況下、將分隔符號看作空的字串並把`str`拆分成由單個字母組成的陣列。如果`separator`不是字串則拋出錯誤。在可省略的參數`limit`中指定分割後的子字串的最大個數。超出個數的子字串將被捨棄。如果`limit`沒有被指定,`str` 將不考慮子字串的個數而將字串完全分隔。如果`limit`是負數則拋出錯誤。"
|
||||
},
|
||||
"$join": {
|
||||
"args": "array[, separator]",
|
||||
"desc": "用可以省略的參數 `separator`來把多個字元串連接。如果`array`不是字串則拋出錯誤。 如果沒有指定`separator`,則用空字串來連接字元(即字串之間沒有`separator`)。 如果`separator`不是字元則拋出錯誤。"
|
||||
},
|
||||
"$match": {
|
||||
"args": "str, pattern [, limit]",
|
||||
"desc": "對字串`str`使用規則運算式`pattern`並輸出與`str`相匹配的部分資訊。"
|
||||
},
|
||||
"$replace": {
|
||||
"args": "str, pattern, replacement [, limit]",
|
||||
"desc": "在字串`str`中搜索`pattern`並用`replacement`來替換。\n\n可選參數`limit`用來指定替換次數的上限。"
|
||||
},
|
||||
"$now": {
|
||||
"args": "",
|
||||
"desc": "生成ISO 8601互換格式的時刻,並作為字串輸出。"
|
||||
},
|
||||
"$base64encode": {
|
||||
"args": "string",
|
||||
"desc": "將ASCII格式的字串轉換為Base 64格式。將字串中的文字視作二進位形式的資料處理。包含URI編碼在內的字串文字必須在0x00到0xFF的範圍內,否則不會被支持。"
|
||||
},
|
||||
"$base64decode": {
|
||||
"args": "string",
|
||||
"desc": "用UTF-8內碼表將Base 64形式二進位值轉換為字串。"
|
||||
},
|
||||
"$number": {
|
||||
"args": "arg",
|
||||
"desc": "用下述的規則將參數 `arg`轉換為數值。:\n\n – 數值不做轉換。\n – 將字串中合法的JSON數値表示轉換成數値。\n – 其他形式的值則拋出錯誤。"
|
||||
},
|
||||
"$abs": {
|
||||
"args": "number",
|
||||
"desc": "輸出參數`number`的絕對值。"
|
||||
},
|
||||
"$floor": {
|
||||
"args": "number",
|
||||
"desc": "輸出比`number`的值小的最大整數。"
|
||||
},
|
||||
"$ceil": {
|
||||
"args": "number",
|
||||
"desc": "輸出比`number`的值大的最小整數。"
|
||||
},
|
||||
"$round": {
|
||||
"args": "number [, precision]",
|
||||
"desc": "輸出四捨五入後的參數`number`。可省略的參數 `precision`指定四捨五入後小數點下的位數。"
|
||||
},
|
||||
"$power": {
|
||||
"args": "base, exponent",
|
||||
"desc": "輸出底數`base`的`exponent`次冪。"
|
||||
},
|
||||
"$sqrt": {
|
||||
"args": "number",
|
||||
"desc": "輸出參數 `number`的平方根。"
|
||||
},
|
||||
"$random": {
|
||||
"args": "",
|
||||
"desc": "輸出比0大,比1小的偽亂數。"
|
||||
},
|
||||
"$millis": {
|
||||
"args": "",
|
||||
"desc": "返回從UNIX時間 (1970年1月1日 UTC/GMT的午夜)開始到現在的毫秒數。在同一個運算式的測試中所有對`$millis()`的調用將會返回相同的值。"
|
||||
},
|
||||
"$sum": {
|
||||
"args": "array",
|
||||
"desc": "輸出陣列`array`的總和。如果`array`不是數值則拋出錯誤。"
|
||||
},
|
||||
"$max": {
|
||||
"args": "array",
|
||||
"desc": "輸出陣列`array`的最大值。如果`array`不是數值則拋出錯誤。"
|
||||
},
|
||||
"$min": {
|
||||
"args": "array",
|
||||
"desc": "輸出陣列`array`的最小值。如果`array`不是數值則拋出錯誤。。"
|
||||
},
|
||||
"$average": {
|
||||
"args": "array",
|
||||
"desc": "輸出陣列`array`的平均數。如果`array`不是數值則拋出錯誤。。"
|
||||
},
|
||||
"$boolean": {
|
||||
"args": "arg",
|
||||
"desc": "用下述規則將資料轉換成布林值。:\n\n - 不轉換布林值`Boolean`。\n – 將空的字串`string`轉換為`false`\n – 將不為空的字串`string`轉換為`true`\n – 將為0的數位`number`轉換成`false`\n –將不為0的數位`number`轉換成`true`\n –將`null`轉換成`false`\n –將空的陣列`array`轉換成`false`\n –如果陣列`array`中含有可以轉換成`true`的要素則轉換成`true`\n –如果`array`中沒有可轉換成`true`的要素則轉換成`false`\n – 空的物件`object`轉換成`false`\n – 非空的物件`object`轉換成`true`\n –將函數`function`轉換成`false`"
|
||||
},
|
||||
"$not": {
|
||||
"args": "arg",
|
||||
"desc": "輸出做反轉運算後的布林值。首先將`arg`轉換為布林值。"
|
||||
},
|
||||
"$exists": {
|
||||
"args": "arg",
|
||||
"desc": "如果算式`arg`的值存在則輸出`true`。如果算式的值不存在(比如指向不存在區域的引用)則輸出`false`。"
|
||||
},
|
||||
"$count": {
|
||||
"args": "array",
|
||||
"desc": "輸出陣列中的元素數。"
|
||||
},
|
||||
"$append": {
|
||||
"args": "array, array",
|
||||
"desc": "將兩個陣列連接。"
|
||||
},
|
||||
"$sort": {
|
||||
"args": "array [, function]",
|
||||
"desc": "輸出排序後的陣列`array`。\n\n如果使用了比較函數`function`,則下述兩個參數需要被指定。\n\n`function(left, right)`\n\n該比較函數是為了比較left和right兩個值而被排序演算法調用的。如果使用者希望left的值被置於right的值之後,那麼該函數必須輸出布林值`true`來表示位置交換。而在不需要位置交換時函數必須輸出`false`。"
|
||||
},
|
||||
"$reverse": {
|
||||
"args": "array",
|
||||
"desc": "輸出倒序後的陣列`array`。"
|
||||
},
|
||||
"$shuffle": {
|
||||
"args": "array",
|
||||
"desc": "輸出隨機排序後的陣列 `array`。"
|
||||
},
|
||||
"$zip": {
|
||||
"args": "array, ...",
|
||||
"desc": "將陣列中的值按索引順序打包後輸出。"
|
||||
},
|
||||
"$keys": {
|
||||
"args": "object",
|
||||
"desc": "輸出由物件內的鍵組成的陣列。如果參數是物件的陣列則輸出由所有物件中的鍵去重後組成的佇列。"
|
||||
},
|
||||
"$lookup": {
|
||||
"args": "object, key",
|
||||
"desc": "輸出對象中與參數`key`對應的值。如果第一個參數`object`是陣列,那麼陣列中所有的物件都將被搜索並輸出這些物件中與參數`key`對應的值。"
|
||||
},
|
||||
"$spread": {
|
||||
"args": "object",
|
||||
"desc": "將物件中的鍵值對分隔成每個要素中只含有一個鍵值對的陣列。如果參數`object`是陣列,那麼返回值的陣列中包含所有物件中的鍵值對。"
|
||||
},
|
||||
"$merge": {
|
||||
"args": "array<object>",
|
||||
"desc": "將輸入陣列`objects`中所有的鍵值對合併到一個`object`中並返回。如果輸入陣列的要素中含有重複的鍵,則返回的`object`中將只包含陣列中最後出現要素的值。如果輸入陣列中包括物件以外的元素,則拋出錯誤。"
|
||||
},
|
||||
"$sift": {
|
||||
"args": "object, function",
|
||||
"desc": "輸出參數`object`中符合`function`的鍵值對。\n\n`function`必須含有下述參數。\n\n`function(value [, key [, object]])`"
|
||||
},
|
||||
"$each": {
|
||||
"args": "object, function",
|
||||
"desc": "將函數`function`應用於`object`中的所有鍵值對並輸出由所有返回值組成的陣列。"
|
||||
},
|
||||
"$map": {
|
||||
"args": "array, function",
|
||||
"desc": "將函數`function`應用於陣列`array`中所有的值並輸出由返回值組成的陣列。\n\n`function`中必須含有下述參數。\n\n`function(value [, index [, array]])`"
|
||||
},
|
||||
"$filter": {
|
||||
"args": "array, function",
|
||||
"desc": "輸出陣列`array`中符合函數`function`條件的值組成的陣列。\n\n`function`必須包括下述參數。\n\n`function(value [, index [, array]])`"
|
||||
},
|
||||
"$reduce": {
|
||||
"args": "array, function [, init]",
|
||||
"desc": "將`function`依次應用於陣列中的各要素值。 其中,前一個要素值的計算結果將參與到下一次的函數運算中。。\n\n函數`function`接受兩個參數並作為中綴標記法中的操作符。\n\n可省略的參數`init`將作為運算的初始值。"
|
||||
},
|
||||
"$flowContext": {
|
||||
"args": "string",
|
||||
"desc": "獲取流上下文(流等級的上下文,可以讓所有節點共用)的屬性。"
|
||||
},
|
||||
"$globalContext": {
|
||||
"args": "string",
|
||||
"desc": "獲取全域上下文的屬性。"
|
||||
},
|
||||
"$pad": {
|
||||
"args": "string, width [, char]",
|
||||
"desc": "根據需要,向字串`string`的副本中填充文字使該字串的字數達到`width`的絕對值並返回填充文字後的字串。\n\n如果`width`的值為正,則向字串`string`的右側填充文字,如果`width`為負,則向字串`string`的左側填充文字。\n\n可選參數`char`用來指定填充的文字。如果未指定該參數,則填充空白文字。"
|
||||
},
|
||||
"$fromMillis": {
|
||||
"args": "number",
|
||||
"desc": "將表示從UNIX時間 (1970年1月1日 UTC/GMT的午夜)開始到現在的毫秒數的數值轉換成ISO 8601形式時間戳記的字串。"
|
||||
},
|
||||
"$formatNumber": {
|
||||
"args": "number, picture [, options]",
|
||||
"desc": "將`number`轉換成具有`picture`所指定的數值格式的字串。\n\n此函數的功能與XPath F&O 3.1規格中定義的XPath/XQuery函數的fn:format-number功能相一致。參數`picture`用於指定數值的轉換格式,其語法與fn:format-number中的定義一致。\n\n可選的第三參數`options`用來覆蓋預設的局部環境格式,如小數點分隔符號。如果指定該參數,那麼該參數必須是包含name/value對的物件,並且name/value對必須符合XPath F&O 3.1規格中記述的數值格式。"
|
||||
},
|
||||
"$formatBase": {
|
||||
"args": "number [, radix]",
|
||||
"desc": "將`number`變換為以參數`radix`的值為基數形式的字串。如果不指定`radix`的值,則默認基數為10。指定的`radix`值必須在2~36之間,否則拋出錯誤。"
|
||||
},
|
||||
"$toMillis": {
|
||||
"args": "timestamp",
|
||||
"desc": "將ISO 8601格式的字串`timestamp`轉換為從UNIX時間 (1970年1月1日 UTC/GMT的午夜)開始到現在的毫秒數。如果該字串的格式不正確,則拋出錯誤。"
|
||||
}
|
||||
}
|
910
packages/node_modules/@node-red/nodes/locales/zh-TW/messages.json
vendored
Normal file
910
packages/node_modules/@node-red/nodes/locales/zh-TW/messages.json
vendored
Normal file
@ -0,0 +1,910 @@
|
||||
{
|
||||
"common": {
|
||||
"label": {
|
||||
"payload": "內容",
|
||||
"topic": "主題",
|
||||
"name": "名稱",
|
||||
"username": "使用者名稱",
|
||||
"password": "密碼",
|
||||
"property": "屬性"
|
||||
},
|
||||
"status": {
|
||||
"connected": "已連接",
|
||||
"not-connected": "未連接",
|
||||
"disconnected": "已斷開",
|
||||
"connecting": "連接中",
|
||||
"error": "錯誤",
|
||||
"ok": "確定"
|
||||
},
|
||||
"notification": {
|
||||
"error": "<strong>錯誤</strong>: __message__",
|
||||
"errors": {
|
||||
"not-deployed": "節點未部署",
|
||||
"no-response": "伺服器無反應",
|
||||
"unexpected": "發生意外錯誤 (__status__) __message__"
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"nooverride": "警告: 資訊的屬性已經不可以改寫節點的屬性. 詳情參考 bit.ly/nr-override-msg-props"
|
||||
}
|
||||
},
|
||||
"inject": {
|
||||
"inject": "注入",
|
||||
"repeat": "重複 = __repeat__",
|
||||
"crontab": "crontab = __crontab__",
|
||||
"stopped": "停止",
|
||||
"failed": "注入失敗: __error__",
|
||||
"label": {
|
||||
"repeat": "重複"
|
||||
},
|
||||
"timestamp": "時間戳記",
|
||||
"none": "無",
|
||||
"interval": "週期性執行",
|
||||
"interval-time": "指定時間段並週期性執行",
|
||||
"time": "指定時間",
|
||||
"seconds": "秒",
|
||||
"minutes": "分鐘",
|
||||
"hours": "小時",
|
||||
"between": "介於",
|
||||
"previous": "之前數值",
|
||||
"at": "在",
|
||||
"and": "至",
|
||||
"every": "每隔",
|
||||
"days": [
|
||||
"星期一",
|
||||
"星期二",
|
||||
"星期三",
|
||||
"星期四",
|
||||
"星期五",
|
||||
"星期六",
|
||||
"星期天"
|
||||
],
|
||||
"on": "在",
|
||||
"onstart": "立刻執行於",
|
||||
"onceDelay": "秒後, 此後",
|
||||
"tip": "<b>注意:</b> \"指定時間段並週期性執行\" 和 \"指定時間\" 會使用cron系統.<br/> 詳情查看信息頁.",
|
||||
"success": "成功注入: __label__",
|
||||
"errors": {
|
||||
"failed": "注入失敗, 請查看日誌",
|
||||
"toolong": "週期過長"
|
||||
}
|
||||
},
|
||||
"catch": {
|
||||
"catch": "監測所有節點",
|
||||
"catchNodes": "監測__number__個節點",
|
||||
"label": {
|
||||
"source": "監測範圍",
|
||||
"node": "節點",
|
||||
"type": "類型",
|
||||
"selectAll": "全選",
|
||||
"sortByLabel": "按名稱排序",
|
||||
"sortByType": "按類型排序"
|
||||
},
|
||||
"scope": {
|
||||
"all": "所有節點",
|
||||
"selected": "指定節點"
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"status": "報告所有節點狀態",
|
||||
"statusNodes": "報告__number__個節點狀態",
|
||||
"label": {
|
||||
"source": "報告狀態範圍",
|
||||
"node": "節點",
|
||||
"type": "類型",
|
||||
"selectAll": "全選",
|
||||
"sortByLabel": "按名稱排序",
|
||||
"sortByType": "按類型排序"
|
||||
},
|
||||
"scope": {
|
||||
"all": "所有節點",
|
||||
"selected": "指定節點"
|
||||
}
|
||||
},
|
||||
"debug": {
|
||||
"output": "輸出",
|
||||
"msgprop": "資訊屬性",
|
||||
"msgobj": "完整資訊",
|
||||
"to": "目標",
|
||||
"debtab": "除錯窗口",
|
||||
"tabcon": "除錯窗口及Console",
|
||||
"toSidebar": "除錯窗口",
|
||||
"toConsole": "Console",
|
||||
"toStatus": "節點狀態 (32位元字元)",
|
||||
"severity": "級別",
|
||||
"notification": {
|
||||
"activated": "成功啟動: __label__",
|
||||
"deactivated": "成功取消: __label__"
|
||||
},
|
||||
"sidebar": {
|
||||
"label": "除錯窗口",
|
||||
"name": "名稱",
|
||||
"filterAll": "所有節點",
|
||||
"filterSelected": "已選節點",
|
||||
"filterCurrent": "當前流程",
|
||||
"debugNodes": "除錯節點",
|
||||
"clearLog": "清空日誌",
|
||||
"openWindow": "在新視窗打開"
|
||||
},
|
||||
"messageMenu": {
|
||||
"collapseAll": "折疊所有路徑",
|
||||
"clearPinned": "清空已固定路徑",
|
||||
"filterNode": "過濾此節點",
|
||||
"clearFilter": "清空過濾條件"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"linkIn": "輸入",
|
||||
"linkOut": "輸出"
|
||||
},
|
||||
"tls": {
|
||||
"tls": "TLS設置",
|
||||
"label": {
|
||||
"use-local-files": "使用本地密鑰及證書檔",
|
||||
"upload": "上傳",
|
||||
"cert": "證書",
|
||||
"key": "私密金鑰",
|
||||
"passphrase": "密碼",
|
||||
"ca": "CA證書",
|
||||
"verify-server-cert":"驗證伺服器憑證"
|
||||
},
|
||||
"placeholder": {
|
||||
"cert":"憑證路徑 (PEM 格式)",
|
||||
"key":"私密金鑰路徑 (PEM 格式)",
|
||||
"ca":"CA憑證路徑 (PEM 格式)",
|
||||
"passphrase":"私密金鑰密碼 (可選)"
|
||||
},
|
||||
"error": {
|
||||
"missing-file": "未提供證書/金鑰檔案"
|
||||
}
|
||||
},
|
||||
"exec": {
|
||||
"label": {
|
||||
"command": "命令",
|
||||
"append": "追加",
|
||||
"timeout": "超時",
|
||||
"timeoutplace": "可選填",
|
||||
"return": "輸出",
|
||||
"seconds": "秒"
|
||||
},
|
||||
"placeholder": {
|
||||
"extraparams": "額外的輸入參數"
|
||||
},
|
||||
"opt": {
|
||||
"exec": "當命令完成時 - exec模式",
|
||||
"spawn": "當命令進行時 - spawn模式"
|
||||
},
|
||||
"oldrc": "使用舊式輸出 (相容模式)"
|
||||
},
|
||||
"function": {
|
||||
"label": {
|
||||
"function": "函數",
|
||||
"outputs": "輸出"
|
||||
},
|
||||
"error": {
|
||||
"inputListener":"無法在函數中監聽對'注入'事件",
|
||||
"non-message-returned":"函數節點嘗試返回類型為 __type__ 的資訊"
|
||||
}
|
||||
},
|
||||
"template": {
|
||||
"label": {
|
||||
"template": "模版",
|
||||
"property": "屬性",
|
||||
"format": "語法高亮",
|
||||
"syntax": "格式",
|
||||
"output": "輸出為",
|
||||
"mustache": "Mustache 模版",
|
||||
"plain": "純文字",
|
||||
"json": "JSON",
|
||||
"yaml": "YAML",
|
||||
"none": "無"
|
||||
},
|
||||
"templatevalue": "This is the payload: {{payload}} !"
|
||||
},
|
||||
"delay": {
|
||||
"action": "行為設置",
|
||||
"for": "時長",
|
||||
"delaymsg": "延遲每一條資訊",
|
||||
"delayfixed": "固定延遲時間",
|
||||
"delayvarmsg": "允許msg.delay複寫延遲時長",
|
||||
"randomdelay": "隨機延遲",
|
||||
"limitrate": "限制資訊頻率",
|
||||
"limitall": "所有資訊",
|
||||
"limittopic": "每一個msg.topic",
|
||||
"fairqueue": "依次發送每一個topic",
|
||||
"timedqueue": "發所有topic",
|
||||
"milisecs": "毫秒",
|
||||
"secs": "秒",
|
||||
"sec": "秒",
|
||||
"mins": "分",
|
||||
"min": "分",
|
||||
"hours": "小時",
|
||||
"hour": "小時",
|
||||
"days": "天",
|
||||
"day": "天",
|
||||
"between": "介於",
|
||||
"and": "至",
|
||||
"rate": "速度",
|
||||
"msgper": "信息 每",
|
||||
"dropmsg": "不傳輸中間資訊",
|
||||
"label": {
|
||||
"delay": "延遲",
|
||||
"variable": "變數",
|
||||
"limit": "限制",
|
||||
"limitTopic": "限制主題",
|
||||
"random": "隨機",
|
||||
"units" : {
|
||||
"second": {
|
||||
"plural" : "秒",
|
||||
"singular": "秒"
|
||||
},
|
||||
"minute": {
|
||||
"plural" : "分鐘",
|
||||
"singular": "分鐘"
|
||||
},
|
||||
"hour": {
|
||||
"plural" : "小時",
|
||||
"singular": "小時"
|
||||
},
|
||||
"day": {
|
||||
"plural" : "天",
|
||||
"singular": "天"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"buffer": "緩衝了超過 1000 條資訊",
|
||||
"buffer1": "緩衝了超過 10000 條資訊"
|
||||
}
|
||||
},
|
||||
"trigger": {
|
||||
"send": "發送",
|
||||
"then": "然後",
|
||||
"then-send": "然後發送",
|
||||
"output": {
|
||||
"string": "字串",
|
||||
"number": "數字",
|
||||
"existing": "現有資訊物件",
|
||||
"original": "原本資訊物件",
|
||||
"latest": "最新資訊物件",
|
||||
"nothing": "無"
|
||||
},
|
||||
"wait-reset": "等待被重置",
|
||||
"wait-for": "等待",
|
||||
"wait-loop": "週期性重發",
|
||||
"duration": {
|
||||
"ms": "毫秒",
|
||||
"s": "秒",
|
||||
"m": "分鐘",
|
||||
"h": "小時"
|
||||
},
|
||||
"extend": " 如有新資訊,延長延遲",
|
||||
"label": {
|
||||
"trigger": "觸發",
|
||||
"trigger-block": "觸發並阻止",
|
||||
"trigger-loop": "週期性重發",
|
||||
"reset": "重置觸發節點條件 如果:",
|
||||
"resetMessage":"msg.reset已設置",
|
||||
"resetPayload":"msg.payload等於",
|
||||
"resetprompt": "可選填"
|
||||
}
|
||||
},
|
||||
"comment": {
|
||||
},
|
||||
"unknown": {
|
||||
"label": {
|
||||
"unknown": "未知"
|
||||
},
|
||||
"tip": "<p>此節點是您安裝,但Node-RED所不知道的類型。</p><p><i>如果在此狀態下部署節點,那麼它的配置將被保留,但是流程將不會啟動,直到安裝缺少的節點。</i></p><p>有關更多説明,請參閱資訊側欄</p>"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": {
|
||||
"broker": "服務端",
|
||||
"example": "e.g. localhost",
|
||||
"output": "輸出",
|
||||
"qos": "QoS",
|
||||
"clientid": "使用者端ID",
|
||||
"port": "埠",
|
||||
"keepalive": "Keepalive計時(秒)",
|
||||
"cleansession": "使用新的會話",
|
||||
"use-tls": "使用安全連接 (SSL/TLS)",
|
||||
"tls-config":"TLS 設置",
|
||||
"verify-server-cert":"驗證伺服器憑證",
|
||||
"compatmode": "使用舊式MQTT 3.1支援"
|
||||
},
|
||||
"tabs-label": {
|
||||
"connection": "連接",
|
||||
"security": "安全",
|
||||
"will": "Will信息",
|
||||
"birth": "Birth信息"
|
||||
},
|
||||
"placeholder": {
|
||||
"clientid": "留白則自動隨機生成",
|
||||
"clientid-nonclean":"如非新會話,必須設置使用者端ID",
|
||||
"will-topic": "留白將禁止Will資訊",
|
||||
"birth-topic": "留白將禁止Birth資訊"
|
||||
},
|
||||
"state": {
|
||||
"connected": "已連接到服務端: __broker__",
|
||||
"disconnected": "已斷開與服務端 __broker__ 的連結",
|
||||
"connect-failed": "與服務端 __broker__ 的連接失敗"
|
||||
},
|
||||
"retain": "保留",
|
||||
"output": {
|
||||
"buffer": "Buffer",
|
||||
"string": "字串",
|
||||
"base64": "Base64編碼字串"
|
||||
},
|
||||
"true": "是",
|
||||
"false": "否",
|
||||
"tip": "提示: 若希望通過msg屬性對topic(資訊), qos及retain(保留)進行設置, 則將上述項留白",
|
||||
"errors": {
|
||||
"not-defined": "主題未設置",
|
||||
"missing-config": "未設置服務端",
|
||||
"invalid-topic": "主題無效",
|
||||
"nonclean-missingclientid": "使用者端ID未設定,使用新會話"
|
||||
}
|
||||
},
|
||||
"httpin": {
|
||||
"label": {
|
||||
"method": "請求方式",
|
||||
"url": "URL",
|
||||
"doc": "文字檔",
|
||||
"return": "返回",
|
||||
"upload": "接受檔案上傳?",
|
||||
"status": "狀態碼",
|
||||
"headers": "Header",
|
||||
"other": "其他"
|
||||
},
|
||||
"setby": "- 用 msg.method 設定 -",
|
||||
"basicauth": "基本認證",
|
||||
"use-tls": "使用安全連接 (SSL/TLS) ",
|
||||
"tls-config":"TLS 設置",
|
||||
"utf8": "UTF-8 字串",
|
||||
"binary": "二進位資料",
|
||||
"json": "JSON對象",
|
||||
"tip": {
|
||||
"in": "相對URL",
|
||||
"res": "發送到此節點的消息<b>必須</b>來自<i>http input</i>節點",
|
||||
"req": "提示:如果JSON解析失敗,則獲取的字串將按原樣返回."
|
||||
},
|
||||
"httpreq": "http 請求",
|
||||
"errors": {
|
||||
"not-created": "當httpNodeRoot為否時,無法創建http-in節點",
|
||||
"missing-path": "無路徑",
|
||||
"no-response": "無響應物件",
|
||||
"json-error": "JSON 解析錯誤",
|
||||
"no-url": "未設定 URL",
|
||||
"deprecated-call":"__method__方法已棄用",
|
||||
"invalid-transport":"非HTTP傳輸請求"
|
||||
},
|
||||
"status": {
|
||||
"requesting": "請求中"
|
||||
}
|
||||
},
|
||||
"websocket": {
|
||||
"label": {
|
||||
"type": "類型",
|
||||
"path": "路徑",
|
||||
"url": "URL"
|
||||
},
|
||||
"listenon": "監聽",
|
||||
"connectto": "連接",
|
||||
"sendrec": "發送/接受",
|
||||
"payload": "有效載荷",
|
||||
"message": "完整資訊",
|
||||
"tip": {
|
||||
"path1": "預設情況下,<code>payload</code>將包含要發送或從Websocket接收的資料。偵聽器可以配置為以JSON格式的字串發送或接收整個消息物件.",
|
||||
"path2": "這條路徑將相對於 ",
|
||||
"url1": "URL 應該使用ws://或者wss://方案並指向現有的websocket監聽器.",
|
||||
"url2": "預設情況下,<code>payload</code> 將包含要發送或從Websocket接收的資料。可以將使用者端配置為以JSON格式的字串發送或接收整個消息物件."
|
||||
},
|
||||
"errors": {
|
||||
"connect-error": "ws連接發生了錯誤: ",
|
||||
"send-error": "發送時發生了錯誤: ",
|
||||
"missing-conf": "未設置伺服器"
|
||||
}
|
||||
},
|
||||
"watch": {
|
||||
"label": {
|
||||
"files": "文件",
|
||||
"recursive": "遞迴所有子資料夾"
|
||||
},
|
||||
"placeholder": {
|
||||
"files": "逗號分開文件或資料夾"
|
||||
},
|
||||
"tip": "在Windows上,請務必使用雙斜杠 \\\\ 來隔開資料夾名字"
|
||||
},
|
||||
"tcpin": {
|
||||
"label": {
|
||||
"type": "類型",
|
||||
"output": "輸出",
|
||||
"port": "埠",
|
||||
"host": "主機位址",
|
||||
"payload": "的有效載荷",
|
||||
"delimited": "分隔符號號",
|
||||
"close-connection": "是否在成功發送每條資訊後斷開連接?",
|
||||
"decode-base64": "用 Base64 解碼信息?",
|
||||
"server": "伺服器",
|
||||
"return": "返回",
|
||||
"ms": "毫秒",
|
||||
"chars": "字元"
|
||||
},
|
||||
"type": {
|
||||
"listen": "監聽",
|
||||
"connect": "連接",
|
||||
"reply": "回應 TCP"
|
||||
},
|
||||
"output": {
|
||||
"stream": "字串流",
|
||||
"single": "單一",
|
||||
"buffer": "Buffer",
|
||||
"string": "字串",
|
||||
"base64": "Base64 字串"
|
||||
},
|
||||
"return": {
|
||||
"timeout": "指定時間後",
|
||||
"character": "當收到某個字元為",
|
||||
"number": "指定字元數",
|
||||
"never": "永不 - 保持連接",
|
||||
"immed": "馬上 - 不需要等待回復"
|
||||
},
|
||||
"status": {
|
||||
"connecting": "正在連接到 __host__:__port__",
|
||||
"connected": "已經連接到 __host__:__port__",
|
||||
"listening-port": "監聽埠 __port__",
|
||||
"stopped-listening": "已停止監聽埠",
|
||||
"connection-from": "連接來自 __host__:__port__",
|
||||
"connection-closed": "連接已關閉 __host__:__port__",
|
||||
"connections": "__count__ 個連接",
|
||||
"connections_plural": "__count__ 個連接"
|
||||
|
||||
},
|
||||
"errors": {
|
||||
"connection-lost": "連接中斷 __host__:__port__",
|
||||
"timeout": "超時關閉通訊端連接,埠 __port__",
|
||||
"cannot-listen": "無法監聽埠 __port__, 錯誤: __error__",
|
||||
"error": "錯誤: __error__",
|
||||
|
||||
"socket-error": "通訊端連接錯誤來自 __host__:__port__",
|
||||
"no-host": "主機位址或埠未設定",
|
||||
"connect-timeout": "連接逾時",
|
||||
"connect-fail": "連接失敗"
|
||||
}
|
||||
},
|
||||
"udp": {
|
||||
"label": {
|
||||
"listen": "監聽",
|
||||
"onport": "埠",
|
||||
"using": "使用",
|
||||
"output": "輸出",
|
||||
"group": "組",
|
||||
"interface": "本地IP",
|
||||
"interfaceprompt": "(可選)本地 IP 綁定到",
|
||||
"send": "發送一個",
|
||||
"toport": "到埠",
|
||||
"address": "地址",
|
||||
"decode-base64": "是否解碼Base64編碼的資訊?"
|
||||
},
|
||||
"placeholder": {
|
||||
"interface": "(可選)eth0的IP地址",
|
||||
"address": "目標IP位址"
|
||||
},
|
||||
"udpmsgs": "udp信息",
|
||||
"mcmsgs": "群播信息",
|
||||
"udpmsg": "udp信息",
|
||||
"bcmsg": "廣播資訊",
|
||||
"mcmsg": "群播信息",
|
||||
"output": {
|
||||
"buffer": "Buffer",
|
||||
"string": "字串",
|
||||
"base64": "Base64編碼字串"
|
||||
},
|
||||
"bind": {
|
||||
"random": "綁定到任意本地埠",
|
||||
"local": "綁定到本地埠",
|
||||
"target": "綁定到目標埠"
|
||||
},
|
||||
"tip": {
|
||||
"in": "提示:確保您的防火牆將允許資料進入",
|
||||
"out": "提示:如果要使用<code>msg.ip</code>和<code>msg.port</code>設置,請將位址和埠留空",
|
||||
"port": "正在使用埠: "
|
||||
},
|
||||
"status": {
|
||||
"listener-at": "udp 監聽器正在監聽 __host__:__port__",
|
||||
"mc-group": "udp 群播到 __group__",
|
||||
"listener-stopped": "udp 監聽器已停止",
|
||||
"output-stopped": "udp 輸出已停止",
|
||||
"mc-ready": "udp 群播已準備好: __outport__ -> __host__:__port__",
|
||||
"bc-ready": "udp 廣播已準備好: __outport__ -> __host__:__port__",
|
||||
"ready": "udp 已準備好: __outport__ -> __host__:__port__",
|
||||
"ready-nolocal": "udp 已準備好: __host__:__port__",
|
||||
"re-use": "udp 重用通訊端: __outport__ -> __host__:__port__"
|
||||
},
|
||||
"errors": {
|
||||
"access-error": "UDP 訪問錯誤, 你可能需要root許可權才能接入1024以下的埠",
|
||||
"error": "錯誤: __error__",
|
||||
"bad-mcaddress": "無效的群播地址",
|
||||
"interface": "必須是指定介面的IP位址",
|
||||
"ip-notset": "udp: IP地址未設定",
|
||||
"port-notset": "udp: 埠未設定",
|
||||
"port-invalid": "udp: 無效埠號碼",
|
||||
"alreadyused": "udp: 埠已被佔用"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
"label": {
|
||||
"property": "屬性",
|
||||
"rule": "規則",
|
||||
"repair" : "重建資訊佇列"
|
||||
},
|
||||
"and": "與",
|
||||
"checkall": "全選所有規則",
|
||||
"stopfirst": "接受第一條匹配資訊後停止",
|
||||
"ignorecase": "忽略大小寫",
|
||||
"rules": {
|
||||
"btwn":"在之間",
|
||||
"cont":"包含",
|
||||
"regex":"匹配規則運算式",
|
||||
"true":"為真",
|
||||
"false":"為假",
|
||||
"null":"為空",
|
||||
"nnull":"非空",
|
||||
"head":"head",
|
||||
"tail":"tail",
|
||||
"index":"index between",
|
||||
"exp":"JSONata運算式",
|
||||
"else":"除此以外"
|
||||
},
|
||||
"errors": {
|
||||
"invalid-expr": "無效的JSONata運算式: __error__",
|
||||
"too-many" : "Switch節點中有太多待定信息"
|
||||
}
|
||||
},
|
||||
"change": {
|
||||
"label": {
|
||||
"rules": "規則",
|
||||
"rule": "規則",
|
||||
"set": "設定 __property__",
|
||||
"change": "修改 __property__",
|
||||
"delete": "刪除 __property__",
|
||||
"move": "移動 __property__",
|
||||
"changeCount": "修改: __count__條規矩",
|
||||
"regex": "使用規則運算式"
|
||||
},
|
||||
"action": {
|
||||
"set": "設定",
|
||||
"change": "修改",
|
||||
"delete": "刪除",
|
||||
"move": "轉移",
|
||||
"to": "到",
|
||||
"search": "搜索",
|
||||
"replace": "替代為"
|
||||
},
|
||||
"errors": {
|
||||
"invalid-from": "無效的'from'屬性: __error__",
|
||||
"invalid-json": "無效的'to'JSON 屬性",
|
||||
"invalid-expr": "無效的JSONata運算式: __error__"
|
||||
}
|
||||
},
|
||||
"range": {
|
||||
"label": {
|
||||
"action": "操作",
|
||||
"inputrange": "映射輸入資料",
|
||||
"resultrange": "至目標範圍",
|
||||
"from": "從",
|
||||
"to": "到",
|
||||
"roundresult": "取最接近整數?"
|
||||
},
|
||||
"placeholder": {
|
||||
"min": "e.g. 0",
|
||||
"maxin": "e.g. 99",
|
||||
"maxout": "e.g. 255"
|
||||
},
|
||||
"scale": {
|
||||
"payload": "按比例msg.payload",
|
||||
"limit": "按比例並設定界限至目標範圍",
|
||||
"wrap": "按比例並包含在目標範圍內"
|
||||
},
|
||||
"tip": "提示: 此節點僅對數字有效",
|
||||
"errors": {
|
||||
"notnumber": "不是一個數字"
|
||||
}
|
||||
},
|
||||
"csv": {
|
||||
"label": {
|
||||
"columns": "列",
|
||||
"separator": "分隔符號",
|
||||
"c2o": "CSV至對象",
|
||||
"o2c": "對象至CSV",
|
||||
"input": "輸入",
|
||||
"skip-s": "忽略前",
|
||||
"skip-e": "行",
|
||||
"firstrow": "第一行包含列名",
|
||||
"output": "輸出",
|
||||
"includerow": "包含列名行",
|
||||
"newline": "分行符號"
|
||||
},
|
||||
"placeholder": {
|
||||
"columns": "用逗號分割列名"
|
||||
},
|
||||
"separator": {
|
||||
"comma": "逗號",
|
||||
"tab": "Tab",
|
||||
"space": "空格",
|
||||
"semicolon": "分號",
|
||||
"colon": "冒號",
|
||||
"hashtag": "井號",
|
||||
"other": "其他..."
|
||||
},
|
||||
"output": {
|
||||
"row": "每行一條信息",
|
||||
"array": "僅一條資訊 [陣列]"
|
||||
},
|
||||
"newline": {
|
||||
"linux": "Linux (\\n)",
|
||||
"mac": "Mac (\\r)",
|
||||
"windows": "Windows (\\r\\n)"
|
||||
},
|
||||
"errors": {
|
||||
"csv_js": "此節點僅處理CSV字串或JS物件",
|
||||
"obj_csv": "對象->CSV轉換未設定列模版"
|
||||
}
|
||||
},
|
||||
"html": {
|
||||
"label": {
|
||||
"select": "選取項",
|
||||
"output": "輸出"
|
||||
},
|
||||
"output": {
|
||||
"html": "選定元素的html內容",
|
||||
"text": "選定元素的純文字內容",
|
||||
"attr": "包含選定元素的所有屬性的物件"
|
||||
},
|
||||
"format": {
|
||||
"single": "一條資訊 [陣列]",
|
||||
"multi": "多條資訊,每條一個元素"
|
||||
}
|
||||
},
|
||||
"json": {
|
||||
"errors": {
|
||||
"dropped-object": "忽略非物件格式的有效負載",
|
||||
"dropped": "忽略不支援格式的有效負載類型",
|
||||
"dropped-error": "轉換有效負載失敗"
|
||||
},
|
||||
"label": {
|
||||
"o2j": "對象至JSON",
|
||||
"pretty": "格式化JSON字串",
|
||||
"action": "操作",
|
||||
"property": "屬性",
|
||||
"actions": {
|
||||
"toggle": "JSON字串與物件互轉",
|
||||
"str":"總是轉為JSON字串",
|
||||
"obj":"總是轉為JS對象"
|
||||
}
|
||||
}
|
||||
},
|
||||
"yaml": {
|
||||
"errors": {
|
||||
"dropped-object": "忽略非物件格式的有效負載",
|
||||
"dropped": "忽略不支援格式的有效負載類型",
|
||||
"dropped-error": "轉換有效負載失敗"
|
||||
}
|
||||
},
|
||||
"xml": {
|
||||
"label": {
|
||||
"represent": "XML標籤屬性的屬性名稱",
|
||||
"prefix": "標籤文本內容的屬性名稱",
|
||||
"advanced": "高級選項",
|
||||
"x2o": "XML到物件選項"
|
||||
},
|
||||
"errors": {
|
||||
"xml_js": "此節點僅處理XML字串或JS物件."
|
||||
}
|
||||
},
|
||||
"rpi-gpio": {
|
||||
"label": {
|
||||
"gpiopin": "GPIO",
|
||||
"selectpin": "選擇引腳",
|
||||
"resistor": "電阻?",
|
||||
"readinitial": "在部署/重啟時讀取引腳的初始狀態?",
|
||||
"type": "類型",
|
||||
"initpin": "初始化引腳狀態?",
|
||||
"debounce": "去抖動",
|
||||
"freq": "頻率",
|
||||
"button": "按鈕",
|
||||
"pimouse": "Pi滑鼠",
|
||||
"pikeyboard": "Pi鍵盤",
|
||||
"left": "左",
|
||||
"right": "右",
|
||||
"middle": "中"
|
||||
},
|
||||
"resistor": {
|
||||
"none": "無",
|
||||
"pullup": "上拉電阻",
|
||||
"pulldown": "下拉電阻"
|
||||
},
|
||||
"digout": "數位輸出",
|
||||
"pwmout": "PWM輸出",
|
||||
"servo": "伺服輸出",
|
||||
"initpin0": "初始引腳電平 - 低(0)",
|
||||
"initpin1": "初始引腳電平 - 高(1)",
|
||||
"left": "左",
|
||||
"right": "右",
|
||||
"middle": "中",
|
||||
"any": "任何",
|
||||
"pinname": "引腳",
|
||||
"alreadyuse": "已被使用",
|
||||
"alreadyset": "已被設為",
|
||||
"tip": {
|
||||
"pin": "<b>正在使用引腳</b>: ",
|
||||
"in": "提示: 僅接受數位輸入 - 輸出必須為0或1.",
|
||||
"dig": "提示: 如用數位輸出 - 輸入必須為0或1.",
|
||||
"pwm": "提示: 如用PWM輸出 - 輸入必須為0至100之間; 如用高頻率可能會比預期佔用更多CPU資源.",
|
||||
"ser": "<b>提示</b>: 如用伺服輸出 - 輸入必須為0至100之間. 50為中間值."
|
||||
},
|
||||
"types": {
|
||||
"digout": "數位輸出",
|
||||
"input": "輸入",
|
||||
"pullup": "含有上拉電阻的輸入",
|
||||
"pulldown": "含有下拉電阻的輸入",
|
||||
"pwmout": "PWM輸出",
|
||||
"servo": "伺服輸出"
|
||||
},
|
||||
"status": {
|
||||
"stopped": "已停止",
|
||||
"closed": "已關閉",
|
||||
"not-running": "不運行"
|
||||
},
|
||||
"errors": {
|
||||
"ignorenode": "忽略樹莓派的特定節點",
|
||||
"version": "版本命令失敗",
|
||||
"sawpitype": "查看Pi類型",
|
||||
"libnotfound": "找不到樹莓派RPi.GPIO的python庫",
|
||||
"alreadyset": "GPIO引腳 __pin__ 已經被設定為類型: __type__",
|
||||
"invalidpin": "無效GPIO引腳",
|
||||
"invalidinput": "無效輸入",
|
||||
"needtobeexecutable": "__command__須為可運行命令",
|
||||
"mustbeexecutable": "nrgpio須為可運行",
|
||||
"commandnotfound": "nrgpio命令不存在",
|
||||
"commandnotexecutable": "nrgpio命令不可運行",
|
||||
"error": "錯誤: __error__",
|
||||
"pythoncommandnotfound": "nrpgio python命令未處於運行狀態"
|
||||
}
|
||||
},
|
||||
"file": {
|
||||
"label": {
|
||||
"filename": "檔案名",
|
||||
"action": "行為",
|
||||
"addnewline": "向每個有效載荷添加分行符號(\\n)?",
|
||||
"createdir": "創建目錄(如果不存在)?",
|
||||
"outputas": "輸出",
|
||||
"breakchunks": "分拆成塊",
|
||||
"breaklines": "分拆成行",
|
||||
"filelabel": "文件",
|
||||
"sendError": "發生錯誤時發送消息(傳統模式)",
|
||||
"deletelabel": "刪除 __file__"
|
||||
},
|
||||
"action": {
|
||||
"append": "追加至文件",
|
||||
"overwrite": "複寫文件",
|
||||
"delete": "刪除檔"
|
||||
},
|
||||
"output": {
|
||||
"utf8": "一個utf8字串",
|
||||
"buffer": "一個Buffer物件",
|
||||
"lines": "每行一條信息",
|
||||
"stream": "一個Buffer流"
|
||||
},
|
||||
"status": {
|
||||
"wrotefile": "寫入至文件: __file__",
|
||||
"deletedfile": "刪除檔: __file__",
|
||||
"appendedfile": "追加至文件: __file__"
|
||||
},
|
||||
"errors": {
|
||||
"nofilename": "未指定檔案名",
|
||||
"invaliddelete": "警告:無效刪除。請在配置對話方塊中使用特定的刪除選項",
|
||||
"deletefail": "無法刪除檔: __error__",
|
||||
"writefail": "無法寫入文件: __error__",
|
||||
"appendfail": "無法追加到文件: __error__",
|
||||
"createfail": "檔創建失敗: __error__"
|
||||
},
|
||||
"tip": "提示: 檔案名應該是絕對路徑,否則它將相對於Node-RED進程的工作目錄。"
|
||||
},
|
||||
"split": {
|
||||
"intro":"基於以下類型拆分<code>msg.payload</code>:",
|
||||
"object":"<b>對象</b>",
|
||||
"objectSend":"每個鍵值對作為單個消息發送",
|
||||
"strBuff":"<b>字串</b> / <b>Buffer</b>",
|
||||
"array":"<b>陣列</b>",
|
||||
"splitUsing":"拆分使用",
|
||||
"splitLength":"固定長度",
|
||||
"stream":"作為消息流處理",
|
||||
"addname":" 複製鍵到 "
|
||||
},
|
||||
"join":{
|
||||
"mode":{
|
||||
"mode":"模式",
|
||||
"auto":"自動",
|
||||
"merge":"合併序列",
|
||||
"reduce":"縮減序列",
|
||||
"custom":"手動"
|
||||
},
|
||||
"combine":"合併每個",
|
||||
"create":"輸出為",
|
||||
"type":{
|
||||
"string":"字串",
|
||||
"array":"陣列",
|
||||
"buffer":"Buffer",
|
||||
"object":"鍵值對對象",
|
||||
"merged":"合併對象"
|
||||
},
|
||||
"using":"使用此值",
|
||||
"key":"作為鍵",
|
||||
"joinedUsing":"合併符號",
|
||||
"send":"發送資訊:",
|
||||
"afterCount":"達到一定數量的資訊時",
|
||||
"count":"數量",
|
||||
"subsequent":"和每個後續的消息",
|
||||
"afterTimeout":"第一條消息的若干時間後",
|
||||
"seconds":"秒",
|
||||
"complete":"在收到存在<code>msg.complete</code>的消息後",
|
||||
"tip":"此模式假定此節點與<i>split</i>相連, 或者接收到的消息有正確配置的<code>msg.parts</code>屬性.",
|
||||
"too-many" : "join節點中有太多待定信息",
|
||||
"merge": {
|
||||
"topics-label":"合併主題",
|
||||
"topics":"主題",
|
||||
"topic" : "主題",
|
||||
"on-change":"當收到一個新主題時發送已合併資訊"
|
||||
},
|
||||
"reduce": {
|
||||
"exp": "Reduce運算式",
|
||||
"exp-value": "exp",
|
||||
"init": "初始值",
|
||||
"right": "反向求值(從後往前)",
|
||||
"fixup": "Fix-up exp"
|
||||
},
|
||||
"errors": {
|
||||
"invalid-expr": "無效的JSONata運算式: __error__"
|
||||
}
|
||||
},
|
||||
"sort" : {
|
||||
"target" : "排序屬性",
|
||||
"seq" : "資訊佇列",
|
||||
"key" : "鍵值",
|
||||
"elem" : "元素值",
|
||||
"order" : "順序",
|
||||
"ascending" : "昇冪",
|
||||
"descending" : "降冪",
|
||||
"as-number" : "作為數值",
|
||||
"invalid-exp" : "sort節點中存在無效的JSONata運算式",
|
||||
"too-many" : "sort節點中有太多待定信息",
|
||||
"clear" : "清空sort節點中的待定資訊"
|
||||
},
|
||||
"batch" : {
|
||||
"mode": {
|
||||
"label" : "模式",
|
||||
"num-msgs" : "按指定數量分組",
|
||||
"interval" : "按時間間隔分組",
|
||||
"concat" : "按主題分組"
|
||||
},
|
||||
"count": {
|
||||
"label" : "分組數量",
|
||||
"overlap" : "隊末隊首重疊數量",
|
||||
"count" : "數量",
|
||||
"invalid" : "無效的分組數量或重疊數量"
|
||||
},
|
||||
"interval": {
|
||||
"label" : "時間間隔",
|
||||
"seconds" : "秒",
|
||||
"empty" : "無數據到達時發送空資訊"
|
||||
},
|
||||
"concat": {
|
||||
"topics-label": "主題",
|
||||
"topic" : "主題"
|
||||
},
|
||||
"too-many" : "batch節點中有太多待定信息",
|
||||
"unexpected" : "未知模式",
|
||||
"no-parts" : "資訊中沒有parts屬性"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user