Further missing translation fixes. Stats now:

1481 of 1831 messages (80%) translated in pgadmin/translations/de/LC_MESSAGES/messages.po
1694 of 1831 messages (92%) translated in pgadmin/translations/ja/LC_MESSAGES/messages.po
1748 of 1831 messages (95%) translated in pgadmin/translations/pl/LC_MESSAGES/messages.po
1750 of 1831 messages (95%) translated in pgadmin/translations/ru/LC_MESSAGES/messages.po
1436 of 1831 messages (78%) translated in pgadmin/translations/zh/LC_MESSAGES/messages.po
This commit is contained in:
Alexander Lakhin
2017-11-06 19:49:11 -05:00
committed by Dave Page
parent 2be418706d
commit 187ab22d90
37 changed files with 2676 additions and 508 deletions

View File

@@ -257,7 +257,7 @@ define('pgadmin.node.cast', [
id: 'syscast', label: gettext('System cast?'), id: 'syscast', label: gettext('System cast?'),
cell: 'switch', type: 'switch', mode: ['properties'], disabled: true, cell: 'switch', type: 'switch', mode: ['properties'], disabled: true,
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -194,7 +194,7 @@ define('pgadmin.node.extension', [
id: 'relocatable', label: gettext('Relocatable?'), cell: 'switch', id: 'relocatable', label: gettext('Relocatable?'), cell: 'switch',
group: gettext('Definition'), type: 'switch', mode: ['properties'], group: gettext('Definition'), type: 'switch', mode: ['properties'],
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -126,7 +126,7 @@ define('pgadmin.node.language', [
},{ },{
id: 'trusted', label: gettext('Trusted?'), type: 'switch', id: 'trusted', label: gettext('Trusted?'), type: 'switch',
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
}, },

View File

@@ -167,7 +167,7 @@ define('pgadmin.node.domain', [
id: 'sysdomain', label: gettext('System domain?'), cell: 'boolean', id: 'sysdomain', label: gettext('System domain?'), cell: 'boolean',
type: 'switch', mode: ['properties'], type: 'switch', mode: ['properties'],
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }
@@ -246,7 +246,7 @@ define('pgadmin.node.domain', [
id: 'typnotnull', label: gettext('Not Null?'), cell: 'boolean', id: 'typnotnull', label: gettext('Not Null?'), cell: 'boolean',
type: 'switch', group: gettext('Definition'), type: 'switch', group: gettext('Definition'),
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -265,7 +265,7 @@ define('pgadmin.node.function', [
id: 'proisstrict', label: gettext('Strict?'), type: 'switch', id: 'proisstrict', label: gettext('Strict?'), type: 'switch',
group: gettext('Options'), disabled: 'isDisabled', group: gettext('Options'), disabled: 'isDisabled',
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -203,7 +203,7 @@ define('pgadmin.node.trigger_function', [
id: 'proisstrict', label: gettext('Strict?'), type: 'switch', id: 'proisstrict', label: gettext('Strict?'), type: 'switch',
disabled: 'isDisabled', group: gettext('Options'), disabled: 'isDisabled', group: gettext('Options'),
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -173,7 +173,7 @@ define('pgadmin.node.sequence', [
id: 'cycled', label: gettext('Cycled'), type: 'switch', id: 'cycled', label: gettext('Cycled'), type: 'switch',
mode: ['properties', 'create', 'edit'], group: gettext('Definition'), mode: ['properties', 'create', 'edit'], group: gettext('Definition'),
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -177,7 +177,7 @@ define('pgadmin.node.synonym', [
},{ },{
id: 'is_public_synonym', label: gettext('Public synonym?'), id: 'is_public_synonym', label: gettext('Public synonym?'),
disabled: true, type: 'switch', mode: ['properties'], cell: 'switch', disabled: true, type: 'switch', mode: ['properties'], cell: 'switch',
options: { onText: 'Yes', offText: 'No', onColor: 'success', options: { onText: gettext('Yes'), offText: gettext('No'), onColor: 'success',
offColor: 'primary', size: 'mini'} offColor: 'primary', size: 'mini'}
} }
], ],

View File

@@ -499,7 +499,7 @@ define('pgadmin.node.column', [
id: 'attnotnull', label: gettext('Not NULL?'), cell: 'switch', id: 'attnotnull', label: gettext('Not NULL?'), cell: 'switch',
type: 'switch', disabled: 'inSchemaWithColumnCheck', cellHeaderClasses:'width_percent_20', type: 'switch', disabled: 'inSchemaWithColumnCheck', cellHeaderClasses:'width_percent_20',
group: gettext('Definition'), editable: 'editable_check_for_table', group: gettext('Definition'), editable: 'editable_check_for_table',
options: { onText: 'Yes', offText: 'No', onColor: 'success', offColor: 'primary' } options: { onText: gettext('Yes'), offText: gettext('No'), onColor: 'success', offColor: 'primary' }
},{ },{
id: 'attstattarget', label: gettext('Statistics'), cell: 'string', id: 'attstattarget', label: gettext('Statistics'), cell: 'string',
type: 'text', disabled: 'inSchemaWithColumnCheck', mode: ['properties', 'edit'], type: 'text', disabled: 'inSchemaWithColumnCheck', mode: ['properties', 'edit'],

View File

@@ -936,13 +936,13 @@ function(gettext, url_for, $, _, S, pgAdmin, pgBrowser, Backform, alertify) {
} }
else { else {
alertify.alert( alertify.alert(
'Error fetching tables to be attached', res.data.result gettext('Error fetching tables to be attached'), res.data.result
); );
} }
}, },
error: function(e) { error: function(e) {
var errmsg = $.parseJSON(e.responseText); var errmsg = $.parseJSON(e.responseText);
alertify.alert('Error fetching tables to be attached.', errmsg.errormsg); alertify.alert(gettext('Error fetching tables to be attached'), errmsg.errormsg);
} }
}); });
} }

View File

@@ -242,7 +242,7 @@ function(gettext, $, _, pgBrowser, Backform, Backgrid) {
id: 'oid', label: gettext('OID'), type: 'text' id: 'oid', label: gettext('OID'), type: 'text'
},{ },{
id: 'is_attach', label:gettext('Operation'), cell: 'switch', id: 'is_attach', label:gettext('Operation'), cell: 'switch',
type: 'switch', options: { 'onText': 'Attach', 'offText': 'Create'}, type: 'switch', options: { 'onText': gettext('Attach'), 'offText': gettext('Create')},
cellHeaderClasses: 'width_percent_5', cellHeaderClasses: 'width_percent_5',
editable: function(m) { editable: function(m) {
if (m instanceof Backbone.Model && m.isNew() && !m.top.isNew()) if (m instanceof Backbone.Model && m.isNew() && !m.top.isNew())

View File

@@ -979,13 +979,13 @@ define('pgadmin.node.table', [
} }
else { else {
alertify.alert( alertify.alert(
'Error fetching tables to be attached', res.data.result gettext('Error fetching tables to be attached'), res.data.result
); );
} }
}, },
error: function(e) { error: function(e) {
var errmsg = $.parseJSON(e.responseText); var errmsg = $.parseJSON(e.responseText);
alertify.alert('Error fetching tables to be attached.', errmsg.errormsg); alertify.alert(gettext('Error fetching tables to be attached'), errmsg.errormsg);
} }
}); });
} }

View File

@@ -292,18 +292,18 @@ define('pgadmin.node.mview', [
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
if (res.success == 1) { if (res.success == 1) {
alertify.success('View refreshed successfully'); alertify.success(gettext('View refreshed successfully'));
} }
else { else {
alertify.alert( alertify.alert(
'Error refreshing view', gettext('Error refreshing view'),
res.data.result res.data.result
); );
} }
}, },
error: function(e) { error: function(e) {
var errmsg = $.parseJSON(e.responseText); var errmsg = $.parseJSON(e.responseText);
alertify.alert('Error refreshing view', errmsg.errormsg); alertify.alert(gettext('Error refreshing view'), errmsg.errormsg);
} }
}); });

View File

@@ -393,7 +393,7 @@ define('pgadmin.node.database', [
editable: false, type: 'switch', group: gettext('Definition'), editable: false, type: 'switch', group: gettext('Definition'),
mode: ['properties'], disabled: true, mode: ['properties'], disabled: true,
options: { options: {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'onColor': 'success', 'offColor': 'primary', 'onColor': 'success', 'offColor': 'primary',
'size': 'small' 'size': 'small'
} }

View File

@@ -64,7 +64,7 @@ define('pgadmin.node.role', [
}); });
var switchOptions = { var switchOptions = {
'onText': 'Yes', 'offText': 'No', 'onText': gettext('Yes'), 'offText': gettext('No'),
'size': 'mini' 'size': 'mini'
}; };

View File

@@ -645,7 +645,7 @@ define('pgadmin.node.server', [
},{ },{
id: 'connected', label: gettext('Connected?'), type: 'switch', id: 'connected', label: gettext('Connected?'), type: 'switch',
mode: ['properties'], group: gettext('Connection'), 'options': { mode: ['properties'], group: gettext('Connection'), 'options': {
'onText': 'True', 'offText': 'False', 'onColor': 'success', 'onText': gettext('True'), 'offText': gettext('False'), 'onColor': 'success',
'offColor': 'danger', 'size': 'small' 'offColor': 'danger', 'size': 'small'
} }
},{ },{
@@ -725,7 +725,7 @@ define('pgadmin.node.server', [
},{ },{
id: 'sslcompression', label: gettext('SSL compression?'), type: 'switch', id: 'sslcompression', label: gettext('SSL compression?'), type: 'switch',
mode: ['edit', 'create'], group: gettext('SSL'), mode: ['edit', 'create'], group: gettext('SSL'),
'options': { 'onText': 'True', 'offText': 'False', 'options': { 'onText': gettext('True'), 'offText': gettext('False'),
'onColor': 'success', 'offColor': 'danger', 'size': 'small'}, 'onColor': 'success', 'offColor': 'danger', 'size': 'small'},
deps: ['sslmode'], disabled: 'isSSL' deps: ['sslmode'], disabled: 'isSSL'
},{ },{
@@ -763,7 +763,7 @@ define('pgadmin.node.server', [
},{ },{
id: 'sslcompression', label: gettext('SSL compression?'), type: 'switch', id: 'sslcompression', label: gettext('SSL compression?'), type: 'switch',
mode: ['properties'], group: gettext('SSL'), mode: ['properties'], group: gettext('SSL'),
'options': { 'onText': 'True', 'offText': 'False', 'options': { 'onText': gettext('True'), 'offText': gettext('False'),
'onColor': 'success', 'offColor': 'danger', 'size': 'small'}, 'onColor': 'success', 'offColor': 'danger', 'size': 'small'},
deps: ['sslmode'], visible: function(m) { deps: ['sslmode'], visible: function(m) {
var sslmode = m.get('sslmode'); var sslmode = m.get('sslmode');

View File

@@ -627,7 +627,7 @@ define(
if (!(_.isFunction(obj.canDropCascade) ? if (!(_.isFunction(obj.canDropCascade) ?
obj.canDropCascade.apply(obj, [d, i]) : obj.canDropCascade)) { obj.canDropCascade.apply(obj, [d, i]) : obj.canDropCascade)) {
Alertify.error( Alertify.error(
S('The %s "%s" cannot be dropped!') S( gettext('The %s "%s" cannot be dropped.'))
.sprintf(obj.label, d.label).value(), .sprintf(obj.label, d.label).value(),
10 10
); );
@@ -641,7 +641,7 @@ define(
if (!(_.isFunction(obj.canDrop) ? if (!(_.isFunction(obj.canDrop) ?
obj.canDrop.apply(obj, [d, i]) : obj.canDrop)) { obj.canDrop.apply(obj, [d, i]) : obj.canDrop)) {
Alertify.error( Alertify.error(
S('The %s "%s" cannot be dropped!') S( gettext('The %s "%s" cannot be dropped.'))
.sprintf(obj.label, d.label).value(), .sprintf(obj.label, d.label).value(),
10 10
); );

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-05 08:29-0500\n" "POT-Creation-Date: 2017-11-06 19:46-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -874,6 +874,55 @@ msgstr ""
msgid "System cast?" msgid "System cast?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/static/js/backform.pgadmin.js:425
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "Yes"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/static/js/backform.pgadmin.js:426
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "No"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265 #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265
#: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97 #: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226 #: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
@@ -2997,27 +3046,6 @@ msgstr ""
msgid "Primary key?" msgid "Primary key?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "Yes"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "No"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348
msgid "Inherited from table" msgid "Inherited from table"
msgstr "" msgstr ""
@@ -3783,6 +3811,13 @@ msgstr ""
msgid "Are you sure you wish to detach this partition?" msgid "Are you sure you wish to detach this partition?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:939
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:945
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:982
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:988
msgid "Error fetching tables to be attached"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978
msgid "" msgid ""
"The control above is used to Create/Attach/Detach " "The control above is used to Create/Attach/Detach "
@@ -3914,6 +3949,17 @@ msgstr ""
msgid "Operation" msgid "Operation"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
msgid "Attach"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261
msgid "From" msgid "From"
msgstr "" msgstr ""
@@ -4756,6 +4802,15 @@ msgstr ""
msgid "Please enter view definition." msgid "Please enter view definition."
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:295
msgid "View refreshed successfully"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:299
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:306
msgid "Error refreshing view"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80
@@ -4792,6 +4847,7 @@ msgstr ""
#: pgadmin/dashboard/static/js/dashboard.js:624 #: pgadmin/dashboard/static/js/dashboard.js:624
#: pgadmin/dashboard/static/js/dashboard.js:723 #: pgadmin/dashboard/static/js/dashboard.js:723
#: pgadmin/dashboard/static/js/dashboard.js:790 #: pgadmin/dashboard/static/js/dashboard.js:790
#: pgadmin/misc/depends/static/js/depends.js:233
msgid "Database" msgid "Database"
msgstr "" msgstr ""
@@ -6323,6 +6379,24 @@ msgstr ""
msgid "Connection" msgid "Connection"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
#: pgadmin/static/js/backgrid.pgadmin.js:457
msgid "True"
msgstr ""
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
#: pgadmin/static/js/backgrid.pgadmin.js:458
msgid "False"
msgstr ""
#: pgadmin/browser/server_groups/servers/static/js/server.js:655 #: pgadmin/browser/server_groups/servers/static/js/server.js:655
msgid "Connect now?" msgid "Connect now?"
msgstr "" msgstr ""
@@ -6658,6 +6732,7 @@ msgid "Server Group..."
msgstr "" msgstr ""
#: pgadmin/browser/static/js/browser.js:25 #: pgadmin/browser/static/js/browser.js:25
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "Please select an object in the tree view." msgid "Please select an object in the tree view."
msgstr "" msgstr ""
@@ -6669,12 +6744,6 @@ msgstr ""
msgid "Dependents" msgid "Dependents"
msgstr "" msgstr ""
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr ""
#: pgadmin/browser/static/js/browser.js:315 #: pgadmin/browser/static/js/browser.js:315
msgid "No object selected" msgid "No object selected"
msgstr "" msgstr ""
@@ -6781,6 +6850,11 @@ msgstr ""
msgid "DROP CASCADE %s?" msgid "DROP CASCADE %s?"
msgstr "" msgstr ""
#: pgadmin/browser/static/js/node.js:630 pgadmin/browser/static/js/node.js:644
#, python-format
msgid "The %s \"%s\" cannot be dropped."
msgstr ""
#: pgadmin/browser/static/js/node.js:637 #: pgadmin/browser/static/js/node.js:637
#, python-format #, python-format
msgid "Are you sure you want to drop %s \"%s\"?" msgid "Are you sure you want to drop %s \"%s\"?"
@@ -7460,6 +7534,11 @@ msgstr ""
msgid "Execution time" msgid "Execution time"
msgstr "" msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:235
#: pgadmin/misc/depends/static/js/depends.js:236
msgid "Restriction"
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:277 #: pgadmin/misc/depends/static/js/depends.js:277
#: pgadmin/misc/sql/static/js/sql.js:124 #: pgadmin/misc/sql/static/js/sql.js:124
#: pgadmin/misc/statistics/static/js/statistics.js:271 #: pgadmin/misc/statistics/static/js/statistics.js:271
@@ -7472,6 +7551,29 @@ msgstr ""
msgid "Failed to retrieve data from the server." msgid "Failed to retrieve data from the server."
msgstr "" msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:313
#: pgadmin/tools/datagrid/static/js/datagrid.js:125
#: pgadmin/tools/datagrid/static/js/datagrid.js:178
#: pgadmin/tools/datagrid/static/js/datagrid.js:430
msgid "No object selected."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:313
msgid "No dependent information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:314
msgid "Fetching dependent information from the server..."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "No dependency information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:358
msgid "Fetching dependency information from the server..."
msgstr ""
#: pgadmin/misc/file_manager/__init__.py:170 #: pgadmin/misc/file_manager/__init__.py:170
msgid "Maximum file upload size (MB)" msgid "Maximum file upload size (MB)"
msgstr "" msgstr ""
@@ -7608,16 +7710,6 @@ msgstr ""
msgid "No SQL could be generated for the selected object." msgid "No SQL could be generated for the selected object."
msgstr "" msgstr ""
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
msgid "True"
msgstr ""
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
msgid "False"
msgstr ""
#: pgadmin/misc/statistics/static/js/statistics.js:184 #: pgadmin/misc/statistics/static/js/statistics.js:184
msgid "No statistics are available for the selected object." msgid "No statistics are available for the selected object."
msgstr "" msgstr ""
@@ -7694,6 +7786,10 @@ msgstr ""
msgid "Note" msgid "Note"
msgstr "" msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:348
msgid "This object is not user editable."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:388 #: pgadmin/static/js/backgrid.pgadmin.js:388
msgid "Are you sure you wish to delete this row?" msgid "Are you sure you wish to delete this row?"
msgstr "" msgstr ""
@@ -7702,6 +7798,10 @@ msgstr ""
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:421
msgid "This object cannot be deleted."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:812 #: pgadmin/static/js/backgrid.pgadmin.js:812
msgid "Array Values" msgid "Array Values"
msgstr "" msgstr ""
@@ -8109,10 +8209,28 @@ msgstr ""
msgid "View/Edit Data" msgid "View/Edit Data"
msgstr "" msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:124
#: pgadmin/tools/datagrid/static/js/datagrid.js:177
msgid "Data Grid Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:292
#: pgadmin/tools/datagrid/static/js/datagrid.js:299
msgid "Validation Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:368 #: pgadmin/tools/datagrid/static/js/datagrid.js:368
msgid "Edit Data - " msgid "Edit Data - "
msgstr "" msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:415
msgid "Query Tool Initialization Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:429
msgid "Query Tool Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:479 #: pgadmin/tools/datagrid/static/js/datagrid.js:479
msgid "Query - " msgid "Query - "
msgstr "" msgstr ""
@@ -8422,6 +8540,7 @@ msgstr ""
#: pgadmin/tools/debugger/__init__.py:1573 #: pgadmin/tools/debugger/__init__.py:1573
#: pgadmin/tools/debugger/__init__.py:1598 #: pgadmin/tools/debugger/__init__.py:1598
#: pgadmin/tools/debugger/__init__.py:1614 #: pgadmin/tools/debugger/__init__.py:1614
#: pgadmin/tools/debugger/static/js/direct.js:1481
#: pgadmin/tools/sqleditor/__init__.py:292 #: pgadmin/tools/sqleditor/__init__.py:292
#: pgadmin/tools/sqleditor/__init__.py:465 #: pgadmin/tools/sqleditor/__init__.py:465
#: pgadmin/tools/sqleditor/__init__.py:1148 #: pgadmin/tools/sqleditor/__init__.py:1148
@@ -8480,10 +8599,55 @@ msgstr ""
msgid "Set breakpoint" msgid "Set breakpoint"
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger.js:436
#: pgadmin/tools/debugger/static/js/debugger_ui.js:672
msgid "Debugger Target Initialization Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger.js:447
#: pgadmin/tools/debugger/static/js/direct.js:54
#: pgadmin/tools/debugger/static/js/direct.js:116
#: pgadmin/tools/debugger/static/js/direct.js:123
#: pgadmin/tools/debugger/static/js/direct.js:151
#: pgadmin/tools/debugger/static/js/direct.js:158
#: pgadmin/tools/debugger/static/js/direct.js:194
#: pgadmin/tools/debugger/static/js/direct.js:201
#: pgadmin/tools/debugger/static/js/direct.js:236
#: pgadmin/tools/debugger/static/js/direct.js:243
#: pgadmin/tools/debugger/static/js/direct.js:271
#: pgadmin/tools/debugger/static/js/direct.js:278
#: pgadmin/tools/debugger/static/js/direct.js:403
#: pgadmin/tools/debugger/static/js/direct.js:410
#: pgadmin/tools/debugger/static/js/direct.js:591
#: pgadmin/tools/debugger/static/js/direct.js:652
#: pgadmin/tools/debugger/static/js/direct.js:700
#: pgadmin/tools/debugger/static/js/direct.js:707
#: pgadmin/tools/debugger/static/js/direct.js:738
#: pgadmin/tools/debugger/static/js/direct.js:745
#: pgadmin/tools/debugger/static/js/direct.js:775
#: pgadmin/tools/debugger/static/js/direct.js:782
#: pgadmin/tools/debugger/static/js/direct.js:827
#: pgadmin/tools/debugger/static/js/direct.js:834
#: pgadmin/tools/debugger/static/js/direct.js:899
#: pgadmin/tools/debugger/static/js/direct.js:906
#: pgadmin/tools/debugger/static/js/direct.js:964
#: pgadmin/tools/debugger/static/js/direct.js:1225
#: pgadmin/tools/debugger/static/js/direct.js:1256
#: pgadmin/tools/debugger/static/js/direct.js:1428
#: pgadmin/tools/debugger/static/js/direct.js:1449
#: pgadmin/tools/debugger/static/js/direct.js:1488
msgid "Debugger Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:89 #: pgadmin/tools/debugger/static/js/debugger_ui.js:89
msgid "Please enter a value for the parameter." msgid "Please enter a value for the parameter."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:214
#: pgadmin/tools/debugger/static/js/debugger_ui.js:711
msgid "Debugger Set Arguments Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:230 #: pgadmin/tools/debugger/static/js/debugger_ui.js:230
msgid "Null?" msgid "Null?"
msgstr "" msgstr ""
@@ -8496,14 +8660,108 @@ msgstr ""
msgid "Use Default?" msgid "Use Default?"
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:665
msgid "Debugger Set arguments error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:690
msgid "Debugger Listener Startup Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:55
msgid "Error while setting debugging breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:117
#: pgadmin/tools/debugger/static/js/direct.js:124
msgid "Error while fetching breakpoint information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:152
#: pgadmin/tools/debugger/static/js/direct.js:159
msgid "Error while starting debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:195
#: pgadmin/tools/debugger/static/js/direct.js:202
msgid "Error while executing requested debugging information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:237
#: pgadmin/tools/debugger/static/js/direct.js:244
msgid "Error while fetching variable information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:272
#: pgadmin/tools/debugger/static/js/direct.js:279
msgid "Error while fetching stack information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:385 #: pgadmin/tools/debugger/static/js/direct.js:385
msgid "Waiting for another session to invoke the target..." msgid "Waiting for another session to invoke the target..."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:404
#: pgadmin/tools/debugger/static/js/direct.js:411
#: pgadmin/tools/debugger/static/js/direct.js:592
#: pgadmin/tools/debugger/static/js/direct.js:653
msgid "Error while polling result."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:546
msgid "Debugger poll end execution error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:701
#: pgadmin/tools/debugger/static/js/direct.js:708
msgid "Error while executing continue in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:739
#: pgadmin/tools/debugger/static/js/direct.js:746
msgid "Error while executing step over in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:776
#: pgadmin/tools/debugger/static/js/direct.js:783
msgid "Error while executing step into in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:828
#: pgadmin/tools/debugger/static/js/direct.js:835
msgid "Error while executing stop in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:900
#: pgadmin/tools/debugger/static/js/direct.js:907
msgid "Error while toggling breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:965
msgid "Error while clearing all breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:996 #: pgadmin/tools/debugger/static/js/direct.js:996
msgid "Line No." msgid "Line No."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1226
msgid "Error while depositing variable value."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1257
msgid "Error while selecting frame."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1429
#: pgadmin/tools/debugger/static/js/direct.js:1450
msgid "Error while starting debugging listener."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1489
msgid "Error while fetching messages information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1558 #: pgadmin/tools/debugger/static/js/direct.js:1558
msgid "Local variables" msgid "Local variables"
msgstr "" msgstr ""
@@ -9206,27 +9464,91 @@ msgstr ""
msgid "Loading the existing filter options..." msgid "Loading the existing filter options..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2713
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2733
msgid "Get Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834
msgid "Applying the new filter..." msgid "Applying the new filter..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2782
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2792
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2803
msgid "Filter By Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2852
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2863
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2874
msgid "Filter Exclude Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887
msgid "Removing the filter..." msgid "Removing the filter..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2903
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2913
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2924
msgid "Remove Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938
msgid "Applying the filter..." msgid "Applying the filter..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2958
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2968
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2979
msgid "Apply Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076
msgid "Setting the limit on the result..." msgid "Setting the limit on the result..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3093
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3102
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3113
msgid "Change limit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153
msgid "Initializing query execution..." msgid "Initializing query execution..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3306
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3313
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3324
msgid "Cancel Query Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3358
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3362
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3373
msgid "Auto Rollback Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3397
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3401
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3412
msgid "Auto Commit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3441
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3447
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3479
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3485
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3516
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3522
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3552
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3558
msgid "Explain options error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448
msgid "Error occurred while setting verbose option in explain." msgid "Error occurred while setting verbose option in explain."
@@ -9247,6 +9569,10 @@ msgstr ""
msgid "Error occurred while setting timing option in explain." msgid "Error occurred while setting timing option in explain."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
msgid "Get Preferences error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
msgid "Error occurred while getting query tool options." msgid "Error occurred while getting query tool options."
msgstr "" msgstr ""
@@ -9330,10 +9656,22 @@ msgstr ""
msgid "Cannot delete currently logged in user." msgid "Cannot delete currently logged in user."
msgstr "" msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:307
msgid "Delete user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:308
msgid "Are you sure you wish to delete this user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:316 #: pgadmin/tools/user_management/static/js/user_management.js:316
msgid "Error during deleting user." msgid "Error during deleting user."
msgstr "" msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:326
msgid "This user cannot be deleted."
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:364 #: pgadmin/tools/user_management/static/js/user_management.js:364
msgid "Close" msgid "Close"
msgstr "" msgstr ""

View File

@@ -230,10 +230,10 @@ define('misc.depends', [
* it should be 'Restriction'. * it should be 'Restriction'.
*/ */
if (this.dependent && (node.type == 'tablespace' || node.type == 'role')) if (this.dependent && (node.type == 'tablespace' || node.type == 'role'))
this.dependentGrid.columns.models[2].set({'label': 'Database'}); this.dependentGrid.columns.models[2].set({'label': gettext('Database')});
else { else {
this.dependenciesGrid.columns.models[2].set({'label': 'Restriction'}); this.dependenciesGrid.columns.models[2].set({'label': gettext('Restriction')});
this.dependentGrid.columns.models[2].set({'label': 'Restriction'}); this.dependentGrid.columns.models[2].set({'label': gettext('Restriction')});
} }
// Hide message container and show grid container. // Hide message container and show grid container.
@@ -310,8 +310,8 @@ define('misc.depends', [
self.dependentCollection, self.dependentCollection,
self.dependentsPanels, self.dependentsPanels,
node.generate_url(item, 'dependent', data, true), node.generate_url(item, 'dependent', data, true),
['No object selected.', 'No dependent information is available for the current object.', [gettext('No object selected.'), gettext('No dependent information is available for the current object.'),
'Fetching dependent information from the server...'], gettext('Fetching dependent information from the server...')],
node, node,
item, item,
data._type data._type
@@ -354,8 +354,8 @@ define('misc.depends', [
self.dependenciesCollection, self.dependenciesCollection,
self.dependenciesPanels, self.dependenciesPanels,
node.generate_url(item, 'dependency', data, true), node.generate_url(item, 'dependency', data, true),
['Please select an object in the tree view.', 'No dependency information is available for the current object.', [gettext('Please select an object in the tree view.'), gettext('No dependency information is available for the current object.'),
'Fetching dependency information from the server...'], gettext('Fetching dependency information from the server...')],
node, node,
item, item,
data._type data._type

View File

@@ -422,8 +422,8 @@
defaults: { defaults: {
label: "", label: "",
options: { options: {
onText: 'Yes', onText: gettext('Yes'),
offText: 'No', offText: gettext('No'),
onColor: 'success', onColor: 'success',
offColor: 'primary', offColor: 'primary',
size: 'small' size: 'small'

View File

@@ -345,7 +345,7 @@
); );
} }
} else { } else {
Alertify.alert("This object is not editable by user", Alertify.alert(gettext("This object is not user editable."),
function(){ function(){
return true; return true;
}); });
@@ -418,7 +418,7 @@
} }
); );
} else { } else {
Alertify.alert("This object cannot be deleted", Alertify.alert(gettext("This object cannot be deleted."),
function(){ function(){
return true; return true;
} }
@@ -454,8 +454,8 @@
var SwitchCell = Backgrid.Extension.SwitchCell = Backgrid.BooleanCell.extend({ var SwitchCell = Backgrid.Extension.SwitchCell = Backgrid.BooleanCell.extend({
defaults: { defaults: {
options: _.defaults({ options: _.defaults({
onText: 'True', onText: gettext('True'),
offText: 'False', offText: gettext('False'),
onColor: 'success', onColor: 'success',
offColor: 'default', offColor: 'default',
size: 'mini' size: 'mini'

View File

@@ -121,8 +121,8 @@ define('pgadmin.datagrid', [
d = pgAdmin.Browser.tree.itemData(i); d = pgAdmin.Browser.tree.itemData(i);
if (d === undefined) { if (d === undefined) {
alertify.alert( alertify.alert(
'Data Grid Error', gettext('Data Grid Error'),
'No object selected.' gettext('No object selected.')
); );
return; return;
} }
@@ -174,8 +174,8 @@ define('pgadmin.datagrid', [
d = pgAdmin.Browser.tree.itemData(i); d = pgAdmin.Browser.tree.itemData(i);
if (d === undefined) { if (d === undefined) {
alertify.alert( alertify.alert(
'Data Grid Error', gettext('Data Grid Error'),
'No object selected.' gettext('No object selected.')
); );
return; return;
} }
@@ -289,14 +289,14 @@ define('pgadmin.datagrid', [
} }
else { else {
alertify.alert( alertify.alert(
'Validation Error', gettext('Validation Error'),
res.data.result res.data.result
); );
} }
}, },
error: function(e) { error: function(e) {
alertify.alert( alertify.alert(
'Validation Error', gettext('Validation Error'),
e e
); );
} }
@@ -412,7 +412,7 @@ define('pgadmin.datagrid', [
}, },
error: function(e) { error: function(e) {
alertify.alert( alertify.alert(
'SQL Tool Initialize Error' gettext('Query Tool Initialization Error')
); );
} }
}); });
@@ -426,8 +426,8 @@ define('pgadmin.datagrid', [
d = pgAdmin.Browser.tree.itemData(i); d = pgAdmin.Browser.tree.itemData(i);
if (d === undefined) { if (d === undefined) {
alertify.alert( alertify.alert(
'Query tool Error', gettext('Query Tool Error'),
'No object selected.' gettext('No object selected.')
); );
return; return;
} }

View File

@@ -433,7 +433,7 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger target Initialize Error', gettext('Debugger Target Initialization Error'),
e.responseJSON.errormsg e.responseJSON.errormsg
); );
} }
@@ -444,7 +444,7 @@ define([
try { try {
var err = $.parseJSON(xhr.responseText); var err = $.parseJSON(xhr.responseText);
if (err.success == 0) { if (err.success == 0) {
Alertify.alert('Debugger Error', err.errormsg); Alertify.alert(gettext('Debugger Error'), err.errormsg);
} }
} catch (e) {} } catch (e) {}
} }

View File

@@ -211,7 +211,7 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Set arguments error' gettext('Debugger Set Arguments Error')
); );
} }
}); });
@@ -662,14 +662,14 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Set arguments error' gettext('Debugger Set arguments error')
); );
} }
}); });
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger target Initialize Error', gettext('Debugger Target Initialization Error'),
e.responseJSON.errormsg e.responseJSON.errormsg
); );
} }
@@ -687,7 +687,7 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger listener starting error', gettext('Debugger Listener Startup Error'),
e.responseJSON.errormsg e.responseJSON.errormsg
); );
} }
@@ -708,7 +708,7 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Set arguments error' gettext('Debugger Set Arguments Error')
); );
} }
}); });

View File

@@ -51,8 +51,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while setting debugging breakpoint.' gettext('Error while setting debugging breakpoint.')
); );
} }
}); });
@@ -113,15 +113,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching breakpoint information.' gettext('Error while fetching breakpoint information.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching breakpoint information.' gettext('Error while fetching breakpoint information.')
); );
} }
}); });
@@ -148,15 +148,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while starting debugging session.' gettext('Error while starting debugging session.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while starting debugging session.' gettext('Error while starting debugging session.')
); );
} }
}); });
@@ -191,15 +191,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing requested debugging information.' gettext('Error while executing requested debugging information.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing requested debugging information.' gettext('Error while executing requested debugging information.')
); );
} }
}); });
@@ -233,15 +233,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching variable information.' gettext('Error while fetching variable information.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching variable information.' gettext('Error while fetching variable information.')
); );
} }
}); });
@@ -268,15 +268,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching stack information.' gettext('Error while fetching stack information.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching stack information.' gettext('Error while fetching stack information.')
); );
} }
}); });
@@ -400,15 +400,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while polling result.' gettext('Error while polling result.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while polling result.' gettext('Error while polling result.')
); );
} }
}); });
@@ -543,7 +543,7 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger poll end execution error', gettext('Debugger poll end execution error'),
res.data.result res.data.result
); );
} }
@@ -588,8 +588,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while polling result.' gettext('Error while polling result.')
); );
} }
}); });
@@ -649,8 +649,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while polling result.' gettext('Error while polling result.')
); );
} }
}); });
@@ -697,15 +697,15 @@ define([
} }
else { else {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing continue in debugging session.' gettext('Error while executing continue in debugging session.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing continue in debugging session.' gettext('Error while executing continue in debugging session.')
); );
} }
}); });
@@ -735,15 +735,15 @@ define([
} }
else { else {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing step over in debugging session.' gettext('Error while executing step over in debugging session.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing step over in debugging session.' gettext('Error while executing step over in debugging session.')
); );
} }
}); });
@@ -772,15 +772,15 @@ define([
} }
else { else {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing step into in debugging session.' gettext('Error while executing step into in debugging session.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing step into in debugging session.' gettext('Error while executing step into in debugging session.')
); );
} }
}); });
@@ -824,15 +824,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing stop in debugging session.' gettext('Error while executing stop in debugging session.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while executing stop in debugging session.' gettext('Error while executing stop in debugging session.')
); );
} }
}); });
@@ -896,15 +896,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while toggling breakpoint.' gettext('Error while toggling breakpoint.')
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while toggling breakpoint.' gettext('Error while toggling breakpoint.')
); );
} }
}); });
@@ -961,8 +961,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while clearing all breakpoint.' gettext('Error while clearing all breakpoint.')
); );
} }
}); });
@@ -1222,8 +1222,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while depositing variable value.' gettext('Error while depositing variable value.')
); );
} }
}); });
@@ -1253,8 +1253,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while selecting frame.' gettext('Error while selecting frame.')
); );
} }
}); });
@@ -1425,8 +1425,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while starting debugging listener.' gettext('Error while starting debugging listener.')
); );
} }
}); });
@@ -1446,8 +1446,8 @@ define([
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while starting debugging listener.' gettext('Error while starting debugging listener.')
); );
} }
}); });
@@ -1478,15 +1478,15 @@ define([
} }
else if (res.data.status === 'NotConnected') { else if (res.data.status === 'NotConnected') {
Alertify.alert( Alertify.alert(
'Not connected to server or connection with the server has been closed.', gettext('Not connected to server or connection with the server has been closed.'),
res.data.result res.data.result
); );
} }
}, },
error: function(e) { error: function(e) {
Alertify.alert( Alertify.alert(
'Debugger Error', gettext('Debugger Error'),
'Error while fetching messages information.' gettext('Error while fetching messages information.')
); );
} }
}); });

View File

@@ -2710,7 +2710,7 @@ define('tools.querytool', [
} else { } else {
setTimeout( setTimeout(
function () { function () {
alertify.alert('Get Filter Error', res.data.result); alertify.alert(gettext('Get Filter Error'), res.data.result);
}, 10 }, 10
); );
} }
@@ -2730,7 +2730,7 @@ define('tools.querytool', [
} }
setTimeout( setTimeout(
function () { function () {
alertify.alert('Get Filter Error', msg); alertify.alert(gettext('Get Filter Error'), msg);
}, 10 }, 10
); );
} }
@@ -2779,7 +2779,7 @@ define('tools.querytool', [
queryToolActions.executeQuery(self); queryToolActions.executeQuery(self);
} }
else { else {
alertify.alert('Filter By Selection Error', res.data.result); alertify.alert(gettext('Filter By Selection Error'), res.data.result);
} }
} }
); );
@@ -2789,7 +2789,7 @@ define('tools.querytool', [
setTimeout( setTimeout(
function () { function () {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Filter By Selection Error', alertify.alert(gettext('Filter By Selection Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -2800,7 +2800,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Filter By Selection Error', msg); alertify.alert(gettext('Filter By Selection Error'), msg);
}, 10 }, 10
); );
} }
@@ -2849,7 +2849,7 @@ define('tools.querytool', [
queryToolActions.executeQuery(self); queryToolActions.executeQuery(self);
} }
else { else {
alertify.alert('Filter Exclude Selection Error', res.data.result); alertify.alert(gettext('Filter Exclude Selection Error'), res.data.result);
} }
}, 10 }, 10
); );
@@ -2860,7 +2860,7 @@ define('tools.querytool', [
setTimeout( setTimeout(
function () { function () {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Filter Exclude Selection Error', alertify.alert(gettext('Filter Exclude Selection Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -2871,7 +2871,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Filter Exclude Selection Error', msg); alertify.alert(gettext('Filter Exclude Selection Error'), msg);
}, 10 }, 10
); );
} }
@@ -2900,7 +2900,7 @@ define('tools.querytool', [
queryToolActions.executeQuery(self); queryToolActions.executeQuery(self);
} }
else { else {
alertify.alert('Remove Filter Error', res.data.result); alertify.alert(gettext('Remove Filter Error'), res.data.result);
} }
} }
); );
@@ -2910,7 +2910,7 @@ define('tools.querytool', [
setTimeout( setTimeout(
function () { function () {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Remove Filter Error', alertify.alert(gettext('Remove Filter Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -2921,7 +2921,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Remove Filter Error', msg); alertify.alert(gettext('Remove Filter Error'), msg);
} }
); );
} }
@@ -2955,7 +2955,7 @@ define('tools.querytool', [
queryToolActions.executeQuery(self); queryToolActions.executeQuery(self);
} }
else { else {
alertify.alert('Apply Filter Error', res.data.result); alertify.alert(gettext('Apply Filter Error'), res.data.result);
} }
}, 10 }, 10
); );
@@ -2965,7 +2965,7 @@ define('tools.querytool', [
setTimeout( setTimeout(
function () { function () {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Apply Filter Error', alertify.alert(gettext('Apply Filter Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -2976,7 +2976,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Apply Filter Error', msg); alertify.alert(gettext('Apply Filter Error'), msg);
}, 10 }, 10
); );
} }
@@ -3090,7 +3090,7 @@ define('tools.querytool', [
queryToolActions.executeQuery(self); queryToolActions.executeQuery(self);
} }
else else
alertify.alert('Change limit Error', res.data.result); alertify.alert(gettext('Change limit Error'), res.data.result);
}, 10 }, 10
); );
}, },
@@ -3099,7 +3099,7 @@ define('tools.querytool', [
setTimeout( setTimeout(
function () { function () {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Change limit Error', alertify.alert(gettext('Change limit Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -3110,7 +3110,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Change limit Error', msg); alertify.alert(gettext('Change limit Error'), msg);
}, 10 }, 10
); );
} }
@@ -3303,14 +3303,14 @@ define('tools.querytool', [
} }
else { else {
self.disable_tool_buttons(false); self.disable_tool_buttons(false);
alertify.alert('Cancel Query Error', res.data.result); alertify.alert(gettext('Cancel Query Error'), res.data.result);
} }
}, },
error: function (e) { error: function (e) {
self.disable_tool_buttons(false); self.disable_tool_buttons(false);
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Cancel Query Error', alertify.alert(gettext('Cancel Query Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -3321,7 +3321,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Cancel Query Error', msg); alertify.alert(gettext('Cancel Query Error'), msg);
} }
}); });
}, },
@@ -3355,11 +3355,11 @@ define('tools.querytool', [
data: JSON.stringify(auto_rollback), data: JSON.stringify(auto_rollback),
success: function (res) { success: function (res) {
if (!res.data.status) if (!res.data.status)
alertify.alert('Auto Rollback Error', res.data.result); alertify.alert(gettext('Auto Rollback Error'), res.data.result);
}, },
error: function (e) { error: function (e) {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Auto Rollback Error', alertify.alert(gettext('Auto Rollback Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -3370,7 +3370,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Auto Rollback Error', msg); alertify.alert(gettext('Auto Rollback Error'), msg);
} }
}); });
}, },
@@ -3394,11 +3394,11 @@ define('tools.querytool', [
data: JSON.stringify(auto_commit), data: JSON.stringify(auto_commit),
success: function (res) { success: function (res) {
if (!res.data.status) if (!res.data.status)
alertify.alert('Auto Commit Error', res.data.result); alertify.alert(gettext('Auto Commit Error'), res.data.result);
}, },
error: function (e) { error: function (e) {
if (e.readyState == 0) { if (e.readyState == 0) {
alertify.alert('Auto Commit Error', alertify.alert(gettext('Auto Commit Error'),
gettext("Not connected to the server or the connection to the server has been closed.") gettext("Not connected to the server or the connection to the server has been closed.")
); );
return; return;
@@ -3409,7 +3409,7 @@ define('tools.querytool', [
e.responseJSON.errormsg != undefined) e.responseJSON.errormsg != undefined)
msg = e.responseJSON.errormsg; msg = e.responseJSON.errormsg;
alertify.alert('Auto Commit Error', msg); alertify.alert(gettext('Auto Commit Error'), msg);
} }
}); });
}, },
@@ -3438,13 +3438,13 @@ define('tools.querytool', [
data: JSON.stringify(data), data: JSON.stringify(data),
success: function (res) { success: function (res) {
if (res.success == undefined || !res.success) { if (res.success == undefined || !res.success) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting verbose option in explain.") gettext("Error occurred while setting verbose option in explain.")
); );
} }
}, },
error: function (e) { error: function (e) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting verbose option in explain.") gettext("Error occurred while setting verbose option in explain.")
); );
return; return;
@@ -3476,13 +3476,13 @@ define('tools.querytool', [
data: JSON.stringify(data), data: JSON.stringify(data),
success: function (res) { success: function (res) {
if (res.success == undefined || !res.success) { if (res.success == undefined || !res.success) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting costs option in explain.") gettext("Error occurred while setting costs option in explain.")
); );
} }
}, },
error: function (e) { error: function (e) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting costs option in explain.") gettext("Error occurred while setting costs option in explain.")
); );
} }
@@ -3513,13 +3513,13 @@ define('tools.querytool', [
data: JSON.stringify(data), data: JSON.stringify(data),
success: function (res) { success: function (res) {
if (res.success == undefined || !res.success) { if (res.success == undefined || !res.success) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting buffers option in explain.") gettext("Error occurred while setting buffers option in explain.")
); );
} }
}, },
error: function (e) { error: function (e) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting buffers option in explain.") gettext("Error occurred while setting buffers option in explain.")
); );
} }
@@ -3549,13 +3549,13 @@ define('tools.querytool', [
data: JSON.stringify(data), data: JSON.stringify(data),
success: function (res) { success: function (res) {
if (res.success == undefined || !res.success) { if (res.success == undefined || !res.success) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting timing option in explain.") gettext("Error occurred while setting timing option in explain.")
); );
} }
}, },
error: function (e) { error: function (e) {
alertify.alert('Explain options error', alertify.alert(gettext('Explain options error'),
gettext("Error occurred while setting timing option in explain.") gettext("Error occurred while setting timing option in explain.")
); );
} }
@@ -3653,7 +3653,7 @@ define('tools.querytool', [
}, },
error: function (e) { error: function (e) {
updateUI(); updateUI();
alertify.alert('Get Preferences error', alertify.alert(gettext('Get Preferences error'),
gettext("Error occurred while getting query tool options.") gettext("Error occurred while getting query tool options.")
); );
} }

View File

@@ -105,7 +105,7 @@ define([
},{ },{
id: 'active', label: gettext('Active'), id: 'active', label: gettext('Active'),
type: 'switch', cell: 'switch', cellHeaderClasses:'width_percent_10', type: 'switch', cell: 'switch', cellHeaderClasses:'width_percent_10',
options: { 'onText': 'Yes', 'offText': 'No'}, options: { 'onText': gettext('Yes'), 'offText': gettext('No')},
editable: function(m) { editable: function(m) {
if(m instanceof Backbone.Collection) { if(m instanceof Backbone.Collection) {
return true; return true;
@@ -304,8 +304,8 @@ define([
self.model.destroy(); self.model.destroy();
} else { } else {
alertify.confirm( alertify.confirm(
'Delete user?', gettext('Delete user?'),
'Are you sure you wish to delete this user?', gettext('Are you sure you wish to delete this user?'),
function(evt) { function(evt) {
self.model.destroy({ self.model.destroy({
wait: true, wait: true,
@@ -323,7 +323,7 @@ define([
); );
} }
} else { } else {
alertify.alert("This user cannot be deleted.", alertify.alert(gettext("This user cannot be deleted."),
function(){ function(){
return true; return true;
} }

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: pgAdmin 4\n" "Project-Id-Version: pgAdmin 4\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-05 08:29-0500\n" "POT-Creation-Date: 2017-11-06 19:46-0500\n"
"PO-Revision-Date: 2017-04-14 22:53+0200\n" "PO-Revision-Date: 2017-04-14 22:53+0200\n"
"Last-Translator: Jonas Thelemann\n" "Last-Translator: Jonas Thelemann\n"
"Language: de\n" "Language: de\n"
@@ -887,6 +887,55 @@ msgstr "Kontext"
msgid "System cast?" msgid "System cast?"
msgstr "Systemumwandlung?" msgstr "Systemumwandlung?"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/static/js/backform.pgadmin.js:425
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "Yes"
msgstr "Ja"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/static/js/backform.pgadmin.js:426
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "No"
msgstr "Nein"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265 #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265
#: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97 #: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226 #: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
@@ -3028,27 +3077,6 @@ msgstr "Spalte..."
msgid "Primary key?" msgid "Primary key?"
msgstr "Primärschlüssel?" msgstr "Primärschlüssel?"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "Yes"
msgstr "Ja"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "No"
msgstr "Nein"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348
msgid "Inherited from table" msgid "Inherited from table"
msgstr "Von Tabelle geerbt" msgstr "Von Tabelle geerbt"
@@ -3815,6 +3843,13 @@ msgstr ""
msgid "Are you sure you wish to detach this partition?" msgid "Are you sure you wish to detach this partition?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:939
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:945
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:982
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:988
msgid "Error fetching tables to be attached"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978
msgid "" msgid ""
"The control above is used to Create/Attach/Detach " "The control above is used to Create/Attach/Detach "
@@ -3946,6 +3981,17 @@ msgstr ""
msgid "Operation" msgid "Operation"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
msgid "Attach"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "Erstellen"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261
msgid "From" msgid "From"
msgstr "" msgstr ""
@@ -4793,6 +4839,15 @@ msgstr "Füllfaktor"
msgid "Please enter view definition." msgid "Please enter view definition."
msgstr "Bitte geben Sie die Ansichtsdefinition ein." msgstr "Bitte geben Sie die Ansichtsdefinition ein."
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:295
msgid "View refreshed successfully"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:299
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:306
msgid "Error refreshing view"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80
@@ -4829,6 +4884,7 @@ msgstr "Kaskadiert"
#: pgadmin/dashboard/static/js/dashboard.js:624 #: pgadmin/dashboard/static/js/dashboard.js:624
#: pgadmin/dashboard/static/js/dashboard.js:723 #: pgadmin/dashboard/static/js/dashboard.js:723
#: pgadmin/dashboard/static/js/dashboard.js:790 #: pgadmin/dashboard/static/js/dashboard.js:790
#: pgadmin/misc/depends/static/js/depends.js:233
msgid "Database" msgid "Database"
msgstr "Datenbank" msgstr "Datenbank"
@@ -6508,6 +6564,24 @@ msgstr "Verbunden?"
msgid "Connection" msgid "Connection"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
#: pgadmin/static/js/backgrid.pgadmin.js:457
msgid "True"
msgstr "Wahr"
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
#: pgadmin/static/js/backgrid.pgadmin.js:458
msgid "False"
msgstr "Falsch"
#: pgadmin/browser/server_groups/servers/static/js/server.js:655 #: pgadmin/browser/server_groups/servers/static/js/server.js:655
msgid "Connect now?" msgid "Connect now?"
msgstr "Jetzt verbinden?" msgstr "Jetzt verbinden?"
@@ -6845,6 +6919,7 @@ msgid "Server Group..."
msgstr "Servergruppe..." msgstr "Servergruppe..."
#: pgadmin/browser/static/js/browser.js:25 #: pgadmin/browser/static/js/browser.js:25
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "Please select an object in the tree view." msgid "Please select an object in the tree view."
msgstr "Bitte wählen Sie ein Objekt in der Baumansicht aus." msgstr "Bitte wählen Sie ein Objekt in der Baumansicht aus."
@@ -6856,12 +6931,6 @@ msgstr "Abhängigkeiten"
msgid "Dependents" msgid "Dependents"
msgstr "Abhängige Objekte" msgstr "Abhängige Objekte"
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "Erstellen"
#: pgadmin/browser/static/js/browser.js:315 #: pgadmin/browser/static/js/browser.js:315
msgid "No object selected" msgid "No object selected"
msgstr "Kein Objekt ausgewählt" msgstr "Kein Objekt ausgewählt"
@@ -6974,6 +7043,11 @@ msgstr ""
msgid "DROP CASCADE %s?" msgid "DROP CASCADE %s?"
msgstr "DROP CASCADE %s?" msgstr "DROP CASCADE %s?"
#: pgadmin/browser/static/js/node.js:630 pgadmin/browser/static/js/node.js:644
#, python-format
msgid "The %s \"%s\" cannot be dropped."
msgstr ""
#: pgadmin/browser/static/js/node.js:637 #: pgadmin/browser/static/js/node.js:637
#, python-format #, python-format
msgid "Are you sure you want to drop %s \"%s\"?" msgid "Are you sure you want to drop %s \"%s\"?"
@@ -7659,6 +7733,11 @@ msgstr "Sekunden"
msgid "Execution time" msgid "Execution time"
msgstr "Ausführungszeit" msgstr "Ausführungszeit"
#: pgadmin/misc/depends/static/js/depends.js:235
#: pgadmin/misc/depends/static/js/depends.js:236
msgid "Restriction"
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:277 #: pgadmin/misc/depends/static/js/depends.js:277
#: pgadmin/misc/sql/static/js/sql.js:124 #: pgadmin/misc/sql/static/js/sql.js:124
#: pgadmin/misc/statistics/static/js/statistics.js:271 #: pgadmin/misc/statistics/static/js/statistics.js:271
@@ -7671,6 +7750,29 @@ msgstr "Fehler beim Abrufen der Informationen - %s"
msgid "Failed to retrieve data from the server." msgid "Failed to retrieve data from the server."
msgstr "Fehler beim Abrufen von Daten vom Server." msgstr "Fehler beim Abrufen von Daten vom Server."
#: pgadmin/misc/depends/static/js/depends.js:313
#: pgadmin/tools/datagrid/static/js/datagrid.js:125
#: pgadmin/tools/datagrid/static/js/datagrid.js:178
#: pgadmin/tools/datagrid/static/js/datagrid.js:430
msgid "No object selected."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:313
msgid "No dependent information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:314
msgid "Fetching dependent information from the server..."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "No dependency information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:358
msgid "Fetching dependency information from the server..."
msgstr ""
#: pgadmin/misc/file_manager/__init__.py:170 #: pgadmin/misc/file_manager/__init__.py:170
msgid "Maximum file upload size (MB)" msgid "Maximum file upload size (MB)"
msgstr "Maximale Dateigröße (MB)" msgstr "Maximale Dateigröße (MB)"
@@ -7807,16 +7909,6 @@ msgstr ""
msgid "No SQL could be generated for the selected object." msgid "No SQL could be generated for the selected object."
msgstr "Für das ausgewählte Objekt konnte keine SQL generiert werden." msgstr "Für das ausgewählte Objekt konnte keine SQL generiert werden."
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
msgid "True"
msgstr "Wahr"
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
msgid "False"
msgstr "Falsch"
#: pgadmin/misc/statistics/static/js/statistics.js:184 #: pgadmin/misc/statistics/static/js/statistics.js:184
msgid "No statistics are available for the selected object." msgid "No statistics are available for the selected object."
msgstr "Für das ausgewählte Objekt stehen keine Statistiken zur Verfügung." msgstr "Für das ausgewählte Objekt stehen keine Statistiken zur Verfügung."
@@ -7894,6 +7986,10 @@ msgstr "Allgemein"
msgid "Note" msgid "Note"
msgstr "Hinweis" msgstr "Hinweis"
#: pgadmin/static/js/backgrid.pgadmin.js:348
msgid "This object is not user editable."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:388 #: pgadmin/static/js/backgrid.pgadmin.js:388
msgid "Are you sure you wish to delete this row?" msgid "Are you sure you wish to delete this row?"
msgstr "" msgstr ""
@@ -7902,6 +7998,10 @@ msgstr ""
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:421
msgid "This object cannot be deleted."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:812 #: pgadmin/static/js/backgrid.pgadmin.js:812
msgid "Array Values" msgid "Array Values"
msgstr "" msgstr ""
@@ -8319,10 +8419,28 @@ msgstr ""
msgid "View/Edit Data" msgid "View/Edit Data"
msgstr "" msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:124
#: pgadmin/tools/datagrid/static/js/datagrid.js:177
msgid "Data Grid Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:292
#: pgadmin/tools/datagrid/static/js/datagrid.js:299
msgid "Validation Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:368 #: pgadmin/tools/datagrid/static/js/datagrid.js:368
msgid "Edit Data - " msgid "Edit Data - "
msgstr "" msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:415
msgid "Query Tool Initialization Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:429
msgid "Query Tool Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:479 #: pgadmin/tools/datagrid/static/js/datagrid.js:479
msgid "Query - " msgid "Query - "
msgstr "" msgstr ""
@@ -8638,6 +8756,7 @@ msgstr ""
#: pgadmin/tools/debugger/__init__.py:1573 #: pgadmin/tools/debugger/__init__.py:1573
#: pgadmin/tools/debugger/__init__.py:1598 #: pgadmin/tools/debugger/__init__.py:1598
#: pgadmin/tools/debugger/__init__.py:1614 #: pgadmin/tools/debugger/__init__.py:1614
#: pgadmin/tools/debugger/static/js/direct.js:1481
#: pgadmin/tools/sqleditor/__init__.py:292 #: pgadmin/tools/sqleditor/__init__.py:292
#: pgadmin/tools/sqleditor/__init__.py:465 #: pgadmin/tools/sqleditor/__init__.py:465
#: pgadmin/tools/sqleditor/__init__.py:1148 #: pgadmin/tools/sqleditor/__init__.py:1148
@@ -8698,10 +8817,55 @@ msgstr "Testen"
msgid "Set breakpoint" msgid "Set breakpoint"
msgstr "Haltepunkt setzen" msgstr "Haltepunkt setzen"
#: pgadmin/tools/debugger/static/js/debugger.js:436
#: pgadmin/tools/debugger/static/js/debugger_ui.js:672
msgid "Debugger Target Initialization Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger.js:447
#: pgadmin/tools/debugger/static/js/direct.js:54
#: pgadmin/tools/debugger/static/js/direct.js:116
#: pgadmin/tools/debugger/static/js/direct.js:123
#: pgadmin/tools/debugger/static/js/direct.js:151
#: pgadmin/tools/debugger/static/js/direct.js:158
#: pgadmin/tools/debugger/static/js/direct.js:194
#: pgadmin/tools/debugger/static/js/direct.js:201
#: pgadmin/tools/debugger/static/js/direct.js:236
#: pgadmin/tools/debugger/static/js/direct.js:243
#: pgadmin/tools/debugger/static/js/direct.js:271
#: pgadmin/tools/debugger/static/js/direct.js:278
#: pgadmin/tools/debugger/static/js/direct.js:403
#: pgadmin/tools/debugger/static/js/direct.js:410
#: pgadmin/tools/debugger/static/js/direct.js:591
#: pgadmin/tools/debugger/static/js/direct.js:652
#: pgadmin/tools/debugger/static/js/direct.js:700
#: pgadmin/tools/debugger/static/js/direct.js:707
#: pgadmin/tools/debugger/static/js/direct.js:738
#: pgadmin/tools/debugger/static/js/direct.js:745
#: pgadmin/tools/debugger/static/js/direct.js:775
#: pgadmin/tools/debugger/static/js/direct.js:782
#: pgadmin/tools/debugger/static/js/direct.js:827
#: pgadmin/tools/debugger/static/js/direct.js:834
#: pgadmin/tools/debugger/static/js/direct.js:899
#: pgadmin/tools/debugger/static/js/direct.js:906
#: pgadmin/tools/debugger/static/js/direct.js:964
#: pgadmin/tools/debugger/static/js/direct.js:1225
#: pgadmin/tools/debugger/static/js/direct.js:1256
#: pgadmin/tools/debugger/static/js/direct.js:1428
#: pgadmin/tools/debugger/static/js/direct.js:1449
#: pgadmin/tools/debugger/static/js/direct.js:1488
msgid "Debugger Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:89 #: pgadmin/tools/debugger/static/js/debugger_ui.js:89
msgid "Please enter a value for the parameter." msgid "Please enter a value for the parameter."
msgstr "Bitte geben Sie einen Wert für den Parameter ein." msgstr "Bitte geben Sie einen Wert für den Parameter ein."
#: pgadmin/tools/debugger/static/js/debugger_ui.js:214
#: pgadmin/tools/debugger/static/js/debugger_ui.js:711
msgid "Debugger Set Arguments Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:230 #: pgadmin/tools/debugger/static/js/debugger_ui.js:230
msgid "Null?" msgid "Null?"
msgstr "" msgstr ""
@@ -8714,14 +8878,108 @@ msgstr ""
msgid "Use Default?" msgid "Use Default?"
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:665
msgid "Debugger Set arguments error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:690
msgid "Debugger Listener Startup Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:55
msgid "Error while setting debugging breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:117
#: pgadmin/tools/debugger/static/js/direct.js:124
msgid "Error while fetching breakpoint information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:152
#: pgadmin/tools/debugger/static/js/direct.js:159
msgid "Error while starting debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:195
#: pgadmin/tools/debugger/static/js/direct.js:202
msgid "Error while executing requested debugging information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:237
#: pgadmin/tools/debugger/static/js/direct.js:244
msgid "Error while fetching variable information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:272
#: pgadmin/tools/debugger/static/js/direct.js:279
msgid "Error while fetching stack information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:385 #: pgadmin/tools/debugger/static/js/direct.js:385
msgid "Waiting for another session to invoke the target..." msgid "Waiting for another session to invoke the target..."
msgstr "Warten, dass eine andere Sitzung das Ziel aufruft..." msgstr "Warten, dass eine andere Sitzung das Ziel aufruft..."
#: pgadmin/tools/debugger/static/js/direct.js:404
#: pgadmin/tools/debugger/static/js/direct.js:411
#: pgadmin/tools/debugger/static/js/direct.js:592
#: pgadmin/tools/debugger/static/js/direct.js:653
msgid "Error while polling result."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:546
msgid "Debugger poll end execution error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:701
#: pgadmin/tools/debugger/static/js/direct.js:708
msgid "Error while executing continue in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:739
#: pgadmin/tools/debugger/static/js/direct.js:746
msgid "Error while executing step over in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:776
#: pgadmin/tools/debugger/static/js/direct.js:783
msgid "Error while executing step into in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:828
#: pgadmin/tools/debugger/static/js/direct.js:835
msgid "Error while executing stop in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:900
#: pgadmin/tools/debugger/static/js/direct.js:907
msgid "Error while toggling breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:965
msgid "Error while clearing all breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:996 #: pgadmin/tools/debugger/static/js/direct.js:996
msgid "Line No." msgid "Line No."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1226
msgid "Error while depositing variable value."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1257
msgid "Error while selecting frame."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1429
#: pgadmin/tools/debugger/static/js/direct.js:1450
msgid "Error while starting debugging listener."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1489
msgid "Error while fetching messages information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1558 #: pgadmin/tools/debugger/static/js/direct.js:1558
msgid "Local variables" msgid "Local variables"
msgstr "Lokale Variablen" msgstr "Lokale Variablen"
@@ -9460,27 +9718,91 @@ msgstr "Datei erfolgreich gespeichert."
msgid "Loading the existing filter options..." msgid "Loading the existing filter options..."
msgstr "Laden der vorhandenen Filteroptionen..." msgstr "Laden der vorhandenen Filteroptionen..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2713
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2733
msgid "Get Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834
msgid "Applying the new filter..." msgid "Applying the new filter..."
msgstr "Wende den neuen Filter an ..." msgstr "Wende den neuen Filter an ..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2782
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2792
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2803
msgid "Filter By Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2852
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2863
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2874
msgid "Filter Exclude Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887
msgid "Removing the filter..." msgid "Removing the filter..."
msgstr "Filter entfernen..." msgstr "Filter entfernen..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2903
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2913
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2924
msgid "Remove Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938
msgid "Applying the filter..." msgid "Applying the filter..."
msgstr "Wende den Filter an ..." msgstr "Wende den Filter an ..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2958
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2968
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2979
msgid "Apply Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076
msgid "Setting the limit on the result..." msgid "Setting the limit on the result..."
msgstr "Setzen des Limits für das Ergebnis..." msgstr "Setzen des Limits für das Ergebnis..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3093
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3102
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3113
msgid "Change limit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153
msgid "Initializing query execution..." msgid "Initializing query execution..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3306
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3313
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3324
msgid "Cancel Query Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3358
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3362
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3373
msgid "Auto Rollback Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3397
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3401
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3412
msgid "Auto Commit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3441
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3447
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3479
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3485
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3516
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3522
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3552
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3558
msgid "Explain options error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448
msgid "Error occurred while setting verbose option in explain." msgid "Error occurred while setting verbose option in explain."
@@ -9501,6 +9823,10 @@ msgstr ""
msgid "Error occurred while setting timing option in explain." msgid "Error occurred while setting timing option in explain."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
msgid "Get Preferences error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
msgid "Error occurred while getting query tool options." msgid "Error occurred while getting query tool options."
msgstr "" msgstr ""
@@ -9584,10 +9910,22 @@ msgstr "Kann den Benutzer nicht löschen."
msgid "Cannot delete currently logged in user." msgid "Cannot delete currently logged in user."
msgstr "Kann den aktuell angemeldeten Benutzer nicht löschen." msgstr "Kann den aktuell angemeldeten Benutzer nicht löschen."
#: pgadmin/tools/user_management/static/js/user_management.js:307
msgid "Delete user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:308
msgid "Are you sure you wish to delete this user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:316 #: pgadmin/tools/user_management/static/js/user_management.js:316
msgid "Error during deleting user." msgid "Error during deleting user."
msgstr "Fehler beim Löschen des Benutzers." msgstr "Fehler beim Löschen des Benutzers."
#: pgadmin/tools/user_management/static/js/user_management.js:326
msgid "This user cannot be deleted."
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:364 #: pgadmin/tools/user_management/static/js/user_management.js:364
msgid "Close" msgid "Close"
msgstr "Schließen" msgstr "Schließen"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-05 08:29-0500\n" "POT-Creation-Date: 2017-11-06 19:46-0500\n"
"PO-Revision-Date: 2017-10-19 20:19+0900\n" "PO-Revision-Date: 2017-10-19 20:19+0900\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language: ja\n" "Language: ja\n"
@@ -877,6 +877,55 @@ msgstr "コンテキスト"
msgid "System cast?" msgid "System cast?"
msgstr "システムキャスト" msgstr "システムキャスト"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/static/js/backform.pgadmin.js:425
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "Yes"
msgstr "Yes"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/static/js/backform.pgadmin.js:426
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "No"
msgstr "No"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265 #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265
#: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97 #: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226 #: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
@@ -3004,27 +3053,6 @@ msgstr "カラム"
msgid "Primary key?" msgid "Primary key?"
msgstr "主キー" msgstr "主キー"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "Yes"
msgstr "Yes"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "No"
msgstr "No"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348
msgid "Inherited from table" msgid "Inherited from table"
msgstr "継承元" msgstr "継承元"
@@ -3790,6 +3818,13 @@ msgstr "パーティションキー"
msgid "Are you sure you wish to detach this partition?" msgid "Are you sure you wish to detach this partition?"
msgstr "パーティションを取り外しますか?" msgstr "パーティションを取り外しますか?"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:939
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:945
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:982
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:988
msgid "Error fetching tables to be attached"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978
msgid "" msgid ""
"The control above is used to Create/Attach/Detach " "The control above is used to Create/Attach/Detach "
@@ -3921,6 +3956,17 @@ msgstr "パーティションキー表現は必須です"
msgid "Operation" msgid "Operation"
msgstr "処理" msgstr "処理"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
msgid "Attach"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "作成"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261
msgid "From" msgid "From"
msgstr "" msgstr ""
@@ -4770,6 +4816,15 @@ msgstr "フィルファクタ"
msgid "Please enter view definition." msgid "Please enter view definition."
msgstr "ビュー定義を入力してください" msgstr "ビュー定義を入力してください"
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:295
msgid "View refreshed successfully"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:299
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:306
msgid "Error refreshing view"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80
@@ -4806,6 +4861,7 @@ msgstr "カスケード"
#: pgadmin/dashboard/static/js/dashboard.js:624 #: pgadmin/dashboard/static/js/dashboard.js:624
#: pgadmin/dashboard/static/js/dashboard.js:723 #: pgadmin/dashboard/static/js/dashboard.js:723
#: pgadmin/dashboard/static/js/dashboard.js:790 #: pgadmin/dashboard/static/js/dashboard.js:790
#: pgadmin/misc/depends/static/js/depends.js:233
msgid "Database" msgid "Database"
msgstr "データベース" msgstr "データベース"
@@ -6455,6 +6511,24 @@ msgstr "接続済"
msgid "Connection" msgid "Connection"
msgstr "接続" msgstr "接続"
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
#: pgadmin/static/js/backgrid.pgadmin.js:457
msgid "True"
msgstr "True"
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
#: pgadmin/static/js/backgrid.pgadmin.js:458
msgid "False"
msgstr "False"
#: pgadmin/browser/server_groups/servers/static/js/server.js:655 #: pgadmin/browser/server_groups/servers/static/js/server.js:655
msgid "Connect now?" msgid "Connect now?"
msgstr "いますぐ接続" msgstr "いますぐ接続"
@@ -6790,6 +6864,7 @@ msgid "Server Group..."
msgstr "サーバグループ..." msgstr "サーバグループ..."
#: pgadmin/browser/static/js/browser.js:25 #: pgadmin/browser/static/js/browser.js:25
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "Please select an object in the tree view." msgid "Please select an object in the tree view."
msgstr "ツリービューのオブジェクトを選択してください" msgstr "ツリービューのオブジェクトを選択してください"
@@ -6801,12 +6876,6 @@ msgstr "依存性"
msgid "Dependents" msgid "Dependents"
msgstr "依存" msgstr "依存"
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "作成"
#: pgadmin/browser/static/js/browser.js:315 #: pgadmin/browser/static/js/browser.js:315
msgid "No object selected" msgid "No object selected"
msgstr "オブジェクトが選択されていません" msgstr "オブジェクトが選択されていません"
@@ -6913,6 +6982,11 @@ msgstr "%s「%s」と関連するオブジェクトを削除しますか"
msgid "DROP CASCADE %s?" msgid "DROP CASCADE %s?"
msgstr "DROP CASCADE %s?" msgstr "DROP CASCADE %s?"
#: pgadmin/browser/static/js/node.js:630 pgadmin/browser/static/js/node.js:644
#, python-format
msgid "The %s \"%s\" cannot be dropped."
msgstr ""
#: pgadmin/browser/static/js/node.js:637 #: pgadmin/browser/static/js/node.js:637
#, python-format #, python-format
msgid "Are you sure you want to drop %s \"%s\"?" msgid "Are you sure you want to drop %s \"%s\"?"
@@ -7594,6 +7668,11 @@ msgstr "秒数"
msgid "Execution time" msgid "Execution time"
msgstr "実行時間" msgstr "実行時間"
#: pgadmin/misc/depends/static/js/depends.js:235
#: pgadmin/misc/depends/static/js/depends.js:236
msgid "Restriction"
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:277 #: pgadmin/misc/depends/static/js/depends.js:277
#: pgadmin/misc/sql/static/js/sql.js:124 #: pgadmin/misc/sql/static/js/sql.js:124
#: pgadmin/misc/statistics/static/js/statistics.js:271 #: pgadmin/misc/statistics/static/js/statistics.js:271
@@ -7606,6 +7685,29 @@ msgstr "情報取得エラー - %s"
msgid "Failed to retrieve data from the server." msgid "Failed to retrieve data from the server."
msgstr "サーバからデータを取得するのに失敗しました" msgstr "サーバからデータを取得するのに失敗しました"
#: pgadmin/misc/depends/static/js/depends.js:313
#: pgadmin/tools/datagrid/static/js/datagrid.js:125
#: pgadmin/tools/datagrid/static/js/datagrid.js:178
#: pgadmin/tools/datagrid/static/js/datagrid.js:430
msgid "No object selected."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:313
msgid "No dependent information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:314
msgid "Fetching dependent information from the server..."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "No dependency information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:358
msgid "Fetching dependency information from the server..."
msgstr ""
#: pgadmin/misc/file_manager/__init__.py:170 #: pgadmin/misc/file_manager/__init__.py:170
msgid "Maximum file upload size (MB)" msgid "Maximum file upload size (MB)"
msgstr "最大ファイルアップロードサイズ (MB)" msgstr "最大ファイルアップロードサイズ (MB)"
@@ -7742,16 +7844,6 @@ msgstr "このファイルを置き換えますか?"
msgid "No SQL could be generated for the selected object." msgid "No SQL could be generated for the selected object."
msgstr "選択されたオブジェクトについてSQLが生成されませんでした" msgstr "選択されたオブジェクトについてSQLが生成されませんでした"
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
msgid "True"
msgstr "True"
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
msgid "False"
msgstr "False"
#: pgadmin/misc/statistics/static/js/statistics.js:184 #: pgadmin/misc/statistics/static/js/statistics.js:184
msgid "No statistics are available for the selected object." msgid "No statistics are available for the selected object."
msgstr "選択されたオブジェクトについて統計が有効ではありません" msgstr "選択されたオブジェクトについて統計が有効ではありません"
@@ -7828,6 +7920,10 @@ msgstr "一般"
msgid "Note" msgid "Note"
msgstr "ノート" msgstr "ノート"
#: pgadmin/static/js/backgrid.pgadmin.js:348
msgid "This object is not user editable."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:388 #: pgadmin/static/js/backgrid.pgadmin.js:388
msgid "Are you sure you wish to delete this row?" msgid "Are you sure you wish to delete this row?"
msgstr "この行を削除しますか?" msgstr "この行を削除しますか?"
@@ -7836,6 +7932,10 @@ msgstr "この行を削除しますか?"
msgid "Delete Row" msgid "Delete Row"
msgstr "行を削除" msgstr "行を削除"
#: pgadmin/static/js/backgrid.pgadmin.js:421
msgid "This object cannot be deleted."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:812 #: pgadmin/static/js/backgrid.pgadmin.js:812
msgid "Array Values" msgid "Array Values"
msgstr "" msgstr ""
@@ -8243,10 +8343,28 @@ msgstr "フィルタした行の表示..."
msgid "View/Edit Data" msgid "View/Edit Data"
msgstr "データの閲覧/編集" msgstr "データの閲覧/編集"
#: pgadmin/tools/datagrid/static/js/datagrid.js:124
#: pgadmin/tools/datagrid/static/js/datagrid.js:177
msgid "Data Grid Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:292
#: pgadmin/tools/datagrid/static/js/datagrid.js:299
msgid "Validation Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:368 #: pgadmin/tools/datagrid/static/js/datagrid.js:368
msgid "Edit Data - " msgid "Edit Data - "
msgstr "データの編集 - " msgstr "データの編集 - "
#: pgadmin/tools/datagrid/static/js/datagrid.js:415
msgid "Query Tool Initialization Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:429
msgid "Query Tool Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:479 #: pgadmin/tools/datagrid/static/js/datagrid.js:479
msgid "Query - " msgid "Query - "
msgstr "クエリ - " msgstr "クエリ - "
@@ -8558,6 +8676,7 @@ msgstr ""
#: pgadmin/tools/debugger/__init__.py:1573 #: pgadmin/tools/debugger/__init__.py:1573
#: pgadmin/tools/debugger/__init__.py:1598 #: pgadmin/tools/debugger/__init__.py:1598
#: pgadmin/tools/debugger/__init__.py:1614 #: pgadmin/tools/debugger/__init__.py:1614
#: pgadmin/tools/debugger/static/js/direct.js:1481
#: pgadmin/tools/sqleditor/__init__.py:292 #: pgadmin/tools/sqleditor/__init__.py:292
#: pgadmin/tools/sqleditor/__init__.py:465 #: pgadmin/tools/sqleditor/__init__.py:465
#: pgadmin/tools/sqleditor/__init__.py:1148 #: pgadmin/tools/sqleditor/__init__.py:1148
@@ -8616,10 +8735,55 @@ msgstr "デバッグ"
msgid "Set breakpoint" msgid "Set breakpoint"
msgstr "ブレークポイントを設定" msgstr "ブレークポイントを設定"
#: pgadmin/tools/debugger/static/js/debugger.js:436
#: pgadmin/tools/debugger/static/js/debugger_ui.js:672
msgid "Debugger Target Initialization Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger.js:447
#: pgadmin/tools/debugger/static/js/direct.js:54
#: pgadmin/tools/debugger/static/js/direct.js:116
#: pgadmin/tools/debugger/static/js/direct.js:123
#: pgadmin/tools/debugger/static/js/direct.js:151
#: pgadmin/tools/debugger/static/js/direct.js:158
#: pgadmin/tools/debugger/static/js/direct.js:194
#: pgadmin/tools/debugger/static/js/direct.js:201
#: pgadmin/tools/debugger/static/js/direct.js:236
#: pgadmin/tools/debugger/static/js/direct.js:243
#: pgadmin/tools/debugger/static/js/direct.js:271
#: pgadmin/tools/debugger/static/js/direct.js:278
#: pgadmin/tools/debugger/static/js/direct.js:403
#: pgadmin/tools/debugger/static/js/direct.js:410
#: pgadmin/tools/debugger/static/js/direct.js:591
#: pgadmin/tools/debugger/static/js/direct.js:652
#: pgadmin/tools/debugger/static/js/direct.js:700
#: pgadmin/tools/debugger/static/js/direct.js:707
#: pgadmin/tools/debugger/static/js/direct.js:738
#: pgadmin/tools/debugger/static/js/direct.js:745
#: pgadmin/tools/debugger/static/js/direct.js:775
#: pgadmin/tools/debugger/static/js/direct.js:782
#: pgadmin/tools/debugger/static/js/direct.js:827
#: pgadmin/tools/debugger/static/js/direct.js:834
#: pgadmin/tools/debugger/static/js/direct.js:899
#: pgadmin/tools/debugger/static/js/direct.js:906
#: pgadmin/tools/debugger/static/js/direct.js:964
#: pgadmin/tools/debugger/static/js/direct.js:1225
#: pgadmin/tools/debugger/static/js/direct.js:1256
#: pgadmin/tools/debugger/static/js/direct.js:1428
#: pgadmin/tools/debugger/static/js/direct.js:1449
#: pgadmin/tools/debugger/static/js/direct.js:1488
msgid "Debugger Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:89 #: pgadmin/tools/debugger/static/js/debugger_ui.js:89
msgid "Please enter a value for the parameter." msgid "Please enter a value for the parameter."
msgstr "パラメータの値を入力してください" msgstr "パラメータの値を入力してください"
#: pgadmin/tools/debugger/static/js/debugger_ui.js:214
#: pgadmin/tools/debugger/static/js/debugger_ui.js:711
msgid "Debugger Set Arguments Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:230 #: pgadmin/tools/debugger/static/js/debugger_ui.js:230
msgid "Null?" msgid "Null?"
msgstr "" msgstr ""
@@ -8632,14 +8796,108 @@ msgstr ""
msgid "Use Default?" msgid "Use Default?"
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:665
msgid "Debugger Set arguments error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:690
msgid "Debugger Listener Startup Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:55
msgid "Error while setting debugging breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:117
#: pgadmin/tools/debugger/static/js/direct.js:124
msgid "Error while fetching breakpoint information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:152
#: pgadmin/tools/debugger/static/js/direct.js:159
msgid "Error while starting debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:195
#: pgadmin/tools/debugger/static/js/direct.js:202
msgid "Error while executing requested debugging information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:237
#: pgadmin/tools/debugger/static/js/direct.js:244
msgid "Error while fetching variable information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:272
#: pgadmin/tools/debugger/static/js/direct.js:279
msgid "Error while fetching stack information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:385 #: pgadmin/tools/debugger/static/js/direct.js:385
msgid "Waiting for another session to invoke the target..." msgid "Waiting for another session to invoke the target..."
msgstr "対象を実行するために新しく接続しようとしています…" msgstr "対象を実行するために新しく接続しようとしています…"
#: pgadmin/tools/debugger/static/js/direct.js:404
#: pgadmin/tools/debugger/static/js/direct.js:411
#: pgadmin/tools/debugger/static/js/direct.js:592
#: pgadmin/tools/debugger/static/js/direct.js:653
msgid "Error while polling result."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:546
msgid "Debugger poll end execution error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:701
#: pgadmin/tools/debugger/static/js/direct.js:708
msgid "Error while executing continue in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:739
#: pgadmin/tools/debugger/static/js/direct.js:746
msgid "Error while executing step over in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:776
#: pgadmin/tools/debugger/static/js/direct.js:783
msgid "Error while executing step into in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:828
#: pgadmin/tools/debugger/static/js/direct.js:835
msgid "Error while executing stop in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:900
#: pgadmin/tools/debugger/static/js/direct.js:907
msgid "Error while toggling breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:965
msgid "Error while clearing all breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:996 #: pgadmin/tools/debugger/static/js/direct.js:996
msgid "Line No." msgid "Line No."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1226
msgid "Error while depositing variable value."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1257
msgid "Error while selecting frame."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1429
#: pgadmin/tools/debugger/static/js/direct.js:1450
msgid "Error while starting debugging listener."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1489
msgid "Error while fetching messages information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1558 #: pgadmin/tools/debugger/static/js/direct.js:1558
msgid "Local variables" msgid "Local variables"
msgstr "ローカル変数" msgstr "ローカル変数"
@@ -9347,27 +9605,91 @@ msgstr "ファイル保存に成功しました"
msgid "Loading the existing filter options..." msgid "Loading the existing filter options..."
msgstr "存在するフィルタオプションをロード中…" msgstr "存在するフィルタオプションをロード中…"
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2713
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2733
msgid "Get Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834
msgid "Applying the new filter..." msgid "Applying the new filter..."
msgstr "新しいフィルタを適用中…" msgstr "新しいフィルタを適用中…"
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2782
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2792
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2803
msgid "Filter By Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2852
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2863
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2874
msgid "Filter Exclude Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887
msgid "Removing the filter..." msgid "Removing the filter..."
msgstr "フィルタを削除中…" msgstr "フィルタを削除中…"
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2903
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2913
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2924
msgid "Remove Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938
msgid "Applying the filter..." msgid "Applying the filter..."
msgstr "フィルタを適用中…" msgstr "フィルタを適用中…"
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2958
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2968
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2979
msgid "Apply Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076
msgid "Setting the limit on the result..." msgid "Setting the limit on the result..."
msgstr "結果の上限を設定中…" msgstr "結果の上限を設定中…"
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3093
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3102
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3113
msgid "Change limit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153
msgid "Initializing query execution..." msgid "Initializing query execution..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3306
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3313
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3324
msgid "Cancel Query Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3358
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3362
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3373
msgid "Auto Rollback Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3397
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3401
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3412
msgid "Auto Commit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3441
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3447
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3479
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3485
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3516
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3522
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3552
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3558
msgid "Explain options error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448
msgid "Error occurred while setting verbose option in explain." msgid "Error occurred while setting verbose option in explain."
@@ -9388,6 +9710,10 @@ msgstr ""
msgid "Error occurred while setting timing option in explain." msgid "Error occurred while setting timing option in explain."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
msgid "Get Preferences error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
msgid "Error occurred while getting query tool options." msgid "Error occurred while getting query tool options."
msgstr "" msgstr ""
@@ -9471,10 +9797,22 @@ msgstr "ユーザが削除できませんでした"
msgid "Cannot delete currently logged in user." msgid "Cannot delete currently logged in user."
msgstr "ユーザで現在ログに記録中のため、削除できません" msgstr "ユーザで現在ログに記録中のため、削除できません"
#: pgadmin/tools/user_management/static/js/user_management.js:307
msgid "Delete user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:308
msgid "Are you sure you wish to delete this user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:316 #: pgadmin/tools/user_management/static/js/user_management.js:316
msgid "Error during deleting user." msgid "Error during deleting user."
msgstr "ユーザの削除中にエラーが発生しました" msgstr "ユーザの削除中にエラーが発生しました"
#: pgadmin/tools/user_management/static/js/user_management.js:326
msgid "This user cannot be deleted."
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:364 #: pgadmin/tools/user_management/static/js/user_management.js:364
msgid "Close" msgid "Close"
msgstr "閉じる" msgstr "閉じる"

800
web/pgadmin/translations/pl/LC_MESSAGES/messages.po Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-05 08:29-0500\n" "POT-Creation-Date: 2017-11-06 19:46-0500\n"
"PO-Revision-Date: 2017-11-01 19:01+0300\n" "PO-Revision-Date: 2017-11-01 19:01+0300\n"
"Last-Translator: Alexander Lakhin <a.lakhin@postgrespro.ru>\n" "Last-Translator: Alexander Lakhin <a.lakhin@postgrespro.ru>\n"
"Language: ru\n" "Language: ru\n"
@@ -890,6 +890,55 @@ msgstr "Контекст"
msgid "System cast?" msgid "System cast?"
msgstr "Системное приведение?" msgstr "Системное приведение?"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/static/js/backform.pgadmin.js:425
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "Yes"
msgstr "Да"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/static/js/backform.pgadmin.js:426
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "No"
msgstr "Нет"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265 #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265
#: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97 #: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226 #: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
@@ -3032,27 +3081,6 @@ msgstr "Столбец..."
msgid "Primary key?" msgid "Primary key?"
msgstr "Первичный ключ?" msgstr "Первичный ключ?"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "Yes"
msgstr "Да"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "No"
msgstr "Нет"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348
msgid "Inherited from table" msgid "Inherited from table"
msgstr "Наследуется из таблицы" msgstr "Наследуется из таблицы"
@@ -3818,6 +3846,13 @@ msgstr "Ключи секционирования"
msgid "Are you sure you wish to detach this partition?" msgid "Are you sure you wish to detach this partition?"
msgstr "Вы действительно хотите отсоединить эту секцию?" msgstr "Вы действительно хотите отсоединить эту секцию?"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:939
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:945
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:982
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:988
msgid "Error fetching tables to be attached"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978
msgid "" msgid ""
"The control above is used to Create/Attach/Detach " "The control above is used to Create/Attach/Detach "
@@ -3955,6 +3990,17 @@ msgstr "Выражение ключа разбиения не может быт
msgid "Operation" msgid "Operation"
msgstr "Операция" msgstr "Операция"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
msgid "Attach"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "Создать"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261
msgid "From" msgid "From"
msgstr "" msgstr ""
@@ -4817,6 +4863,15 @@ msgstr "Фактор заполнения"
msgid "Please enter view definition." msgid "Please enter view definition."
msgstr "Введите определение представления." msgstr "Введите определение представления."
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:295
msgid "View refreshed successfully"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:299
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:306
msgid "Error refreshing view"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80
@@ -4853,6 +4908,7 @@ msgstr "Каскадно"
#: pgadmin/dashboard/static/js/dashboard.js:624 #: pgadmin/dashboard/static/js/dashboard.js:624
#: pgadmin/dashboard/static/js/dashboard.js:723 #: pgadmin/dashboard/static/js/dashboard.js:723
#: pgadmin/dashboard/static/js/dashboard.js:790 #: pgadmin/dashboard/static/js/dashboard.js:790
#: pgadmin/misc/depends/static/js/depends.js:233
msgid "Database" msgid "Database"
msgstr "База данных" msgstr "База данных"
@@ -6532,6 +6588,24 @@ msgstr "Подключено?"
msgid "Connection" msgid "Connection"
msgstr "Соединение" msgstr "Соединение"
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
#: pgadmin/static/js/backgrid.pgadmin.js:457
msgid "True"
msgstr "Да"
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
#: pgadmin/static/js/backgrid.pgadmin.js:458
msgid "False"
msgstr "Нет"
#: pgadmin/browser/server_groups/servers/static/js/server.js:655 #: pgadmin/browser/server_groups/servers/static/js/server.js:655
msgid "Connect now?" msgid "Connect now?"
msgstr "Подключиться сейчас?" msgstr "Подключиться сейчас?"
@@ -6871,6 +6945,7 @@ msgid "Server Group..."
msgstr "Группа серверов..." msgstr "Группа серверов..."
#: pgadmin/browser/static/js/browser.js:25 #: pgadmin/browser/static/js/browser.js:25
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "Please select an object in the tree view." msgid "Please select an object in the tree view."
msgstr "Выберите объект в дереве." msgstr "Выберите объект в дереве."
@@ -6882,12 +6957,6 @@ msgstr "Зависимости"
msgid "Dependents" msgid "Dependents"
msgstr "Зависимые" msgstr "Зависимые"
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "Создать"
#: pgadmin/browser/static/js/browser.js:315 #: pgadmin/browser/static/js/browser.js:315
msgid "No object selected" msgid "No object selected"
msgstr "Объект не выбран" msgstr "Объект не выбран"
@@ -6998,6 +7067,11 @@ msgstr ""
msgid "DROP CASCADE %s?" msgid "DROP CASCADE %s?"
msgstr "DROP CASCADE %s?" msgstr "DROP CASCADE %s?"
#: pgadmin/browser/static/js/node.js:630 pgadmin/browser/static/js/node.js:644
#, python-format
msgid "The %s \"%s\" cannot be dropped."
msgstr ""
#: pgadmin/browser/static/js/node.js:637 #: pgadmin/browser/static/js/node.js:637
#, python-format #, python-format
msgid "Are you sure you want to drop %s \"%s\"?" msgid "Are you sure you want to drop %s \"%s\"?"
@@ -7690,6 +7764,11 @@ msgstr "сек."
msgid "Execution time" msgid "Execution time"
msgstr "Время выполнения" msgstr "Время выполнения"
#: pgadmin/misc/depends/static/js/depends.js:235
#: pgadmin/misc/depends/static/js/depends.js:236
msgid "Restriction"
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:277 #: pgadmin/misc/depends/static/js/depends.js:277
#: pgadmin/misc/sql/static/js/sql.js:124 #: pgadmin/misc/sql/static/js/sql.js:124
#: pgadmin/misc/statistics/static/js/statistics.js:271 #: pgadmin/misc/statistics/static/js/statistics.js:271
@@ -7702,6 +7781,29 @@ msgstr "Ошибка при получении информации — %s"
msgid "Failed to retrieve data from the server." msgid "Failed to retrieve data from the server."
msgstr "Не удалось получить данные с сервера." msgstr "Не удалось получить данные с сервера."
#: pgadmin/misc/depends/static/js/depends.js:313
#: pgadmin/tools/datagrid/static/js/datagrid.js:125
#: pgadmin/tools/datagrid/static/js/datagrid.js:178
#: pgadmin/tools/datagrid/static/js/datagrid.js:430
msgid "No object selected."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:313
msgid "No dependent information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:314
msgid "Fetching dependent information from the server..."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "No dependency information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:358
msgid "Fetching dependency information from the server..."
msgstr ""
#: pgadmin/misc/file_manager/__init__.py:170 #: pgadmin/misc/file_manager/__init__.py:170
msgid "Maximum file upload size (MB)" msgid "Maximum file upload size (MB)"
msgstr "Максимальный размер загружаемого файла (МБ)" msgstr "Максимальный размер загружаемого файла (МБ)"
@@ -7838,16 +7940,6 @@ msgstr "Вы действительно хотите заменить этот
msgid "No SQL could be generated for the selected object." msgid "No SQL could be generated for the selected object."
msgstr "Для выбранного объекта нельзя сгенерировать SQL." msgstr "Для выбранного объекта нельзя сгенерировать SQL."
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
msgid "True"
msgstr "Да"
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
msgid "False"
msgstr "Нет"
#: pgadmin/misc/statistics/static/js/statistics.js:184 #: pgadmin/misc/statistics/static/js/statistics.js:184
msgid "No statistics are available for the selected object." msgid "No statistics are available for the selected object."
msgstr "Нет статистики для выделенного объекта." msgstr "Нет статистики для выделенного объекта."
@@ -7926,6 +8018,10 @@ msgstr "Общие"
msgid "Note" msgid "Note"
msgstr "Замечание" msgstr "Замечание"
#: pgadmin/static/js/backgrid.pgadmin.js:348
msgid "This object is not user editable."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:388 #: pgadmin/static/js/backgrid.pgadmin.js:388
msgid "Are you sure you wish to delete this row?" msgid "Are you sure you wish to delete this row?"
msgstr "Вы действительно хотите удалить эту строку?" msgstr "Вы действительно хотите удалить эту строку?"
@@ -7934,6 +8030,10 @@ msgstr "Вы действительно хотите удалить эту ст
msgid "Delete Row" msgid "Delete Row"
msgstr "Удалить строку" msgstr "Удалить строку"
#: pgadmin/static/js/backgrid.pgadmin.js:421
msgid "This object cannot be deleted."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:812 #: pgadmin/static/js/backgrid.pgadmin.js:812
msgid "Array Values" msgid "Array Values"
msgstr "" msgstr ""
@@ -8343,10 +8443,28 @@ msgstr "Отфильтрованные строки..."
msgid "View/Edit Data" msgid "View/Edit Data"
msgstr "Просмотр/редактирование данных" msgstr "Просмотр/редактирование данных"
#: pgadmin/tools/datagrid/static/js/datagrid.js:124
#: pgadmin/tools/datagrid/static/js/datagrid.js:177
msgid "Data Grid Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:292
#: pgadmin/tools/datagrid/static/js/datagrid.js:299
msgid "Validation Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:368 #: pgadmin/tools/datagrid/static/js/datagrid.js:368
msgid "Edit Data - " msgid "Edit Data - "
msgstr "Редактирование данных — " msgstr "Редактирование данных — "
#: pgadmin/tools/datagrid/static/js/datagrid.js:415
msgid "Query Tool Initialization Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:429
msgid "Query Tool Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:479 #: pgadmin/tools/datagrid/static/js/datagrid.js:479
msgid "Query - " msgid "Query - "
msgstr "Запрос — " msgstr "Запрос — "
@@ -8665,6 +8783,7 @@ msgstr ""
#: pgadmin/tools/debugger/__init__.py:1573 #: pgadmin/tools/debugger/__init__.py:1573
#: pgadmin/tools/debugger/__init__.py:1598 #: pgadmin/tools/debugger/__init__.py:1598
#: pgadmin/tools/debugger/__init__.py:1614 #: pgadmin/tools/debugger/__init__.py:1614
#: pgadmin/tools/debugger/static/js/direct.js:1481
#: pgadmin/tools/sqleditor/__init__.py:292 #: pgadmin/tools/sqleditor/__init__.py:292
#: pgadmin/tools/sqleditor/__init__.py:465 #: pgadmin/tools/sqleditor/__init__.py:465
#: pgadmin/tools/sqleditor/__init__.py:1148 #: pgadmin/tools/sqleditor/__init__.py:1148
@@ -8723,10 +8842,55 @@ msgstr "Отладить"
msgid "Set breakpoint" msgid "Set breakpoint"
msgstr "Установить точку останова" msgstr "Установить точку останова"
#: pgadmin/tools/debugger/static/js/debugger.js:436
#: pgadmin/tools/debugger/static/js/debugger_ui.js:672
msgid "Debugger Target Initialization Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger.js:447
#: pgadmin/tools/debugger/static/js/direct.js:54
#: pgadmin/tools/debugger/static/js/direct.js:116
#: pgadmin/tools/debugger/static/js/direct.js:123
#: pgadmin/tools/debugger/static/js/direct.js:151
#: pgadmin/tools/debugger/static/js/direct.js:158
#: pgadmin/tools/debugger/static/js/direct.js:194
#: pgadmin/tools/debugger/static/js/direct.js:201
#: pgadmin/tools/debugger/static/js/direct.js:236
#: pgadmin/tools/debugger/static/js/direct.js:243
#: pgadmin/tools/debugger/static/js/direct.js:271
#: pgadmin/tools/debugger/static/js/direct.js:278
#: pgadmin/tools/debugger/static/js/direct.js:403
#: pgadmin/tools/debugger/static/js/direct.js:410
#: pgadmin/tools/debugger/static/js/direct.js:591
#: pgadmin/tools/debugger/static/js/direct.js:652
#: pgadmin/tools/debugger/static/js/direct.js:700
#: pgadmin/tools/debugger/static/js/direct.js:707
#: pgadmin/tools/debugger/static/js/direct.js:738
#: pgadmin/tools/debugger/static/js/direct.js:745
#: pgadmin/tools/debugger/static/js/direct.js:775
#: pgadmin/tools/debugger/static/js/direct.js:782
#: pgadmin/tools/debugger/static/js/direct.js:827
#: pgadmin/tools/debugger/static/js/direct.js:834
#: pgadmin/tools/debugger/static/js/direct.js:899
#: pgadmin/tools/debugger/static/js/direct.js:906
#: pgadmin/tools/debugger/static/js/direct.js:964
#: pgadmin/tools/debugger/static/js/direct.js:1225
#: pgadmin/tools/debugger/static/js/direct.js:1256
#: pgadmin/tools/debugger/static/js/direct.js:1428
#: pgadmin/tools/debugger/static/js/direct.js:1449
#: pgadmin/tools/debugger/static/js/direct.js:1488
msgid "Debugger Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:89 #: pgadmin/tools/debugger/static/js/debugger_ui.js:89
msgid "Please enter a value for the parameter." msgid "Please enter a value for the parameter."
msgstr "Введите значение параметра." msgstr "Введите значение параметра."
#: pgadmin/tools/debugger/static/js/debugger_ui.js:214
#: pgadmin/tools/debugger/static/js/debugger_ui.js:711
msgid "Debugger Set Arguments Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:230 #: pgadmin/tools/debugger/static/js/debugger_ui.js:230
msgid "Null?" msgid "Null?"
msgstr "" msgstr ""
@@ -8739,14 +8903,108 @@ msgstr ""
msgid "Use Default?" msgid "Use Default?"
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:665
msgid "Debugger Set arguments error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:690
msgid "Debugger Listener Startup Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:55
msgid "Error while setting debugging breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:117
#: pgadmin/tools/debugger/static/js/direct.js:124
msgid "Error while fetching breakpoint information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:152
#: pgadmin/tools/debugger/static/js/direct.js:159
msgid "Error while starting debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:195
#: pgadmin/tools/debugger/static/js/direct.js:202
msgid "Error while executing requested debugging information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:237
#: pgadmin/tools/debugger/static/js/direct.js:244
msgid "Error while fetching variable information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:272
#: pgadmin/tools/debugger/static/js/direct.js:279
msgid "Error while fetching stack information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:385 #: pgadmin/tools/debugger/static/js/direct.js:385
msgid "Waiting for another session to invoke the target..." msgid "Waiting for another session to invoke the target..."
msgstr "Ожидание другого сеанса для вызова цели..." msgstr "Ожидание другого сеанса для вызова цели..."
#: pgadmin/tools/debugger/static/js/direct.js:404
#: pgadmin/tools/debugger/static/js/direct.js:411
#: pgadmin/tools/debugger/static/js/direct.js:592
#: pgadmin/tools/debugger/static/js/direct.js:653
msgid "Error while polling result."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:546
msgid "Debugger poll end execution error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:701
#: pgadmin/tools/debugger/static/js/direct.js:708
msgid "Error while executing continue in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:739
#: pgadmin/tools/debugger/static/js/direct.js:746
msgid "Error while executing step over in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:776
#: pgadmin/tools/debugger/static/js/direct.js:783
msgid "Error while executing step into in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:828
#: pgadmin/tools/debugger/static/js/direct.js:835
msgid "Error while executing stop in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:900
#: pgadmin/tools/debugger/static/js/direct.js:907
msgid "Error while toggling breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:965
msgid "Error while clearing all breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:996 #: pgadmin/tools/debugger/static/js/direct.js:996
msgid "Line No." msgid "Line No."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1226
msgid "Error while depositing variable value."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1257
msgid "Error while selecting frame."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1429
#: pgadmin/tools/debugger/static/js/direct.js:1450
msgid "Error while starting debugging listener."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1489
msgid "Error while fetching messages information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1558 #: pgadmin/tools/debugger/static/js/direct.js:1558
msgid "Local variables" msgid "Local variables"
msgstr "Локальные переменные" msgstr "Локальные переменные"
@@ -9498,27 +9756,91 @@ msgstr "Файл сохранён успешно."
msgid "Loading the existing filter options..." msgid "Loading the existing filter options..."
msgstr "Загрузка параметров существующего фильтра..." msgstr "Загрузка параметров существующего фильтра..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2713
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2733
msgid "Get Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834
msgid "Applying the new filter..." msgid "Applying the new filter..."
msgstr "Применение нового фильтра..." msgstr "Применение нового фильтра..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2782
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2792
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2803
msgid "Filter By Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2852
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2863
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2874
msgid "Filter Exclude Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887
msgid "Removing the filter..." msgid "Removing the filter..."
msgstr "Удаление фильтра..." msgstr "Удаление фильтра..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2903
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2913
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2924
msgid "Remove Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938
msgid "Applying the filter..." msgid "Applying the filter..."
msgstr "Применение фильтра..." msgstr "Применение фильтра..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2958
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2968
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2979
msgid "Apply Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076
msgid "Setting the limit on the result..." msgid "Setting the limit on the result..."
msgstr "Установка ограничения набора результатов..." msgstr "Установка ограничения набора результатов..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3093
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3102
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3113
msgid "Change limit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153
msgid "Initializing query execution..." msgid "Initializing query execution..."
msgstr "Начинается выполнение запроса..." msgstr "Начинается выполнение запроса..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3306
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3313
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3324
msgid "Cancel Query Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3358
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3362
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3373
msgid "Auto Rollback Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3397
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3401
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3412
msgid "Auto Commit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3441
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3447
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3479
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3485
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3516
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3522
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3552
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3558
msgid "Explain options error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448
msgid "Error occurred while setting verbose option in explain." msgid "Error occurred while setting verbose option in explain."
@@ -9539,6 +9861,10 @@ msgstr "Ошибка при изменении свойства BUFFERS кома
msgid "Error occurred while setting timing option in explain." msgid "Error occurred while setting timing option in explain."
msgstr "Ошибка при изменении свойства TIMING команды EXPLAIN." msgstr "Ошибка при изменении свойства TIMING команды EXPLAIN."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
msgid "Get Preferences error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
msgid "Error occurred while getting query tool options." msgid "Error occurred while getting query tool options."
msgstr "Ошибка при получении параметров запросника." msgstr "Ошибка при получении параметров запросника."
@@ -9622,10 +9948,22 @@ msgstr "Удалить пользователя нельзя."
msgid "Cannot delete currently logged in user." msgid "Cannot delete currently logged in user."
msgstr "Удалить пользователя, подключённого в данный момент, нельзя." msgstr "Удалить пользователя, подключённого в данный момент, нельзя."
#: pgadmin/tools/user_management/static/js/user_management.js:307
msgid "Delete user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:308
msgid "Are you sure you wish to delete this user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:316 #: pgadmin/tools/user_management/static/js/user_management.js:316
msgid "Error during deleting user." msgid "Error during deleting user."
msgstr "Ошибка при удалении пользователя." msgstr "Ошибка при удалении пользователя."
#: pgadmin/tools/user_management/static/js/user_management.js:326
msgid "This user cannot be deleted."
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:364 #: pgadmin/tools/user_management/static/js/user_management.js:364
msgid "Close" msgid "Close"
msgstr "Закрыть" msgstr "Закрыть"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2017-11-05 08:29-0500\n" "POT-Creation-Date: 2017-11-06 19:46-0500\n"
"PO-Revision-Date: 2017-11-14 23:55+0800\n" "PO-Revision-Date: 2017-11-14 23:55+0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh\n" "Language: zh\n"
@@ -884,6 +884,55 @@ msgstr "上下文"
msgid "System cast?" msgid "System cast?"
msgstr "系统转化?" msgstr "系统转化?"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/static/js/backform.pgadmin.js:425
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "Yes"
msgstr "是"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:260
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:197
#: pgadmin/browser/server_groups/servers/databases/languages/static/js/language.js:129
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:170
#: pgadmin/browser/server_groups/servers/databases/schemas/domains/static/js/domain.js:249
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/function.js:268
#: pgadmin/browser/server_groups/servers/databases/schemas/functions/static/js/trigger_function.js:206
#: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.js:176
#: pgadmin/browser/server_groups/servers/databases/schemas/synonyms/static/js/synonym.js:180
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:502
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:396
#: pgadmin/browser/server_groups/servers/roles/static/js/role.js:67
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/static/js/backform.pgadmin.js:426
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
#: pgadmin/tools/user_management/static/js/user_management.js:108
msgid "No"
msgstr "否"
#: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265 #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:265
#: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97 #: pgadmin/browser/server_groups/servers/databases/event_triggers/static/js/event_trigger.js:97
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226 #: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
@@ -3044,27 +3093,6 @@ msgstr "列..."
msgid "Primary key?" msgid "Primary key?"
msgstr "主键?" msgstr "主键?"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:783
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:800
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:44
#: pgadmin/misc/file_manager/templates/file_manager/index.html:51
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "Yes"
msgstr "是"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:192
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:784
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/static/js/foreign_key.js:801
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:139
#: pgadmin/browser/server_groups/servers/databases/static/js/database.js:387
#: pgadmin/misc/file_manager/templates/file_manager/index.html:45
#: pgadmin/misc/file_manager/templates/file_manager/index.html:52
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2253
msgid "No"
msgstr "否"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/column/static/js/column.js:348
msgid "Inherited from table" msgid "Inherited from table"
msgstr "继承自表" msgstr "继承自表"
@@ -3836,6 +3864,13 @@ msgstr ""
msgid "Are you sure you wish to detach this partition?" msgid "Are you sure you wish to detach this partition?"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:939
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:945
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:982
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.js:988
msgid "Error fetching tables to be attached"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.js:978
msgid "" msgid ""
"The control above is used to Create/Attach/Detach " "The control above is used to Create/Attach/Detach "
@@ -3970,6 +4005,17 @@ msgstr ""
msgid "Operation" msgid "Operation"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
msgid "Attach"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:245
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "创建"
#: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/partition.utils.js:261
msgid "From" msgid "From"
msgstr "" msgstr ""
@@ -4822,6 +4868,15 @@ msgstr "填充因子"
msgid "Please enter view definition." msgid "Please enter view definition."
msgstr "请输入视图定义" msgstr "请输入视图定义"
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:295
msgid "View refreshed successfully"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:299
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:306
msgid "Error refreshing view"
msgstr ""
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:68
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:74
#: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:80
@@ -4858,6 +4913,7 @@ msgstr "级联"
#: pgadmin/dashboard/static/js/dashboard.js:624 #: pgadmin/dashboard/static/js/dashboard.js:624
#: pgadmin/dashboard/static/js/dashboard.js:723 #: pgadmin/dashboard/static/js/dashboard.js:723
#: pgadmin/dashboard/static/js/dashboard.js:790 #: pgadmin/dashboard/static/js/dashboard.js:790
#: pgadmin/misc/depends/static/js/depends.js:233
msgid "Database" msgid "Database"
msgstr "数据库" msgstr "数据库"
@@ -6494,6 +6550,24 @@ msgstr "已连接么?"
msgid "Connection" msgid "Connection"
msgstr "" msgstr ""
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
#: pgadmin/static/js/backgrid.pgadmin.js:457
msgid "True"
msgstr "是"
#: pgadmin/browser/server_groups/servers/static/js/server.js:648
#: pgadmin/browser/server_groups/servers/static/js/server.js:728
#: pgadmin/browser/server_groups/servers/static/js/server.js:766
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
#: pgadmin/static/js/backgrid.pgadmin.js:458
msgid "False"
msgstr "否"
#: pgadmin/browser/server_groups/servers/static/js/server.js:655 #: pgadmin/browser/server_groups/servers/static/js/server.js:655
msgid "Connect now?" msgid "Connect now?"
msgstr "现在连接?" msgstr "现在连接?"
@@ -6829,6 +6903,7 @@ msgid "Server Group..."
msgstr "服务器组..." msgstr "服务器组..."
#: pgadmin/browser/static/js/browser.js:25 #: pgadmin/browser/static/js/browser.js:25
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "Please select an object in the tree view." msgid "Please select an object in the tree view."
msgstr "请在树视图中选择一个对象" msgstr "请在树视图中选择一个对象"
@@ -6840,12 +6915,6 @@ msgstr "依赖关系"
msgid "Dependents" msgid "Dependents"
msgstr "依赖组件" msgstr "依赖组件"
#: pgadmin/browser/static/js/browser.js:235
#: pgadmin/misc/file_manager/static/js/file_manager.js:505
#: pgadmin/misc/file_manager/static/js/file_manager.js:609
msgid "Create"
msgstr "创建"
#: pgadmin/browser/static/js/browser.js:315 #: pgadmin/browser/static/js/browser.js:315
msgid "No object selected" msgid "No object selected"
msgstr "没有选中的对象" msgstr "没有选中的对象"
@@ -6952,6 +7021,11 @@ msgstr "确定要删除 %s \"%s\"和所有依赖它的对象吗?"
msgid "DROP CASCADE %s?" msgid "DROP CASCADE %s?"
msgstr "级联删除 %s 吗?" msgstr "级联删除 %s 吗?"
#: pgadmin/browser/static/js/node.js:630 pgadmin/browser/static/js/node.js:644
#, python-format
msgid "The %s \"%s\" cannot be dropped."
msgstr ""
#: pgadmin/browser/static/js/node.js:637 #: pgadmin/browser/static/js/node.js:637
#, python-format #, python-format
msgid "Are you sure you want to drop %s \"%s\"?" msgid "Are you sure you want to drop %s \"%s\"?"
@@ -7651,6 +7725,11 @@ msgstr "秒"
msgid "Execution time" msgid "Execution time"
msgstr "执行时间" msgstr "执行时间"
#: pgadmin/misc/depends/static/js/depends.js:235
#: pgadmin/misc/depends/static/js/depends.js:236
msgid "Restriction"
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:277 #: pgadmin/misc/depends/static/js/depends.js:277
#: pgadmin/misc/sql/static/js/sql.js:124 #: pgadmin/misc/sql/static/js/sql.js:124
#: pgadmin/misc/statistics/static/js/statistics.js:271 #: pgadmin/misc/statistics/static/js/statistics.js:271
@@ -7663,6 +7742,29 @@ msgstr "检索信息-%s时出错"
msgid "Failed to retrieve data from the server." msgid "Failed to retrieve data from the server."
msgstr "从服务器中检索数据失败" msgstr "从服务器中检索数据失败"
#: pgadmin/misc/depends/static/js/depends.js:313
#: pgadmin/tools/datagrid/static/js/datagrid.js:125
#: pgadmin/tools/datagrid/static/js/datagrid.js:178
#: pgadmin/tools/datagrid/static/js/datagrid.js:430
msgid "No object selected."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:313
msgid "No dependent information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:314
msgid "Fetching dependent information from the server..."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:357
msgid "No dependency information is available for the current object."
msgstr ""
#: pgadmin/misc/depends/static/js/depends.js:358
msgid "Fetching dependency information from the server..."
msgstr ""
#: pgadmin/misc/file_manager/__init__.py:170 #: pgadmin/misc/file_manager/__init__.py:170
msgid "Maximum file upload size (MB)" msgid "Maximum file upload size (MB)"
msgstr "最大上传文件限制为 (MB)" msgstr "最大上传文件限制为 (MB)"
@@ -7801,16 +7903,6 @@ msgstr ""
msgid "No SQL could be generated for the selected object." msgid "No SQL could be generated for the selected object."
msgstr "所选对象没有生成SQL" msgstr "所选对象没有生成SQL"
#: pgadmin/misc/statistics/static/js/statistics.js:82
#: pgadmin/preferences/static/js/preferences.js:193
msgid "True"
msgstr "是"
#: pgadmin/misc/statistics/static/js/statistics.js:83
#: pgadmin/preferences/static/js/preferences.js:194
msgid "False"
msgstr "否"
#: pgadmin/misc/statistics/static/js/statistics.js:184 #: pgadmin/misc/statistics/static/js/statistics.js:184
msgid "No statistics are available for the selected object." msgid "No statistics are available for the selected object."
msgstr "没有可用于所选对象的统计数字可用于所选对象" msgstr "没有可用于所选对象的统计数字可用于所选对象"
@@ -7889,6 +7981,10 @@ msgstr "通常"
msgid "Note" msgid "Note"
msgstr "注意" msgstr "注意"
#: pgadmin/static/js/backgrid.pgadmin.js:348
msgid "This object is not user editable."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:388 #: pgadmin/static/js/backgrid.pgadmin.js:388
msgid "Are you sure you wish to delete this row?" msgid "Are you sure you wish to delete this row?"
msgstr "" msgstr ""
@@ -7897,6 +7993,10 @@ msgstr ""
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:421
msgid "This object cannot be deleted."
msgstr ""
#: pgadmin/static/js/backgrid.pgadmin.js:812 #: pgadmin/static/js/backgrid.pgadmin.js:812
msgid "Array Values" msgid "Array Values"
msgstr "" msgstr ""
@@ -8308,10 +8408,28 @@ msgstr ""
msgid "View/Edit Data" msgid "View/Edit Data"
msgstr "" msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:124
#: pgadmin/tools/datagrid/static/js/datagrid.js:177
msgid "Data Grid Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:292
#: pgadmin/tools/datagrid/static/js/datagrid.js:299
msgid "Validation Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:368 #: pgadmin/tools/datagrid/static/js/datagrid.js:368
msgid "Edit Data - " msgid "Edit Data - "
msgstr "" msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:415
msgid "Query Tool Initialization Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:429
msgid "Query Tool Error"
msgstr ""
#: pgadmin/tools/datagrid/static/js/datagrid.js:479 #: pgadmin/tools/datagrid/static/js/datagrid.js:479
msgid "Query - " msgid "Query - "
msgstr "" msgstr ""
@@ -8623,6 +8741,7 @@ msgstr ""
#: pgadmin/tools/debugger/__init__.py:1573 #: pgadmin/tools/debugger/__init__.py:1573
#: pgadmin/tools/debugger/__init__.py:1598 #: pgadmin/tools/debugger/__init__.py:1598
#: pgadmin/tools/debugger/__init__.py:1614 #: pgadmin/tools/debugger/__init__.py:1614
#: pgadmin/tools/debugger/static/js/direct.js:1481
#: pgadmin/tools/sqleditor/__init__.py:292 #: pgadmin/tools/sqleditor/__init__.py:292
#: pgadmin/tools/sqleditor/__init__.py:465 #: pgadmin/tools/sqleditor/__init__.py:465
#: pgadmin/tools/sqleditor/__init__.py:1148 #: pgadmin/tools/sqleditor/__init__.py:1148
@@ -8681,10 +8800,55 @@ msgstr "调试"
msgid "Set breakpoint" msgid "Set breakpoint"
msgstr "设置断点" msgstr "设置断点"
#: pgadmin/tools/debugger/static/js/debugger.js:436
#: pgadmin/tools/debugger/static/js/debugger_ui.js:672
msgid "Debugger Target Initialization Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger.js:447
#: pgadmin/tools/debugger/static/js/direct.js:54
#: pgadmin/tools/debugger/static/js/direct.js:116
#: pgadmin/tools/debugger/static/js/direct.js:123
#: pgadmin/tools/debugger/static/js/direct.js:151
#: pgadmin/tools/debugger/static/js/direct.js:158
#: pgadmin/tools/debugger/static/js/direct.js:194
#: pgadmin/tools/debugger/static/js/direct.js:201
#: pgadmin/tools/debugger/static/js/direct.js:236
#: pgadmin/tools/debugger/static/js/direct.js:243
#: pgadmin/tools/debugger/static/js/direct.js:271
#: pgadmin/tools/debugger/static/js/direct.js:278
#: pgadmin/tools/debugger/static/js/direct.js:403
#: pgadmin/tools/debugger/static/js/direct.js:410
#: pgadmin/tools/debugger/static/js/direct.js:591
#: pgadmin/tools/debugger/static/js/direct.js:652
#: pgadmin/tools/debugger/static/js/direct.js:700
#: pgadmin/tools/debugger/static/js/direct.js:707
#: pgadmin/tools/debugger/static/js/direct.js:738
#: pgadmin/tools/debugger/static/js/direct.js:745
#: pgadmin/tools/debugger/static/js/direct.js:775
#: pgadmin/tools/debugger/static/js/direct.js:782
#: pgadmin/tools/debugger/static/js/direct.js:827
#: pgadmin/tools/debugger/static/js/direct.js:834
#: pgadmin/tools/debugger/static/js/direct.js:899
#: pgadmin/tools/debugger/static/js/direct.js:906
#: pgadmin/tools/debugger/static/js/direct.js:964
#: pgadmin/tools/debugger/static/js/direct.js:1225
#: pgadmin/tools/debugger/static/js/direct.js:1256
#: pgadmin/tools/debugger/static/js/direct.js:1428
#: pgadmin/tools/debugger/static/js/direct.js:1449
#: pgadmin/tools/debugger/static/js/direct.js:1488
msgid "Debugger Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:89 #: pgadmin/tools/debugger/static/js/debugger_ui.js:89
msgid "Please enter a value for the parameter." msgid "Please enter a value for the parameter."
msgstr "请输入一个该参数的值" msgstr "请输入一个该参数的值"
#: pgadmin/tools/debugger/static/js/debugger_ui.js:214
#: pgadmin/tools/debugger/static/js/debugger_ui.js:711
msgid "Debugger Set Arguments Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:230 #: pgadmin/tools/debugger/static/js/debugger_ui.js:230
msgid "Null?" msgid "Null?"
msgstr "" msgstr ""
@@ -8697,14 +8861,108 @@ msgstr ""
msgid "Use Default?" msgid "Use Default?"
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:665
msgid "Debugger Set arguments error"
msgstr ""
#: pgadmin/tools/debugger/static/js/debugger_ui.js:690
msgid "Debugger Listener Startup Error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:55
msgid "Error while setting debugging breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:117
#: pgadmin/tools/debugger/static/js/direct.js:124
msgid "Error while fetching breakpoint information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:152
#: pgadmin/tools/debugger/static/js/direct.js:159
msgid "Error while starting debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:195
#: pgadmin/tools/debugger/static/js/direct.js:202
msgid "Error while executing requested debugging information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:237
#: pgadmin/tools/debugger/static/js/direct.js:244
msgid "Error while fetching variable information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:272
#: pgadmin/tools/debugger/static/js/direct.js:279
msgid "Error while fetching stack information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:385 #: pgadmin/tools/debugger/static/js/direct.js:385
msgid "Waiting for another session to invoke the target..." msgid "Waiting for another session to invoke the target..."
msgstr "等待另一个会话来调用的目标..." msgstr "等待另一个会话来调用的目标..."
#: pgadmin/tools/debugger/static/js/direct.js:404
#: pgadmin/tools/debugger/static/js/direct.js:411
#: pgadmin/tools/debugger/static/js/direct.js:592
#: pgadmin/tools/debugger/static/js/direct.js:653
msgid "Error while polling result."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:546
msgid "Debugger poll end execution error"
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:701
#: pgadmin/tools/debugger/static/js/direct.js:708
msgid "Error while executing continue in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:739
#: pgadmin/tools/debugger/static/js/direct.js:746
msgid "Error while executing step over in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:776
#: pgadmin/tools/debugger/static/js/direct.js:783
msgid "Error while executing step into in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:828
#: pgadmin/tools/debugger/static/js/direct.js:835
msgid "Error while executing stop in debugging session."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:900
#: pgadmin/tools/debugger/static/js/direct.js:907
msgid "Error while toggling breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:965
msgid "Error while clearing all breakpoint."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:996 #: pgadmin/tools/debugger/static/js/direct.js:996
msgid "Line No." msgid "Line No."
msgstr "" msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1226
msgid "Error while depositing variable value."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1257
msgid "Error while selecting frame."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1429
#: pgadmin/tools/debugger/static/js/direct.js:1450
msgid "Error while starting debugging listener."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1489
msgid "Error while fetching messages information."
msgstr ""
#: pgadmin/tools/debugger/static/js/direct.js:1558 #: pgadmin/tools/debugger/static/js/direct.js:1558
msgid "Local variables" msgid "Local variables"
msgstr "本地变量" msgstr "本地变量"
@@ -9420,27 +9678,91 @@ msgstr "文件保存成功。"
msgid "Loading the existing filter options..." msgid "Loading the existing filter options..."
msgstr "加载现有的筛选器选项..." msgstr "加载现有的筛选器选项..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2713
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2733
msgid "Get Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2764
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2834
msgid "Applying the new filter..." msgid "Applying the new filter..."
msgstr "应用新的筛选器..." msgstr "应用新的筛选器..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2782
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2792
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2803
msgid "Filter By Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2852
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2863
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2874
msgid "Filter Exclude Selection Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2887
msgid "Removing the filter..." msgid "Removing the filter..."
msgstr "移除筛选器..." msgstr "移除筛选器..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2903
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2913
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2924
msgid "Remove Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:2938
msgid "Applying the filter..." msgid "Applying the filter..."
msgstr "应用筛选器..." msgstr "应用筛选器..."
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2958
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2968
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:2979
msgid "Apply Filter Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3076
msgid "Setting the limit on the result..." msgid "Setting the limit on the result..."
msgstr "设置限制的结果......" msgstr "设置限制的结果......"
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3093
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3102
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3113
msgid "Change limit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3153
msgid "Initializing query execution..." msgid "Initializing query execution..."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3306
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3313
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3324
msgid "Cancel Query Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3358
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3362
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3373
msgid "Auto Rollback Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3397
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3401
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3412
msgid "Auto Commit Error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3441
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3447
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3479
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3485
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3516
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3522
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3552
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3558
msgid "Explain options error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3442
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3448
msgid "Error occurred while setting verbose option in explain." msgid "Error occurred while setting verbose option in explain."
@@ -9461,6 +9783,10 @@ msgstr ""
msgid "Error occurred while setting timing option in explain." msgid "Error occurred while setting timing option in explain."
msgstr "" msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
msgid "Get Preferences error"
msgstr ""
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657 #: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
msgid "Error occurred while getting query tool options." msgid "Error occurred while getting query tool options."
msgstr "" msgstr ""
@@ -9544,10 +9870,22 @@ msgstr "不能删除用户。"
msgid "Cannot delete currently logged in user." msgid "Cannot delete currently logged in user."
msgstr "不能删除当前登录的用户。" msgstr "不能删除当前登录的用户。"
#: pgadmin/tools/user_management/static/js/user_management.js:307
msgid "Delete user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:308
msgid "Are you sure you wish to delete this user?"
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:316 #: pgadmin/tools/user_management/static/js/user_management.js:316
msgid "Error during deleting user." msgid "Error during deleting user."
msgstr "删除用户时的错误。" msgstr "删除用户时的错误。"
#: pgadmin/tools/user_management/static/js/user_management.js:326
msgid "This user cannot be deleted."
msgstr ""
#: pgadmin/tools/user_management/static/js/user_management.js:364 #: pgadmin/tools/user_management/static/js/user_management.js:364
msgid "Close" msgid "Close"
msgstr "关闭" msgstr "关闭"