> For the complete documentation index, see [llms.txt](https://labelplus.gitbook.io/labelplus_help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://labelplus.gitbook.io/labelplus_help/kuai-su-ru-men.md).

# 快速上手

快速入门部分图片素材由**御の萌漫屋**友情提供.

### 翻译

**一. 创建翻译文本, 将图片导入到文本中**

![](/files/-LeXJ4gRDlqUb9S7qbNy)

1. 文件-新建翻译, 打开图片所在文件夹, 文本会创建在同目录下.
2. 选择需要关联的图片
3. 文件-保存翻译

**二. 添加标号**

![](/files/-LeXJ4gTM_-m4xAaTOrI)

1. 切换至Label模式(标号模式)
2. 在需要写译文的地方点击鼠标左键即可插入标号

三. 写译文

![](/files/-LeXJ4gV1pfaSb6A-xef)

1. 在右侧Label列表中选中要修改的标号
2. 写译文
3. \<Ctrl+回车>切换到下一行, \<Ctrl+右>翻页
4. 完成后保存 , 将翻译文本递交给嵌字人员

功能图示:

![](/files/-LeXJ4gXTWPdt2pJzLDR)

## 嵌字

**将翻译文本导入Photoshop中:**

1. 将翻译文本和目标图片放在同一目录下
2. 在ps中运行程序目录下脚本文件\`LabelPlus\_Ps\_Script.jsx\` (直接拖拽jsx文件到ps窗口中, 或\`文件-脚本-浏览\`打开)

   > 一种快速调用脚本的方法： 1. 找到`Photoshop`安装目录 2. 将嵌字脚本文件`LabelPlus_Ps_Script_ZH.jsx`复制到`Photoshop安装目录\Presets\Scripts`目录中 3. 重启Photoshop 4. 文件 -> 脚本 中即可看到嵌字脚本
   >
   > ![ ](https://user-images.githubusercontent.com/26241263/48927551-a0705900-ef11-11e8-86c9-5b7cbd7a9b9c.png)
3. 在弹出的窗口中, 打开翻译文本文件.
4. 单击\`导入\`按钮, 可以看到output目录下生成了新的psd文件.

图示:![](/files/-LeXJ4gbC5s434nYuIjh)![](/files/-LeXJ4gdv_anooEiERXR)


---

# 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://labelplus.gitbook.io/labelplus_help/kuai-su-ru-men.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.
