# 翻译人员综合英语术语表

**URL:** <https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371>\
**Category:** Translations\
**Created:** [2019年一月24日 07:31 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371 "2019-01-24T07:31:44Z")\
**Posts on this page:** 9\
**Page:** 1

<div class="post-metadata">

**Author:** ![Benjol](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjol/32/3907_2.png) [@Benjol](https://meta.discourse.org/u/Benjol)\
**Post date:** [2019年一月24日 07:31 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/1 "2019-01-24T07:31:44Z")

</div>

Transifex provides a glossary function per language, but what we are missing is a glossary which gives the context for the English terms. Sometimes you can use the tags in Transifex to work out where a given text is actually used, but other times it’s still not clear. And some terms are ambiguous when translated, so extra context is needed.

The aim here is _not_ to provide a context _per tag_, nor for every single word, but if a translator finds a given word ambiguous, he/she should be able to come here and get help. I don’t know if it’s best to do a big wiki or what, but something is better than nothing.

I also think that the English developers should get into the habit of coming here to confirm their terminology too: fairly often there are inconsistencies in the original text, which make extra work for everyone. (Dear devs, every time you change a word, that is `numeber_of_languages` people who have to review/check/translate something 💏 )

See also:

> [@Dev guideslines for making translation easier](https://meta.discourse.org/t/dev-guideslines-for-making-translation-easier/84104):
>
> I’m aware of topics and guidelines for translators, but are there guidelines anywhere for devs so that they can make translation easier? If not, I have a few ideas slight_smile Avoid ‘walls of text’. tos\_topic.body is totally unwieldy, for example. And that’s if you just have to translate it the once. But every time there is a modification, you have to scroll up/down to find the differences. Try to avoid ambiguity (i.e. does “User Modified” mean “modified by the user” or “the user has been …

---

<div class="post-metadata">

**Author:** ![Benjol](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjol/32/3907_2.png) [@Benjol](https://meta.discourse.org/u/Benjol)\
**Post date:** [2019年一月24日 07:38 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/2 "2019-01-24T07:38:04Z")

</div>

## 帖子、私信、消息、个人消息

**问** ：消息、个人消息和私信之间有区别吗？  
**答** ：没有区别。

起初我们使用“私信（PM）”这一术语，但由于它们并非完全私密，我们将其改为“个人消息（PM）”。

由于用词越少越好，我们现在倾向于使用“消息”（相对于“主题”）。

## 编辑器、编辑器

**问** ：是同一个东西吗？  
**答** ：是的

## 悄悄话（Whisper）

悄悄话是在主题上下文中创建的帖子，但仅对工作人员（或特定小组成员）可见。

## 置顶主题、精选主题、热门主题、横幅

**问** ：有什么区别？  
**答** ：_置顶主题_ 是位于主题列表顶部（无论是在某个分类中还是全局）的主题。

_精选主题_ 是在分类中展示的主题（仅用于 `/categories` 和分类“框”中）。

_热门主题_ 是活动突然激增的主题（通常由于带有 🔥 标记的主题）。它们可能会进入“临时只读模式”。

_横幅主题_ 是显示在主题列表上方的主题。

_（待办：最好能提供一个每种类型的示例/截图链接，或一篇关于这些主题的元帖。目前除非您已经了解区别，否则并不十分清楚。）_

## 用户、临时用户、已登录用户、匿名用户、基础用户、活跃用户、访客

**问** ：有什么区别？

## 邮件、电子邮件

**问** ：应该统一术语吗，还是无所谓？  
**答** ：我的强迫症希望统一，但这可能并不总是可行。

## 激活邮件、确认邮件、通知邮件

**问** ：有什么区别？  
**答** ：_通知邮件_ 是用于通知用户有新回复、消息、主题等的电子邮件。（取决于您的 [偏好设置](https://meta.discourse.org/my/preferences/emails)）

_待办：确认邮件和激活邮件？_

## 归档、备份

**问** ：有什么区别？  
**答** ：有“归档主题”，但我不认为我们会用“归档”来指代“备份”，对吧？

---

<div class="post-metadata">

**Author:** ![rizka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rizka/32/79717_2.png) [@rizka](https://meta.discourse.org/u/rizka)\
**Post date:** [2019年一月24日 08:12 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/3 "2019-01-24T08:12:52Z")

</div>

I feel you, I had similar issues for a long time. My current workflow allows me to reach the commit behind the need for translation very easily, though. I can also see what has changed easily. That’s because I realized I can have the Git blame of the English locale file opened. For instance here is the blame of server.en.yml:

[https://github.com/discourse/discourse/blame/master/config/locales/server.en.yml](https://github.com/discourse/discourse/blame/master/config/locales/server.en.yml)

Note that you will most likely need a couple of refreshes to open it because the document is so massive. Github server can barely calculate the blame for the two major locale files, server and client.

Rapid editing of same strings is an issue, I agree. Has happened a couple of times recently. It’s especially problematic because the stable release is so near. If not translated again before the release, the string will remain untranslated for 4-5 months for everyone using the stable branch. More careful proof-reading before committing would certainly ease the burden of translators.

---

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2019年一月24日 10:28 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/4 "2019-01-24T10:28:08Z")

</div>

> [@Benjol](#):
>
> Q: Is there a difference between Message, Personal Message & Private Message?

There are no differences.

Initially we used the term “Private Message (PM)”, but since they aren’t private, we changed to “Personal Message (PM)”.

And since less word is always better we now tend to use “Message” (as opposed to “Topic”).

> [@Benjol](#):
>
> ## Composer, Editor
> 
> Q: The same thing?

Yup.

> [@Benjol](#):
>
> ## Pinned topics, Featured topics, Hot topics, Banner
> 
> Q: What’s the difference?

Pinned topics are topics that are at the top of topics lists (either in a category or globally).  
Featured topics are topics that are featured in a category (used only in /categories and in category “boxes”)  
Hot topics are topics which have a burst of activity (usually due to a 🔥 topic). They might be subject to “temporary read-only mode”  
Banner topics are topics that are shown above the topics lists.

> [@Benjol](#):
>
> ## Mail, Email
> 
> Should they be harmonised, or does it not matter?

My OCD would like to, but that might not always be possible.

> [@Benjol](#):
>
> ## Archive, Backup
> 
> Q: What’s the difference?

There are Archived topics, but I don’t think we use Archive to talk about Backup, do we?

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [2019年一月24日 13:17 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/5 "2019-01-24T13:17:38Z")

</div>

I have a client who has renamed personal messages “direct messages”, which I think is better still, but it doesn’t start with _p_.

---

<div class="post-metadata">

**Author:** ![Benjol](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjol/32/3907_2.png) [@Benjol](https://meta.discourse.org/u/Benjol)\
**Post date:** [2019年一月25日 07:37 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/6 "2019-01-25T07:37:17Z")

</div>

> [@pfaffman](#):
>
> I have a client who has renamed personal messages “direct messages”, which I think is better still, but it doesn’t start with _p_ .

That’s what I’ve done in French, but yes, that does screw up the initials.

---

<div class="post-metadata">

**Author:** ![Benjol](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/benjol/32/3907_2.png) [@Benjol](https://meta.discourse.org/u/Benjol)\
**Post date:** [2019年一月25日 07:55 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/7 "2019-01-25T07:55:11Z")

</div>

Thanks, I’ve integrated your answers into my wiki.  
Am open to further contributions !

---

<div class="post-metadata">

**Author:** ![MikeNolan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikenolan/32/297597_2.png) [@MikeNolan](https://meta.discourse.org/u/MikeNolan)\
**Post date:** [2023年四月10日 02:52 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/8 "2023-04-10T02:52:08Z")

</div>

whisper 条目不正确（或者可能已过时），选定组的任何成员都可以创建 whisper。

---

<div class="post-metadata">

**Author:** ![twofoursixeight](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/twofoursixeight/32/574822_2.png) [@twofoursixeight](https://meta.discourse.org/u/twofoursixeight)\
**Post date:** [2023年四月10日 04:04 UTC](https://meta.discourse.org/t/consolidated-english-glossary-for-translators/107371/9 "2023-04-10T04:04:19Z")

</div>

> [@Benjol](#):
>
> 悄悄话是在主题的上下文中创建的帖子，但只能由工作人员（或组成员）看到。

我已经纠正了这个问题。
