翻译进程汇报

报告特性给出了给定时间内的翻译进程。提供了任何给定组件相对于时间的贡献总结。汇报工具可以在任何翻译组件、项目或面板上的 洞察 菜单中找到:

../_images/reporting.png

在这一页面上有几个汇报工具可用,所有工具都能够生成 HTML、reStructuredText 或 JSON格式的输出。前两个格式适于将统计数据嵌入现有的文档,而 JSON 用于进一步处理数据。

翻译者鸣谢表

生成用于记录翻译者的文档——按语言分类,并列出给定语言的所有贡献者:

* Czech

    * John Doe <john@example.com> (5)
    * Jane Doe <jane@example.com> (1)

* Dutch

    * Jane Doe <jane@example.com> (42)

提示

括号内的数字表示给定时期的贡献数量。

贡献者统计数据

按翻译者姓名生成已翻译词与字符串的数量:

======================================== ======================================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ========================
Name                                     Email                                    Count total              Source words total       Source chars total       Target words total       Target chars total       Count new                Source words new         Source chars new         Target words new         Target chars new         Count approved           Source words approved    Source chars approved    Target words approved    Target chars approved    Count edited             Source words edited      Source chars edited      Target words edited      Target chars edited
======================================== ======================================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ========================
John Done                                john@example.com                                                1                        3                       24                        3                       21                        1                        3                       24                        3                       21                        0                        0                        0                        0                        0                        0                        0                        0                        0                        0
Jane Done                                jane@example.com                                                2                        5                       25                        4                       28                        2                        3                       24                        3                       21                        0                        0                        0                        0                        0                        0                        0                        0                        0                        0
======================================== ======================================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ======================== ========================

如果您根据工作量来向翻译者支付报酬,这会很有用,它给出了关于翻译者工作的各种统计数据。

所有统计数据都提供三种变体:

Total

编辑的字符串的总数。

New

新翻译的字符串,以前没有翻译。

Approved

在复查流程中同意的字符串数量(请参见 专门的审核者)。

Edited

编辑的字符串,以前没有翻译。

后面是每项内容的计量:

Count

字符串的数量。

Edits

字符串中编辑的数量,以 Damerau–Levenshtein 距离来衡量。

Source words

源语言字符串中单词的数量。

Source characters

源语言字符串中字符的数量。

Target words

翻译的字符串中单词的数量。

Target characters

翻译的字符串中字符的数量。