Fix various mis-spellings of VACUUM. Fixes #2005

This commit is contained in:
Anthony DeBarros 2016-12-08 10:35:53 +00:00 committed by Dave Page
parent fb780bd81a
commit 6ff2fe64b8
8 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@ define(
function($, _, S, pgAdmin, pgBrowser, Backform, alertify) { function($, _, S, pgAdmin, pgBrowser, Backform, alertify) {
// VaccumSettings Collection to display all settings parameters as Grid // VacuumSettings Collection to display all settings parameters as Grid
var VacuumCollectionControl = Backform.VacuumCollectionControl = var VacuumCollectionControl = Backform.VacuumCollectionControl =
Backform.Control.extend({ Backform.Control.extend({
@ -198,7 +198,7 @@ function($, _, S, pgAdmin, pgBrowser, Backform, alertify) {
}), }),
deps: ['autovacuum_enabled'] deps: ['autovacuum_enabled']
},{ },{
id: 'toast_autovacuum', label: '{{ _("Custom auto-vaccum?") }}', id: 'toast_autovacuum', label: '{{ _("Custom auto-vacuum?") }}',
group: '{{ _("Toast Table") }}', mode: ['edit', 'create'], group: '{{ _("Toast Table") }}', mode: ['edit', 'create'],
type: 'switch', type: 'switch',
disabled: function(m) { disabled: function(m) {

View File

@ -16,22 +16,22 @@
{ {
"table": "table":
{ {
"autovacuum_vacuum_threshold": ["autovacuum_vacuum_threshold", "VACCUM base threshold", "integer"], "autovacuum_vacuum_threshold": ["autovacuum_vacuum_threshold", "VACUUM base threshold", "integer"],
"autovacuum_analyze_threshold": ["autovacuum_analyze_threshold", "ANALYZE base threshold", "integer"], "autovacuum_analyze_threshold": ["autovacuum_analyze_threshold", "ANALYZE base threshold", "integer"],
"autovacuum_vacuum_scale_factor": ["autovacuum_vacuum_scale_factor", "VACCUM scale factor", "number"], "autovacuum_vacuum_scale_factor": ["autovacuum_vacuum_scale_factor", "VACUUM scale factor", "number"],
"autovacuum_analyze_scale_factor": ["autovacuum_analyze_scale_factor", "ANALYZE scale factor", "number"], "autovacuum_analyze_scale_factor": ["autovacuum_analyze_scale_factor", "ANALYZE scale factor", "number"],
"autovacuum_vacuum_cost_delay": ["autovacuum_vacuum_cost_delay", "VACCUM cost delay", "integer"], "autovacuum_vacuum_cost_delay": ["autovacuum_vacuum_cost_delay", "VACUUM cost delay", "integer"],
"autovacuum_vacuum_cost_limit": ["autovacuum_vacuum_cost_limit", "VACCUM cost limit", "integer"], "autovacuum_vacuum_cost_limit": ["autovacuum_vacuum_cost_limit", "VACUUM cost limit", "integer"],
"autovacuum_freeze_max_age": ["autovacuum_freeze_max_age", "FREEZE maximum age", "integer"], "autovacuum_freeze_max_age": ["autovacuum_freeze_max_age", "FREEZE maximum age", "integer"],
"vacuum_freeze_min_age": ["autovacuum_freeze_min_age", "FREEZE minimum age", "integer"], "vacuum_freeze_min_age": ["autovacuum_freeze_min_age", "FREEZE minimum age", "integer"],
"vacuum_freeze_table_age": ["autovacuum_freeze_table_age", "FREEZE table age", "integer"] "vacuum_freeze_table_age": ["autovacuum_freeze_table_age", "FREEZE table age", "integer"]
}, },
"toast": "toast":
{ {
"autovacuum_vacuum_threshold": ["autovacuum_vacuum_threshold", "VACCUM base threshold", "integer"], "autovacuum_vacuum_threshold": ["autovacuum_vacuum_threshold", "VACUUM base threshold", "integer"],
"autovacuum_vacuum_scale_factor": ["autovacuum_vacuum_scale_factor", "VACCUM scale factor", "number"], "autovacuum_vacuum_scale_factor": ["autovacuum_vacuum_scale_factor", "VACUUM scale factor", "number"],
"autovacuum_vacuum_cost_delay": ["autovacuum_vacuum_cost_delay", "VACCUM cost delay", "integer"], "autovacuum_vacuum_cost_delay": ["autovacuum_vacuum_cost_delay", "VACUUM cost delay", "integer"],
"autovacuum_vacuum_cost_limit": ["autovacuum_vacuum_cost_limit", "VACCUM cost limit", "integer"], "autovacuum_vacuum_cost_limit": ["autovacuum_vacuum_cost_limit", "VACUUM cost limit", "integer"],
"autovacuum_freeze_max_age": ["autovacuum_freeze_max_age", "FREEZE maximum age", "integer"], "autovacuum_freeze_max_age": ["autovacuum_freeze_max_age", "FREEZE maximum age", "integer"],
"vacuum_freeze_min_age": ["autovacuum_freeze_min_age", "FREEZE minimum age", "integer"], "vacuum_freeze_min_age": ["autovacuum_freeze_min_age", "FREEZE minimum age", "integer"],
"vacuum_freeze_table_age": ["autovacuum_freeze_table_age", "FREEZE table age", "integer"] "vacuum_freeze_table_age": ["autovacuum_freeze_table_age", "FREEZE table age", "integer"]

View File

@ -165,7 +165,7 @@ RESET(
{% endfor %} {% endfor %}
); );
{% endif %} {% endif %}
{% endif %}{# ===== End check for custom autovaccum ===== #} {% endif %}{# ===== End check for custom autovacuum ===== #}
{% endif %}{# ===== End block for check data definition ===== #} {% endif %}{# ===== End block for check data definition ===== #}
{% set old_comment = o_data.comment|default('', true) %} {% set old_comment = o_data.comment|default('', true) %}
{% if (data.comment is defined and (data.comment != old_comment)) %} {% if (data.comment is defined and (data.comment != old_comment)) %}

View File

@ -165,7 +165,7 @@ RESET(
{% endfor %} {% endfor %}
); );
{% endif %} {% endif %}
{% endif %}{# ===== End check for custom autovaccum ===== #} {% endif %}{# ===== End check for custom autovacuum ===== #}
{% endif %}{# ===== End block for check data definition ===== #} {% endif %}{# ===== End block for check data definition ===== #}
{% set old_comment = o_data.comment|default('', true) %} {% set old_comment = o_data.comment|default('', true) %}
{% if (data.comment is defined and (data.comment != old_comment)) %} {% if (data.comment is defined and (data.comment != old_comment)) %}

View File

@ -165,7 +165,7 @@ RESET(
{% endfor %} {% endfor %}
); );
{% endif %} {% endif %}
{% endif %}{# ===== End check for custom autovaccum ===== #} {% endif %}{# ===== End check for custom autovacuum ===== #}
{% endif %}{# ===== End block for check data definition ===== #} {% endif %}{# ===== End block for check data definition ===== #}
{% set old_comment = o_data.comment|default('', true) %} {% set old_comment = o_data.comment|default('', true) %}
{% if (data.comment is defined and (data.comment != old_comment)) %} {% if (data.comment is defined and (data.comment != old_comment)) %}

View File

@ -4005,7 +4005,7 @@ msgid "Default value"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:201 #: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:201
msgid "Custom auto-vaccum?" msgid "Custom auto-vacuum?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:202 #: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:202

View File

@ -3449,7 +3449,7 @@ msgid "Default value"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:201 #: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:201
msgid "Custom auto-vaccum?" msgid "Custom auto-vacuum?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:202 #: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:202

View File

@ -4007,7 +4007,7 @@ msgid "Default value"
msgstr "默认值" msgstr "默认值"
#: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:201 #: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:201
msgid "Custom auto-vaccum?" msgid "Custom auto-vacuum?"
msgstr "自定义 AUTO VACUUM" msgstr "自定义 AUTO VACUUM"
#: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:202 #: pgadmin/browser/server_groups/servers/databases/schemas/templates/schema/js/schema.js:202