Skip to content

Commit

Permalink
📝 chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Dec 19, 2023
1 parent 3738cdf commit 2914226
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 21 deletions.
2 changes: 1 addition & 1 deletion locales/mindmap.de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "Mindmap",
"description": "Ein Assistent zur Generierung von Mindmaps",
"tags": ["Mindmap", "Mind Map", "wird-i-18-n-im-Workflow-automatisch-generieren"]
"tags": ["Mindmap"]
}
}
2 changes: 1 addition & 1 deletion locales/mindmap.es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "Mapa mental",
"description": "Un asistente de generación de mapas mentales",
"tags": ["Mapa mental", "Mapa mental", "generará-automáticamente-i-18-n-en-el-flujo-de-trabajo"]
"tags": ["Mapa mental"]
}
}
2 changes: 1 addition & 1 deletion locales/mindmap.fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "Mindmap",
"description": "Un assistant de génération de mindmap",
"tags": ["Mindmap", "Mind map", "va-auto-générer-i-18-n-dans-le-flux-de-travail"]
"tags": ["Mindmap"]
}
}
2 changes: 1 addition & 1 deletion locales/mindmap.ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "マインドマップ",
"description": "マインドマップ生成アシスタント",
"tags": ["マインドマップ", "マインドマップ", "ワークフローでI-18-Nを自動生成します"]
"tags": ["マインドマップ"]
}
}
2 changes: 1 addition & 1 deletion locales/mindmap.ko-KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "마인드맵",
"description": "마인드맵 생성 보조 도구",
"tags": ["마인드맵", "마인드 맵", "워크플로우에서 자동으로 i18n을 생성할 것입니다"]
"tags": ["마인드맵"]
}
}
6 changes: 1 addition & 5 deletions locales/mindmap.pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"meta": {
"title": "Mapa mental",
"description": "Um assistente de geração de mapas mentais",
"tags": [
"Mapa mental",
"Mapa da mente",
"irá-gerar-automaticamente-i-18-n-no-fluxo-de-trabalho"
]
"tags": ["Mapa mental"]
}
}
6 changes: 1 addition & 5 deletions locales/mindmap.ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"meta": {
"title": "Mindmap",
"description": "Помощник по созданию ментальных карт",
"tags": [
"Mindmap",
"Ментальная карта",
"будет-автоматически-сгенерировано-i-18-n-в-рабочем-процессе"
]
"tags": ["Ментальная карта"]
}
}
2 changes: 1 addition & 1 deletion locales/mindmap.tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "Zihin Haritası",
"description": "Bir zihin haritası oluşturma yardımcısı",
"tags": ["Zihin Haritası", "Zihin haritası", "iş akışında-i-18-n-otomatik-oluşturulacak"]
"tags": ["Zihin Haritası"]
}
}
6 changes: 3 additions & 3 deletions locales/mindmap.zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"title": "Mindmap",
"description": "A mindmap generation assistant",
"tags": ["思维导图", "脑图", "will-auto-generate-i-18-n-in-workflow"]
"title": "思维导图",
"description": "思维导图生成助手",
"tags": ["思维导图", "脑图"]
}
}
2 changes: 1 addition & 1 deletion locales/mindmap.zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"title": "心智圖",
"description": "一個心智圖生成助手",
"tags": ["心智圖", "心智地圖", "將在工作流程中自動生成i18n"]
"tags": ["心智圖"]
}
}
2 changes: 1 addition & 1 deletion plugins/mindmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"manifest": "https://mindmap.flowai.one/manifest.json",
"meta": {
"avatar": "🧠",
"tags": ["Mindmap", "Mind map", "will-auto-generate-i-18-n-in-workflow"],
"tags": ["Mindmap"],
"title": "Mindmap",
"description": "A mindmap generation assistant"
},
Expand Down

0 comments on commit 2914226

Please sign in to comment.