Difference between revisions of "Translations"

From Proxmox VE
Jump to navigation Jump to search
Line 21: Line 21:
 
Proxmox VE 6.x management interface is available in the following languages.
 
Proxmox VE 6.x management interface is available in the following languages.
  
 +
* Arabic (ar)
 +
* Catalan (ca)
 +
* Danish (da)
 +
* German (de)
 
* English (en)
 
* English (en)
* German (de)
+
* Spanish (es)
* Danish (da)
+
* Euskera (Basque) (eu)
* Spanish(es)
+
* Persian (Farsi) (fa)
* Euskera (eu)
 
* Persian (fa)
 
 
* French (fr)
 
* French (fr)
* Galician (gl)
+
* Hebrew (he)
* Hungarian (hu)
 
 
* Italian (it)
 
* Italian (it)
 
* Japanese (ja)
 
* Japanese (ja)
* Norwegian Bokmal (nb)
+
* Norwegian (Bokmal) (nb)
* Norwegian Nynorsk (nn)
+
* Norwegian (Nynorsk) (nn)
 
* Polish (pl)
 
* Polish (pl)
* Brazilian (pt_BR)
+
* Portuguese (Brazil) (pt_BR)
 
* Russian (ru)
 
* Russian (ru)
 
* Slovenian (sl)
 
* Slovenian (sl)
 
* Swedish (sv)
 
* Swedish (sv)
 
* Turkish (tr)
 
* Turkish (tr)
* Chinese (simplified) (zh_CN)
+
* Chinese (Simplified) (zh_CN)
* Traditional Chinese (Taiwan) (zh_TW)
+
* Chinese (Traditional) (zh_TW)
  
 
Note that most of above translations are contributed by users and English is the original language the interface is written in.
 
Note that most of above translations are contributed by users and English is the original language the interface is written in.

Revision as of 10:03, 4 August 2020

Version 6.x

Language files are located at git repository: git.proxmox.com pve-i18n

  • You can create new translation with (replace <LANG> with the language ID)
# cd proxmox-i18n
# make init-<LANG>.po
  • Po file need to be translated to .js file by invoking script located at same directory:
./po2js.pl -t pve xx.po >pve-lang-xx.js
  • You need to have installed some perl packages in your system. For Ubuntu:
apt-get install perl liblocale-po-perl libjson-perl
  • Resulted file pve-lang-xx.js copy to directory /usr/share/pve-i18n on your proxmox server.
  • You can send finished translation to proxmox team to office(at)proxmox.com with signed contributor licence agreement. See Developer Documentation

Proxmox VE 6.x management interface is available in the following languages.

  • Arabic (ar)
  • Catalan (ca)
  • Danish (da)
  • German (de)
  • English (en)
  • Spanish (es)
  • Euskera (Basque) (eu)
  • Persian (Farsi) (fa)
  • French (fr)
  • Hebrew (he)
  • Italian (it)
  • Japanese (ja)
  • Norwegian (Bokmal) (nb)
  • Norwegian (Nynorsk) (nn)
  • Polish (pl)
  • Portuguese (Brazil) (pt_BR)
  • Russian (ru)
  • Slovenian (sl)
  • Swedish (sv)
  • Turkish (tr)
  • Chinese (Simplified) (zh_CN)
  • Chinese (Traditional) (zh_TW)

Note that most of above translations are contributed by users and English is the original language the interface is written in. Our contributors try their best to translate it in the languages they know themselves, thus, at time of writing, German, Italian, Turkish and French have good translations.

How to translate into different languages

The translations can be done by using poedit, an easy to use editor or any other editor you prefer, e.g. Emacs. There is no programming knowledge necessary to translate. If you want to translate, just contact office(at)proxmox.com.

PO files

All released translation file are available. All maintainers can pick these file if the translation needs rework.