diff --git a/packages/hoppscotch-app/components/collections/index.vue b/packages/hoppscotch-app/components/collections/index.vue index c842ce96e..6b49dba8f 100644 --- a/packages/hoppscotch-app/components/collections/index.vue +++ b/packages/hoppscotch-app/components/collections/index.vue @@ -11,6 +11,7 @@ autocomplete="off" :placeholder="$t('action.search')" class="py-2 pl-4 pr-2 bg-transparent" + :disabled="collectionsType.type == 'team-collections'" /> Content-Type", + "overriden": "已覆寫", "parameter_list": "查詢參數", "parameters": "參數", "path": "路徑", @@ -358,12 +378,11 @@ "type": "請求類型", "url": "網址", "variables": "變數", - "override": "覆寫", - "override_help": "在標頭設置 Content-Type", - "overriden": "已覆寫" + "view_my_links": "檢視我的連結" }, "response": { "body": "回應本體", + "filter_response_body": "篩選 JSON 回應本體 (使用 JSONPath 語法)", "headers": "回應標頭", "html": "HTML", "image": "影像", @@ -415,6 +434,8 @@ "proxy_use_toggle": "使用 Proxy 中介軟體傳送請求", "read_the": "閱讀", "reset_default": "重置為預設", + "short_codes": "快捷碼", + "short_codes_description": "我們為您打造的快捷碼。", "sidebar_on_left": "左側邊欄", "sync": "同步", "sync_collections": "組合", @@ -447,7 +468,7 @@ "documentation": "前往文件頁面", "forward": "前往下一頁面", "graphql": "前往 GraphQL 頁面", - "profile": "Go to Profile page", + "profile": "前往個人檔案頁面", "realtime": "前往實時頁面", "rest": "前往 REST 頁面", "settings": "前往設定頁面", @@ -476,6 +497,15 @@ "title": "主題" } }, + "shortcodes":{ + "actions":"操作", + "created_on": "建立於", + "deleted" : "已刪除快捷碼", + "method": "方法", + "not_found":"找不到快捷碼", + "short_code":"快捷碼", + "url": "網址" + }, "show": { "code": "顯示程式碼", "more": "顯示更多", @@ -487,7 +517,8 @@ "event_name": "事件名稱", "events": "事件", "log": "日誌", - "url": "網址" + "url": "網址", + "connection_not_authorized": "此 SocketIO 連線未使用任何驗證。" }, "sse": { "event_type": "事件類型", @@ -517,7 +548,19 @@ "loading": "正在載入……", "none": "無", "nothing_found": "沒有找到", - "waiting_send_request": "等待傳送請求" + "waiting_send_request": "等待傳送請求", + "subscribed_success": "成功訂閱此主題:{topic}", + "unsubscribed_success": "成功取消訂閱此主題:{topic}", + "subscribed_failed": "無法訂閱此主題:{topic}", + "unsubscribed_failed": "無法取消訂閱此主題:{topic}", + "published_message": "已將此訊息:{message} 發布至主題:{topic}", + "published_error": "將訊息:{topic} 發布至主題:{message} 時發生錯誤", + "message_received": "訊息:{message}已抵達主題:{topic}", + "mqtt_subscription_failed": "訂閱此主題時發生錯誤:{topic}", + "connection_lost": "失去連線", + "connection_failed": "連線失敗", + "connection_error": "連線失敗", + "reconnection_error": "重新連線失敗" }, "support": { "changelog": "閱讀更多有關最新版本的內容",