Перейти к содержанию

Дайджесты за январь-февраль

Обновления гайдов и аддонов

Январь Февраль

Мониторинг серверов и редактор аддонов

Представляем вам две легенды. То, о чем можно было только мечтать, стало реальностью.

Мониторинг серверов Редактор аддонов

Подсказки из игры на вашем сайте

Теперь вы можете отображать сведения о внутриигровых элементах простым наведением курсора мыши.

Подробнее

Апдейтер аддонов

Представляем вам программу для автообновления аддонов и делимся подробностями.

Подробнее Скачать

Developing CT_Total


SLA

Рекомендуемые сообщения

SLA's code worked without any problems, thanks for the additional information though. However, this will not be infecting my add-on as when I tested it, it turned the entire screen into a blob of numbers and words. I prefer the methodology that Nikon suggested, it works well and maintains the information without cluttering the screen.

Ссылка на комментарий
Поделиться на другие сайты

It was suggested to me that I add tooltips to the buttons to explain what they turn on/off. I have already done this, but I need translation assistance again. :)

Code:
[ "DD" ]   = "Damage Done",

 [ "DR" ]   = "Damage Received",

 [ "HD" ]   = "Healing Done",

 [ "HR" ]  = "Healing Received",

 [ "MR" ]  = "Mana Received",

 [ "SN" ]  = "Spell Names",

 [ "HN" ]  = "Heal Names",

 [ "Pet" ]  = "Pet Done",

 [ "DD" ]   = "Fait de Dommages",

 [ "DR" ]   = "Reçu Dommages",

 [ "HD" ]   = "Fait de Guérison",

 [ "HR" ]  = "Reçu Cicatrise",

 [ "MR" ]  = "Reçu Mana",

 [ "SN" ]  = "Noms des Sorts",

 [ "HN" ]  = "Noms des Cicatrise",

 [ "Pet" ]  = "Fait Animaux",

 [ "DD" ]   = "Schaden Geschehen",

 [ "DR" ]   = "Schaden Eingegangen",

 [ "HD" ]   = "Heilung Geschehen",

 [ "HR" ]  = "Heilung Eingegangen",

 [ "MR" ]  = "Mana Eingegangen",

 [ "SN" ]  = "Zauber Namen",

 [ "HN" ]  = "Heilen Namen",

 [ "Pet" ]  = "Haustier Geschehen",

 [ "DD" ]   = " Нанесенный урон", 

 [ "DR" ]  = "Ущерб Поступило",

 [ "HD" ]  = "Исцеления урон",

 [ "HR" ]  = "Исцеление Поступила",

 [ "MR" ]  = "Мана Поступило",

 [ "SN" ]  = "Заклинание названиям",

 [ "HN" ]  = "Заживать названиям",

 [ "Pet" ]  = "Домашнее животное",

As always, I hope they're close and non-offensive.

Ссылка на комментарий
Поделиться на другие сайты

lol, it's very funny, what the google translator has told you (e.g. a letter can be "eingegangen" but no dmg and heal and "geschehen" is not received but somethink like it happens and there are "Begleiter" and no sweet "Haustiere")

here the correct ones:

Code:

  [ "DD" ]    = "Schaden ausgeteilt",

  [ "DR" ]    = "Schaden erlitten",

  [ "HD" ]    = "Heilung verursacht",

  [ "HR" ]   = "Heilung erhalten",

  [ "MR" ]   = "Mana erhalten",

  [ "SN" ]   = "Zauber Namen",

  [ "HN" ]   = "Heilen Namen",

  [ "Pet" ]   = "Begleiter ausgeteilt",

  [ "TS" ]   = "Textgröße",

Edit: added textsize translation

BTW: You can use this http://dict.leo.org/ instead of google translator. This will give you in most cases a betther translation. but it onloy supports word by word translation and not whole sentences.

Ссылка на комментарий
Поделиться на другие сайты

Thanks for the quick reply, I'll make these changes immediately. Still trying to find some way to convert cyrillic to latin1 like SLA did for the Russian translation.

Ссылка на комментарий
Поделиться на другие сайты

Quote:
Still trying to find some way to convert cyrillic to latin1 like SLA did for the Russian translation.


I've did this for SpamProtect and yes it is normal, that you see funny chars if you test the addon in russian on an not russian operating system, if you use the userMods.ToWString-way to make localisation. In the russian SpamProtect I also see funny chars but it works in the client of SLA.

HOW To Do this:

-Download n++ here http://notepad-plus-plus.org/
-open a new file
-choose the 5th menu (something like character encoding in English version?)
-then the 6th one which also open an sub-menu (something like character set)
-the chose 4th one (cyrillic) and there windows-1251
-now copy and past the Russian strings
-go to the character set sub-menu again and chose now 2nd from the bottom (west european)
-and there windows-1252 and say yes and save the file anywhere
-now the letters are converted and you can copy and paste them to your lua file

BTW: why can't I change the language of n++ from german to english o.O (oh I see, something complety went wrong with my n++, I can't use any option anymore and the updater don't show me updates, but I have an outdated version, so I will reinstall it now --> this has solved the problem)
Ссылка на комментарий
Поделиться на другие сайты

Thanks alot.

I have no idea why you can't change it from german to english, mine's in english. I know nothing about any of this. :P (Glad you solved your problem.)

Ссылка на комментарий
Поделиться на другие сайты

Added a new feature that also needs translation help;

Code:
[ "TS" ]  = "Text Size",

 [ "TS" ]  = "Taille du Texte",

 [ "TS" ]  = "Texte Größe",

 [ "TS" ]  = "Размер текста",

The German seems like it should be reversed, based on the French/Russian versions putting Text last.

Ссылка на комментарий
Поделиться на другие сайты

I think what RU strings should translate so..

Code:
[ "DD" ]    = " Нанесенный урон", 

  [ "DR" ]   = "Полученный урон",

  [ "HD" ]   = "Вами излечино",

  [ "HR" ]   = "Получено хила",

  [ "MR" ]   = "Получено маны",

  [ "SN" ]   = "Названия заклинаний",

  [ "HN" ]   = "Названия хилок",

  [ "Pet" ]   = "Пет"

Thanks for yours work..

Ссылка на комментарий
Поделиться на другие сайты

Code:
  [ "DD" ]    = "Dégats infligés",
  [ "DR" ]    = "Dégats reçus",
  [ "HD" ]    = "Soins dispensés",
  [ "HR" ]   = "Soins reçus",
  [ "MR" ]   = "Mana reçue",
  [ "SN" ]   = "Noms des Sorts",
  [ "HN" ]   = "Noms des soins",
  [ "Pet" ]   = "Part le familier",

Ссылка на комментарий
Поделиться на другие сайты

Гость
Ответить в этой теме...

×   Вставлено с форматированием.   Восстановить форматирование

  Разрешено использовать не более 75 эмодзи.

×   Ваша ссылка была автоматически встроена.   Отображать как обычную ссылку

×   Ваш предыдущий контент был восстановлен.   Очистить редактор

×   Вы не можете вставлять изображения напрямую. Загружайте или вставляйте изображения по ссылке.

×
×
  • Создать...

Важная информация

Пользуясь сайтом, вы принимаете Условия использования