Skip to content

Commit 6d0c141

Browse files
committed
Update README.md & translation
1 parent 44368c1 commit 6d0c141

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,28 @@ Forget generic AI chat tools. **TensorBlock Studio** is a new kind of workspace
2424

2525
## Features
2626

27-
- Multiple LLM provider
28-
- Web search compatible
29-
- Multi-language UI and prompt support
30-
- Beginner-friendly experience
31-
- Framer Motion UI transitions
32-
- Local-first data storage for speed and privacy
27+
### 🎨 Interaction & Creation
28+
- Image generation with support for multiple providers
29+
- Translation scenarios for multilingual workflows
30+
- Framer Motion UI transitions for smooth experience
3331

3432
<br>
3533

34+
### 🧠 Intelligence & Memory
35+
- File memory store: attach files and persist context across chats
36+
- Conversational agents powered by multiple LLM providers
37+
- Web search integration for real-time answers
38+
3639
![TensorBlock Studio Screenshot 01](https://github.com/user-attachments/assets/e947cbb9-6d7d-4714-a8db-5a5e42d7d031)
3740

41+
<br>
42+
43+
### ⚙️ User Experience & Customization
44+
- Configurable startup settings
45+
- Multi-language UI and prompt support
46+
- Local-first data storage for speed and privacy
47+
- Beginner-friendly interface
48+
3849
![TensorBlock Studio Screenshot 02](https://github.com/user-attachments/assets/94d1841f-2242-4045-ae13-d1be3351d54b)
3950

4051
![TensorBlock Studio Screenshot 03](https://github.com/user-attachments/assets/fe98d5f9-595f-47bc-83e7-20779eba1bfa)

src/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"imageGeneration": {
108108
"title": "Image Generation",
109109
"provider": "Provider",
110+
"settingsButton": "Settings",
110111
"model": "Model",
111112
"imageSize": "Image Size",
112113
"generationCount": "Generation Count",

src/locales/es/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"imageGeneration": {
108108
"title": "Generación de Imágenes",
109109
"provider": "Proveedor",
110+
"settingsButton": "Configuraciones",
110111
"model": "Modelo",
111112
"imageSize": "Tamaño de Imagen",
112113
"generationCount": "Cantidad de Generaciones",

src/locales/ja/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"imageGeneration": {
108108
"title": "画像生成",
109109
"provider": "プロバイダー",
110+
"settingsButton": "設定",
110111
"model": "モデル",
111112
"imageSize": "画像サイズ",
112113
"generationCount": "生成数",

src/locales/ko/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"imageGeneration": {
108108
"title": "이미지 생성",
109109
"provider": "제공자",
110+
"settingsButton": "설정",
110111
"model": "모델",
111112
"imageSize": "이미지 크기",
112113
"generationCount": "생성 수",

src/locales/zh-CN/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@
107107
"imageGeneration": {
108108
"title": "图像生成",
109109
"provider": "提供商",
110+
"settingsButton": "设置",
110111
"model": "模型",
111112
"imageSize": "图像尺寸",
112113
"generationCount": "生成数量",
113114
"randomSeed": "随机种子",
114115
"generateButton": "生成",
115116
"generating": "正在生成图像...",
116-
"settingsButton": "设置",
117117
"creatingImage": "AI正在创建您的图像",
118118
"generationFailed": "图像生成失败",
119119
"generatedImage": "生成的图像",

src/locales/zh-TW/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"imageGeneration": {
108108
"title": "圖像生成",
109109
"provider": "提供者",
110+
"settingsButton": "設定",
110111
"model": "模型",
111112
"imageSize": "圖像大小",
112113
"generationCount": "生成數量",

0 commit comments

Comments
 (0)