ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Translation Help (https://www.esoui.com/forums/forumdisplay.php?f=186)
-   -   Pollox's Daily Quest Tracker - Japanese and German (https://www.esoui.com/forums/showthread.php?t=8157)

Pollox 11/28/18 12:03 PM

Pollox's Daily Quest Tracker - Japanese and German
 
Looking to provide support for JP and DE, as there has been interest from users for translations. Any help would be appreciated! :)

I just need the text to the right of the equals sign:

-- Miscellaneous UI
L.SI_DQT_TOGGLE_DISPLAY = "Toggle Display"
L.SI_DQT_TIME_UNTIL_RESET = "Time until reset"
L.SI_DQT_CHARACTERS_HEADER = "Characters to Show"
L.SI_DQT_SECTION_HEADER = "Sections to Show"

-- Section Names
L.SI_DQT_CRAFTING = "Crafting"
L.SI_DQT_UNDAUNTED_PLEDGE = "Undaunted Pledges"
L.SI_DQT_SUMMERSET = "Summerset"
L.SI_DQT_VVARDENFELL = "Vvardenfell"
L.SI_DQT_GUILD = "Guild"
L.SI_DQT_CYRODILIC_COLLECTIONS = "Cyrodilic Collections"
L.SI_DQT_CLOCKWORK_CITY = "Clockwork City"
L.SI_DQT_WROTHGAR = "Wrothgar"
L.SI_DQT_THIEVES_GUILD = "Thieves Guild"
L.SI_DQT_DARK_BROTHERHOOD = "Dark Brotherhood"
L.SI_DQT_MURKMIRE = "Murkmire"

-- Quest Type Names
L.SI_DQT_GROUP_BOSS = "Group Boss"
L.SI_DQT_DELVE = "Delve"
L.SI_DQT_GEYSERS = "Geysers"
L.SI_DQT_ASHLANDER_HUNT = "Ashlander Hunt"
L.SI_DQT_ASHLANDER_RELIC = "Ashlander Relic"
L.SI_DQT_FIGHTERS_GUILD = "Fighters Guild"
L.SI_DQT_MAGES_GUILD = "Mages Guild"
L.SI_DQT_UNDAUNTED_DELVE = "Undaunted Delve"
L.SI_DQT_TARNISHED = "Tarnished"
L.SI_DQT_BLACKFEATHER_COURT = "Blackfeather Court"
L.SI_DQT_RYES_REACQUISITIONS = "Rye's Reacquisitions"
L.SI_DQT_HEIST = "Heist"
L.SI_DQT_GOLD_COAST_BOUNTY = "Bounty"
L.SI_DQT_SACRAMENT = "Sacrament"
L.SI_DQT_ROOT_WHISPER = "Root-Whisper"

L.SI_DQT_CLOTHING = "Clothing"
L.SI_DQT_BLACKSMITHING = "Blacksmithing"
L.SI_DQT_WOODWORKING = "Woodworking"
L.SI_DQT_JEWELRY = "Jewelry"
L.SI_DQT_ALCHEMY = "Alchemy"
L.SI_DQT_ENCHANTING = "Enchanting"
L.SI_DQT_PROVISIONING = "Provisioning"

Scootworks 11/28/18 12:32 PM

hi pollox

90% of your stuff is already used by ingame strings:
https://github.com/esoui/esoui/blob/...tedstrings.lua

Pollox 11/28/18 06:56 PM

Quote:

Originally Posted by Scootworks (Post 36539)
hi pollox

90% of your stuff is already used by ingame strings:
https://github.com/esoui/esoui/blob/...tedstrings.lua

Thanks, I'll see what I can pull from there (or use them directly).

Baertram 11/30/18 07:58 AM

Please provide an updated post with missing translations then and I'll help you with the German strings missing.
Everything else can be used via GetString(SI_....) in your addon by help of the list Scootworks provided you.

Pollox 11/30/18 12:57 PM

Quote:

Originally Posted by Baertram (Post 36549)
Please provide an updated post with missing translations then and I'll help you with the German strings missing.
Everything else can be used via GetString(SI_....) in your addon by help of the list Scootworks provided you.

Thanks! I pulled what I could from Scootworks link. I'm not sure if all the strings I used that make sense in English will make sense in other languages, but I can wait to see if anyone reports an issue. Here's the ones I couldn't find. (The comment lines are just for context, not for translation.)

-- Miscellanoues UI
L.SI_DQT_TOGGLE_DISPLAY = "Toggle Display"
L.SI_DQT_TIME_UNTIL_RESET = "Time until reset"
L.SI_DQT_CHARACTERS_HEADER = "Characters to Show"
L.SI_DQT_SECTION_HEADER = "Sections to Show"

-- Section Names
L.SI_DQT_UNDAUNTED_PLEDGE = "Undaunted Pledges"
L.SI_DQT_SUMMERSET = "Summerset"
L.SI_DQT_VVARDENFELL = "Vvardenfell"
L.SI_DQT_CYRODILIC_COLLECTIONS = "Cyrodilic Collections"
L.SI_DQT_CLOCKWORK_CITY = "Clockwork City"
L.SI_DQT_WROTHGAR = "Wrothgar"
L.SI_DQT_THIEVES_GUILD = "Thieves Guild"
L.SI_DQT_DARK_BROTHERHOOD = "Dark Brotherhood"
L.SI_DQT_MURKMIRE = "Murkmire"

-- Quest Type Names
L.SI_DQT_GROUP_BOSS = "Group Boss"
L.SI_DQT_GEYSERS = "Geysers"
L.SI_DQT_ASHLANDER_HUNT = "Ashlander Hunt"
L.SI_DQT_ASHLANDER_RELIC = "Ashlander Relic"
L.SI_DQT_FIGHTERS_GUILD = "Fighters Guild"
L.SI_DQT_MAGES_GUILD = "Mages Guild"
L.SI_DQT_UNDAUNTED_DELVE = "Undaunted Delve"
L.SI_DQT_TARNISHED = "Tarnished"
L.SI_DQT_BLACKFEATHER_COURT = "Blackfeather Court"
L.SI_DQT_RYES_REACQUISITIONS = "Rye's Reacquisitions"
L.SI_DQT_HEIST = "Heist"
L.SI_DQT_SACRAMENT = "Sacrament"
L.SI_DQT_ROOT_WHISPER = "Root-Whisper"

Baertram 11/30/18 01:22 PM

Code:

-- Miscellanoues UI
L.SI_DQT_TOGGLE_DISPLAY = "Verändere Anzeige"
L.SI_DQT_TIME_UNTIL_RESET = "Zeit bis zum Zurücksetzen"
L.SI_DQT_CHARACTERS_HEADER = "Ausgewählte Charaktere"
L.SI_DQT_SECTION_HEADER = "Ausgewählte Sektionen"

-- Section Names
L.SI_DQT_UNDAUNTED_PLEDGE = "Unerschrockene Herausforderungen"
L.SI_DQT_SUMMERSET = "Sommersend"
L.SI_DQT_VVARDENFELL = "Vvardenfell"
L.SI_DQT_CYRODILIC_COLLECTIONS = "Cyrodilische Sammlungen"
L.SI_DQT_CLOCKWORK_CITY = "Stadt der Uhrwerke"
L.SI_DQT_WROTHGAR = "Wrothgar"
L.SI_DQT_THIEVES_GUILD = "Diebesgilde"
L.SI_DQT_DARK_BROTHERHOOD = "Dunkle Bruderschaft"
L.SI_DQT_MURKMIRE = "Murkmire"

-- Quest Type Names
L.SI_DQT_GROUP_BOSS = "Gruppen Boss"
L.SI_DQT_GEYSERS = "Geysir"
L.SI_DQT_ASHLANDER_HUNT = "Ashländer Jagd"
L.SI_DQT_ASHLANDER_RELIC = "Ashländer Relikte"
L.SI_DQT_FIGHTERS_GUILD = "Kriegergilde"
L.SI_DQT_MAGES_GUILD = "Magiergilde"
L.SI_DQT_UNDAUNTED_DELVE = "Unerschrockenen Höhle"


I'm not sure about these ones. MAybe someone else schould translate them:
Code:

L.SI_DQT_TARNISHED = "Tarnished"
L.SI_DQT_BLACKFEATHER_COURT = "Blackfeather Court"
L.SI_DQT_RYES_REACQUISITIONS = "Rye's Reacquisitions"
L.SI_DQT_HEIST = "Heist"
L.SI_DQT_SACRAMENT = "Sacrament"
L.SI_DQT_ROOT_WHISPER = "Root-Whisper"


Pollox 11/30/18 02:59 PM

Thanks Baertram! That's a good start.


All times are GMT -6. The time now is 02:47 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI