Skip to content

praeclarum/CircuitTranslations

Repository files navigation

iCircuit Language Translations

iCircuit is used all around the world in a variety of languages.

I would like to ask for your help translating it to as many of those languages as possible.

If you spot an error in a translation, please open a pull request with the correction - you will be helping many people and I'll be sure to thank you in the app!

Please also feel free to start a new language translation.

Thank you very much for your help!

Creative Commons License

Supported Languages

Language ID Status
English Base
Japanese ja ❗️
German de
Chinese (Simplified) zh-Hans
Chinese (Traditional) zh-Hant ❗️
Spanish es
Italian it ❗️
Russian ru
French fr
Portuguese (Brazil) pt-BR
Portuguese (Portugal) pt-PT

(Sorted by app usage.)

Style Guide

Keep things short

Most of the text is presented in dialog boxes on phones so keeping translations short is preferable to being verbose.

Acronymns, initialisms, and common abbreviations are all welcome so long as they would be recognized by beginners in electronics.

Prefer spaces over hyphenations

If compound words can either be hyphenated or combined with space, prefer space. This is to help the rendering engine layout text properly.

Use Title Casing

Most of the words are presented at title of things that can be modified. In English, this means most words get capitalized. Please use the right form of titling for the language.

Weird Words

  • AM is short for "Amplitude Modulation"
  • Autowire is short for "keep components connected during movement by automatically re-routing wires"
  • Current is electrical current
  • DC Rail is often seen in the context of Operational Amplifiers. The "rail" refers to a maximum (or minimum) that the amplifier can achieve. They're DC because they are power and don't affect the signal.
  • Fwd Voltage @ 1A is the Forward Voltage (or Bias) of a Diode when 1A of current is traveling through it. https://en.wikipedia.org/wiki/Diode#Forward_bias
  • Monospace refers to a single width Font (all letters consume the same horizontal space). It's used in programming and looks like what a type writer produces.
  • Off Resistance (Ω) is how much resistance a Relay provides when it is in the Off state.
  • On Resistance (Ω) is how much resistance a Relay provides when it is in the On state.

Machine Auto-translation

The script mtranslate.fsx is used to automatically translate missing words and was used to build the initial translations.

It can be run with the following command:

fsharpi --lib:$HOME/.nuget/packages/newtonsoft.json/11.0.2/lib/net45 --exec mtranslate.fsx

About

Language support for iCircuit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages