> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/update-notes/2026-4-2-update-log-v3.1.1.md).

# 2026/4/2 更新日誌 V3.1.1

## 更新內容 <a href="#update-content" id="update-content"></a>

1. 【新增】應用進階管理支援「應用多語言」配置，提供 AI 批量翻譯輔助

***

## 更新詳情 <a href="#update-details" id="update-details"></a>

### 1. 【新增】應用進階管理支援「應用多語言」配置，提供 AI 批量翻譯輔助 <a href="#provide-ai-batch-translation-assistance" id="provide-ai-batch-translation-assistance"></a>

為滿足跨國團隊及多語言用戶的協作需求，我們在「應用管理」中全新推出了**應用多語言**功能。管理員可為應用內的各項介面文案配置多種語言翻譯，讓不同語言背景的用戶在使用同一應用時，能夠獲得無縫的本地化體驗。

![應用多語言管理](/files/3803531ad031df87bf8800b0422e32df15073ab6)

**功能亮點：**

* **廣泛的語言支援**：目前支援簡體中文、繁體中文、English、Bahasa Indonesia（印尼語）、Español（西班牙語）、Français（法語）、日本語、韓語共 8 種語言的配置與切換。
* **全面的文案覆蓋**：支援翻譯的範圍涵蓋應用屬性、應用權限組、業務邏輯（如按鈕、規則）、工作表（含視圖、分組）、工作表欄位（含提示、選項集）以及工作流範本名稱，確保應用介面的全方位本地化。
* **靈活的翻譯方式**：
  * **手動精確翻譯**：支援逐條手動輸入與編輯，滿足對專業術語或特定文案的精確控制需求。
  * **AI 批量翻譯**：內建強大的 AI 翻譯輔助功能，可一鍵批量翻譯大量文案，並支援輸入補充指令（如指定專有名詞譯法），大幅提升多語言配置效率。

![AI 翻譯設置](/files/9d3eb771f28fb70025b8bbfe4fb9df85e707279c)

**適用場景：**

* **跨國企業內部協作**：當團隊成員分佈在不同國家時，各成員可切換至熟悉的語言（如總部用中文，海外分部用英文或當地語言）操作同一套業務系統，消除語言障礙。
* **多語言客戶門戶**：透過用戶門戶對外提供服務時，為不同國家的客戶提供其母語介面，提升客戶體驗與專業度。
* **應用出海與全球化部署**：快速將現有應用本地化，適應全球不同市場的語言需求，降低系統重複建設成本。

> **提示**：用戶可在系統右上角的個人設定選單中自由切換系統顯示語言，切換後應用內文案將即時更新為對應語言。

![切換語言](/files/0b1e91e08f17d5fdc01ac19850513acf553dcf1b)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coreway.com/yoov-plus/update-notes/2026-4-2-update-log-v3.1.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
