dreamos82 / easyeda-i18n

This is EasyEDA editor and website i18n files, the contribution will be welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

easyeda-i18n

EasyEDA is free and and powerful and easy to use online PCB tool, it helps a lot of people to bring the idea to real design. If you using EasyEDA and love to share it to your conutry people, please help us to make a translation.

This porject is EasyEDA editor and website i18n files, the more language translations contribution will be welcome.

Folder

editor-std: EasyEDA editor standard edition

Translations

If you would like to help to translation:

  1. please fork this project

  2. change to the forked project, then edit your language file such as ui_data_uk.txt etc.

  3. if you can't find your language file, you can copy ui_data_hans.txt, and then modify the txt file name with language code, for example ui_data_xx.txt, xx is your language code.
    the language code please refer at https://www.w3schools.com/tags/ref_language_codes.asp
    and then remove the Chinese text, translate the English to your language. The characters before = need to be preserved.
    for example:

// at ui_data_hans.txt
Select = 选择

// at ui_data_ru.txt
Select = Выбрать

If the text has free dot(...) or '{}', you need to keep it, for example:

Join... = Collegati...

Add font success: {name} = 字体添加成功: {name}      //keep the {name}

The "#" charater start line, just the comment line, please ingore it

#spice            //this is comment line, don't need to translate
Switch mode = 切换模式
  1. when you finish, please make a pull request(before pull request, please fetch and merge this main branch first to avoid the merge conflict), we will merge it. There is no good way to test the translation yet, need to wait us to release a new editor version.

  2. we check your translations if they are correctly, we will add it at next editor/website release.

Notice

  1. the ui_data_hans.txt is the based locale file, it has full translations. please don't edit it.
  2. if you want to change language to Polish, the editor will read ui_data_pl.txt first, if the editor can't find the correspond with English words at this file, then the editor will show the default English word for instead.
  3. don't need to create ui_data_en.txt, all English words are came from hard code.

Contributor

Thanks for all the contributors to help to translate the EasyEDA editor. Thanks

Andrew and Adambyw: Help translated EasyEDA from English to Polish. http://and.elektroda.eu/

A.Noda: Help translated EasyEDA from English to Japanese language. http://signalkhobho.com/

JM TERRADE: Help translated EasyEDA from English to French language. http://terrade.com/

José Miguel: Help translated EasyEDA from English to Spanish language.

Kent Ahlberg: Help translated EasyEDA from English to Swedish language.

Marcel Kuesters: Help translated EasyEDA from English to German language.

Гололобов Владимир Николаевич: Help translated EasyEDA Tutorial from English to Russian language http://vgololobov.narod.ru/

Victor Bychek and Травников Александр: Help translated EasyEDA from English to Russian language http://bychek.ru

君子兰: Help translated EasyEDA editor from English to Vietnamese language.

Zdenek Hubner: Help translated EasyEDA from English to Czech language.

William Kazan: Help translated EasyEDA from English to Portuguese language.

About

This is EasyEDA editor and website i18n files, the contribution will be welcome