parent
d4a2f1b8cd
commit
8b135f2932
|
@ -8,9 +8,9 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>pgAdmin 4</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>4.0.0</string>
|
||||
<string>4.1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>4.0.0</string>
|
||||
<string>4.1.0</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.10</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = 4.0.0.0
|
||||
VERSION = 4.1.0.0
|
||||
QMAKE_TARGET_COMPANY = "The pgAdmin Development Team"
|
||||
QMAKE_TARGET_PRODUCT = "pgAdmin 4"
|
||||
QMAKE_TARGET_DESCRIPTION = "pgAdmin 4 Desktop Runtime"
|
||||
|
|
|
@ -50,7 +50,7 @@ APP_ICON = 'pg-icon'
|
|||
|
||||
# Application version number components
|
||||
APP_RELEASE = 4
|
||||
APP_REVISION = 0
|
||||
APP_REVISION = 1
|
||||
|
||||
# Application version suffix, e.g. 'beta1', 'dev'. Usually an empty string
|
||||
# for GA releases.
|
||||
|
@ -59,7 +59,7 @@ APP_SUFFIX = ''
|
|||
# Numeric application version for upgrade checks. Should be in the format:
|
||||
# [X]XYYZZ, where X is the release version, Y is the revision, with a leading
|
||||
# zero if needed, and Z represents the suffix, with a leading zero if needed
|
||||
APP_VERSION_INT = 40000
|
||||
APP_VERSION_INT = 40100
|
||||
|
||||
# DO NOT CHANGE!
|
||||
# The application version string, constructed from the components
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\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"
|
||||
|
@ -580,9 +580,9 @@ msgstr ""
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr ""
|
||||
|
@ -11928,7 +11928,7 @@ msgid " another users query."
|
|||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -14708,16 +14708,16 @@ msgstr ""
|
|||
msgid "Running command:"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr ""
|
||||
|
||||
|
@ -15059,17 +15059,17 @@ msgstr ""
|
|||
msgid "Copying table data '{0}.{1}' on database '{2}' for the server '{3}'..."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr ""
|
||||
|
||||
|
@ -15129,7 +15129,7 @@ msgstr ""
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr ""
|
||||
|
||||
|
@ -15560,85 +15560,85 @@ msgstr ""
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
"{0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr ""
|
||||
|
||||
|
|
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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2017-04-14 22:53+0200\n"
|
||||
"Last-Translator: Jonas Thelemann\n"
|
||||
"Language: de\n"
|
||||
|
@ -588,9 +588,9 @@ msgstr "Server nicht gefunden."
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "Nicht autorisierte Anfrage."
|
||||
|
@ -12086,7 +12086,7 @@ msgid " another users query."
|
|||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -14904,16 +14904,16 @@ msgstr "Sichere den Server '{0}'..."
|
|||
msgid "Running command:"
|
||||
msgstr "Laufender Befehl:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "Konnte nicht der angegebenen Server finden."
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "Bitte zuerst mit dem Server verbinden."
|
||||
|
||||
|
@ -15265,17 +15265,17 @@ msgstr ""
|
|||
"Kopieren von Tabellendaten '{0}.{1}' auf Datenbank '{2}' für den Server "
|
||||
"'{3}'..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr "Konnte nicht den gegebenen Server finden"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "Bitte zuerst mit dem Server verbinden..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "Bitte geben Sie eine gültige Datei an"
|
||||
|
||||
|
@ -15335,7 +15335,7 @@ msgstr "Wiederherstellen"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "Wiederherstellung der Sicherung auf dem Server '{0}'..."
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr ""
|
||||
|
||||
|
@ -15775,13 +15775,13 @@ msgstr "Konnte nicht die angegebene Einstellung finden."
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "Treiber '{0}' wurde nicht implementiert."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15789,7 +15789,7 @@ msgstr ""
|
|||
"Fehler beim Einrichten der Rolle mit Fehlermeldung:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15799,7 +15799,7 @@ msgstr ""
|
|||
"Fehlermeldung für den Server#{1}:{2}:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
|
@ -15807,21 +15807,21 @@ msgstr ""
|
|||
"Versuche die Verbindung - '{conn_id}' mit dem Datenbankserver "
|
||||
"(#{server_id}) wieder zu verbinden."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "Die ausgeführte Abfrage hat keine Daten zurückgegeben."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "Zeiger konnte nicht für die asynchrone Verbindung gefunden werden."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15832,39 +15832,39 @@ msgstr ""
|
|||
"fehlgeschlagen:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "Nicht mit dem Datenbankserver verbunden."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "SQL-Status: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "Detail: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "Hinweis: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "Zeichen: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "Kontext: "
|
||||
|
||||
|
@ -16530,3 +16530,6 @@ msgstr "Konnte nicht die angegebene Datenbank finden."
|
|||
#~ msgid "Waiting for the query execution to complete..."
|
||||
#~ msgstr "Warten auf das Fertigstellen der Abfrageausführung..."
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ 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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2018-08-08 09:29+0000\n"
|
||||
"Last-Translator: Isaias Sanchez <isaias.sanchez.l@gmail.com>\n"
|
||||
"Language: es\n"
|
||||
|
@ -594,9 +594,9 @@ msgstr "Servidor no encontrado."
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "Solicitud no autorizada."
|
||||
|
@ -12189,7 +12189,7 @@ msgid " another users query."
|
|||
msgstr " otra consulta de usuario."
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -15035,16 +15035,16 @@ msgstr "Respaldando el servidor '{0}'..."
|
|||
msgid "Running command:"
|
||||
msgstr "Ejecutando comando:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "No se pudo encontrar el servidor especificado."
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "Por favor primero conectar al servidor."
|
||||
|
||||
|
@ -15403,17 +15403,17 @@ msgstr ""
|
|||
"Copiando datos de la tabla '{0}.{1}' en la base de datos '{2}' para el "
|
||||
"servidor '{3}'..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr "No se pudo encontrar el servidor dado"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "Conectar al servidor antes..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "Especificar un archivo válido"
|
||||
|
||||
|
@ -15473,7 +15473,7 @@ msgstr "Restaurar"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "Restaurando respaldo en el servidor '{0}'..."
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr "Archivo no se pudo abrir."
|
||||
|
||||
|
@ -15935,7 +15935,7 @@ msgstr "No se pudo encontrar la preferencia especificada."
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "Driver '{0}' no ha sido implementado."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
|
@ -15943,7 +15943,7 @@ msgstr ""
|
|||
"Fallo al desencriptar la contraseña salvada.\n"
|
||||
"Error: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15951,7 +15951,7 @@ msgstr ""
|
|||
"Fallo al configurar el rol con mensaje de error:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15961,7 +15961,7 @@ msgstr ""
|
|||
"para el servidor#{1}:{2}:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
|
@ -15969,21 +15969,21 @@ msgstr ""
|
|||
"Intentando reconectar al servidor de base de datos (#{server_id}) para la"
|
||||
" conexión '{conn_id}'."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "La consulta ejecutada no devolvió ninguna información."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "No se pudo encontrar el cursor para la conexión asíncrona."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr "Ejecución/Operación de consulta asíncrona en marcha."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15993,11 +15993,11 @@ msgstr ""
|
|||
"Fallo al restaurar la conexión a el servidor debido al siguiente error:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "No conectado al servidor de base de datos."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
|
@ -16006,7 +16006,7 @@ msgstr ""
|
|||
"proceso del servidor con PID {2}\n"
|
||||
" \n"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
|
@ -16014,23 +16014,23 @@ msgstr ""
|
|||
"Notificación asíncrona \"{0}\" recibida del proceso del servidor con PID "
|
||||
"{1}\n"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "Estado SQL: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "Detalle: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "Pista: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "Caracter: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "Contexto: "
|
||||
|
||||
|
@ -16198,3 +16198,6 @@ msgstr "No se pudo encontrar la base de datos especificada."
|
|||
#~ msgid "Waiting for the query execution to complete..."
|
||||
#~ msgstr "Esperando que la ejecución de la consulta se complete..."
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2019-01-04 19:33+0900\n"
|
||||
"Last-Translator: \n"
|
||||
"Language: ja\n"
|
||||
|
@ -592,9 +592,9 @@ msgstr "サーバが見つかりません"
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "認証されていない要求です"
|
||||
|
@ -12085,8 +12085,8 @@ msgid " another users query."
|
|||
msgstr "するにはスーパーユーザ権限が必要です"
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgstr "ダッシュボードセッション"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
#: pgadmin/dashboard/templates/dashboard/server_dashboard.html:17
|
||||
|
@ -14876,16 +14876,16 @@ msgstr "サーバ「{0}」をバックアップ中..."
|
|||
msgid "Running command:"
|
||||
msgstr "実行コマンド:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "指定されたサーバが見つかりませんでした"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "サーバに接続してください"
|
||||
|
||||
|
@ -15229,17 +15229,17 @@ msgstr "データベース「{2}」とサーバ({3}:{4})のテーブルデ
|
|||
msgid "Copying table data '{0}.{1}' on database '{2}' for the server '{3}'..."
|
||||
msgstr "データベース「{2}」のテーブルデータ「{0}.{1}」をサーバ「{3}」へコピー中..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr "入力されたサーバが見つかりませんでした"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "まずサーバに接続してください..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "有効なファイルを指定してください"
|
||||
|
||||
|
@ -15299,7 +15299,7 @@ msgstr "リストア"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "サーバ「{0}」のバックアップをリストア中..."
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr "ファイルが見つかりませんでした"
|
||||
|
||||
|
@ -15733,7 +15733,7 @@ msgstr "指定された優先順が見つかりません"
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "ドライバ「{0}」が実装されていません"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
|
@ -15741,7 +15741,7 @@ msgstr ""
|
|||
"保存されているパスワードの復号化に失敗しました。\n"
|
||||
"エラー: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15749,7 +15749,7 @@ msgstr ""
|
|||
"ロールの設定に失敗しました\n"
|
||||
"エラー: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15758,27 +15758,27 @@ msgstr ""
|
|||
"サーバ#{1}:{2}の psycopg2 接続のためのカーソルの作成に失敗しました\n"
|
||||
"エラー: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
msgstr "接続「{conn_id}」でデータベースサーバ(#{server_id})に再接続中"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "クエリを実行しましたが、データが取得されませんでした"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "非同期接続のためのカーソルが見つかりませんでした"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr "非同期クエリ実行/処理の実行中です"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15788,39 +15788,39 @@ msgstr ""
|
|||
"サーバへの接続のリセットに失敗しました\n"
|
||||
"エラー: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "データベースサーバに接続できません"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr "非同期通知「{0}」とペイロード「{1}」を受信しました。送信元サーバのプロセス ID:{2}\n"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr "非同期通知「{0}」を受信しました。送信元サーバのプロセス ID:{1}\n"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "SQL 状態:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "詳細:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "ヒント:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "文字:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "コンテキスト:"
|
||||
|
||||
|
@ -16712,3 +16712,6 @@ msgstr "指定されたデータベースが見つかりませんでした"
|
|||
#~ msgid "Explain Options"
|
||||
#~ msgstr "EXPLAIN のオプション"
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ msgstr "ダッシュボードセッション"
|
||||
|
||||
|
|
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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2018-07-12 01:04+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language: ko\n"
|
||||
|
@ -586,9 +586,9 @@ msgstr "서버 찾을 수 없음."
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "허락 되지 않는 요청."
|
||||
|
@ -11967,7 +11967,7 @@ msgid " another users query."
|
|||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -14761,16 +14761,16 @@ msgstr "'{0}' 서버를 백업 중입니다..."
|
|||
msgid "Running command:"
|
||||
msgstr "실행할 명령:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "지정한 서버를 찾을 수 없음."
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "먼저 서버에 접속하세요."
|
||||
|
||||
|
@ -15114,17 +15114,17 @@ msgstr "{3}{4} 서버, '{2}' 데이터베이스, '{0}.{1}' 테이블 자료를
|
|||
msgid "Copying table data '{0}.{1}' on database '{2}' for the server '{3}'..."
|
||||
msgstr "{3}{4} 서버, '{2}' 데이터베이스, '{0}.{1}' 테이블 자료를 복사 중..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr "지정한 서버를 찾을 수 없음"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "먼저 해당 서버로 접속하세요..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "바른 파일을 지정하세요"
|
||||
|
||||
|
@ -15184,7 +15184,7 @@ msgstr "복원"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "'{0}' 서버에 백업 자료를 복원중입니다..."
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr "파일을 찾을 수 없습니다."
|
||||
|
||||
|
@ -15615,13 +15615,13 @@ msgstr "지정한 설정을 찾을 수 없습니다."
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "'{0}' 드라이버는 아직 구현되지 않았습니다."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15629,7 +15629,7 @@ msgstr ""
|
|||
"롤 설정 실패, 오류 메시지:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15638,27 +15638,27 @@ msgstr ""
|
|||
"서버#{1}:{2}용 psycopg2 connection 객체에서 커서 만들기 실패:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
msgstr "연결을 위해 데이터베이스 서버(#{server_id})로 재접속 중입니다 - '{conn_id}'."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "해당 쿼리가 어떤 자료로 반환하지 않았습니다."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "비동기식 연결용 커서를 찾을 수 없습니다."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr "비동기식 쿼리 실행/처리 중입니다."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15668,39 +15668,39 @@ msgstr ""
|
|||
"서버 연결 리셋 작업 중 실패, 오류 메시지:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "해당 데이터베이스 서버와 접속이 끊긴 상태임."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "SQL 상태: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "자세히: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "힌트: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "위치: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "내용: "
|
||||
|
||||
|
@ -15914,3 +15914,6 @@ msgstr "지정한 데이터베이스를 찾을 수 없음."
|
|||
#~ msgid "Waiting for the query execution to complete..."
|
||||
#~ msgstr "쿼리 실행이 완료될 때까지 기다리고 있습니다..."
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ 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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2017-12-17 23:18+0200\n"
|
||||
"Last-Translator: grzegorz <begina.felicysym@wp.eu>\n"
|
||||
"Language: pl\n"
|
||||
|
@ -587,9 +587,9 @@ msgstr "Nie znaleziono serwera."
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "Nieautoryzowane żądanie."
|
||||
|
@ -12101,7 +12101,7 @@ msgid " another users query."
|
|||
msgstr " zapytanie innego użytkownika."
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -14923,16 +14923,16 @@ msgstr "Tworzenie kopii zapasowej serwera '{0}'..."
|
|||
msgid "Running command:"
|
||||
msgstr "Wykonywane polecenie:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "Nie udało się znaleźć wskazanego serwera."
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "Należy najpierw połączyć z serwerem."
|
||||
|
||||
|
@ -15287,17 +15287,17 @@ msgstr ""
|
|||
msgid "Copying table data '{0}.{1}' on database '{2}' for the server '{3}'..."
|
||||
msgstr "Kopiowanie danych tabeli '{0}.{1}' na bazie danych '{2}' serwera '{3}'..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr "Nie udało się znaleźć wskazanego serwera"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "Należy najpierw połączyć z serwerem..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "Należy określić poprawny plik"
|
||||
|
||||
|
@ -15357,7 +15357,7 @@ msgstr "Przywrócenie"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "Odtworzenie kopii zapasowej na serwerze '{0}'..."
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr "Plik nie został znaleziony."
|
||||
|
||||
|
@ -15801,7 +15801,7 @@ msgstr "Nie udało się znaleźć wskazanej preferencji."
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "Sterownik '{0}' nie został zaimplementowany."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
|
@ -15809,7 +15809,7 @@ msgstr ""
|
|||
"Niepowodzenie odcyfrowania zapisanego hasła.\n"
|
||||
"Błąd: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15817,7 +15817,7 @@ msgstr ""
|
|||
"Nie udało się ustawić roli z komunikatem błędu:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15827,7 +15827,7 @@ msgstr ""
|
|||
"błędu serwera#{1}:{2}:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
|
@ -15835,21 +15835,21 @@ msgstr ""
|
|||
"Próba ponownego łączenie do serwera bazy (#{server_id}) dla połączenia - "
|
||||
"'{conn_id}'."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "Wykonane zapytanie nie zwróciło żadnych danych."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "Nie dało się znaleźć kursora w połączeniu asynchronicznym."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr "Asynchroniczne wykonanie zapytania/operacji w toku."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15859,39 +15859,39 @@ msgstr ""
|
|||
"Niepowodzenie odtworzenia połączenia do serwera przez poniższy błąd:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "Nie połączono z serwerem bazy danych."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "Stan SQL: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "Szczegóły: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "Wskazówka: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "Znak: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "Kontekst: "
|
||||
|
||||
|
@ -16703,3 +16703,6 @@ msgstr "Nie znaleziono wskazanej bazy danych."
|
|||
#~ msgid "Waiting for the query execution to complete..."
|
||||
#~ msgstr "Oczekiwanie na zakończenie wykonania zapytania..."
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2017-11-09 09:44+0300\n"
|
||||
"Last-Translator: Alexander Lakhin <a.lakhin@postgrespro.ru>\n"
|
||||
"Language: ru\n"
|
||||
|
@ -587,9 +587,9 @@ msgstr "Сервер не найден."
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "Неразрешённый запрос."
|
||||
|
@ -12112,7 +12112,7 @@ msgid " another users query."
|
|||
msgstr " запросы других пользователей."
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -14939,16 +14939,16 @@ msgstr "Копирование данных сервера '{0}'..."
|
|||
msgid "Running command:"
|
||||
msgstr "Выполняется команда:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "Не удалось найти указанный сервер."
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "Сначала подключитесь к серверу."
|
||||
|
||||
|
@ -15303,17 +15303,17 @@ msgstr ""
|
|||
"Копирование данных таблицы '{0}.{1}' базы данных '{2}' для сервера "
|
||||
"'{3}'..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
msgid "Could not find the given server"
|
||||
msgstr "Не удалось найти заданный сервер"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "Сначала подключитесь к серверу..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "Укажите корректный файл"
|
||||
|
||||
|
@ -15373,7 +15373,7 @@ msgstr "Восстановить"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "Восстановление резервной копии на сервере '{0}'..."
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr "Не удалось найти файл."
|
||||
|
||||
|
@ -15819,7 +15819,7 @@ msgstr "Не удалось найти заданную настройку."
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "Драйвер '{0}' не реализован."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
|
@ -15827,7 +15827,7 @@ msgstr ""
|
|||
"Расшифровать сохранённый пароль не удалось.\n"
|
||||
"Ошибка: {0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15835,7 +15835,7 @@ msgstr ""
|
|||
"Не удалось установить роль, получена ошибка:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15845,7 +15845,7 @@ msgstr ""
|
|||
"server#{1}:{2}, получена ошибка:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
|
@ -15853,21 +15853,21 @@ msgstr ""
|
|||
"Попытка переподключиться к серверу баз данных (#{server_id}) для "
|
||||
"соединения '{conn_id}'."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "Выполненный запрос не возвратил данные."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "Не удалось найти курсор для асинхронного подключения."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr "Асинхронный запрос/операция в процессе выполнения."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15877,39 +15877,39 @@ msgstr ""
|
|||
"Не удалось сбросить подключение к серверу из-за следующей ошибки:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "Нет подключения к серверу баз данных."
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "SQL-состояние: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "Подробности: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "Подсказка: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "Символ: "
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "Контекст: "
|
||||
|
||||
|
@ -16272,3 +16272,6 @@ msgstr "Не удалось найти указанную базу данных.
|
|||
#~ msgid "Waiting for the query execution to complete..."
|
||||
#~ msgstr "Ожидание завершения выполнения запроса..."
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ 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: 2019-01-07 16:07+0530\n"
|
||||
"POT-Creation-Date: 2019-01-11 23:27+0530\n"
|
||||
"PO-Revision-Date: 2017-11-14 23:55+0800\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: zh\n"
|
||||
|
@ -586,9 +586,9 @@ msgstr "服务器未找到"
|
|||
#: pgadmin/browser/server_groups/servers/__init__.py:977
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:979
|
||||
#: pgadmin/browser/server_groups/servers/__init__.py:1243
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:253
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1289
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1573
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:254
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1281
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1565
|
||||
#: pgadmin/utils/driver/psycopg2/server_manager.py:405
|
||||
msgid "Unauthorized request."
|
||||
msgstr "未经授权的请求"
|
||||
|
@ -12084,7 +12084,7 @@ msgid " another users query."
|
|||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:7
|
||||
msgid "Dashboard sessions"
|
||||
msgid "Database sessions"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/dashboard/templates/dashboard/database_dashboard.html:17
|
||||
|
@ -14875,16 +14875,16 @@ msgstr "备份服务器'{0}'..."
|
|||
msgid "Running command:"
|
||||
msgstr "运行命令:"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:305 pgadmin/tools/backup/__init__.py:495
|
||||
#: pgadmin/tools/import_export/__init__.py:354
|
||||
#: pgadmin/tools/maintenance/__init__.py:291
|
||||
#: pgadmin/tools/restore/__init__.py:212 pgadmin/tools/restore/__init__.py:390
|
||||
#: pgadmin/tools/backup/__init__.py:303 pgadmin/tools/backup/__init__.py:493
|
||||
#: pgadmin/tools/import_export/__init__.py:352
|
||||
#: pgadmin/tools/maintenance/__init__.py:289
|
||||
#: pgadmin/tools/restore/__init__.py:210 pgadmin/tools/restore/__init__.py:388
|
||||
msgid "Could not find the specified server."
|
||||
msgstr "找不到指定的服务器"
|
||||
|
||||
#: pgadmin/tools/backup/__init__.py:318
|
||||
#: pgadmin/tools/maintenance/__init__.py:211
|
||||
#: pgadmin/tools/restore/__init__.py:226
|
||||
#: pgadmin/tools/backup/__init__.py:316
|
||||
#: pgadmin/tools/maintenance/__init__.py:209
|
||||
#: pgadmin/tools/restore/__init__.py:224
|
||||
msgid "Please connect to the server first."
|
||||
msgstr "请先连接到服务器"
|
||||
|
||||
|
@ -15229,18 +15229,18 @@ msgstr "复制表数据-'{0}.{1}' 在数据库 '{2}' 和服务器 ({3} {4})上."
|
|||
msgid "Copying table data '{0}.{1}' on database '{2}' for the server '{3}'..."
|
||||
msgstr "复制表数据 '{0}.{1}' 数据库 '{2}' 到服务器-'{3}'"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:220
|
||||
#: pgadmin/tools/maintenance/__init__.py:199
|
||||
#: pgadmin/tools/import_export/__init__.py:218
|
||||
#: pgadmin/tools/maintenance/__init__.py:197
|
||||
#, fuzzy
|
||||
msgid "Could not find the given server"
|
||||
msgstr "找不到给定的服务器"
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:230
|
||||
#: pgadmin/tools/import_export/__init__.py:228
|
||||
msgid "Please connect to the server first..."
|
||||
msgstr "请先连接到服务器..."
|
||||
|
||||
#: pgadmin/tools/import_export/__init__.py:252
|
||||
#: pgadmin/tools/import_export/__init__.py:259
|
||||
#: pgadmin/tools/import_export/__init__.py:250
|
||||
#: pgadmin/tools/import_export/__init__.py:257
|
||||
#, fuzzy
|
||||
msgid "Please specify a valid file"
|
||||
msgstr "请指定标签的值"
|
||||
|
@ -15301,7 +15301,7 @@ msgstr "还原"
|
|||
msgid "Restoring backup on the server '{0}'..."
|
||||
msgstr "还原备份在服务器'{0}'"
|
||||
|
||||
#: pgadmin/tools/restore/__init__.py:201
|
||||
#: pgadmin/tools/restore/__init__.py:199
|
||||
msgid "File could not be found."
|
||||
msgstr ""
|
||||
|
||||
|
@ -15738,13 +15738,13 @@ msgstr "找不到指定的首选项"
|
|||
msgid "Driver '{0}' has not been implemented."
|
||||
msgstr "驱动程序'{0}'没有实现"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:268
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:269
|
||||
msgid ""
|
||||
"Failed to decrypt the saved password.\n"
|
||||
"Error: {0}"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:442
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:434
|
||||
msgid ""
|
||||
"Failed to setup the role with error message:\n"
|
||||
"{0}"
|
||||
|
@ -15752,7 +15752,7 @@ msgstr ""
|
|||
"无法设置角色,错误消息:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:577
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:569
|
||||
msgid ""
|
||||
"Failed to create cursor for psycopg2 connection with error message for "
|
||||
"the server#{1}:{2}:\n"
|
||||
|
@ -15761,28 +15761,28 @@ msgstr ""
|
|||
"无法创建游标,错误消息:服务器#{1}:{2}\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:589
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:581
|
||||
msgid ""
|
||||
"Attempting to reconnect to the database server (#{server_id}) for the "
|
||||
"connection - '{conn_id}'."
|
||||
msgstr "正在尝试重新连接到连接的数据库服务器(#{server_id}) - '{conn_id}'"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:795
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:787
|
||||
#, fuzzy
|
||||
msgid "The query executed did not return any data."
|
||||
msgstr "\"执行查询执行未返回任何数据。\""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1232
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1431
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1519
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1224
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1423
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1511
|
||||
msgid "Cursor could not be found for the async connection."
|
||||
msgstr "找不到异步连接游标。"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1237
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1229
|
||||
msgid "Asynchronous query execution/operation underway."
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1321
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1313
|
||||
msgid ""
|
||||
"\n"
|
||||
"Failed to reset the connection to the server due to following error:\n"
|
||||
|
@ -15791,39 +15791,39 @@ msgstr ""
|
|||
"由于以下错误,无法重置与服务器的连接:\n"
|
||||
"{0}"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1628
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1620
|
||||
msgid "Not connected to the database server."
|
||||
msgstr "未连接到数据库服务器"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1642
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1634
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" with payload \"{1}\" received from "
|
||||
"server process with PID {2}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1648
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1640
|
||||
msgid ""
|
||||
"Asynchronous notification \"{0}\" received from server process with PID "
|
||||
"{1}\n"
|
||||
msgstr ""
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1742
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1734
|
||||
msgid "SQL state: "
|
||||
msgstr "SQL 状态:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1749
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1741
|
||||
msgid "Detail: "
|
||||
msgstr "细节:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1758
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1750
|
||||
msgid "Hint: "
|
||||
msgstr "提示:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1765
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1757
|
||||
msgid "Character: "
|
||||
msgstr "字符:"
|
||||
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1774
|
||||
#: pgadmin/utils/driver/psycopg2/connection.py:1766
|
||||
msgid "Context: "
|
||||
msgstr "上下文:"
|
||||
|
||||
|
@ -16729,3 +16729,6 @@ msgstr "找不到指定的数据库"
|
|||
#~ msgid "Waiting for the query execution to complete..."
|
||||
#~ msgstr "等待查询执行完成..."
|
||||
|
||||
#~ msgid "Dashboard sessions"
|
||||
#~ msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue