Using P1B1 or any kind of table format for translations is a waste of time. Writing P1B1 or inserting text position descriptions are completely unneeded and you could be spending your precious time translating instead. This is not exactly an original idea but it's a robust way of making the translation process as streamlined as possible without specialised tools.
This process uses Google Slides as a basis for page translations and uses a script written for AutoHotKey to speed up the process dramatically.
Page images are inserted on each page individually and resized to fit. The translator uses the script to automate creation of a rectangle to cover existing text and enter translations of that text. Because the original text is covered, any missed translations should be pretty obvious.
Though this likely depends more on the preferred process, the proofreader can quickly back up the original translation as a comment, edit the text in the drawn rectangle and then add any reasoning for the changes under that comment. This lets the translator easily know what was changed without resorting to use suggestions.
An additional advantage is that typesetters can simply select the entire rectangle and copy it, which will copy only exactly the text in that rectangle, rather than having to struggle selecting text from a longer document.
- Windows OS
- AutoHotKey installed
- English Google Docs
With AutoHotKey installed, download the AHK script and run it. A list of commands will be shown on startup.
If you are using non-english Google docs, the script can be opened in Notepad and the names of commands can be replaced for your own language.
-
Create a new Google Slides presentation.
-
In the menu, open
View
and untickShow speaker notes
. This will give you more height to work with. -
In the menu, open
File
and selectPage Setup...
. -
On the aspect ratio dropdown, select
Custom
, and in the unit selection, selectcm
and enter21 x 29.7 cm
(A4 portrait).a. You can also use
29.7 x 42 cm
(A3 portrait), if you find yourself changing text size often to fit text. You can resize from A4 to A3 at any time without anything being affected. -
Right click on the slide and in the
Apply layout
menu, selectBlank
.
-
Drag and drop the image onto the page and resize it to fit (just fitting to bottom corner is fine)
-
Press
Ctrl
+M
to add a new page
- Use keypad
+
to zoom in - Use keypad
-
to zoom out - Use keypad
/
to fit to view
-
With the page open, press
F12
. This will quickly enter a command to draw a rounded rectangle. -
Your cursor should now be a cross. Draw a rectangle over the original text. You can immediately start typing.
-
You do not need to deselect the current rectangle - press
F12
immediately to draw a new rectangle.
- With the relevant rectangle selected, press
Ctrl
+F12
. This will copy the text, trim it internally, then quickly enter a command to create a comment, enter the text and save the comment.