Skip to content

Commit

Permalink
🤖 chore: Auto format and add i18n json files
Browse files Browse the repository at this point in the history
  • Loading branch information
lobehubbot committed Jan 17, 2024
1 parent 60c7795 commit 8e6a2d1
Show file tree
Hide file tree
Showing 14 changed files with 106 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
module.exports = require('@lobehub/lint').prettier;
1 change: 1 addition & 0 deletions .remarkrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
module.exports = require('@lobehub/lint').remarklint;
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- [TikZJax](#tikzjax)
- [Search Engine](#search-engine)
- [Diagrams: Show Me](#diagrams-show-me)
- [Boolio Invest](#boolio-invest)
- [Mindmap](#mindmap)
- [Website Crawler](#website-crawler)
- [Realtime Weather](#realtime-weather)
Expand Down Expand Up @@ -201,6 +202,22 @@ Show Me is a powerful tool designed for the quick creation and editing of diagra

---

### Boolio Invest

<sup>By **[@boolio](https://chatgpt.boolio.co.kr)** on **2024-01-17**</sup>

Analyze stock investments from any country, with Boolio's state-of-the-art engine.

`stock` `analyze`

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### Mindmap

<sup>By **[@Moonlit7](https://github.com/Moonlit7/chat-plugin-mindmap)** on **2023-12-19**</sup>
Expand Down
17 changes: 17 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- [TikZJax](#tikzjax)
- [搜索引擎](#搜索引擎)
- [图表工具](#图表工具)
- [Boolio Invest](#boolio-invest)
- [思维导图](#思维导图)
- [网站爬虫](#网站爬虫)
- [实时天气](#实时天气)
Expand Down Expand Up @@ -201,6 +202,22 @@

---

### Boolio Invest

<sup>By **[@boolio](https://chatgpt.boolio.co.kr)** on **2024-01-17**</sup>

使用 Boolio 的先进引擎分析来自任何国家的股票投资。

`股票` `分析`

<div align="right">

[![][back-to-top]](#readme-top)

</div>

---

### 思维导图

<sup>By **[@Moonlit7](https://github.com/Moonlit7/chat-plugin-mindmap)** on **2023-12-19**</sup>
Expand Down
7 changes: 7 additions & 0 deletions locales/boolio.de-DE.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "Analysieren Sie Aktieninvestitionen aus jedem Land mit Boolios modernster Engine.",
"tags": ["Aktie", "analysieren"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.es-ES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "Analiza inversiones en acciones de cualquier país, con el motor de vanguardia de Boolio.",
"tags": ["stock", "analyze"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.fr-FR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "Analysez les investissements boursiers de n'importe quel pays, avec le moteur de pointe de Boolio.",
"tags": ["stock", "analyze"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.ja-JP.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "Boolioの最新エンジンを使用して、どの国の株式投資も分析します。",
"tags": ["stock", "analyze"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.ko-KR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio 투자",
"description": "Boolio의 최첨단 엔진을 사용하여 어떤 국가의 주식 투자를 분석합니다.",
"tags": ["주식", "분석"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "Analisar investimentos em ações de qualquer país, com o motor de ponta da Boolio.",
"tags": ["ação", "analisar"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.ru-RU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Инвест",
"description": "Анализируйте инвестиции в акции из любой страны с помощью передового движка Boolio.",
"tags": ["акции", "анализ"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.tr-TR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Yatırım",
"description": "Boolio'nun son teknoloji motoru ile herhangi bir ülkeden hisse senedi yatırımlarını analiz edin.",
"tags": ["hisse senedi", "analiz"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.zh-CN.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "使用Boolio的先进引擎分析来自任何国家的股票投资。",
"tags": ["股票", "分析"]
}
}
7 changes: 7 additions & 0 deletions locales/boolio.zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"meta": {
"title": "Boolio Invest",
"description": "使用 Boolio 的最先進引擎分析來自任何國家的股票投資。",
"tags": ["股票", "分析"]
}
}

0 comments on commit 8e6a2d1

Please sign in to comment.