Thread Tools Display Modes
04/29/14, 02:05 PM   #1
Ak0
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 20
German and French translation needed

Hey there, I'm in need of some strings translated to French. Anyone that would care to help out ?
As you see by the last string, I will credit the person that does the translating in my addon menu

EDIT: German translation done! Points goes to Ace for effort , and thank you so much Tonyleila for looking over to get it proper

French
Code:
["fr"] = {
	Addon 		= "Reticle Tweaks",
	titlePicker = {
		Header 	= "Fixed Title Color",
		Body 	= "The title is this color when you interact with a container (e.g a empty or unopened chest)"
	},
	alsoRecolorTitle = {
		Header 	= "Dynamic Title Color",
		Body 	= "Enabling this will recolor the title the same as the interactable and disable the Fixed Title Color."
	},
	interactablePicker = {
		Header 	= "Interactable Color",
		Body 	= "The text is this color when you interact with something that is interactable (e.g a unopened chest)"
	},
	notInteractablePicker = {
		Header 	= "Not Interactable Color",
		Body 	= "The text is this color when you interact with something that is not interactable (e.g a empty chest)"
	},
	resetColors = {
		Header 	= "Reset Colors",
		Body 	= "Resets the colors back to default."
	},
	Warning 	= "This will reload the UI.",
	Credits 	= "Translated by"
}

Last edited by Ak0 : 04/30/14 at 01:25 AM.
  Reply With Quote
04/29/14, 03:08 PM   #2
Ace
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 2
Code:
["de"] = {
	titlePicker = {
		Header 	= "Fixe Titel Farbe",
		Body 	= "Der Titel ist in dieser Farbe, wenn ihr mit einem Behälter interagiert (z.B. eine leere oder ungeöffnete Kiste)"
	},
	alsoRecolorTitle = {
		Header 	= "Dynamische Titel Farbe",
		Body 	= "Diese Option aktiviert die Umfärbung des Titels zu der des interagierbarem Objektes und deaktiviert die Fixe Titel Farbe"
	},
	interactablePicker = {
		Header 	= "Interagierbare Farbe",
		Body 	= "Der Text hat diese Farbe wenn ihr mit etwas interagierbarem interagiert (z.B. eine ungeöffnete Kiste)"
	},
	notInteractablePicker = {
		Header 	= "Nicht interagierbare Farbe",
		Body 	= "Der Text hat diese Farbe, wenn ihr mit etwas nicht interagierbarem interagiert (z.B. eine leere Kiste)"
	},
	resetColors = {
		Header 	= "Farbreset",
		Body 	= "Setzt die Farbe auf die standard Werte zurück."
	},
	Warning 	= "Diese Aktion läd der UI neu.",
	Credits 	= "Übersetzt von Ace"
}
  Reply With Quote
04/29/14, 03:21 PM   #3
Ak0
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 20
Originally Posted by Ace View Post
*snip*
Thank you so much
  Reply With Quote
04/29/14, 03:57 PM   #4
Biki
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 34
I would write "Titelfarbe" as one word, that's more correct.
It's also "lädt", not "läd" and the article should not be "der", either "die" or "das" (I would recommend "das").

Also "standard Werte" should be "Standardwerte" and in the same sentence use the plural, so not "Farbe" but "Farben".

Just my 2 cents.
  Reply With Quote
04/29/14, 06:12 PM   #5
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Wait let a German correct this ... just give me some time...
  Reply With Quote
04/29/14, 06:40 PM   #6
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Here you go sorry saw this thread too late. And sorry Ace guess German is not your first language

Code:
["de"] = {
	titlePicker = {
		Header 	= "Individuelle Titelfarbe",
		Body 	= "Der Titel hat dieser Farbe, wenn ihr mit einem Behälter interagieren könnt. (z.B. eine leere oder ungeöffnete Kiste)"
	},
	alsoRecolorTitle = {
		Header 	= "Dynamische Titelfarbe",
		Body 	= "Deaktiviert die Individuelle Titel Farbe und färbt sie entsprechend der eingestellten Farben bei 'benutzbaren' und 'nicht benutzbaren' Objekten."
	},
	interactablePicker = {
		Header 	= "Benutzbar Farbe",
		Body 	= "Der Text hat diese Farbe, wenn ihr etwas öffnen oder looten könnt. (z.B. eine ungeöffnete Kiste)"
	},
	notInteractablePicker = {
		Header 	= "Nicht benutzbar Farbe",
		Body 	= "Der Text hat diese Farbe, wenn ihr etwas anvisiert, dass nicht benutzbar ist. (z.B. eine leere Kiste)"
	},
	resetColors = {
		Header 	= "Farben zurücksetzen",
		Body 	= "Setzt die Farben auf die Standardwerte zurück."
	},
	Warning 	= "Aktivieren lädt das Interface neu.",
	Credits 	= "Übersetzt von Tonyleila"
}

Last edited by Tonyleila : 04/29/14 at 06:53 PM.
  Reply With Quote
04/30/14, 01:27 AM   #7
Ak0
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 20
Originally Posted by Tonyleila View Post
Here you go sorry saw this thread too late. And sorry Ace guess German is not your first language
I appreciate it a lot! nice to get it right before releasing it
  Reply With Quote
04/30/14, 03:03 AM   #8
Biki
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 34
Typo in the first sentence "Der Titel hat dieser Farbe," should be "Der Titel hat diese Farbe,", otherwise it's great
  Reply With Quote
04/30/14, 03:21 AM   #9
Ak0
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 20
Originally Posted by Biki View Post
Typo in the first sentence "Der Titel hat dieser Farbe," should be "Der Titel hat diese Farbe,", otherwise it's great
Just as I was about to upload..
You have great timing, that's for sure
  Reply With Quote
04/29/14, 06:42 PM   #10
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 437
Points for effort, though. All assistance is wonderful.
  Reply With Quote
04/29/14, 06:46 PM   #11
Tonyleila
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 288
Originally Posted by Cairenn View Post
Points for effort, though. All assistance is wonderful.
The effort was great of cause! And it was also quite good but its a very difficult text to translate so you can't just take the 1 to 1 translation. Always love to see ppl learn German

I use the this great addon too and a German translation is the least i could do to say thank you!

Last edited by Tonyleila : 04/29/14 at 06:56 PM.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » German and French translation needed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off