mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 14:51:37 +00:00
include Swedish translation
This commit is contained in:
parent
da6cfd461c
commit
4a3a552003
@ -185,7 +185,8 @@ Ext.define('PVE.Utils', { statics: {
|
|||||||
en: 'English',
|
en: 'English',
|
||||||
de: 'German',
|
de: 'German',
|
||||||
es: 'Spanish',
|
es: 'Spanish',
|
||||||
fr: 'French'
|
fr: 'French',
|
||||||
|
sv: 'Swedish'
|
||||||
},
|
},
|
||||||
|
|
||||||
render_language: function (value) {
|
render_language: function (value) {
|
||||||
@ -398,6 +399,7 @@ Ext.define('PVE.Utils', { statics: {
|
|||||||
srvrestart: ['SRV', gettext('Restart') ],
|
srvrestart: ['SRV', gettext('Restart') ],
|
||||||
srvreload: ['SRV', gettext('Reload') ],
|
srvreload: ['SRV', gettext('Reload') ],
|
||||||
imgcopy: ['', gettext('Copy data') ],
|
imgcopy: ['', gettext('Copy data') ],
|
||||||
|
imgdel: ['', gettext('Erase data') ],
|
||||||
download: ['', gettext('Download') ],
|
download: ['', gettext('Download') ],
|
||||||
vzdump: ['', gettext('Backup') ]
|
vzdump: ['', gettext('Backup') ]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user