/translations

Translations for Snipaste

Snipaste Translations

How to contribute

  • Translate (see below for instructions).
  • Send a pull request.
  • Tell me your name (or id) and link as a contributor.
  • Your translation will be included in the next version of Snipaste.

How to translate

Though you may open the .ts files with a text editor, I strongly recommend you to translate them using Qt Linguist.

For your convenience, I have prepared the portable packages of Qt Linguist:

Basic steps to translate using Qt Linguist:

linguist_basic

Tip: You may open multiple .ts files of different languages (such as zh_cn.ts and zh_tw.ts) in the same window, used for reference.

Note: Each language has two .ts files. For example, for Simplified Chinese, the related files are qt_zh_cn.ts and zh_cn.ts.

  • qt_zh_cn.ts contains strings from Qt's source code and only needs to be translated once.
  • zh_cn.ts is from Snipaste's source code and will change with each release of Snipaste.

How to add a new language

(Suppose your language code is xyz.)

  1. Download qt_new.ts and rename it to qt_xyz.ts.
  2. Open qt_xyz.ts with your favorite text editor, replace the 3rd line with <TS version="2.1" language="xyz">, save and quit.
  3. Translate qt_xyz.ts using Qt Linguist.
  4. Download new.ts and rename it to xyz.ts.
  5. Repeat Step 2 and 3 for xyz.ts.
  6. Done!

Status

Language Code Status Contributors
Chinese (Simplified) zh_cn πŸ“• v2.2.2 liulex
Chinese (Traditional) zh_tw πŸ“• v2.2.2 zhtw, Brownsugar
German de_de πŸ“• v2.2.2 Samuel Marcius
Greek el_gr πŸ“• v2.2.2 geogeo.gr
Swedish sv πŸ“– v1.14 Γ…ke Engelbrektson
Japanese ja_jp πŸ“– v2.2 ι³³ε‡°ι™’γ‚«γƒŸ, Sayori Studio
Portuguese (Brazil) pt_br πŸ“• v2.2.2 Igor RΓΌckert
Polish pl_pl πŸ“– v1.11.3 Wirus deleted my username
Dutch nl_nl πŸ“• v2.2.2 Stephan Paternotte
Portuguese (Portugal) pt_pt πŸ“• v2.2.2 Luis Neves
Vietnamese vi_vn πŸ“– v1.11.3 evildeepblue
French fr_fr πŸ“• v2.2.2 rico-sos
Russian ru πŸ“– v1.14 vanja-san
Arabic ar_jo πŸ“• v2.2.2 MFM Dawdeh
Turkish tr_tr πŸ“• v2.2.2 mthryilmaz
Serbian sr πŸ“– v2.2 ozzii.translate
Spanish (Mexico) es_mx πŸ“– v2.0.1 enriquedfa
Korean ko πŸ“– v2.2 λ°•κ²½νƒœ
Czech cs_cz πŸ“– v1.11.3 Ε tΔ›pΓ‘n HaΕ‘ler

Contact

If you need any help, feel free to create an issue. I will help you.