mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 17:27:54 +00:00
cleanup gettext translation for firewall panel
Avoid use of plural to minimize translation overhead.
This commit is contained in:
parent
6dd4c09492
commit
eef43bbd50
@ -70,7 +70,7 @@ Ext.define('PVE.FirewallAliases', {
|
||||
|
||||
base_url: undefined,
|
||||
|
||||
title: gettext('Aliases'),
|
||||
title: gettext('Alias'),
|
||||
|
||||
initComponent : function() {
|
||||
/*jslint confusion: true */
|
||||
|
@ -26,7 +26,7 @@ Ext.define('PVE.panel.Firewall', {
|
||||
var items = [
|
||||
{
|
||||
xtype: 'pveFirewallRules',
|
||||
title: 'Rules',
|
||||
title: gettext('Rules'),
|
||||
allow_iface: true,
|
||||
base_url: me.base_url + '/rules',
|
||||
list_refs_url: list_refs_url,
|
||||
@ -37,7 +37,7 @@ Ext.define('PVE.panel.Firewall', {
|
||||
if (me.fwtype === 'dc') {
|
||||
items.push({
|
||||
xtype: 'pveSecurityGroups',
|
||||
title: 'Security Groups',
|
||||
title: gettext('Security Group'),
|
||||
itemId: 'sg'
|
||||
});
|
||||
items.push({
|
||||
@ -69,7 +69,7 @@ Ext.define('PVE.panel.Firewall', {
|
||||
|
||||
items.push({
|
||||
xtype: 'pveFirewallOptions',
|
||||
title: 'Options',
|
||||
title: gettext('Options'),
|
||||
base_url: me.base_url + '/options',
|
||||
fwtype: me.fwtype,
|
||||
itemId: 'options'
|
||||
|
Loading…
Reference in New Issue
Block a user