Previous Thread
Next Thread
Print Thread
Page 1 of 2 1 2
Joined: Mar 2008
Posts: 1,049
Very Senior Member
OP Offline
Very Senior Member
Joined: Mar 2008
Posts: 1,049
Hi, friends!
The Ultimate templates are coming!
And I'll add support for each language that have in QMC2 smile

But, for that been possible, it's will be great if Emuversal Users could help with translations of these words/expressions in each language.
I tried to dry the maximum to use the less possible of information in words, to easy the translation process...
These is a example of translation of the content to English to Portuguese.
(english words inside the []. Translation after the = )
Code
		/*LANGUAGE: PT*/
		trMap['pt' + 'Support'] = 'Suporte';
		trMap['pt' + 'Image source'] = 'Fonte da imagem';
		trMap['pt' + 'your default directory'] = 'seu diret�rio padr�o';
		trMap['pt' + 'No image availiable'] = 'Imagem n�o dispon�vel';
		/*Infobar*/
		trMap['pt' + 'Manufacturer'] = 'Fabricante';
		trMap['pt' + 'Release Date'] = 'Lan�amento';
		trMap['pt' + 'Players'] = 'N� de Jogadores';
		trMap['pt' + 'Clone of'] = 'Clone de';
		trMap['pt' + 'MAIN SYSTEM'] = 'SISTEMA PAI';		
		/*Infos*/
	  trMap['pt' + 'Emulator Info'] = 'Informa�es do Emulador';
		trMap['pt' + 'System Info'] = 'Informa�es do Sistema';		
		/*PT:options*/
	  trMap['pt' + 'Show sources'] = 'Mostrar fontes';
		trMap['pt' + 'TVMode'] = 'ModoTV';
	  trMap['pt' + 'Fix Headers'] = 'Headers Fixos';			  
		trMap['pt' + 'Black Column'] = 'C.Negra';
		trMap['pt' + 'Image Transition'] = 'T.Img.';
	  trMap['pt' + 'Search Extra Images'] = 'Busc.Img.Ex';


Now I want to do the same with all the languages compatible (DE, ES, SV, IT, PL, EL, RO, FR)

Thanks!
smile


"A user interface is like a joke. If you have to explain it, it's not that good."
Joined: May 2012
Posts: 430
Likes: 1
R
Senior Member
Offline
Senior Member
R
Joined: May 2012
Posts: 430
Likes: 1
I'll try to do FR this week-end wink

Joined: Mar 2008
Posts: 1,049
Very Senior Member
OP Offline
Very Senior Member
Joined: Mar 2008
Posts: 1,049
The most part is already complete in french translation...
I'll post what I already did wink
Code
		/*LANGUAGE: FR*/
		trMap['fr' + 'Support'] = 'Support(needs translation)';
		trMap['fr' + 'Image source'] = 'Source de l\'image';
		trMap['fr' + 'your default directory'] = 'votre r�pertoire par d�faut';
		trMap['fr' + 'No image availiable'] = 'No image availiable(needs translation)';		
		/*Infobar*/
		trMap['fr' + 'Manufacturer'] = 'Fabricant';
		trMap['fr' + 'Release Date'] = 'Ann�e';
		trMap['fr' + 'Players'] = 'Joueurs';
		trMap['fr' + 'Clone of'] = 'Clone de';
		trMap['fr' + 'MAIN SYSTEM'] = '';		
		/*Infos*/
	  trMap['fr' + 'Emulator Info'] = 'Info sur l\'emulateur';
		trMap['fr' + 'System Info'] = '';
		/*FR :options*/
	  trMap['fr' + 'Show sources'] = 'Show sources?(Needs translation)';
		trMap['fr' + 'TVMode'] = 'TVMode(Needs translation)';				
	  trMap['fr' + 'Fix Headers'] = '';			  
		trMap['fr' + 'Black Column'] = '';
		trMap['fr' + 'Image Transition'] = '';
	  trMap['fr' + 'Search Extra Images'] = '';




"A user interface is like a joke. If you have to explain it, it's not that good."
Joined: May 2012
Posts: 430
Likes: 1
R
Senior Member
Offline
Senior Member
R
Joined: May 2012
Posts: 430
Likes: 1
Code
		/*LANGUAGE: FR*/
		trMap['fr' + 'Support'] = 'Support';
		trMap['fr' + 'Image source'] = 'Source de l\'image';
		trMap['fr' + 'your default directory'] = 'votre r�pertoire par d�faut';
		trMap['fr' + 'No image availiable'] = 'Pas d\'image disponible';		
		/*Infobar*/
		trMap['fr' + 'Manufacturer'] = 'Fabricant';
		trMap['fr' + 'Release Date'] = 'Ann�e';
		trMap['fr' + 'Players'] = 'Joueurs';
		trMap['fr' + 'Clone of'] = 'Clone de';
		trMap['fr' + 'MAIN SYSTEM'] = '';		
		/*Infos*/
	  trMap['fr' + 'Emulator Info'] = 'Info sur l\'emulateur';
		trMap['fr' + 'System Info'] = '';
		/*FR :options*/
	  trMap['fr' + 'Show sources'] = 'Voir les sources?';
		trMap['fr' + 'TVMode'] = 'Mode TV';				
	  trMap['fr' + 'Fix Headers'] = '';			  
		trMap['fr' + 'Black Column'] = '';
		trMap['fr' + 'Image Transition'] = '';
	  trMap['fr' + 'Search Extra Images'] = '';

Voil�... but i would need a bit of context sometimes. I'll tell you if some things are to be changed when you release the template wink

Last edited by remax; 12/05/12 09:55 PM.
Joined: Jul 2007
Posts: 4,625
A
Very Senior Member
Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
German (DE)

Code
		/*LANGUAGE: DE*/
		trMap['de' + 'Support'] = 'Unterst�tzung';
		trMap['de' + 'Image source'] = 'Bildquelle';
		trMap['de' + 'your default directory'] = 'Dein Standardverzeichnis';
		trMap['de' + 'No image availiable'] = 'Kein Bild vorhanden';
		/*Infobar*/
		trMap['de' + 'Manufacturer'] = 'Hersteller';
		trMap['de' + 'Release Date'] = 'Erscheinungsdatum';
		trMap['de' + 'Players'] = 'Anzahl der Spieler';
		trMap['de' + 'Clone of'] = 'Klon von';
		trMap['de' + 'MAIN SYSTEM'] = 'Hauptsystem';		
		/*Infos*/
	        trMap['de' + 'Emulator Info'] = 'Emulator Information';
		trMap['de' + 'System Info'] = 'System Information';		
		/*DE:options*/
	        trMap['de' + 'Show sources'] = 'Quellenanzeige';
		trMap['de' + 'TVMode'] = 'TV Modus';
	        trMap['de' + 'Fix Headers'] = 'Kopfzeilen fixieren';			  
		trMap['de' + 'Black Column'] = 'Schwarze Spalte';
		trMap['de' + 'Image Transition'] = 'Bild�bergang';
	        trMap['de' + 'Search Extra Images'] = 'Suche Extra-Bilder';

Sometimes it will be helpful to know the context of each term(s).
Example: Black Column

Joined: May 2008
Posts: 4,930
Likes: 24
Q
Very Senior Member
Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
That's because of missing context smile :

Code
trMap['de' + 'Fix Headers'] = 'Kopfzeilen fixieren'


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: Jul 2007
Posts: 4,625
A
Very Senior Member
Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Originally Posted by qmc2
That's because of missing context smile :

Code
trMap['de' + 'Fix Headers'] = 'Kopfzeilen fixieren'

Fixed (see above). smile

Joined: Mar 2008
Posts: 1,049
Very Senior Member
OP Offline
Very Senior Member
Joined: Mar 2008
Posts: 1,049
Here some context!
The beta version of template.
Please note that some features is not implemented yet (such fixed headers).

http://migre.me/cfiLz

I don't know if I'll translate the tips of the checkboxes.
I think that I need better description for them :p


"A user interface is like a joke. If you have to explain it, it's not that good."
Joined: May 2012
Posts: 430
Likes: 1
R
Senior Member
Offline
Senior Member
R
Joined: May 2012
Posts: 430
Likes: 1
UPDATE :

Code
		trMap['fr' + 'Support'] = 'Support';
		trMap['fr' + 'Image source'] = 'Source de l\'image';
		trMap['fr' + 'your default directory'] = 'votre r�pertoire par d�faut';
		trMap['fr' + 'No image availiable'] = 'Pas d\'image disponible';		
		/*Infobar*/
		trMap['fr' + 'Manufacturer'] = 'Fabricant';
		trMap['fr' + 'Release Date'] = 'Ann�e';
		trMap['fr' + 'Players'] = 'Joueurs';
		trMap['fr' + 'Clone of'] = 'Clone de';
		trMap['fr' + 'MAIN SYSTEM'] = 'Syst�me principal';		
		/*Infos*/
	  trMap['fr' + 'Emulator Info'] = 'Info sur l\'�mulateur';
		trMap['fr' + 'System Info'] = 'Info sur le syst�me';
		/*FR :options*/
	  trMap['fr' + 'Show sources'] = 'Voir origine des images';
		trMap['fr' + 'TVMode'] = 'Mode TV';				
	  trMap['fr' + 'Fix Headers'] = 'En-t�tes fixes';			  
		trMap['fr' + 'Black Column'] = 'Colonne noire';
		trMap['fr' + 'Image Transition'] = 'Transition sur les images';
	  trMap['fr' + 'Search Extra Images'] = 'Chercher images suppl�mentaires';

Last edited by remax; 12/06/12 10:07 PM.
Joined: Jul 2007
Posts: 4,625
A
Very Senior Member
Offline
Very Senior Member
A
Joined: Jul 2007
Posts: 4,625
Quote
trMap['fr' + 'Fix Headers'] = 'R�parer en-t�tes';

Repair or fasten the header?
Fix is a ambiguous word.
Rene told me to fasten the header.

Page 1 of 2 1 2

Moderated by  qmc2 

Link Copied to Clipboard
Who's Online Now
0 members (), 57 guests, and 5 robots.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,319
Posts121,844
Members5,074
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com