You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/enterprise/reports/organization-reports.mdx
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,62 @@ This section shows the volume of approved text and voting activity. The main met
64
64
65
65
The **Proofreading** graph visualizes the approval and voting activity over time, showing two distinct lines: *Approved Words* and *Votes*. By hovering over the data points, you can view the daily or monthly totals for both approved texts and votes cast.
66
66
67
+
### Translation Savings Summary
68
+
69
+
Use this report to review the savings achieved across your organization by using Translation Memory (TM), Machine Translation (MT), and Artificial Intelligence (AI).
70
+
71
+
You can filter the data by **Date Range** and **Language**. The report uses a **Rates template** to calculate savings. By default, it uses the **Default Net Rate Scheme**, but you can select a custom template to reflect specific agreements.
72
+
73
+
Using the **Mode** dropdown, you can switch between viewing the data as **%** (percentage) or **currency**.
74
+
75
+
<Aside>
76
+
The **currency** mode is only available when a custom, user-created rates template is selected. The **Default Net Rate Scheme** only supports the **%** mode.
77
+
</Aside>
78
+
79
+
The **Translation Savings** section displays the **Total** savings as a percentage or in currency for the selected period, along with a breakdown of savings from **Translations Memory**, **Machine Translation**, and **AI**.
80
+
81
+
The bar chart below visualizes these savings over time. Savings are calculated for each string only once, upon the first manual contribution (a new translation or an approval). This also includes approving a translation that originated from a Pre-translation (in this case, the saving is attributed to the date and method of the pre-translation).
82
+
83
+
If a string has a combination of TM and MT/AI suggestions available, the new contribution is counted towards the category with the highest potential saving value.
84
+
85
+
Hovering over the bars provides detailed information on savings per method on a daily or monthly basis. For a more granular view, you can also expand the **Breakdown by languages** section to see a table of savings for each specific language.
86
+
87
+
#### Default Net Rate Scheme
88
+
89
+
The **Default Net Rate Scheme** is the standard, built-in template used for calculation if no custom template is selected. This scheme defines savings based on a tiered "Net Rate" model, which reflects industry standards where not all matches provide equal value.
90
+
91
+
For example, a low-percentage fuzzy match (e.g., below 75%) is often reworked entirely by a translator. Therefore, this scheme considers such matches to provide **0%** savings, even though a match was suggested.
92
+
93
+
The default scheme is divided into two categories, each with its own rates:
| Perfect Match / Approval Without Changes | 5% | 95% |
100
+
| 100% / Approval Without Changes | 15% | 85% |
101
+
| 95-99% Fuzzy Match | 35% | 65% |
102
+
| 85-94% Fuzzy Match | 55% | 45% |
103
+
| 75-84% Fuzzy Match | 75% | 25% |
104
+
| < 75% Fuzzy Match | 100% | 0% |
105
+
106
+
**Saving Rates: MT / AI**
107
+
108
+
| Match Type | Net Rate | Saving |
109
+
|--------------------------|----------|--------|
110
+
| Approval Without Changes | 10% | 90% |
111
+
| 99-90% | 30% | 70% |
112
+
| 89-70% | 50% | 50% |
113
+
| 69-50% | 75% | 25% |
114
+
| < 50% | 100% | 0% |
115
+
116
+
Here are a few examples of how savings are calculated based on these default rates:
117
+
118
+
***TM Example:** A 10-word string is translated using a **95-99% Fuzzy Match** from your TM. According to the table, this match type has a saving of **65%**. Therefore, the report will count **6.5 words** (10 words * 65%) as saved.
119
+
***MT/AI Example (Approval):** A 10-word string is pre-translated by an MT engine. A proofreader reviews and approves it without making any changes. This action falls into the **Approval Without Changes** category, which has a saving of **90%**. The report will count **9 words** (10 words * 90%) as saved.
120
+
***MT/AI Example (Manual Edit):** A 10-word string has an MT suggestion. A translator edits the suggestion (or writes their own translation). The system compares the translator's *final saved translation* to the *original MT suggestion* and finds they are **80% similar**. This action falls into the **89-70%** match category, which has a saving of **50%**. The report will count 5 words (10 words * 50%) as saved.
121
+
***No Savings Example:** A 10-word string has a **< 75% Fuzzy Match**. According to the TM table, this provides **0%** saving. Even though there was a match, it's not counted as a saving in the report, as it likely required a full re-translation.
122
+
67
123
### Source Content Updates
68
124
69
125
This report tracks changes made to the source content over a selected time frame. You can filter the data by **Date Range**. The report displays the *Total (end of period)* volume of text, along with specific metrics for content that has been **Added**, **Deleted**, or **Modified**.
Copy file name to clipboardExpand all lines: src/content/docs/enterprise/reports/project-reports.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The **Proofreading** graph visualizes the approval and voting activity over time
75
75
76
76
### Translation Savings Summary
77
77
78
-
Use this report to review the savings achieved by using Translation Memory (TM), Machine Translation (MT), and Artificial Intelligence (AI).
78
+
Use this report to review the savings achieved in your project by using Translation Memory (TM), Machine Translation (MT), and Artificial Intelligence (AI).
79
79
80
80
You can filter the data by **Date Range** and **Language**. The report uses a **Rates template** to calculate savings. By default, it uses the **Default Net Rate Scheme**, but you can select a custom template to reflect specific agreements.
0 commit comments