├── .eslintrc.cjs ├── .github ├── pull_request_template.md └── workflows │ ├── format.yml │ ├── pr-welcome.yml │ ├── release.yml │ ├── sync.yml │ └── test.yml ├── .gitignore ├── .i18nrc.js ├── .npmrc ├── .releaserc.cjs ├── CHANGELOG.md ├── README.md ├── README.zh-CN.md ├── locales ├── AladinSearchBooks.ar.json ├── AladinSearchBooks.bg-BG.json ├── AladinSearchBooks.de-DE.json ├── AladinSearchBooks.en-US.json ├── AladinSearchBooks.es-ES.json ├── AladinSearchBooks.fa-IR.json ├── AladinSearchBooks.fr-FR.json ├── AladinSearchBooks.it-IT.json ├── AladinSearchBooks.ja-JP.json ├── AladinSearchBooks.ko-KR.json ├── AladinSearchBooks.nl-NL.json ├── AladinSearchBooks.pl-PL.json ├── AladinSearchBooks.pt-BR.json ├── AladinSearchBooks.ru-RU.json ├── AladinSearchBooks.tr-TR.json ├── AladinSearchBooks.vi-VN.json ├── AladinSearchBooks.zh-CN.json ├── AladinSearchBooks.zh-TW.json ├── Bardeen.ar.json ├── Bardeen.de-DE.json ├── Bardeen.es-ES.json ├── Bardeen.fr-FR.json ├── Bardeen.it-IT.json ├── Bardeen.ja-JP.json ├── Bardeen.ko-KR.json ├── Bardeen.nl-NL.json ├── Bardeen.pl-PL.json ├── Bardeen.pt-BR.json ├── Bardeen.ru-RU.json ├── Bardeen.tr-TR.json ├── Bardeen.vi-VN.json ├── Bardeen.zh-CN.json ├── Bardeen.zh-TW.json ├── Bingsearch-identifier.ar.json ├── Bingsearch-identifier.bg-BG.json ├── Bingsearch-identifier.de-DE.json ├── Bingsearch-identifier.en-US.json ├── Bingsearch-identifier.es-ES.json ├── Bingsearch-identifier.fa-IR.json ├── Bingsearch-identifier.fr-FR.json ├── Bingsearch-identifier.it-IT.json ├── Bingsearch-identifier.ja-JP.json ├── Bingsearch-identifier.ko-KR.json ├── Bingsearch-identifier.nl-NL.json ├── Bingsearch-identifier.pl-PL.json ├── Bingsearch-identifier.pt-BR.json ├── Bingsearch-identifier.ru-RU.json ├── Bingsearch-identifier.tr-TR.json ├── Bingsearch-identifier.vi-VN.json ├── Bingsearch-identifier.zh-CN.json ├── Bingsearch-identifier.zh-TW.json ├── Charts_and_Diagrams.ar.json ├── Charts_and_Diagrams.de-DE.json ├── Charts_and_Diagrams.es-ES.json ├── Charts_and_Diagrams.fr-FR.json ├── Charts_and_Diagrams.it-IT.json ├── Charts_and_Diagrams.ja-JP.json ├── Charts_and_Diagrams.ko-KR.json ├── Charts_and_Diagrams.nl-NL.json ├── Charts_and_Diagrams.pl-PL.json ├── Charts_and_Diagrams.pt-BR.json ├── Charts_and_Diagrams.ru-RU.json ├── Charts_and_Diagrams.tr-TR.json ├── Charts_and_Diagrams.vi-VN.json ├── Charts_and_Diagrams.zh-CN.json ├── Charts_and_Diagrams.zh-TW.json ├── GameSight.ar.json ├── GameSight.bg-BG.json ├── GameSight.de-DE.json ├── GameSight.en-US.json ├── GameSight.es-ES.json ├── GameSight.fa-IR.json ├── GameSight.fr-FR.json ├── GameSight.it-IT.json ├── GameSight.ja-JP.json ├── GameSight.ko-KR.json ├── GameSight.nl-NL.json ├── GameSight.pl-PL.json ├── GameSight.pt-BR.json ├── GameSight.ru-RU.json ├── GameSight.tr-TR.json ├── GameSight.vi-VN.json ├── GameSight.zh-CN.json ├── GameSight.zh-TW.json ├── GifApi.ar.json ├── GifApi.de-DE.json ├── GifApi.es-ES.json ├── GifApi.fr-FR.json ├── GifApi.it-IT.json ├── GifApi.ja-JP.json ├── GifApi.ko-KR.json ├── GifApi.nl-NL.json ├── GifApi.pl-PL.json ├── GifApi.pt-BR.json ├── GifApi.ru-RU.json ├── GifApi.tr-TR.json ├── GifApi.vi-VN.json ├── GifApi.zh-CN.json ├── GifApi.zh-TW.json ├── ImageSearch.ar.json ├── ImageSearch.de-DE.json ├── ImageSearch.es-ES.json ├── ImageSearch.fr-FR.json ├── ImageSearch.it-IT.json ├── ImageSearch.ja-JP.json ├── ImageSearch.ko-KR.json ├── ImageSearch.nl-NL.json ├── ImageSearch.pl-PL.json ├── ImageSearch.pt-BR.json ├── ImageSearch.ru-RU.json ├── ImageSearch.tr-TR.json ├── ImageSearch.vi-VN.json ├── ImageSearch.zh-CN.json ├── ImageSearch.zh-TW.json ├── MediumGPTPlugin.ar.json ├── MediumGPTPlugin.de-DE.json ├── MediumGPTPlugin.es-ES.json ├── MediumGPTPlugin.fr-FR.json ├── MediumGPTPlugin.it-IT.json ├── MediumGPTPlugin.ja-JP.json ├── MediumGPTPlugin.ko-KR.json ├── MediumGPTPlugin.nl-NL.json ├── MediumGPTPlugin.pl-PL.json ├── MediumGPTPlugin.pt-BR.json ├── MediumGPTPlugin.ru-RU.json ├── MediumGPTPlugin.tr-TR.json ├── MediumGPTPlugin.vi-VN.json ├── MediumGPTPlugin.zh-CN.json ├── MediumGPTPlugin.zh-TW.json ├── MixerBox_Podcasts.ar.json ├── MixerBox_Podcasts.bg-BG.json ├── MixerBox_Podcasts.de-DE.json ├── MixerBox_Podcasts.en-US.json ├── MixerBox_Podcasts.es-ES.json ├── MixerBox_Podcasts.fa-IR.json ├── MixerBox_Podcasts.fr-FR.json ├── MixerBox_Podcasts.it-IT.json ├── MixerBox_Podcasts.ja-JP.json ├── MixerBox_Podcasts.ko-KR.json ├── MixerBox_Podcasts.nl-NL.json ├── MixerBox_Podcasts.pl-PL.json ├── MixerBox_Podcasts.pt-BR.json ├── MixerBox_Podcasts.ru-RU.json ├── MixerBox_Podcasts.tr-TR.json ├── MixerBox_Podcasts.vi-VN.json ├── MixerBox_Podcasts.zh-CN.json ├── MixerBox_Podcasts.zh-TW.json ├── MixerBox_Translate_AI_language_tutor.ar.json ├── MixerBox_Translate_AI_language_tutor.bg-BG.json ├── MixerBox_Translate_AI_language_tutor.de-DE.json ├── MixerBox_Translate_AI_language_tutor.en-US.json ├── MixerBox_Translate_AI_language_tutor.es-ES.json ├── MixerBox_Translate_AI_language_tutor.fa-IR.json ├── MixerBox_Translate_AI_language_tutor.fr-FR.json ├── MixerBox_Translate_AI_language_tutor.it-IT.json ├── MixerBox_Translate_AI_language_tutor.ja-JP.json ├── MixerBox_Translate_AI_language_tutor.ko-KR.json ├── MixerBox_Translate_AI_language_tutor.nl-NL.json ├── MixerBox_Translate_AI_language_tutor.pl-PL.json ├── MixerBox_Translate_AI_language_tutor.pt-BR.json ├── MixerBox_Translate_AI_language_tutor.ru-RU.json ├── MixerBox_Translate_AI_language_tutor.tr-TR.json ├── MixerBox_Translate_AI_language_tutor.vi-VN.json ├── MixerBox_Translate_AI_language_tutor.zh-CN.json ├── MixerBox_Translate_AI_language_tutor.zh-TW.json ├── MixerBox_Weather.ar.json ├── MixerBox_Weather.bg-BG.json ├── MixerBox_Weather.de-DE.json ├── MixerBox_Weather.en-US.json ├── MixerBox_Weather.es-ES.json ├── MixerBox_Weather.fa-IR.json ├── MixerBox_Weather.fr-FR.json ├── MixerBox_Weather.it-IT.json ├── MixerBox_Weather.ja-JP.json ├── MixerBox_Weather.ko-KR.json ├── MixerBox_Weather.nl-NL.json ├── MixerBox_Weather.pl-PL.json ├── MixerBox_Weather.pt-BR.json ├── MixerBox_Weather.ru-RU.json ├── MixerBox_Weather.tr-TR.json ├── MixerBox_Weather.vi-VN.json ├── MixerBox_Weather.zh-CN.json ├── MixerBox_Weather.zh-TW.json ├── ResearchAI.ar.json ├── ResearchAI.de-DE.json ├── ResearchAI.es-ES.json ├── ResearchAI.fr-FR.json ├── ResearchAI.it-IT.json ├── ResearchAI.ja-JP.json ├── ResearchAI.ko-KR.json ├── ResearchAI.nl-NL.json ├── ResearchAI.pl-PL.json ├── ResearchAI.pt-BR.json ├── ResearchAI.ru-RU.json ├── ResearchAI.tr-TR.json ├── ResearchAI.vi-VN.json ├── ResearchAI.zh-CN.json ├── ResearchAI.zh-TW.json ├── SEO.ar.json ├── SEO.bg-BG.json ├── SEO.de-DE.json ├── SEO.en-US.json ├── SEO.es-ES.json ├── SEO.fa-IR.json ├── SEO.fr-FR.json ├── SEO.it-IT.json ├── SEO.ja-JP.json ├── SEO.ko-KR.json ├── SEO.nl-NL.json ├── SEO.pl-PL.json ├── SEO.pt-BR.json ├── SEO.ru-RU.json ├── SEO.tr-TR.json ├── SEO.vi-VN.json ├── SEO.zh-CN.json ├── SEO.zh-TW.json ├── ShoppingTools.ar.json ├── ShoppingTools.bg-BG.json ├── ShoppingTools.de-DE.json ├── ShoppingTools.en-US.json ├── ShoppingTools.es-ES.json ├── ShoppingTools.fa-IR.json ├── ShoppingTools.fr-FR.json ├── ShoppingTools.it-IT.json ├── ShoppingTools.ja-JP.json ├── ShoppingTools.ko-KR.json ├── ShoppingTools.nl-NL.json ├── ShoppingTools.pl-PL.json ├── ShoppingTools.pt-BR.json ├── ShoppingTools.ru-RU.json ├── ShoppingTools.tr-TR.json ├── ShoppingTools.vi-VN.json ├── ShoppingTools.zh-CN.json ├── ShoppingTools.zh-TW.json ├── Space.ar.json ├── Space.de-DE.json ├── Space.es-ES.json ├── Space.fr-FR.json ├── Space.it-IT.json ├── Space.ja-JP.json ├── Space.ko-KR.json ├── Space.nl-NL.json ├── Space.pl-PL.json ├── Space.pt-BR.json ├── Space.ru-RU.json ├── Space.tr-TR.json ├── Space.vi-VN.json ├── Space.zh-CN.json ├── Space.zh-TW.json ├── StockData.ar.json ├── StockData.bg-BG.json ├── StockData.de-DE.json ├── StockData.en-US.json ├── StockData.es-ES.json ├── StockData.fa-IR.json ├── StockData.fr-FR.json ├── StockData.it-IT.json ├── StockData.ja-JP.json ├── StockData.ko-KR.json ├── StockData.nl-NL.json ├── StockData.pl-PL.json ├── StockData.pt-BR.json ├── StockData.ru-RU.json ├── StockData.tr-TR.json ├── StockData.vi-VN.json ├── StockData.zh-CN.json ├── StockData.zh-TW.json ├── TikZJax.ar.json ├── TikZJax.bg-BG.json ├── TikZJax.de-DE.json ├── TikZJax.en-US.json ├── TikZJax.es-ES.json ├── TikZJax.fa-IR.json ├── TikZJax.fr-FR.json ├── TikZJax.it-IT.json ├── TikZJax.ja-JP.json ├── TikZJax.ko-KR.json ├── TikZJax.nl-NL.json ├── TikZJax.pl-PL.json ├── TikZJax.pt-BR.json ├── TikZJax.ru-RU.json ├── TikZJax.tr-TR.json ├── TikZJax.vi-VN.json ├── TikZJax.zh-CN.json ├── TikZJax.zh-TW.json ├── TokenInsights.ar.json ├── TokenInsights.bg-BG.json ├── TokenInsights.de-DE.json ├── TokenInsights.en-US.json ├── TokenInsights.es-ES.json ├── TokenInsights.fa-IR.json ├── TokenInsights.fr-FR.json ├── TokenInsights.it-IT.json ├── TokenInsights.ja-JP.json ├── TokenInsights.ko-KR.json ├── TokenInsights.nl-NL.json ├── TokenInsights.pl-PL.json ├── TokenInsights.pt-BR.json ├── TokenInsights.ru-RU.json ├── TokenInsights.tr-TR.json ├── TokenInsights.vi-VN.json ├── TokenInsights.zh-CN.json ├── TokenInsights.zh-TW.json ├── VideoCaptions.ar.json ├── VideoCaptions.bg-BG.json ├── VideoCaptions.de-DE.json ├── VideoCaptions.en-US.json ├── VideoCaptions.es-ES.json ├── VideoCaptions.fa-IR.json ├── VideoCaptions.fr-FR.json ├── VideoCaptions.it-IT.json ├── VideoCaptions.ja-JP.json ├── VideoCaptions.ko-KR.json ├── VideoCaptions.nl-NL.json ├── VideoCaptions.pl-PL.json ├── VideoCaptions.pt-BR.json ├── VideoCaptions.ru-RU.json ├── VideoCaptions.tr-TR.json ├── VideoCaptions.vi-VN.json ├── VideoCaptions.zh-CN.json ├── VideoCaptions.zh-TW.json ├── Video_summary.ar.json ├── Video_summary.bg-BG.json ├── Video_summary.de-DE.json ├── Video_summary.en-US.json ├── Video_summary.es-ES.json ├── Video_summary.fa-IR.json ├── Video_summary.fr-FR.json ├── Video_summary.it-IT.json ├── Video_summary.ja-JP.json ├── Video_summary.ko-KR.json ├── Video_summary.nl-NL.json ├── Video_summary.pl-PL.json ├── Video_summary.pt-BR.json ├── Video_summary.ru-RU.json ├── Video_summary.tr-TR.json ├── Video_summary.vi-VN.json ├── Video_summary.zh-CN.json ├── Video_summary.zh-TW.json ├── WeatherGPT.ar.json ├── WeatherGPT.bg-BG.json ├── WeatherGPT.de-DE.json ├── WeatherGPT.en-US.json ├── WeatherGPT.es-ES.json ├── WeatherGPT.fa-IR.json ├── WeatherGPT.fr-FR.json ├── WeatherGPT.it-IT.json ├── WeatherGPT.ja-JP.json ├── WeatherGPT.ko-KR.json ├── WeatherGPT.nl-NL.json ├── WeatherGPT.pl-PL.json ├── WeatherGPT.pt-BR.json ├── WeatherGPT.ru-RU.json ├── WeatherGPT.tr-TR.json ├── WeatherGPT.vi-VN.json ├── WeatherGPT.zh-CN.json ├── WeatherGPT.zh-TW.json ├── Web.ar.json ├── Web.bg-BG.json ├── Web.de-DE.json ├── Web.en-US.json ├── Web.es-ES.json ├── Web.fa-IR.json ├── Web.fr-FR.json ├── Web.it-IT.json ├── Web.ja-JP.json ├── Web.ko-KR.json ├── Web.nl-NL.json ├── Web.pl-PL.json ├── Web.pt-BR.json ├── Web.ru-RU.json ├── Web.tr-TR.json ├── Web.vi-VN.json ├── Web.zh-CN.json ├── Web.zh-TW.json ├── access_google_sheets.ar.json ├── access_google_sheets.bg-BG.json ├── access_google_sheets.de-DE.json ├── access_google_sheets.en-US.json ├── access_google_sheets.es-ES.json ├── access_google_sheets.fa-IR.json ├── access_google_sheets.fr-FR.json ├── access_google_sheets.it-IT.json ├── access_google_sheets.ja-JP.json ├── access_google_sheets.ko-KR.json ├── access_google_sheets.nl-NL.json ├── access_google_sheets.pl-PL.json ├── access_google_sheets.pt-BR.json ├── access_google_sheets.ru-RU.json ├── access_google_sheets.tr-TR.json ├── access_google_sheets.vi-VN.json ├── access_google_sheets.zh-CN.json ├── access_google_sheets.zh-TW.json ├── alps-tongyi-image.ar.json ├── alps-tongyi-image.bg-BG.json ├── alps-tongyi-image.de-DE.json ├── alps-tongyi-image.en-US.json ├── alps-tongyi-image.es-ES.json ├── alps-tongyi-image.fa-IR.json ├── alps-tongyi-image.fr-FR.json ├── alps-tongyi-image.it-IT.json ├── alps-tongyi-image.ja-JP.json ├── alps-tongyi-image.ko-KR.json ├── alps-tongyi-image.nl-NL.json ├── alps-tongyi-image.pl-PL.json ├── alps-tongyi-image.pt-BR.json ├── alps-tongyi-image.ru-RU.json ├── alps-tongyi-image.tr-TR.json ├── alps-tongyi-image.vi-VN.json ├── alps-tongyi-image.zh-CN.json ├── alps-tongyi-image.zh-TW.json ├── ask-your-pdf.ar.json ├── ask-your-pdf.de-DE.json ├── ask-your-pdf.es-ES.json ├── ask-your-pdf.fr-FR.json ├── ask-your-pdf.it-IT.json ├── ask-your-pdf.ja-JP.json ├── ask-your-pdf.ko-KR.json ├── ask-your-pdf.nl-NL.json ├── ask-your-pdf.pl-PL.json ├── ask-your-pdf.pt-BR.json ├── ask-your-pdf.ru-RU.json ├── ask-your-pdf.tr-TR.json ├── ask-your-pdf.vi-VN.json ├── ask-your-pdf.zh-CN.json ├── ask-your-pdf.zh-TW.json ├── askyourpdf.ar.json ├── askyourpdf.de-DE.json ├── askyourpdf.es-ES.json ├── askyourpdf.fr-FR.json ├── askyourpdf.it-IT.json ├── askyourpdf.ja-JP.json ├── askyourpdf.ko-KR.json ├── askyourpdf.nl-NL.json ├── askyourpdf.pl-PL.json ├── askyourpdf.pt-BR.json ├── askyourpdf.ru-RU.json ├── askyourpdf.tr-TR.json ├── askyourpdf.vi-VN.json ├── askyourpdf.zh-CN.json ├── askyourpdf.zh-TW.json ├── assetOvi.ar.json ├── assetOvi.bg-BG.json ├── assetOvi.de-DE.json ├── assetOvi.en-US.json ├── assetOvi.es-ES.json ├── assetOvi.fa-IR.json ├── assetOvi.fr-FR.json ├── assetOvi.it-IT.json ├── assetOvi.ja-JP.json ├── assetOvi.ko-KR.json ├── assetOvi.nl-NL.json ├── assetOvi.pl-PL.json ├── assetOvi.pt-BR.json ├── assetOvi.ru-RU.json ├── assetOvi.tr-TR.json ├── assetOvi.vi-VN.json ├── assetOvi.zh-CN.json ├── assetOvi.zh-TW.json ├── astrodaily.ar.json ├── astrodaily.bg-BG.json ├── astrodaily.de-DE.json ├── astrodaily.en-US.json ├── astrodaily.es-ES.json ├── astrodaily.fa-IR.json ├── astrodaily.fr-FR.json ├── astrodaily.it-IT.json ├── astrodaily.ja-JP.json ├── astrodaily.ko-KR.json ├── astrodaily.nl-NL.json ├── astrodaily.pl-PL.json ├── astrodaily.pt-BR.json ├── astrodaily.ru-RU.json ├── astrodaily.tr-TR.json ├── astrodaily.vi-VN.json ├── astrodaily.zh-CN.json ├── astrodaily.zh-TW.json ├── bilibili.ar.json ├── bilibili.bg-BG.json ├── bilibili.de-DE.json ├── bilibili.en-US.json ├── bilibili.es-ES.json ├── bilibili.fa-IR.json ├── bilibili.fr-FR.json ├── bilibili.it-IT.json ├── bilibili.ja-JP.json ├── bilibili.ko-KR.json ├── bilibili.nl-NL.json ├── bilibili.pl-PL.json ├── bilibili.pt-BR.json ├── bilibili.ru-RU.json ├── bilibili.tr-TR.json ├── bilibili.vi-VN.json ├── bilibili.zh-CN.json ├── bilibili.zh-TW.json ├── boolio.ar.json ├── boolio.bg-BG.json ├── boolio.de-DE.json ├── boolio.en-US.json ├── boolio.es-ES.json ├── boolio.fa-IR.json ├── boolio.fr-FR.json ├── boolio.it-IT.json ├── boolio.ja-JP.json ├── boolio.ko-KR.json ├── boolio.nl-NL.json ├── boolio.pl-PL.json ├── boolio.pt-BR.json ├── boolio.ru-RU.json ├── boolio.tr-TR.json ├── boolio.vi-VN.json ├── boolio.zh-CN.json ├── boolio.zh-TW.json ├── calendar-assistant.ar.json ├── calendar-assistant.bg-BG.json ├── calendar-assistant.de-DE.json ├── calendar-assistant.en-US.json ├── calendar-assistant.es-ES.json ├── calendar-assistant.fa-IR.json ├── calendar-assistant.fr-FR.json ├── calendar-assistant.it-IT.json ├── calendar-assistant.ja-JP.json ├── calendar-assistant.ko-KR.json ├── calendar-assistant.nl-NL.json ├── calendar-assistant.pl-PL.json ├── calendar-assistant.pt-BR.json ├── calendar-assistant.ru-RU.json ├── calendar-assistant.tr-TR.json ├── calendar-assistant.vi-VN.json ├── calendar-assistant.zh-CN.json ├── calendar-assistant.zh-TW.json ├── clock-time.ar.json ├── clock-time.bg-BG.json ├── clock-time.de-DE.json ├── clock-time.en-US.json ├── clock-time.es-ES.json ├── clock-time.fa-IR.json ├── clock-time.fr-FR.json ├── clock-time.it-IT.json ├── clock-time.ja-JP.json ├── clock-time.ko-KR.json ├── clock-time.nl-NL.json ├── clock-time.pl-PL.json ├── clock-time.pt-BR.json ├── clock-time.ru-RU.json ├── clock-time.tr-TR.json ├── clock-time.vi-VN.json ├── clock-time.zh-CN.json ├── clock-time.zh-TW.json ├── current-datetime-assistant.ar.json ├── current-datetime-assistant.bg-BG.json ├── current-datetime-assistant.de-DE.json ├── current-datetime-assistant.en-US.json ├── current-datetime-assistant.es-ES.json ├── current-datetime-assistant.fa-IR.json ├── current-datetime-assistant.fr-FR.json ├── current-datetime-assistant.it-IT.json ├── current-datetime-assistant.ja-JP.json ├── current-datetime-assistant.ko-KR.json ├── current-datetime-assistant.nl-NL.json ├── current-datetime-assistant.pl-PL.json ├── current-datetime-assistant.pt-BR.json ├── current-datetime-assistant.ru-RU.json ├── current-datetime-assistant.tr-TR.json ├── current-datetime-assistant.vi-VN.json ├── current-datetime-assistant.zh-CN.json ├── current-datetime-assistant.zh-TW.json ├── defillama.ar.json ├── defillama.bg-BG.json ├── defillama.de-DE.json ├── defillama.en-US.json ├── defillama.es-ES.json ├── defillama.fa-IR.json ├── defillama.fr-FR.json ├── defillama.it-IT.json ├── defillama.ja-JP.json ├── defillama.ko-KR.json ├── defillama.nl-NL.json ├── defillama.pl-PL.json ├── defillama.pt-BR.json ├── defillama.ru-RU.json ├── defillama.tr-TR.json ├── defillama.vi-VN.json ├── defillama.zh-CN.json ├── defillama.zh-TW.json ├── diagrams_show_me.ar.json ├── diagrams_show_me.de-DE.json ├── diagrams_show_me.es-ES.json ├── diagrams_show_me.fr-FR.json ├── diagrams_show_me.it-IT.json ├── diagrams_show_me.ja-JP.json ├── diagrams_show_me.ko-KR.json ├── diagrams_show_me.nl-NL.json ├── diagrams_show_me.pl-PL.json ├── diagrams_show_me.pt-BR.json ├── diagrams_show_me.ru-RU.json ├── diagrams_show_me.tr-TR.json ├── diagrams_show_me.vi-VN.json ├── diagrams_show_me.zh-CN.json ├── diagrams_show_me.zh-TW.json ├── diceroller.ar.json ├── diceroller.bg-BG.json ├── diceroller.de-DE.json ├── diceroller.en-US.json ├── diceroller.es-ES.json ├── diceroller.fa-IR.json ├── diceroller.fr-FR.json ├── diceroller.it-IT.json ├── diceroller.ja-JP.json ├── diceroller.ko-KR.json ├── diceroller.nl-NL.json ├── diceroller.pl-PL.json ├── diceroller.pt-BR.json ├── diceroller.ru-RU.json ├── diceroller.tr-TR.json ├── diceroller.vi-VN.json ├── diceroller.zh-CN.json ├── diceroller.zh-TW.json ├── domatron.ar.json ├── domatron.de-DE.json ├── domatron.es-ES.json ├── domatron.fr-FR.json ├── domatron.it-IT.json ├── domatron.ja-JP.json ├── domatron.ko-KR.json ├── domatron.nl-NL.json ├── domatron.pl-PL.json ├── domatron.pt-BR.json ├── domatron.ru-RU.json ├── domatron.tr-TR.json ├── domatron.vi-VN.json ├── domatron.zh-CN.json ├── domatron.zh-TW.json ├── earthquake.ar.json ├── earthquake.de-DE.json ├── earthquake.es-ES.json ├── earthquake.fr-FR.json ├── earthquake.it-IT.json ├── earthquake.ja-JP.json ├── earthquake.ko-KR.json ├── earthquake.nl-NL.json ├── earthquake.pl-PL.json ├── earthquake.pt-BR.json ├── earthquake.ru-RU.json ├── earthquake.tr-TR.json ├── earthquake.vi-VN.json ├── earthquake.zh-CN.json ├── earthquake.zh-TW.json ├── factcheck.ar.json ├── factcheck.de-DE.json ├── factcheck.es-ES.json ├── factcheck.fr-FR.json ├── factcheck.it-IT.json ├── factcheck.ja-JP.json ├── factcheck.ko-KR.json ├── factcheck.nl-NL.json ├── factcheck.pl-PL.json ├── factcheck.pt-BR.json ├── factcheck.ru-RU.json ├── factcheck.tr-TR.json ├── factcheck.vi-VN.json ├── factcheck.zh-CN.json ├── factcheck.zh-TW.json ├── gitUserRepoStats.ar.json ├── gitUserRepoStats.bg-BG.json ├── gitUserRepoStats.de-DE.json ├── gitUserRepoStats.en-US.json ├── gitUserRepoStats.es-ES.json ├── gitUserRepoStats.fa-IR.json ├── gitUserRepoStats.fr-FR.json ├── gitUserRepoStats.it-IT.json ├── gitUserRepoStats.ja-JP.json ├── gitUserRepoStats.ko-KR.json ├── gitUserRepoStats.nl-NL.json ├── gitUserRepoStats.pl-PL.json ├── gitUserRepoStats.pt-BR.json ├── gitUserRepoStats.ru-RU.json ├── gitUserRepoStats.tr-TR.json ├── gitUserRepoStats.vi-VN.json ├── gitUserRepoStats.zh-CN.json ├── gitUserRepoStats.zh-TW.json ├── google-cse-lobechat.ar.json ├── google-cse-lobechat.bg-BG.json ├── google-cse-lobechat.de-DE.json ├── google-cse-lobechat.en-US.json ├── google-cse-lobechat.es-ES.json ├── google-cse-lobechat.fa-IR.json ├── google-cse-lobechat.fr-FR.json ├── google-cse-lobechat.it-IT.json ├── google-cse-lobechat.ja-JP.json ├── google-cse-lobechat.ko-KR.json ├── google-cse-lobechat.nl-NL.json ├── google-cse-lobechat.pl-PL.json ├── google-cse-lobechat.pt-BR.json ├── google-cse-lobechat.ru-RU.json ├── google-cse-lobechat.tr-TR.json ├── google-cse-lobechat.vi-VN.json ├── google-cse-lobechat.zh-CN.json ├── google-cse-lobechat.zh-TW.json ├── google-cse.ar.json ├── google-cse.bg-BG.json ├── google-cse.de-DE.json ├── google-cse.en-US.json ├── google-cse.es-ES.json ├── google-cse.fa-IR.json ├── google-cse.fr-FR.json ├── google-cse.it-IT.json ├── google-cse.ja-JP.json ├── google-cse.ko-KR.json ├── google-cse.nl-NL.json ├── google-cse.pl-PL.json ├── google-cse.pt-BR.json ├── google-cse.ru-RU.json ├── google-cse.tr-TR.json ├── google-cse.vi-VN.json ├── google-cse.zh-CN.json ├── google-cse.zh-TW.json ├── levinbot.ar.json ├── levinbot.bg-BG.json ├── levinbot.de-DE.json ├── levinbot.en-US.json ├── levinbot.es-ES.json ├── levinbot.fa-IR.json ├── levinbot.fr-FR.json ├── levinbot.it-IT.json ├── levinbot.ja-JP.json ├── levinbot.ko-KR.json ├── levinbot.nl-NL.json ├── levinbot.pl-PL.json ├── levinbot.pt-BR.json ├── levinbot.ru-RU.json ├── levinbot.tr-TR.json ├── levinbot.vi-VN.json ├── levinbot.zh-CN.json ├── levinbot.zh-TW.json ├── litmaps.ar.json ├── litmaps.bg-BG.json ├── litmaps.de-DE.json ├── litmaps.en-US.json ├── litmaps.es-ES.json ├── litmaps.fa-IR.json ├── litmaps.fr-FR.json ├── litmaps.it-IT.json ├── litmaps.ja-JP.json ├── litmaps.ko-KR.json ├── litmaps.nl-NL.json ├── litmaps.pl-PL.json ├── litmaps.pt-BR.json ├── litmaps.ru-RU.json ├── litmaps.tr-TR.json ├── litmaps.vi-VN.json ├── litmaps.zh-CN.json ├── litmaps.zh-TW.json ├── make_an_excel_sheet.ar.json ├── make_an_excel_sheet.bg-BG.json ├── make_an_excel_sheet.de-DE.json ├── make_an_excel_sheet.en-US.json ├── make_an_excel_sheet.es-ES.json ├── make_an_excel_sheet.fa-IR.json ├── make_an_excel_sheet.fr-FR.json ├── make_an_excel_sheet.it-IT.json ├── make_an_excel_sheet.ja-JP.json ├── make_an_excel_sheet.ko-KR.json ├── make_an_excel_sheet.nl-NL.json ├── make_an_excel_sheet.pl-PL.json ├── make_an_excel_sheet.pt-BR.json ├── make_an_excel_sheet.ru-RU.json ├── make_an_excel_sheet.tr-TR.json ├── make_an_excel_sheet.vi-VN.json ├── make_an_excel_sheet.zh-CN.json ├── make_an_excel_sheet.zh-TW.json ├── midjourney.ar.json ├── midjourney.bg-BG.json ├── midjourney.de-DE.json ├── midjourney.en-US.json ├── midjourney.es-ES.json ├── midjourney.fa-IR.json ├── midjourney.fr-FR.json ├── midjourney.it-IT.json ├── midjourney.ja-JP.json ├── midjourney.ko-KR.json ├── midjourney.nl-NL.json ├── midjourney.pl-PL.json ├── midjourney.pt-BR.json ├── midjourney.ru-RU.json ├── midjourney.tr-TR.json ├── midjourney.vi-VN.json ├── midjourney.zh-CN.json ├── midjourney.zh-TW.json ├── mintbasesearch.ar.json ├── mintbasesearch.bg-BG.json ├── mintbasesearch.de-DE.json ├── mintbasesearch.en-US.json ├── mintbasesearch.es-ES.json ├── mintbasesearch.fa-IR.json ├── mintbasesearch.fr-FR.json ├── mintbasesearch.it-IT.json ├── mintbasesearch.ja-JP.json ├── mintbasesearch.ko-KR.json ├── mintbasesearch.nl-NL.json ├── mintbasesearch.pl-PL.json ├── mintbasesearch.pt-BR.json ├── mintbasesearch.ru-RU.json ├── mintbasesearch.tr-TR.json ├── mintbasesearch.vi-VN.json ├── mintbasesearch.zh-CN.json ├── mintbasesearch.zh-TW.json ├── moonlit-mind-map.ar.json ├── moonlit-mind-map.bg-BG.json ├── moonlit-mind-map.de-DE.json ├── moonlit-mind-map.en-US.json ├── moonlit-mind-map.es-ES.json ├── moonlit-mind-map.fa-IR.json ├── moonlit-mind-map.fr-FR.json ├── moonlit-mind-map.it-IT.json ├── moonlit-mind-map.ja-JP.json ├── moonlit-mind-map.ko-KR.json ├── moonlit-mind-map.nl-NL.json ├── moonlit-mind-map.pl-PL.json ├── moonlit-mind-map.pt-BR.json ├── moonlit-mind-map.ru-RU.json ├── moonlit-mind-map.tr-TR.json ├── moonlit-mind-map.vi-VN.json ├── moonlit-mind-map.zh-CN.json ├── moonlit-mind-map.zh-TW.json ├── nba_stats.ar.json ├── nba_stats.de-DE.json ├── nba_stats.es-ES.json ├── nba_stats.fr-FR.json ├── nba_stats.it-IT.json ├── nba_stats.ja-JP.json ├── nba_stats.ko-KR.json ├── nba_stats.nl-NL.json ├── nba_stats.pl-PL.json ├── nba_stats.pt-BR.json ├── nba_stats.ru-RU.json ├── nba_stats.tr-TR.json ├── nba_stats.vi-VN.json ├── nba_stats.zh-CN.json ├── nba_stats.zh-TW.json ├── nftguru.ar.json ├── nftguru.bg-BG.json ├── nftguru.de-DE.json ├── nftguru.en-US.json ├── nftguru.es-ES.json ├── nftguru.fa-IR.json ├── nftguru.fr-FR.json ├── nftguru.it-IT.json ├── nftguru.ja-JP.json ├── nftguru.ko-KR.json ├── nftguru.nl-NL.json ├── nftguru.pl-PL.json ├── nftguru.pt-BR.json ├── nftguru.ru-RU.json ├── nftguru.tr-TR.json ├── nftguru.vi-VN.json ├── nftguru.zh-CN.json ├── nftguru.zh-TW.json ├── nonprofits.ar.json ├── nonprofits.bg-BG.json ├── nonprofits.de-DE.json ├── nonprofits.en-US.json ├── nonprofits.es-ES.json ├── nonprofits.fa-IR.json ├── nonprofits.fr-FR.json ├── nonprofits.it-IT.json ├── nonprofits.ja-JP.json ├── nonprofits.ko-KR.json ├── nonprofits.nl-NL.json ├── nonprofits.pl-PL.json ├── nonprofits.pt-BR.json ├── nonprofits.ru-RU.json ├── nonprofits.tr-TR.json ├── nonprofits.vi-VN.json ├── nonprofits.zh-CN.json ├── nonprofits.zh-TW.json ├── pollinations-drawing.ar.json ├── pollinations-drawing.bg-BG.json ├── pollinations-drawing.de-DE.json ├── pollinations-drawing.en-US.json ├── pollinations-drawing.es-ES.json ├── pollinations-drawing.fa-IR.json ├── pollinations-drawing.fr-FR.json ├── pollinations-drawing.it-IT.json ├── pollinations-drawing.ja-JP.json ├── pollinations-drawing.ko-KR.json ├── pollinations-drawing.nl-NL.json ├── pollinations-drawing.pl-PL.json ├── pollinations-drawing.pt-BR.json ├── pollinations-drawing.ru-RU.json ├── pollinations-drawing.tr-TR.json ├── pollinations-drawing.vi-VN.json ├── pollinations-drawing.zh-CN.json ├── pollinations-drawing.zh-TW.json ├── questmate.ar.json ├── questmate.bg-BG.json ├── questmate.de-DE.json ├── questmate.en-US.json ├── questmate.es-ES.json ├── questmate.fa-IR.json ├── questmate.fr-FR.json ├── questmate.it-IT.json ├── questmate.ja-JP.json ├── questmate.ko-KR.json ├── questmate.nl-NL.json ├── questmate.pl-PL.json ├── questmate.pt-BR.json ├── questmate.ru-RU.json ├── questmate.tr-TR.json ├── questmate.vi-VN.json ├── questmate.zh-CN.json ├── questmate.zh-TW.json ├── realtime-weather.ar.json ├── realtime-weather.bg-BG.json ├── realtime-weather.de-DE.json ├── realtime-weather.en-US.json ├── realtime-weather.es-ES.json ├── realtime-weather.fa-IR.json ├── realtime-weather.fr-FR.json ├── realtime-weather.it-IT.json ├── realtime-weather.ja-JP.json ├── realtime-weather.ko-KR.json ├── realtime-weather.nl-NL.json ├── realtime-weather.pl-PL.json ├── realtime-weather.pt-BR.json ├── realtime-weather.ru-RU.json ├── realtime-weather.tr-TR.json ├── realtime-weather.vi-VN.json ├── realtime-weather.zh-CN.json ├── realtime-weather.zh-TW.json ├── savvy_trader_ai.ar.json ├── savvy_trader_ai.bg-BG.json ├── savvy_trader_ai.de-DE.json ├── savvy_trader_ai.en-US.json ├── savvy_trader_ai.es-ES.json ├── savvy_trader_ai.fa-IR.json ├── savvy_trader_ai.fr-FR.json ├── savvy_trader_ai.it-IT.json ├── savvy_trader_ai.ja-JP.json ├── savvy_trader_ai.ko-KR.json ├── savvy_trader_ai.nl-NL.json ├── savvy_trader_ai.pl-PL.json ├── savvy_trader_ai.pt-BR.json ├── savvy_trader_ai.ru-RU.json ├── savvy_trader_ai.tr-TR.json ├── savvy_trader_ai.vi-VN.json ├── savvy_trader_ai.zh-CN.json ├── savvy_trader_ai.zh-TW.json ├── scholarly.ar.json ├── scholarly.de-DE.json ├── scholarly.es-ES.json ├── scholarly.fr-FR.json ├── scholarly.it-IT.json ├── scholarly.ja-JP.json ├── scholarly.ko-KR.json ├── scholarly.nl-NL.json ├── scholarly.pl-PL.json ├── scholarly.pt-BR.json ├── scholarly.ru-RU.json ├── scholarly.tr-TR.json ├── scholarly.vi-VN.json ├── scholarly.zh-CN.json ├── scholarly.zh-TW.json ├── search-engine-serper.ar.json ├── search-engine-serper.bg-BG.json ├── search-engine-serper.de-DE.json ├── search-engine-serper.en-US.json ├── search-engine-serper.es-ES.json ├── search-engine-serper.fa-IR.json ├── search-engine-serper.fr-FR.json ├── search-engine-serper.it-IT.json ├── search-engine-serper.ja-JP.json ├── search-engine-serper.ko-KR.json ├── search-engine-serper.nl-NL.json ├── search-engine-serper.pl-PL.json ├── search-engine-serper.pt-BR.json ├── search-engine-serper.ru-RU.json ├── search-engine-serper.tr-TR.json ├── search-engine-serper.vi-VN.json ├── search-engine-serper.zh-CN.json ├── search-engine-serper.zh-TW.json ├── search-engine.ar.json ├── search-engine.bg-BG.json ├── search-engine.de-DE.json ├── search-engine.en-US.json ├── search-engine.es-ES.json ├── search-engine.fa-IR.json ├── search-engine.fr-FR.json ├── search-engine.it-IT.json ├── search-engine.ja-JP.json ├── search-engine.ko-KR.json ├── search-engine.nl-NL.json ├── search-engine.pl-PL.json ├── search-engine.pt-BR.json ├── search-engine.ru-RU.json ├── search-engine.tr-TR.json ├── search-engine.vi-VN.json ├── search-engine.zh-CN.json ├── search-engine.zh-TW.json ├── search1api.ar.json ├── search1api.bg-BG.json ├── search1api.de-DE.json ├── search1api.en-US.json ├── search1api.es-ES.json ├── search1api.fa-IR.json ├── search1api.fr-FR.json ├── search1api.it-IT.json ├── search1api.ja-JP.json ├── search1api.ko-KR.json ├── search1api.nl-NL.json ├── search1api.pl-PL.json ├── search1api.pt-BR.json ├── search1api.ru-RU.json ├── search1api.tr-TR.json ├── search1api.vi-VN.json ├── search1api.zh-CN.json ├── search1api.zh-TW.json ├── seo_assistant.ar.json ├── seo_assistant.bg-BG.json ├── seo_assistant.de-DE.json ├── seo_assistant.en-US.json ├── seo_assistant.es-ES.json ├── seo_assistant.fa-IR.json ├── seo_assistant.fr-FR.json ├── seo_assistant.it-IT.json ├── seo_assistant.ja-JP.json ├── seo_assistant.ko-KR.json ├── seo_assistant.nl-NL.json ├── seo_assistant.pl-PL.json ├── seo_assistant.pt-BR.json ├── seo_assistant.ru-RU.json ├── seo_assistant.tr-TR.json ├── seo_assistant.vi-VN.json ├── seo_assistant.zh-CN.json ├── seo_assistant.zh-TW.json ├── socialsearch.ar.json ├── socialsearch.de-DE.json ├── socialsearch.es-ES.json ├── socialsearch.fr-FR.json ├── socialsearch.it-IT.json ├── socialsearch.ja-JP.json ├── socialsearch.ko-KR.json ├── socialsearch.nl-NL.json ├── socialsearch.pl-PL.json ├── socialsearch.pt-BR.json ├── socialsearch.ru-RU.json ├── socialsearch.tr-TR.json ├── socialsearch.vi-VN.json ├── socialsearch.zh-CN.json ├── socialsearch.zh-TW.json ├── speak.ar.json ├── speak.bg-BG.json ├── speak.de-DE.json ├── speak.en-US.json ├── speak.es-ES.json ├── speak.fa-IR.json ├── speak.fr-FR.json ├── speak.it-IT.json ├── speak.ja-JP.json ├── speak.ko-KR.json ├── speak.nl-NL.json ├── speak.pl-PL.json ├── speak.pt-BR.json ├── speak.ru-RU.json ├── speak.tr-TR.json ├── speak.vi-VN.json ├── speak.zh-CN.json ├── speak.zh-TW.json ├── ssfineart.ar.json ├── ssfineart.bg-BG.json ├── ssfineart.de-DE.json ├── ssfineart.en-US.json ├── ssfineart.es-ES.json ├── ssfineart.fa-IR.json ├── ssfineart.fr-FR.json ├── ssfineart.it-IT.json ├── ssfineart.ja-JP.json ├── ssfineart.ko-KR.json ├── ssfineart.nl-NL.json ├── ssfineart.pl-PL.json ├── ssfineart.pt-BR.json ├── ssfineart.ru-RU.json ├── ssfineart.tr-TR.json ├── ssfineart.vi-VN.json ├── ssfineart.zh-CN.json ├── ssfineart.zh-TW.json ├── stackoverflow_plus.ar.json ├── stackoverflow_plus.de-DE.json ├── stackoverflow_plus.es-ES.json ├── stackoverflow_plus.fr-FR.json ├── stackoverflow_plus.it-IT.json ├── stackoverflow_plus.ja-JP.json ├── stackoverflow_plus.ko-KR.json ├── stackoverflow_plus.nl-NL.json ├── stackoverflow_plus.pl-PL.json ├── stackoverflow_plus.pt-BR.json ├── stackoverflow_plus.ru-RU.json ├── stackoverflow_plus.tr-TR.json ├── stackoverflow_plus.vi-VN.json ├── stackoverflow_plus.zh-CN.json ├── stackoverflow_plus.zh-TW.json ├── steam.ar.json ├── steam.bg-BG.json ├── steam.de-DE.json ├── steam.en-US.json ├── steam.es-ES.json ├── steam.fa-IR.json ├── steam.fr-FR.json ├── steam.it-IT.json ├── steam.ja-JP.json ├── steam.ko-KR.json ├── steam.nl-NL.json ├── steam.pl-PL.json ├── steam.pt-BR.json ├── steam.ru-RU.json ├── steam.tr-TR.json ├── steam.vi-VN.json ├── steam.zh-CN.json ├── steam.zh-TW.json ├── todo.ar.json ├── todo.bg-BG.json ├── todo.de-DE.json ├── todo.en-US.json ├── todo.es-ES.json ├── todo.fa-IR.json ├── todo.fr-FR.json ├── todo.it-IT.json ├── todo.ja-JP.json ├── todo.ko-KR.json ├── todo.nl-NL.json ├── todo.pl-PL.json ├── todo.pt-BR.json ├── todo.ru-RU.json ├── todo.tr-TR.json ├── todo.vi-VN.json ├── todo.zh-CN.json ├── todo.zh-TW.json ├── travelmyth.ar.json ├── travelmyth.bg-BG.json ├── travelmyth.de-DE.json ├── travelmyth.en-US.json ├── travelmyth.es-ES.json ├── travelmyth.fa-IR.json ├── travelmyth.fr-FR.json ├── travelmyth.it-IT.json ├── travelmyth.ja-JP.json ├── travelmyth.ko-KR.json ├── travelmyth.nl-NL.json ├── travelmyth.pl-PL.json ├── travelmyth.pt-BR.json ├── travelmyth.ru-RU.json ├── travelmyth.tr-TR.json ├── travelmyth.vi-VN.json ├── travelmyth.zh-CN.json ├── travelmyth.zh-TW.json ├── uberchord.ar.json ├── uberchord.bg-BG.json ├── uberchord.de-DE.json ├── uberchord.en-US.json ├── uberchord.es-ES.json ├── uberchord.fa-IR.json ├── uberchord.fr-FR.json ├── uberchord.it-IT.json ├── uberchord.ja-JP.json ├── uberchord.ko-KR.json ├── uberchord.nl-NL.json ├── uberchord.pl-PL.json ├── uberchord.pt-BR.json ├── uberchord.ru-RU.json ├── uberchord.tr-TR.json ├── uberchord.vi-VN.json ├── uberchord.zh-CN.json ├── uberchord.zh-TW.json ├── uptime.ar.json ├── uptime.bg-BG.json ├── uptime.de-DE.json ├── uptime.en-US.json ├── uptime.es-ES.json ├── uptime.fa-IR.json ├── uptime.fr-FR.json ├── uptime.it-IT.json ├── uptime.ja-JP.json ├── uptime.ko-KR.json ├── uptime.nl-NL.json ├── uptime.pl-PL.json ├── uptime.pt-BR.json ├── uptime.ru-RU.json ├── uptime.tr-TR.json ├── uptime.vi-VN.json ├── uptime.zh-CN.json ├── uptime.zh-TW.json ├── web.ar.json ├── web.bg-BG.json ├── web.de-DE.json ├── web.en-US.json ├── web.es-ES.json ├── web.fa-IR.json ├── web.fr-FR.json ├── web.it-IT.json ├── web.ja-JP.json ├── web.ko-KR.json ├── web.nl-NL.json ├── web.pl-PL.json ├── web.pt-BR.json ├── web.ru-RU.json ├── web.tr-TR.json ├── web.vi-VN.json ├── web.zh-CN.json ├── web.zh-TW.json ├── web_search.ar.json ├── web_search.bg-BG.json ├── web_search.de-DE.json ├── web_search.en-US.json ├── web_search.es-ES.json ├── web_search.fa-IR.json ├── web_search.fr-FR.json ├── web_search.it-IT.json ├── web_search.ja-JP.json ├── web_search.ko-KR.json ├── web_search.nl-NL.json ├── web_search.pl-PL.json ├── web_search.pt-BR.json ├── web_search.ru-RU.json ├── web_search.tr-TR.json ├── web_search.vi-VN.json ├── web_search.zh-CN.json ├── web_search.zh-TW.json ├── websearch_bing.ar.json ├── websearch_bing.bg-BG.json ├── websearch_bing.de-DE.json ├── websearch_bing.en-US.json ├── websearch_bing.es-ES.json ├── websearch_bing.fa-IR.json ├── websearch_bing.fr-FR.json ├── websearch_bing.it-IT.json ├── websearch_bing.ja-JP.json ├── websearch_bing.ko-KR.json ├── websearch_bing.nl-NL.json ├── websearch_bing.pl-PL.json ├── websearch_bing.pt-BR.json ├── websearch_bing.ru-RU.json ├── websearch_bing.tr-TR.json ├── websearch_bing.vi-VN.json ├── websearch_bing.zh-CN.json ├── websearch_bing.zh-TW.json ├── website-crawler.ar.json ├── website-crawler.bg-BG.json ├── website-crawler.de-DE.json ├── website-crawler.en-US.json ├── website-crawler.es-ES.json ├── website-crawler.fa-IR.json ├── website-crawler.fr-FR.json ├── website-crawler.it-IT.json ├── website-crawler.ja-JP.json ├── website-crawler.ko-KR.json ├── website-crawler.nl-NL.json ├── website-crawler.pl-PL.json ├── website-crawler.pt-BR.json ├── website-crawler.ru-RU.json ├── website-crawler.tr-TR.json ├── website-crawler.vi-VN.json ├── website-crawler.zh-CN.json └── website-crawler.zh-TW.json ├── meta.json ├── package.json ├── plugin-template.json ├── scripts ├── build.ts ├── category.ts ├── check.ts ├── const.ts ├── format.ts ├── formatFilename.ts ├── i18n.ts ├── model.ts ├── sync.ts ├── test.ts ├── updateAwesome.ts └── utils.ts ├── src ├── AladinSearchBooks.json ├── Bingsearch-identifier.json ├── GameSight.json ├── MixerBox_Podcasts.json ├── MixerBox_Translate_AI_language_tutor.json ├── MixerBox_Weather.json ├── SEO.json ├── ShoppingTools.json ├── StockData.json ├── TikZJax.json ├── VideoCaptions.json ├── Video_summary.json ├── WeatherGPT.json ├── access_google_sheets.json ├── alps-tongyi-image.json ├── assetOvi.json ├── bilibili.json ├── boolio.json ├── calendar-assistant.json ├── clock-time.json ├── current-datetime-assistant.json ├── defillama.json ├── gitUserRepoStats.json ├── google-cse.json ├── levinbot.json ├── litmaps.json ├── midjourney.json ├── moonlit-mind-map.json ├── nonprofits.json ├── pollinations-drawing.json ├── questmate.json ├── realtime-weather.json ├── savvy_trader_ai.json ├── search-engine-serper.json ├── search-engine.json ├── search1api.json ├── seo_assistant.json ├── ssfineart.json ├── steam.json ├── travelmyth.json ├── uptime.json ├── web.json └── website-crawler.json └── tsconfig.json /.eslintrc.cjs: -------------------------------------------------------------------------------- 1 | module.exports = require('@lobehub/lint').eslint; 2 | -------------------------------------------------------------------------------- /.releaserc.cjs: -------------------------------------------------------------------------------- 1 | module.exports = require('@lobehub/lint').semanticRelease; 2 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "البحث عن الكتب على ألادين.", 5 | "tags": ["كتاب", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "АладинКниги", 4 | "description": "Търсете книги в Аладин.", 5 | "tags": ["книга", "търсене"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Suche nach Büchern auf Aladin.", 5 | "tags": ["Buch", "Suche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Search for books on Aladin.", 5 | "tags": ["book", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Buscar libros en Aladin.", 5 | "tags": ["libro", "búsqueda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "کتاب‌های الادین", 4 | "description": "برای جستجوی کتاب‌ها در الادین.", 5 | "tags": ["کتاب", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Recherche de livres sur Aladin.", 5 | "tags": ["livre", "recherche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Cerca libri su Aladin.", 5 | "tags": ["libro", "ricerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "アラジンで本を検索します。", 5 | "tags": ["本", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "알라딘북스", 4 | "description": "알라딘에서 책 검색하기", 5 | "tags": ["책", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Zoek naar boeken op Aladin.", 5 | "tags": ["boek", "zoeken"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Wyszukaj książki na Aladin.", 5 | "tags": ["książka", "szukaj"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Busque por livros no Aladin.", 5 | "tags": ["livro", "busca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Поиск книг на Аладине.", 5 | "tags": ["книга", "поиск"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinKitaplar", 4 | "description": "Aladin üzerinde kitap arayın.", 5 | "tags": ["kitap", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "Tìm kiếm sách trên Aladin.", 5 | "tags": ["book", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "在阿拉丁上搜索书籍。", 5 | "tags": ["书籍", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/AladinSearchBooks.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AladinBooks", 4 | "description": "在阿拉丁上搜尋書籍。", 5 | "tags": ["書籍", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "إنشاء وتشغيل الأتمتة على أكثر خدمات الويب شيوعًا.", 5 | "tags": ["سير العمل", "تلقائي"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "Crea y ejecuta automatizaciones en los servicios web más populares.", 5 | "tags": ["flujo de trabajo", "automático"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "Crea e esegui automazioni sui servizi web più popolari.", 5 | "tags": ["flusso di lavoro", "automatico"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "最も人気のあるWebサービスで自動化を作成して実行します。", 5 | "tags": ["ワークフロー", "自動"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "가장 인기있는 웹 서비스에서 자동화를 생성하고 실행합니다.", 5 | "tags": ["워크플로우", "자동화"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "Maak en voer automatiseringen uit op de meest populaire webservices.", 5 | "tags": ["workflow", "automatisch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "Crie e execute automações nos serviços web mais populares.", 5 | "tags": ["fluxo de trabalho", "automático"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "En popüler web hizmetlerinde otomasyon oluşturun ve çalıştırın.", 5 | "tags": ["iş akışı", "otomatik"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "Tạo và chạy tự động hóa trên các dịch vụ web phổ biến nhất.", 5 | "tags": ["luồng công việc", "tự động"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "在最流行的网络服务上创建和运行自动化。", 5 | "tags": ["工作流程", "自动化"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bardeen.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bardeen", 4 | "description": "在最受歡迎的網絡服務上創建和運行自動化。", 5 | "tags": ["工作流程", "自動化"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "بحث_بينغ", 4 | "description": "ابحث عن المعلومات من الإنترنت باستخدام BingApi", 5 | "tags": ["بحث_بينغ"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_уебтърсене", 4 | "description": "Търсете информация от интернет базата BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_Websuche", 4 | "description": "Suche nach Informationen aus dem Internet basierend auf der BingApi", 5 | "tags": ["bingsuche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing Web Search", 4 | "description": "Search for information from the internet based on Bing API", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_búsqueda_web", 4 | "description": "Buscar información en internet a través de BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جستجوی_وب_بینگ", 4 | "description": "جستجو برای اطلاعات از اینترنت با استفاده از BingApi", 5 | "tags": ["جستجوی_بینگ"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Rechercher des informations sur Internet via BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Cerca informazioni su Internet tramite BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "BingApiを基にインターネットから情報を検索", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "빙 웹 검색", 4 | "description": "BingApi를 기반으로 인터넷에서 정보를 검색합니다.", 5 | "tags": ["빙검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Zoek naar informatie van het internet via BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_wyszukiwanie", 4 | "description": "Szukaj informacji w internecie za pomocą BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Pesquise informações na internet usando o BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Поиск в Bing", 4 | "description": "Поиск информации в интернете с помощью BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "BingApi üzerinden internetten bilgi arayın", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tìm kiếm_web_bing", 4 | "description": "Tìm kiếm thông tin từ internet dựa trên BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "必应网页搜索", 4 | "description": "通过BingApi搜索互联网上的信息", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Bingsearch-identifier.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_網頁搜尋", 4 | "description": "從互聯網上搜索信息,基於BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Charts_and_Diagrams.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "チャート&ダイアグラム", 4 | "description": "マーメイドダイアグラム、プレゼンテーション、分析、研究ウェブサイト、円グラフのためのスキーム。", 5 | "tags": ["チャート", "ダイアグラム"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Charts_and_Diagrams.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "차트 및 다이어그램", 4 | "description": "Mermaid 다이어그램, 프레젠테이션, 분석, 연구 웹사이트를 위한 계획, 파이 차트.", 5 | "tags": ["차트", "다이어그램"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Charts_and_Diagrams.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "图表和图示", 4 | "description": "美人鱼图表,演示文稿方案,分析,研究网站,饼图。", 5 | "tags": ["图表", "图示"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Charts_and_Diagrams.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "圖表與圖解", 4 | "description": "美人魚圖表,為簡報、分析、研究網站製作的方案,餅圖等。", 5 | "tags": ["圖表", "圖解"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GameSight.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GameSight", 4 | "description": "ゲームやゲーム関連コンテンツを発見し、おすすめを受け取り、プレイヤーレビューに基づいてゲームを比較します。", 5 | "tags": ["ゲーム", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GameSight.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GameSight", 4 | "description": "게임을 발견하고 게임 관련 콘텐츠를 찾아보며 추천을 받고 플레이어 리뷰를 기반으로 게임을 비교하세요.", 5 | "tags": ["게임", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GameSight.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GameSight", 4 | "description": "发现游戏、与游戏相关的内容、获取推荐,并根据玩家评价比较游戏。", 5 | "tags": ["游戏", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GameSight.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GameSight", 4 | "description": "發現遊戲、遊戲相關內容、獲得推薦,並根據玩家評論比較遊戲。", 5 | "tags": ["遊戲", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "بحث عن الصور المتحركة", 4 | "description": "ابحث في مجموعة واسعة من الصور المتحركة - مدعوم من Giphy.", 5 | "tags": ["صور متحركة", "صورة", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF-Suche", 4 | "description": "Durchsuchen Sie eine Vielzahl von GIFs - Powered by Giphy.", 5 | "tags": ["gif", "bild", "suche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Búsqueda de GIF", 4 | "description": "Busca a través de una amplia gama de gifs - Potenciado por Giphy.", 5 | "tags": ["gif", "imagen", "búsqueda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Recherche de GIF", 4 | "description": "Recherchez à travers une large gamme de GIF - Propulsé par Giphy.", 5 | "tags": ["gif", "image", "recherche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Ricerca GIF", 4 | "description": "Cerca attraverso una vasta gamma di GIF - Fornito da Giphy.", 5 | "tags": ["gif", "immagine", "ricerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF 検索", 4 | "description": "幅広い範囲の GIF を検索 - Giphy によって提供されています。", 5 | "tags": ["gif", "画像", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF 검색", 4 | "description": "다양한 GIF를 검색하세요 - Giphy의 제공으로 동작합니다.", 5 | "tags": ["gif", "이미지", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF Zoeken", 4 | "description": "Zoek door een breed scala aan gifs - Aangedreven door Giphy.", 5 | "tags": ["gif", "afbeelding", "zoeken"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Wyszukiwanie GIF-ów", 4 | "description": "Przeszukaj szeroki zakres GIF-ów - Działane przez Giphy.", 5 | "tags": ["gif", "obraz", "szukaj"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Pesquisa de GIFs", 4 | "description": "Pesquise uma ampla variedade de GIFs - Powered by Giphy.", 5 | "tags": ["gif", "imagem", "busca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF Arama", 4 | "description": "Geniş bir gif yelpazesi arayın - Giphy tarafından desteklenmektedir.", 5 | "tags": ["gif", "resim", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF 搜索", 4 | "description": "搜索各种各样的 GIF - 由 Giphy 提供动力。", 5 | "tags": ["gif", "图片", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/GifApi.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GIF 搜尋", 4 | "description": "在廣泛的 GIF 中進行搜尋 - 由 Giphy 提供動力。", 5 | "tags": ["gif", "圖片", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ImageSearch.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ImageSearch", 4 | "description": "Unsplashから生成された記事を強化するための補完的な画像を見つけたり、特定の段落を強調するための画像を見つけたりします。", 5 | "tags": ["画像", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ImageSearch.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ImageSearch", 4 | "description": "Unsplash에서 생성된 기사를 보완하거나 특정 단락을 강조하기 위한 보충 이미지를 발견하세요.", 5 | "tags": ["이미지", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ImageSearch.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ImageSearch", 4 | "description": "发现免费图片,以增强您生成的文章,或突出来自 Unsplash 的特定段落。", 5 | "tags": ["图片", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ImageSearch.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ImageSearch", 4 | "description": "發現免費圖片,以增強您生成的文章,或突顯 Unsplash 中特定段落。", 5 | "tags": ["圖片", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "وصلة متوسطة", 4 | "description": "وصلة للوصول إلى وتصفح واستخراج محتوى متوسط", 5 | "tags": ["مقال", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Plugin Medium", 4 | "description": "Plugin per accedere, navigare ed estrarre contenuti da Medium.", 5 | "tags": ["articolo", "ricerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Medium plugin", 4 | "description": "Plugin for accessing, browsing and extracting Medium content.", 5 | "tags": ["article", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Medium plugin", 4 | "description": "Medium 콘텐츠에 접근하고 탐색하며 추출하기 위한 플러그인입니다.", 5 | "tags": ["기사", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Medium plugin", 4 | "description": "Plugin voor toegang, browsen en extraheren van Medium inhoud.", 5 | "tags": ["artikel", "zoeken"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Plugin do Medium", 4 | "description": "Plugin para acessar, navegar e extrair conteúdo do Medium.", 5 | "tags": ["artigo", "busca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Плагин Medium", 4 | "description": "Плагин для доступа, просмотра и извлечения контента Medium.", 5 | "tags": ["статья", "поиск"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Medium plugin", 4 | "description": "用于访问、浏览和提取 Medium 内容的插件。", 5 | "tags": ["文章", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MediumGPTPlugin.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Medium plugin", 4 | "description": "用於訪問、瀏覽和提取 Medium 內容的插件。", 5 | "tags": ["文章", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Podcasts.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox ポッドキャスト", 4 | "description": "簡単にポッドキャストを検索!社会、スポーツ、ビジネス、ニュース、音楽などをカバーするポッドキャストを探索しましょう!", 5 | "tags": ["ポッドキャスト", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Podcasts.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Podcasts", 4 | "description": "팟캐스트를 쉽게 검색하세요! 사회, 스포츠, 비즈니스, 뉴스, 음악 등을 다루는 다양한 팟캐스트를 살펴보세요!", 5 | "tags": ["팟캐스트", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Podcasts.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Podcasts", 4 | "description": "轻松搜索播客!探索涵盖社会、体育、商业、新闻、音乐等内容的播客!", 5 | "tags": ["播客", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Podcasts.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Podcasts", 4 | "description": "輕鬆搜尋播客!探索社會、運動、商業、新聞、音樂等各種播客!", 5 | "tags": ["播客", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Translate_AI_language_tutor.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox 翻訳", 4 | "description": "すぐに任意の言語を翻訳します! AIチューターとの会話で外国語を簡単に学びましょう!", 5 | "tags": ["翻訳"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Translate_AI_language_tutor.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox 번역", 4 | "description": "즉시 어떤 언어든 번역하세요! AI 튜터와 대화하며 외국어를 쉽게 배우세요!", 5 | "tags": ["번역"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Translate_AI_language_tutor.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox 翻译", 4 | "description": "立即翻译任何语言!通过与 AI 导师对话轻松学习外语!", 5 | "tags": ["翻译"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Translate_AI_language_tutor.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox 翻譯", 4 | "description": "立即翻譯任何語言!通過與 AI 導師對話輕鬆學習外語!", 5 | "tags": ["翻譯"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "حالة الطقس في MixerBox", 4 | "description": "احصل على تحديثات الطقس الفورية والتنبؤات العالمية في الوقت الحقيقي!", 5 | "tags": ["طقس"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Weather", 4 | "description": "Get real-time worldwide weather updates & forecasts, instantly!", 5 | "tags": ["weather"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Weather", 4 | "description": "リアルタイムの世界中の天気情報と予報を即座に取得!", 5 | "tags": ["weather"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox 날씨", 4 | "description": "실시간 전 세계 날씨 업데이트 및 예보를 즉시 받아보세요!", 5 | "tags": ["weather"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Weer", 4 | "description": "Ontvang direct real-time wereldwijde weerupdates en -voorspellingen!", 5 | "tags": ["weer"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Pogoda", 4 | "description": "Otrzymuj natychmiastowe aktualizacje i prognozy pogody na całym świecie!", 5 | "tags": ["pogoda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Thời tiết MixerBox", 4 | "description": "Nhận cập nhật thời tiết toàn cầu và dự báo thời tiết ngay lập tức!", 5 | "tags": ["thời tiết"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox Weather", 4 | "description": "立即获取实时全球天气更新和预报!", 5 | "tags": ["weather"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/MixerBox_Weather.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MixerBox 天氣", 4 | "description": "即時獲取全球各地的天氣更新和預報!", 5 | "tags": ["天氣"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ResearchAI.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "txyz.ai", 4 | "description": "استكشف كون البحث. ابحث وقارن الأوراق البحثية، وأجب على الأسئلة.", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ResearchAI.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "txyz.ai", 4 | "description": "研究の世界を探索します。論文を検索して比較し、質問に答えます。", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ResearchAI.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "txyz.ai", 4 | "description": "연구의 우주를 탐험하세요. 논문을 검색하고 비교하며 질문에 답하세요.", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ResearchAI.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "txyz.ai", 4 | "description": "探索研究的宇宙。搜索和比较论文,并回答问题。", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ResearchAI.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "txyz.ai", 4 | "description": "探索研究的宇宙。搜索並比較論文,並回答問題。", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "تحسين محركات البحث", 4 | "description": "أدخل أي عنوان URL وكلمة مفتاحية واحصل على تحليل ورؤى تحسين محركات البحث الداخلية!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Въведете всякакъв URL и ключова дума и получете анализ и информация за On-Page SEO!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Enter any URL and keyword to receive an On-Page SEO analysis and insights!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "¡Introduce cualquier URL y palabra clave y obtén un análisis e información de SEO On-Page!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "هر URL و کلمه کلیدی را وارد کنید و تحلیل و بینش سئو درون صفحه را دریافت کنید!", 5 | "tags": ["سئو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Entrez n'importe quelle URL et mot-clé et obtenez une analyse SEO On-Page et des insights !", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Inserisci un URL e una parola chiave e ottieni un'analisi e approfondimenti SEO On-Page!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "任意のURLとキーワードを入力して、オンページSEOの分析と洞察を得ることができます!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "URL 및 키워드를 입력하고 On-Page SEO 분석 및 통찰을 얻으세요!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Voer een URL en trefwoord in en krijg een On-Page SEO-analyse & inzichten!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Digite qualquer URL e palavra-chave e obtenha uma análise e insights de SEO On-Page!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Введите любой URL и ключевое слово, и получите анализ и инсайты по SEO на странице!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Herhangi bir URL'yi ve anahtar kelimeyi girin ve On-Page SEO analizi ve içgörüler alın!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "Nhập bất kỳ URL và từ khóa nào và nhận phân tích & thông tin cần thiết về SEO On-Page!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "输入任何URL和关键词,获取页面SEO分析和见解!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/SEO.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO", 4 | "description": "輸入任何網址和關鍵字,獲取頁面 SEO 分析和見解!", 5 | "tags": ["seo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ShoppingTools.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "쇼핑 도구", 4 | "description": "eBay 및 AliExpress에서 제품을 검색하고, eBay 이벤트 및 쿠폰을 찾으세요. 빠른 예시를 얻으세요.", 5 | "tags": ["쇼핑", "이베이", "알리익스프레스", "쿠폰"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ShoppingTools.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "购物工具", 4 | "description": "在 eBay 和 AliExpress 上搜索产品,查找 eBay 活动和优惠券。获取快速示例。", 5 | "tags": ["购物", "eBay", "AliExpress", "优惠券"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ShoppingTools.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "購物工具", 4 | "description": "在 eBay 和 AliExpress 上搜索產品,找到 eBay 活動和優惠券。獲取即時範例。", 5 | "tags": ["購物", "eBay", "AliExpress", "優惠券"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "الفضاء", 4 | "description": "بيانات الفضاء بما في ذلك وكالة ناسا.", 5 | "tags": ["فضاء", "ناسا"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Raum", 4 | "description": "Raumdaten einschließlich der NASA.", 5 | "tags": ["raum", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Espacio", 4 | "description": "Datos sobre el espacio, incluyendo la NASA.", 5 | "tags": ["espacio", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Espace", 4 | "description": "Données spatiales incluant la NASA.", 5 | "tags": ["espace", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Spazio", 4 | "description": "Dati spaziali inclusa la NASA.", 5 | "tags": ["spazio", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "宇宙", 4 | "description": "NASAを含む宇宙データ。", 5 | "tags": ["宇宙", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "우주", 4 | "description": "NASA를 포함한 우주 데이터", 5 | "tags": ["우주", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Ruimte", 4 | "description": "Ruimtegegevens inclusief NASA.", 5 | "tags": ["ruimte", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Przestrzeń", 4 | "description": "Dane o przestrzeni, w tym NASA.", 5 | "tags": ["przestrzeń", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Espaço", 4 | "description": "Dados espaciais incluindo a NASA.", 5 | "tags": ["espaço", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Космос", 4 | "description": "Данные о космосе, включая NASA.", 5 | "tags": ["космос", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uzay", 4 | "description": "NASA dahil uzay verileri.", 5 | "tags": ["uzay", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Không gian", 4 | "description": "Dữ liệu về không gian bao gồm cả NASA.", 5 | "tags": ["không gian", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "空间", 4 | "description": "包括 NASA 的空间数据。", 5 | "tags": ["空间", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Space.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "太空", 4 | "description": "包括 NASA 的太空資料。", 5 | "tags": ["太空", "nasa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "تحليل الأسهم والحصول على بيانات استثمارية وتحليلات شاملة في الوقت الحقيقي.", 5 | "tags": ["stock"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "Analyze stocks and get comprehensive real-time investment data and analytics.", 5 | "tags": ["stock"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "Analizar acciones y obtener datos e análisis de inversión en tiempo real.", 5 | "tags": ["stock"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "株を分析し、包括的なリアルタイムの投資データと分析を取得します。", 5 | "tags": ["stock"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "주식을 분석하고 포괄적인 실시간 투자 데이터 및 분석을 받아보세요.", 5 | "tags": ["주식"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "Analizuj akcje i uzyskaj kompleksowe, rzeczywiste dane inwestycyjne i analizy.", 5 | "tags": ["stock"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "Analisar ações e obter dados abrangentes de investimento em tempo real e análises.", 5 | "tags": ["stock"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "分析股票并获取全面的实时投资数据和分析。", 5 | "tags": ["股票"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/StockData.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PortfolioMeta", 4 | "description": "分析股票並獲得全面的實時投資數據和分析。", 5 | "tags": ["股票"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/TikZJax.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "TikZJax", 4 | "description": "将 LaTeX TikZ 代码转换为 SVG 图像,用于创建清晰、可缩放的数学图表和可视化效果。", 5 | "tags": ["latex", "svg", "可视化", "图表", "数学"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/TikZJax.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "TikZJax", 4 | "description": "將 LaTeX TikZ 代碼轉換為 SVG 圖像,以獲得清晰、可伸縮的數學圖表和可視化效果。", 5 | "tags": ["latex", "svg", "visualization", "diagram", "math"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/TokenInsights.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "TokenInsights", 4 | "description": "获取实时加密货币价格,BTC,ETH,BNB和最新见解。最新的币新闻和空投机会。", 5 | "tags": ["加密货币", "btc", "eth", "bnb"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/TokenInsights.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "TokenInsights", 4 | "description": "獲取即時加密貨幣價格,BTC、ETH、BNB 和最新見解。最新的幣新聞和空投機會。", 5 | "tags": ["crypto", "btc", "eth", "bnb"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/VideoCaptions.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ビデオキャプション", 4 | "description": "YouTubeリンクを転記されたテキストに変換し、質問をすることを可能にし、チャプターを作成し、その内容を要約します。", 5 | "tags": ["video-to-text", "youtube"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/VideoCaptions.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "비디오 자막", 4 | "description": "유튜브 링크를 전사된 텍스트로 변환하고, 질문하기를 가능하게 하며, 장을 만들고, 콘텐츠를 요약합니다.", 5 | "tags": ["비디오-텍스트", "유튜브"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/VideoCaptions.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "视频字幕", 4 | "description": "将Youtube链接转换为转录文本,使其能够提问,创建章节,并总结其内容。", 5 | "tags": ["视频转文字", "YouTube"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/VideoCaptions.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "影片字幕", 4 | "description": "將 Youtube 連結轉換為文字轉錄,啟用提問功能,建立章節,並總結其內容。", 5 | "tags": ["影片轉文字", "youtube"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Video_summary.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ビデオサマリー", 4 | "description": "YouTubeビデオのハイライトを要約します。YouTubeビデオのURLから要約を生成します。", 5 | "tags": ["video-to-text", "youtube"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Video_summary.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "비디오 요약", 4 | "description": "YouTube 비디오 하이라이트를 요약합니다. YouTube 비디오 URL에서 요약을 생성합니다.", 5 | "tags": ["비디오-텍스트", "유튜브"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Video_summary.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "视频摘要", 4 | "description": "总结YouTube视频亮点。从YouTube视频链接生成摘要。", 5 | "tags": ["视频转文字", "YouTube"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Video_summary.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "影片摘要", 4 | "description": "總結 YouTube 影片亮點。從 YouTube 影片網址生成摘要。", 5 | "tags": ["影片轉文字", "YouTube"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "طقس GPT", 4 | "description": "الحصول على معلومات الطقس الحالي لموقع معين.", 5 | "tags": ["طقس"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "WeatherGPT", 4 | "description": "Получете текуща информация за времето за конкретно местоположение.", 5 | "tags": ["време"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Wetter GPT", 4 | "description": "Erhalten Sie aktuelle Wetterinformationen für einen bestimmten Standort.", 5 | "tags": ["Wetter"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "WeatherGPT", 4 | "description": "Get current weather information for a specific location.", 5 | "tags": ["weather"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "clima GPT", 4 | "description": "Obtén información meteorológica actual para una ubicación específica.", 5 | "tags": ["clima"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "وضعیت آب و هوا جی پی تی", 4 | "description": "اطلاعات وضعیت آب و هوا برای یک مکان خاص را دریافت کنید.", 5 | "tags": ["آب و هوا"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "météo GPT", 4 | "description": "Obtenez les informations météorologiques actuelles pour un emplacement spécifique.", 5 | "tags": ["météo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "meteo GPT", 4 | "description": "Ottieni informazioni meteo attuali per una posizione specifica.", 5 | "tags": ["meteo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "天気GPT", 4 | "description": "特定の場所の現在の天気情報を取得します。", 5 | "tags": ["天気"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "날씨 GPT", 4 | "description": "특정 위치의 현재 날씨 정보를 얻습니다.", 5 | "tags": ["날씨"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "weer GPT", 4 | "description": "Ontvang actuele weersinformatie voor een specifieke locatie.", 5 | "tags": ["weer"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "pogoda GPT", 4 | "description": "Uzyskaj bieżące informacje pogodowe dla określonego miejsca.", 5 | "tags": ["pogoda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "clima GPT", 4 | "description": "Obtenha informações meteorológicas atuais para uma localização específica.", 5 | "tags": ["clima"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "погода GPT", 4 | "description": "Получите текущую информацию о погоде для определенного местоположения.", 5 | "tags": ["погода"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "hava durumu GPT", 4 | "description": "Belirli bir konum için mevcut hava durumu bilgilerini alın.", 5 | "tags": ["hava durumu"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "thời tiết GPT", 4 | "description": "Nhận thông tin thời tiết hiện tại cho một địa điểm cụ thể.", 5 | "tags": ["thời tiết"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "天气 GPT", 4 | "description": "获取特定位置的当前天气信息。", 5 | "tags": ["天气"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/WeatherGPT.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "天氣 GPT", 4 | "description": "取得特定位置的即時天氣資訊。", 5 | "tags": ["天氣"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Web.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ويب", 4 | "description": "بحث ويب ذكي يقرأ ويحلل الصفحات لتقديم إجابات شاملة من نتائج جوجل.", 5 | "tags": ["ويب", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Web.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ウェブ", 4 | "description": "ページを読み取り分析して、Googleの結果から包括的な回答を提供するスマートウェブ検索。", 5 | "tags": ["ウェブ", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Web.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "웹", 4 | "description": "페이지를 읽고 분석하여 Google 결과에서 포괄적인 답변을 제공하는 스마트 웹 검색입니다.", 5 | "tags": ["웹", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Web.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "网络", 4 | "description": "智能网络搜索,读取和分析页面,以从谷歌结果中提供全面的答案。", 5 | "tags": ["网络", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/Web.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "網頁", 4 | "description": "智能網頁搜索,能夠閱讀和分析頁面,以從 Google 結果中提供全面的答案。", 5 | "tags": ["網頁", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/access_google_sheets.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "访问 Google 表格", 4 | "description": "提出您的 Google 表格问题并与 Excel 进行交流。输入 Google 云端硬盘链接开始!", 5 | "tags": ["google", "sheets", "excel"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/access_google_sheets.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "存取 Google 試算表", 4 | "description": "提問您的 Google 試算表問題並與 Excel 進行對話。輸入 Google 雲端硬碟連結開始!", 5 | "tags": ["google", "sheets", "excel"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/alps-tongyi-image.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "통이 완상 이미지 생성기", 4 | "description": "이 플러그인은 알리바바의 통이 완상 모델을 사용하여 텍스트 프롬프트를 기반으로 이미지를 생성합니다.", 5 | "tags": ["이미지", "통이", "완상"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/alps-tongyi-image.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "通义万象图像生成器", 4 | "description": "此插件使用阿里巴巴的通义万象模型根据文本提示生成图像。", 5 | "tags": ["图像", "通义", "万象"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/alps-tongyi-image.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "通義萬象圖像生成器", 4 | "description": "此插件使用阿里巴巴的通義萬象模型根據文本提示生成圖像。", 5 | "tags": ["圖像", "通義", "萬象"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ask-your-pdf.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PDFを質問する", 4 | "description": "PDFの力を解放し、文書に没頭し、答えを見つけ、情報を手に入れます。", 5 | "tags": ["pdf", "document"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ask-your-pdf.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "PDF에 질문하세요", 4 | "description": "PDF의 힘을 발휘하세요! 문서를 탐색하고 답변을 찾아 손끝으로 정보를 가져오세요.", 5 | "tags": ["pdf", "문서"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ask-your-pdf.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AskYouPDF", 4 | "description": "释放您的PDF的力量!深入您的文档,找到答案,并将信息带到您的指尖。", 5 | "tags": ["pdf", "文档"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ask-your-pdf.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "問問你的 PDF", 4 | "description": "解鎖你的 PDF 功能!深入研究你的文件,尋找答案,將資訊帶到你的指尖。", 5 | "tags": ["pdf", "文件"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/askyourpdf.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AskYourPDF", 4 | "description": "PDF の力を解放し、ドキュメントに没頭し、答えを見つけ、情報を手に入れましょう。", 5 | "tags": ["pdf", "document", "web"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/askyourpdf.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AskYourPDF", 4 | "description": "PDF의 힘을 해제하세요! 문서를 탐구하고 답을 찾아 손끝으로 정보를 가져오세요.", 5 | "tags": ["pdf", "문서", "웹"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/askyourpdf.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AskYourPDF", 4 | "description": "释放PDF的力量!深入文档,寻找答案,让信息触手可及。", 5 | "tags": ["pdf", "document", "web"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/askyourpdf.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "AskYourPDF", 4 | "description": "釋放 PDF 的力量!深入您的文件,尋找答案,將資訊帶到您的指尖。", 5 | "tags": ["pdf", "文件", "網頁"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/assetOvi.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Asset Ovi", 4 | "description": "Cerca e visualizza milioni di asset 3D per giochi, AIGC, AR/VR e altri.", 5 | "tags": ["3-d", "asset", "cerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/assetOvi.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "アセットオビ", 4 | "description": "ゲーム、AIGC、AR/VRなどのための数百万の3Dアセットを検索してプレビューします。", 5 | "tags": ["3-d", "アセット", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/assetOvi.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Asset Ovi", 4 | "description": "게임, AIGC, AR/VR 및 기타를 위한 수백만 개의 3D 에셋을 검색하고 미리보기합니다.", 5 | "tags": ["3-d", "에셋", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/assetOvi.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Asset Ovi", 4 | "description": "搜索和预览数百万款用于游戏、AIGC、AR/VR等领域的3D资产。", 5 | "tags": ["3-d", "资产", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/assetOvi.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Asset Ovi", 4 | "description": "搜尋並預覽數百萬個遊戲、AIGC、AR/VR等3D資產。", 5 | "tags": ["3-d", "資產", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "البحث واكتشاف صور وكالة ناسا.", 5 | "tags": ["nasa", "search", "image"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Астродейли", 4 | "description": "Търсете и откривайте изображения на НАСА.", 5 | "tags": ["наса", "търсене", "изображение"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Suchen und entdecken Sie NASA-Bilder.", 5 | "tags": ["nasa", "suche", "bild"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Search and discover NASA images.", 5 | "tags": ["nasa", "search", "image"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Buscar y descubrir imágenes de la NASA.", 5 | "tags": ["nasa", "buscar", "imagen"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "آسترو دیلی", 4 | "description": "جستجو و کشف تصاویر ناسا.", 5 | "tags": ["ناسا", "جستجو", "تصویر"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Recherchez et découvrez des images de la NASA.", 5 | "tags": ["nasa", "recherche", "image"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Cerca e scopri le immagini della NASA.", 5 | "tags": ["nasa", "cerca", "immagine"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "NASAの画像を検索して発見する。", 5 | "tags": ["nasa", "検索", "画像"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "NASA 이미지를 검색하고 발견하세요.", 5 | "tags": ["nasa", "검색", "이미지"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Zoek en ontdek NASA-afbeeldingen.", 5 | "tags": ["nasa", "zoek", "afbeelding"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Wyszukaj i odkrywaj obrazy NASA.", 5 | "tags": ["nasa", "szukaj", "obraz"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Pesquise e descubra imagens da NASA.", 5 | "tags": ["nasa", "pesquisa", "imagem"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Поиск и открытие изображений NASA.", 5 | "tags": ["nasa", "поиск", "изображение"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "NASA görüntülerini arayın ve keşfedin.", 5 | "tags": ["nasa", "arama", "görüntü"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "Tìm kiếm và khám phá hình ảnh của NASA.", 5 | "tags": ["nasa", "tìm kiếm", "hình ảnh"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "搜索和发现NASA图像。", 5 | "tags": ["nasa", "搜索", "图像"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/astrodaily.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Astrodaily", 4 | "description": "搜尋並發現 NASA 圖片。", 5 | "tags": ["nasa", "search", "image"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/bilibili.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "哔哩哔哩", 4 | "description": "通过关键词视频搜索、回放访问、互动弹幕、热门视频推荐和热搜洞察等功能,深入体验哔哩哔哩丰富的内容,尽在您的指尖。", 5 | "tags": ["视频", "哔哩哔哩", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/bilibili.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bilibili", 4 | "description": "透過關鍵字視頻搜索、重播訪問、互動彈幕、熱門視頻推薦和熱門搜索洞察等功能,深入體驗Bilibili豐富的內容,盡在您的指尖。", 5 | "tags": ["video", "bilibili", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/boolio.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "استثمار بوليو", 4 | "description": "تحليل استثمارات الأسهم من أي بلد، مع محرك بوليو الحديث.", 5 | "tags": ["سهم", "تحليل"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/boolio.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "بولیو سرمایه‌گذاری", 4 | "description": "تحلیل سرمایه‌گذاری‌های سهام از هر کشوری با موتور پیشرفته بولیو.", 5 | "tags": ["سهام", "تحلیل"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/boolio.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Boolio Invest", 4 | "description": "Boolioの最新エンジンを使用して、どの国の株式投資も分析します。", 5 | "tags": ["stock", "analyze"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/boolio.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Boolio 투자", 4 | "description": "Boolio의 최첨단 엔진을 사용하여 어떤 국가의 주식 투자를 분석합니다.", 5 | "tags": ["주식", "분석"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/boolio.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Boolio Invest", 4 | "description": "使用Boolio的先进引擎分析来自任何国家的股票投资。", 5 | "tags": ["股票", "分析"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/boolio.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Boolio Invest", 4 | "description": "使用 Boolio 的最先進引擎分析來自任何國家的股票投資。", 5 | "tags": ["股票", "分析"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/calendar-assistant.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "캘린더 어시스턴트", 4 | "description": "워크플로우에서 자동으로 i18n을 생성하는 캘린더 이벤트 관리 플러그인", 5 | "tags": ["캘린더", "일정", "워크플로우에서-i-18-n을-자동으로-생성"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/calendar-assistant.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "日历助手", 4 | "description": "一个用于管理日历事件的插件 # 将自动生成工作流程中的 i18n", 5 | "tags": ["日历", "日程安排", "将自动生成工作流程中的 i18n"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/calendar-assistant.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "行事曆助理", 4 | "description": "一個用於管理您的行事曆事件的插件 # 將自動在工作流程中生成 i18n", 5 | "tags": ["行事曆", "日程", "將自動在工作流程中生成 i18n"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "وقت الساعة", 4 | "description": "عرض ساعة لعرض الوقت الحالي", 5 | "tags": ["ساعة", "وقت"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Часовник", 4 | "description": "Показва часовник, за да покаже текущото време", 5 | "tags": ["часовник", "време"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uhrzeit", 4 | "description": "Zeigt eine Uhr an, um die aktuelle Zeit anzuzeigen", 5 | "tags": ["Uhr", "Zeit"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Clock Time", 4 | "description": "Display a clock to show current time", 5 | "tags": ["clock", "time"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Hora del reloj", 4 | "description": "Mostrar un reloj para mostrar la hora actual", 5 | "tags": ["reloj", "hora"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "زمان ساعت", 4 | "description": "نمایش ساعتی برای نشان دادن زمان کنونی", 5 | "tags": ["ساعت", "زمان"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Heure de l'horloge", 4 | "description": "Affiche une horloge pour montrer l'heure actuelle", 5 | "tags": ["horloge", "heure"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Orologio", 4 | "description": "Mostra un orologio per visualizzare l'ora corrente", 5 | "tags": ["orologio", "tempo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "時計の時間", 4 | "description": "現在の時刻を表示するための時計", 5 | "tags": ["時計", "時間"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "시계 시간", 4 | "description": "현재 시간을 표시하는 시계", 5 | "tags": ["시계", "시간"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Klok Tijd", 4 | "description": "Toon een klok om de huidige tijd weer te geven", 5 | "tags": ["klok", "tijd"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Czas zegarowy", 4 | "description": "Wyświetl zegar, aby pokazać aktualny czas", 5 | "tags": ["zegar", "czas"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Horário do Relógio", 4 | "description": "Exibir um relógio para mostrar a hora atual", 5 | "tags": ["relógio", "hora"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Время на часах", 4 | "description": "отображение часов для показа текущего времени", 5 | "tags": ["часы", "время"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Saat Zamanı", 4 | "description": "Mevcut saati göstermek için bir saat göster", 5 | "tags": ["saat", "zaman"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Đồng hồ thời gian", 4 | "description": "Hiển thị đồng hồ để hiển thị thời gian hiện tại", 5 | "tags": ["đồng hồ", "thời gian"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "时钟时间", 4 | "description": "显示一个时钟来展示当前时间", 5 | "tags": ["时钟", "时间"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/clock-time.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "時鐘時間", 4 | "description": "顯示一個時鐘以顯示目前時間", 5 | "tags": ["時鐘", "時間"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "مساعد الوقت الحالي", 4 | "description": "إضافة لتوفير معلومات الوقت الحالي", 5 | "tags": ["وقت"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Асистент за текущо време", 4 | "description": "Плъгин за предоставяне на информация за текущото време", 5 | "tags": ["време"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Current Time Assistant", 4 | "description": "A plugin to provide current time information", 5 | "tags": ["time"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "دستیار زمان کنونی", 4 | "description": "یک افزونه برای ارائه اطلاعات زمان کنونی", 5 | "tags": ["زمان"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "現在の時間アシスタント", 4 | "description": "現在の時間情報を提供するプラグイン", 5 | "tags": ["時間"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "현재 시간 도우미", 4 | "description": "현재 시간 정보를 제공하는 플러그인", 5 | "tags": ["시간"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Huidige Tijd Assistent", 4 | "description": "Een plugin om actuele tijdinformatie te verstrekken", 5 | "tags": ["tijd"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Asystent Aktualnego Czasu", 4 | "description": "Wtyczka dostarczająca informacje o bieżącym czasie", 5 | "tags": ["czas"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Assistente de Hora Atual", 4 | "description": "Um plugin para fornecer informações sobre a hora atual", 5 | "tags": ["hora"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mevcut Zaman Asistanı", 4 | "description": "Mevcut zaman bilgisi sağlamak için bir eklenti", 5 | "tags": ["zaman"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Trợ lý Thời gian Hiện tại", 4 | "description": "Một plugin cung cấp thông tin thời gian hiện tại", 5 | "tags": ["thời gian"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "当前时间助手", 4 | "description": "提供当前时间信息的插件", 5 | "tags": ["时间"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/current-datetime-assistant.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "目前時間助理", 4 | "description": "提供目前時間資訊的外掛程式", 5 | "tags": ["時間"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ديفيلاما", 4 | "description": "استرداد البيانات حول بروتوكولات ديفي والبلوكشين.", 5 | "tags": ["عملة مشفرة", "دي-في"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Получете данни за DeFi протоколи и блокчейни.", 5 | "tags": ["крипто", "де-фай"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Daten zu DeFi-Protokollen und Blockchains abrufen.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Retrieve data on DeFi protocols and blockchains.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Obtenga datos sobre protocolos DeFi y blockchains.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "دفیلاما", 4 | "description": "داده‌های مربوط به پروتکل‌های دیفای و بلاک‌چین‌ها را بازیابی کنید.", 5 | "tags": ["کریپتو", "دیفای"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Récupérez des données sur les protocoles DeFi et les blockchains.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Recupera dati sui protocolli DeFi e sulle blockchain.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "DeFiプロトコルやブロックチェーンのデータを取得します。", 5 | "tags": ["暗号通貨", "ディーファイ"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "DeFi 프로토콜 및 블록체인에 대한 데이터 검색", 5 | "tags": ["암호화폐", "디파이"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Gegevens ophalen over DeFi-protocollen en blockchains.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Pobierz dane dotyczące protokołów DeFi i blockchainów.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Recupere dados sobre protocolos DeFi e blockchains.", 5 | "tags": ["cripto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Получение данных о протоколах DeFi и блокчейнах.", 5 | "tags": ["крипто", "де-фи"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "DeFi protokollerine ve blok zincirlerine ilişkin verileri alın.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "Lấy dữ liệu về các giao protocal DeFi và blockchain.", 5 | "tags": ["crypto", "de-fi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "检索 DeFi 协议和区块链的数据。", 5 | "tags": ["加密货币", "去中心化金融"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/defillama.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Defillama", 4 | "description": "檢索 DeFi 協議和區塊鏈的數據。", 5 | "tags": ["加密貨幣", "DeFi"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diagrams_show_me.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "الرسوم البيانية: أرني", 4 | "description": "أرني هو أداة قوية مصممة لإنشاء وتحرير الرسوم البيانية بسرعة.", 5 | "tags": ["رسوم بيانية"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diagrams_show_me.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ダイアグラム:表示", 4 | "description": "Show Me は、迅速なダイアグラムの作成と編集を目的とした強力なツールです。", 5 | "tags": ["ダイアグラム"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diagrams_show_me.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "다이어그램: 보여줘", 4 | "description": "보여줘는 빠른 다이어그램 작성 및 편집을 위해 설계된 강력한 도구입니다.", 5 | "tags": ["다이어그램"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diagrams_show_me.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "图表工具", 4 | "description": "展示给我是一个强大的工具,旨在快速创建和编辑图表。", 5 | "tags": ["图表"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diagrams_show_me.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "圖表工具", 4 | "description": "展示給我看是一個強大的工具,專為快速創建和編輯圖表而設計。", 5 | "tags": ["圖表"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "عدة أدوات لمدير اللعبة", 4 | "description": "تطبيق لرمي النرد باستخدام نظام d20 أو Fate/Fudge.", 5 | "tags": ["لعبة", "نرد", "مدير اللعبة"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "App zum Würfeln mit dem d20- oder Fate/Fudge-System.", 5 | "tags": ["Spiel", "Würfel", "dm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "App for rolling dice using the d20 or Fate/Fudge systems.", 5 | "tags": ["game", "dice", "dm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ابزار کیت DM", 4 | "description": "برنامه‌ای برای پرتاب تاس با استفاده از سیستم‌های d20 یا Fate/Fudge.", 5 | "tags": ["بازی", "تاس", "DM"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "App per lanciare dadi utilizzando i sistemi d20 o Fate/Fudge.", 5 | "tags": ["gioco", "dadi", "dm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "d20またはFate/Fudgeシステムを使用してダイスを振るためのアプリ。", 5 | "tags": ["ゲーム", "ダイス", "DM"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "d20 또는 Fate/Fudge 시스템을 사용하여 주사위를 굴리는 앱입니다.", 5 | "tags": ["게임", "주사위", "DM"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "Aplikacja do rzucania kostkami za pomocą systemów d20 lub Fate/Fudge.", 5 | "tags": ["gra", "kostka", "mg"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Araç Kiti", 4 | "description": "D20 veya Fate/Fudge sistemlerini kullanarak zar atma uygulaması.", 5 | "tags": ["oyun", "zar", "dm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM 工具包", 4 | "description": "使用d20或Fate/Fudge系统掷骰子的应用程序。", 5 | "tags": ["游戏", "骰子", "DM"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/diceroller.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "DM Tool Kit", 4 | "description": "應用程式,可使用 d20 或 Fate/Fudge 系統擲骰子。", 5 | "tags": ["遊戲", "骰子", "DM"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "نطاقات دوماترون", 4 | "description": "ابحث عن أسماء نطاقات .com المتاحة والقابلة للتمييز لشركتك أو شركاتك.", 5 | "tags": ["نطاق", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Domatron Domains", 4 | "description": "ビジネス用の利用可能でブランド化可能な.comドメイン名を検索します。", 5 | "tags": ["ドメイン", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "도마트론 도메인", 4 | "description": "귀하의 비즈니스를 위한 이용 가능하고 브랜드화할 수 있는 .com 도메인 이름을 찾아보세요.", 5 | "tags": ["도메인", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Domeny Domatron", 4 | "description": "Znajdź dostępne, markowe nazwy domen .com dla swojej firmy.", 5 | "tags": ["domena", "szukaj"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Domatron Alanları", 4 | "description": "İşletmeniz için uygun, markalanabilir .com alan adlarını bulun.", 5 | "tags": ["alan", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tên miền Domatron", 4 | "description": "Tìm tên miền .com có sẵn và thương hiệu cho doanh nghiệp của bạn.", 5 | "tags": ["miền", "tìm kiếm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Domatron Domains", 4 | "description": "为您的企业找到可用的、可品牌化的.com域名。", 5 | "tags": ["域名", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/domatron.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Domatron Domains", 4 | "description": "尋找適合您的業務的可用、可品牌化的.com 域名。", 5 | "tags": ["domain", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "معلومات الزلزال", 4 | "description": "الحصول على أحدث معلومات الزلزال.", 5 | "tags": ["زلزال", "خدمات البنية التحتية"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Erdbeben-Info", 4 | "description": "Erhalten Sie die neuesten Informationen über Erdbeben.", 5 | "tags": ["Erdbeben", "Dienstprogramme"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Informazioni sui terremoti", 4 | "description": "Ottieni le ultime informazioni sui terremoti.", 5 | "tags": ["terremoto", "utilità"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "地震情報", 4 | "description": "最新の地震情報を入手してください。", 5 | "tags": ["地震", "ユーティリティ"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "지진 정보", 4 | "description": "최신 지진 정보를 얻으세요.", 5 | "tags": ["지진", "유틸리티"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Aardbevingen Info", 4 | "description": "Ontvang de laatste informatie over aardbevingen.", 5 | "tags": ["aardbeving", "nutsvoorzieningen"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Informações sobre Terremotos", 4 | "description": "Obtenha as últimas informações sobre terremotos.", 5 | "tags": ["terremoto", "utilidades"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Информация о землетрясениях", 4 | "description": "Получите последнюю информацию о землетрясениях.", 5 | "tags": ["землетрясение", "утилиты"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Deprem Bilgisi", 4 | "description": "En son deprem bilgilerini alın.", 5 | "tags": ["deprem", "yardımcı"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Thông tin động đất", 4 | "description": "Nhận thông tin động đất mới nhất.", 5 | "tags": ["động đất", "tiện ích"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "地震信息", 4 | "description": "获取最新的地震信息。", 5 | "tags": ["地震", "公用事业"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/earthquake.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "地震資訊", 4 | "description": "獲取最新地震資訊。", 5 | "tags": ["地震", "公用事業"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "فلتر", 4 | "description": "تحقق من النص المقدم باستخدام مصادر خارجية.", 5 | "tags": ["تحقق", "حقيقة"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Überprüfen Sie den bereitgestellten Text mithilfe externer Quellen.", 5 | "tags": ["überprüfen", "fakt"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Verifica el texto proporcionado utilizando fuentes externas.", 5 | "tags": ["verificar", "hecho"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Vérifiez le texte fourni à l'aide de sources externes.", 5 | "tags": ["vérification", "fait"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Verifica il testo fornito utilizzando fonti esterne.", 5 | "tags": ["verifica", "fatto"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "外部ソースを使用して提供されたテキストを検証します。", 5 | "tags": ["check", "fact"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "필터", 4 | "description": "외부 소스를 사용하여 제공된 텍스트를 확인합니다.", 5 | "tags": ["확인", "사실"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Controleer de verstrekte tekst met behulp van externe bronnen.", 5 | "tags": ["controleren", "feit"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Zweryfikuj podany tekst przy użyciu zewnętrznych źródeł.", 5 | "tags": ["sprawdź", "fakt"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Verifique o texto fornecido usando fontes externas.", 5 | "tags": ["verificar", "fato"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Фильтр", 4 | "description": "Проверьте предоставленный текст с использованием внешних источников.", 5 | "tags": ["проверка", "факт"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtre", 4 | "description": "Dış kaynakları kullanarak sağlanan metni doğrulayın.", 5 | "tags": ["kontrol", "gerçek"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "Xác minh văn bản cung cấp bằng cách sử dụng các nguồn bên ngoài.", 5 | "tags": ["kiểm tra", "sự thật"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "使用外部来源验证提供的文本。", 5 | "tags": ["检查", "事实"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/factcheck.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Filtir", 4 | "description": "使用外部來源驗證提供的文字。", 5 | "tags": ["檢查", "事實"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/gitUserRepoStats.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "إحصائيات Git OSS", 4 | "description": "توليد إحصائيات وتحليل ديناميكي لتاريخ مستودعات OSS والمطورين.", 5 | "tags": ["github", "oss"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/gitUserRepoStats.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Git OSS Stats", 4 | "description": "动态生成和分析开源软件仓库和开发者的统计数据和历史记录。", 5 | "tags": ["github", "oss"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/gitUserRepoStats.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Git OSS Stats", 4 | "description": "動態生成並分析開源軟體存儲庫和開發者的統計數據和歷史。", 5 | "tags": ["github", "oss"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "بحث جوجل CSE", 4 | "description": "يبحث في جوجل من خلال واجهة برمجة التطبيقات الرسمية لـ CSE.", 5 | "tags": ["ويب", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Търсене в Google чрез техния официален CSE API.", 5 | "tags": ["уеб", "търсене"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Durchsucht Google über deren offizielle CSE-API.", 5 | "tags": ["Web", "Suche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Searches Google through their official CSE API.", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Busca en Google a través de su API oficial de CSE.", 5 | "tags": ["web", "búsqueda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جستجوی گوگل CSE", 4 | "description": "از طریق API رسمی CSE گوگل جستجو می‌کند.", 5 | "tags": ["وب", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Recherche Google via leur API CSE officielle.", 5 | "tags": ["web", "recherche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Cerca su Google tramite il loro API ufficiale CSE.", 5 | "tags": ["web", "ricerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "公式のCSE APIを通じてGoogleを検索します。", 5 | "tags": ["ウェブ", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "구글 CSE", 4 | "description": "공식 CSE API를 통해 구글을 검색합니다.", 5 | "tags": ["웹", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Zoekt Google via hun officiële CSE API.", 5 | "tags": ["web", "zoeken"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Wyszukuje w Google za pomocą ich oficjalnego API CSE.", 5 | "tags": ["web", "wyszukiwanie"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Pesquisa no Google através da sua API oficial CSE.", 5 | "tags": ["web", "pesquisa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Ищет в Google через их официальный API CSE.", 5 | "tags": ["веб", "поиск"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Google'ı resmi CSE API'si aracılığıyla arar.", 5 | "tags": ["web", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Tìm kiếm Google thông qua API CSE chính thức của họ.", 5 | "tags": ["web", "tìm kiếm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "谷歌自定义搜索引擎", 4 | "description": "通过他们的官方自定义搜索引擎API搜索谷歌。", 5 | "tags": ["网络", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse-lobechat.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "透過他們的官方 CSE API 搜尋 Google。", 5 | "tags": ["網頁", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جوجل CSE", 4 | "description": "يبحث في جوجل من خلال واجهة برمجة التطبيقات الرسمية لـ CSE.", 5 | "tags": ["ويب", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Търсене в Google чрез техния официален CSE API.", 5 | "tags": ["уеб", "търсене"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Durchsucht Google über deren offizielle CSE-API.", 5 | "tags": ["Web", "Suche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Searches Google through their official CSE API.", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Busca en Google a través de su API oficial de CSE.", 5 | "tags": ["web", "búsqueda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جستجوی سفارشی گوگل", 4 | "description": "از طریق API رسمی جستجوی سفارشی گوگل، جستجو کنید.", 5 | "tags": ["وب", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Recherche Google via leur API CSE officielle.", 5 | "tags": ["web", "recherche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Cerca su Google tramite il loro API ufficiale CSE.", 5 | "tags": ["web", "ricerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "公式のCSE APIを通じてGoogleを検索します。", 5 | "tags": ["ウェブ", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "구글 CSE", 4 | "description": "공식 CSE API를 통해 구글을 검색합니다.", 5 | "tags": ["웹", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Zoekt Google via hun officiële CSE API.", 5 | "tags": ["web", "zoeken"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Wyszukuje w Google za pomocą ich oficjalnego API CSE.", 5 | "tags": ["web", "wyszukiwanie"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Pesquisa no Google através da sua API oficial CSE.", 5 | "tags": ["web", "pesquisa"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Ищет в Google через их официальный API CSE.", 5 | "tags": ["веб", "поиск"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Resmi CSE API'si aracılığıyla Google'da arama yapar.", 5 | "tags": ["web", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "Tìm kiếm Google thông qua API CSE chính thức của họ.", 5 | "tags": ["web", "tìm kiếm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "谷歌自定义搜索引擎", 4 | "description": "通过他们的官方自定义搜索引擎API搜索谷歌。", 5 | "tags": ["网络", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/google-cse.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Google CSE", 4 | "description": "透過他們的官方 CSE API 搜尋 Google。", 5 | "tags": ["網頁", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/levinbot.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "LevinBot", 4 | "description": "البحث في ورقات البحث ونصوص المحادثات من مختبر الدكتور مايكل ليفين.", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/levinbot.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "لدوین‌بات", 4 | "description": "جستجوی مقالات پژوهشی و متون سخنرانی‌ها از آزمایشگاه دکتر مایکل لوین.", 5 | "tags": ["مقاله پژوهشی", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/levinbot.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "LevinBot", 4 | "description": "Dr. Michael Levinの研究室の研究論文やトークの転写を検索します。", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/levinbot.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "LevinBot", 4 | "description": "Dr. Michael Levin의 연구실에서 연구 논문 및 강의 내용을 검색합니다.", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/levinbot.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "LevinBot", 4 | "description": "搜索Michael Levin博士实验室的研究论文和讲话文本。", 5 | "tags": ["研究论文", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/levinbot.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "LevinBot", 4 | "description": "搜尋 Michael Levin 博士實驗室的研究論文和演講逐字稿。", 5 | "tags": ["research-paper", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/litmaps.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Litmaps", 4 | "description": "科学文献の探索を支援します。関連する論文を見つけ、文献のマインドマップを生成します。", 5 | "tags": ["scientific-literature", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/litmaps.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Litmaps", 4 | "description": "과학 문헌 탐색을 돕는 도구입니다. 관련 논문을 찾고 문헌의 마인드맵을 생성하세요.", 5 | "tags": ["과학-문헌", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/litmaps.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Litmaps", 4 | "description": "获取帮助,探索科学文献。找到相关论文并生成文献思维导图。", 5 | "tags": ["科学文献", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/litmaps.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Litmaps", 4 | "description": "獲得幫助探索科學文獻。找到相關的論文並生成文獻思維導圖。", 5 | "tags": ["科學文獻", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/make_an_excel_sheet.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "シートを作成する", 4 | "description": "Google SheetsやMS Excelに直接インポートできるcsvファイルを生成します。", 5 | "tags": ["csv", "excel", "sheet"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/make_an_excel_sheet.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "시트 만들기", 4 | "description": "Google Sheets 또는 MS Excel에 직접 가져올 수 있는 csv 파일을 생성합니다.", 5 | "tags": ["csv", "excel", "sheet"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/make_an_excel_sheet.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "创建表格", 4 | "description": "生成一个可以直接导入到Google表格或MS Excel的csv文件。", 5 | "tags": ["csv", "excel", "sheet"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/make_an_excel_sheet.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "製作一張表", 4 | "description": "生成一個可以直接匯入Google Sheets或MS Excel的csv文件。", 5 | "tags": ["csv", "excel", "sheet"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "العثور على أي بيانات NFT على بروتوكول NEAR.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Намерете всякакви данни за NFT на протокола NEAR.", 5 | "tags": ["крипто", "нфт"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Finde beliebige NFT-Daten auf dem NEAR-Protokoll.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Find any NFT data on the NEAR Protocol.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Encuentra cualquier dato NFT en el Protocolo NEAR.", 5 | "tags": ["cripto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جستجوی مینت بیس", 4 | "description": "هر داده NFT را در پروتکل NEAR پیدا کنید.", 5 | "tags": ["کریپتو", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Trouvez toutes les données NFT sur le protocole NEAR.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Trova qualsiasi dato NFT sul Protocollo NEAR.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "NEARプロトコル上の任意のNFTデータを見つける。", 5 | "tags": ["暗号通貨", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "NEAR 프로토콜에서 NFT 데이터를 찾아보세요.", 5 | "tags": ["암호화폐", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Zoek naar NFT-gegevens op het NEAR Protocol.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Znajdź dowolne dane NFT na protokole NEAR.", 5 | "tags": ["kryptowaluty", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Encontre qualquer dado NFT no Protocolo NEAR.", 5 | "tags": ["cripto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Найти любые данные NFT на протоколе NEAR.", 5 | "tags": ["криптовалюта", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "NEAR Protokolü'nde herhangi bir NFT verisini bulun.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "Tìm bất kỳ dữ liệu NFT nào trên Giao thức NEAR.", 5 | "tags": ["crypto", "nft"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "在 NEAR 协议上查找任何 NFT 数据。", 5 | "tags": ["加密货币", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/mintbasesearch.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "MintbaseSearch", 4 | "description": "在 NEAR Protocol 上找到任何 NFT 資料。", 5 | "tags": ["加密貨幣", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "الخريطة الذهنية", 4 | "description": "مساعد إنشاء الخرائط الذهنية", 5 | "tags": ["خريطة ذهنية"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Умствена карта", 4 | "description": "Асистент за генериране на умствени карти", 5 | "tags": ["умствена карта"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mindmap", 4 | "description": "Ein Assistent zur Generierung von Mindmaps", 5 | "tags": ["Mindmap"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mindmap", 4 | "description": "A mindmap generation assistant", 5 | "tags": ["mindmap"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mapa mental", 4 | "description": "Un asistente de generación de mapas mentales", 5 | "tags": ["Mapa mental"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "نقشه ذهنی", 4 | "description": "یک دستیار برای تولید نقشه ذهنی", 5 | "tags": ["نقشه ذهنی"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mindmap", 4 | "description": "Un assistant de génération de mindmap", 5 | "tags": ["Mindmap"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mappa mentale", 4 | "description": "Un assistente per la generazione di mappe mentali", 5 | "tags": ["mappa mentale"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "マインドマップ", 4 | "description": "マインドマップ生成アシスタント", 5 | "tags": ["マインドマップ"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "마인드맵", 4 | "description": "마인드맵 생성 보조 도구", 5 | "tags": ["마인드맵"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mindmap", 4 | "description": "Een hulpmiddel voor het genereren van mindmaps", 5 | "tags": ["mindmap"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mapa myśli", 4 | "description": "Asystent generowania map myśli", 5 | "tags": ["mapa myśli"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mapa mental", 4 | "description": "Um assistente de geração de mapas mentais", 5 | "tags": ["Mapa mental"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mindmap", 4 | "description": "Помощник по созданию ментальных карт", 5 | "tags": ["Ментальная карта"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Zihin Haritası", 4 | "description": "Bir zihin haritası oluşturma yardımcısı", 5 | "tags": ["Zihin Haritası"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bản đồ tư duy", 4 | "description": "Một trợ lý tạo bản đồ tư duy", 5 | "tags": ["bản đồ tư duy"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "思维导图", 4 | "description": "思维导图生成助手", 5 | "tags": ["思维导图", "脑图"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/moonlit-mind-map.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "心智圖", 4 | "description": "一個心智圖生成助手", 5 | "tags": ["心智圖"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nba_stats.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "バスケットボールの統計", 4 | "description": "さまざまなゲーム、選手、チーム、プレイバイプレイのデータベースからバスケットボールの統計を見つけて分析します。", 5 | "tags": ["スポーツ", "バスケットボール", "NBA"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nba_stats.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "농구 통계", 4 | "description": "다양한 게임, 선수, 팀 및 플레이 바이 플레이 데이터베이스에서 농구 통계를 찾고 분석합니다.", 5 | "tags": ["스포츠", "농구", "NBA"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nba_stats.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "篮球统计", 4 | "description": "从各种比赛、球员、球队和比赛实况数据库中查找和分析篮球统计数据。", 5 | "tags": ["体育", "篮球", "NBA"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nba_stats.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "籃球統計", 4 | "description": "從各種比賽、球員、球隊和比賽紀錄的數據庫中查找並分析籃球統計。", 5 | "tags": ["運動", "籃球", "NBA"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nftguru.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "NFT グル", 4 | "description": "主要プラットフォーム上のNFTの現在の価格を発見し、リアルタイムで急速に変化するマーケットプレイスを追跡します", 5 | "tags": ["暗号通貨", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nftguru.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "NFT Guru", 4 | "description": "주요 플랫폼에서 NFT의 현재 가격을 발견하고 실시간으로 빠르게 변화하는 시장을 추적하세요", 5 | "tags": ["암호화폐", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nftguru.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "NFT Guru", 4 | "description": "发现主要平台上NFT的当前价格,并通过实时跟踪快速变化的市场了解情况", 5 | "tags": ["加密货币", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nftguru.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "NFT Guru", 4 | "description": "發現主要平台上 NFT 的當前價格,並使用即時資訊追蹤快速變化的市場。", 5 | "tags": ["加密貨幣", "NFT"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "تغيير", 4 | "description": "اكتشف الجمعيات الخيرية الفعّالة لدعمها في مجتمعك وخارجه.", 5 | "tags": ["الخيرية"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Change", 4 | "description": "Discover impactful nonprofits to support in your community and beyond.", 5 | "tags": ["charity"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "تغییر", 4 | "description": "سازمان‌های غیرانتفاعی تأثیرگذار را برای حمایت در جامعه و فراتر از آن کشف کنید.", 5 | "tags": ["خیریه"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "変化", 4 | "description": "コミュニティやその先で支援すべき有益な非営利団体を見つける。", 5 | "tags": ["慈善"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "변화", 4 | "description": "지역사회 및 그 이상에서 지원할 수 있는 중요한 비영리 기관을 발견하세요.", 5 | "tags": ["자선"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Change", 4 | "description": "发现在您的社区和更广泛范围内支持的有影响力的非营利组织。", 5 | "tags": ["慈善"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/nonprofits.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "改變", 4 | "description": "在您的社區和更遠的地方發現有影響力的非營利組織來支持。", 5 | "tags": ["慈善"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "رسم التلقيح", 4 | "description": "توليد الصور من خلال pollinations.ai", 5 | "tags": ["رسم", "صورة"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Рисуване на опрашване", 4 | "description": "Генерирайте изображения чрез pollinations.ai", 5 | "tags": ["рисуване", "изображение"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bestäubung Zeichnung", 4 | "description": "Generieren Sie Bilder durch pollinations.ai", 5 | "tags": ["Zeichnung", "Bild"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Pollinate drawing", 4 | "description": "Generate images through pollinations.ai", 5 | "tags": ["drawing", "image"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Dibujo de polinización", 4 | "description": "Genera imágenes a través de pollinations.ai", 5 | "tags": ["dibujo", "imagen"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ترسیم گرده‌افشانی", 4 | "description": "تولید تصاویر از طریق pollinations.ai", 5 | "tags": ["ترسیم", "تصویر"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Dessin de pollinisation", 4 | "description": "Générer des images via pollinations.ai", 5 | "tags": ["dessin", "image"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Disegno di impollinazione", 4 | "description": "Genera immagini tramite pollinations.ai", 5 | "tags": ["disegno", "immagine"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "tags": ["drawing", "image"], 4 | "title": "授粉絵画", 5 | "description": "Pollinations.aiを使用して画像を生成します" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "tags": ["그림", "이미지"], 4 | "title": "수분 회화", 5 | "description": "Pollinations.ai를 사용하여 이미지를 생성합니다." 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tekening bestuiven", 4 | "description": "Genereer afbeeldingen via pollinations.ai", 5 | "tags": ["tekening", "afbeelding"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Rysunek zapylania", 4 | "description": "Generuj obrazy za pomocą pollinations.ai", 5 | "tags": ["rysunek", "obraz"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Desenho de polinização", 4 | "description": "Gere imagens através do pollinations.ai", 5 | "tags": ["desenho", "imagem"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "tags": ["рисунок", "изображение"], 4 | "title": "Пыльцевая живопись", 5 | "description": "Генерация изображений через pollinations.ai" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Polinasyon çizimi", 4 | "description": "pollinations.ai aracılığıyla görüntü oluşturun", 5 | "tags": ["çizim", "görüntü"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Vẽ bản vẽ thụ phấn", 4 | "description": "Tạo hình ảnh thông qua pollinations.ai", 5 | "tags": ["vẽ", "hình ảnh"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "tags": ["drawing", "image"], 4 | "title": "授粉绘画", 5 | "description": "通过 pollinations.ai 进行图像生成" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/pollinations-drawing.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "tags": ["繪畫", "圖像"], 4 | "title": "授粉繪畫", 5 | "description": "透過 pollinations.ai 進行圖像生成" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/questmate.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Questmate Forms", 4 | "description": "양식, 체크리스트 및 워크플로우(우리는 '퀘스트'라고 부릅니다)를 생성하여 할당하거나 일정을 잡거나 공개할 수 있습니다.", 5 | "tags": ["양식", "체크리스트", "생산성"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/questmate.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Questmate Forms", 4 | "description": "创建表单、清单和工作流程(我们称之为任务!),您可以分配、安排或公开。", 5 | "tags": ["表单", "清单", "生产力"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/questmate.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Questmate Forms", 4 | "description": "建立可以指派、排程或公開的表單、清單和工作流程(我們稱之為「任務」)。", 5 | "tags": ["forms", "checklists", "productivity"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "الطقس الحقيقي", 4 | "description": "الحصول على معلومات الطقس في الوقت الحقيقي", 5 | "tags": ["طقس", "في الوقت الحقيقي"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Времето в реално време", 4 | "description": "Получете информация за времето в реално време", 5 | "tags": ["време", "в реално време"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Echtzeit-Wetter", 4 | "description": "Erhalten Sie Echtzeit-Wetterinformationen", 5 | "tags": ["Wetter", "Echtzeit"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Realtime Weather", 4 | "description": "Get realtime weather information", 5 | "tags": ["weather", "realtime"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tiempo en tiempo real", 4 | "description": "Obtén información meteorológica en tiempo real", 5 | "tags": ["tiempo", "tiempo real"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "هواشناسی لحظه‌ای", 4 | "description": "دریافت اطلاعات هواشناسی لحظه‌ای", 5 | "tags": ["هوا", "لحظه‌ای"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Météo en temps réel", 4 | "description": "Obtenez des informations météorologiques en temps réel", 5 | "tags": ["météo", "temps réel"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Meteo in tempo reale", 4 | "description": "Ottieni informazioni meteo in tempo reale", 5 | "tags": ["meteo", "tempo reale"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "リアルタイム天気", 4 | "description": "リアルタイムの天気情報を取得する", 5 | "tags": ["天気", "リアルタイム"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "실시간 날씨", 4 | "description": "실시간 날씨 정보를 얻으세요", 5 | "tags": ["날씨", "실시간"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Realtime Weer", 4 | "description": "Ontvang realtime weerinformatie", 5 | "tags": ["weer", "realtime"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Pogoda na żywo", 4 | "description": "Uzyskaj informacje o pogodzie na żywo", 5 | "tags": ["pogoda", "na żywo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tempo Real", 4 | "description": "Obtenha informações meteorológicas em tempo real", 5 | "tags": ["clima", "tempo real"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Gerçek Zamanlı Hava Durumu", 4 | "description": "Gerçek zamanlı hava durumu bilgilerini alın", 5 | "tags": ["hava", "gerçek zamanlı"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Thời tiết thời gian thực", 4 | "description": "Nhận thông tin thời tiết thời gian thực", 5 | "tags": ["thời tiết", "thời gian thực"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "实时天气", 4 | "description": "获取实时天气信息", 5 | "tags": ["天气", "实时"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/realtime-weather.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "即時天氣", 4 | "description": "獲取即時天氣資訊", 5 | "tags": ["天氣", "即時"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "بيانات الأسهم والعملات المشفرة والاستثمار الأخرى في الوقت الحقيقي.", 5 | "tags": ["stock", "analyze"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Умен Търговец AI", 4 | "description": "Данни за акции, криптовалути и други инвестиции в реално време.", 5 | "tags": ["акции", "анализ"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "Echtzeit-Aktien-, Krypto- und andere Anlageinformationen.", 5 | "tags": ["Aktie", "analysieren"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "Realtime stock, crypto and other investment data.", 5 | "tags": ["stock", "analyze"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "تاجر هوشمند AI", 4 | "description": "داده‌های لحظه‌ای سهام، ارز دیجیتال و سایر سرمایه‌گذاری‌ها.", 5 | "tags": ["سهام", "تحلیل"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "リアルタイム株式、暗号通貨、その他の投資データ。", 5 | "tags": ["stock", "analyze"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "실시간 주식, 암호화폐 및 기타 투자 데이터.", 5 | "tags": ["주식", "분석"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "Realtime aandelen, crypto en andere investeringsgegevens.", 5 | "tags": ["aandelen", "analyseren"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "Gerçek zamanlı stok, kripto ve diğer yatırım verileri.", 5 | "tags": ["stok", "analiz"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Savvy Trader AI", 4 | "description": "实时股票、加密货币和其他投资数据。", 5 | "tags": ["股票", "分析"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/savvy_trader_ai.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "精明交易者 AI", 4 | "description": "即時股票、加密貨幣和其他投資資料。", 5 | "tags": ["股票", "分析"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/scholarly.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "علمي", 4 | "description": "علمي هو محرك بحث مدعوم بالذكاء الاصطناعي لاستكشاف الأدبيات العلمية.", 5 | "tags": ["الأدبيات-العلمية", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/scholarly.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "学術的", 4 | "description": "Scholarlyは科学文献を探索するためのAI搭載検索エンジンです。", 5 | "tags": ["scientific-literature", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/scholarly.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "학술적", 4 | "description": "학술적은 과학 문헌을 탐색하기 위한 AI 기반 검색 엔진입니다.", 5 | "tags": ["과학-문헌", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/scholarly.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "学术", 4 | "description": "学术是一个用人工智能驱动的搜索引擎,用于探索科学文献。", 5 | "tags": ["科学文献", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/scholarly.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "學術", 4 | "description": "學術是一個由人工智慧驅動的搜索引擎,用於探索科學文獻。", 5 | "tags": ["科學文獻", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine-serper.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Serperを介してGoogleを検索", 4 | "description": "Serper.devの無料APIを使用したGoogle検索エンジン(月間2500回🆓)", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine-serper.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Serper를 통해 Google 검색", 4 | "description": "Serper.dev 무료 API를 통한 Google 검색 엔진 (월 2500회 무료)", 5 | "tags": ["웹", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine-serper.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "通过 Serper 搜索 Google", 4 | "description": "通过 Serper.dev 免费 API 进行 Google 搜索引擎(每月 2500 次🆓)", 5 | "tags": ["网络", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine-serper.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "透過 Serper 搜尋 Google", 4 | "description": "透過 Serper.dev 免費 API 進行 Google 搜尋引擎(每月 2500 次免費)", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "محرك البحث", 4 | "description": "استعمل محرك البحث للحصول على المعلومات", 5 | "tags": ["ويب", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Търсачка", 4 | "description": "Запитване към търсачката за получаване на информация", 5 | "tags": ["уеб", "търсене"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Suchmaschine", 4 | "description": "Abfrage der Suchmaschine, um Informationen zu erhalten", 5 | "tags": ["web", "suche"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search Engine", 4 | "description": "Query search engine to get information", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Motor de búsqueda", 4 | "description": "Motor de búsqueda de consultas para obtener información", 5 | "tags": ["web", "búsqueda"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "موتور جستجو", 4 | "description": "پرس و جو از موتور جستجو برای دریافت اطلاعات", 5 | "tags": ["وب", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Motore di Ricerca", 4 | "description": "Interrogare il motore di ricerca per ottenere informazioni", 5 | "tags": ["web", "ricerca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "検索エンジン", 4 | "description": "情報を取得するために検索エンジンをクエリします", 5 | "tags": ["ウェブ", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "검색 엔진", 4 | "description": "정보를 얻기 위해 검색 엔진에 쿼리를 보냅니다", 5 | "tags": ["웹", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Zoekmachine", 4 | "description": "Zoekopdracht uitvoeren in de zoekmachine om informatie te verkrijgen", 5 | "tags": ["web", "zoek"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Wyszukiwarka", 4 | "description": "Wyszukaj silnik wyszukiwania, aby uzyskać informacje", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Mecanismo de Busca", 4 | "description": "Consulte o mecanismo de busca para obter informações", 5 | "tags": ["web", "busca"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Поисковая система", 4 | "description": "Запросите поисковую систему, чтобы получить информацию", 5 | "tags": ["веб", "поиск"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Arama Motoru", 4 | "description": "Bilgi almak için sorgu arama motorunu kullanın", 5 | "tags": ["web", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Công cụ tìm kiếm", 4 | "description": "Tra cứu thông tin từ công cụ tìm kiếm", 5 | "tags": ["web", "tìm kiếm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "搜索引擎", 4 | "description": "查询搜索引擎以获取信息", 5 | "tags": ["网络", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search-engine.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "搜尋引擎", 4 | "description": "查詢搜尋引擎以獲取資訊", 5 | "tags": ["網頁", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "خدمة تجميع البحث، مصممة خصيصًا لـ LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Услуга за агрегация на търсене, специално проектирана за LLMs", 5 | "tags": ["уеб", "търсене"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Suchaggregatdienst, speziell für LLMs konzipiert", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Search aggregation service, specifically designed for LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Servicio de agregación de búsqueda, diseñado específicamente para LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "خدمات تجمیع جستجو، به‌طور خاص برای LLMها طراحی شده است", 5 | "tags": ["وب", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Service d'agrégation de recherche, spécialement conçu pour les LLM", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Servizio di aggregazione di ricerca, appositamente progettato per LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Search aggregation service, specifically designed for LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Search aggregation service, specifically designed for LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Zoekaggregatiedienst, speciaal ontworpen voor LLM's", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Usługa agregacji wyszukiwania, specjalnie zaprojektowana dla LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Serviço de agregação de pesquisa, especificamente projetado para LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Сервис агрегации поиска, специально разработанный для LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Arama birleştirme hizmeti, özellikle LLM'ler için tasarlanmıştır", 5 | "tags": ["web", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Dịch vụ tổng hợp tìm kiếm, được thiết kế đặc biệt cho LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "搜索聚合服务,专为LLMs设计", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/search1api.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Search1API", 4 | "description": "Search aggregation service, specifically designed for LLMs", 5 | "tags": ["web", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/seo_assistant.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEOアシスタント", 4 | "description": "SEOアシスタントは、コンテンツ作成を支援するために検索エンジンキーワード情報を生成できます。", 5 | "tags": ["seo", "keyword"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/seo_assistant.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO Assistant", 4 | "description": "SEO 어시스턴트는 콘텐츠 작성을 돕기 위해 검색 엔진 키워드 정보를 생성할 수 있습니다.", 5 | "tags": ["seo", "keyword"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/seo_assistant.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO助手", 4 | "description": "SEO助手可以生成搜索引擎关键词信息,以帮助创建内容。", 5 | "tags": ["seo", "关键词"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/seo_assistant.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SEO 助理", 4 | "description": "SEO 助理可以生成搜索引擎關鍵字信息,以幫助創建內容。", 5 | "tags": ["seo", "關鍵字"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/socialsearch.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ソーシャル検索", 4 | "description": "ソーシャル検索は、ツイート、ユーザー、フォロワー、画像、メディアなどへのアクセスを提供します。", 5 | "tags": ["ソーシャル", "ツイッター", "x", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/socialsearch.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "소셜 검색", 4 | "description": "소셜 검색은 트윗, 사용자, 팔로워, 이미지, 미디어 등에 대한 액세스를 제공합니다.", 5 | "tags": ["소셜", "트위터", "x", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/socialsearch.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "社交搜索", 4 | "description": "社交搜索提供访问推文、用户、关注者、图片、媒体等功能。", 5 | "tags": ["社交", "推特", "x", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/socialsearch.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "社交搜尋", 4 | "description": "社交搜尋提供訪問推文、使用者、追隨者、圖片、媒體等功能。", 5 | "tags": ["social", "twitter", "x", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/speak.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "تحدث", 4 | "description": "تعلم كيفية قول أي شيء بلغة أخرى مع تحدث، معلمك اللغوي الذكي بالذكاء الاصطناعي.", 5 | "tags": ["تعليم", "لغة"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/speak.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "話す", 4 | "description": "Speakは、AIパワードの言語チューターで、他の言語で何でも言う方法を学ぶことができます。", 5 | "tags": ["教育", "言語"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/speak.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "말하기", 4 | "description": "Speak를 사용하여 다른 언어로 무엇이든 말하는 법을 배우세요. Speak는 AI 기술을 활용한 언어 튜터입니다.", 5 | "tags": ["교육", "언어"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/speak.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Speak", 4 | "description": "使用Speak,您的AI语言导师,学习如何用另一种语言说任何事情。", 5 | "tags": ["教育", "语言"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/speak.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "說話", 4 | "description": "使用 Speak,您的 AI 語言導師,學習如何用另一種語言說任何事情。", 5 | "tags": ["教育", "語言"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ssfineart.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SuperStock Fine Art", 4 | "description": "ユーザーがリクエストした美術の例のURIセットを返すリサーチアシスタント。", 5 | "tags": ["art", "fineart", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ssfineart.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "슈퍼스톡 판화", 4 | "description": "사용자가 요청한 미술 예술의 예시에 대한 URI 세트를 반환하는 연구 보조 도구입니다.", 5 | "tags": ["미술", "판화", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ssfineart.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SuperStock Fine Art", 4 | "description": "一个研究助理,返回用户请求的一组艺术品示例的URI集合。", 5 | "tags": ["艺术", "美术", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/ssfineart.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "SuperStock Fine Art", 4 | "description": "一個研究助理,會根據使用者的要求返回一組藝術品範例的 URI。", 5 | "tags": ["art", "fineart", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "الحصول على الأسئلة والأجوبة الأخيرة من ستاك أوفرفلو.", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "Stack Overflowから最新の質問と回答を取得します。", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "스택 오버플로우에서 최근 질문과 답변을 받아보세요.", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "Получите недавние вопросы и ответы с Stack Overflow.", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "Stack Overflow'dan son soruları ve cevapları alın.", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "从Stack Overflow获取最新问题和答案。", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/stackoverflow_plus.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "StackOverflow Plus", 4 | "description": "從Stack Overflow 獲取最新問題和答案。", 5 | "tags": ["stack-overflow", "q-a"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "الحصول على معلومات اللعبة وآراء المستخدمين من ستيم.", 5 | "tags": ["steam", "لعبة"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Получете информация за игри и потребителски отзиви от Steam.", 5 | "tags": ["steam", "игра"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Spielinformationen und Benutzerbewertungen von Steam erhalten.", 5 | "tags": ["steam", "spiel"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Obtain game information and user reviews from Steam.", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Obtener información de juegos y reseñas de usuarios de Steam.", 5 | "tags": ["steam", "juego"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "استیم", 4 | "description": "اطلاعات بازی و نظرات کاربران را از استیم دریافت کنید.", 5 | "tags": ["استیم", "بازی"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Obtenir des informations sur les jeux et les avis des utilisateurs de Steam.", 5 | "tags": ["steam", "jeu"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Ottieni informazioni sui giochi e recensioni degli utenti da Steam.", 5 | "tags": ["steam", "gioco"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Steam からゲーム情報やユーザーレビューを取得します。", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "스팀에서 게임 정보 및 사용자 리뷰를 얻으세요.", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Game-informatie en gebruikersrecensies verkrijgen van Steam.", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Uzyskaj informacje o grach i recenzje użytkowników ze Steam.", 5 | "tags": ["steam", "gra"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Obtenha informações sobre jogos e avaliações de usuários da Steam.", 5 | "tags": ["steam", "jogo"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Получение информации об играх и отзывов пользователей из Steam.", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Steam'den oyun bilgileri ve kullanıcı yorumları alın.", 5 | "tags": ["steam", "oyun"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "Nhận thông tin trò chơi và đánh giá người dùng từ Steam.", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "从Steam获取游戏信息和用户评论。", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/steam.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Steam", 4 | "description": "從Steam獲取遊戲資訊和用戶評論。", 5 | "tags": ["steam", "game"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "أفضل مرشدي الجولات المجانية في العالم موجودون هنا.", 5 | "tags": ["سفر", "مرشدين"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ГуруУок", 4 | "description": "Най-добрите безплатни туристически водачи в света са тук.", 5 | "tags": ["пътуване", "водачи"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Die besten kostenlosen Tour-Guides der Welt sind hier.", 5 | "tags": ["Reisen", "Guides"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "The best free tour guides in the world are here.", 5 | "tags": ["travel", "guides"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Los mejores guías turísticos gratuitos del mundo están aquí.", 5 | "tags": ["viajes", "guías"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "گوروواک", 4 | "description": "بهترین راهنمایان تور رایگان در جهان اینجا هستند.", 5 | "tags": ["سفر", "راهنماها"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Les meilleurs guides touristiques gratuits du monde sont ici.", 5 | "tags": ["voyage", "guides"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "I migliori guide turistiche gratuite del mondo sono qui.", 5 | "tags": ["viaggi", "guide"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "世界中の最高の無料ツアーガイドがここにいます。", 5 | "tags": ["旅行", "ガイド"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "세계 최고의 무료 투어 가이드가 여기 있습니다.", 5 | "tags": ["여행", "가이드"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "De beste gratis tourgidsen ter wereld zijn hier.", 5 | "tags": ["reizen", "gidsen"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Najlepsi darmowi przewodnicy turystyczni na świecie są tutaj.", 5 | "tags": ["podróże", "przewodnicy"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Os melhores guias turísticos gratuitos do mundo estão aqui.", 5 | "tags": ["viagem", "guias"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Лучшие бесплатные гиды-экскурсоводы в мире здесь.", 5 | "tags": ["путешествия", "гиды"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Dünyanın en iyi ücretsiz tur rehberleri burada.", 5 | "tags": ["seyahat", "rehberler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "Những hướng dẫn viên tour miễn phí tốt nhất trên thế giới đều ở đây.", 5 | "tags": ["du lịch", "hướng dẫn viên"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "世界上最好的免费导游就在这里。", 5 | "tags": ["旅行", "导游"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/todo.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "GuruWalk", 4 | "description": "世界上最好的免費導遊就在這裡。", 5 | "tags": ["旅行", "導遊"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/travelmyth.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Travelmyth", 4 | "description": "Travelmythで個人に合わせたホテル検索を解放し、完璧なマッチングのために60のユニークなカテゴリを提供します。", 5 | "tags": ["travel", "hotel", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/travelmyth.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Travelmyth", 4 | "description": "通过Travelmyth释放个性化酒店搜索,提供60个独特类别,找到完美匹配。", 5 | "tags": ["旅行", "酒店", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/travelmyth.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Travelmyth", 4 | "description": "透過Travelmyth釋放個性化的飯店搜索,提供60個獨特類別,找到完美匹配。", 5 | "tags": ["travel", "hotel", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "العثور على مخططات أوتار الجيتار عن طريق تحديد اسم الأكورد.", 5 | "tags": ["موسيقى", "جيتار", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "Find guitar chord diagrams by specifying the chord name.", 5 | "tags": ["music", "guitar", "search"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "اوبرکورد", 4 | "description": "نقشه‌های آکورد گیتار را با مشخص کردن نام آکورد پیدا کنید.", 5 | "tags": ["موسیقی", "گیتار", "جستجو"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "コード名を指定してギターコードダイアグラムを見つける。", 5 | "tags": ["音楽", "ギター", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "코드 이름을 지정하여 기타 코드 다이어그램을 찾습니다.", 5 | "tags": ["음악", "기타", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "Vind gitaarakkoorddiagrammen door de akkoordnaam op te geven.", 5 | "tags": ["muziek", "gitaar", "zoeken"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "Znajdź diagramy akordów gitarowych, podając nazwę akordu.", 5 | "tags": ["muzyka", "gitara", "wyszukiwanie"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "Найдите диаграммы гитарных аккордов, указав название аккорда.", 5 | "tags": ["музыка", "гитара", "поиск"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "Akor adını belirterek gitar akor diyagramlarını bulun.", 5 | "tags": ["müzik", "gitar", "arama"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "Tìm sơ đồ hợp âm guitar bằng cách chỉ định tên hợp âm.", 5 | "tags": ["nhạc", "guitar", "tìm kiếm"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "通过指定和弦名称查找吉他和弦图。", 5 | "tags": ["音乐", "吉他", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uberchord.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Uberchord", 4 | "description": "透過指定和弦名稱找到吉他和弦圖。", 5 | "tags": ["音樂", "吉他", "搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uptime.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "웹사이트 다운 확인", 4 | "description": "웹사이트의 가용성을 확인하려면 웹사이트 URL을 입력하십시오. Pulsetic은 웹사이트의 가동 시간, 가용성 및 성능을 테스트합니다.", 5 | "tags": ["웹사이트", "성능", "테스트"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uptime.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "检查网站是否宕机", 4 | "description": "插入您的网站 URL 以检查可用性。Pulsetic 测试网站的正常运行时间、可用性和性能。", 5 | "tags": ["网站", "性能", "测试"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/uptime.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "檢查網站是否掛了", 4 | "description": "輸入您的網站 URL 以檢查可用性。Pulsetic 測試網站的正常運行時間、可用性和性能。", 5 | "tags": ["網站", "性能", "測試"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ويب", 4 | "description": "بحث ويب ذكي يقرأ ويحلل الصفحات لتقديم إجابات شاملة من نتائج جوجل.", 5 | "tags": ["ويب", "بحث"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ウェブ", 4 | "description": "ページを読み取り分析して、Googleの結果から包括的な回答を提供するスマートウェブ検索。", 5 | "tags": ["ウェブ", "検索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "웹", 4 | "description": "페이지를 읽고 분석하여 Google 결과에서 포괄적인 답변을 제공하는 스마트 웹 검색입니다.", 5 | "tags": ["웹", "검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "网页", 4 | "description": "智能网页搜索,读取和分析页面,以提供来自Google结果的全面答案。", 5 | "tags": ["网页", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "網頁", 4 | "description": "智能網頁搜索,閱讀和分析頁面以提供來自 Google 結果的全面答案。", 5 | "tags": ["網頁", "搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "بحث الويب", 4 | "description": "البحث عن المعلومات من الإنترنت.", 5 | "tags": ["بحث", "بلغسوجار"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Уеб търсене", 4 | "description": "Търсене на информация от интернет", 5 | "tags": ["търсене", "плъгсахар"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Search", 4 | "description": "Suchen Sie nach Informationen aus dem Internet.", 5 | "tags": ["search", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Search", 4 | "description": "Search for information from the internet", 5 | "tags": ["search", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Búsqueda web", 4 | "description": "Busca información en internet.", 5 | "tags": ["búsqueda", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جستجوی وب", 4 | "description": "جستجو برای اطلاعات از اینترنت", 5 | "tags": ["جستجو", "پلاگساکر"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Recherche Web", 4 | "description": "Recherchez des informations sur Internet.", 5 | "tags": ["recherche", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Ricerca Web", 4 | "description": "Cerca informazioni da internet.", 5 | "tags": ["ricerca", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Search", 4 | "description": "インターネットから情報を検索します。", 5 | "tags": ["search", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "웹 검색", 4 | "description": "인터넷에서 정보를 검색합니다.", 5 | "tags": ["검색", "플러그슈가"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Zoeken", 4 | "description": "Zoek naar informatie van het internet.", 5 | "tags": ["zoeken", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Wyszukiwanie w sieci", 4 | "description": "Szukaj informacji w internecie.", 5 | "tags": ["szukaj", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Pesquisa na Web", 4 | "description": "Busque informações da internet.", 5 | "tags": ["search", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Веб-поиск", 4 | "description": "Поиск информации в интернете.", 5 | "tags": ["поиск", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Arama", 4 | "description": "İnternetten bilgi arayın.", 5 | "tags": ["arama", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tìm kiếm web", 4 | "description": "Tìm kiếm thông tin từ internet.", 5 | "tags": ["tìm kiếm", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "网络搜索", 4 | "description": "从互联网搜索信息。", 5 | "tags": ["搜索", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/web_search.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Search", 4 | "description": "從互聯網搜索信息。", 5 | "tags": ["search", "plugsugar"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "بحث_بينج", 4 | "description": "ابحث عن المعلومات من الإنترنت باستخدام BingApi", 5 | "tags": ["بحث_بينج"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_уебтърсене", 4 | "description": "Търсене на информация от интернет с BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_Websuche", 4 | "description": "Suche nach Informationen aus dem Internet basierend auf der BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Search for information from the internet based on BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_búsqueda_web", 4 | "description": "Busca información en internet a través de BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "جستجوی وب بینگ", 4 | "description": "جستجو برای اطلاعات از اینترنت با استفاده از BingApi", 5 | "tags": ["جستجوی_بینک"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Recherchez des informations sur Internet via BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Cerca informazioni su internet tramite BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bingウェブ検索", 4 | "description": "BingApiに基づいてインターネットから情報を検索します", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "빙 웹 검색", 4 | "description": "BingApi를 기반으로 인터넷에서 정보를 검색합니다", 5 | "tags": ["빙검색"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Zoek naar informatie van het internet via BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.pl-PL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_wyszukiwanie", 4 | "description": "Szukaj informacji w internecie za pomocą BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "Pesquise informações na internet com base na BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Поиск_в_Bing", 4 | "description": "Поиск информации в интернете с помощью BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Bing_websearch", 4 | "description": "BingApi temelinde internetten bilgi arayın", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Tìm kiếm_web_Bing", 4 | "description": "Tìm kiếm thông tin từ internet dựa trên BingApi", 5 | "tags": ["bingsearch"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "必应网络搜索", 4 | "description": "通过BingApi从互联网搜索信息", 5 | "tags": ["必应搜索"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/websearch_bing.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "必應網頁搜尋", 4 | "description": "從互聯網上搜索信息,基於BingApi", 5 | "tags": ["必應搜尋"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.ar.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ماسح موقع الويب", 4 | "description": "استخراج المحتوى من روابط الويب", 5 | "tags": ["ويب", "ماسح-المحتوى"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.bg-BG.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Уеб краулер", 4 | "description": "Извличане на съдържание от уеб връзки", 5 | "tags": ["уеб", "съдържание-краулер"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.de-DE.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Website Crawler", 4 | "description": "Extrahieren von Inhalten aus Web-Links", 5 | "tags": ["web", "content-crawler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.en-US.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Website Crawler", 4 | "description": "Extract content from web links", 5 | "tags": ["web", "content-crawler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.es-ES.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Rastreador de sitios web", 4 | "description": "Extraer contenido de enlaces web", 5 | "tags": ["web", "rastreador-de-contenido"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.fa-IR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "خزنده وبسایت", 4 | "description": "استخراج محتوا از لینک‌های وب", 5 | "tags": ["وب", "خزنده محتوا"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.fr-FR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Website Crawler", 4 | "description": "Extraire du contenu à partir de liens web", 5 | "tags": ["web", "content-crawler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.it-IT.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Website Crawler", 4 | "description": "Estrai contenuti dai link web", 5 | "tags": ["web", "content-crawler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.ja-JP.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "ウェブサイトクローラー", 4 | "description": "ウェブリンクからコンテンツを抽出する", 5 | "tags": ["ウェブ", "コンテンツクローラー"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.ko-KR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "웹사이트 크롤러", 4 | "description": "웹 링크에서 콘텐츠 추출", 5 | "tags": ["웹", "콘텐츠-크롤러"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.nl-NL.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Website Crawler", 4 | "description": "Inhoud extraheren uit weblinks", 5 | "tags": ["web", "inhoud-crawler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.pt-BR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Website Crawler", 4 | "description": "Extrair conteúdo de links da web", 5 | "tags": ["web", "content-crawler"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.ru-RU.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Веб-сканер", 4 | "description": "Извлечение контента из веб-ссылок", 5 | "tags": ["веб", "сканер-контента"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.tr-TR.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Web Sitesi Taramacısı", 4 | "description": "Web bağlantılarından içerik çıkarın", 5 | "tags": ["web", "içerik-taramacısı"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.vi-VN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "Trình thu thập website", 4 | "description": "Trích xuất nội dung từ liên kết web", 5 | "tags": ["web", "trình-thu-thập-nội-dung"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.zh-CN.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "网站爬虫", 4 | "description": "从网页链接中提取内容", 5 | "tags": ["网页", "内容爬取器"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /locales/website-crawler.zh-TW.json: -------------------------------------------------------------------------------- 1 | { 2 | "meta": { 3 | "title": "網站爬蟲", 4 | "description": "從網頁連結中提取內容", 5 | "tags": ["網頁", "內容爬蟲"] 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /meta.json: -------------------------------------------------------------------------------- 1 | { "schemaVersion": 1 } 2 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "module": "ESNext", 4 | "target": "es2017", 5 | "noEmit": true, 6 | "moduleResolution": "bundler" 7 | }, 8 | "include": ["scripts"] 9 | } 10 | --------------------------------------------------------------------------------