From 897adbc0fb210dd23fd0bca7b48dbb13cd1757d3 Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Fri, 24 Jan 2025 12:35:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20chore:=20Auto=20format=20and=20a?= =?UTF-8?q?dd=20i18n=20json=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/Web.ar.json | 7 +++++++ locales/Web.bg-BG.json | 7 +++++++ locales/Web.de-DE.json | 7 +++++++ locales/Web.en-US.json | 7 +++++++ locales/Web.es-ES.json | 7 +++++++ locales/Web.fa-IR.json | 7 +++++++ locales/Web.fr-FR.json | 7 +++++++ locales/Web.it-IT.json | 7 +++++++ locales/Web.ja-JP.json | 7 +++++++ locales/Web.ko-KR.json | 7 +++++++ locales/Web.nl-NL.json | 7 +++++++ locales/Web.pl-PL.json | 7 +++++++ locales/Web.pt-BR.json | 7 +++++++ locales/Web.ru-RU.json | 7 +++++++ locales/Web.tr-TR.json | 7 +++++++ locales/Web.vi-VN.json | 7 +++++++ locales/Web.zh-CN.json | 7 +++++++ locales/Web.zh-TW.json | 7 +++++++ locales/websearch_bing.ar.json | 7 +++++++ locales/websearch_bing.bg-BG.json | 7 +++++++ locales/websearch_bing.de-DE.json | 7 +++++++ locales/websearch_bing.en-US.json | 7 +++++++ locales/websearch_bing.es-ES.json | 7 +++++++ locales/websearch_bing.fa-IR.json | 7 +++++++ locales/websearch_bing.fr-FR.json | 7 +++++++ locales/websearch_bing.it-IT.json | 7 +++++++ locales/websearch_bing.ja-JP.json | 7 +++++++ locales/websearch_bing.ko-KR.json | 7 +++++++ locales/websearch_bing.nl-NL.json | 7 +++++++ locales/websearch_bing.pl-PL.json | 7 +++++++ locales/websearch_bing.pt-BR.json | 7 +++++++ locales/websearch_bing.ru-RU.json | 7 +++++++ locales/websearch_bing.tr-TR.json | 7 +++++++ locales/websearch_bing.vi-VN.json | 7 +++++++ locales/websearch_bing.zh-CN.json | 7 +++++++ locales/websearch_bing.zh-TW.json | 7 +++++++ ...ebsearch_bing.json => Bingsearch-identifier.json} | 12 ++++++------ src/MixerBox_Weather.json | 2 +- src/levinbot.json | 2 +- src/mintbasesearch.json | 2 +- src/nonprofits.json | 2 +- src/{Web.json => web.json} | 7 +++++-- 42 files changed, 267 insertions(+), 12 deletions(-) create mode 100644 locales/Web.ar.json create mode 100644 locales/Web.bg-BG.json create mode 100644 locales/Web.de-DE.json create mode 100644 locales/Web.en-US.json create mode 100644 locales/Web.es-ES.json create mode 100644 locales/Web.fa-IR.json create mode 100644 locales/Web.fr-FR.json create mode 100644 locales/Web.it-IT.json create mode 100644 locales/Web.ja-JP.json create mode 100644 locales/Web.ko-KR.json create mode 100644 locales/Web.nl-NL.json create mode 100644 locales/Web.pl-PL.json create mode 100644 locales/Web.pt-BR.json create mode 100644 locales/Web.ru-RU.json create mode 100644 locales/Web.tr-TR.json create mode 100644 locales/Web.vi-VN.json create mode 100644 locales/Web.zh-CN.json create mode 100644 locales/Web.zh-TW.json create mode 100644 locales/websearch_bing.ar.json create mode 100644 locales/websearch_bing.bg-BG.json create mode 100644 locales/websearch_bing.de-DE.json create mode 100644 locales/websearch_bing.en-US.json create mode 100644 locales/websearch_bing.es-ES.json create mode 100644 locales/websearch_bing.fa-IR.json create mode 100644 locales/websearch_bing.fr-FR.json create mode 100644 locales/websearch_bing.it-IT.json create mode 100644 locales/websearch_bing.ja-JP.json create mode 100644 locales/websearch_bing.ko-KR.json create mode 100644 locales/websearch_bing.nl-NL.json create mode 100644 locales/websearch_bing.pl-PL.json create mode 100644 locales/websearch_bing.pt-BR.json create mode 100644 locales/websearch_bing.ru-RU.json create mode 100644 locales/websearch_bing.tr-TR.json create mode 100644 locales/websearch_bing.vi-VN.json create mode 100644 locales/websearch_bing.zh-CN.json create mode 100644 locales/websearch_bing.zh-TW.json rename src/{websearch_bing.json => Bingsearch-identifier.json} (57%) rename src/{Web.json => web.json} (73%) diff --git a/locales/Web.ar.json b/locales/Web.ar.json new file mode 100644 index 0000000..ad760c7 --- /dev/null +++ b/locales/Web.ar.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "ويب", + "description": "بحث ويب ذكي يقرأ ويحلل الصفحات لتقديم إجابات شاملة من نتائج جوجل.", + "tags": ["ويب", "بحث"] + } +} diff --git a/locales/Web.bg-BG.json b/locales/Web.bg-BG.json new file mode 100644 index 0000000..a64e37b --- /dev/null +++ b/locales/Web.bg-BG.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Уеб", + "description": "Умно уеб търсене, което чете и анализира страници, за да предостави изчерпателни отговори от резултатите на Google.", + "tags": ["уеб", "търсене"] + } +} diff --git a/locales/Web.de-DE.json b/locales/Web.de-DE.json new file mode 100644 index 0000000..32de2a4 --- /dev/null +++ b/locales/Web.de-DE.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Intelligente Websuche, die Seiten liest und analysiert, um umfassende Antworten aus Google-Ergebnissen zu liefern.", + "tags": ["web", "suche"] + } +} diff --git a/locales/Web.en-US.json b/locales/Web.en-US.json new file mode 100644 index 0000000..18062bd --- /dev/null +++ b/locales/Web.en-US.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Smart web search that reads and analyzes pages to deliver comprehensive answers from Google results.", + "tags": ["web", "search"] + } +} diff --git a/locales/Web.es-ES.json b/locales/Web.es-ES.json new file mode 100644 index 0000000..78632f8 --- /dev/null +++ b/locales/Web.es-ES.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Búsqueda web inteligente que lee y analiza páginas para ofrecer respuestas completas de los resultados de Google.", + "tags": ["web", "búsqueda"] + } +} diff --git a/locales/Web.fa-IR.json b/locales/Web.fa-IR.json new file mode 100644 index 0000000..1f53401 --- /dev/null +++ b/locales/Web.fa-IR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "وب", + "description": "جستجوی هوشمند وب که صفحات را می‌خواند و تحلیل می‌کند تا پاسخ‌های جامع‌تری از نتایج گوگل ارائه دهد.", + "tags": ["وب", "جستجو"] + } +} diff --git a/locales/Web.fr-FR.json b/locales/Web.fr-FR.json new file mode 100644 index 0000000..fd989ba --- /dev/null +++ b/locales/Web.fr-FR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Recherche web intelligente qui lit et analyse les pages pour fournir des réponses complètes à partir des résultats de Google.", + "tags": ["web", "recherche"] + } +} diff --git a/locales/Web.it-IT.json b/locales/Web.it-IT.json new file mode 100644 index 0000000..3ffe14d --- /dev/null +++ b/locales/Web.it-IT.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Ricerca web intelligente che legge e analizza le pagine per fornire risposte complete dai risultati di Google.", + "tags": ["web", "ricerca"] + } +} diff --git a/locales/Web.ja-JP.json b/locales/Web.ja-JP.json new file mode 100644 index 0000000..8b29366 --- /dev/null +++ b/locales/Web.ja-JP.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "ウェブ", + "description": "ページを読み取り分析して、Googleの結果から包括的な回答を提供するスマートウェブ検索。", + "tags": ["ウェブ", "検索"] + } +} diff --git a/locales/Web.ko-KR.json b/locales/Web.ko-KR.json new file mode 100644 index 0000000..4392642 --- /dev/null +++ b/locales/Web.ko-KR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "웹", + "description": "페이지를 읽고 분석하여 Google 결과에서 포괄적인 답변을 제공하는 스마트 웹 검색입니다.", + "tags": ["웹", "검색"] + } +} diff --git a/locales/Web.nl-NL.json b/locales/Web.nl-NL.json new file mode 100644 index 0000000..679ea39 --- /dev/null +++ b/locales/Web.nl-NL.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Slimme webzoektocht die pagina's leest en analyseert om uitgebreide antwoorden uit Google-resultaten te leveren.", + "tags": ["web", "zoektocht"] + } +} diff --git a/locales/Web.pl-PL.json b/locales/Web.pl-PL.json new file mode 100644 index 0000000..8727887 --- /dev/null +++ b/locales/Web.pl-PL.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Sieć", + "description": "Inteligentne wyszukiwanie w sieci, które odczytuje i analizuje strony, aby dostarczyć kompleksowe odpowiedzi z wyników Google.", + "tags": ["sieć", "wyszukiwanie"] + } +} diff --git a/locales/Web.pt-BR.json b/locales/Web.pt-BR.json new file mode 100644 index 0000000..a0b1ae0 --- /dev/null +++ b/locales/Web.pt-BR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Busca inteligente na web que lê e analisa páginas para fornecer respostas abrangentes a partir dos resultados do Google.", + "tags": ["web", "busca"] + } +} diff --git a/locales/Web.ru-RU.json b/locales/Web.ru-RU.json new file mode 100644 index 0000000..b32da57 --- /dev/null +++ b/locales/Web.ru-RU.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Веб", + "description": "Умный веб-поиск, который читает и анализирует страницы, чтобы предоставить полные ответы из результатов Google.", + "tags": ["веб", "поиск"] + } +} diff --git a/locales/Web.tr-TR.json b/locales/Web.tr-TR.json new file mode 100644 index 0000000..449144b --- /dev/null +++ b/locales/Web.tr-TR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Akıllı web araması, sayfaları okuyup analiz ederek Google sonuçlarından kapsamlı yanıtlar sunar.", + "tags": ["web", "arama"] + } +} diff --git a/locales/Web.vi-VN.json b/locales/Web.vi-VN.json new file mode 100644 index 0000000..026af29 --- /dev/null +++ b/locales/Web.vi-VN.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Web", + "description": "Tìm kiếm web thông minh đọc và phân tích các trang để cung cấp câu trả lời toàn diện từ kết quả của Google.", + "tags": ["web", "tìm kiếm"] + } +} diff --git a/locales/Web.zh-CN.json b/locales/Web.zh-CN.json new file mode 100644 index 0000000..9df24fe --- /dev/null +++ b/locales/Web.zh-CN.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "网络", + "description": "智能网络搜索,读取和分析页面,以从谷歌结果中提供全面的答案。", + "tags": ["网络", "搜索"] + } +} diff --git a/locales/Web.zh-TW.json b/locales/Web.zh-TW.json new file mode 100644 index 0000000..f30abdc --- /dev/null +++ b/locales/Web.zh-TW.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "網頁", + "description": "智能網頁搜索,能夠閱讀和分析頁面,以從 Google 結果中提供全面的答案。", + "tags": ["網頁", "搜索"] + } +} diff --git a/locales/websearch_bing.ar.json b/locales/websearch_bing.ar.json new file mode 100644 index 0000000..fd1fe56 --- /dev/null +++ b/locales/websearch_bing.ar.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "بحث_بينج", + "description": "ابحث عن المعلومات من الإنترنت باستخدام BingApi", + "tags": ["بحث_بينج"] + } +} diff --git a/locales/websearch_bing.bg-BG.json b/locales/websearch_bing.bg-BG.json new file mode 100644 index 0000000..19ae60a --- /dev/null +++ b/locales/websearch_bing.bg-BG.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_уебтърсене", + "description": "Търсене на информация от интернет с BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.de-DE.json b/locales/websearch_bing.de-DE.json new file mode 100644 index 0000000..d8fe102 --- /dev/null +++ b/locales/websearch_bing.de-DE.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_Websuche", + "description": "Suche nach Informationen aus dem Internet basierend auf der BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.en-US.json b/locales/websearch_bing.en-US.json new file mode 100644 index 0000000..2815119 --- /dev/null +++ b/locales/websearch_bing.en-US.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_websearch", + "description": "Search for information from the internet based on BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.es-ES.json b/locales/websearch_bing.es-ES.json new file mode 100644 index 0000000..d04d936 --- /dev/null +++ b/locales/websearch_bing.es-ES.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_búsqueda_web", + "description": "Busca información en internet a través de BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.fa-IR.json b/locales/websearch_bing.fa-IR.json new file mode 100644 index 0000000..3b76348 --- /dev/null +++ b/locales/websearch_bing.fa-IR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "جستجوی وب بینگ", + "description": "جستجو برای اطلاعات از اینترنت با استفاده از BingApi", + "tags": ["جستجوی_بینک"] + } +} diff --git a/locales/websearch_bing.fr-FR.json b/locales/websearch_bing.fr-FR.json new file mode 100644 index 0000000..44f6359 --- /dev/null +++ b/locales/websearch_bing.fr-FR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_websearch", + "description": "Recherchez des informations sur Internet via BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.it-IT.json b/locales/websearch_bing.it-IT.json new file mode 100644 index 0000000..291e01a --- /dev/null +++ b/locales/websearch_bing.it-IT.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_websearch", + "description": "Cerca informazioni su internet tramite BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.ja-JP.json b/locales/websearch_bing.ja-JP.json new file mode 100644 index 0000000..d95f20e --- /dev/null +++ b/locales/websearch_bing.ja-JP.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bingウェブ検索", + "description": "BingApiに基づいてインターネットから情報を検索します", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.ko-KR.json b/locales/websearch_bing.ko-KR.json new file mode 100644 index 0000000..a97b5cb --- /dev/null +++ b/locales/websearch_bing.ko-KR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "빙 웹 검색", + "description": "BingApi를 기반으로 인터넷에서 정보를 검색합니다", + "tags": ["빙검색"] + } +} diff --git a/locales/websearch_bing.nl-NL.json b/locales/websearch_bing.nl-NL.json new file mode 100644 index 0000000..4c1cc15 --- /dev/null +++ b/locales/websearch_bing.nl-NL.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_websearch", + "description": "Zoek naar informatie van het internet via BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.pl-PL.json b/locales/websearch_bing.pl-PL.json new file mode 100644 index 0000000..d6bfac1 --- /dev/null +++ b/locales/websearch_bing.pl-PL.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_wyszukiwanie", + "description": "Szukaj informacji w internecie za pomocą BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.pt-BR.json b/locales/websearch_bing.pt-BR.json new file mode 100644 index 0000000..c16a8c0 --- /dev/null +++ b/locales/websearch_bing.pt-BR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_websearch", + "description": "Pesquise informações na internet com base na BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.ru-RU.json b/locales/websearch_bing.ru-RU.json new file mode 100644 index 0000000..8d8addd --- /dev/null +++ b/locales/websearch_bing.ru-RU.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Поиск_в_Bing", + "description": "Поиск информации в интернете с помощью BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.tr-TR.json b/locales/websearch_bing.tr-TR.json new file mode 100644 index 0000000..77defb9 --- /dev/null +++ b/locales/websearch_bing.tr-TR.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Bing_websearch", + "description": "BingApi temelinde internetten bilgi arayın", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.vi-VN.json b/locales/websearch_bing.vi-VN.json new file mode 100644 index 0000000..c3688ec --- /dev/null +++ b/locales/websearch_bing.vi-VN.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "Tìm kiếm_web_Bing", + "description": "Tìm kiếm thông tin từ internet dựa trên BingApi", + "tags": ["bingsearch"] + } +} diff --git a/locales/websearch_bing.zh-CN.json b/locales/websearch_bing.zh-CN.json new file mode 100644 index 0000000..281666e --- /dev/null +++ b/locales/websearch_bing.zh-CN.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "必应网络搜索", + "description": "通过BingApi从互联网搜索信息", + "tags": ["必应搜索"] + } +} diff --git a/locales/websearch_bing.zh-TW.json b/locales/websearch_bing.zh-TW.json new file mode 100644 index 0000000..1429a8d --- /dev/null +++ b/locales/websearch_bing.zh-TW.json @@ -0,0 +1,7 @@ +{ + "meta": { + "title": "必應網頁搜尋", + "description": "從互聯網上搜索信息,基於BingApi", + "tags": ["必應搜尋"] + } +} diff --git a/src/websearch_bing.json b/src/Bingsearch-identifier.json similarity index 57% rename from src/websearch_bing.json rename to src/Bingsearch-identifier.json index 82625f8..fb75f48 100644 --- a/src/websearch_bing.json +++ b/src/Bingsearch-identifier.json @@ -5,11 +5,11 @@ "identifier": "Bingsearch-identifier", "manifest": "https://bingsearch-plugin.vercel.app/manifest.json", "meta": { - "avatar": "🚀", - "tags": ["Bingsearch"], - "title": "Bing_websearch", - "description": "Search for information from the internet base BingApi" - }, + "avatar": "🚀", + "tags": ["bingsearch"], + "title": "Bing_websearch", + "description": "Search for information from the internet base BingApi", + "category": "web-search" + }, "schemaVersion": 1 } - diff --git a/src/MixerBox_Weather.json b/src/MixerBox_Weather.json index 29cc852..abd5e4a 100644 --- a/src/MixerBox_Weather.json +++ b/src/MixerBox_Weather.json @@ -9,7 +9,7 @@ "description": "Get real-time worldwide weather updates & forecasts, instantly!", "tags": ["weather"], "title": "MixerBox Weather", - "category": "lifestyle" + "category": "tools" }, "schemaVersion": 1 } diff --git a/src/levinbot.json b/src/levinbot.json index fe30786..dc2ccc4 100644 --- a/src/levinbot.json +++ b/src/levinbot.json @@ -9,7 +9,7 @@ "description": "Search research papers and transcripts of talks from Dr. Michael Levin's Lab.", "tags": ["research-paper", "search"], "title": "LevinBot", - "category": "web-search" + "category": "science-education" }, "schemaVersion": 1 } diff --git a/src/mintbasesearch.json b/src/mintbasesearch.json index 2884c78..6583133 100644 --- a/src/mintbasesearch.json +++ b/src/mintbasesearch.json @@ -9,7 +9,7 @@ "description": "Find any NFT data on the NEAR Protocol.", "tags": ["crypto", "nft"], "title": "MintbaseSearch", - "category": "tools" + "category": "stocks-finance" }, "schemaVersion": 1 } diff --git a/src/nonprofits.json b/src/nonprofits.json index d8b62e9..3d718d4 100644 --- a/src/nonprofits.json +++ b/src/nonprofits.json @@ -9,7 +9,7 @@ "description": "Discover impactful nonprofits to support in your community and beyond.", "tags": ["charity"], "title": "Change", - "category": "social" + "category": "lifestyle" }, "schemaVersion": 1 } diff --git a/src/Web.json b/src/web.json similarity index 73% rename from src/Web.json rename to src/web.json index 2a6fb45..e6f5b4c 100644 --- a/src/Web.json +++ b/src/web.json @@ -1,5 +1,6 @@ { "author": "Proghit", + "createdAt": "2025-01-24", "homepage": "https://github.com/proghit/lobechat-web-plugin", "identifier": "web", "locale": "en-US", @@ -8,6 +9,8 @@ "avatar": "https://banner2.cleanpng.com/20180413/rfe/avfci721i.webp", "tags": ["web", "search"], "title": "Web", - "description": "Smart web search that reads and analyzes pages to deliver comprehensive answers from Google results." - } + "description": "Smart web search that reads and analyzes pages to deliver comprehensive answers from Google results.", + "category": "web-search" + }, + "schemaVersion": 1 }