Difference between revisions of "Translations"

From Proxmox VE
Jump to navigation Jump to search
(rework and mention docs as primary, more up to date resource)
(23 intermediate revisions by 11 users not shown)
Line 1: Line 1:
=Available languages=
+
{{Note| This article is not actively maintained, see the reference documentation for an up to date guide https://pve.proxmox.com/pve-docs/pve-admin-guide.html#translation|reminder}}
Proxmox VE management interface is available in the following languages.
 
  
==English==
+
== Translation Flow ==
*Maintainer: Proxmox support team
 
*Email: support(at)proxmox.com
 
*Web: [http://www.proxmox.com Proxmox]
 
  
==German==
+
Language files are located in the [https://git.proxmox.com/?p=proxmox-i18n.git;a=tree git.proxmox.com proxmox-i18n] git repository, you can download them through the webinterface or clone the whole repository locally using git:
*Maintainer: Proxmox support team
 
*Email: support(at)proxmox.com
 
*Web: [http://www.proxmox.com Proxmox]
 
  
==French==
+
git clone git://git.proxmox.com/git/proxmox-i18n.git
*Maintainer: Yacine Kheddache
 
*Email: support(at)alyseo.com
 
*Web: [http://www.alyseo.com Alyseo]
 
  
==Italian==
+
You can then create new translation with (replace <LANG> with the language ID)
*Maintainer: Angelo Volpato
 
*Email: angelov72(at)yahoo.it
 
  
==Hungarian==
+
cd proxmox-i18n
*Maintainer: Pongracz Istvan
+
make init-<LANG>.po
*Email: pongracz.istvan(at)startit.hu
 
*Web: [http://www.startit.hu StartIT]
 
  
==Dutch==
+
For testing your work in the web-interface you need to translate the PO files to a .js file by invoking script located at same directory.
*Maintainer: Erwin de Brueijs
+
First install all required dependencies for that script, for Ubuntu or Debian based system you would do that with:
*Email: erwin(at)123xs.com
+
apt install perl liblocale-po-perl libjson-perl
*Web: [http://www.123xs.com 123xs]
 
  
==Romanian==
+
Then run the script:
*Maintainer: Nick Tiloi
+
./po2js.pl -t pve xx.po >pve-lang-xx.js
*Email: nick.tiloi(at)gmail.com
 
*Web: [http://www.magica.ro MagicaIT]
 
   
 
==Spanish==
 
*Maintainer: Fabio Vasco Gomes
 
*Email: fvasco(at)gmail.com
 
*Web:
 
  
==Portuguese==
+
The resulting file <code>pve-lang-xx.js</code> should be copied to the <code>/usr/share/pve-i18n/</code> directory on your Proxmox VE server.
*Maintainer: Bruno Cacheira
 
*Email: bruno.cacheira(at)neoscopio.com
 
*Web: [http://www.neoscopio.com Neoscopio]
 
  
==Portuguese (br)==
+
== How to Edit Translation Files ==
*Maintainer: Fabio Vasco Gomes
 
*Email: fvasco(at)gmail.com
 
*Web:
 
  
==Russian==
+
The translations can be done by using [http://www.poedit.net/ poedit], an easy to use editor specialized for PO files. You can also use a common text editor, for example, <code>vim</code>, <code>Emacs</code> or <code>Notepad</code>. There is no programming knowledge necessary to translate. If you want to submit a new or updated translation, just contact office(at)proxmox.com.
*Maintainer: Antipov Dima
 
*Email: tdcmystere(at)gmail.com
 
*Web: [http://www.streamhost.biz Streamhost]
 
  
==Turkish==
+
== Submitting Updated or New Translations ==
*Maintainer: Sukru Emre Erim
 
*Email: emre(at)medyabim.com
 
*Web: [http://www.medyabim.com.tr Medyabim]
 
  
==Japanese==
+
You can send finished translation to the Proxmox team using the office(at)proxmox.com email address. Remember to include a signed contributor licence agreement if not already present, see [[Developer Documentation#Software License and Copyright]] for details.
Need review.
 
 
 
=HowTo translate to different languages=
 
The translations can be done by using [http://www.poedit.net/ 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.
 
 
 
[ftp://pve.proxmox.com/sources/po-files/ Proxmox VE translations]
 
  
 
[[Category: HOWTO]]
 
[[Category: HOWTO]]

Revision as of 12:45, 25 August 2021

Yellowpin.svg Note: This article is not actively maintained, see the reference documentation for an up to date guide https://pve.proxmox.com/pve-docs/pve-admin-guide.html#translation

Translation Flow

Language files are located in the git.proxmox.com proxmox-i18n git repository, you can download them through the webinterface or clone the whole repository locally using git:

git clone git://git.proxmox.com/git/proxmox-i18n.git

You can then create new translation with (replace <LANG> with the language ID)

cd proxmox-i18n
make init-<LANG>.po

For testing your work in the web-interface you need to translate the PO files to a .js file by invoking script located at same directory. First install all required dependencies for that script, for Ubuntu or Debian based system you would do that with:

apt install perl liblocale-po-perl libjson-perl

Then run the script:

./po2js.pl -t pve xx.po >pve-lang-xx.js

The resulting file pve-lang-xx.js should be copied to the /usr/share/pve-i18n/ directory on your Proxmox VE server.

How to Edit Translation Files

The translations can be done by using poedit, an easy to use editor specialized for PO files. You can also use a common text editor, for example, vim, Emacs or Notepad. There is no programming knowledge necessary to translate. If you want to submit a new or updated translation, just contact office(at)proxmox.com.

Submitting Updated or New Translations

You can send finished translation to the Proxmox team using the office(at)proxmox.com email address. Remember to include a signed contributor licence agreement if not already present, see Developer Documentation#Software License and Copyright for details.