Support Apnea Board & OSCAR  

Difference between revisions of "Translators Guide"

From Apnea Board Wiki
Jump to: navigation, search

m (Changed all SleepyHead to OSCAR...)
m
Line 20: Line 20:
  
 
In the left panel (under ''Context'') you see the subjects of the program, next to that the items (''Strings'') that can be translated. Below this is the place to do the translation.
 
In the left panel (under ''Context'') you see the subjects of the program, next to that the items (''Strings'') that can be translated. Below this is the place to do the translation.
What misses, is the window on the right (''Sources and Forms''), where an editor could see the context of the item in the program. This only works if the raw program has been downloaded. For translators without knowledge of programming and 'git', it is easier to open the program SleepyHead and look for the context in the program itself.
+
What misses, is the window on the right (''Sources and Forms''), where an editor could see the context of the item in the program. This only works if the raw program has been downloaded. For translators without knowledge of programming and 'git', it is easier to open the program OSCAR and look for the context in the program itself.
  
 
The buttons on the top explain themselves, just use the arrow with the red question mark (''Next unfinished item'') to go the the next .... Well, you understand... ;)
 
The buttons on the top explain themselves, just use the arrow with the red question mark (''Next unfinished item'') to go the the next .... Well, you understand... ;)

Revision as of 08:50, 11 May 2020

Full-48.png

Afrikaans / في الصفحة / български / 中国 / 臺灣 / čeština/ Dansk / Deutsch / Ελληνικά / Español / Filipino / Français / עברית / Magyar / Italiano / 日本語 / 한국어 / Nederlands / Norsk / Polskie / Português / Română / Pусский / Suomalainen / Svenska / ภาษาไทย / Türkçe
--> Do not use these buttons when you are on a translated page. Just close this tab to go back. <--

OSCAR is programmed with the use of the tools from Qt [1]. When someone wants to help this project by adding a translation, use can be made of another Qt program: Qt Linguist. This wiki is a step-up for the beginner. A comprehensive guide can be found here: [2].

Qt Linguist

Qt provides excellent support for translating Qt C++ and Qt Quick applications into local languages. Release managers, translators, and developers can use Qt tools to accomplish their tasks. Translators can use the Qt Linguist tool to translate text in applications. No computer knowledge beyond the ability to start a program and use a text editor or word processor is required. In the case of OSCAR, a template is built for each language and provided to the translator, who opens the translation files using Qt Linguist, enters the translations and saves the results back into the translation files, which is passed back to the release manager. The release manager then generates fast compact versions of these translation files ready for use by the application. Thus giving more people native access to the results of their therapy.

The tool is designed to be used in repeated cycles as applications change and evolve, preserving existing translations and making it easy to identify which new translations are required. Qt Linguist also provides a phrase book facility to help ensure consistent translations across multiple applications and projects. Translators and developers must address a number of issues because of the subtleties and complexities of human language:

  • A single phrase may need to be translated into several different forms depending on context. For example, open in English might become öffnen, (= open file), or aufbauen, (= open internet connection), in German.
  • Keyboard accelerators may need to be changed but without introducing conflicts. For example, "&Quit" in English becomes "Avslutt" in Norwegian which does not contain a "Q". We cannot use a letter that is already in use - unless we change several accelerators.
  • Phrases that contain variables, for example, "The 25 files selected will take 63 seconds to process", where the two numbers are inserted programmatically at run-time may need to be reworded because in a different language the word order and therefore the placement of the variables may have to change.

The Qt translation tools provide clear and simple solutions to these issues.

Setting up QtLinguist

Qt Linguist is a compact standalone download as Windows Installer or OSX disk image.You can find the latest version here: [3]. The latest version 4.6.0 dates from end of 2009. After installing and starting the program one can just open the provided language template (like: Svenska.se.ts). The window then shows:Screenshot 2014-07-14 21.30.27.png


In the left panel (under Context) you see the subjects of the program, next to that the items (Strings) that can be translated. Below this is the place to do the translation. What misses, is the window on the right (Sources and Forms), where an editor could see the context of the item in the program. This only works if the raw program has been downloaded. For translators without knowledge of programming and 'git', it is easier to open the program OSCAR and look for the context in the program itself.

The buttons on the top explain themselves, just use the arrow with the red question mark (Next unfinished item) to go the the next .... Well, you understand... ;) Further there are interesting aids:

  • Phrases and guesses will be filled in due course while translating similar items. It helps very much in making translations consistent, i.e. use the same word again for an expression.
  • Under Warnings one will see a remark when the program thinks that something goes wrong. That can be a help too.


Tips and tricks

During the use of Qt Linguist, one could find a number of things to remember. Here follows a list:

  • step through the items one by one (Next unfinished item) and when all is done, go through them again and accept them (green checkmark and arrow): Only after having seen the whole list, one can decide on consistency of the used words.
  • mind the keyboard accelerators (with the &). Only when all items have passed, one can know which letters can be used as unique accelerators.



Donate to Apnea Board