Tiro个人稍后读知识库

Technical Writing Style Guide - Proxmox VE

摘要:Proxmox VE 技术写作风格指南旨在通过清晰、简洁、主动的英文写作规范来提升文档质量与用户体验。指南要求使用美式英语、主动语态和祈使句,并强调将重要信息前置、使用短句与过渡词以增强可读性。规范还详细列出了标点符号、大小写、术语一致性、缩写与首字母缩略词的使用规则,以确保文档准确、易懂且风格统一。指南还指出需使用性别中性代词,并将'data'视为单数名词。文档应避免首人称写作,并严格使用正确的公司和产品名称。

Consider these guidelines when writing technical documentation. This page will be in flux as requirements and situations change.

编写技术文档时请遵循这些指南。随着需求和环境的变化,本页面将持续更新。

Goals

目标

  • Inform (educate) the user.

  • Write clearly, using words the audience understands.

  • Compose simple, active voice sentences.

  • Understand the audience and speak directly to the reader.

  • Determine if the text requires a change in grammatical person or past tense, future tense, and/or declarative mood.

  • Avoid unnecessary repetition, redundant jargon, and passive voice.

  • Evaluate your writing: write, review, and repeat.

  • 告知(教育)用户。

  • 清晰写作,使用受众能理解的词语。

  • 构建简单、主动语态的句子。

  • 了解受众,直接与读者对话。

  • 判断文本是否需要改变人称或过去时、将来时和/或陈述语气。

  • 避免不必要的重复、多余的术语和被动语态。

  • 评估你的写作:写、审查、重复。

US or UK English?

美式英语还是英式英语?

We use US English. Center instead of centre. Color instead of colour. Behavior instead of behaviour.

我们使用美式英语。用 Center 而不是 centre。用 Color 而不是 colour。用 Behavior 而不是 behaviour。

For more details and word lists you can search the web.

更多细节和单词列表可以在网上搜索。

Sentence Structure

句子结构

Important information first

重要信息优先

Try to put the important information towards the beginning of the sentence. If possible, state the purpose of the action before stating the action, so the reader can skip the instruction if the purpose doesn't apply.

尽量将重要信息放在句首。如果可能,在陈述动作之前先说明动作的目的,这样如果目的不适用,读者可以跳过该指令。

Bad

To enable quick and easy integration with third party tools and workflows Proxmox VE offers a RESTful API.

为了实现与第三方工具和工作流的快速便捷集成 Proxmox VE 提供了 RESTful API。

Good

Proxmox VE offers a RESTful API to enable quick and easy integration with third party tools and workflows.

Proxmox VE 提供了 RESTful API,以实现与第三方工具和工作流的快速便捷集成。

Bad

Click Delete if you want to delete the entire document.

如果你想删除整个文档,点击 Delete。

Good

To delete the entire document, click Delete.

要删除整个文档,点击 Delete。

Sentence length

句子长度

Use short sentences. In general, an average of 15 to 20 words is effective for most technical communication. Long sentences tax the brain more and make it more difficult to write, read, and understand information.

使用短句。一般来说,平均15到20个词对大多数技术交流是有效的。长句会增加大脑负担,使信息的撰写、阅读和理解更加困难。

Sentence length affects the quality of the writing. Try to vary the length and beginnings of sentences to keep the reader focused. A sentence that list three or more items may work better as a bullet list.

句子长度影响写作质量。尝试变化句子的长度和开头方式,以保持读者的注意力。列举三个或更多项目的句子可能更适合用项目符号列表。

Test the readability of your text or highlight complex sentence structures with online tools, for example https://www.hemingwayapp.com

使用在线工具测试文本的可读性或突出显示复杂的句子结构,例如 https://www.hemingwayapp.com

Transitions

过渡词

  • Are words or phrases, sometimes whole paragraphs, that connect one idea together.
  • Use transitions to clarify the relationships between ideas.
  • Sometimes simply adding for example or in other words at the beginning of a sentence will improve the flow of ideas.
  • 过渡词是连接一个观点的词或短语,有时甚至是整个段落。
  • 使用过渡词来阐明观点之间的关系。
  • 有时在句子开头简单地添加_例如_或_换句话说_就能改善观点的流畅性。
UsesTransitions
To add to a previous point.and, or, nor, furthermore, indeed, also, moreover, in fact, first, second, in addition
To follow or precede an idea.see Procedures...
To illustrate or expand on a pointfor instance, for example, for one thing, similarly, likewise
To summarize or emphasize a point.therefore, thus, so, and so, hence, consequently, on the whole, all in all, in other words, in short, in conclusion
To qualify or illustrate a pointfrequently, occasionally, in general, specifically, in particular, usually
To shift to a different point of view or signal a contradiction.but, however, yet, on the contrary, not at all, surely, no
To make a concession.although, though, whereas
To connect an explanation to a statement.because, as , since, for
To qualify and restrict a more general idea.if, provided, in case, unless, lest, when
用途过渡词
补充前述观点。and, or, nor, furthermore, indeed, also, moreover, in fact, first, second, in addition
跟随或引出某个观点。参见操作步骤...
阐明或扩展某个观点for instance, for example, for one thing, similarly, likewise
总结或强调某个观点。therefore, thus, so, and so, hence, consequently, on the whole, all in all, in other words, in short, in conclusion
限定或说明某个观点frequently, occasionally, in general, specifically, in particular, usually
转换到不同的观点或表示矛盾。but, however, yet, on the contrary, not at all, surely, no
让步。although, though, whereas
将解释与陈述连接。because, as , since, for
限定和限制更一般的观点。if, provided, in case, unless, lest, when

Procedures

操作步骤

A procedure is a sequence of numbered steps for accomplishing a task or a step-by-step instruction.

操作步骤是完成任务的一系列编号步骤或逐步指令。

Format

格式

  • Consider a heading, so readers find instructions quickly. Choose same phrasing style for the headings. Example: "Closing the Program"
  • Each step specifies an action. It has to be clear and easy to follow. It should answer the question, "What should I do next?" with one meaningful action.
  • Use parallel structure.
  • Use imperative verb form (telling the reader what to do).
  • 考虑使用标题,以便读者快速找到指令。为标题选择相同的措辞风格。示例:"关闭程序"
  • 每个步骤指定一个动作。必须清晰易行。它应该用一個有意义的动作回答"下一步我该做什么?"这个问题。
  • 使用平行结构。
  • 使用祈使动词形式(告诉读者该做什么)。
Transitions for procedures
To follow or precede an idea.first (second, third), then, next, after, before, since, as, when, while, subsequently, prior to, preceding this, previously, simultaneously, following, later, earlier, as soon as, during, until, once...
操作步骤的过渡词
跟随或引出某个观点。first (second, third), then, next, after, before, since, as, when, while, subsequently, prior to, preceding this, previously, simultaneously, following, later, earlier, as soon as, during, until, once...

Introductory sentence

引导句

You can introduce a procedure with an introductory sentence, providing additional context (without repeating the heading).

你可以用引导句引入操作步骤,提供额外的上下文(不重复标题)。

Example: To do this with something, follow these steps:

示例:要用某物执行此操作,请按照以下步骤:

Single-step procedure

单步操作

Use a bullet if the procedure includes only one single step.

如果操作只包含一个步骤,请使用项目符号。

Example

示例

Closing the Program

关闭程序

  • To close the program, choose Exit on the File menu.
  • 要关闭程序,请在 File 菜单上选择 Exit。

Numbered procedures

编号操作步骤

Label sub-steps in a numbered procedure with lowercase letters, and sub-sub-steps with lowercase Roman numerals.

在编号操作步骤中,用小写字母标记子步骤,用小写罗马数字标记子子步骤。

1. First, do foo, as follows:

1. 首先,执行 foo,如下:

a. Do the first part of foo.

a. 执行 foo 的第一部分。

b. Do the second part of foo. There is no third part.

b. 执行 foo 的第二部分。没有第三部分。

i. Do the first sub-part of foo part two.

i. 执行 foo 第二部分的第一个子部分。

ii. Do the second sub-part of foo part two.

ii. 执行 foo 第二部分的第二个子部分。

2. Next, do bar.

2. 接下来,执行 bar。

More guidelines

更多指南

If the user must press Enter after a step, then include that instruction as part of the step.

如果用户必须在某个步骤后按 Enter,请将该指令作为步骤的一部分包含在内。

Bad

1. Click the search box, then type custom function.

1. 点击搜索框,然后输入 custom function。

2. Press Enter.

2. 按 Enter。

Good

1. Click the search box, then type custom function and press Enter.

1. 点击搜索框,然后输入 custom function 并按 Enter。

State the purpose of the action before stating the action.

在陈述动作之前先说明动作的目的。

Bad

Click File > New > Document to start a new document.

点击 File > New > Document 来开始一个新文档。

Good

To start a new document, click File > New > Document.

要开始一个新文档,点击 File > New > Document。

Concise Communication

简洁表达

Technical writing is information delivery. Keep it simple and to the point.

技术写作是信息传递。保持简单明了。

  • Avoid elaborate prose.
  • Avoid padding.
  • Avoid pomp, use simple words. Most of our audience are non-native English speakers.
  • Avoid verbosity.
  • 避免华丽的散文。
  • 避免填充内容。
  • 避免浮夸,使用简单的词语。我们的大多数受众是非英语母语者。
  • 避免啰嗦。

Each word should contribute meaning to the sentence.

每个词都应对句子有意义。

Use Active Voice

使用主动语态

Active voice clearly shows the actor in a situation. When we read active voice, we know who does what to whom. Active voice is shorter and more interesting to read. Active voice is the standard for technical writing.

主动语态清楚地展示了情境中的执行者。当我们阅读主动语态时,我们知道谁对谁做了什么。主动语态更短、更有趣。主动语态是技术写作的标准。

Active

主动

A. They speak English.

A. 他们说英语。

Passive

被动

B. English was spoken.

B. 英语被说了。

Passive voice obscures the actor—sometimes deliberately, as in, "Mistakes were made." Passive voice is ambiguous and often leaves out important information. Who made those mistakes?

被动语态隐藏了_执行者_——有时是故意的,如"犯了错误"。被动语态含糊不清,经常遗漏重要信息。谁犯了这些错误?

Passive

被动

The file is edited by the administrator.

文件被管理员编辑。

Active

主动

The administrator edits the file.

管理员编辑文件。

You can identify the passive voice easily. Sentences that have the word "by" are almost always passive. Past-participle verbs ("was eaten", "is driven") are usually passive. You can often easily rework a passive sentence to turn it active. Just put the actor first.

你可以很容易地识别被动语态。含有"by"的句子几乎总是被动的。过去分词动词("was eaten"、"is driven")通常是被动语态。你通常可以很容易地改写被动句使其变为主动句。只需把执行者放在前面。

Passive

被动

This Wiki has been written by various authors.

本 Wiki 由多位作者编写。

Mistakes were made.

犯了错误。

One must masticate thoroughly to ensure the burrito will have been eaten completely.

必须充分咀嚼以确保 burrito 被完全吃掉。

Active

主动

Various authors wrote this Wiki.

多位作者编写了本 Wiki。

I made a mistake.

我犯了一个错误。

Chew the burrito well.

好好咀嚼 burrito。

Person and Mood

人称和语气

Depending on the kind of documentation (descriptions or instructions) it is best to use different persons/moods.

根据文档类型(描述或指令),最好使用不同的人称/语气。

  • Third-person indicative mood (used in descriptions)
  • Second-person imperative mood (used to give instructions)
  • Avoid first person
  • 第三人称陈述语气(用于描述)
  • 第二人称祈使语气(用于给出指令)
  • 避免第一人称

Third person indicative mood

第三人称陈述语气

  • Use this person/mood to write descriptions, to introduce a feature or a technology.
  • Use this mood whenever you are telling the reader about what happens, but not giving instructions.
  • The writer tells the reader about something but does not address the reader directly.
  • 使用此人称/语气来写描述,介绍功能或技术。
  • 当你告诉读者发生了什么但不给出指令时,使用此语气。
  • 作者告诉读者某事,但不直接对读者说话。

Example

示例

A technician inserts the memory card into the card slot.

技术员将内存卡插入卡槽。

Bad

Don't use "one" as pronoun. This is UK English, and sounds too formal for US English.

不要使用"one"作为代词。这是英式英语,对美式英语来说太正式了。

Second person imperative mood

第二人称祈使语气

  • Give instructions directly, if possible with imperative
  • Don't use modal verbs (should, could, might).
  • Use this person/mood to tell the reader directly to do something as if giving an order or instruction (in present tense).
  • It is OK to use the pronoun "you" in general description. It is by no means unprofessional. In fact, it helps you to write easier sentences. Which then simplifies comprehension for the reader.
  • 直接给出指令,如果可能使用祈使句
  • 不要使用情态动词。
  • 使用此人称/语气直接告诉读者做某事,就像下达命令或指令(现在时)。
  • 在一般描述中使用代词"you"是可以的。这绝非不专业。事实上,它帮助你写出更简单的句子。从而简化读者的理解。

Example

示例

Insert the memory card into the card slot.

将内存卡插入卡槽。

To create a container... (is better than "You can create a container by...")

要创建容器...(比"You can create a container by..."更好)

Give instructions like:

给出如下指令:

  • do this
  • do that
  • use command xyz
  • click button
  • 执行此操作
  • 执行那个操作
  • 使用命令 xyz
  • 点击按钮

Avoid first person

避免第一人称

  • Never use first-person singular (I, me).
  • Try to avoid first-person plural (we) if possible. When writing about Proxmox (the company) or a project (Proxmox VE, Proxmox Backup) try to avoid the use of "we".
  • 绝不使用第一人称单数。
  • 尽可能避免第一人称复数。当提到 Proxmox(公司)或项目(Proxmox VE, Proxmox Backup)时,尽量避免使用"we"。

Bad

We implemented two virtualization technologies.

我们实现了两种虚拟化技术。

Good

Proxmox VE supports two virtualization technologies.

Proxmox VE 支持两种虚拟化技术。

Exception

例外

It's OK to use "we recommend" if the sentence would be too complicated otherwise.

如果句子不这样写会太复杂,使用"we recommend"是可以的。

Titles and Headlines

标题和标题行

For titles, first and second hierarchy headlines (1 & 1.1) use title-style capitalization. For all other hierarchies use sentence-style capitalization.

对于标题、第一和第二层级标题(1 & 1.1)使用标题式大写。对于所有其他层级使用句子式大写。

Title-style capitalization

标题式大写

  • Always capitalize the first and last word.
  • 始终大写第一个和最后一个词。

Example

示例

A Home to Go Back To

A Home to Go Back To

  • Don't capitalize a, an, or the unless it's the first word.
  • 不要大写 a、an 或 the,除非它是第一个词。

Example

示例

Proxmox on the Issue

Proxmox on the Issue

  • Don't capitalize prepositions of four or fewer letters (such as on, to, in, up, down, of, and for) unless the preposition is the first or last word.
  • 不要大写四个或更少字母的介词(如 on、to、in、up、down、of 和 for),除非该介词是第一个或最后一个词。

Example

示例

How to Install Proxmox VE

How to Install Proxmox VE

  • Don't capitalize and, but, or, nor, yet, or so unless it's the first word or the last word.
  • 不要大写 and、but、or、nor、yet 或 so,除非它是第一个或最后一个词。

Example

示例

Monitoring and Operating a Proxmox VE Cluster

Monitoring and Operating a Proxmox VE Cluster

  • Capitalize all other words, including nouns, verbs (including is and other forms of be), adverbs (including very and too), adjectives, and pronouns (including this, that, and its).
  • 大写所有其他词,包括名词、动词(包括 is 和 be 的其他形式)、副词(包括 very 和 too)、形容词和代词(包括 this、that 和 its)。

Example

示例

Teaching Math Over and Over Again, in Less Time Than Before

Teaching Math Over and Over Again, in Less Time Than Before

  • Capitalize the second part of a hyphenated compound if it would be capitalized without the hyphen or it's the last word.
  • 如果连字符复合词的第二部分不带连字符时会大写,或者它是最后一个词,则大写该部分。

Example

示例

Hyper-Converged Infrastructure

Hyper-Converged Infrastructure

  • Capitalize the first word of labels and terms that appear in UI and APIs unless they're always lowercase (for example, "fdisk").
  • 大写 UI 和 API 中出现的标签和术语的第一个词,除非它们始终小写(例如,"fdisk")。

Sentence-style capitalization

句子式大写

Use sentence-style capitalization in most titles and headings: capitalize the first word and lowercase the rest.

在大多数标题和标题中使用句子式大小写:大写首字母,其余小写。

Exceptions Proper nouns, including brand, product, and service names, are always capitalized. If a title or heading includes a colon, capitalize the first word after it.

例外 专有名词,包括品牌、产品和服务名称,总是大写。如果标题或标题包含冒号,请大写冒号后的第一个单词。

Examples

示例

Watch your favorite HD movies, TV shows, and more

观看您最喜欢的高清电影、电视节目等

1 TB of cloud storage

1 TB 云存储

Choose the cluster size that is right for you

选择适合您的集群大小

Running a hyper-converged infrastructure with Proxmox VE

使用 Proxmox VE 运行超融合基础架构

Network: Setup and configuration

网络:设置和配置

Punctuation

标点符号

If a sentence contains more than a comma or two and ending punctuation, consider rewriting it to make it crisp and clear.

如果句子包含不止一两个逗号和句末标点符号,请考虑重写以使其简洁明了。

Use a comma

使用逗号

  • Oxford (or serial) comma: Use Oxford commas for clarity, when separating items in a list of three or more items.
  • 牛津逗号(或串行逗号):在分隔三个或更多项目的列表中的项目时,使用牛津逗号以保持清晰。

Compare

对比

"We invited the dancers, John, and David." - In this case, John, David and the dancers were invited.

“我们邀请了舞者、John 和 David。” —— 在这种情况下,John、David 和舞者都受到了邀请。

"We invited the dancers, John and David." - Here, John and David are the names of the invited dancers.

“我们邀请了舞者 John 和 David。” —— 这里,John 和 David 是受邀舞者的名字。

  • Use a comma before any coordinating conjunction (and, but, for, or, nor, so, yet) that links two independent clauses.
  • 在连接两个独立从句的任何并列连词(and, but, for, or, nor, so, yet)之前使用逗号。

Example

示例

"I went running, and I saw a duck." - Two independent clauses because two times the subject "I".

“我去跑步了,然后我看到了一只鸭子。” —— 两个独立从句,因为有两次主语“I”。

But

但是

"I went running and saw a duck." - Only one subject ("I") - no comma.

“我去跑步并看到了一只鸭子。” —— 只有一个主语(“I”)—— 不需要逗号。

  • Following an introductory phrase/introductory adverbs.
  • 引导短语/引导副词之后。

How to recognize an adverb: Many adverbs end in "ly" and answer the question "how?" (however, on the other hand, furthermore, meanwhile, suddenly).

如何识别副词:许多副词以“ly”结尾,并回答“如何?”的问题(however, on the other hand, furthermore, meanwhile, suddenly)。

Example

示例

"With the app, you can call any phone."

“使用这款应用,您可以拨打任何电话。”

"Finally, I went running."

“最后,我去跑步了。”

  • Use a comma after sequence words.
  • 顺序词之后使用逗号。

Sequence words usually introduce a sentence. They are used in procedural texts to signal the order of steps. When we write sequence words like first, next, then, or last, we put a comma after those words.

顺序词通常位于句首。它们用于过程性文本中表示步骤的顺序。当我们写下像 first, next, then, 或 last 这样的顺序词时,我们在这些词后面加上逗号。

Example

示例

"First, pour milk into a bowl."

“首先,将牛奶倒入碗中。”

"Then, add some freshly washed strawberries to the bowl."

“然后,向碗中加入一些刚洗过的草莓。”

"After that, peel an apple and core it."

“在那之后,削一个苹果的皮并去核。”

  • Use a comma after a dependent clause that starts a sentence (when, after, although, as, because, before, once, since, while).
  • 在句子开头的从句之后使用逗号。

Example

示例

"When I went running, I saw a duck."

“当我去跑步时,我看到了一只鸭子。”

  • Use a comma between two adjectives that modify the same noun.
  • 在修饰同一名词的两个形容词之间使用逗号。

Example

示例

"I saw the big, mean duck when I went running."

“我跑步时看到了那只又大又凶的鸭子。”

Don't use a comma

不使用逗号

  • To join independent clauses when you don't use a conjunction. (Use a semicolon instead.)
  • 当不使用连词时连接独立从句。(改用分号。)

Example

示例

"Select Options; then select Enable fast saves."

“选择 Options;然后选择 Enable fast saves。”

  • Between verbs in a compound predicate (when two verbs apply to a single subject).
  • 在复合谓语中的动词之间(当两个动词适用于单一主语时)。

Example

示例

"The program evaluates your computer system and then copies the essential files to the target location."

“程序评估您的计算机系统,然后将必要文件复制到目标位置。”

Slashes

斜杠

Use a forward slash to imply a combination. Capitalize the word after the slash if the word before the slash is capitalized.

使用正斜杠表示组合。如果斜杠前的单词大写,则斜杠后的单词也大写。

Example

示例

  • client/server or Client/Server
  • TCP/IP
  • client/server 或 Client/Server
  • TCP/IP

Don't use a slash as a substitute for "or", like product/service. Use "or" to describe the action in text (product or service).

不要用斜杠代替“or”,比如 product/service。在文本中使用“or”来描述操作(product 或 service)。

Hyphens

连字符

Hyphenate two or more words that precede and modify a noun as a unit if:

在两个或多个单词作为整体位于名词之前并修饰该名词时使用连字符,如果:

  • Confusion might result without the hyphen.
  • 如果没有连字符可能会引起混淆。

Example

示例

read-only memory, built-in drive

read-only memory, built-in drive

command-line vs. command line

command-line vs. command line

Two words as a noun. Hyphenate as an adjective, e.g. command-line tool, Linux command line (Source: Microsoft style guide)

两个词作为名词。作为形容词时用连字符连接,例如 command-line tool, Linux command line(来源:Microsoft style guide

  • One of the words is a past or present participle (a verb form ending in -ed or -ing and used as an adjective or noun).
  • 其中一个词是过去或现在分词(以 -ed 或 -ing 结尾并用作形容词或名词的动词形式)。

Example

示例

left-aligned text, well-defined schema

left-aligned text, well-defined schema

  • The modifier is a number or single letter plus a noun or participle.
  • 修饰语是数字或单个字母加上名词或分词。

Example

示例

two-sided arrow, 5-point star

two-sided arrow, 5-point star

Hyphenate compound nouns when one of the words is abbreviated.

当其中一个词是缩写时,使用连字符连接复合名词。

Example

示例

e-book, e-commerce, e-bike

e-book, e-commerce, e-bike

But

但是

email

email

Em Dashes

破折号

Use an em dash (—) to set off a parenthetical phrase with more emphasis than parentheses provide. Don’t add spaces around an em dash.

使用破折号(—)来隔开插入语,比括号更强调。不要在破折号周围添加空格。

Example

示例

The information—numbers, configuration, and text—is stored in a container.

信息——数字、配置和文本——存储在容器中。

Lists

列表

By using bullet or numbered lists you can write in a concise and cut to the chase manner. In a list make every point essential and impactful.

通过使用项目符号或编号列表,您可以简洁明了地写作。在列表中,使每一点都必要且具有影响力。

When to create a list:

何时创建列表:

  • If you find, within running text, three or more items in a row, pull them out of the paragraph and format them as a list.
  • Use a bullet list if the items are options, with no required order.
  • Use a numbered list if the user should perform or read the items in a specific order.
  • Keep it simple and short.
  • If items contain two parts, such as term and definition, boldface the first part, and plaintext the second part.
  • If items contain links and descriptions, put the link first, and indent the description underneath it.
  • 如果您在连续文本中发现三个或更多连续项,请将它们从段落中提取出来并格式化为列表。
  • 如果项目是选项且无特定顺序要求,请使用项目符号列表。
  • 如果用户应按特定顺序执行或阅读项目,请使用编号列表。
  • 保持简单简短。
  • 如果项目包含两部分,如术语和定义,请将第一部分加粗,第二部分使用纯文本。
  • 如果项目包含链接和描述,请将链接放在前面,并将描述缩进放在其下方。

Do not mix and match.

不要混合搭配。

Keep the style within a list. Either full sentences with punctuation or phrases/fragments without punctuation. Use capitalization. Or at least keep your style consistent in a list/text.

保持列表内的风格。要么是带有标点符号的完整句子,要么是不带标点符号的短语/片段。使用首字母大写。或者至少在列表/文本中保持风格一致。

Example

示例

With punctuation:

带标点符号:

  • If all bullets are full sentences - end each one with a period (full stop).
  • If all bullets are full sentences - end each one with a period (full stop).
  • 如果所有项目符号都是完整的句子 - 请在每个句子末尾加上句号(句点)。
  • 如果所有项目符号都是完整的句子 - 请在每个句子末尾加上句号(句点)。

Without punctuation:

不带标点符号:

  • Bullets are phrases or fragments - no end punctuation
  • Bullets are phrases or fragments - no end punctuation
  • 项目符号是短语或片段 - 无句末标点
  • 项目符号是短语或片段 - 无句末标点

Avoid Slang, Jargon, and Idioms

避免俚语、行话和习语

Don't use jargon, slang, and idioms if there is a more familiar term available.

如果有更易懂的术语,则不要使用行话、俚语和习语。

Example

示例

Symbol instead of glyph.

使用 symbol 而不是 glyph。

Consistency

一致性

Stick to one term if multiple are possible. Switching back and forth between multiple terms can confuse the reader. Add other possible terms the first time you use it. This helps users who search for another term.

如果可能有多个术语,请坚持使用一个。在多个术语之间来回切换会使读者感到困惑。在首次使用时添加其他可能的术语。这有助于搜索其他术语的用户。

Example

示例

  • USB flash drive
  • USB stick
  • USB media
  • USB flash drive
  • USB stick
  • USB media

Use in a sentence

在句子中的用法

A USB flash drive (USB stick) is the recommended way to install Proxmox VE.

USB flash drive (USB stick) 是安装 Proxmox VE 的推荐方式。

Table of used words

使用的词汇表

Instead ofUse
mainboard, main boardmotherboard
USB/usb stick/drive, flash drive, thumb driveUSB flash drive
Web UI, WebUI, webinterfaceweb interface, GUI, or web UI
不使用使用
mainboard, main boardmotherboard
USB/usb stick/drive, flash drive, thumb driveUSB flash drive
Web UI, WebUI, webinterfaceweb interface, GUI, or web UI

Contractions

缩约词

Common contractions are okay to use like:

常见的缩约词可以使用,例如:

  • it’s
  • you’re
  • that's
  • don’t
  • it’s
  • you’re
  • that's
  • don’t

Do not use contractions with verbs and nouns.

不要对动词和名词使用缩约词。

Bad

反面示例

Proxmox's the leading open-source virtualization company.

Proxmox's 领先的开源虚拟化公司。

Good

正面示例

Proxmox is the leading open-source virtualization company.

Proxmox 是领先的开源虚拟化公司。

Abbreviations

缩写

Always avoid abbreviations out of laziness.

始终避免出于懒惰而使用缩写。

Bad

反面示例

  • 'approx.' for 'approximately' (better write 'about')

  • 'etc.' - etc. is often misused. Avoid it.

  • 用 'approx.' 代替 'approximately'(最好写 'about')

  • 'etc.' - etc. 经常被误用。避免使用它。

Example for etc.

etc. 的示例

Bad

反面示例

“He eats lots of fruit, such as apples, oranges, bananas, etc.” - The ‘etc.’ here is redundant because of the ‘such as’.

“他吃很多水果,比如苹果、橙子、香蕉等。”—— 这里的 ‘etc.’ 是多余的,因为有 ‘such as’。

Good

正面示例

If you are using ‘etc.’ then the correct way to write the above sentence would be: “He eats lots of fruit: apples, oranges, bananas, etc.”

如果你使用 ‘etc.’,那么上面句子的正确写法是:“他吃很多水果:苹果、橙子、香蕉等。”

e.g./i.e.

e.g./i.e.

If possible, avoid using e.g., or i.e., in the Proxmox technical documentation. If you yourself have to look up what it means, also most other readers will not know what it means.

如果可能,在 Proxmox 技术文档中避免使用 e.g., 或 i.e.,。如果你自己都需要查阅它的含义,那么大多数其他读者也不知道它的含义。

Simply write

直接写

  • "for example" (e.g.,) or
  • "that is" (i.e.,).
  • "for example" (e.g.,) 或
  • "that is" (i.e.,)。

Or use alternative words for exemplification (illustration): as an illustration, especially, including, in detail, in other words, in particular, for example, for instance, namely, specifically, such as, to demonstrate, to explain, to illustrate

或者使用其他替代词来进行举例(说明):as an illustration, especially, including, in detail, in other words, in particular, for example, for instance, namely, specifically, such as, to demonstrate, to explain, to illustrate

Comma: If you have to use e.g./i.e, don't forget the comma at the end and use

逗号:如果必须使用 e.g./i.e,不要忘记末尾的逗号,并使用

  • "e.g.," as in "for example" and
  • "i.e.," as "in other words"/"that is".
  • "e.g.," 表示 "for example" 和
  • "i.e.," 表示 "in other words"/"that is"。

More detailed information can be found here.

更详细的信息可以在这里找到。

Acronyms

首字母缩略词

When you use an acronym, spell it out the first time with the abbreviation in brackets. Do not use an acronym if you use it only once!

使用首字母缩略词时,第一次请拼写全称并在括号中附上缩写。如果只使用一次,就不要使用首字母缩略词!

Example

示例

Kernel Samepage Merging (KSM)

Kernel Samepage Merging (KSM)

Commonly known abbreviations can be used. For example:

可以使用众所周知的缩写。例如:

  • USB
  • HTML
  • URL
  • FAQ
  • USB
  • HTML
  • URL
  • FAQ

Special cases

特殊情况

Some commonly used abbreviations should be avoided.

应避免使用一些常见的缩写。

VM

VM

You can use the abbreviated VM...

您可以使用缩写 VM...

  • if you explicitly refer to a UI item in a Proxmox solution.
  • if it's not mentioned in an introductory paragraph concerning VMs (for example explaining Qemu/KVM).
  • 如果您明确指的是 Proxmox 解决方案中的 UI 项。
  • 如果它没有在有关 VM 的介绍性段落中被提及(例如解释 Qemu/KVM)。

CT

CT

You can use the abbreviated CT...

您可以使用缩写 CT...

  • only if you explicitly refer to a UI item in a Proxmox solution.
  • 仅当您明确指的是 Proxmox 解决方案中的 UI 项时。

Otherwise, use "container".

否则,请使用“container”。

Guest

Guest

If you're talking about both VMs and container, use "guest" or "virtual guest".

如果您同时谈论 VM 和 container,请使用“guest”或“virtual guest”。

PVE/PMG/PBS

PVE/PMG/PBS

Should always be written as Proxmox VE/Proxmox Virtual Environment, Proxmox Mail Gateway, and Proxmox Backup Server in formal/public/marketing communication. If you're talking about one of our products, don't use 'Proxmox' alone, as it is our trademark/brand and could also just mean Proxmox, the company. It is not a product.

在正式/公开/营销交流中,应始终写为 Proxmox VE/Proxmox Virtual Environment、Proxmox Mail Gateway 和 Proxmox Backup Server。如果您在谈论我们的其中一款产品,请不要单独使用“Proxmox”,因为它是我们的商标/品牌,也可能仅指代 Proxmox 公司。它不是产品。

Examples

示例

Examples need to be clear, correct and tested.

示例需要清晰、正确且经过测试

It is better to not have any examples than bad ones.

没有示例比有糟糕的示例更好。

Capitalization

大小写

The basic rules of capitalization in English are quite simple:

英语中大小写的基本规则非常简单:

  • Capitalize the first word of a sentence
  • Capitalize names and other proper nouns
    • Names are proper nouns. The names of cities, countries, companies, religions, and political parties are also proper nouns, so you should capitalize them, too.
    • You should also capitalize words like mom and grandpa when they are used as a form of address.
  • Capitalize days, months, and holidays, but not seasons
    • The names of days, months, and holidays are proper nouns, so you should capitalize them.
  • Capitalize cities, countries, nationalities, and languages
    • The names of cities, countries, nationalities, and languages are proper nouns, so you should capitalize them.
  • 句首单词大写
  • 姓名和其他专有名词大写
    • 姓名是专有名词。城市、国家、公司、宗教和政党的名称也是专有名词,因此也应大写。
    • 当像 mom 和 grandpa 这样的词用作称呼时,也应大写。
  • 天、月份和节假日大写,但季节不大写
    • 天、月份和节假日的名称是专有名词,因此应大写。
  • 城市、国家、国籍和语言大写
    • 城市、国家、国籍和语言的名称是专有名词,因此应大写。

A/an

A/an

Use 'an' with nouns that start with a vowel sound (a, e, i, o, u) and 'a' with nouns that start with a consonant sound (letters that are not vowels):

在以元音发音(a, e, i, o, u)开头的名词前使用 'an',在以辅音发音(非元音字母)开头的名词前使用 'a':

  • A chair
  • An apple
  • A truck
  • An orange
  • A castle
  • An opera
  • A historical (an historical is archaic and incorrect at least in the U.S.)
  • A Media Gateway Controller
  • An MGC (M is pronounced em, so it is a vowel sound)
  • A chair
  • An apple
  • A truck
  • An orange
  • A castle
  • An opera
  • A historical (an historical 至少在美国已经过时且不正确)
  • A Media Gateway Controller
  • An MGC(M 的发音是 em,所以它是元音发音)

NOTE

注意

An before a silent h: an hour...

在静音 h 前使用 An:an hour...

A before u and eu when they make a consonant Y (sound like 'you')

当 u 和 eu 发辅音 Y(发音类似 'you')时,前面使用 A

a European, a university, a unit

一名欧洲人,一所大学,一个单位

The indefinite article:

不定冠词:

refers to something for the first time:

首次提及某事:

An MGC is a "Media Gateway Controller." The MGC controls all activity on an IP phone network.

MGC 是一种“Media Gateway Controller”。MGC 控制 IP 电话网络上的所有活动。

Always use correct company and product names.

始终使用正确的公司和产品名称。

Bad

错误示例

  • ProxMox
  • Proxmox 3.4 (Which product do you mean? Proxmox is not a product)
  • HOWTO
  • html
  • openvz
  • centos
  • ceph
  • VMWARE
  • the Web
  • webUI
  • ProxMox
  • Proxmox 3.4(你指的是哪个产品?Proxmox 并不是一个产品)
  • HOWTO
  • html
  • openvz
  • centos
  • ceph
  • VMWARE
  • the Web
  • webUI

Good

正确示例

  • Proxmox Server Solutions GmbH
  • Proxmox VE
  • Proxmox Virtual Environment
  • Proxmox Mail Gateway
  • Proxmox Backup Server 3.1
  • the web
  • a how-to (guide)
  • OpenVZ
  • CentOS
  • VMware
  • Ceph
  • Ceph Filesystem, Ceph Object Storage, Ceph Block Devices, Ceph Storage Cluster
  • 'web interface', web UI (space in-between), 'web-based user interface' or 'GUI'
  • 'lifecycle' (as opposed to 'life cycle', 'lifecycle' is more commonly used in an IT context)
  • Proxmox Server Solutions GmbH
  • Proxmox VE
  • Proxmox Virtual Environment
  • Proxmox Mail Gateway
  • Proxmox Backup Server 3.1
  • the web
  • a how-to (guide)
  • OpenVZ
  • CentOS
  • VMware
  • Ceph
  • Ceph Filesystem, Ceph Object Storage, Ceph Block Devices, Ceph Storage Cluster
  • 'web interface', web UI(中间有空格), 'web-based user interface' 或 'GUI'
  • 'lifecycle'(与 'life cycle' 相对,'lifecycle' 在 IT 语境中更常用)

Gender

性别

In technical writing, the gender-neutral pronouns, they, them, or their, are preferable to the verbose he or she/his or her/him or her. If a sentence seems awkward, try to avoid the issue: leave out the pronoun or use second person imperative.

在技术写作中,性别中立代词 they, them 或 their, 优于冗长的 he or she/his or her/him or her。如果句子显得别扭,请尝试避免该问题:省略代词或使用第二人称祈使句。

Data: singular or plural?

Data:单数还是复数?

'Data' is accepted both as a singular and a plural noun. While the plural form is more formal, we use it as a singular noun to stay consistent with existing Proxmox documentation. See Merriam Webster for a more in-depth explanation and examples.

'Data' 既可作单数名词也可作复数名词。虽然复数形式更为正式,但为了与现有的 Proxmox 文档保持一致,我们将其用作单数名词。有关更深入的解释和示例,请参阅 Merriam Webster

References

参考资料

This guide is loosely adapted from the following resources:

本指南粗略改编自以下资源: