Thread Tools Display Modes
02/11/22, 11:31 AM   #1
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Need de fr es it ja pl ru (4 sentences)

Will be used to revive an addon which is only maintained.
thanks guys!

Lua Code:
  1. L.Endeavor                  = "Seals of Endeavor"
  2. L.EndeavorTip               = "Should we show Seals of Endeavor?"
  3. L.LogEndeavor               = "Log Seals of Endeavor"
  4. L.LogEndeavorTip            = "Should we display Seals of Endeavor gains in the chat log?"
  Reply With Quote
02/11/22, 11:40 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Endeavor and seals of endeavor should be in here, e.g. Currency type I think:
https://raw.githubusercontent.com/es...tedstrings.lua

You can use the SI_.. constant via GetString(SI_...)
  Reply With Quote
02/11/22, 11:53 AM   #3
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
German DE

L.Endeavor = "Siegel der Bestrebung" - - GetString(SI_CURRENCY_TYPE...)
L.EndeavorTip = "Sollen ".. L.Endeavor.. " angezeigt werden?"
L.LogEndeavor = L.Endeavor.. " im Chat zeigen"
L.LogEndeavorTip = "Soll der Gewinn von ".. L.Endeavor.. " im Chat angezeigt werden?"

If you reuse L.Endeavor like this add a local pointer to it.
  Reply With Quote
02/11/22, 11:56 AM   #4
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by Baertram View Post
L.Endeavor = "Siegel der Bestrebung" - - GetString(SI_CURRENCY_TYPE...)
L.EndeavorTip = "Sollen ".. L.Endeavor.. " angezeigt werden?"
L.LogEndeavor = L.Endeavor.. " im Chat zeigen"
L.LogEndeavorTip = "Soll der Gewinn von ".. L.Endeavor.. " im Chat angezeigt werden?"

If you reuse L.Endeavor like this add a local pointer to it.
Danke unsere !
  Reply With Quote
02/11/22, 12:23 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Danke unsere makes no sense
Unsere = ours
  Reply With Quote
02/11/22, 12:26 PM   #6
Masteroshi430
 
Masteroshi430's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2020
Posts: 185
Originally Posted by Baertram View Post
Danke unsere makes no sense
Unsere = ours
So you are telling me your profile picture is a flower?
  Reply With Quote
02/11/22, 01:52 PM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913

Yeah, a sleepy but hungry one
  Reply With Quote

ESOUI » Developer Discussions » Translation Help » Need de fr es it ja pl ru (4 sentences)

Thread Tools
Display Modes

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