mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
parent
2be418706d
commit
187ab22d90
@ -257,7 +257,7 @@ define('pgadmin.node.cast', [
|
||||
id: 'syscast', label: gettext('System cast?'),
|
||||
cell: 'switch', type: 'switch', mode: ['properties'], disabled: true,
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ define('pgadmin.node.extension', [
|
||||
id: 'relocatable', label: gettext('Relocatable?'), cell: 'switch',
|
||||
group: gettext('Definition'), type: 'switch', mode: ['properties'],
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -126,7 +126,7 @@ define('pgadmin.node.language', [
|
||||
},{
|
||||
id: 'trusted', label: gettext('Trusted?'), type: 'switch',
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
},
|
||||
|
@ -167,7 +167,7 @@ define('pgadmin.node.domain', [
|
||||
id: 'sysdomain', label: gettext('System domain?'), cell: 'boolean',
|
||||
type: 'switch', mode: ['properties'],
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
@ -246,7 +246,7 @@ define('pgadmin.node.domain', [
|
||||
id: 'typnotnull', label: gettext('Not Null?'), cell: 'boolean',
|
||||
type: 'switch', group: gettext('Definition'),
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -265,7 +265,7 @@ define('pgadmin.node.function', [
|
||||
id: 'proisstrict', label: gettext('Strict?'), type: 'switch',
|
||||
group: gettext('Options'), disabled: 'isDisabled',
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -203,7 +203,7 @@ define('pgadmin.node.trigger_function', [
|
||||
id: 'proisstrict', label: gettext('Strict?'), type: 'switch',
|
||||
disabled: 'isDisabled', group: gettext('Options'),
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -173,7 +173,7 @@ define('pgadmin.node.sequence', [
|
||||
id: 'cycled', label: gettext('Cycled'), type: 'switch',
|
||||
mode: ['properties', 'create', 'edit'], group: gettext('Definition'),
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -177,7 +177,7 @@ define('pgadmin.node.synonym', [
|
||||
},{
|
||||
id: 'is_public_synonym', label: gettext('Public synonym?'),
|
||||
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'}
|
||||
}
|
||||
],
|
||||
|
@ -499,7 +499,7 @@ define('pgadmin.node.column', [
|
||||
id: 'attnotnull', label: gettext('Not NULL?'), cell: 'switch',
|
||||
type: 'switch', disabled: 'inSchemaWithColumnCheck', cellHeaderClasses:'width_percent_20',
|
||||
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',
|
||||
type: 'text', disabled: 'inSchemaWithColumnCheck', mode: ['properties', 'edit'],
|
||||
|
@ -936,13 +936,13 @@ function(gettext, url_for, $, _, S, pgAdmin, pgBrowser, Backform, alertify) {
|
||||
}
|
||||
else {
|
||||
alertify.alert(
|
||||
'Error fetching tables to be attached', res.data.result
|
||||
gettext('Error fetching tables to be attached'), res.data.result
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -242,7 +242,7 @@ function(gettext, $, _, pgBrowser, Backform, Backgrid) {
|
||||
id: 'oid', label: gettext('OID'), type: 'text'
|
||||
},{
|
||||
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',
|
||||
editable: function(m) {
|
||||
if (m instanceof Backbone.Model && m.isNew() && !m.top.isNew())
|
||||
|
@ -979,13 +979,13 @@ define('pgadmin.node.table', [
|
||||
}
|
||||
else {
|
||||
alertify.alert(
|
||||
'Error fetching tables to be attached', res.data.result
|
||||
gettext('Error fetching tables to be attached'), res.data.result
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
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);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -292,18 +292,18 @@ define('pgadmin.node.mview', [
|
||||
dataType: "json",
|
||||
success: function(res) {
|
||||
if (res.success == 1) {
|
||||
alertify.success('View refreshed successfully');
|
||||
alertify.success(gettext('View refreshed successfully'));
|
||||
}
|
||||
else {
|
||||
alertify.alert(
|
||||
'Error refreshing view',
|
||||
gettext('Error refreshing view'),
|
||||
res.data.result
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
var errmsg = $.parseJSON(e.responseText);
|
||||
alertify.alert('Error refreshing view', errmsg.errormsg);
|
||||
alertify.alert(gettext('Error refreshing view'), errmsg.errormsg);
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -393,7 +393,7 @@ define('pgadmin.node.database', [
|
||||
editable: false, type: 'switch', group: gettext('Definition'),
|
||||
mode: ['properties'], disabled: true,
|
||||
options: {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small'
|
||||
}
|
||||
|
@ -64,7 +64,7 @@ define('pgadmin.node.role', [
|
||||
});
|
||||
|
||||
var switchOptions = {
|
||||
'onText': 'Yes', 'offText': 'No',
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'size': 'mini'
|
||||
};
|
||||
|
||||
|
@ -645,7 +645,7 @@ define('pgadmin.node.server', [
|
||||
},{
|
||||
id: 'connected', label: gettext('Connected?'), type: 'switch',
|
||||
mode: ['properties'], group: gettext('Connection'), 'options': {
|
||||
'onText': 'True', 'offText': 'False', 'onColor': 'success',
|
||||
'onText': gettext('True'), 'offText': gettext('False'), 'onColor': 'success',
|
||||
'offColor': 'danger', 'size': 'small'
|
||||
}
|
||||
},{
|
||||
@ -725,7 +725,7 @@ define('pgadmin.node.server', [
|
||||
},{
|
||||
id: 'sslcompression', label: gettext('SSL compression?'), type: 'switch',
|
||||
mode: ['edit', 'create'], group: gettext('SSL'),
|
||||
'options': { 'onText': 'True', 'offText': 'False',
|
||||
'options': { 'onText': gettext('True'), 'offText': gettext('False'),
|
||||
'onColor': 'success', 'offColor': 'danger', 'size': 'small'},
|
||||
deps: ['sslmode'], disabled: 'isSSL'
|
||||
},{
|
||||
@ -763,7 +763,7 @@ define('pgadmin.node.server', [
|
||||
},{
|
||||
id: 'sslcompression', label: gettext('SSL compression?'), type: 'switch',
|
||||
mode: ['properties'], group: gettext('SSL'),
|
||||
'options': { 'onText': 'True', 'offText': 'False',
|
||||
'options': { 'onText': gettext('True'), 'offText': gettext('False'),
|
||||
'onColor': 'success', 'offColor': 'danger', 'size': 'small'},
|
||||
deps: ['sslmode'], visible: function(m) {
|
||||
var sslmode = m.get('sslmode');
|
||||
|
@ -627,7 +627,7 @@ define(
|
||||
if (!(_.isFunction(obj.canDropCascade) ?
|
||||
obj.canDropCascade.apply(obj, [d, i]) : obj.canDropCascade)) {
|
||||
Alertify.error(
|
||||
S('The %s "%s" cannot be dropped!')
|
||||
S( gettext('The %s "%s" cannot be dropped.'))
|
||||
.sprintf(obj.label, d.label).value(),
|
||||
10
|
||||
);
|
||||
@ -641,7 +641,7 @@ define(
|
||||
if (!(_.isFunction(obj.canDrop) ?
|
||||
obj.canDrop.apply(obj, [d, i]) : obj.canDrop)) {
|
||||
Alertify.error(
|
||||
S('The %s "%s" cannot be dropped!')
|
||||
S( gettext('The %s "%s" cannot be dropped.'))
|
||||
.sprintf(obj.label, d.label).value(),
|
||||
10
|
||||
);
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -874,6 +874,55 @@ msgstr ""
|
||||
msgid "System cast?"
|
||||
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/event_triggers/static/js/event_trigger.js:97
|
||||
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
|
||||
@ -2997,27 +3046,6 @@ msgstr ""
|
||||
msgid "Primary key?"
|
||||
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
|
||||
msgid "Inherited from table"
|
||||
msgstr ""
|
||||
@ -3783,6 +3811,13 @@ msgstr ""
|
||||
msgid "Are you sure you wish to detach this partition?"
|
||||
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
|
||||
msgid ""
|
||||
"The control above is used to Create/Attach/Detach "
|
||||
@ -3914,6 +3949,17 @@ msgstr ""
|
||||
msgid "Operation"
|
||||
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
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
@ -4756,6 +4802,15 @@ msgstr ""
|
||||
msgid "Please enter view definition."
|
||||
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:74
|
||||
#: 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:723
|
||||
#: pgadmin/dashboard/static/js/dashboard.js:790
|
||||
#: pgadmin/misc/depends/static/js/depends.js:233
|
||||
msgid "Database"
|
||||
msgstr ""
|
||||
|
||||
@ -6323,6 +6379,24 @@ msgstr ""
|
||||
msgid "Connection"
|
||||
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
|
||||
msgid "Connect now?"
|
||||
msgstr ""
|
||||
@ -6658,6 +6732,7 @@ msgid "Server Group..."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/browser/static/js/browser.js:25
|
||||
#: pgadmin/misc/depends/static/js/depends.js:357
|
||||
msgid "Please select an object in the tree view."
|
||||
msgstr ""
|
||||
|
||||
@ -6669,12 +6744,6 @@ msgstr ""
|
||||
msgid "Dependents"
|
||||
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
|
||||
msgid "No object selected"
|
||||
msgstr ""
|
||||
@ -6781,6 +6850,11 @@ msgstr ""
|
||||
msgid "DROP CASCADE %s?"
|
||||
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
|
||||
#, python-format
|
||||
msgid "Are you sure you want to drop %s \"%s\"?"
|
||||
@ -7460,6 +7534,11 @@ msgstr ""
|
||||
msgid "Execution time"
|
||||
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/sql/static/js/sql.js:124
|
||||
#: pgadmin/misc/statistics/static/js/statistics.js:271
|
||||
@ -7472,6 +7551,29 @@ msgstr ""
|
||||
msgid "Failed to retrieve data from the server."
|
||||
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
|
||||
msgid "Maximum file upload size (MB)"
|
||||
msgstr ""
|
||||
@ -7608,16 +7710,6 @@ msgstr ""
|
||||
msgid "No SQL could be generated for the selected object."
|
||||
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
|
||||
msgid "No statistics are available for the selected object."
|
||||
msgstr ""
|
||||
@ -7694,6 +7786,10 @@ msgstr ""
|
||||
msgid "Note"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:348
|
||||
msgid "This object is not user editable."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:388
|
||||
msgid "Are you sure you wish to delete this row?"
|
||||
msgstr ""
|
||||
@ -7702,6 +7798,10 @@ msgstr ""
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:421
|
||||
msgid "This object cannot be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:812
|
||||
msgid "Array Values"
|
||||
msgstr ""
|
||||
@ -8109,10 +8209,28 @@ msgstr ""
|
||||
msgid "View/Edit Data"
|
||||
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
|
||||
msgid "Edit Data - "
|
||||
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
|
||||
msgid "Query - "
|
||||
msgstr ""
|
||||
@ -8422,6 +8540,7 @@ msgstr ""
|
||||
#: pgadmin/tools/debugger/__init__.py:1573
|
||||
#: pgadmin/tools/debugger/__init__.py:1598
|
||||
#: 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:465
|
||||
#: pgadmin/tools/sqleditor/__init__.py:1148
|
||||
@ -8480,10 +8599,55 @@ msgstr ""
|
||||
msgid "Set breakpoint"
|
||||
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
|
||||
msgid "Please enter a value for the parameter."
|
||||
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
|
||||
msgid "Null?"
|
||||
msgstr ""
|
||||
@ -8496,14 +8660,108 @@ msgstr ""
|
||||
msgid "Use Default?"
|
||||
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
|
||||
msgid "Waiting for another session to invoke the target..."
|
||||
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
|
||||
msgid "Line No."
|
||||
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
|
||||
msgid "Local variables"
|
||||
msgstr ""
|
||||
@ -9206,27 +9464,91 @@ msgstr ""
|
||||
msgid "Loading the existing filter options..."
|
||||
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:2834
|
||||
msgid "Applying the new filter..."
|
||||
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
|
||||
msgid "Removing the filter..."
|
||||
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
|
||||
msgid "Applying the filter..."
|
||||
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
|
||||
msgid "Setting the limit on the result..."
|
||||
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
|
||||
msgid "Initializing query execution..."
|
||||
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:3448
|
||||
msgid "Error occurred while setting verbose option in explain."
|
||||
@ -9247,6 +9569,10 @@ msgstr ""
|
||||
msgid "Error occurred while setting timing option in explain."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
|
||||
msgid "Get Preferences error"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
|
||||
msgid "Error occurred while getting query tool options."
|
||||
msgstr ""
|
||||
@ -9330,10 +9656,22 @@ msgstr ""
|
||||
msgid "Cannot delete currently logged in user."
|
||||
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
|
||||
msgid "Error during deleting user."
|
||||
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
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
@ -230,10 +230,10 @@ define('misc.depends', [
|
||||
* it should be 'Restriction'.
|
||||
*/
|
||||
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 {
|
||||
this.dependenciesGrid.columns.models[2].set({'label': 'Restriction'});
|
||||
this.dependentGrid.columns.models[2].set({'label': 'Restriction'});
|
||||
this.dependenciesGrid.columns.models[2].set({'label': gettext('Restriction')});
|
||||
this.dependentGrid.columns.models[2].set({'label': gettext('Restriction')});
|
||||
}
|
||||
|
||||
// Hide message container and show grid container.
|
||||
@ -310,8 +310,8 @@ define('misc.depends', [
|
||||
self.dependentCollection,
|
||||
self.dependentsPanels,
|
||||
node.generate_url(item, 'dependent', data, true),
|
||||
['No object selected.', 'No dependent information is available for the current object.',
|
||||
'Fetching dependent information from the server...'],
|
||||
[gettext('No object selected.'), gettext('No dependent information is available for the current object.'),
|
||||
gettext('Fetching dependent information from the server...')],
|
||||
node,
|
||||
item,
|
||||
data._type
|
||||
@ -354,8 +354,8 @@ define('misc.depends', [
|
||||
self.dependenciesCollection,
|
||||
self.dependenciesPanels,
|
||||
node.generate_url(item, 'dependency', data, true),
|
||||
['Please select an object in the tree view.', 'No dependency information is available for the current object.',
|
||||
'Fetching dependency information from the server...'],
|
||||
[gettext('Please select an object in the tree view.'), gettext('No dependency information is available for the current object.'),
|
||||
gettext('Fetching dependency information from the server...')],
|
||||
node,
|
||||
item,
|
||||
data._type
|
||||
|
@ -422,8 +422,8 @@
|
||||
defaults: {
|
||||
label: "",
|
||||
options: {
|
||||
onText: 'Yes',
|
||||
offText: 'No',
|
||||
onText: gettext('Yes'),
|
||||
offText: gettext('No'),
|
||||
onColor: 'success',
|
||||
offColor: 'primary',
|
||||
size: 'small'
|
||||
|
@ -345,7 +345,7 @@
|
||||
);
|
||||
}
|
||||
} else {
|
||||
Alertify.alert("This object is not editable by user",
|
||||
Alertify.alert(gettext("This object is not user editable."),
|
||||
function(){
|
||||
return true;
|
||||
});
|
||||
@ -418,7 +418,7 @@
|
||||
}
|
||||
);
|
||||
} else {
|
||||
Alertify.alert("This object cannot be deleted",
|
||||
Alertify.alert(gettext("This object cannot be deleted."),
|
||||
function(){
|
||||
return true;
|
||||
}
|
||||
@ -454,8 +454,8 @@
|
||||
var SwitchCell = Backgrid.Extension.SwitchCell = Backgrid.BooleanCell.extend({
|
||||
defaults: {
|
||||
options: _.defaults({
|
||||
onText: 'True',
|
||||
offText: 'False',
|
||||
onText: gettext('True'),
|
||||
offText: gettext('False'),
|
||||
onColor: 'success',
|
||||
offColor: 'default',
|
||||
size: 'mini'
|
||||
|
@ -121,8 +121,8 @@ define('pgadmin.datagrid', [
|
||||
d = pgAdmin.Browser.tree.itemData(i);
|
||||
if (d === undefined) {
|
||||
alertify.alert(
|
||||
'Data Grid Error',
|
||||
'No object selected.'
|
||||
gettext('Data Grid Error'),
|
||||
gettext('No object selected.')
|
||||
);
|
||||
return;
|
||||
}
|
||||
@ -174,8 +174,8 @@ define('pgadmin.datagrid', [
|
||||
d = pgAdmin.Browser.tree.itemData(i);
|
||||
if (d === undefined) {
|
||||
alertify.alert(
|
||||
'Data Grid Error',
|
||||
'No object selected.'
|
||||
gettext('Data Grid Error'),
|
||||
gettext('No object selected.')
|
||||
);
|
||||
return;
|
||||
}
|
||||
@ -289,14 +289,14 @@ define('pgadmin.datagrid', [
|
||||
}
|
||||
else {
|
||||
alertify.alert(
|
||||
'Validation Error',
|
||||
gettext('Validation Error'),
|
||||
res.data.result
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
alertify.alert(
|
||||
'Validation Error',
|
||||
gettext('Validation Error'),
|
||||
e
|
||||
);
|
||||
}
|
||||
@ -412,7 +412,7 @@ define('pgadmin.datagrid', [
|
||||
},
|
||||
error: function(e) {
|
||||
alertify.alert(
|
||||
'SQL Tool Initialize Error'
|
||||
gettext('Query Tool Initialization Error')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -426,8 +426,8 @@ define('pgadmin.datagrid', [
|
||||
d = pgAdmin.Browser.tree.itemData(i);
|
||||
if (d === undefined) {
|
||||
alertify.alert(
|
||||
'Query tool Error',
|
||||
'No object selected.'
|
||||
gettext('Query Tool Error'),
|
||||
gettext('No object selected.')
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
@ -433,7 +433,7 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger target Initialize Error',
|
||||
gettext('Debugger Target Initialization Error'),
|
||||
e.responseJSON.errormsg
|
||||
);
|
||||
}
|
||||
@ -444,7 +444,7 @@ define([
|
||||
try {
|
||||
var err = $.parseJSON(xhr.responseText);
|
||||
if (err.success == 0) {
|
||||
Alertify.alert('Debugger Error', err.errormsg);
|
||||
Alertify.alert(gettext('Debugger Error'), err.errormsg);
|
||||
}
|
||||
} catch (e) {}
|
||||
}
|
||||
|
@ -211,7 +211,7 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Set arguments error'
|
||||
gettext('Debugger Set Arguments Error')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -662,14 +662,14 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Set arguments error'
|
||||
gettext('Debugger Set arguments error')
|
||||
);
|
||||
}
|
||||
});
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger target Initialize Error',
|
||||
gettext('Debugger Target Initialization Error'),
|
||||
e.responseJSON.errormsg
|
||||
);
|
||||
}
|
||||
@ -687,7 +687,7 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger listener starting error',
|
||||
gettext('Debugger Listener Startup Error'),
|
||||
e.responseJSON.errormsg
|
||||
);
|
||||
}
|
||||
@ -708,7 +708,7 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Set arguments error'
|
||||
gettext('Debugger Set Arguments Error')
|
||||
);
|
||||
}
|
||||
});
|
||||
|
@ -51,8 +51,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while setting debugging breakpoint.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while setting debugging breakpoint.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -113,15 +113,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching breakpoint information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching breakpoint information.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching breakpoint information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching breakpoint information.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -148,15 +148,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while starting debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while starting debugging session.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while starting debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while starting debugging session.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -191,15 +191,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing requested debugging information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing requested debugging information.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing requested debugging information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing requested debugging information.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -233,15 +233,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching variable information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching variable information.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching variable information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching variable information.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -268,15 +268,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching stack information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching stack information.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching stack information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching stack information.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -400,15 +400,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while polling result.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while polling result.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while polling result.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while polling result.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -543,7 +543,7 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger poll end execution error',
|
||||
gettext('Debugger poll end execution error'),
|
||||
res.data.result
|
||||
);
|
||||
}
|
||||
@ -588,8 +588,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while polling result.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while polling result.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -649,8 +649,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while polling result.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while polling result.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -697,15 +697,15 @@ define([
|
||||
}
|
||||
else {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing continue in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing continue in debugging session.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing continue in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing continue in debugging session.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -735,15 +735,15 @@ define([
|
||||
}
|
||||
else {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing step over in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing step over in debugging session.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing step over in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing step over in debugging session.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -772,15 +772,15 @@ define([
|
||||
}
|
||||
else {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing step into in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing step into in debugging session.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing step into in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing step into in debugging session.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -824,15 +824,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing stop in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing stop in debugging session.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while executing stop in debugging session.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while executing stop in debugging session.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -896,15 +896,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while toggling breakpoint.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while toggling breakpoint.')
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while toggling breakpoint.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while toggling breakpoint.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -961,8 +961,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while clearing all breakpoint.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while clearing all breakpoint.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -1222,8 +1222,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while depositing variable value.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while depositing variable value.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -1253,8 +1253,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while selecting frame.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while selecting frame.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -1425,8 +1425,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while starting debugging listener.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while starting debugging listener.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -1446,8 +1446,8 @@ define([
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while starting debugging listener.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while starting debugging listener.')
|
||||
);
|
||||
}
|
||||
});
|
||||
@ -1478,15 +1478,15 @@ define([
|
||||
}
|
||||
else if (res.data.status === 'NotConnected') {
|
||||
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
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function(e) {
|
||||
Alertify.alert(
|
||||
'Debugger Error',
|
||||
'Error while fetching messages information.'
|
||||
gettext('Debugger Error'),
|
||||
gettext('Error while fetching messages information.')
|
||||
);
|
||||
}
|
||||
});
|
||||
|
@ -2710,7 +2710,7 @@ define('tools.querytool', [
|
||||
} else {
|
||||
setTimeout(
|
||||
function () {
|
||||
alertify.alert('Get Filter Error', res.data.result);
|
||||
alertify.alert(gettext('Get Filter Error'), res.data.result);
|
||||
}, 10
|
||||
);
|
||||
}
|
||||
@ -2730,7 +2730,7 @@ define('tools.querytool', [
|
||||
}
|
||||
setTimeout(
|
||||
function () {
|
||||
alertify.alert('Get Filter Error', msg);
|
||||
alertify.alert(gettext('Get Filter Error'), msg);
|
||||
}, 10
|
||||
);
|
||||
}
|
||||
@ -2779,7 +2779,7 @@ define('tools.querytool', [
|
||||
queryToolActions.executeQuery(self);
|
||||
}
|
||||
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(
|
||||
function () {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -2800,7 +2800,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
msg = e.responseJSON.errormsg;
|
||||
|
||||
alertify.alert('Filter By Selection Error', msg);
|
||||
alertify.alert(gettext('Filter By Selection Error'), msg);
|
||||
}, 10
|
||||
);
|
||||
}
|
||||
@ -2849,7 +2849,7 @@ define('tools.querytool', [
|
||||
queryToolActions.executeQuery(self);
|
||||
}
|
||||
else {
|
||||
alertify.alert('Filter Exclude Selection Error', res.data.result);
|
||||
alertify.alert(gettext('Filter Exclude Selection Error'), res.data.result);
|
||||
}
|
||||
}, 10
|
||||
);
|
||||
@ -2860,7 +2860,7 @@ define('tools.querytool', [
|
||||
setTimeout(
|
||||
function () {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -2871,7 +2871,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
msg = e.responseJSON.errormsg;
|
||||
|
||||
alertify.alert('Filter Exclude Selection Error', msg);
|
||||
alertify.alert(gettext('Filter Exclude Selection Error'), msg);
|
||||
}, 10
|
||||
);
|
||||
}
|
||||
@ -2900,7 +2900,7 @@ define('tools.querytool', [
|
||||
queryToolActions.executeQuery(self);
|
||||
}
|
||||
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(
|
||||
function () {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -2921,7 +2921,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
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);
|
||||
}
|
||||
else {
|
||||
alertify.alert('Apply Filter Error', res.data.result);
|
||||
alertify.alert(gettext('Apply Filter Error'), res.data.result);
|
||||
}
|
||||
}, 10
|
||||
);
|
||||
@ -2965,7 +2965,7 @@ define('tools.querytool', [
|
||||
setTimeout(
|
||||
function () {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -2976,7 +2976,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
msg = e.responseJSON.errormsg;
|
||||
|
||||
alertify.alert('Apply Filter Error', msg);
|
||||
alertify.alert(gettext('Apply Filter Error'), msg);
|
||||
}, 10
|
||||
);
|
||||
}
|
||||
@ -3090,7 +3090,7 @@ define('tools.querytool', [
|
||||
queryToolActions.executeQuery(self);
|
||||
}
|
||||
else
|
||||
alertify.alert('Change limit Error', res.data.result);
|
||||
alertify.alert(gettext('Change limit Error'), res.data.result);
|
||||
}, 10
|
||||
);
|
||||
},
|
||||
@ -3099,7 +3099,7 @@ define('tools.querytool', [
|
||||
setTimeout(
|
||||
function () {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -3110,7 +3110,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
msg = e.responseJSON.errormsg;
|
||||
|
||||
alertify.alert('Change limit Error', msg);
|
||||
alertify.alert(gettext('Change limit Error'), msg);
|
||||
}, 10
|
||||
);
|
||||
}
|
||||
@ -3303,14 +3303,14 @@ define('tools.querytool', [
|
||||
}
|
||||
else {
|
||||
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) {
|
||||
self.disable_tool_buttons(false);
|
||||
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -3321,7 +3321,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
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),
|
||||
success: function (res) {
|
||||
if (!res.data.status)
|
||||
alertify.alert('Auto Rollback Error', res.data.result);
|
||||
alertify.alert(gettext('Auto Rollback Error'), res.data.result);
|
||||
},
|
||||
error: function (e) {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -3370,7 +3370,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
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),
|
||||
success: function (res) {
|
||||
if (!res.data.status)
|
||||
alertify.alert('Auto Commit Error', res.data.result);
|
||||
alertify.alert(gettext('Auto Commit Error'), res.data.result);
|
||||
},
|
||||
error: function (e) {
|
||||
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.")
|
||||
);
|
||||
return;
|
||||
@ -3409,7 +3409,7 @@ define('tools.querytool', [
|
||||
e.responseJSON.errormsg != undefined)
|
||||
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),
|
||||
success: function (res) {
|
||||
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.")
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function (e) {
|
||||
alertify.alert('Explain options error',
|
||||
alertify.alert(gettext('Explain options error'),
|
||||
gettext("Error occurred while setting verbose option in explain.")
|
||||
);
|
||||
return;
|
||||
@ -3476,13 +3476,13 @@ define('tools.querytool', [
|
||||
data: JSON.stringify(data),
|
||||
success: function (res) {
|
||||
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.")
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function (e) {
|
||||
alertify.alert('Explain options error',
|
||||
alertify.alert(gettext('Explain options error'),
|
||||
gettext("Error occurred while setting costs option in explain.")
|
||||
);
|
||||
}
|
||||
@ -3513,13 +3513,13 @@ define('tools.querytool', [
|
||||
data: JSON.stringify(data),
|
||||
success: function (res) {
|
||||
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.")
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function (e) {
|
||||
alertify.alert('Explain options error',
|
||||
alertify.alert(gettext('Explain options error'),
|
||||
gettext("Error occurred while setting buffers option in explain.")
|
||||
);
|
||||
}
|
||||
@ -3549,13 +3549,13 @@ define('tools.querytool', [
|
||||
data: JSON.stringify(data),
|
||||
success: function (res) {
|
||||
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.")
|
||||
);
|
||||
}
|
||||
},
|
||||
error: function (e) {
|
||||
alertify.alert('Explain options error',
|
||||
alertify.alert(gettext('Explain options error'),
|
||||
gettext("Error occurred while setting timing option in explain.")
|
||||
);
|
||||
}
|
||||
@ -3653,7 +3653,7 @@ define('tools.querytool', [
|
||||
},
|
||||
error: function (e) {
|
||||
updateUI();
|
||||
alertify.alert('Get Preferences error',
|
||||
alertify.alert(gettext('Get Preferences error'),
|
||||
gettext("Error occurred while getting query tool options.")
|
||||
);
|
||||
}
|
||||
|
@ -105,7 +105,7 @@ define([
|
||||
},{
|
||||
id: 'active', label: gettext('Active'),
|
||||
type: 'switch', cell: 'switch', cellHeaderClasses:'width_percent_10',
|
||||
options: { 'onText': 'Yes', 'offText': 'No'},
|
||||
options: { 'onText': gettext('Yes'), 'offText': gettext('No')},
|
||||
editable: function(m) {
|
||||
if(m instanceof Backbone.Collection) {
|
||||
return true;
|
||||
@ -304,8 +304,8 @@ define([
|
||||
self.model.destroy();
|
||||
} else {
|
||||
alertify.confirm(
|
||||
'Delete user?',
|
||||
'Are you sure you wish to delete this user?',
|
||||
gettext('Delete user?'),
|
||||
gettext('Are you sure you wish to delete this user?'),
|
||||
function(evt) {
|
||||
self.model.destroy({
|
||||
wait: true,
|
||||
@ -323,7 +323,7 @@ define([
|
||||
);
|
||||
}
|
||||
} else {
|
||||
alertify.alert("This user cannot be deleted.",
|
||||
alertify.alert(gettext("This user cannot be deleted."),
|
||||
function(){
|
||||
return true;
|
||||
}
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: pgAdmin 4\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"
|
||||
"Last-Translator: Jonas Thelemann\n"
|
||||
"Language: de\n"
|
||||
@ -887,6 +887,55 @@ msgstr "Kontext"
|
||||
msgid "System cast?"
|
||||
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/event_triggers/static/js/event_trigger.js:97
|
||||
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
|
||||
@ -3028,27 +3077,6 @@ msgstr "Spalte..."
|
||||
msgid "Primary key?"
|
||||
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
|
||||
msgid "Inherited from table"
|
||||
msgstr "Von Tabelle geerbt"
|
||||
@ -3815,6 +3843,13 @@ msgstr ""
|
||||
msgid "Are you sure you wish to detach this partition?"
|
||||
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
|
||||
msgid ""
|
||||
"The control above is used to Create/Attach/Detach "
|
||||
@ -3946,6 +3981,17 @@ msgstr ""
|
||||
msgid "Operation"
|
||||
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
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
@ -4793,6 +4839,15 @@ msgstr "Füllfaktor"
|
||||
msgid "Please enter view definition."
|
||||
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:74
|
||||
#: 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:723
|
||||
#: pgadmin/dashboard/static/js/dashboard.js:790
|
||||
#: pgadmin/misc/depends/static/js/depends.js:233
|
||||
msgid "Database"
|
||||
msgstr "Datenbank"
|
||||
|
||||
@ -6508,6 +6564,24 @@ msgstr "Verbunden?"
|
||||
msgid "Connection"
|
||||
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
|
||||
msgid "Connect now?"
|
||||
msgstr "Jetzt verbinden?"
|
||||
@ -6845,6 +6919,7 @@ msgid "Server Group..."
|
||||
msgstr "Servergruppe..."
|
||||
|
||||
#: pgadmin/browser/static/js/browser.js:25
|
||||
#: pgadmin/misc/depends/static/js/depends.js:357
|
||||
msgid "Please select an object in the tree view."
|
||||
msgstr "Bitte wählen Sie ein Objekt in der Baumansicht aus."
|
||||
|
||||
@ -6856,12 +6931,6 @@ msgstr "Abhängigkeiten"
|
||||
msgid "Dependents"
|
||||
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
|
||||
msgid "No object selected"
|
||||
msgstr "Kein Objekt ausgewählt"
|
||||
@ -6974,6 +7043,11 @@ msgstr ""
|
||||
msgid "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
|
||||
#, python-format
|
||||
msgid "Are you sure you want to drop %s \"%s\"?"
|
||||
@ -7659,6 +7733,11 @@ msgstr "Sekunden"
|
||||
msgid "Execution time"
|
||||
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/sql/static/js/sql.js:124
|
||||
#: 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."
|
||||
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
|
||||
msgid "Maximum file upload size (MB)"
|
||||
msgstr "Maximale Dateigröße (MB)"
|
||||
@ -7807,16 +7909,6 @@ msgstr ""
|
||||
msgid "No SQL could be generated for the selected object."
|
||||
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
|
||||
msgid "No statistics are available for the selected object."
|
||||
msgstr "Für das ausgewählte Objekt stehen keine Statistiken zur Verfügung."
|
||||
@ -7894,6 +7986,10 @@ msgstr "Allgemein"
|
||||
msgid "Note"
|
||||
msgstr "Hinweis"
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:348
|
||||
msgid "This object is not user editable."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:388
|
||||
msgid "Are you sure you wish to delete this row?"
|
||||
msgstr ""
|
||||
@ -7902,6 +7998,10 @@ msgstr ""
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:421
|
||||
msgid "This object cannot be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:812
|
||||
msgid "Array Values"
|
||||
msgstr ""
|
||||
@ -8319,10 +8419,28 @@ msgstr ""
|
||||
msgid "View/Edit Data"
|
||||
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
|
||||
msgid "Edit Data - "
|
||||
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
|
||||
msgid "Query - "
|
||||
msgstr ""
|
||||
@ -8638,6 +8756,7 @@ msgstr ""
|
||||
#: pgadmin/tools/debugger/__init__.py:1573
|
||||
#: pgadmin/tools/debugger/__init__.py:1598
|
||||
#: 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:465
|
||||
#: pgadmin/tools/sqleditor/__init__.py:1148
|
||||
@ -8698,10 +8817,55 @@ msgstr "Testen"
|
||||
msgid "Set breakpoint"
|
||||
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
|
||||
msgid "Please enter a value for the parameter."
|
||||
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
|
||||
msgid "Null?"
|
||||
msgstr ""
|
||||
@ -8714,14 +8878,108 @@ msgstr ""
|
||||
msgid "Use Default?"
|
||||
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
|
||||
msgid "Waiting for another session to invoke the target..."
|
||||
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
|
||||
msgid "Line No."
|
||||
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
|
||||
msgid "Local variables"
|
||||
msgstr "Lokale Variablen"
|
||||
@ -9460,27 +9718,91 @@ msgstr "Datei erfolgreich gespeichert."
|
||||
msgid "Loading the existing filter options..."
|
||||
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:2834
|
||||
msgid "Applying the new filter..."
|
||||
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
|
||||
msgid "Removing the filter..."
|
||||
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
|
||||
msgid "Applying the filter..."
|
||||
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
|
||||
msgid "Setting the limit on the result..."
|
||||
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
|
||||
msgid "Initializing query execution..."
|
||||
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:3448
|
||||
msgid "Error occurred while setting verbose option in explain."
|
||||
@ -9501,6 +9823,10 @@ msgstr ""
|
||||
msgid "Error occurred while setting timing option in explain."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
|
||||
msgid "Get Preferences error"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
|
||||
msgid "Error occurred while getting query tool options."
|
||||
msgstr ""
|
||||
@ -9584,10 +9910,22 @@ msgstr "Kann den Benutzer nicht löschen."
|
||||
msgid "Cannot delete currently logged in user."
|
||||
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
|
||||
msgid "Error during deleting user."
|
||||
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
|
||||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: \n"
|
||||
"Language: ja\n"
|
||||
@ -877,6 +877,55 @@ msgstr "コンテキスト"
|
||||
msgid "System cast?"
|
||||
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/event_triggers/static/js/event_trigger.js:97
|
||||
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
|
||||
@ -3004,27 +3053,6 @@ msgstr "カラム"
|
||||
msgid "Primary key?"
|
||||
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
|
||||
msgid "Inherited from table"
|
||||
msgstr "継承元"
|
||||
@ -3790,6 +3818,13 @@ msgstr "パーティションキー"
|
||||
msgid "Are you sure you wish to detach this partition?"
|
||||
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
|
||||
msgid ""
|
||||
"The control above is used to Create/Attach/Detach "
|
||||
@ -3921,6 +3956,17 @@ msgstr "パーティションキー表現は必須です"
|
||||
msgid "Operation"
|
||||
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
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
@ -4770,6 +4816,15 @@ msgstr "フィルファクタ"
|
||||
msgid "Please enter view definition."
|
||||
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:74
|
||||
#: 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:723
|
||||
#: pgadmin/dashboard/static/js/dashboard.js:790
|
||||
#: pgadmin/misc/depends/static/js/depends.js:233
|
||||
msgid "Database"
|
||||
msgstr "データベース"
|
||||
|
||||
@ -6455,6 +6511,24 @@ msgstr "接続済"
|
||||
msgid "Connection"
|
||||
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
|
||||
msgid "Connect now?"
|
||||
msgstr "いますぐ接続"
|
||||
@ -6790,6 +6864,7 @@ msgid "Server Group..."
|
||||
msgstr "サーバグループ..."
|
||||
|
||||
#: pgadmin/browser/static/js/browser.js:25
|
||||
#: pgadmin/misc/depends/static/js/depends.js:357
|
||||
msgid "Please select an object in the tree view."
|
||||
msgstr "ツリービューのオブジェクトを選択してください"
|
||||
|
||||
@ -6801,12 +6876,6 @@ msgstr "依存性"
|
||||
msgid "Dependents"
|
||||
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
|
||||
msgid "No object selected"
|
||||
msgstr "オブジェクトが選択されていません"
|
||||
@ -6913,6 +6982,11 @@ msgstr "%s「%s」と関連するオブジェクトを削除しますか?"
|
||||
msgid "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
|
||||
#, python-format
|
||||
msgid "Are you sure you want to drop %s \"%s\"?"
|
||||
@ -7594,6 +7668,11 @@ msgstr "秒数"
|
||||
msgid "Execution time"
|
||||
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/sql/static/js/sql.js:124
|
||||
#: pgadmin/misc/statistics/static/js/statistics.js:271
|
||||
@ -7606,6 +7685,29 @@ msgstr "情報取得エラー - %s"
|
||||
msgid "Failed to retrieve data from the server."
|
||||
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
|
||||
msgid "Maximum file upload size (MB)"
|
||||
msgstr "最大ファイルアップロードサイズ (MB)"
|
||||
@ -7742,16 +7844,6 @@ msgstr "このファイルを置き換えますか?"
|
||||
msgid "No SQL could be generated for the selected object."
|
||||
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
|
||||
msgid "No statistics are available for the selected object."
|
||||
msgstr "選択されたオブジェクトについて統計が有効ではありません"
|
||||
@ -7828,6 +7920,10 @@ msgstr "一般"
|
||||
msgid "Note"
|
||||
msgstr "ノート"
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:348
|
||||
msgid "This object is not user editable."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:388
|
||||
msgid "Are you sure you wish to delete this row?"
|
||||
msgstr "この行を削除しますか?"
|
||||
@ -7836,6 +7932,10 @@ msgstr "この行を削除しますか?"
|
||||
msgid "Delete Row"
|
||||
msgstr "行を削除"
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:421
|
||||
msgid "This object cannot be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:812
|
||||
msgid "Array Values"
|
||||
msgstr ""
|
||||
@ -8243,10 +8343,28 @@ msgstr "フィルタした行の表示..."
|
||||
msgid "View/Edit Data"
|
||||
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
|
||||
msgid "Edit Data - "
|
||||
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
|
||||
msgid "Query - "
|
||||
msgstr "クエリ - "
|
||||
@ -8558,6 +8676,7 @@ msgstr ""
|
||||
#: pgadmin/tools/debugger/__init__.py:1573
|
||||
#: pgadmin/tools/debugger/__init__.py:1598
|
||||
#: 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:465
|
||||
#: pgadmin/tools/sqleditor/__init__.py:1148
|
||||
@ -8616,10 +8735,55 @@ msgstr "デバッグ"
|
||||
msgid "Set breakpoint"
|
||||
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
|
||||
msgid "Please enter a value for the parameter."
|
||||
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
|
||||
msgid "Null?"
|
||||
msgstr ""
|
||||
@ -8632,14 +8796,108 @@ msgstr ""
|
||||
msgid "Use Default?"
|
||||
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
|
||||
msgid "Waiting for another session to invoke the target..."
|
||||
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
|
||||
msgid "Line No."
|
||||
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
|
||||
msgid "Local variables"
|
||||
msgstr "ローカル変数"
|
||||
@ -9347,27 +9605,91 @@ msgstr "ファイル保存に成功しました"
|
||||
msgid "Loading the existing filter options..."
|
||||
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:2834
|
||||
msgid "Applying the new filter..."
|
||||
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
|
||||
msgid "Removing the filter..."
|
||||
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
|
||||
msgid "Applying the filter..."
|
||||
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
|
||||
msgid "Setting the limit on the result..."
|
||||
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
|
||||
msgid "Initializing query execution..."
|
||||
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:3448
|
||||
msgid "Error occurred while setting verbose option in explain."
|
||||
@ -9388,6 +9710,10 @@ msgstr ""
|
||||
msgid "Error occurred while setting timing option in explain."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
|
||||
msgid "Get Preferences error"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
|
||||
msgid "Error occurred while getting query tool options."
|
||||
msgstr ""
|
||||
@ -9471,10 +9797,22 @@ msgstr "ユーザが削除できませんでした"
|
||||
msgid "Cannot delete currently logged in user."
|
||||
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
|
||||
msgid "Error during deleting user."
|
||||
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
|
||||
msgid "Close"
|
||||
msgstr "閉じる"
|
||||
|
Binary file not shown.
800
web/pgadmin/translations/pl/LC_MESSAGES/messages.po
Executable file → Normal file
800
web/pgadmin/translations/pl/LC_MESSAGES/messages.po
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -5,7 +5,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: Alexander Lakhin <a.lakhin@postgrespro.ru>\n"
|
||||
"Language: ru\n"
|
||||
@ -890,6 +890,55 @@ msgstr "Контекст"
|
||||
msgid "System cast?"
|
||||
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/event_triggers/static/js/event_trigger.js:97
|
||||
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
|
||||
@ -3032,27 +3081,6 @@ msgstr "Столбец..."
|
||||
msgid "Primary key?"
|
||||
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
|
||||
msgid "Inherited from table"
|
||||
msgstr "Наследуется из таблицы"
|
||||
@ -3818,6 +3846,13 @@ msgstr "Ключи секционирования"
|
||||
msgid "Are you sure you wish to detach this partition?"
|
||||
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
|
||||
msgid ""
|
||||
"The control above is used to Create/Attach/Detach "
|
||||
@ -3955,6 +3990,17 @@ msgstr "Выражение ключа разбиения не может быт
|
||||
msgid "Operation"
|
||||
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
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
@ -4817,6 +4863,15 @@ msgstr "Фактор заполнения"
|
||||
msgid "Please enter view definition."
|
||||
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:74
|
||||
#: 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:723
|
||||
#: pgadmin/dashboard/static/js/dashboard.js:790
|
||||
#: pgadmin/misc/depends/static/js/depends.js:233
|
||||
msgid "Database"
|
||||
msgstr "База данных"
|
||||
|
||||
@ -6532,6 +6588,24 @@ msgstr "Подключено?"
|
||||
msgid "Connection"
|
||||
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
|
||||
msgid "Connect now?"
|
||||
msgstr "Подключиться сейчас?"
|
||||
@ -6871,6 +6945,7 @@ msgid "Server Group..."
|
||||
msgstr "Группа серверов..."
|
||||
|
||||
#: pgadmin/browser/static/js/browser.js:25
|
||||
#: pgadmin/misc/depends/static/js/depends.js:357
|
||||
msgid "Please select an object in the tree view."
|
||||
msgstr "Выберите объект в дереве."
|
||||
|
||||
@ -6882,12 +6957,6 @@ msgstr "Зависимости"
|
||||
msgid "Dependents"
|
||||
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
|
||||
msgid "No object selected"
|
||||
msgstr "Объект не выбран"
|
||||
@ -6998,6 +7067,11 @@ msgstr ""
|
||||
msgid "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
|
||||
#, python-format
|
||||
msgid "Are you sure you want to drop %s \"%s\"?"
|
||||
@ -7690,6 +7764,11 @@ msgstr "сек."
|
||||
msgid "Execution time"
|
||||
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/sql/static/js/sql.js:124
|
||||
#: pgadmin/misc/statistics/static/js/statistics.js:271
|
||||
@ -7702,6 +7781,29 @@ msgstr "Ошибка при получении информации — %s"
|
||||
msgid "Failed to retrieve data from the server."
|
||||
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
|
||||
msgid "Maximum file upload size (MB)"
|
||||
msgstr "Максимальный размер загружаемого файла (МБ)"
|
||||
@ -7838,16 +7940,6 @@ msgstr "Вы действительно хотите заменить этот
|
||||
msgid "No SQL could be generated for the selected object."
|
||||
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
|
||||
msgid "No statistics are available for the selected object."
|
||||
msgstr "Нет статистики для выделенного объекта."
|
||||
@ -7926,6 +8018,10 @@ msgstr "Общие"
|
||||
msgid "Note"
|
||||
msgstr "Замечание"
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:348
|
||||
msgid "This object is not user editable."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:388
|
||||
msgid "Are you sure you wish to delete this row?"
|
||||
msgstr "Вы действительно хотите удалить эту строку?"
|
||||
@ -7934,6 +8030,10 @@ msgstr "Вы действительно хотите удалить эту ст
|
||||
msgid "Delete Row"
|
||||
msgstr "Удалить строку"
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:421
|
||||
msgid "This object cannot be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:812
|
||||
msgid "Array Values"
|
||||
msgstr ""
|
||||
@ -8343,10 +8443,28 @@ msgstr "Отфильтрованные строки..."
|
||||
msgid "View/Edit Data"
|
||||
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
|
||||
msgid "Edit Data - "
|
||||
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
|
||||
msgid "Query - "
|
||||
msgstr "Запрос — "
|
||||
@ -8665,6 +8783,7 @@ msgstr ""
|
||||
#: pgadmin/tools/debugger/__init__.py:1573
|
||||
#: pgadmin/tools/debugger/__init__.py:1598
|
||||
#: 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:465
|
||||
#: pgadmin/tools/sqleditor/__init__.py:1148
|
||||
@ -8723,10 +8842,55 @@ msgstr "Отладить"
|
||||
msgid "Set breakpoint"
|
||||
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
|
||||
msgid "Please enter a value for the parameter."
|
||||
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
|
||||
msgid "Null?"
|
||||
msgstr ""
|
||||
@ -8739,14 +8903,108 @@ msgstr ""
|
||||
msgid "Use Default?"
|
||||
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
|
||||
msgid "Waiting for another session to invoke the target..."
|
||||
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
|
||||
msgid "Line No."
|
||||
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
|
||||
msgid "Local variables"
|
||||
msgstr "Локальные переменные"
|
||||
@ -9498,27 +9756,91 @@ msgstr "Файл сохранён успешно."
|
||||
msgid "Loading the existing filter options..."
|
||||
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:2834
|
||||
msgid "Applying the new filter..."
|
||||
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
|
||||
msgid "Removing the filter..."
|
||||
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
|
||||
msgid "Applying the filter..."
|
||||
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
|
||||
msgid "Setting the limit on the result..."
|
||||
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
|
||||
msgid "Initializing query execution..."
|
||||
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:3448
|
||||
msgid "Error occurred while setting verbose option in explain."
|
||||
@ -9539,6 +9861,10 @@ msgstr "Ошибка при изменении свойства BUFFERS кома
|
||||
msgid "Error occurred while setting timing option in 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
|
||||
msgid "Error occurred while getting query tool options."
|
||||
msgstr "Ошибка при получении параметров запросника."
|
||||
@ -9622,10 +9948,22 @@ msgstr "Удалить пользователя нельзя."
|
||||
msgid "Cannot delete currently logged in user."
|
||||
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
|
||||
msgid "Error during deleting user."
|
||||
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
|
||||
msgid "Close"
|
||||
msgstr "Закрыть"
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\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"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: zh\n"
|
||||
@ -884,6 +884,55 @@ msgstr "上下文"
|
||||
msgid "System cast?"
|
||||
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/event_triggers/static/js/event_trigger.js:97
|
||||
#: pgadmin/browser/server_groups/servers/databases/extensions/static/js/extension.js:226
|
||||
@ -3044,27 +3093,6 @@ msgstr "列..."
|
||||
msgid "Primary key?"
|
||||
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
|
||||
msgid "Inherited from table"
|
||||
msgstr "继承自表"
|
||||
@ -3836,6 +3864,13 @@ msgstr ""
|
||||
msgid "Are you sure you wish to detach this partition?"
|
||||
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
|
||||
msgid ""
|
||||
"The control above is used to Create/Attach/Detach "
|
||||
@ -3970,6 +4005,17 @@ msgstr ""
|
||||
msgid "Operation"
|
||||
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
|
||||
msgid "From"
|
||||
msgstr ""
|
||||
@ -4822,6 +4868,15 @@ msgstr "填充因子"
|
||||
msgid "Please enter view definition."
|
||||
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:74
|
||||
#: 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:723
|
||||
#: pgadmin/dashboard/static/js/dashboard.js:790
|
||||
#: pgadmin/misc/depends/static/js/depends.js:233
|
||||
msgid "Database"
|
||||
msgstr "数据库"
|
||||
|
||||
@ -6494,6 +6550,24 @@ msgstr "已连接么?"
|
||||
msgid "Connection"
|
||||
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
|
||||
msgid "Connect now?"
|
||||
msgstr "现在连接?"
|
||||
@ -6829,6 +6903,7 @@ msgid "Server Group..."
|
||||
msgstr "服务器组..."
|
||||
|
||||
#: pgadmin/browser/static/js/browser.js:25
|
||||
#: pgadmin/misc/depends/static/js/depends.js:357
|
||||
msgid "Please select an object in the tree view."
|
||||
msgstr "请在树视图中选择一个对象"
|
||||
|
||||
@ -6840,12 +6915,6 @@ msgstr "依赖关系"
|
||||
msgid "Dependents"
|
||||
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
|
||||
msgid "No object selected"
|
||||
msgstr "没有选中的对象"
|
||||
@ -6952,6 +7021,11 @@ msgstr "确定要删除 %s \"%s\"和所有依赖它的对象吗?"
|
||||
msgid "DROP CASCADE %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
|
||||
#, python-format
|
||||
msgid "Are you sure you want to drop %s \"%s\"?"
|
||||
@ -7651,6 +7725,11 @@ msgstr "秒"
|
||||
msgid "Execution time"
|
||||
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/sql/static/js/sql.js:124
|
||||
#: pgadmin/misc/statistics/static/js/statistics.js:271
|
||||
@ -7663,6 +7742,29 @@ msgstr "检索信息-%s时,出错"
|
||||
msgid "Failed to retrieve data from the server."
|
||||
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
|
||||
msgid "Maximum file upload size (MB)"
|
||||
msgstr "最大上传文件限制为 (MB)"
|
||||
@ -7801,16 +7903,6 @@ msgstr ""
|
||||
msgid "No SQL could be generated for the selected object."
|
||||
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
|
||||
msgid "No statistics are available for the selected object."
|
||||
msgstr "没有可用于所选对象的统计数字可用于所选对象"
|
||||
@ -7889,6 +7981,10 @@ msgstr "通常"
|
||||
msgid "Note"
|
||||
msgstr "注意"
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:348
|
||||
msgid "This object is not user editable."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:388
|
||||
msgid "Are you sure you wish to delete this row?"
|
||||
msgstr ""
|
||||
@ -7897,6 +7993,10 @@ msgstr ""
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:421
|
||||
msgid "This object cannot be deleted."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/static/js/backgrid.pgadmin.js:812
|
||||
msgid "Array Values"
|
||||
msgstr ""
|
||||
@ -8308,10 +8408,28 @@ msgstr ""
|
||||
msgid "View/Edit Data"
|
||||
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
|
||||
msgid "Edit Data - "
|
||||
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
|
||||
msgid "Query - "
|
||||
msgstr ""
|
||||
@ -8623,6 +8741,7 @@ msgstr ""
|
||||
#: pgadmin/tools/debugger/__init__.py:1573
|
||||
#: pgadmin/tools/debugger/__init__.py:1598
|
||||
#: 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:465
|
||||
#: pgadmin/tools/sqleditor/__init__.py:1148
|
||||
@ -8681,10 +8800,55 @@ msgstr "调试"
|
||||
msgid "Set breakpoint"
|
||||
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
|
||||
msgid "Please enter a value for the parameter."
|
||||
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
|
||||
msgid "Null?"
|
||||
msgstr ""
|
||||
@ -8697,14 +8861,108 @@ msgstr ""
|
||||
msgid "Use Default?"
|
||||
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
|
||||
msgid "Waiting for another session to invoke the target..."
|
||||
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
|
||||
msgid "Line No."
|
||||
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
|
||||
msgid "Local variables"
|
||||
msgstr "本地变量"
|
||||
@ -9420,27 +9678,91 @@ msgstr "文件保存成功。"
|
||||
msgid "Loading the existing filter options..."
|
||||
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:2834
|
||||
msgid "Applying the new filter..."
|
||||
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
|
||||
msgid "Removing the filter..."
|
||||
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
|
||||
msgid "Applying the filter..."
|
||||
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
|
||||
msgid "Setting the limit on the result..."
|
||||
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
|
||||
msgid "Initializing query execution..."
|
||||
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:3448
|
||||
msgid "Error occurred while setting verbose option in explain."
|
||||
@ -9461,6 +9783,10 @@ msgstr ""
|
||||
msgid "Error occurred while setting timing option in explain."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3656
|
||||
msgid "Get Preferences error"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/sqleditor/static/js/sqleditor.js:3657
|
||||
msgid "Error occurred while getting query tool options."
|
||||
msgstr ""
|
||||
@ -9544,10 +9870,22 @@ msgstr "不能删除用户。"
|
||||
msgid "Cannot delete currently logged in user."
|
||||
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
|
||||
msgid "Error during deleting user."
|
||||
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
|
||||
msgid "Close"
|
||||
msgstr "关闭"
|
||||
|
Loading…
Reference in New Issue
Block a user