05. Repetitions¶
The relevant section in the guides...
See the relevant section in your guide: Перевод Согласование Адаптация Верификация
Exercise 05.1: recognize repeated segments¶
- Press Ctrl+J and enter 13 to go to segment #13.
Source text reads:
Pretty good
- Notice how the segment marker says that this segment is repeated three more times.
<segment 0013 +1 more ¶>
.
- Look at the Segment Properties pane. It says "Is duplicate: FIRST"
- Right click on the segment. See how all the instances are listed and identified by their segment number.
- Select
Segment 16
on the list to go to segment #16. - Look at the Segment Properties pane for segment #16. It says "Is duplicate: NEXT"
- Right click on segment #16 to see instances listed again, go back to segment #13 again.
Exercise 05.2: auto-propagate translations¶
- Go to segment #12.
- Translate segment #12.
You can insert the match (Ctrl+I) and update it (replace
financière
withéconomique
)
- Notice how "situation économique" is grammatically feminine in French.
- Go to segment #13 and translate it. Suggested translation:
Plutôt bonNE
The -NE ending is the feminine suffix, because "Good" here refers to "economic situation", which is feminine in French
- Press Enter after translating segment #13 to go to segment #14.
- Notice how the translation is auto-propagated to segment #16.
- Translate segment #14. Suggested translation:
Plutôt mauvaisE
The -E ending is the feminine suffix, because "Bad" here refers to "economic situation", which is feminine in French
- Press Enter after translating segment #14 to confirm the translation of segment #14 and go to the next segment.
- Notice how the translation is auto-propagated to segment #17.
Exercise 05.3: auto-propagate edits in translations¶
-
Go to segment #16 in the project. You can see that it is translated with your auto-propagated translation.
-
Modify the translation (append "xx") in segment #16 and press Ctrl+S to save the translation.
- Notice how the translation of segment #13 also changes.
- Do the same in segment #17 and see how changes auto-propagate to segment #14.
Совет
Shortcut Ctrl+S saves the translation. You can also save in Project > Save, but using the mouse takes longer ;)