Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
c980c906
Commit
c980c906
authored
Mar 15, 2012
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Chinese translation
parent
9db22c33
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1362 additions
and
2 deletions
+1362
-2
changelog.Debian
debian/changelog.Debian
+6
-0
defines.mk
defines.mk
+1
-1
Makefile
po/Makefile
+1
-1
zh_CN.po
po/zh_CN.po
+1353
-0
Utils.js
www/manager/Utils.js
+1
-0
No files found.
debian/changelog.Debian
View file @
c980c906
pve-manager (2.0-41) unstable; urgency=low
* add Chinese translation
-- Proxmox Support Team <support@proxmox.com> Thu, 15 Mar 2012 10:51:11 +0100
pve-manager (2.0-40) unstable; urgency=low
pve-manager (2.0-40) unstable; urgency=low
* fix bug 22: correctly display openvz swap usage
* fix bug 22: correctly display openvz swap usage
...
...
defines.mk
View file @
c980c906
...
@@ -2,7 +2,7 @@ RELEASE=2.0
...
@@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGE=pve-manager
PACKAGERELEASE=4
0
PACKAGERELEASE=4
1
BINDIR=${DESTDIR}/usr/bin
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5
PERLLIBDIR=${DESTDIR}/usr/share/perl5
...
...
po/Makefile
View file @
c980c906
include
../defines.mk
include
../defines.mk
LINGUAS
=
de fr ja es sv
LINGUAS
=
de fr ja es sv
zh_CN
all
:
$(patsubst %
,
pve-lang-%.js
,
$(LINGUAS))
all
:
$(patsubst %
,
pve-lang-%.js
,
$(LINGUAS))
...
...
po/zh_CN.po
0 → 100644
View file @
c980c906
This diff is collapsed.
Click to expand it.
www/manager/Utils.js
View file @
c980c906
...
@@ -186,6 +186,7 @@ Ext.define('PVE.Utils', { statics: {
...
@@ -186,6 +186,7 @@ Ext.define('PVE.Utils', { statics: {
},
},
language_map
:
{
language_map
:
{
zh_CN
:
'
Chinese
'
,
ja
:
'
Japanese
'
,
ja
:
'
Japanese
'
,
en
:
'
English
'
,
en
:
'
English
'
,
de
:
'
German
'
,
de
:
'
German
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment