Thread Tools Display Modes
09/21/18, 10:02 PM   #1
joshfong
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 3
[Random Vanity Pet] Need translation from English to Any

Hi there. I've got a simple addon I need some strings translated for:

Lua Code:
  1. "Display changes in chat box",
  2. "Show which pet you switched to in the chat box.",
  3. "Frequency",
  4. "How often you want your pet to swap",
  5. "On Login",
  6. "Every Load Screen",
  7. "Needs UI reload.",
  8. "Reload UI",
  9. "Pet changed to ",
  10. "Never",

I've already got a French translation, but anything else is fair game. Thank you in advance.

Last edited by joshfong : 09/21/18 at 10:14 PM. Reason: Added an extra string
  Reply With Quote
09/22/18, 08:26 AM   #2
SilverWF
 
SilverWF's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 55
Exclamation Russian

Originally Posted by joshfong View Post
Hi there. I've got a simple addon I need some strings translated for:

Lua Code:
  1. "Display changes in chat box",
  2. "Show which pet you switched to in the chat box.",
  3. "Frequency",
  4. "How often you want your pet to swap",
  5. "On Login",
  6. "Every Load Screen",
  7. "Needs UI reload.",
  8. "Reload UI",
  9. "Pet changed to ",
  10. "Never",

I've already got a French translation, but anything else is fair game. Thank you in advance.
Russian
"Display changes in chat box" = "Отображать изменения в чате",
"Show which pet you switched to in the chat box." = "Показывать имя нового питомца в чате",
"Frequency" = "Частота",
"How often you want your pet to swap" = "Как часто вы хотите менять питомцев",
"On Login" = "При логине",
"Every Load Screen" = "На каждом окне загрузки",
"Needs UI reload." = "Требуется перезагрузка интерфейса",
"Reload UI" = "Перезагрузить интерфейс",
"Pet changed to " = "Питомец изменен на ",
"Never" = "Никогда"

Not using your addon, so not sure - how many space you have for each phrase.

Last edited by SilverWF : 09/22/18 at 08:29 AM.
  Reply With Quote
09/22/18, 09:58 AM   #3
joshfong
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 3
Originally Posted by SilverWF View Post
Russian
"Display changes in chat box" = "Отображать изменения в чате",
"Show which pet you switched to in the chat box." = "Показывать имя нового питомца в чате",
"Frequency" = "Частота",
"How often you want your pet to swap" = "Как часто вы хотите менять питомцев",
"On Login" = "При логине",
"Every Load Screen" = "На каждом окне загрузки",
"Needs UI reload." = "Требуется перезагрузка интерфейса",
"Reload UI" = "Перезагрузить интерфейс",
"Pet changed to " = "Питомец изменен на ",
"Never" = "Никогда"

Not using your addon, so not sure - how many space you have for each phrase.
"Every load screen" will be in a dropdown and probably is the only long one in here, but all the other ones are perfect lengths. Either way, this is a huge help, thank you!
  Reply With Quote
09/22/18, 12:26 PM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
German translation

Code:
"Änderungen im Chat ausgeben",
"Das ausgewählte Pet (Begleittier) im Chat ausgeben.",
"Frequenz",
"Wie oft möchtest du dein Pet wechseln lassen",
"Beim Einloggen",
"Jeder Ladebildschirm",
"Benötigt Neuladen der UI (Benutzer Oberfläche).",
"UI neu laden",
"Pet wurde gewechselt zu ",
"Nie",
  Reply With Quote
09/22/18, 01:44 PM   #5
SilverWF
 
SilverWF's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 55
Originally Posted by joshfong View Post
"Every load screen" will be in a dropdown and probably is the only long one in here, but all the other ones are perfect lengths. Either way, this is a huge help, thank you!
Hm... then maybe this
"Every Load Screen" = "При загрузке",
  Reply With Quote
09/22/18, 08:23 PM   #6
joshfong
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 3
Thank you both! Much appreciated.
  Reply With Quote

ESOUI » Developer Discussions » Translation Help » [Random Vanity Pet] Need translation from English to Any

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