From 7aec8bd9d778f1b6f8603a0fb23dda0e4743dd7e Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 1 May 2023 11:54:40 +0530 Subject: [PATCH] Fixed translation issues. --- web/config.py | 1 + web/pgadmin/messages.pot | 24 +- .../translations/cs/LC_MESSAGES/messages.mo | Bin 252233 -> 236694 bytes .../translations/cs/LC_MESSAGES/messages.po | 1460 +++++------ .../translations/de/LC_MESSAGES/messages.mo | Bin 70261 -> 70261 bytes .../translations/de/LC_MESSAGES/messages.po | 24 +- .../translations/es/LC_MESSAGES/messages.mo | Bin 97287 -> 97287 bytes .../translations/es/LC_MESSAGES/messages.po | 24 +- .../translations/fr/LC_MESSAGES/messages.mo | Bin 225865 -> 225865 bytes .../translations/fr/LC_MESSAGES/messages.po | 24 +- .../translations/id/LC_MESSAGES/messages.mo | Bin 245782 -> 230169 bytes .../translations/id/LC_MESSAGES/messages.po | 1440 +++++------ .../translations/it/LC_MESSAGES/messages.mo | Bin 258569 -> 242956 bytes .../translations/it/LC_MESSAGES/messages.po | 2178 +++++++++-------- .../translations/ja/LC_MESSAGES/messages.mo | Bin 251961 -> 251961 bytes .../translations/ja/LC_MESSAGES/messages.po | 24 +- .../translations/ko/LC_MESSAGES/messages.mo | Bin 87543 -> 87543 bytes .../translations/ko/LC_MESSAGES/messages.po | 24 +- .../translations/pl/LC_MESSAGES/messages.mo | Bin 86876 -> 86876 bytes .../translations/pl/LC_MESSAGES/messages.po | 24 +- .../pt_BR/LC_MESSAGES/messages.mo | Bin 144850 -> 144850 bytes .../pt_BR/LC_MESSAGES/messages.po | 24 +- .../translations/ru/LC_MESSAGES/messages.mo | Bin 112192 -> 112192 bytes .../translations/ru/LC_MESSAGES/messages.po | 24 +- .../translations/zh/LC_MESSAGES/messages.mo | Bin 134136 -> 134136 bytes .../translations/zh/LC_MESSAGES/messages.po | 24 +- 26 files changed, 2765 insertions(+), 2554 deletions(-) diff --git a/web/config.py b/web/config.py index af1796a1c..9b6f25ea6 100644 --- a/web/config.py +++ b/web/config.py @@ -78,6 +78,7 @@ LANGUAGES = { 'cs': 'Czech', 'fr': 'French', 'de': 'German', + 'id': 'Indonesian', 'it': 'Italian', 'ja': 'Japanese', 'ko': 'Korean', diff --git a/web/pgadmin/messages.pot b/web/pgadmin/messages.pot index 4ccdf164c..861f586d0 100644 --- a/web/pgadmin/messages.pot +++ b/web/pgadmin/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -6019,7 +6019,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "" @@ -6037,7 +6037,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -9880,7 +9880,7 @@ msgstr "" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12620,36 +12620,36 @@ msgstr "" msgid "Import/Export" msgstr "" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "" -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "" diff --git a/web/pgadmin/translations/cs/LC_MESSAGES/messages.mo b/web/pgadmin/translations/cs/LC_MESSAGES/messages.mo index fc6dfa0f2b152689cc91c60cb22e4116e547aa99..a2022125384afc5ff2bc6a365a5c0617b89ecd56 100644 GIT binary patch delta 47145 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 delta 62813 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\n" -"Language-Team: \n" "Language: cs\n" +"Language-Team: \n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n" -"Generated-By: Babel 2.7.0\n" -"X-Generator: Poedit 3.2.2\n" +"Generated-By: Babel 2.12.1\n" #: pgadmin/__init__.py:351 pgadmin/authenticate/internal.py:26 msgid "Incorrect username or password." @@ -151,11 +150,10 @@ msgid "kerberos" msgstr "kerberos" #: pgadmin/authenticate/kerberos.py:171 -msgid "" -"Kerberos authentication can't be used as GSSAPI module couldn't be loaded." +msgid "Kerberos authentication can't be used as GSSAPI module couldn't be loaded." msgstr "" -"Nelze použít ověřování pomocí protokolu Kerberos, protože nelze načíst modul " -"GSSAPI." +"Nelze použít ověřování pomocí protokolu Kerberos, protože nelze načíst " +"modul GSSAPI." #: pgadmin/authenticate/kerberos.py:212 msgid "Kerberos authentication failed. Couldn't find kerberos ticket." @@ -214,8 +212,8 @@ msgid "" "An email id is required to login into pgAdmin. Please update your Oauth2 " "profile." msgstr "" -"Pro přihlášení do pgAdmin je vyžadováno ID e-mailu. Aktualizujte prosím svůj " -"profil Oauth2." +"Pro přihlášení do pgAdmin je vyžadováno ID e-mailu. Aktualizujte prosím " +"svůj profil Oauth2." #: pgadmin/authenticate/oauth2.py:184 msgid "Please set the configuration parameters properly." @@ -257,11 +255,11 @@ msgstr "Uživatel nemá platný otisk generování OTP." #: pgadmin/authenticate/mfa/authenticator.py:130 msgid "" -"Enter the code shown in your authenticator application for TOTP (Time-based " -"One-Time Password)" +"Enter the code shown in your authenticator application for TOTP (Time-" +"based One-Time Password)" msgstr "" -"Zadejte kód zobrazený ve vaší ověřovací aplikaci pro TOTP (jednorázové heslo " -"založené na čase)" +"Zadejte kód zobrazený ve vaší ověřovací aplikaci pro TOTP (jednorázové " +"heslo založené na čase)" #: pgadmin/authenticate/mfa/authenticator.py:134 #: pgadmin/authenticate/mfa/authenticator.py:186 @@ -304,11 +302,10 @@ msgid "Failed to send the code to email." msgstr "Odeslání kódu na e-mail se nezdařilo." #: pgadmin/authenticate/mfa/email.py:93 -msgid "" -"A verification code was sent to {}. Check your email and enter the code." +msgid "A verification code was sent to {}. Check your email and enter the code." msgstr "" -"Ověřovací kód byl odeslán na adresu {}. Zkontrolujte svůj e-mail a zadejte " -"kód." +"Ověřovací kód byl odeslán na adresu {}. Zkontrolujte svůj e-mail a " +"zadejte kód." #: pgadmin/authenticate/mfa/email.py:148 msgid "User has not registered for email authentication" @@ -336,8 +333,8 @@ msgstr "Poznámka" #: pgadmin/authenticate/mfa/email.py:235 msgid "" -"This email address will only be used for two factor authentication purposes. " -"The email address for the user account will not be changed." +"This email address will only be used for two factor authentication " +"purposes. The email address for the user account will not be changed." msgstr "" "Tato e-mailová adresa bude použita pouze pro účely dvoufaktorové " "autentizace. E-mailová adresa uživatelského účtu se nezmění." @@ -381,7 +378,8 @@ msgstr "Zavřete dialog." #: pgadmin/authenticate/mfa/views.py:333 msgid "Can't access this page, when multi factor authentication is disabled." msgstr "" -"Na tuto stránku nelze vstoupit, když je deaktivováno vícefaktorové ověřování." +"Na tuto stránku nelze vstoupit, když je deaktivováno vícefaktorové " +"ověřování." #: pgadmin/authenticate/mfa/views.py:339 msgid "Complete the authentication process first" @@ -528,11 +526,11 @@ msgstr "Hlavní heslo nemůže být prázdné" #: pgadmin/browser/__init__.py:1012 msgid "" -"Your account is authenticated using an external {} source. Please contact " -"the administrators of this service if you need to reset your password." +"Your account is authenticated using an external {} source. Please contact" +" the administrators of this service if you need to reset your password." msgstr "" -"Váš účet je ověřen pomocí externího {} zdroje. Pokud potřebujete resetovat " -"své heslo, kontaktujte správce této služby." +"Váš účet je ověřen pomocí externího {} zdroje. Pokud potřebujete " +"resetovat své heslo, kontaktujte správce této služby." #: pgadmin/browser/__init__.py:1118 msgid "" @@ -560,11 +558,10 @@ msgid "Display" msgstr "Zobrazení" #: pgadmin/browser/register_browser_preferences.py:43 -msgid "" -"If set to True, then all shared servers will be hidden from browser tree" +msgid "If set to True, then all shared servers will be hidden from browser tree" msgstr "" -"Pokud je nastaveno na hodnotu Ano, budou všechny sdílené servery ve stromu " -"prohlížeče skryty." +"Pokud je nastaveno na hodnotu Ano, budou všechny sdílené servery ve " +"stromu prohlížeče skryty." #: pgadmin/browser/register_browser_preferences.py:51 msgid "Object explorer tree state saving interval" @@ -572,8 +569,8 @@ msgstr "Interval ukládání stavu stromu průzkumníka objektů" #: pgadmin/browser/register_browser_preferences.py:53 msgid "" -"Object explorer state saving interval in seconds. Use -1 to disable the tree " -"saving mechanism." +"Object explorer state saving interval in seconds. Use -1 to disable the " +"tree saving mechanism." msgstr "" "Interval ukládání stavu průzkumníka objektů v sekundách. Pomocí -1 " "deaktivujete mechanismus ukládání stromu." @@ -584,8 +581,8 @@ msgstr "Potvrdit zavření nebo obnovení" #: pgadmin/browser/register_browser_preferences.py:63 msgid "" -"Confirm closure or refresh of the browser or browser tab is intended before " -"proceeding." +"Confirm closure or refresh of the browser or browser tab is intended " +"before proceeding." msgstr "" "Před pokračováním se ujistěte, že je zamýšleno uzavření nebo obnovení " "prohlížeče nebo karty prohlížeče." @@ -596,11 +593,11 @@ msgstr "Potvrzení před zavřením/resetem ve vlastnostech objektu" #: pgadmin/browser/register_browser_preferences.py:74 msgid "" -"Confirm before closing or resetting the changes in the properties dialog for " -"an object if the changes are not saved." +"Confirm before closing or resetting the changes in the properties dialog " +"for an object if the changes are not saved." msgstr "" -"Potvrdit před zavřením nebo resetováním změn v dialogu vlastností objektu, " -"pokud se změny neuloží." +"Potvrdit před zavřením nebo resetováním změn v dialogu vlastností " +"objektu, pokud se změny neuloží." #: pgadmin/browser/register_browser_preferences.py:82 msgid "Auto-expand sole children" @@ -608,8 +605,8 @@ msgstr "Automatické rozbalení jediných potomků" #: pgadmin/browser/register_browser_preferences.py:84 msgid "" -"If a treeview node is expanded and has only a single child, automatically " -"expand the child node as well." +"If a treeview node is expanded and has only a single child, automatically" +" expand the child node as well." msgstr "" "Pokud je uzel stromu rozbalen a má pouze jednoho podřízeného potomka, " "automaticky také rozbalte podřízený uzel." @@ -634,11 +631,11 @@ msgstr "Maximální počet řádků historie úloh" #: pgadmin/browser/register_browser_preferences.py:116 msgid "" -"The maximum number of history rows to show on the Statistics tab for pgAgent " -"jobs" +"The maximum number of history rows to show on the Statistics tab for " +"pgAgent jobs" msgstr "" -"Maximální počet řádků historie, které se mají zobrazit na kartě Statistika " -"pro úlohy pgAgent" +"Maximální počet řádků historie, které se mají zobrazit na kartě " +"Statistika pro úlohy pgAgent" #: pgadmin/browser/register_browser_preferences.py:124 msgid "Process details/logs retention days" @@ -784,8 +781,8 @@ msgstr "Dynamická velikost karty" #: pgadmin/browser/register_browser_preferences.py:473 msgid "" -"If set to True, the tabs will take full size as per the title, it will also " -"applicable for already opened tabs" +"If set to True, the tabs will take full size as per the title, it will " +"also applicable for already opened tabs" msgstr "" "Pokud je nastaveno na hodnotu Ano, karty budou mít plnou velikost podle " "názvu, bude se vztahovat také na již otevřené karty" @@ -797,13 +794,13 @@ msgstr "Název karty \"Dotazovací nástroj\"" #: pgadmin/browser/register_browser_preferences.py:483 #: pgadmin/browser/register_browser_preferences.py:554 msgid "" -"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users can " -"provide any string with or without placeholders of their choice. The blank " -"title will be revert back to the default title with placeholders." +"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users " +"can provide any string with or without placeholders of their choice. The " +"blank title will be revert back to the default title with placeholders." msgstr "" -"Podporované zástupné znaky jsou %DATABASE%, %USERNAME% a %SERVER%. Můžete " -"použít libovolný řetězec s nebo bez zástupných znaků podle svého výběru. " -"Prázdný název vrátí zpět výchozí název se zástupnými znaky." +"Podporované zástupné znaky jsou %DATABASE%, %USERNAME% a %SERVER%. Můžete" +" použít libovolný řetězec s nebo bez zástupných znaků podle svého výběru." +" Prázdný název vrátí zpět výchozí název se zástupnými znaky." #: pgadmin/browser/register_browser_preferences.py:493 msgid "View/Edit data tab title" @@ -811,14 +808,15 @@ msgstr "Název karty \"Zobrazit/upravit data\"" #: pgadmin/browser/register_browser_preferences.py:496 msgid "" -"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and " -"%SERVER%. Users can provide any string with or without placeholders of their " -"choice. The blank title will be revert back to the default title with " -"placeholders." +"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and" +" %SERVER%. Users can provide any string with or without placeholders of " +"their choice. The blank title will be revert back to the default title " +"with placeholders." msgstr "" -"Podporované zástupné znaky jsou %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME% a " -"%SERVER%. Můžete použít libovolný řetězec s nebo bez zástupných znaků podle " -"svého výběru. Prázdný název vrátí zpět výchozí název se zástupnými znaky." +"Podporované zástupné znaky jsou %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%" +" a %SERVER%. Můžete použít libovolný řetězec s nebo bez zástupných znaků " +"podle svého výběru. Prázdný název vrátí zpět výchozí název se zástupnými " +"znaky." #: pgadmin/browser/register_browser_preferences.py:506 msgid "Debugger tab title" @@ -828,12 +826,14 @@ msgstr "Název karty \"Ladění\"" #, python-format msgid "" "Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA% and %DATABASE%. " -"Users can provide any string with or without placeholders of their choice. " -"The blank title will be revert back to the default title with placeholders." +"Users can provide any string with or without placeholders of their " +"choice. The blank title will be revert back to the default title with " +"placeholders." msgstr "" -"Podporované zástupné znaky jsou %FUNCTION%, %ARGS%, %SCHEMA% a %DATABASE%. " -"Můžete použít libovolný řetězec s nebo bez zástupných znaků podle svého " -"výběru. Prázdný název vrátí zpět výchozí název se zástupnými znaky." +"Podporované zástupné znaky jsou %FUNCTION%, %ARGS%, %SCHEMA% a " +"%DATABASE%. Můžete použít libovolný řetězec s nebo bez zástupných znaků " +"podle svého výběru. Prázdný název vrátí zpět výchozí název se zástupnými " +"znaky." #: pgadmin/browser/register_browser_preferences.py:518 #: pgadmin/browser/static/js/collection.js:76 @@ -893,9 +893,9 @@ msgid "" "Select Query Tool, Debugger, Schema Diff, ERD Tool or PSQL Tool from the " "drop-down to set open in new browser tab for that particular module." msgstr "" -"Pro nastavení co otevřít na nové kartě prohlížeče pro daný modul vyberte ze " -"seznamu Dotazovací nástroj, Ladění, Porovnání schémat, Nástroj E-R diagram " -"nebo PSQL nástroj." +"Pro nastavení co otevřít na nové kartě prohlížeče pro daný modul vyberte " +"ze seznamu Dotazovací nástroj, Ladění, Porovnání schémat, Nástroj E-R " +"diagram nebo PSQL nástroj." #: pgadmin/browser/register_browser_preferences.py:543 msgid "Select open new tab..." @@ -1198,11 +1198,11 @@ msgstr "Cesta k EDB Advanced Server" #: pgadmin/browser/server_groups/servers/ppas.py:16 msgid "" -"Path to the directory containing the EDB Advanced Server utility programs " -"(pg_dump, pg_restore etc)." +"Path to the directory containing the EDB Advanced Server utility programs" +" (pg_dump, pg_restore etc)." msgstr "" -"Cesta ke složce obsahující obslužné programy EDB Advanced Server (pg_dump, " -"pg_restore, atd.)." +"Cesta ke složce obsahující obslužné programy EDB Advanced Server " +"(pg_dump, pg_restore, atd.)." #: pgadmin/browser/server_groups/servers/ppas.py:26 msgid "EDB Advanced Server" @@ -1215,8 +1215,8 @@ msgstr "Cesta k PostgreSQL" #: pgadmin/browser/server_groups/servers/types.py:34 msgid "" -"Path to the directory containing the PostgreSQL utility programs (pg_dump, " -"pg_restore etc)." +"Path to the directory containing the PostgreSQL utility programs " +"(pg_dump, pg_restore etc)." msgstr "" "Cesta ke složce obsahující obslužné programy PostgreSQL (pg_dump, " "pg_restore, atd.)." @@ -1366,8 +1366,7 @@ msgstr "Nelze vygenerovat pomocí reverzního inženýrství SQL pro přetypová #: pgadmin/browser/server_groups/servers/databases/casts/__init__.py:716 msgid "Could not generate reversed engineered SQL for the cast node." -msgstr "" -"Nelze vygenerovat pomocí reverzního inženýrství SQL pro přetypování uzlu." +msgstr "Nelze vygenerovat pomocí reverzního inženýrství SQL pro přetypování uzlu." #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:49 msgid "Cast" @@ -2511,13 +2510,13 @@ msgstr "Pouze tabulky" #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:141 msgid "" -"If ONLY is specified before the table name, only that table is added to the " -"publication. If ONLY is not specified, the table and all its descendant " -"tables (if any) are added." +"If ONLY is specified before the table name, only that table is added to " +"the publication. If ONLY is not specified, the table and all its " +"descendant tables (if any) are added." msgstr "" -"Pokud je před názvem tabulky zadáno POUZE (ONLY), bude do publikace přidána " -"pouze tato tabulka. Pokud POUZE (ONLY) není zadáno, přidá se tabulka a " -"všechny její následující potomky (jsou-li nějaké)." +"Pokud je před názvem tabulky zadáno POUZE (ONLY), bude do publikace " +"přidána pouze tato tabulka. Pokud POUZE (ONLY) není zadáno, přidá se " +"tabulka a všechny její následující potomky (jsou-li nějaké)." #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:143 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:57 @@ -2541,7 +2540,8 @@ msgid "" "Could not find the schema in the database.\n" " It may have been removed by another user." msgstr "" -"Schéma v databázi se nepodařilo najít. Mohlo být odstraněno jiným uživatelem." +"Schéma v databázi se nepodařilo najít. Mohlo být odstraněno jiným " +"uživatelem." #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:594 #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:1126 @@ -2560,7 +2560,8 @@ msgid "" "Could not find the schema in the database. It may have been removed by " "another user." msgstr "" -"Schéma v databázi se nepodařilo najít. Může být odstraněn jiným uživatelem." +"Schéma v databázi se nepodařilo najít. Může být odstraněn jiným " +"uživatelem." #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:810 msgid "The specified schema could not be found.\n" @@ -2580,7 +2581,8 @@ msgid "" "Could not find the schema in the database.\n" " It may have been removed by another user." msgstr "" -"Schéma v databázi se nepodařilo najít. Mohlo být odstraněno jiným uživatelem." +"Schéma v databázi se nepodařilo najít. Mohlo být odstraněno jiným " +"uživatelem." #: pgadmin/browser/server_groups/servers/databases/schemas/aggregates/__init__.py:51 #: pgadmin/browser/server_groups/servers/databases/schemas/aggregates/static/js/aggregate.js:29 @@ -2786,11 +2788,11 @@ msgstr "Porovnávání" #: pgadmin/browser/server_groups/servers/databases/schemas/collations/__init__.py:474 #: pgadmin/browser/server_groups/servers/databases/schemas/collations/static/js/collation.ui.js:170 msgid "" -"Definition incomplete. Please provide Locale OR Copy Collation OR LC_TYPE/" -"LC_COLLATE." -msgstr "" -"Definice je neúplná. Zadejte Národní prostředí NEBO Kopírovat prostředí NEBO " +"Definition incomplete. Please provide Locale OR Copy Collation OR " "LC_TYPE/LC_COLLATE." +msgstr "" +"Definice je neúplná. Zadejte Národní prostředí NEBO Kopírovat prostředí " +"NEBO LC_TYPE/LC_COLLATE." #: pgadmin/browser/server_groups/servers/databases/schemas/collations/__init__.py:567 msgid "Collation dropped" @@ -3054,10 +3056,10 @@ msgstr "" "{0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:948 -msgid "" -"Could not generate reversed engineered query for FTS Configuration node." +msgid "Could not generate reversed engineered query for FTS Configuration node." msgstr "" -"Nelze vygenerovat pomocí reverzního inženýrství dotaz pro FTS nastavení uzlu." +"Nelze vygenerovat pomocí reverzního inženýrství dotaz pro FTS nastavení " +"uzlu." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/static/js/fts_configuration.js:51 msgid "FTS Configuration" @@ -3175,7 +3177,8 @@ msgid "" "Could not generate reversed engineered query for the FTS Parser.\n" "{0}" msgstr "" -"Nelze vygenerovat pomocí reverzního inženýrství dotaz pro FTS analyzátor.\n" +"Nelze vygenerovat pomocí reverzního inženýrství dotaz pro FTS analyzátor." +"\n" "{0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/__init__.py:889 @@ -3238,7 +3241,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:760 msgid "Could not generate reversed engineered query for FTS Template node." msgstr "" -"Nelze vygenerovat pomocí reverzního inženýrství dotaz pro FTS šablonu uzlu." +"Nelze vygenerovat pomocí reverzního inženýrství dotaz pro FTS šablonu " +"uzlu." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/static/js/fts_template.js:49 msgid "FTS Template" @@ -3706,8 +3710,7 @@ msgstr "Hlavička" #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:113 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:129 msgid "Updating the package header definition may remove its existing body." -msgstr "" -"Aktualizace definice záhlaví balíčku může odstranit jeho existující tělo." +msgstr "Aktualizace definice záhlaví balíčku může odstranit jeho existující tělo." #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:115 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:131 @@ -3803,14 +3806,14 @@ msgstr "Ve vlastnictví (OWNED BY)" #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:173 msgid "" "The OWNED BY option causes the sequence to be associated with a specific " -"table column, such that if that column (or its whole table) is dropped, the " -"sequence will be automatically dropped as well. The specified table must " -"have the same owner and be in the same schema as the sequence." +"table column, such that if that column (or its whole table) is dropped, " +"the sequence will be automatically dropped as well. The specified table " +"must have the same owner and be in the same schema as the sequence." msgstr "" "Volba Ve vlastnictví (OWNED BY) způsobí, že sekvence bude přidružena ke " -"konkrétnímu sloupci tabulky, takže pokud je tento sloupec (nebo celá jeho " -"tabulka) zrušen, sekvence bude také automaticky zrušena. Zadaná tabulka musí " -"mít stejného vlastníka a musí být ve stejném schématu jako sekvence." +"konkrétnímu sloupci tabulky, takže pokud je tento sloupec (nebo celá jeho" +" tabulka) zrušen, sekvence bude také automaticky zrušena. Zadaná tabulka " +"musí mít stejného vlastníka a musí být ve stejném schématu jako sekvence." #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:651 @@ -3965,8 +3968,8 @@ msgstr "Tabulka vyprázdněna" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:2057 msgid "" -"The table is currently locked and the operation cannot be completed. Please " -"try again later. \r\n" +"The table is currently locked and the operation cannot be completed. " +"Please try again later. \r\n" "Blocking Process ID : {0} Application Name : {1}" msgstr "" "Tabulka je aktuálně uzamčena a operaci nelze dokončit. Zkuste to znovu " @@ -4726,8 +4729,7 @@ msgstr "Upozornění" msgid "" "Changing access method will clear columns collection. Do you want to " "continue?" -msgstr "" -"Změna metody přístupu vymaže kolekci sloupců. Opravdu chcete pokračovat?" +msgstr "Změna metody přístupu vymaže kolekci sloupců. Opravdu chcete pokračovat?" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:374 msgid "Unique?" @@ -5034,8 +5036,7 @@ msgstr "Sloupec: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:359 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:898 msgid "User can select any column from the list of available columns." -msgstr "" -"Uživatel si může vybrat libovolný sloupec ze seznamu dostupných sloupců." +msgstr "Uživatel si může vybrat libovolný sloupec ze seznamu dostupných sloupců." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:361 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:900 @@ -5055,13 +5056,13 @@ msgstr "Příklad: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:365 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:904 msgid "" -"Let's say, we want to create a partition table based per year for the column " -"'saledate', having datatype 'date/timestamp', then we need to specify the " -"expression as 'extract(YEAR from saledate)' as partition key." +"Let's say, we want to create a partition table based per year for the " +"column 'saledate', having datatype 'date/timestamp', then we need to " +"specify the expression as 'extract(YEAR from saledate)' as partition key." msgstr "" -"Řekněme, že chceme vytvořit dělenou tabulku pro sloupec 'datum_slev' za rok, " -"která má datový typ 'date/timestamp', pak musíme jako klíč oddílu zadat " -"výraz jako 'extract(YEAR from datum_slev)'." +"Řekněme, že chceme vytvořit dělenou tabulku pro sloupec 'datum_slev' za " +"rok, která má datový typ 'date/timestamp', pak musíme jako klíč oddílu " +"zadat výraz jako 'extract(YEAR from datum_slev)'." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:383 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:922 @@ -5076,8 +5077,8 @@ msgstr "Vytvořit tabulku: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:396 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:935 msgid "" -"User can create multiple partitions while creating new partitioned table. " -"Operation switch is disabled in this scenario." +"User can create multiple partitions while creating new partitioned table." +" Operation switch is disabled in this scenario." msgstr "" "Uživatel může při vytváření nové dělené tabulky vytvářet více oddílů. " "Přepínač operace je v tomto scénáři deaktivován." @@ -5090,8 +5091,8 @@ msgstr "Upravit existující tabulku: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:399 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:938 msgid "" -"User can create/attach/detach multiple partitions. In attach operation user " -"can select table from the list of suitable tables to be attached." +"User can create/attach/detach multiple partitions. In attach operation " +"user can select table from the list of suitable tables to be attached." msgstr "" "Uživatel může vytvořit/připojit/odpojit více oddílů. V operaci připojení " "může uživatel vybrat tabulku ze seznamu vhodných tabulek, které mají být " @@ -5119,11 +5120,11 @@ msgstr "Pole Od/Do/V: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:405 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:944 msgid "" -"From/To/In input: Values for these fields must be quoted with single quote. " -"For more than one partition key values must be comma(,) separated." +"From/To/In input: Values for these fields must be quoted with single " +"quote. For more than one partition key values must be comma(,) separated." msgstr "" -"Pole Od/Do/V: Hodnoty pro tato pole musí být uváděny s apostrofem ('). Pro " -"více než jednu hodnotu klíče oddílu musíte oddělit čárkou (,)." +"Pole Od/Do/V: Hodnoty pro tato pole musí být uváděny s apostrofem ('). " +"Pro více než jednu hodnotu klíče oddílu musíte oddělit čárkou (,)." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:407 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:946 @@ -5133,11 +5134,12 @@ msgstr "Příklad Od/Do: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:408 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:947 msgid "" -"Enabled for range partition. Consider partitioned table with multiple keys " -"of type Integer, then values should be specified like '100','200'." +"Enabled for range partition. Consider partitioned table with multiple " +"keys of type Integer, then values should be specified like '100','200'." msgstr "" -"Povoleno pro oddíl rozsahu. Zvažte dělenou tabulku s více klíči typu celé " -"číslo (INTEGER), pak by hodnoty měly být specifikovány jako '100', '200'." +"Povoleno pro oddíl rozsahu. Zvažte dělenou tabulku s více klíči typu celé" +" číslo (INTEGER), pak by hodnoty měly být specifikovány jako '100', " +"'200'." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:410 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:949 @@ -5150,8 +5152,8 @@ msgid "" "Enabled for list partition. Values must be comma(,) separated and quoted " "with single quote." msgstr "" -"Povoleno pro seznam oddílu. Hodnoty musí být odděleny čárkou (,) a uváděny s " -"apostrofem (')." +"Povoleno pro seznam oddílu. Hodnoty musí být odděleny čárkou (,) a " +"uváděny s apostrofem (')." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:413 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:952 @@ -5227,18 +5229,18 @@ msgstr "Použitím: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:106 msgid "" "This expression will be added to queries that refer to the table if row " -"level security is enabled. Rows for which the expression returns true will " -"be visible. Any rows for which the expression returns false or null will not " -"be visible to the user (in a SELECT), and will not be available for " -"modification (in an UPDATE or DELETE). Such rows are silently suppressed; no " -"error is reported." +"level security is enabled. Rows for which the expression returns true " +"will be visible. Any rows for which the expression returns false or null " +"will not be visible to the user (in a SELECT), and will not be available " +"for modification (in an UPDATE or DELETE). Such rows are silently " +"suppressed; no error is reported." msgstr "" "Tento výraz bude přidán do dotazů, které odkazují na tabulku, pokud je " -"povoleno zabezpečení na úrovni řádků. Řádky pro které se vrací pravda (true) " -"budou viditelné. Žádné řádky, pro které výraz vrací nepravda (false) nebo " -"prázdné (null), nebudou pro uživatele viditelné (v SELECT) a nebudou k " -"dispozici pro úpravy (v UPDATE nebo DELETE). Takové řádky jsou tiše " -"potlačeny; není hlášena žádná chyba." +"povoleno zabezpečení na úrovni řádků. Řádky pro které se vrací pravda " +"(true) budou viditelné. Žádné řádky, pro které výraz vrací nepravda " +"(false) nebo prázdné (null), nebudou pro uživatele viditelné (v SELECT) a" +" nebudou k dispozici pro úpravy (v UPDATE nebo DELETE). Takové řádky jsou" +" tiše potlačeny; není hlášena žádná chyba." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:108 msgid "With check: " @@ -5246,17 +5248,18 @@ msgstr "S kontrolou: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:109 msgid "" -"This expression will be used in INSERT and UPDATE queries against the table " -"if row level security is enabled. Only rows for which the expression " -"evaluates to true will be allowed. An error will be thrown if the expression " -"evaluates to false or null for any of the records inserted or any of the " -"records that result from the update." +"This expression will be used in INSERT and UPDATE queries against the " +"table if row level security is enabled. Only rows for which the " +"expression evaluates to true will be allowed. An error will be thrown if " +"the expression evaluates to false or null for any of the records inserted" +" or any of the records that result from the update." msgstr "" -"Tento výraz bude použit v dotazech INSERT a UPDATE proti tabulce, pokud je " -"povoleno zabezpečení na úrovni řádků. Povoleny budou pouze řádky, pro které " -"bude výraz vyhodnocen jako pravda (true). Chyba bude vyvolána, pokud bude " -"výraz vyhodnocen jako nepravda (false) nebo prázdné (null) u všech vložených " -"záznamů nebo u všech záznamů, které jsou výsledkem aktualizace." +"Tento výraz bude použit v dotazech INSERT a UPDATE proti tabulce, pokud " +"je povoleno zabezpečení na úrovni řádků. Povoleny budou pouze řádky, pro " +"které bude výraz vyhodnocen jako pravda (true). Chyba bude vyvolána, " +"pokud bude výraz vyhodnocen jako nepravda (false) nebo prázdné (null) u " +"všech vložených záznamů nebo u všech záznamů, které jsou výsledkem " +"aktualizace." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/__init__.py:45 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/static/js/rule.js:39 @@ -5428,9 +5431,9 @@ msgid "" "default-deny policy is used, meaning that no rows are visible or can be " "modified by other users" msgstr "" -"Zkontrolujte, zda existují nějaké zásady. Pokud pro tabulku neexistuje žádná " -"zásada, použije se zásada výchozího odmítnutí, což znamená, že nejsou " -"viditelné žádné řádky ani je ostatní uživatelé nemohou upravit." +"Zkontrolujte, zda existují nějaké zásady. Pokud pro tabulku neexistuje " +"žádná zásada, použije se zásada výchozího odmítnutí, což znamená, že " +"nejsou viditelné žádné řádky ani je ostatní uživatelé nemohou upravit." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:612 msgid "Force RLS Policy?" @@ -6192,14 +6195,15 @@ msgid "" "-- take account of the changes.\n" msgstr "" "\n" -"-- Změna sloupců v pohledu vyžaduje zrušení a opětovné vytvoření pohledu.\n" +"-- Změna sloupců v pohledu vyžaduje zrušení a opětovné vytvoření pohledu." +"\n" "-- To může selhat, pokud jsou na tomto pohledu závislé jiné objekty,\n" -"-- nebo může dojít k selhání procedurálních funkcí, pokud nejsou upraveny " -"tak,\n" +"-- nebo může dojít k selhání procedurálních funkcí, pokud nejsou upraveny" +" tak,\n" "-- aby zohledňovaly změny.\n" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Nelze najít daný server" @@ -6217,7 +6221,7 @@ msgstr "Úloha obnovení materializovaného pohledu byla vytvořena." #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -6301,11 +6305,11 @@ msgstr "Zadejte definici pohledu." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.ui.js:150 msgid "" -"Updating the definition will drop and re-create the materialized view. It " -"may result in loss of information about its dependent objects." +"Updating the definition will drop and re-create the materialized view. It" +" may result in loss of information about its dependent objects." msgstr "" -"Aktualizace definice odstraní a znovu vytvoří materializovaný pohled. Může " -"to vést ke ztrátě informací o závislých objektech." +"Aktualizace definice odstraní a znovu vytvoří materializovaný pohled. " +"Může to vést ke ztrátě informací o závislých objektech." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:87 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:93 @@ -6344,14 +6348,14 @@ msgstr "Zadejte kód pohledu." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:172 msgid "" -"Changing the columns in a view requires dropping and re-creating the view. " -"This may fail if other objects are dependent upon this view, or may cause " -"procedural functions to fail if they are not modified to take account of the " -"changes." +"Changing the columns in a view requires dropping and re-creating the " +"view. This may fail if other objects are dependent upon this view, or may" +" cause procedural functions to fail if they are not modified to take " +"account of the changes." msgstr "" -"Změna sloupců v pohledu vyžaduje zrušení a opětovné vytvoření pohledu. To " -"může selhat, pokud jsou na tomto pohledu závislé jiné objekty, nebo může " -"dojít k selhání procedurálních funkcí, pokud nejsou upraveny tak, aby " +"Změna sloupců v pohledu vyžaduje zrušení a opětovné vytvoření pohledu. To" +" může selhat, pokud jsou na tomto pohledu závislé jiné objekty, nebo může" +" dojít k selhání procedurálních funkcí, pokud nejsou upraveny tak, aby " "zohledňovaly změny." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:174 @@ -6468,7 +6472,8 @@ msgid "" "false, then template databases won't be displayed in the object explorer." msgstr "" "Poznámka: Pokud je nastavení předvoleb \"Zobrazit šablony databází\" " -"nastaveno na hodnotu Ne, databáze šablon se v průzkumníku objektů nezobrazí." +"nastaveno na hodnotu Ne, databáze šablon se v průzkumníku objektů " +"nezobrazí." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:157 msgid "Allow connections?" @@ -6484,16 +6489,16 @@ msgstr "Omezení schématu" #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:208 msgid "" -"Note: Changes to the schema restriction will require the Schemas node in the " -"browser to be refreshed before they will be shown." +"Note: Changes to the schema restriction will require the Schemas node in " +"the browser to be refreshed before they will be shown." msgstr "" "Poznámka: Změny v omezení schématu vyžadují, aby byl uzel Schéma v " "prohlížeči obnoven, než budou zobrazeny." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:218 msgid "" -"Please refresh the Schemas node to make changes to the schema restriction " -"take effect." +"Please refresh the Schemas node to make changes to the schema restriction" +" take effect." msgstr "Obnovte uzel Schéma, aby se změny omezení schématu projevily." #: pgadmin/browser/server_groups/servers/databases/subscriptions/__init__.py:53 @@ -6569,11 +6574,11 @@ msgstr "Připojení" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:165 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:181 msgid "" -"To apply changes to the connection configuration, please disconnect from the " -"server and then reconnect." +"To apply changes to the connection configuration, please disconnect from " +"the server and then reconnect." msgstr "" -"Chcete-li použít změny konfigurace připojení, odpojte se od serveru a znovu " -"se připojte." +"Chcete-li použít změny konfigurace připojení, odpojte se od serveru a " +"znovu se připojte." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:159 #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:92 @@ -6683,8 +6688,8 @@ msgid "" "Specifies whether the existing data in the publications that are being " "subscribed to should be copied once the replication starts." msgstr "" -"Určuje, zda by měla být po spuštění replikace zkopírována existující data v " -"publikacích, které odebíráte." +"Určuje, zda by měla být po spuštění replikace zkopírována existující data" +" v publikacích, které odebíráte." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:308 msgid "Create slot?" @@ -6694,11 +6699,12 @@ msgstr "Vytvořit slot" msgid "" "Specifies whether the command should create the replication slot on the " "publisher.This field will be disabled and set to false if subscription " -"connects to same database.Otherwise, the CREATE SUBSCRIPTION call will hang." +"connects to same database.Otherwise, the CREATE SUBSCRIPTION call will " +"hang." msgstr "" -"Určuje, zda by měl příkaz vytvořit replikační slot na vydavatele. Toto pole " -"bude deaktivováno a nastaveno na hodnotu Ne, pokud se odběr připojí ke " -"stejné databázi. Jinak volání CREATE SUBSCRIPTION přestane reagovat." +"Určuje, zda by měl příkaz vytvořit replikační slot na vydavatele. Toto " +"pole bude deaktivováno a nastaveno na hodnotu Ne, pokud se odběr připojí " +"ke stejné databázi. Jinak volání CREATE SUBSCRIPTION přestane reagovat." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:317 #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:297 @@ -6712,8 +6718,8 @@ msgid "" "Specifies whether the subscription should be actively replicating, or " "whether it should be just setup but not started yet." msgstr "" -"Určuje, zda by se odběr měl aktivně replikovat nebo zda by mělo být pouze " -"nastaveno, ale ještě nespuštěno." +"Určuje, zda by se odběr měl aktivně replikovat nebo zda by mělo být pouze" +" nastaveno, ale ještě nespuštěno." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:325 msgid "Refresh publication?" @@ -6729,13 +6735,13 @@ msgstr "Připojit" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:341 msgid "" -"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher at " -"all. Setting this to false will change default values of enabled, " +"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher" +" at all. Setting this to false will change default values of enabled, " "create_slot and copy_data to false." msgstr "" "Určuje, zda se má CREATE SUBSCRIPTION vůbec připojit k vydavateli. " -"Nastavením na Ne změníte výchozí hodnoty enabled, create_slot a copy_data na " -"Ne." +"Nastavením na Ne změníte výchozí hodnoty enabled, create_slot a copy_data" +" na Ne." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:345 msgid "Slot name" @@ -6743,8 +6749,8 @@ msgstr "Název slotu" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:348 msgid "" -"Name of the replication slot to use. The default behavior is to use the name " -"of the subscription for the slot name." +"Name of the replication slot to use. The default behavior is to use the " +"name of the subscription for the slot name." msgstr "" "Název replikačního slotu, který se má použít. Výchozí chování je použít " "název odběru pro název slotu." @@ -6755,8 +6761,8 @@ msgstr "Synchronní schválení (COMMIT)" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:354 msgid "" -"The value of this parameter overrides the synchronous_commit setting. The " -"default value is off." +"The value of this parameter overrides the synchronous_commit setting. The" +" default value is off." msgstr "" "Hodnota tohoto parametru přepíše nastavení synchronous_commit. Výchozí " "hodnota je vypnuto." @@ -7469,13 +7475,13 @@ msgid "" "e.g. To execute at 5 minutes past every hour, simply select ‘05’ in the " "Minutes list box." msgstr "" -"např. Chcete-li spustit po 5 minutách každou hodinu, jednoduše vyberte '05' " -"v Minuty." +"např. Chcete-li spustit po 5 minutách každou hodinu, jednoduše vyberte " +"'05' v Minuty." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:322 msgid "" -"Values from more than one field may be specified in order to further control " -"the schedule." +"Values from more than one field may be specified in order to further " +"control the schedule." msgstr "" "Hodnoty z více než jednoho pole mohou být specifikovány za účelem další " "kontroly plánu." @@ -7485,18 +7491,18 @@ msgid "" "e.g. To execute at 12:05 and 14:05 every Monday and Thursday, you would " "click minute 05, hours 12 and 14, and weekdays Monday and Thursday." msgstr "" -"např. Chcete-li spustit každé pondělí a čtvrtek v 12:05 a 14:05, klikněte na " -"minutu 05, hodiny 12 a 14 a dny pondělí a čtvrtek." +"např. Chcete-li spustit každé pondělí a čtvrtek v 12:05 a 14:05, klikněte" +" na minutu 05, hodiny 12 a 14 a dny pondělí a čtvrtek." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:326 msgid "" -"For additional flexibility, the Month Days check list includes an extra Last " -"Day option. This matches the last day of the month, whether it happens to be " -"the 28th, 29th, 30th or 31st." +"For additional flexibility, the Month Days check list includes an extra " +"Last Day option. This matches the last day of the month, whether it " +"happens to be the 28th, 29th, 30th or 31st." msgstr "" -"Pro větší flexibilitu obsahuje seznam Dny v měsíci navíc možnost 'poslední " -"den'. To odpovídá poslednímu dni v měsíci, ať už se jedná o 28., 29., 30. " -"nebo 31. den." +"Pro větší flexibilitu obsahuje seznam Dny v měsíci navíc možnost " +"'poslední den'. To odpovídá poslednímu dni v měsíci, ať už se jedná o " +"28., 29., 30. nebo 31. den." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:330 msgid "Week days" @@ -7543,10 +7549,9 @@ msgstr "Třída práce" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:72 msgid "" -"Please select a class to categorize the job. This option will not affect the " -"way the job runs." -msgstr "" -"Vyberte třídu pro kategorizaci úkolu. Tato volba neovlivní průběh úlohy." +"Please select a class to categorize the job. This option will not affect " +"the way the job runs." +msgstr "Vyberte třídu pro kategorizaci úkolu. Tato volba neovlivní průběh úlohy." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:75 #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:78 @@ -7555,12 +7560,13 @@ msgstr "Hostitelský agent" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:80 msgid "" -"Enter the hostname of a machine running pgAgent if you wish to ensure only " -"that machine will run this job. Leave blank if any host may run the job." +"Enter the hostname of a machine running pgAgent if you wish to ensure " +"only that machine will run this job. Leave blank if any host may run the " +"job." msgstr "" "Zadejte název hostitele počítače, na kterém běží pgAgent, pokud chcete " -"zajistit, aby tuto úlohu spustil pouze počítač. Pokud může hostitel spustit " -"úlohu, ponechte prázdné." +"zajistit, aby tuto úlohu spustil pouze počítač. Pokud může hostitel " +"spustit úlohu, ponechte prázdné." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:84 msgid "Created" @@ -7662,24 +7668,25 @@ msgstr "Připojovací řetězec" #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:144 msgid "" -"Please specify the connection string for the remote database server. Each " -"parameter setting is in the form keyword = value. Spaces around the equal " -"sign are optional. To write an empty value, or a value containing spaces, " -"surround it with single quotes, e.g., keyword = 'a value'. Single quotes and " -"backslashes within the value must be escaped with a backslash, i.e., ' and " -"\\.
For more information, please see the documentation on libpq connection strings." +"Please specify the connection string for the remote database server. Each" +" parameter setting is in the form keyword = value. Spaces around the " +"equal sign are optional. To write an empty value, or a value containing " +"spaces, surround it with single quotes, e.g., keyword = 'a value'. Single" +" quotes and backslashes within the value must be escaped with a " +"backslash, i.e., ' and \\.
For more information, please see the " +"documentation on libpq connection " +"strings." msgstr "" -"Zadejte řetězec připojení pro vzdálený databázový server. Každé nastavení " -"parametrů je ve tvaru klíčové slovo = hodnota. Mezery kolem znaménka " +"Zadejte řetězec připojení pro vzdálený databázový server. Každé nastavení" +" parametrů je ve tvaru klíčové slovo = hodnota. Mezery kolem znaménka " "rovnosti jsou volitelné. Chcete-li napsat prázdnou hodnotu nebo hodnotu " "obsahující mezery, ohraničte ji jednoduchými uvozovkami ('), např. " "klicove_slovo = 'nejaka hodnota'. Jednotlivé uvozovky a zpětná lomítka v " -"hodnotě musí být zakončena zpětným lomítkem, tj. ' a \\.
Další informace " -"naleznete v dokumentaci k řetězcům připojení " -"libpq." +"hodnotě musí být zakončena zpětným lomítkem, tj. ' a \\.
Další " +"informace naleznete v dokumentaci k řetězcům připojení libpq." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:147 msgid "On error" @@ -7825,7 +7832,8 @@ msgstr "Limit připojení musí být celé číslo nebo -1." #: pgadmin/browser/server_groups/servers/roles/__init__.py:295 msgid "" "\n" -"Role members information must be passed as an array of JSON objects in the\n" +"Role members information must be passed as an array of JSON objects in " +"the\n" "following format:\n" "\n" "rolmembers:[{\n" @@ -7849,8 +7857,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:313 msgid "" "\n" -"Role membership information must be passed as a string representing an array " -"of\n" +"Role membership information must be passed as a string representing an " +"array of\n" "JSON objects in the following format:\n" "rolmembers:{\n" " 'added': [{\n" @@ -7873,8 +7881,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Informace o členství v roli musí být předány jako řetězec představující pole " -"objektů JSON v následujícím formátu:\n" +"Informace o členství v roli musí být předány jako řetězec představující " +"pole objektů JSON v následujícím formátu:\n" "rolmembers:{\n" " 'added': [{\n" " role: [rolename],\n" @@ -7898,8 +7906,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:354 msgid "" "\n" -"Role membership information must be passed as an array of JSON objects in " -"the\n" +"Role membership information must be passed as an array of JSON objects in" +" the\n" "following format:\n" "\n" "rolmembership:[{\n" @@ -7923,8 +7931,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:372 msgid "" "\n" -"Role membership information must be passed as a string representing an array " -"of\n" +"Role membership information must be passed as a string representing an " +"array of\n" "JSON objects in the following format:\n" "rolmembership:{\n" " 'added': [{\n" @@ -7973,7 +7981,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:412 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the following\n" +"Security Label must be passed as an array of JSON objects in the " +"following\n" "format:\n" "seclabels:[{\n" " provider: ,\n" @@ -7983,7 +7992,8 @@ msgid "" "]" msgstr "" "\n" -"Bezpečnostní štítek musí být předán jako pole objektů JSON v následujícím\n" +"Bezpečnostní štítek musí být předán jako pole objektů JSON v následujícím" +"\n" "formátu:\n" "seclabels:[{\n" " provider: ,\n" @@ -7995,7 +8005,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:427 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the following\n" +"Security Label must be passed as an array of JSON objects in the " +"following\n" "format:\n" "seclabels:{\n" " 'added': [{\n" @@ -8096,8 +8107,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Konfigurační parametry/proměnné musí být v režimu aktualizace předány jako " -"pole objektů JSON v následujícím formátu:\n" +"Konfigurační parametry/proměnné musí být v režimu aktualizace předány " +"jako pole objektů JSON v následujícím formátu:\n" "rolmembership:{\n" "'added': [{\n" " database: nebo null,\n" @@ -8301,8 +8312,7 @@ msgstr "Členství" #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:182 #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:201 msgid "Select the checkbox for roles to include WITH ADMIN OPTION." -msgstr "" -"Zaškrtněte políčko pro role, které mají být zahrnuty WITH ADMIN OPTION." +msgstr "Zaškrtněte políčko pro role, které mají být zahrnuty WITH ADMIN OPTION." #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:182 #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:201 @@ -8334,8 +8344,8 @@ msgid "" "Change the ownership or\n" "drop the database objects owned by a database role" msgstr "" -"Změňte vlastnictví nebo odstraňte databázové objekty vlastněné databázovou " -"rolí" +"Změňte vlastnictví nebo odstraňte databázové objekty vlastněné " +"databázovou rolí" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:71 msgid "Reassign objects to" @@ -8351,11 +8361,12 @@ msgstr "Kaskádově" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:142 msgid "" -"Note: CASCADE will automatically drop objects that depend on the affected " -"objects, and in turn all objects that depend on those objects" +"Note: CASCADE will automatically drop objects that depend on the affected" +" objects, and in turn all objects that depend on those objects" msgstr "" -"Poznámka: CASCADE automaticky odstraní objekty, které závisí na ovlivněných " -"objektech, a následně všechny objekty, které na těchto objektech závisí" +"Poznámka: CASCADE automaticky odstraní objekty, které závisí na " +"ovlivněných objektech, a následně všechny objekty, které na těchto " +"objektech závisí" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:146 msgid "From database" @@ -8378,8 +8389,8 @@ msgid "" "Are you sure you wish to ${state.role_op} all the objects owned by the " "selected role?" msgstr "" -"Jste si jisti, že chcete ${state.role_op} všechny objekty vlastněné vybranou " -"rolí?" +"Jste si jisti, že chcete ${state.role_op} všechny objekty vlastněné " +"vybranou rolí?" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:195 #: pgadmin/browser/static/js/node.js:1105 pgadmin/misc/sql/static/js/SQL.jsx:80 @@ -8510,11 +8521,11 @@ msgstr "Znovu načíst konfiguraci" #: pgadmin/browser/server_groups/servers/static/js/server.js:90 msgid "" -"Please select a server from the object explorer to reload the configuration " -"files." +"Please select a server from the object explorer to reload the " +"configuration files." msgstr "" -"Chcete-li znovu načíst konfigurační soubory, vyberte v průzkumníku objektů " -"server." +"Chcete-li znovu načíst konfigurační soubory, vyberte v průzkumníku " +"objektů server." #: pgadmin/browser/server_groups/servers/static/js/server.js:95 msgid "Add Named Restore Point..." @@ -8522,10 +8533,11 @@ msgstr "Přidat pojmenovaný bod obnovy..." #: pgadmin/browser/server_groups/servers/static/js/server.js:97 msgid "" -"Please select any server from the object explorer to Add Named Restore Point." +"Please select any server from the object explorer to Add Named Restore " +"Point." msgstr "" -"Vyberte libovolný server z průzkumníku objektů k přidání pojmenovaného bodu " -"obnovy." +"Vyberte libovolný server z průzkumníku objektů k přidání pojmenovaného " +"bodu obnovy." #: pgadmin/browser/server_groups/servers/static/js/server.js:102 msgid "Change Password..." @@ -8541,11 +8553,11 @@ msgstr "Pozastavit přehrávání WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:111 msgid "" -"Please select a connected database as a Super user and run in Recovery mode " -"to Pause Replay of WAL." +"Please select a connected database as a Super user and run in Recovery " +"mode to Pause Replay of WAL." msgstr "" -"Vyberte připojenou databázi jako superuživatel a spusťte v režimu obnovení, " -"abyste pozastavili přehrávání WAL." +"Vyberte připojenou databázi jako superuživatel a spusťte v režimu " +"obnovení, abyste pozastavili přehrávání WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:116 msgid "Resume Replay of WAL" @@ -8553,11 +8565,11 @@ msgstr "Pokračovat v přehrávání WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:118 msgid "" -"Please select a connected database as a Super user and run in Recovery mode " -"to Resume Replay of WAL." +"Please select a connected database as a Super user and run in Recovery " +"mode to Resume Replay of WAL." msgstr "" -"Vyberte připojenou databázi jako superuživatel a spusťte v režimu obnovení, " -"abyste obnovili přehrávání WAL." +"Vyberte připojenou databázi jako superuživatel a spusťte v režimu " +"obnovení, abyste obnovili přehrávání WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:123 msgid "Clear Saved Password" @@ -8613,15 +8625,15 @@ msgstr "Smazat heslo SSH tunelu" #: pgadmin/browser/server_groups/servers/static/js/server.js:476 #, python-format msgid "" -"Are you sure you want to clear the saved password of SSH Tunnel for server " -"%s?" +"Are you sure you want to clear the saved password of SSH Tunnel for " +"server %s?" msgstr "Opravdu chcete smazat uložené heslo SSH tunelu pro serve r%s?" #: pgadmin/browser/server_groups/servers/static/js/server.js:585 msgid "" -"You have connected to a server version that is older than is supported by " -"pgAdmin. This may cause pgAdmin to break in strange and unpredictable ways. " -"Or a plague of frogs. Either way, you have been warned!" +"You have connected to a server version that is older than is supported by" +" pgAdmin. This may cause pgAdmin to break in strange and unpredictable " +"ways. Or a plague of frogs. Either way, you have been warned!" msgstr "" "Varování: Tato verze serveru již není podporována pgAdminem. To může " "způsobit nefunkčnost či neočekávané chování." @@ -8746,7 +8758,8 @@ msgstr "Název hostitele nebo služba musí být zadána." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:349 msgid "Host name must be valid hostname or IPv4 or IPv6 address." msgstr "" -"Název hostitele musí být platný název hostitele nebo adresa IPv4 nebo IPv6." +"Název hostitele musí být platný název hostitele nebo adresa IPv4 nebo " +"IPv6." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:418 msgid "Host address" @@ -9003,7 +9016,8 @@ msgstr "Informace o tabulkovém prostoru se nepodařilo najít." #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:353 msgid "Tablespace created successfully, Set parameter fail: {0}" msgstr "" -"Tabulkový prostor byl úspěšně vytvořen, nastavení parametru se nezdařilo: {0}" +"Tabulkový prostor byl úspěšně vytvořen, nastavení parametru se nezdařilo:" +" {0}" #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:435 msgid "The specified tablespace could not be found.\n" @@ -9040,7 +9054,8 @@ msgstr "'Umístění' nemůže být prázdné." #: pgadmin/browser/server_groups/servers/templates/servers/password.html:5 msgid "" -"Please enter the password for the user '{0}' to connect the server - \"{1}\"" +"Please enter the password for the user '{0}' to connect the server - " +"\"{1}\"" msgstr "Zadejte heslo pro uživatele '{0}' pro připojení serveru - \"{1}\"" #: pgadmin/browser/server_groups/servers/templates/servers/password.html:8 @@ -9057,9 +9072,11 @@ msgstr "Uložit heslo" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:5 msgid "" -"SSH Tunnel password for the identity file '{0}' to connect the server \"{1}\"" +"SSH Tunnel password for the identity file '{0}' to connect the server " +"\"{1}\"" msgstr "" -"Heslo SSH tunelu pro soubor s identitou '{0}' pro připojení k serveru \"{1}\"" +"Heslo SSH tunelu pro soubor s identitou '{0}' pro připojení k serveru " +"\"{1}\"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:7 msgid "SSH Tunnel password for the user '{0}' to connect the server \"{1}\"" @@ -9067,12 +9084,10 @@ msgstr "Heslo SSH tunelu pro uživatele '{0}' pro připojení k serveru \"{1}\"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:28 msgid "Database server password for the user to connect the server \"{0}\"" -msgstr "" -"Heslo databázového serveru pro uživatele pro připojení k serveru \"{0}\"" +msgstr "Heslo databázového serveru pro uživatele pro připojení k serveru \"{0}\"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:30 -msgid "" -"Database server password for the user '{0}' to connect the server \"{1}\"" +msgid "Database server password for the user '{0}' to connect the server \"{1}\"" msgstr "" "Heslo databázového serveru pro uživatele '{0}' pro připojení k serveru " "\"{1}\"" @@ -9270,26 +9285,27 @@ msgstr "Hledat objekty..." #: pgadmin/browser/static/js/heartbeat.js:40 msgid "" -"pgAdmin server not responding, try to login again: ${error.message || error." -"response.data.errormsg}" +"pgAdmin server not responding, try to login again: ${error.message || " +"error.response.data.errormsg}" msgstr "" "pgAdmin server neodpovídá, zkuste se přihlásit znovu: ${error.message || " "error.response.data.errormsg}" #: pgadmin/browser/static/js/heartbeat.js:42 msgid "" -"Server heartbeat logging error: ${error.message || error.response.data." -"errormsg}" +"Server heartbeat logging error: ${error.message || " +"error.response.data.errormsg}" msgstr "" -"Chyba logování heartbeat serveru: ${error.message || error.response.data." -"errormsg}" +"Chyba logování heartbeat serveru: ${error.message || " +"error.response.data.errormsg}" #: pgadmin/browser/static/js/layout.js:81 msgid "" -"pgAdmin has reset the layout because the previously saved layout is invalid." +"pgAdmin has reset the layout because the previously saved layout is " +"invalid." msgstr "" -"pgAdmin resetoval rozložení uživatelského rozhraní, protože dříve uložené " -"rozložení je neplatné." +"pgAdmin resetoval rozložení uživatelského rozhraní, protože dříve uložené" +" rozložení je neplatné." #: pgadmin/browser/static/js/layout.js:163 msgid "Failed to save the lock layout setting." @@ -9343,10 +9359,11 @@ msgstr "Opravdu chcete přestat upravovat vlastnosti %s \"%s\"?" #: pgadmin/browser/static/js/node.js:682 #, python-format msgid "" -"Are you sure want to reset the current changes and re-open the panel for %s " -"\"%s\"?" +"Are you sure want to reset the current changes and re-open the panel for " +"%s \"%s\"?" msgstr "" -"Opravdu chcete resetovat aktuální změny a znovu otevřít panel pro %s \"%s\"?" +"Opravdu chcete resetovat aktuální změny a znovu otevřít panel pro %s " +"\"%s\"?" #: pgadmin/browser/static/js/node.js:686 msgid "Edit in progress?" @@ -9355,10 +9372,11 @@ msgstr "Probíhá úprava?" #: pgadmin/browser/static/js/node.js:741 #, python-format msgid "" -"Are you sure you want to drop %s \"%s\" and all the objects that depend on " -"it?" +"Are you sure you want to drop %s \"%s\" and all the objects that depend " +"on it?" msgstr "" -"Opravdu chcete odstranit %s \"%s\" a všechny objekty, které na něm závisejí?" +"Opravdu chcete odstranit %s \"%s\" a všechny objekty, které na něm " +"závisejí?" #: pgadmin/browser/static/js/node.js:742 #, python-format @@ -9447,28 +9465,29 @@ msgid "" " {1}, which is either deprecated or not supported by\n" " pgAdmin 4." msgstr "" -"Váš prohlížeč byl rozpoznán jako {0} verze {1}, který je buď zastaralý, nebo není podporován pgAdminem 4." +"Váš prohlížeč byl rozpoznán jako {0} verze " +"{1}, který je buď zastaralý, nebo není podporován " +"pgAdminem 4." #: pgadmin/browser/templates/browser/browser.html:6 msgid "" "Your browser was detected as {0} version\n" -" {1}, which pgAdmin has not been tested with. pgAdmin " -"may\n" -" not work as expected, and any issues reported when using this browser " -"may\n" +" {1}, which pgAdmin has not been tested with. pgAdmin" +" may\n" +" not work as expected, and any issues reported when using this browser" +" may\n" " not be fixed." msgstr "" -"Váš prohlížeč byl rozpoznán jako {0} verze {1}, se kterou pgAdmin nebyl testován. pgAdmin nemusí fungovat podle " -"očekávání a případné problémy hlášené při používání tohoto prohlížeče nemusí " -"být vyřešeny." +"Váš prohlížeč byl rozpoznán jako {0} verze " +"{1}, se kterou pgAdmin nebyl testován. pgAdmin nemusí " +"fungovat podle očekávání a případné problémy hlášené při používání tohoto" +" prohlížeče nemusí být vyřešeny." #: pgadmin/browser/templates/browser/browser.html:11 msgid "" "Please visit the FAQ to see " -"the\n" +" href=\"https://www.pgadmin.org/faq/#11\" target=\"_new\">FAQ to " +"see the\n" " supported browsers." msgstr "" "Podporované prohlížeče naleznete na stránce here " -"for more information." +"Please click here for more information." msgstr "" "Další informace získáte kliknutím zde." @@ -9655,8 +9674,8 @@ msgstr "Zobrazit aktivitu" #: pgadmin/dashboard/__init__.py:127 msgid "If set to True, activity tables will be displayed on dashboards." msgstr "" -"Pokud je nastaveno na hodnotu Ano, budou se na panelech zobrazovat tabulky " -"aktivit." +"Pokud je nastaveno na hodnotu Ano, budou se na panelech zobrazovat " +"tabulky aktivit." #: pgadmin/dashboard/__init__.py:133 msgid "Long running query thresholds" @@ -9667,8 +9686,8 @@ msgid "" "Set the warning and alert threshold value to highlight the long-running " "queries on the dashboard." msgstr "" -"Nastavte varovnou a výstražnou prahovou hodnotu, abyste zvýraznili dlouho " -"trvající dotazy na přehledu." +"Nastavte varovnou a výstražnou prahovou hodnotu, abyste zvýraznili dlouho" +" trvající dotazy na přehledu." #: pgadmin/dashboard/__init__.py:142 msgid "Graphs" @@ -9681,8 +9700,8 @@ msgstr "Zobrazit datové body grafu" #: pgadmin/dashboard/__init__.py:149 msgid "If set to True, data points will be visible on graph lines." msgstr "" -"Pokud je nastaveno na hodnotu Ano, budou datové body viditelné na řádcích " -"grafu." +"Pokud je nastaveno na hodnotu Ano, budou datové body viditelné na řádcích" +" grafu." #: pgadmin/dashboard/__init__.py:155 msgid "Use different data point styles?" @@ -9693,8 +9712,8 @@ msgid "" "If set to True, data points will be visible in a different style on each " "graph lines." msgstr "" -"Pokud je nastaveno na hodnotu Ano, budou datové body na každém řádku grafu " -"viditelné v jiném stylu." +"Pokud je nastaveno na hodnotu Ano, budou datové body na každém řádku " +"grafu viditelné v jiném stylu." #: pgadmin/dashboard/__init__.py:163 msgid "Show mouse hover tooltip?" @@ -9702,11 +9721,11 @@ msgstr "Zobrazit popisek při najetí myši" #: pgadmin/dashboard/__init__.py:165 msgid "" -"If set to True, tooltip will appear on mouse hover on the graph lines giving " -"the data point details" +"If set to True, tooltip will appear on mouse hover on the graph lines " +"giving the data point details" msgstr "" -"Pokud je nastaveno na hodnotu Ano, zobrazí se nápověda na ukazateli myši na " -"grafických řádcích s údaji o datových bodech" +"Pokud je nastaveno na hodnotu Ano, zobrazí se nápověda na ukazateli myši " +"na grafických řádcích s údaji o datových bodech" #: pgadmin/dashboard/__init__.py:172 msgid "Chart line width" @@ -9915,12 +9934,14 @@ msgstr "Relace je již v nečinném stavu." #: pgadmin/dashboard/static/js/Dashboard.jsx:750 msgid "Superuser privileges are required to cancel another users query." msgstr "" -"Oprávnění superuživatele jsou vyžadována ke zrušení dotazu jiného uživatele." +"Oprávnění superuživatele jsou vyžadována ke zrušení dotazu jiného " +"uživatele." #: pgadmin/dashboard/static/js/Dashboard.jsx:754 msgid "Superuser privileges are required to terminate another users query." msgstr "" -"Oprávnění superuživatele jsou vyžadována k přerušení dotazu jiného uživatele." +"Oprávnění superuživatele jsou vyžadována k přerušení dotazu jiného " +"uživatele." #: pgadmin/dashboard/static/js/Dashboard.jsx:770 msgid "Please connect to the selected server to view the dashboard." @@ -9950,7 +9971,8 @@ msgstr "Při vykreslování grafu došlo k chybě." #: pgadmin/dashboard/static/js/Graphs.jsx:209 msgid "" -"Not connected to the server or the connection to the server has been closed." +"Not connected to the server or the connection to the server has been " +"closed." msgstr "Není připojení k serveru nebo připojení k serveru bylo ukončeno." #: pgadmin/dashboard/static/js/Graphs.jsx:266 @@ -9996,15 +10018,15 @@ msgstr "Otevřený software" #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:144 msgid "" "pgAdmin is an Open Source administration and management tool for the " -"PostgreSQL database. It includes a graphical administration interface, an " -"SQL query tool, a procedural code debugger and much more. The tool is " -"designed to answer the needs of developers, DBAs and system administrators " -"alike." +"PostgreSQL database. It includes a graphical administration interface, an" +" SQL query tool, a procedural code debugger and much more. The tool is " +"designed to answer the needs of developers, DBAs and system " +"administrators alike." msgstr "" -"pgAdmin je otevřený nástroj pro administraci a správu PostgreSQL databází. " -"Obsahuje grafické administrační rozhraní, dotazovací nástroj SQL, debugger " -"procedurálních kódů a mnoho dalšího. Tento nástroj je navržen tak, aby " -"odpovídal potřebám vývojářů, DBA i správců systému." +"pgAdmin je otevřený nástroj pro administraci a správu PostgreSQL " +"databází. Obsahuje grafické administrační rozhraní, dotazovací nástroj " +"SQL, debugger procedurálních kódů a mnoho dalšího. Tento nástroj je " +"navržen tak, aby odpovídal potřebám vývojářů, DBA i správců systému." #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:155 msgid "Quick Links" @@ -10106,11 +10128,11 @@ msgstr "Cesta k nápovědě PostgreSQL" #: pgadmin/help/__init__.py:66 msgid "" -"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the " -"major.minor version number." +"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the" +" major.minor version number." msgstr "" -"Cesta k dokumentaci PostgreSQL. $VERSION$ bude nahrazeno číslem major.minor " -"verze." +"Cesta k dokumentaci PostgreSQL. $VERSION$ bude nahrazeno číslem " +"major.minor verze." #: pgadmin/misc/__init__.py:33 pgadmin/tools/backup/static/js/backup.ui.js:340 #: pgadmin/tools/backup/static/js/backup.ui.js:358 @@ -10137,7 +10159,8 @@ msgstr "Témata" #: pgadmin/misc/__init__.py:86 msgid "" -"A refresh is required to apply the theme. Above is the preview of the theme" +"A refresh is required to apply the theme. Above is the preview of the " +"theme" msgstr "K použití tématu je třeba aktualizace. Nahoře je náhled tématu." #: pgadmin/misc/__init__.py:287 @@ -10308,7 +10331,7 @@ msgstr "Sledování procesu - %s" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -10378,7 +10401,8 @@ msgstr "Chyba při získávání IP hostitele: ${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:184 msgid "Error while saving cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Chyba při ukládání dat cloudového průvodce: ${error.response.data.errormsg}" +"Chyba při ukládání dat cloudového průvodce: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:292 msgid "Validating credentials..." @@ -10407,10 +10431,8 @@ msgstr "Proces ověřování EDB BigAnimal právě probíhá..." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:383 #: pgadmin/misc/cloud/static/js/azure.js:61 #: pgadmin/misc/cloud/static/js/google.js:87 -msgid "" -"Authentication completed successfully. Click the Next button to proceed." -msgstr "" -"Ověření bylo úspěšně dokončeno. Pokračujte kliknutím na tlačítko Další." +msgid "Authentication completed successfully. Click the Next button to proceed." +msgstr "Ověření bylo úspěšně dokončeno. Pokračujte kliknutím na tlačítko Další." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:387 msgid "Verification failed. Access Denied..." @@ -10421,7 +10443,8 @@ msgid "" "Authentication completed successfully but you do not have permission to " "create the cluster." msgstr "" -"Ověřování bylo úspěšně dokončeno, ale nemáte oprávnění k vytvoření clusteru." +"Ověřování bylo úspěšně dokončeno, ale nemáte oprávnění k vytvoření " +"clusteru." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:396 msgid "Authentication is aborted." @@ -10446,11 +10469,11 @@ msgstr "Ověřovací kód pro ověření pgAdmin na EDB BigAnimal je:" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:454 msgid "" -"By clicking the below button, you will be redirected to the EDB BigAnimal " -"authentication page in a new tab." +"By clicking the below button, you will be redirected to the EDB BigAnimal" +" authentication page in a new tab." msgstr "" -"Kliknutím na tlačítko níže budete přesměrováni na autentizační stránku EDB " -"BigAnimal v nové kartě." +"Kliknutím na tlačítko níže budete přesměrováni na autentizační stránku " +"EDB BigAnimal v nové kartě." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:458 msgid "Click here to authenticate yourself to EDB BigAnimal" @@ -10531,8 +10554,8 @@ msgstr "Rozsah veřejných IP adres" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:51 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:290 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add " -"multiple IP addresses/ranges separated with commas." +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " +"Add multiple IP addresses/ranges separated with commas." msgstr "" "Rozsah IP adres pro povolený příchozí provoz, například: 127.0.0.1/32. " "Přidejte více IP adres/rozsahů oddělených čárkami." @@ -10597,8 +10620,9 @@ msgid "" "At least 8 printable ASCII characters. Cannot contain any of the " "following: / (slash), '(single quote), \"(double quote) and @ (at sign)." msgstr "" -"Alespoň 8 tisknutelných znaků ASCII. Nesmí obsahovat nic z následujícího: / " -"(lomítko), ' (jednoduché uvozovky), \" (dvojité uvozovky) a @ (zavináč)." +"Alespoň 8 tisknutelných znaků ASCII. Nesmí obsahovat nic z následujícího:" +" / (lomítko), ' (jednoduché uvozovky), \" (dvojité uvozovky) a @ " +"(zavináč)." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:179 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:508 @@ -10653,8 +10677,8 @@ msgstr "Velikost v GiB." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:330 msgid "" "Creates a standby in a different Availability Zone (AZ) to provide data " -"redundancy, eliminate I/O freezes, and minimize latency spikes during system " -"backups." +"redundancy, eliminate I/O freezes, and minimize latency spikes during " +"system backups." msgstr "" "Vytváří pohotovostní režim v jiné zóně dostupnosti, aby byla zajištěna " "redundance dat, eliminováno zamrzání I/O a minimalizovány špičky latence " @@ -10666,11 +10690,11 @@ msgstr "Chyba při ověřování Microsoft Azure: ${error}" #: pgadmin/misc/cloud/static/js/azure.js:305 msgid "" -"Error while checking server name availability with Microsoft Azure: ${error." -"response.data.errormsg}" +"Error while checking server name availability with Microsoft Azure: " +"${error.response.data.errormsg}" msgstr "" -"Chyba při kontrole dostupnosti názvu serveru pomocí Microsoft Azure: ${error." -"response.data.errormsg}" +"Chyba při kontrole dostupnosti názvu serveru pomocí Microsoft Azure: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/azure.js:325 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:244 @@ -10702,12 +10726,12 @@ msgstr "Azure CLI" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:79 msgid "" -"Azure CLI will use the currently logged in identity through the Azure CLI on " -"the local machine. Interactive Browser will open a browser window to " +"Azure CLI will use the currently logged in identity through the Azure CLI" +" on the local machine. Interactive Browser will open a browser window to " "authenticate a user interactively." msgstr "" -"Azure CLI použije aktuálně přihlášenou identitu prostřednictvím Azure CLI na " -"místním počítači. Interaktivní prohlížeč otevře okno prohlížeče pro " +"Azure CLI použije aktuálně přihlášenou identitu prostřednictvím Azure CLI" +" na místním počítači. Interaktivní prohlížeč otevře okno prohlížeče pro " "interaktivní ověření uživatele." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:85 @@ -10725,8 +10749,8 @@ msgstr "Kliknutím sem se ověříte v Microsoft Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:111 msgid "" "After clicking the button above you will be redirected to the Microsoft " -"Azure authentication page in a new browser tab if the Interactive Browser " -"option is selected." +"Azure authentication page in a new browser tab if the Interactive Browser" +" option is selected." msgstr "" "Po kliknutí na tlačítko výše budete přesměrováni na ověřovací stránku " "Microsoft Azure na nové kartě prohlížeče, pokud je vybrána možnost " @@ -10762,14 +10786,14 @@ msgstr "Zadané uživatelské jméno správce není povoleno." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:462 msgid "" -"The password must be 8-128 characters long and must contain characters from " -"three of the following categories - English uppercase letters, English " -"lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, " -"%, etc.)" +"The password must be 8-128 characters long and must contain characters " +"from three of the following categories - English uppercase letters, " +"English lowercase letters, numbers (0-9), and non-alphanumeric characters" +" (!, $, #, %, etc.)" msgstr "" "Heslo musí mít 8-128 znaků a musí obsahovat znaky ze tří z následujících " -"kategorií – anglická velká písmena, anglická malá písmena, číslice (0–9) a " -"nealfanumerické znaky (!, $, #, %, atd.)" +"kategorií – anglická velká písmena, anglická malá písmena, číslice (0–9) " +"a nealfanumerické znaky (!, $, #, %, atd.)" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:488 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:386 @@ -10783,22 +10807,22 @@ msgid "" "\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", " "\"root\", \"guest\", \"public\", or start with \"pg_\"." msgstr "" -"Uživatelské jméno správce musí mít 1-63 znaků a může obsahovat pouze znaky, " -"čísla a podtržítka. Uživatelské jméno nemůže být \"azure_superuser\", " -"\"azure_pg_admin\", \"admin\", \"administrator\", \"root\", \"guest\", " -"\"public\" nebo začínat \"pg_\"." +"Uživatelské jméno správce musí mít 1-63 znaků a může obsahovat pouze " +"znaky, čísla a podtržítka. Uživatelské jméno nemůže být " +"\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", " +"\"root\", \"guest\", \"public\" nebo začínat \"pg_\"." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:502 msgid "" -"The password must be 8-128 characters long and must contain characters from " -"three of the following categories - English uppercase letters, English " -"lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, " -"%, etc.), and cannot contain all or part of the login name" +"The password must be 8-128 characters long and must contain characters " +"from three of the following categories - English uppercase letters, " +"English lowercase letters, numbers (0-9), and non-alphanumeric characters" +" (!, $, #, %, etc.), and cannot contain all or part of the login name" msgstr "" "Heslo musí mít 8-128 znaků a musí obsahovat znaky ze tří z následujících " -"kategorií – anglická velká písmena, anglická malá písmena, číslice (0–9) a " -"nealfanumerické znaky (!, $, #, %, atd.), a nemůže obsahovat celé nebo část " -"přihlašovacího jména" +"kategorií – anglická velká písmena, anglická malá písmena, číslice (0–9) " +"a nealfanumerické znaky (!, $, #, %, atd.), a nemůže obsahovat celé nebo " +"část přihlašovacího jména" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:529 msgid "" @@ -10808,9 +10832,9 @@ msgid "" "192.168.0.100 - 192.168.0.200\"" msgstr "" "Seznam IP adres nebo rozsah IP adres (počáteční IP adresa - koncová IP " -"adresa), ze kterých má být přijímán příchozí provoz. Přidejte více IP adres/" -"rozsahů oddělených čárkami, například: \\\"192.168.0.50, 192.168.0.100 - " -"192.168.0.200\"" +"adresa), ze kterých má být přijímán příchozí provoz. Přidejte více IP " +"adres/rozsahů oddělených čárkami, například: \\\"192.168.0.50, " +"192.168.0.100 - 192.168.0.200\"" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:559 msgid "Zone redundant high availability" @@ -10818,11 +10842,11 @@ msgstr "Zónově redundantní vysoká dostupnost" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:585 msgid "" -"Zone redundant high availability deploys a standby replica in a different " -"zone. The Burstable instance type does not support high availability." +"Zone redundant high availability deploys a standby replica in a different" +" zone. The Burstable instance type does not support high availability." msgstr "" -"Zónová redundantní vysoká dostupnost nasazuje záložní repliku v jiné zóně. " -"Typ instance Burstable nepodporuje vysokou dostupnost." +"Zónová redundantní vysoká dostupnost nasazuje záložní repliku v jiné " +"zóně. Typ instance Burstable nepodporuje vysokou dostupnost." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:647 #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:461 @@ -10878,11 +10902,11 @@ msgstr "Rozsah veřejných IP adres nemůže být prázdný." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:732 msgid "" -"Name must be more than 2 characters and must only contain lowercase letters, " -"numbers, and hyphens" +"Name must be more than 2 characters and must only contain lowercase " +"letters, numbers, and hyphens" msgstr "" -"Název musí mít více než 2 znaky a musí obsahovat pouze malá písmena, čísla a " -"pomlčky" +"Název musí mít více než 2 znaky a musí obsahovat pouze malá písmena, " +"čísla a pomlčky" #: pgadmin/misc/cloud/static/js/biganimal.js:236 #: pgadmin/misc/cloud/static/js/biganimal.js:243 @@ -10958,8 +10982,8 @@ msgstr "Počet pohotovostních replik" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:83 msgid "" -"Adding standby replicas will increase your number of CPUs, as well as your " -"cost." +"Adding standby replicas will increase your number of CPUs, as well as " +"your cost." msgstr "Přidání záložních replik zvýší váš počet CPU a také vaše náklady." #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:85 @@ -11036,8 +11060,9 @@ msgstr "Heslo databáze" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:478 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add " -"multiple IP addresses/ranges separated with commas. Leave blank for 0.0.0.0/0" +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " +"Add multiple IP addresses/ranges separated with commas. Leave blank for " +"0.0.0.0/0" msgstr "" "Rozsah IP adres pro povolený příchozí provoz, například: 127.0.0.1/32. " "Přidejte více IP adres/rozsahů oddělených čárkami. Ponechte prázdné pro " @@ -11055,8 +11080,8 @@ msgstr "Nasadit cloudovou instanci..." #: pgadmin/misc/cloud/static/js/cloud.js:103 msgid "Error while clearing cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Při mazání dat cloudového průvodce došlo k chybě: ${error.response.data." -"errormsg}" +"Při mazání dat cloudového průvodce došlo k chybě: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/google.js:72 msgid "Error while authentication: ${error}" @@ -11073,16 +11098,16 @@ msgstr "Soubor s tajným klíčem klienta" #: pgadmin/misc/cloud/static/js/google_schema.ui.js:49 msgid "" -"Select a client secrets file containing the client ID, client secret, and " -"other OAuth 2.0 parameters for google authentication. Refer link for creating client secret." msgstr "" "Vyberte soubor s tajnými klíči klienta obsahující ID klienta, tajný klíč " "klienta a další parametry OAuth 2.0 pro přihlášení Google. Viz odkaz pro vytvoření tajného klíče klienta." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:61 @@ -11149,8 +11174,8 @@ msgstr "Nastavte heslo pro výchozího administrátora \"postgres\"." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:521 msgid "" -"Name must only contain lowercase letters, numbers, and hyphens.Should start " -"with a letter and must be 97 characters or less" +"Name must only contain lowercase letters, numbers, and hyphens.Should " +"start with a letter and must be 97 characters or less" msgstr "" "Název musí obsahovat pouze malá písmena, čísla a pomlčky. Měl by začínat " "písmenem a měl by mít maximálně 97 znaků." @@ -11359,14 +11384,14 @@ msgstr "Nastavení" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:253 msgid "" -"Enter the directory in which the psql, pg_dump, pg_dumpall, and pg_restore " -"utilities can be found for the corresponding database server version. The " -"default path will be used for server versions that do not have a path " -"specified." +"Enter the directory in which the psql, pg_dump, pg_dumpall, and " +"pg_restore utilities can be found for the corresponding database server " +"version. The default path will be used for server versions that do not " +"have a path specified." msgstr "" "Zadejte adresář, ve kterém lze nalézt obslužné programy psql, pg_dump, " -"pg_dumpall a pg_restore pro odpovídající verzi databázového serveru. Výchozí " -"cesta bude použita pro verze serveru, které nemají zadanou cestu." +"pg_dumpall a pg_restore pro odpovídající verzi databázového serveru. " +"Výchozí cesta bude použita pro verze serveru, které nemají zadanou cestu." #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:281 #: pgadmin/utils/constants.py:26 @@ -11391,8 +11416,7 @@ msgstr "Je vyžadována aktualizace stromu průzkumníka objektů" msgid "" "The object explorer tree refresh is required. Do you wish to refresh the " "tree?" -msgstr "" -"Je vyžadováno obnovení stromu průzkumníka objektů. Chcete obnovit strom?" +msgstr "Je vyžadováno obnovení stromu průzkumníka objektů. Chcete obnovit strom?" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:596 #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:626 @@ -11406,11 +11430,11 @@ msgstr "Vyžadováno obnovení" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:618 msgid "" -"A page refresh is required to apply the theme. Do you wish to refresh the " -"page now?" +"A page refresh is required to apply the theme. Do you wish to refresh the" +" page now?" msgstr "" -"Pro použití tématu je vyžadována aktualizace stránky. Chcete stránku nyní " -"aktualizovat?" +"Pro použití tématu je vyžadována aktualizace stránky. Chcete stránku nyní" +" aktualizovat?" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:666 #: pgadmin/tools/search_objects/static/js/SearchObjects.jsx:445 @@ -11438,8 +11462,8 @@ msgid "" "Are you sure you want to reset the current layout? This will cause the " "application to reload and any un-saved data will be lost." msgstr "" -"Opravdu chcete obnovit aktuální rozvržení? To způsobí, že se aplikace znovu " -"načte a všechna neuložená data budou ztracena." +"Opravdu chcete obnovit aktuální rozvržení? To způsobí, že se aplikace " +"znovu načte a všechna neuložená data budou ztracena." #: pgadmin/static/js/api_instance.js:52 pgadmin/static/js/socket_instance.js:56 msgid "Connection to pgAdmin server has been lost" @@ -11479,26 +11503,26 @@ msgstr "Nepodařilo se načíst nastavení %s modulu %s" #: pgadmin/static/js/utils.js:461 msgid "" "The file opened contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it is " -"recommended that you review the text in an application that can display " -"hidden Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it " +"is recommended that you review the text in an application that can " +"display hidden Unicode characters before proceeding." msgstr "" "Otevřený soubor obsahuje obousměrné znaky Unicode, které by mohly být " "interpretovány jinak, než jak je zobrazeno. Pokud to neočekáváte, " -"doporučujeme, abyste si před pokračováním přečetli text v aplikaci, která " -"dokáže zobrazit skryté znaky Unicode." +"doporučujeme, abyste si před pokračováním přečetli text v aplikaci, která" +" dokáže zobrazit skryté znaky Unicode." #: pgadmin/static/js/utils.js:463 msgid "" "The pasted text contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it is " -"recommended that you review the text in an application that can display " -"hidden Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it " +"is recommended that you review the text in an application that can " +"display hidden Unicode characters before proceeding." msgstr "" "Vložený text obsahuje obousměrné znaky Unicode, které by mohly být " "interpretovány jinak, než jak je zobrazeno. Pokud to neočekáváte, " -"doporučujeme, abyste si před pokračováním přečetli text v aplikaci, která " -"dokáže zobrazit skryté znaky Unicode." +"doporučujeme, abyste si před pokračováním přečetli text v aplikaci, která" +" dokáže zobrazit skryté znaky Unicode." #: pgadmin/static/js/utils.js:465 msgid "Trojan Source Warning" @@ -11510,21 +11534,22 @@ msgstr "Chyba při inicializaci nástroje ${error.response.data}" #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:41 msgid "" -"Select the user that will take ownership of the shared servers created by " -". shared servers are currently owned by this user.

" -"Clicking on the “Change” button will either change ownership if a user is " -"selected or delete any shared servers if no user is selected. There is no " -"way to reverse this action." +"Select the user that will take ownership of the shared servers created by" +" . shared servers are currently owned by this user. " +"

Clicking on the “Change” button will either change ownership " +"if a user is selected or delete any shared servers if no user is " +"selected. There is no way to reverse this action." msgstr "" -"Vyberte uživatele, který převezme vlastnictví sdílených serverů vytvořených " -". Sdílené servery aktuálně vlastní tento uživatel.

" -"Kliknutím na tlačítko \"Změnit\" buď změníte vlastnictví, pokud je vybrán " -"uživatel, nebo odstraníte všechny sdílené servery, pokud není vybrán žádný " -"uživatel. Tuto akci nelze nijak vrátit." +"Vyberte uživatele, který převezme vlastnictví sdílených serverů " +"vytvořených . Sdílené servery aktuálně vlastní tento " +"uživatel.

Kliknutím na tlačítko \"Změnit\" buď změníte " +"vlastnictví, pokud je vybrán uživatel, nebo odstraníte všechny sdílené " +"servery, pokud není vybrán žádný uživatel. Tuto akci nelze nijak vrátit." #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:54 msgid "" -"The shared servers owned by will be deleted. Do you wish to continue?" +"The shared servers owned by will be deleted. Do you wish to " +"continue?" msgstr "" "Sdílené servery vlastněné uživatelem budou smazány. Chcete " "pokračovat?" @@ -11548,24 +11573,22 @@ msgstr "Neukládat" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:77 #, python-format msgid "" -"Please enter the SSH Tunnel password for the identity file '%s' to connect " -"the server \"%s\"" +"Please enter the SSH Tunnel password for the identity file '%s' to " +"connect the server \"%s\"" msgstr "" -"Zadejte heslo SSH tunelu pro soubor identity '%s' pro připojení k serveru " -"\"%s\"" +"Zadejte heslo SSH tunelu pro soubor identity '%s' pro připojení k serveru" +" \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:78 #, python-format msgid "" -"Please enter the SSH Tunnel password for the user '%s' to connect the server " -"\"%s\"" -msgstr "" -"Zadejte heslo SSH tunelu pro uživatele '%s' pro připojení k serveru \"%s\"" +"Please enter the SSH Tunnel password for the user '%s' to connect the " +"server \"%s\"" +msgstr "Zadejte heslo SSH tunelu pro uživatele '%s' pro připojení k serveru \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:95 #, python-format -msgid "" -"Please enter the password for the user '%s' to connect the server - \"%s\"" +msgid "Please enter the password for the user '%s' to connect the server - \"%s\"" msgstr "Zadejte heslo pro uživatele '%s' pro připojení serveru - \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:96 @@ -11634,20 +11657,20 @@ msgstr "Nastavení hlavního hesla" #: pgadmin/static/js/Dialogs/index.jsx:205 msgid "" -"This will remove all the saved passwords. This will also remove established " -"connections to the server and you may need to reconnect again. Do you wish " -"to continue?" +"This will remove all the saved passwords. This will also remove " +"established connections to the server and you may need to reconnect " +"again. Do you wish to continue?" msgstr "" "Toto smaže všechna uložená hesla a také odstraníte navázaná připojení k " "serveru a možná bude nutné se znovu připojit. Chcete pokračovat?" #: pgadmin/static/js/Dialogs/index.jsx:261 msgid "" -"Please make sure to disconnect the server and update the new password in the " -"pgpass file before performing any other operation" +"Please make sure to disconnect the server and update the new password in " +"the pgpass file before performing any other operation" msgstr "" -"Před provedením jakékoli jiné operace se ujistěte, že jste odpojili server a " -"aktualizovali nové heslo v souboru pgpass" +"Před provedením jakékoli jiné operace se ujistěte, že jste odpojili " +"server a aktualizovali nové heslo v souboru pgpass" #: pgadmin/static/js/Dialogs/index.jsx:381 msgid "Rename Panel ${_.escape(title)}" @@ -11959,11 +11982,11 @@ msgstr "Chyba při obnovení uloženého stavu stromu." #: pgadmin/static/js/tree/tree_utils.js:44 msgid "" -"Databases with = symbols in the name cannot be backed up or restored using " -"this utility." +"Databases with = symbols in the name cannot be backed up or restored " +"using this utility." msgstr "" -"Pomocí tohoto nástroje nelze zálohovat ani obnovit databáze se znaky '=' v " -"názvu." +"Pomocí tohoto nástroje nelze zálohovat ani obnovit databáze se znaky '=' " +"v názvu." #: pgadmin/static/js/tree/tree_utils.js:61 msgid "Please select server or child node from the object explorer." @@ -11996,7 +12019,8 @@ msgid "" "Enter the email address for the user account you wish to recover the " "password for:" msgstr "" -"Zadejte e-mailovou adresu uživatelského účtu, pro který chcete obnovit heslo:" +"Zadejte e-mailovou adresu uživatelského účtu, pro který chcete obnovit " +"heslo:" #: pgadmin/templates/security/forgot_password.html:14 msgid "Forget Password Form" @@ -12093,11 +12117,11 @@ msgstr "Zálohovat globální objekty..." #: pgadmin/tools/backup/static/js/backup.js:80 msgid "" -"Please select any server from the object explorer to take Backup of global " -"objects." +"Please select any server from the object explorer to take Backup of " +"global objects." msgstr "" -"Chcete-li provést zálohu globálních objektů, vyberte v průzkumníku objektů " -"libovolný server." +"Chcete-li provést zálohu globálních objektů, vyberte v průzkumníku " +"objektů libovolný server." #: pgadmin/tools/backup/static/js/backup.js:88 #: pgadmin/tools/backup/static/js/backup.js:114 @@ -12106,17 +12130,16 @@ msgstr "Zálohovat server..." #: pgadmin/tools/backup/static/js/backup.js:92 #: pgadmin/tools/backup/static/js/backup.js:118 -msgid "" -"Please select any server from the object explorer to take Server Backup." +msgid "Please select any server from the object explorer to take Server Backup." msgstr "" -"Chcete-li provést zálohu serveru, vyberte v průzkumníku objektů libovolný " -"server." +"Chcete-li provést zálohu serveru, vyberte v průzkumníku objektů libovolný" +" server." #: pgadmin/tools/backup/static/js/backup.js:105 #: pgadmin/tools/backup/static/js/backup.js:132 msgid "" -"Please select any database or schema or table from the object explorer to " -"take Backup." +"Please select any database or schema or table from the object explorer to" +" take Backup." msgstr "" "Chcete-li provést zálohu, vyberte libovolnou databázi nebo schéma nebo " "tabulku z průzkumníku objektů." @@ -12335,9 +12358,11 @@ msgstr "Zadejte název souboru." #: pgadmin/tools/backup/static/js/backupGlobal.ui.js:104 msgid "" -"Only objects global to the entire database will be backed up, in PLAIN format" +"Only objects global to the entire database will be backed up, in PLAIN " +"format" msgstr "" -"Budou zálohovány pouze globální objekty pro celou databázi ve formátu PROSTÝ" +"Budou zálohovány pouze globální objekty pro celou databázi ve formátu " +"PROSTÝ" #: pgadmin/tools/debugger/__init__.py:61 msgid "Accesskey (Continue/Start)" @@ -12401,10 +12426,9 @@ msgstr "Nelze ladit zabalené funkce EDB Advanced Server." #: pgadmin/tools/debugger/__init__.py:428 msgid "" -"An 'edbspl' target with a variadic argument is not supported and cannot be " -"debugged." -msgstr "" -"Cíl 'edbspl' s variadickým argumentem není podporován a nelze jej odladit." +"An 'edbspl' target with a variadic argument is not supported and cannot " +"be debugged." +msgstr "Cíl 'edbspl' s variadickým argumentem není podporován a nelze jej odladit." #: pgadmin/tools/debugger/__init__.py:504 #: pgadmin/tools/debugger/__init__.py:518 @@ -12413,8 +12437,8 @@ msgstr "V této databázi se nepodařilo najít rozšíření pldbgapi." #: pgadmin/tools/debugger/__init__.py:525 msgid "" -"The debugger plugin is not enabled. Please create the pldbgapi extension in " -"this database." +"The debugger plugin is not enabled. Please create the pldbgapi extension " +"in this database." msgstr "" "Rozšíření pro ladění není povoleno. Vytvořte rozšíření pldbgapi v této " "databázi." @@ -12434,12 +12458,12 @@ msgstr "Nelze načíst informace o ladícím rozšíření." #: pgadmin/tools/debugger/__init__.py:722 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " -"shared_preload_libraries setting in the postgresql.conf file and restart the " -"database server for indirect debugging." +"shared_preload_libraries setting in the postgresql.conf file and restart " +"the database server for indirect debugging." msgstr "" "Rozšíření ladění není povolen. Přidejte rozšíření do nastavení " -"shared_preload_library v souboru postgresql.conf a restartujte databázový " -"server pro nepřímé ladění." +"shared_preload_library v souboru postgresql.conf a restartujte databázový" +" server pro nepřímé ladění." #: pgadmin/tools/debugger/__init__.py:742 msgid "Please upgrade the pldbgapi extension to 1.1 or above and try again." @@ -12540,11 +12564,11 @@ msgstr "Chyba ladění" #: pgadmin/tools/debugger/static/js/DebuggerModule.js:557 msgid "" -"Current database has been moved or renamed to ${db_label}. Click on the OK " -"button to refresh the database name." +"Current database has been moved or renamed to ${db_label}. Click on the " +"OK button to refresh the database name." msgstr "" -"Aktuální databáze byla přesunuta nebo přejmenována na ${db_label}. Kliknutím " -"na tlačítko OK obnovíte název databáze." +"Aktuální databáze byla přesunuta nebo přejmenována na ${db_label}. " +"Kliknutím na tlačítko OK obnovíte název databáze." #: pgadmin/tools/debugger/static/js/components/DebuggerArgs.ui.js:55 msgid "Null?" @@ -12593,8 +12617,8 @@ msgstr "Ladění zrušeno" #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:170 msgid "" -"Debugger has been aborted. On clicking the ok button, debugger panel will be " -"closed." +"Debugger has been aborted. On clicking the ok button, debugger panel will" +" be closed." msgstr "Ladění bylo zrušeno. Po kliknutí na tlačítko ok se panel ladění zavře." #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:184 @@ -12818,8 +12842,8 @@ msgstr "SQL včetně DROP tabulky" #: pgadmin/tools/erd/__init__.py:383 pgadmin/tools/erd/__init__.py:422 msgid "" -"If enabled, the SQL generated by the ERD Tool will add DROP table DDL before " -"each CREATE table DDL." +"If enabled, the SQL generated by the ERD Tool will add DROP table DDL " +"before each CREATE table DDL." msgstr "" "Pokud je povoleno, SQL generované nástrojem E-R diagram přidá DDL DROP " "tabulky před každé DDL CREATE tabulky." @@ -12833,9 +12857,9 @@ msgid "" "The maximum depth pgAdmin should traverse to find related tables when " "generating an ERD for a table. Use -1 for no limit." msgstr "" -"Při generování E-R diagramu pro tabulku by měl pgAdmin procházet maximální " -"hloubku, aby našel, aby našel související tabulky. Použijte -1 pro žádný " -"limit." +"Při generování E-R diagramu pro tabulku by měl pgAdmin procházet " +"maximální hloubku, aby našel, aby našel související tabulky. Použijte -1 " +"pro žádný limit." #: pgadmin/tools/erd/__init__.py:405 #: pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx:296 @@ -12952,12 +12976,13 @@ msgstr "" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:689 msgid "" -"-- Please log an issue at https://redmine.postgresql.org/projects/pgadmin4/" -"issues/new if you find any bugs, including reproduction steps.\n" +"-- Please log an issue at " +"https://redmine.postgresql.org/projects/pgadmin4/issues/new if you find " +"any bugs, including reproduction steps.\n" msgstr "" -"-- Přihlaste se prosím k problému na adrese https://redmine.postgresql.org/" -"projects/pgadmin4/issues/new, pokud najdete nějaké chyby, včetně kroků " -"reprodukce\n" +"-- Přihlaste se prosím k problému na adrese " +"https://redmine.postgresql.org/projects/pgadmin4/issues/new, pokud " +"najdete nějaké chyby, včetně kroků reprodukce\n" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:702 msgid "Preparing the SQL..." @@ -12977,8 +13002,8 @@ msgstr "Limit maximální velikosti obrázku" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:847 msgid "" -"The downloaded image has exceeded the maximum size of 32767 x 32767 pixels, " -"and has been cropped to that size." +"The downloaded image has exceeded the maximum size of 32767 x 32767 " +"pixels, and has been cropped to that size." msgstr "" "Stažený obrázek přesáhl maximální velikost 32767 x 32767 pixelů a byl na " "tuto velikost oříznut." @@ -13160,11 +13185,11 @@ msgstr "Správce oprávnění" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:355 msgid "" -"The SQL below will be executed on the database server to grant the selected " -"privileges. Please click on Finish to complete the process." +"The SQL below will be executed on the database server to grant the " +"selected privileges. Please click on Finish to complete the process." msgstr "" -"Níže uvedený SQL kód bude spuštěn na databázovém serveru k udělení vybraných " -"oprávnění. Proces dokončete kliknutím na Dokončit." +"Níže uvedený SQL kód bude spuštěn na databázovém serveru k udělení " +"vybraných oprávnění. Proces dokončete kliknutím na Dokončit." #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:57 #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:77 @@ -13176,8 +13201,8 @@ msgid "" "Please select any database, schema or schema objects from the object " "explorer to access Grant Wizard Tool." msgstr "" -"Chcete-li získat přístup k nástroji Správce oprávnění, vyberte v průzkumníku " -"objektů libovolnou databázi, schéma nebo objekty schématu." +"Chcete-li získat přístup k nástroji Správce oprávnění, vyberte v " +"průzkumníku objektů libovolnou databázi, schéma nebo objekty schématu." #: pgadmin/tools/import_export/__init__.py:39 #: pgadmin/tools/import_export/static/js/import_export.ui.js:59 @@ -13186,36 +13211,36 @@ msgstr "" msgid "Import/Export" msgstr "Import/Export" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "Kopírování dat tabulky '{0}.{1}' v databázi '{2}' a serveru '{3}'" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "Import - " -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "Export - " -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "Kopírování dat tabulky" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "Import dat" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "Export dat" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Nejprve se připojte k serveru..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Zadejte platný soubor" @@ -13258,14 +13283,15 @@ msgstr "text" #: pgadmin/tools/import_export/static/js/import_export.ui.js:158 msgid "" -"Specifies the character that separates columns within each row (line) of the " -"file. The default is a tab character in text format, a comma in CSV format. " -"This must be a single one-byte character. This option is not allowed when " -"using binary format." +"Specifies the character that separates columns within each row (line) of " +"the file. The default is a tab character in text format, a comma in CSV " +"format. This must be a single one-byte character. This option is not " +"allowed when using binary format." msgstr "" -"Určuje znak, který odděluje sloupce v každém řádku souboru. Výchozí je znak " -"tabulátoru v textovém formátu, čárka ve formátu CSV. Musí to být jeden " -"jednobajtový znak. Tato volba není povolena při použití binárního formátu." +"Určuje znak, který odděluje sloupce v každém řádku souboru. Výchozí je " +"znak tabulátoru v textovém formátu, čárka ve formátu CSV. Musí to být " +"jeden jednobajtový znak. Tato volba není povolena při použití binárního " +"formátu." #: pgadmin/tools/import_export/static/js/import_export.ui.js:162 msgid "Quote" @@ -13273,13 +13299,13 @@ msgstr "Uvození textu" #: pgadmin/tools/import_export/static/js/import_export.ui.js:176 msgid "" -"Specifies the quoting character to be used when a data value is quoted. The " -"default is double-quote. This must be a single one-byte character. This " -"option is allowed only when using CSV format." +"Specifies the quoting character to be used when a data value is quoted. " +"The default is double-quote. This must be a single one-byte character. " +"This option is allowed only when using CSV format." msgstr "" -"Určuje znak nabídky, který se použije při uvozování datové hodnoty. Výchozí " -"hodnota jsou dvojité uvozovky. Musí to být jeden jednobajtový znak. Tato " -"možnost je povolena pouze při použití formátu CSV." +"Určuje znak nabídky, který se použije při uvozování datové hodnoty. " +"Výchozí hodnota jsou dvojité uvozovky. Musí to být jeden jednobajtový " +"znak. Tato možnost je povolena pouze při použití formátu CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:180 msgid "Escape" @@ -13288,15 +13314,16 @@ msgstr "Uvození speciálních znaků" #: pgadmin/tools/import_export/static/js/import_export.ui.js:194 msgid "" "Specifies the character that should appear before a data character that " -"matches the QUOTE value. The default is the same as the QUOTE value (so that " -"the quoting character is doubled if it appears in the data). This must be a " -"single one-byte character. This option is allowed only when using CSV format." +"matches the QUOTE value. The default is the same as the QUOTE value (so " +"that the quoting character is doubled if it appears in the data). This " +"must be a single one-byte character. This option is allowed only when " +"using CSV format." msgstr "" "Určuje znak, který by se měl objevit před datovým znakem, který odpovídá " "hodnotě 'Uvození textu'. Výchozí hodnota je stejná jako hodnota 'Uvození " -"textu' (takže znak uvození se zdvojnásobí, pokud se objeví v datech). Musí " -"to být jeden jednobajtový znak. Tato možnost je povolena pouze při použití " -"formátu CSV." +"textu' (takže znak uvození se zdvojnásobí, pokud se objeví v datech). " +"Musí to být jeden jednobajtový znak. Tato možnost je povolena pouze při " +"použití formátu CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:198 msgid "NULL Strings" @@ -13305,16 +13332,17 @@ msgstr "Reprezentace NULL" #: pgadmin/tools/import_export/static/js/import_export.ui.js:205 msgid "" "Specifies the string that represents a null value. The default is \\N " -"(backslash-N) in text format, and an unquoted empty string in CSV format. " -"You might prefer an empty string even in text format for cases where you " -"don't want to distinguish nulls from empty strings. This option is not " +"(backslash-N) in text format, and an unquoted empty string in CSV format." +" You might prefer an empty string even in text format for cases where you" +" don't want to distinguish nulls from empty strings. This option is not " "allowed when using binary format." msgstr "" -"Určuje řetězec, který představuje nulovou (NULL) hodnotu. Výchozí hodnota je " -"\\N (zpětné lomítko-N) v textovém formátu a prázdný řádek bez uvozovek ve " -"formátu CSV. Můžete dávat přednost prázdnému řetězci i v textovém formátu " -"pro případy, kdy nechcete rozlišovat nulové hodnoty od prázdných řetězců. " -"Tato volba není povolena při použití binárního formátu." +"Určuje řetězec, který představuje nulovou (NULL) hodnotu. Výchozí hodnota" +" je \\N (zpětné lomítko-N) v textovém formátu a prázdný řádek bez " +"uvozovek ve formátu CSV. Můžete dávat přednost prázdnému řetězci i v " +"textovém formátu pro případy, kdy nechcete rozlišovat nulové hodnoty od " +"prázdných řetězců. Tato volba není povolena při použití binárního " +"formátu." #: pgadmin/tools/import_export/static/js/import_export.ui.js:219 msgid "Columns for importing..." @@ -13326,8 +13354,8 @@ msgstr "Sloupce pro export..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:225 msgid "" -"An optional list of columns to be copied. If no column list is specified, " -"all columns of the table will be copied." +"An optional list of columns to be copied. If no column list is specified," +" all columns of the table will be copied." msgstr "" "Volitelný seznam sloupců, které mají být zkopírovány. Pokud není uveden " "žádný seznam sloupců, zkopírují se všechny sloupce tabulky." @@ -13343,16 +13371,16 @@ msgstr "Nenulové sloupce..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:241 msgid "" "Do not match the specified column values against the null string. In the " -"default case where the null string is empty, this means that empty values " -"will be read as zero-length strings rather than nulls, even when they are " -"not quoted. This option is allowed only in import, and only when using CSV " -"format." +"default case where the null string is empty, this means that empty values" +" will be read as zero-length strings rather than nulls, even when they " +"are not quoted. This option is allowed only in import, and only when " +"using CSV format." msgstr "" -"Nejsou stejné zadané hodnoty sloupců oproti nulovému řetězci. Ve výchozím " -"případě, kde je nulový řetězec prázdný, to znamená, že prázdné hodnoty se " -"budou načítat jako řetězce nulové délky, nikoli jako nulové hodnoty, i když " -"nejsou uvozeny. Tato možnost je povolena pouze při importu a pouze při " -"použití formátu CSV." +"Nejsou stejné zadané hodnoty sloupců oproti nulovému řetězci. Ve výchozím" +" případě, kde je nulový řetězec prázdný, to znamená, že prázdné hodnoty " +"se budou načítat jako řetězce nulové délky, nikoli jako nulové hodnoty, i" +" když nejsou uvozeny. Tato možnost je povolena pouze při importu a pouze " +"při použití formátu CSV." #: pgadmin/tools/import_export_servers/__init__.py:41 #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:218 @@ -13402,8 +13430,8 @@ msgid "" "The existing server groups and servers were removed, and the selected " "servers were imported successfully." msgstr "" -"Stávající skupiny serverů a servery byly odstraněny a vybrané servery byly " -"úspěšně importovány." +"Stávající skupiny serverů a servery byly odstraněny a vybrané servery " +"byly úspěšně importovány." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:114 msgid "Import Servers" @@ -13415,17 +13443,17 @@ msgstr "Chyba importu" #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:162 msgid "" -"The following servers will be imported. Click the Finish button to complete " -"the import process." +"The following servers will be imported. Click the Finish button to " +"complete the import process." msgstr "" -"Budou importovány následující servery. Klepnutím na tlačítko Dokončit proces " -"importu dokončete." +"Budou importovány následující servery. Klepnutím na tlačítko Dokončit " +"proces importu dokončete." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:164 msgid "" -"All existing server groups and servers will be removed before the servers " -"above are imported. On a successful import process, the object explorer will " -"be refreshed." +"All existing server groups and servers will be removed before the servers" +" above are imported. On a successful import process, the object explorer " +"will be refreshed." msgstr "" "Všechny existující skupiny serverů a servery budou před importem výše " "uvedených serverů odstraněny. Po úspěšném procesu importu bude obnoven " @@ -13531,7 +13559,8 @@ msgstr "Údržba..." #: pgadmin/tools/maintenance/static/js/maintenance.js:82 msgid "Please select any database from the object explorer to do Maintenance." msgstr "" -"Chcete-li provést údržbu, vyberte libovolnou databázi z průzkumníka objektů." +"Chcete-li provést údržbu, vyberte libovolnou databázi z průzkumníka " +"objektů." #: pgadmin/tools/maintenance/static/js/maintenance.js:162 msgid "Maintenance error" @@ -13539,11 +13568,11 @@ msgstr "Chyba údržby" #: pgadmin/tools/maintenance/static/js/maintenance.js:163 msgid "" -"Maintenance job creation failed. Databases with = symbols in the name cannot " -"be maintained using this utility." +"Maintenance job creation failed. Databases with = symbols in the name " +"cannot be maintained using this utility." msgstr "" -"Vytvoření úlohy údržby se nezdařilo. Pomocí tohoto nástroje nelze udržovat " -"databáze se znaky '=' v názvu." +"Vytvoření úlohy údržby se nezdařilo. Pomocí tohoto nástroje nelze " +"udržovat databáze se znaky '=' v názvu." #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:47 #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:62 @@ -13572,8 +13601,8 @@ msgid "" "Connection terminated, To create new connection please open another psql " "tool." msgstr "" -"Připojení ukončeno. Chcete-li vytvořit nové připojení, otevřete jiný nástroj " -"psql." +"Připojení ukončeno. Chcete-li vytvořit nové připojení, otevřete jiný " +"nástroj psql." #: pgadmin/tools/psql/__init__.py:470 msgid "Invalid session.\r\n" @@ -13628,10 +13657,11 @@ msgstr "Obnovit..." #: pgadmin/tools/restore/static/js/restore.js:62 msgid "" -"Please select any schema or table from the object explorer to Restore data." +"Please select any schema or table from the object explorer to Restore " +"data." msgstr "" -"Chcete-li obnovit data, vyberte z průzkumníka objektů jakékoli schéma nebo " -"tabulku." +"Chcete-li obnovit data, vyberte z průzkumníka objektů jakékoli schéma " +"nebo tabulku." #: pgadmin/tools/restore/static/js/restore.js:143 msgid "Restore Error" @@ -13679,8 +13709,8 @@ msgstr "Ignorujte bílé znaky" #: pgadmin/tools/schema_diff/__init__.py:78 msgid "" -"Set ignore whitespace on or off by default in the drop-down menu near the " -"Compare button in the Schema Diff tab." +"Set ignore whitespace on or off by default in the drop-down menu near the" +" Compare button in the Schema Diff tab." msgstr "" "Ve výchozím nastavení zapněte nebo vypněte ignorování bílých znaků v " "rozevírací nabídce u tlačítka Porovnat na kartě Porovnání schémat." @@ -13692,11 +13722,11 @@ msgstr "Ignorovat vlastníka" #: pgadmin/tools/schema_diff/__init__.py:87 msgid "" -"Set ignore owner on or off by default in the drop-down menu near the Compare " -"button in the Schema Diff tab." +"Set ignore owner on or off by default in the drop-down menu near the " +"Compare button in the Schema Diff tab." msgstr "" -"Ve výchozím nastavení zapněte nebo vypněte ignorování vlastníka v rozevírací " -"nabídce poblíž tlačítka Porovnat na kartě Porovnání schémat." +"Ve výchozím nastavení zapněte nebo vypněte ignorování vlastníka v " +"rozevírací nabídce poblíž tlačítka Porovnat na kartě Porovnání schémat." #: pgadmin/tools/schema_diff/__init__.py:565 msgid "Successfully compare the specified databases." @@ -13720,11 +13750,11 @@ msgstr "Server(y) byly odpojeny." #: pgadmin/tools/schema_diff/__init__.py:704 msgid "" -"Schema diff does not support the comparison between Postgres Server and EDB " -"Postgres Advanced Server." +"Schema diff does not support the comparison between Postgres Server and " +"EDB Postgres Advanced Server." msgstr "" -"Porovnání schémat nepodporuje srovnání mezi Postgres Serverem a EDB Postgres " -"Advanced Serverem." +"Porovnání schémat nepodporuje srovnání mezi Postgres Serverem a EDB " +"Postgres Advanced Serverem." #: pgadmin/tools/schema_diff/__init__.py:718 msgid "Source and Target database server must be of the same major version." @@ -13821,15 +13851,13 @@ msgid "Generating script..." msgstr "Generování skriptu..." #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:336 -msgid "" -"-- This script was generated by the Schema Diff utility in pgAdmin 4. \n" -msgstr "" -"-- Tento skript byl vygenerován pomocí Porovnání schémat v pgAdmin 4.\n" +msgid "-- This script was generated by the Schema Diff utility in pgAdmin 4. \n" +msgstr "-- Tento skript byl vygenerován pomocí Porovnání schémat v pgAdmin 4.\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:337 msgid "" -"-- For the circular dependencies, the order in which Schema Diff writes the " -"objects is not very sophisticated \n" +"-- For the circular dependencies, the order in which Schema Diff writes " +"the objects is not very sophisticated \n" msgstr "" "-- U obousměrných závislostí není pořadí, ve kterém Porovnání schémat " "objekty zapisuje, příliš sofistikované \n" @@ -13843,8 +13871,7 @@ msgstr "" "použijí ve správném pořadí.\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:339 -msgid "" -"-- Please report an issue for any failure with the reproduction steps. \n" +msgid "-- Please report an issue for any failure with the reproduction steps. \n" msgstr "-- Nahlaste problém pro jakékoli selhání v reprodukčních krocích.\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:387 @@ -13896,7 +13923,8 @@ msgstr "Porovnání schématu:" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:796 msgid "" -" Select the server, database and schema for the source and target and Click" +" Select the server, database and schema for the source and target and " +"Click" msgstr "Vyberte server, databázi a schéma pro zdroj a cíl a klikněte" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:798 @@ -13922,7 +13950,8 @@ msgid "" "id=\"prefdlgid\" class=\"pref-dialog-link\">preferences dialog." msgstr "" "Objekty %s jsou v prohlížeči zakázány. Můžete je povolit v dialogovém okně Nastavení." +"id=\"prefdlgid\" class=\"pref-dialog-link\">dialogovém okně " +"Nastavení." #: pgadmin/tools/search_objects/static/js/SearchObjects.jsx:319 msgid "Locating..." @@ -14048,8 +14077,8 @@ msgid "" "main window of pgAdmin is closed then close this window and open a new " "pgAdmin session." msgstr "" -"Povolte vyskakovacím oknům tohoto webu provést požadovanou akci. Pokud je " -"hlavní okno pgAdmin zavřeno, zavřete toto okno a otevřete novou relaci " +"Povolte vyskakovacím oknům tohoto webu provést požadovanou akci. Pokud je" +" hlavní okno pgAdmin zavřeno, zavřete toto okno a otevřete novou relaci " "pgAdmin." #: pgadmin/tools/sqleditor/static/js/show_view_data.js:40 @@ -14086,10 +14115,8 @@ msgid "Database moved/renamed" msgstr "Databáze přesunuta/přejmenována" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:157 -msgid "" -"An unexpected error occurred - ensure you are logged into the application." -msgstr "" -"Došlo k neočekávané chybě - zkontrolujte, zda jste přihlášeni do aplikace." +msgid "An unexpected error occurred - ensure you are logged into the application." +msgstr "Došlo k neočekávané chybě - zkontrolujte, zda jste přihlášeni do aplikace." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:183 msgid "Query History" @@ -14126,7 +14153,8 @@ msgstr "⁃ Pokud bylo spojení nečinné, mohlo být nuceně odpojeno." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:415 msgid "⁃ The application server or database server may have been restarted." msgstr "" -"⁃ Možná došlo k restartování aplikačního serveru nebo databázového serveru." +"⁃ Možná došlo k restartování aplikačního serveru nebo databázového " +"serveru." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:416 msgid "⁃ The user session may have timed out." @@ -14588,11 +14616,11 @@ msgstr "Opravdu chcete smazat historii?" #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:460 msgid "" -"This will remove all of your query history from this and other sessions for " -"this database." +"This will remove all of your query history from this and other sessions " +"for this database." msgstr "" -"Tímto se odstraní veškerá historie vašich dotazů z této a dalších relací pro " -"tuto databázi." +"Tímto se odstraní veškerá historie vašich dotazů z této a dalších relací " +"pro tuto databázi." #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:462 msgid "Removing history..." @@ -14670,8 +14698,8 @@ msgstr "Ovlivněno %s řádků." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:858 msgid "" -"The data has been modified, but not saved. Are you sure you wish to discard " -"the changes?" +"The data has been modified, but not saved. Are you sure you wish to " +"discard the changes?" msgstr "Data byla změněna, ale nebyla uložena. Opravdu chcete změny zahodit?" #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:873 @@ -14703,19 +14731,18 @@ msgid "Saving data..." msgstr "Ukládání dat..." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1058 -msgid "" -"This query was generated by pgAdmin as part of a \"Save Data\" operation" +msgid "This query was generated by pgAdmin as part of a \"Save Data\" operation" msgstr "" -"Tento dotaz byl vygenerován aplikací pgAdmin jako součást operace \"Uložit " -"data\"" +"Tento dotaz byl vygenerován aplikací pgAdmin jako součást operace " +"\"Uložit data\"" #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1072 msgid "" "Saving data changes was rolled back but the current transaction is still " "active; previous queries are unaffected." msgstr "" -"Ukládání změn dat bylo vráceno zpět (ROLLBACK), ale aktuální transakce je " -"stále aktivní; předchozí dotazy nejsou ovlivněny." +"Ukládání změn dat bylo vráceno zpět (ROLLBACK), ale aktuální transakce je" +" stále aktivní; předchozí dotazy nejsou ovlivněny." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1117 msgid "Data saved successfully." @@ -14724,8 +14751,8 @@ msgstr "Data byla úspěšně uložena." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1119 msgid "Auto-commit is off. You still need to commit changes to the database." msgstr "" -"Automatické schvalování je vypnuto. Stále musíte schválit (COMMIT) změny v " -"databázi." +"Automatické schvalování je vypnuto. Stále musíte schválit (COMMIT) změny " +"v databázi." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1285 msgid "Geometry Viewer" @@ -14882,11 +14909,11 @@ msgstr "Výzva k uložení neuložené změny dotazu" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:78 msgid "" -"Specifies whether or not to prompt user to save unsaved query on query tool " -"exit." +"Specifies whether or not to prompt user to save unsaved query on query " +"tool exit." msgstr "" -"Určuje, zda se má uživatel vyzvat k uložení neuloženého dotazu při ukončení " -"nástroje dotazu." +"Určuje, zda se má uživatel vyzvat k uložení neuloženého dotazu při " +"ukončení nástroje dotazu." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:86 msgid "Sort View Data results by primary key columns?" @@ -14895,13 +14922,13 @@ msgstr "Seřadit výsledky zobrazení dat podle sloupců primárních klíčů" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:89 msgid "" "If set to True, data returned when using the View/Edit Data - All Rows " -"option will be sorted by the Primary Key columns by default. When using the " -"First/Last 100 Rows options, data is always sorted." +"option will be sorted by the Primary Key columns by default. When using " +"the First/Last 100 Rows options, data is always sorted." msgstr "" "Pokud je nastaveno na hodnotu Ano, data vrácená při použití možnosti " -"Zobrazit/upravit data - Všechny řádky budou ve výchozím nastavení seřazeny " -"podle sloupců primárních klíčů. Při použití možností Prvních/Posledních 100 " -"řádků jsou data vždy seřazena." +"Zobrazit/upravit data - Všechny řádky budou ve výchozím nastavení " +"seřazeny podle sloupců primárních klíčů. Při použití možností " +"Prvních/Posledních 100 řádků jsou data vždy seřazena." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:97 msgid "Prompt to save unsaved data changes?" @@ -14909,8 +14936,8 @@ msgstr "Výzva k uložení neuložené změny dat" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:99 msgid "" -"Specifies whether or not to prompt user to save unsaved data on data grid " -"exit." +"Specifies whether or not to prompt user to save unsaved data on data grid" +" exit." msgstr "" "Určuje, zda vyzvat uživatele k uložení neuložených dat na výstupu datové " "mřížky." @@ -14933,8 +14960,7 @@ msgstr "Zkopírovat SQL z hlavního okna do dotazovacího nástroje" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:121 msgid "Specifies whether or not to copy SQL to query tool from main window." -msgstr "" -"Určuje, zda se má zkopírovat SQL do dotazovacího nástroje z hlavního okna." +msgstr "Určuje, zda se má zkopírovat SQL do dotazovacího nástroje z hlavního okna." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:129 msgid "Plain text mode?" @@ -14943,11 +14969,12 @@ msgstr "Režim prostého textu" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:131 msgid "" "When set to True, keywords won't be highlighted and code folding will be " -"disabled. Plain text mode will improve editor performance with large files." +"disabled. Plain text mode will improve editor performance with large " +"files." msgstr "" "Pokud je nastaveno na hodnotu Ano, klíčová slova nebudou zvýrazněna a " -"skrývání částí kódu bude zakázáno. Režim prostého textu zlepší výkon editoru " -"s velkými soubory." +"skrývání částí kódu bude zakázáno. Režim prostého textu zlepší výkon " +"editoru s velkými soubory." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:140 msgid "Code folding?" @@ -14955,13 +14982,13 @@ msgstr "Skrývání částí kódu" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:142 msgid "" -"Enable or disable code folding. In plain text mode, this will have no effect " -"as code folding is always disabled in that mode. Disabling will improve " -"editor performance with large files." +"Enable or disable code folding. In plain text mode, this will have no " +"effect as code folding is always disabled in that mode. Disabling will " +"improve editor performance with large files." msgstr "" -"Povolit nebo zakázat skrývání částí kódu. V režimu prostého textu to nebude " -"mít žádný účinek, protože skrývání částí kódu je v tomto režimu vždy " -"zakázáno. Zakázání zlepší výkon editoru s velkými soubory." +"Povolit nebo zakázat skrývání částí kódu. V režimu prostého textu to " +"nebude mít žádný účinek, protože skrývání částí kódu je v tomto režimu " +"vždy zakázáno. Zakázání zlepší výkon editoru s velkými soubory." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:151 msgid "Line wrapping?" @@ -15020,9 +15047,9 @@ msgstr "Nahradit nulovou hodnotu hodnotou" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:225 msgid "" -"Specifies the string that represents a null value while downloading query " -"results as CSV. You can specify any arbitrary string to represent a null " -"value, with quotes if desired." +"Specifies the string that represents a null value while downloading query" +" results as CSV. You can specify any arbitrary string to represent a null" +" value, with quotes if desired." msgstr "" "Určuje řetězec, který představuje nulovou (NULL) hodnotu při stahování " "výsledků dotazu jako CSV. Můžete zadat libovolný řetězec, který bude " @@ -15054,14 +15081,15 @@ msgstr "Název sloupce" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:277 msgid "" -"If set to 'Column data' columns will auto-size to the maximum width of the " -"data in the column as loaded in the first batch. If set to 'Column name', " -"the column will be sized to the widest of the data type or column name." +"If set to 'Column data' columns will auto-size to the maximum width of " +"the data in the column as loaded in the first batch. If set to 'Column " +"name', the column will be sized to the widest of the data type or column " +"name." msgstr "" -"Pokud je nastaveno na 'Data sloupce', budou se datové sloupce automaticky " -"zvětšovat na maximální šířku dat ve sloupci načtených v první dávce. Pokud " -"je nastaveno na 'Název sloupce', bude velikost sloupce nastavena na nejširší " -"z datového typu nebo názvu sloupce." +"Pokud je nastaveno na 'Data sloupce', budou se datové sloupce automaticky" +" zvětšovat na maximální šířku dat ve sloupci načtených v první dávce. " +"Pokud je nastaveno na 'Název sloupce', bude velikost sloupce nastavena na" +" nejširší z datového typu nebo názvu sloupce." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:288 msgid "Maximum column width" @@ -15069,11 +15097,11 @@ msgstr "Maximální šířka sloupce" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:290 msgid "" -"Specify the maximum width of the column in pixels when 'Columns sized by ' " -"is set to 'Column data'." +"Specify the maximum width of the column in pixels when 'Columns sized by " +"' is set to 'Column data'." msgstr "" -"Zadejte maximální šířku sloupce in pixelech, když 'Velikost sloupců podle' " -"je nastaveno na 'Data sloupce'." +"Zadejte maximální šířku sloupce in pixelech, když 'Velikost sloupců " +"podle' je nastaveno na 'Data sloupce'." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:298 msgid "On demand record count" @@ -15081,8 +15109,8 @@ msgstr "Počet záznamů na vyžádání" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:301 msgid "" -"Specify the number of records to fetch in one batch in query tool when query " -"result set is large. Changing this value will override " +"Specify the number of records to fetch in one batch in query tool when " +"query result set is large. Changing this value will override " "ON_DEMAND_RECORD_COUNT setting from config file." msgstr "" "Zadejte počet záznamů, které se mají načíst v jedné dávce v dotazovacím " @@ -15095,16 +15123,17 @@ msgstr "Velikost písma" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:313 msgid "" -"The font size to use for the SQL text boxes and editors. The value specified " -"is in \"em\" units, in which 1 is the default relative font size. For " -"example, to increase the font size by 20 percent use a value of 1.2, or to " -"reduce by 20 percent, use a value of 0.8. Minimum 0.1, maximum 10." +"The font size to use for the SQL text boxes and editors. The value " +"specified is in \"em\" units, in which 1 is the default relative font " +"size. For example, to increase the font size by 20 percent use a value of" +" 1.2, or to reduce by 20 percent, use a value of 0.8. Minimum 0.1, " +"maximum 10." msgstr "" "Velikost písma, která se použije pro textová pole a editory SQL. Zadaná " -"hodnota je v jednotkách \"em\", ve kterých 1 je výchozí relativní velikost " -"písma. Například pro zvětšení velikosti písma o 20 procent použijte hodnotu " -"1.2, nebo pro snížení o 20 procent použijte hodnotu 0.8. Minimálně 0.1, " -"maximálně 10." +"hodnota je v jednotkách \"em\", ve kterých 1 je výchozí relativní " +"velikost písma. Například pro zvětšení velikosti písma o 20 procent " +"použijte hodnotu 1.2, nebo pro snížení o 20 procent použijte hodnotu 0.8." +" Minimálně 0.1, maximálně 10." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:324 msgid "Connection status" @@ -15112,8 +15141,8 @@ msgstr "Stav připojení" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:326 msgid "" -"If set to True, the Query Tool will monitor and display the connection and " -"transaction status." +"If set to True, the Query Tool will monitor and display the connection " +"and transaction status." msgstr "" "Pokud je nastaveno na hodnotu Ano, Dotazovací nástroj bude sledovat a " "zobrazit stav připojení a transakce." @@ -15132,8 +15161,8 @@ msgstr "Zobrazit oznámení o úspěšném dokončení dotazu" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:346 msgid "" -"If set to True, the Query Tool will show notifications on successful query " -"execution." +"If set to True, the Query Tool will show notifications on successful " +"query execution." msgstr "" "Pokud je nastaveno na hodnotu Ano, dotazovací nástroj zobrazí oznámení o " "úspěšném provedení dotazu." @@ -15221,10 +15250,11 @@ msgstr "Automatické dokončení" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:679 msgid "" -"If set to True, Keywords will be displayed in upper case for auto completion." +"If set to True, Keywords will be displayed in upper case for auto " +"completion." msgstr "" -"Pokud je nastaveno na hodnotu Ano, budou klíčová slova zobrazována velkými " -"písmeny pro automatické dokončení." +"Pokud je nastaveno na hodnotu Ano, budou klíčová slova zobrazována " +"velkými písmeny pro automatické dokončení." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:685 msgid "Autocomplete on key press" @@ -15232,14 +15262,14 @@ msgstr "Automatické dokončování po stisknutí klávesy" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:687 msgid "" -"If set to True, autocomplete will be available on key press along with CTRL/" -"CMD + Space. If set to False, autocomplete is only activated when CTRL/CMD + " -"Space is pressed." +"If set to True, autocomplete will be available on key press along with " +"CTRL/CMD + Space. If set to False, autocomplete is only activated when " +"CTRL/CMD + Space is pressed." msgstr "" -"Pokud je nastaveno na hodnotu Ano, bude automatické dokončování dostupné po " -"stisknutí klávesy nebo stisknutím Ctrl/Cmd + mezerník. Pokud je nastaveno na " -"hodnotu Ne, automatické dokončování se aktivuje pouze po stisknutí Ctrl/Cmd " -"+ mezerník." +"Pokud je nastaveno na hodnotu Ano, bude automatické dokončování dostupné " +"po stisknutí klávesy nebo stisknutím Ctrl/Cmd + mezerník. Pokud je " +"nastaveno na hodnotu Ne, automatické dokončování se aktivuje pouze po " +"stisknutí Ctrl/Cmd + mezerník." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:731 msgid "Keyword case" @@ -15297,8 +15327,8 @@ msgid "" "If set to True, the indentations of the statements are changed, and " "statements are aligned by keywords." msgstr "" -"Pokud je nastaveno na hodnotu Ano, odsazení příkazů se změní a příkazy se " -"zarovnají podle klíčových slov." +"Pokud je nastaveno na hodnotu Ano, odsazení příkazů se změní a příkazy se" +" zarovnají podle klíčových slov." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:779 msgid "Spaces around operators?" @@ -15317,8 +15347,8 @@ msgstr "Zápis čárky jako první" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:789 msgid "If set to True, comma-first notation for column names is used." msgstr "" -"Pokud je nastaveno na hodnotu Ano, použije se pro názvy sloupců zápis čárky " -"jako první." +"Pokud je nastaveno na hodnotu Ano, použije se pro názvy sloupců zápis " +"čárky jako první." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:795 msgid "Wrap after N characters" @@ -15329,8 +15359,8 @@ msgid "" "The column limit (in characters) for wrapping comma-separated lists. If " "zero, it puts every item in the list on its own line." msgstr "" -"Limit sloupce (v znacích) pro obtékání seznamů oddělených čárkami. Pokud je " -"nula, umístí každou položku v seznamu na svůj vlastní řádek." +"Limit sloupce (v znacích) pro obtékání seznamů oddělených čárkami. Pokud " +"je nula, umístí každou položku v seznamu na svůj vlastní řádek." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:804 msgid "Tab size" @@ -15346,11 +15376,11 @@ msgstr "Použít mezery" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:817 msgid "" -"Specifies whether or not to insert spaces instead of tabs when the tab key " -"or auto-indent are used." +"Specifies whether or not to insert spaces instead of tabs when the tab " +"key or auto-indent are used." msgstr "" -"Určuje, zda se mají při použití klávesy tabulátoru nebo automatické odsazení " -"vložit mezery místo tabulátorů." +"Určuje, zda se mají při použití klávesy tabulátoru nebo automatické " +"odsazení vložit mezery místo tabulátorů." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:825 msgid "Row Limit" @@ -15358,13 +15388,13 @@ msgstr "Limit řádků" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:827 msgid "" -"This setting specifies the maximum number of rows that will be plotted on a " -"chart. Increasing this limit may impact performance if charts are plotted " -"with very high numbers of rows." +"This setting specifies the maximum number of rows that will be plotted on" +" a chart. Increasing this limit may impact performance if charts are " +"plotted with very high numbers of rows." msgstr "" -"Toto nastavení určuje maximální počet řádků, které budou vykresleny v grafu. " -"Pokud jsou grafy vykreslovány s velmi vysokým počtem řádků, může zvýšení " -"tohoto limitu ovlivnit výkon." +"Toto nastavení určuje maximální počet řádků, které budou vykresleny v " +"grafu. Pokud jsou grafy vykreslovány s velmi vysokým počtem řádků, může " +"zvýšení tohoto limitu ovlivnit výkon." #: pgadmin/tools/user_management/__init__.py:46 msgid "Users" @@ -15487,14 +15517,15 @@ msgstr "Správa uživatelů" #: pgadmin/utils/__init__.py:333 msgid "" -"Utility file not found. Please correct the Binary Path in the Preferences " -"dialog" +"Utility file not found. Please correct the Binary Path in the Preferences" +" dialog" msgstr "Soubor obslužného programu nebyl nalezen. Opravte cestu v Nastavení." #: pgadmin/utils/__init__.py:338 #, python-format msgid "" -"'%s' file not found. Please correct the Binary Path in the Preferences dialog" +"'%s' file not found. Please correct the Binary Path in the Preferences " +"dialog" msgstr "Soubor '%s' nebyl nalezen. Opravte cestu v dialogovém okně Nastavení" #: pgadmin/utils/__init__.py:517 @@ -15649,19 +15680,19 @@ msgstr "Zadané ID uživatele (%s) nebylo nalezeno." #: pgadmin/utils/constants.py:126 msgid "" -"Access denied: You’re having limited access. You’re not allowed to Rename, " -"Delete or Create any files/folders" +"Access denied: You’re having limited access. You’re not allowed to " +"Rename, Delete or Create any files/folders" msgstr "" -"Přístup odepřen: Máte omezený přístup. Nemáte povoleno přejmenovávat, mazat " -"nebo vytvářet žádné soubory/složky" +"Přístup odepřen: Máte omezený přístup. Nemáte povoleno přejmenovávat, " +"mazat nebo vytvářet žádné soubory/složky" #: pgadmin/utils/exception.py:70 msgid "" -"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to the " -"database server." +"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to " +"the database server." msgstr "" -"Připojení k tunelu SSH pro hostitele '{0}' bylo ztraceno. Znovu se připojte " -"k databázovému serveru." +"Připojení k tunelu SSH pro hostitele '{0}' bylo ztraceno. Znovu se " +"připojte k databázovému serveru." #: pgadmin/utils/heartbeat.py:34 msgid "Manager not found. Stopped Heartbeat logging." @@ -15722,12 +15753,12 @@ msgstr "" #: pgadmin/utils/driver/psycopg3/connection.py:704 msgid "" -"Failed to create cursor for psycopg3 connection with error message for the " -"server#{1}:{2}:\n" +"Failed to create cursor for psycopg3 connection with error message for " +"the server#{1}:{2}:\n" "{0}" msgstr "" -"Nepodařilo se vytvořit kurzor pro připojení psycopg3 s chybovou zprávou pro " -"server#{1}:{2}:\n" +"Nepodařilo se vytvořit kurzor pro připojení psycopg3 s chybovou zprávou " +"pro server#{1}:{2}:\n" "{0}" #: pgadmin/utils/driver/psycopg3/connection.py:716 @@ -15764,17 +15795,17 @@ msgstr "Není připojeno k databázovému serveru." #: pgadmin/utils/driver/psycopg3/connection.py:1599 msgid "" -"Asynchronous notification \"{0}\" with payload \"{1}\" received from server " -"process with PID {2}\n" +"Asynchronous notification \"{0}\" with payload \"{1}\" received from " +"server process with PID {2}\n" msgstr "" -"Asynchronní oznámení \"{0}\" s daty \"{1}\" bylo přijato z procesu serveru s " -"PID {2}\n" +"Asynchronní oznámení \"{0}\" s daty \"{1}\" bylo přijato z procesu " +"serveru s PID {2}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1605 msgid "" -"Asynchronous notification \"{0}\" received from server process with PID {1}\n" -msgstr "" -"Asynchronní oznámení \"{0}\" bylo přijato z procesu serveru s PID {1}\n" +"Asynchronous notification \"{0}\" received from server process with PID " +"{1}\n" +msgstr "Asynchronní oznámení \"{0}\" bylo přijato z procesu serveru s PID {1}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1643 msgid "ERROR: " @@ -15823,3 +15854,4 @@ msgid "" msgstr "" "Nepodařilo se vytvořit tunel SSH.\n" "Chyba: {0}" + diff --git a/web/pgadmin/translations/de/LC_MESSAGES/messages.mo b/web/pgadmin/translations/de/LC_MESSAGES/messages.mo index 81a4f3d4a4228b12b651aee0d6d8b06b2e3a0aa1..7cc0deae98edb7e65876e5b1848220eedf2031e4 100644 GIT binary patch delta 25 hcmeymgyriJmJQbybD8QI7%CVVTA3Peez16I9srPN3XT8( delta 25 hcmeymgyriJmJQbybD8KGnJX9>S{WN|ez16I9srQ53X%W- diff --git a/web/pgadmin/translations/de/LC_MESSAGES/messages.po b/web/pgadmin/translations/de/LC_MESSAGES/messages.po index 0c9f6e6d7..80e5346c0 100644 --- a/web/pgadmin/translations/de/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/de/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pgAdmin 4\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: 2017-04-14 22:53+0200\n" "Last-Translator: Jonas Thelemann\n" "Language: de\n" @@ -6056,7 +6056,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Konnte nicht den gegebenen Server finden" @@ -6074,7 +6074,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -10050,7 +10050,7 @@ msgstr "" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12806,36 +12806,36 @@ msgstr "" msgid "Import/Export" msgstr "Import/Export" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Bitte zuerst mit dem Server verbinden..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Bitte geben Sie eine gültige Datei an" diff --git a/web/pgadmin/translations/es/LC_MESSAGES/messages.mo b/web/pgadmin/translations/es/LC_MESSAGES/messages.mo index eebd8c83c3b8cbdcde41be3fc9d4c983cef87a8c..c601336a7dd1c1bf637eaf117224873893c4efbd 100644 GIT binary patch delta 25 hcmZqw!P@?VbwkrlE>m3tLj^-aD^ugmJvXZt0RV_43OWD) delta 25 hcmZqw!P@?VbwkrlE)!iNa|I(qD`UgWJvXZt0RV_-3O)b; diff --git a/web/pgadmin/translations/es/LC_MESSAGES/messages.po b/web/pgadmin/translations/es/LC_MESSAGES/messages.po index 6346d10e7..66446406a 100644 --- a/web/pgadmin/translations/es/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/es/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: 2018-08-08 09:29+0000\n" "Last-Translator: Isaias Sanchez \n" "Language: es\n" @@ -6077,7 +6077,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "No se pudo encontrar el servidor dado" @@ -6095,7 +6095,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -10077,7 +10077,7 @@ msgstr "" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12848,36 +12848,36 @@ msgstr "" msgid "Import/Export" msgstr "Importar/Exportar" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Conectar al servidor antes..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Especificar un archivo válido" diff --git a/web/pgadmin/translations/fr/LC_MESSAGES/messages.mo b/web/pgadmin/translations/fr/LC_MESSAGES/messages.mo index 4a711aa68cd64bfcef03b10fe5cb5e60df9cb5f8..e6efccf0d26e3d86057003c0629705b0a118e710 100644 GIT binary patch delta 32 ocmX^4g!kkV-i9rVe;;s}>KYg-7#doc8n?4QWZcgFkjZHx0OQvTTmS$7 delta 32 ocmX^4g!kkV-i9rVe;;s}=o*\n" "Language: fr\n" @@ -6255,7 +6255,7 @@ msgstr "" "-- pour pendre en considération ces modifications.\n" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Impossible de trouver le serveur indiqué" @@ -6273,7 +6273,7 @@ msgstr "Tâche de rafraîchissement de la vue matérialisée créée." #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -10409,7 +10409,7 @@ msgstr "Superviseur de processus - %s" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -13303,38 +13303,38 @@ msgstr "" msgid "Import/Export" msgstr "Import / Export" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" "Copie des données de la table '{0}.{1}' sur la base de données '{2}' et " "le serveur '{3}'." -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "Import - " -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "Export - " -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "Copie des données de la table" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "import de données" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "Export de données" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Merci de connecter le serveur au préalable..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Merci de saisir un fichier valide" diff --git a/web/pgadmin/translations/id/LC_MESSAGES/messages.mo b/web/pgadmin/translations/id/LC_MESSAGES/messages.mo index 99fa1429c428da17ae37de8b2210fbb8a3ef9f35..93d15f68a56fc9b9427fa79004924f94ae515439 100644 GIT binary patch delta 47350 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 delta 63088 zcmXWkcfgKSAHebZc^-Qd+2iH0_ujI1R+3QJnGq!wrEVf=NM%$?Rz`!C(Jqx)qDhH_ zQlbbg>-~Q3bKZYG*E!d9o%1`tGw%C&$otfcOXg3x^wEOJwwERnB{w8e|EqjDkx1jJ z3jTxDa2J+8lSmxk#u>bY@;84c61}k#4_$$a@Ok_d-{iSD|0WXeV7If0#LLv@I-f{9 zi*MnR)L(lck;p>%&x?sHfG=Pj&bLM*SgO#g}3V#T`nz+18WZY+No%bQ|( zdo1sWsbCSmiNW-!C3wY4ftrR{~eR2_GGO13oZW}%NL?)dBa?1iDr-Hisp^x zixxmve_^!4y0N|?x^0`pa>u-B$<$)%94op-dql5}_Ksc~?H3)0b}%HChofs}R4k8= z-WHu0y(@Z8UiQDMd1|bf9=$*MAlkvK=ws1&(WjydF%QoziLSxcl;6gzcpl4P#wBTq ztFaP#u-%p9!hN^}vthnV(-PUS2s#y|(E!S0F071~U_Ep@wm}cBzR?@e3`|B-eII&m z%t4Rtm9f59zOcKJmAG)9*TFK_89hSBpeNOX=*hPnozr*GgXi0L{}lTECHX@@mCysK zd9+uoA03?iUcF$0~NN72kKjP=VgFa0N8PF*mvc;gf7!Gm9;4OJ|VmS~O*(A3_FV{tMr$KS9! zK2|VvcmSQMqv+h9iJnE3`_j z$Xhscm>lPOpd2KjEl~=2c3d)MN@N=sD}p9E|z;l z2csz;j|Mag?Pv}*!=JDfmMs=Ca|70-{2IE(e#APMQJnqnMT6quV{=4w5q711H~R5f zzC>E0C3eBe_z?OryB4eAF`R-$ONOa>3a#Ib*I>r~LWkF)^$(#R-y8nN{;$f#k5u?E zo2OJrRWr0a9-XtL=yrM)os##_hPI)ZJA?hPRq3=uZG0AI;!d>vzL{Zarr|)!561G* zBo}Oh#7VTH^fGCQ>oGre!kf@kuSd7v=jgsaj`=a8Y?%8(==+(mTnk25VYfQSQe*ZL3|F)(3@z6w%}U)96bqV zln;Sy#axv4AO~DBafl0F`~~gcFLXC#R0t2|K|3mfF0Q8Nd2t82cIKfO*@9+hAG!Xa(Wzm<=)UHEE z{1H~bAJFHsRto_XLIbOcu9fEKR9{_<{qO!AN`(Qu93R|(ttfBD2AI2g8b6#Q60Na5 zPQdQ?JRZe=&<+pP2mzl$Q=MKjbaV+iu+r$_tAOr;MoBIlL7RA^2f7`HL?_4l^U;w% zhmLSHn!+#R{XJ+0Kcgu>7Rzb1!eY#h29zId|9{bBBQAX5Dl|32(J7gX2KE5@;uGj| z%g{N01I@%Ptbti;hYyu{=m~fux@Mk6Q@<4bSYL-`>eEo4OnlFU`}+^{E7E0kLWd2b zZP1Z*kM=_6?mBdBj7HzT6AgS}^ab>}4Y9lxP5IYo<_=&XKmUK?!jYau*Fes?A=UZO zkrzkzb47ISYNH*sK^wdh9qDzL+NS7xlhEhyi{&TKc9x-2xf-*(|JQTjSE%=*yV1x` zp!+wiUMLqrr>G*@Kr=Mp_OaXz4Wu{vUjKOi7BrAaXuuD}`uUi&p=Y^pZdan2cn3}G zcJ!$I7OUXj=m^Tx5BIB~fi^|AUl+9F5om{ZMQ249q3^$n_Vadq_P-5pqr$~;Dn6L2 zK}c~)w1X;G9h;&D%?O-;i?9zCY#0u(G3fITL>Hg~c@dqmx6r`0pn-ndkp1t-kH;J7 zjlyazh-Rh|8gXqjbxot~qdm|LuSZw)7<7szqa8htuKwrH=Qdyy+=@P*o@^W*ybMcG zQ9hR2q6f@1m}&q$qBmew{0jTwMXZGVnuG?YV?D}q(SWz2BmELxlt<73pF-D8GDp)e z!hGn6i=!zkhnHhrY>Z>k7gnO%=Vf$+Yq2tJM&J7b?dSp;K(5O}>I`5;#F`Ie!BR_Obq(a(yf(2VRv7xzEt z^JQCwfV*Qu%G0os`~NL2O5>mCHoB~J7->y3fa}rwv#=trMmzW_dL9j+Vw*6sUTBAt z(fUb=+PD&JZx7n>Sv0eiJA{FB>%jhZJ4~R$h}WQV^Bva3^p4@h2I$C#L?1vKdIinI z*XTel#QMse!qjv_GcYlhSD*oXj+uD6Q!;c==!)>M*alrR{m_W-M;GB*w4*Ph=g_IC z&^av5K4=CfpkJ$>M0d?M*aDq<(OmB7|Y-oblW|Gp8X3kH$E4A1wDA)!Th)b^WqQDZz?v7En0XrK(*ab>jQ8fbtm&?CAtnwehca|7f3q3H8BqwP%Rq8$v5jz>G17Rz(c5kD8pub~6{2uryCzvjZ! zoJ1E})}CQ8l}A4nJ4FYg4c(45Fdh9aI3Er09qfodVQZ{$b$D(Z`rcGD(AntPS&T_j z_#qc&;4|!td(aft=@njVh<>waht~JQ)QHhQ#-krn)6w>xK#%ZcXojAT^{=7ty@yWu z&R*<)PrUt9c*6aMHL&W`7we)8w?qT#jE-y&de%=u z+g%mw*P`w0K&RkqG{EG~@x~wMBK#Z8NbYMxN2Sn?s-XciL>p)o%U7WRT#t5e3)=A{ zG@$#U&!QRIfDYg@QQ?8{FFJ=8u?7|#6h_hpO=%A_kn!mLo*8`( zeg6Y=4Q)mP_yP@JUo0O+2mA*b@cBW>w8RW9@(d0K!W{IQ%!~LYZbmzrG9>(3?irj# z`5$zoGj0gZ#th0&qHE)sSpPhlsn^h{`xqVIVKl&hlU%s^vkXm3w84Tn0Q=w(T#r5R z*tW`I@EOqy{fxOA%VY8xE;6~;h%Tyw zSPM&z4Bz3pqH}jQdSt$Y&fUjo;Af+`M}-lVKpVasE8?K&{b**_pc&nUY};hwCoYWi zB38u;H-?|_dPHZU4Sj$Ha0Kn(VyrJeIxTSn9$MNhzY(8cpL`k8S6v*CGkRcE;+SO8rM zWzkh%8C@d{|{1+N%?(t!& zs-W$(MxXD3u9-n-KsS$P|66en6&{I?#0Qr~H=y6wKSf9O2m0a#G|)V^hJXs7?UX<} zs)mlV75dy&Xdr#j-7*B-rekkq|J(3gR5-#1(Sv4Qd|(6m!pCR>yU_joUA%t`eeYlN zJjgO31eh1y&Lxmlo)~~WHxUhJ8rsf-$@suCXyohBlz)PbU_Yitj)f^-Kwm6$TWGKn z`g~n9GwsoUuSQ2W5N&r1nxU!abB|#bOfHHS&!Le$k8ZP9(8abDJ&=CHTG;CL@T1zz z=r(!=-92BR-+(gi2nS3hY(%*O*1&tP3ciG%gx_Fg_y1p9xcEv>45{ykHaH61&kN8O z-bc6B4`@oyqN}^mq%hJF=oC~&1FeHD*1_m|qtG>WANu}NSj5l&*SRodpP(t(jlTFj zI_HPcO#F^cN%lL#loUnlE1?-{g$B?Uo$JA9yJOJIPDBGpM(5xq?*ElsI4A4T4nFn< zevNLg!)Sy5p#f&SD>Rr3?Jz%@iQ?#cnP}j(a050$7vo8+gY_qe&xGNa^n_c$g(=&D z&eh-OBCBwBn36_l0N0|6X()Q|OhQLK9}RR3rgjUu_;#TI?L!yuF|^%`d%|KYbPxOA zkyoI?2I`?1xB`9gI<&!2XveojAB^`Gp&hM><+stbvK@W?D7xw|qEm1w+ueZ_M&B!w zj1@J}2b!QMZiNQc9^GD7<0Cj6P3;*p^%v0*<(LuzEsox=h<@1Aj^z<(JGY<%nvM?e z(PXSxgf6-l(IfPAbd`RNcJvz>@o98KX;VYS@}ncIgjKK^dVe@NHMht5M`HaOXg^!g z_L95ejeTfG$KwNkMK7Q!%XV*=n*3;{%A)mE(2UhbN8TjXw?)4Zbw@MV6YY2qI>jTA zlQx-{#DyFswy8+=-6p8#Lv=qp3_x3nR{hHe3?@hEoG=uPeH?u0m5j z0?pX%nBV>X5EnMIFjc_`h|bm9Xvd$S4S$U`_;d6(G=(S7Oq|Cim}7bfunoE`dto|W zhi15cbU0>n|BvIshHpnZx(f~9VVr`CZ~(#P2ERsAydQ1n7_PySI1(4n z2;Y!$-k+BEp7KrD4Li?d|F`1eNiJT%Z?OeVe;_QTkMJ7G$MJG(`(RpPGbXVSc6ca! z2Hb;wMyy4jFYs_$Vg!!DmiRf2#r(6vZ^NdbU)i?JV*kI%MU6*7s*j*4{T-d-v*?`V zogMC%MAu3=bjoU=_nV;abwV?74LavHL?@v~^=$NfScOi>*4gY|Q}ziJe(vvz5B!Oy z__9Yshh@?2SRFmXJD?3+7w_MRnUtraQ@9+R`}OGBcqi6xK?k-cmX9Xm#aZ;hJdcHu z6+z48(A8QKeX%V%=hvXyX#hI%;pn+>D^|eA(9CQ=-`|Yxp1tT%dqT3m9bAc~dMp~iy=X&^qq}1XIwfn-5q^ed;t(46iFiNv-0*#(0y?nX==&q_fA0Ug zxNy#%LIZgr`UX0p&FDx!Ll@t7XsQpRUo6t+g+NN7DQ=8D-ve#0AG*eFjE;*=z+Cj7 zn8bwvOh-pF5AEP(?2J3mZCP}FSjBzNl;4aVu`|$2J&3N2XVDR^LED|o9G&OA6+w_p_$l^ z4)i42-Z?bD98a8SE>3gtb9`X$(;;O?&=H$v< zh`!$%eZD6;(reLxhQ;z&bdBAKsn7q}To~yR9E)$Ei>%6`Fo!MC$h$}Tp=;zuG{7g( z=U<3^fCl&tdg6VL26_&CKKtSjKry_`{a=%dir5;BbYy(smRO#FZqM1V{t0wDzJvz8 zJ$eW|InSZzLWw0I1EtZas)n}H01c=)CVin37cPzwSO+JdfvkwWjK25=`uqo26Mu;H zmn;n#DvSnH9!+s`bhYi-yh{~IK;$;7{0)Tbi< z^P$5ISetTBY>m^=ZON6;xdj&}5Cyq|a>WFi;ZaXEA#b9?Zq&nB4|dcp>x{?ZKyL=!`^5B_o4yakN4v&bXymCDJ}6R&O?vdimOA$ z8lr(*fjNAzPplY(HZ&G}VFEgW>F76_Iq1G#gX#Dhx@*>Pnj>)QAJi~<}+k!s$Wh@_#oK9IPve7oup8xrXnpNhg3Zv8bc*Gk=wcdxu8o_~Z8sCmz&y0W<>-6s z(SSZcGrA3Zf6puIe;+tXg{eG^?$@)?Y_Eoq=SQce82VgkOwB2lrrZ$ipf~#5Kr|D> z&|NVZow_H{HS-MG&ypk;2JjNPjn<>7-i~(g1)7P2=nKE29sP?ol>S;MXGcez4{fgu z`g}Ds;D)ijIhuiv=<~_mv0?-o!0l*i9>i++47#|sq7ClFiug0yK;G9w0Hvap(7E2bvnBL7a+SJnRu6rN>qG;Hhc=}Vez%$h3@DJL(#duA5HNhG_d99c6tMS zZZmoU{))peV_o>mE2Hpw%AcX{S6%Ob*?+aUFy-ygk#|K?H~@WcBs$WuXv&l5bJKA# z&c~J5XhT}!I{X1WikrTXmbenH#tyg)YvWOLJC}HqznJ9yZ^%VsycHYZOVNW^j&jkr z!hUUres~N)Gd3MvTrb7)Ry2SUcolYeJN&r45Ia-;8QWr=cfy}9+=i+B{}vY>7(ZbR zOn*0|vNrmmaWyu_$D_N@skr35@I|B|n)-Hl501bd_%k}vM(?Mk{(HfmXgklNNBfcY z+5ZE$sPaMhg}_W4O8FRe#H%)jkvxUXDF24eZRHQc$8H;R`;Eb#_%NE8AL9M&ABEJ{ zK?9tKz42+h5&!&%{ojR){vU^f=Xt!E^557AyKD-9%*CpdzefYfzBy#79X6#r9&6%i zbk%>4jy!EkS|SrmVijzTb#Meabx$R^XvoDnbR@^n?UH9}7)dpB(OiwLh3RMpR$+s5 zex^eg+dtbw2l+n345Xe43G7< zVCuVFte+X3g9h|08u;tzRBb|!+F#MY{y{U8V`u261g8G}Zv`%Vpawe9=IG+M8eLT5 z&_(quR=|(YzNL9Q(|3h|R7DT0dgvl-hYoBY+RrG=#7UU?`F{ZyM!FnL(ONVE zAD{=$SLmYr3w^H8=OGj2(Gl0d?AR7PF}t9FU4;fZFqUsb1DlAp^8o+-ZE9aWNrfH1 z9Us_&zPJZnt%uMQpGBX`_eBVxB-&vWG=N%Y$Bm-x(J8wcZEsMlAC0y%=?nJ1DZh^j z8+tlExCEW6mty(-cz-*(R(7Eo`WBs% zoF8wjiZ|XwBm5X0*)Ft!J?Q@b89gr&Uxf}b(M;7qGu0k_{yH>}k!XjL(A_p29Z2#a zE_`q<8tKw_EG`_;Gw2B3K|dxxMyDoyPe@rlG^ORx?N}2%7rLPhkH^&9qEq!ybR`<-M`&ht zqk$g6qz|6p!a2_KZTOfhgFe^}{a(-m&CE^ch;Bzax(^NLVe~`h33TqCK?kq`eeZCr zKaLLQZ*(fMe#idzg~H#3h%(WJYM>p}MIUU9rm!d4@hG&Ro6(WqgO2FYSica>$k8ZTJ_o{;&98+TQTjXL6z^VqLVsUg!w>qR$UTGdBiJ z`NUZNFgl!SA1MAUmC>yaF9>y-1@B8p)xBajIl52W_bIzL2SM z=&G+D?S=+89L>b%^jM773d3V(Nu1X_1nVGIVMBMKBb|=E_;4&gi8j0#9r?=Wn`pzI zpd}UQRO@s0xF1hkcqRf zW-PxG-Ht8OSj1SH`$Z3j=dZv@l>49oB+-NHF--mazm;5=vUTV-+l0RGJsN42pTaMj z3gG3GJD}V0UNrDI=v=Qt8-52}gkQw_zoAEZ;%9ykA;98jKf{i&|GhE!Na%1rR;BzN z*2iDbz)JlRrl@ALF`Ah+Xhyol`s>k@4?_bSi%w-S-hU|8&qD)P@k=sXyi0|t{|X(^ zUUW`RpaGnZ=KVDsz5hcyXojY=8+tAbL^C!OZRb(6o#p7y39n%fJdOs?B6&1)a19#i zF!Xc$7IaZQfG)~8(WlW=FGG*!4d`z93N!IEnt?*Ug+NN7&(}cDkJhpN4)h0^Kd`fPcqKEcr*sM00el zbVaA;IxOn`AIF6a&qPNu5AFDQ^n_c79+g|;{T^u38#!2Lg+3m4y$@x~%-NBPBAK7s$Ed=A}K#ZQJ0qk8Bz?T3HkbgY@iZu&DV zv61qNr_vIy;!UU160N8&eI~R!=&$g5faREM%>%!3aRXNSJN&u*Y`l{4-*^>v{3rZ^ z;wgNM@)x)l@B23`aW4-3FD-E=9!5{TfoDT|ci~#fKcH)6?zu4c3((BIbdLS++`mtS zbG{XQ@OLy-r_t?nF_temAD%0Qb*OKNruY{0y~XHuU4g#09&Kk+bQhYzz37@ceV+Yq z>hoL(+o1qD*FDfVye2vj?O;^AKMtMq37Gowimv)+&;Xu8N4OS!ZVP%|d=>o(ozlOO z@qvOD!_ip=4X6>?V2fx6wBhctJOFKYINH#y=&F7U-Ciru=ifjV-&VA}Z_ttNM~~{{ zUtCn?A`ib(_C#ucKG+rAM!nE&buaqj8mx+&(Ev`O&tE_T&z6>+XoY#PEp|tz;Bhnq z3voBD!Ts+48R_Y%|Acy2M(ChNmf%P<@+s(CK7yutA=>d9Xo@$X0qj9Xd;sn61iH4) zqUS@FtYLtq(Dxc(LHBYGYy@Z4|Aj^Q{P@cp~7#mJJF86j1L?@Q~E0!$VIf{f;mIEI69JA z=$to4JL-gHWJs)^gqf75qZwF^2Cyz?GNkA|DqOug(1yOk#`pu8p`y7$N7c}gH9-Sz zkG^+BtnYz-&i6wDdjeA(#_~Ee(;uPje4pgP{rd|VQMTOase|WItUJOY*Qd`7D@%_ft+T%$uG#$3=xp(o;uj*-OJ5 z_d>txO~AYH6|}*c`O;J06RyGLlsBT!U5w?+^QWi&8?s4Qm-;Vo9cH~OJ@w1!w{a-t z!UfX(gUDp!E-o5S@ivadlQ;?o6(kcxx*aQ1{;E)VVj!N!Qq=b^90HwOBt0>S`e*Pe zEL=1_^|xI|Vs*+dVm;i0-7!zG^u$uU9*?;HFK|(e27fLdI!u&IPkk8W`d@nL@AK70 zPrw_|H8CFzXeZXjf1*`NrKi5MUWXN^pN&4h4$Z{xSO?3LPEY+I*VS0w{lA2Z`nVZ= z;4C`#H8RsvpKjNqBX|(4e-91l7#cv)GU=(mj&}t*;;HCQQfturpJO9TFB{rxiq?<9 zq#Z8cqAGrhHvBg_!gA$8gI&=VCZW&2fK~8&?1$OPhxczl1AGKs6Ys?GKUj%!#R?&S z?pTZR-4)pXUaY2KHts{`_@;{Kso($aK=*s0N@1Ioz;cw!qABhW9TV#xM;GaOoQeBz z8dE#Ga(bc*9<7p|`qta9T6*f&{I^z1hKROM(SaBKLRV|^>R|+@@M_AnYJ}B04VO{g zk2&z(n(3+U3lCvF%8#PkbO{>xOPCE`Lr=;#(F1KGrsM7;7bCd%4%=g!T4Cff(FS*6 ze*6(V(N3Ws!?|jQ`(@Gdp&lAg2lVHHE75ad4Ep|Ev3?dB*b8W2$yZ{<2K1zQ7ahTl zSidKh_oGMfud#dqT_ZW`gbwOrCgpbM6b(a<@(0j>=cDbeiN1+sB$@b_3nTm#9r6C? zA6SNRqHZ|x%A(ITL`U2SZSZ>Z1Rai!e0r>3f@b6;H0A5iuXdlr`dygM{r@c&9+5}U zlx3+GUMzslSxNM)E+4Iprm$How?RkR9rNP#Xn>>8_9jOkLcdckK&SFKO#S@-HW!ZM z6Es!dcmsb&8@PZ*p0|ED^Djd?tbsn)6b-a9R>huZfOn&TOhZ32=A(1|0%qc?nELO3 zzTm?B{0sWwaT$NIQ+=pxJ0B#fvkW>Rj3cGMpo(I_;)v1mK@ zpu6UwSicxuBd_2@d@sqxEG`-~4PT8mp`Qg=E)O3XP0*uv3=YPHXag6~fbupAnW=`Z z_6Fz|j27q=^+DIdtr@m^uY_UK3nrJMS0QZN}?T>Lj$Ug zj(F4iXpLwi^tsk(hOR&Z>yC5rx_JMO zc>ixSfOF_`dD?`4i=u&+Lo-vm4g25Jw4}n3T!p6SdUS*n&_$I*=X@^Oz*2N|zZ~m7 z!RnO1MNiOdZNnlhg?>%1fWB7+?YJSjX4rj3eci?+i#d7=f)L&3ok8bar9m3*lk>p|s6+`h++=4dPw_|$Z zF?<}4VEInrV>QneVKvvr+0 z0^L4~WBCI#ux;p~+Zp`|4fNYs-WNTHHhcsf@d@;~b4W-0G#c8=Km*B%sek{g02i*- zD%cg9V8t~43N^a;R(DHJ{dVj_wBd@~LuTrti>VX3Hu|6e42|_Sp_!Z<%hS+|J&v}s z08{_|=L#-N@hkCxx6u)Q6w6yld9n1S-`5^lKQ8bV4^>4`P%fvD(cg(Pfz`qPcPzJ z>O1rcnc3Sv1atuXDY(*rFjZ~PAHVxx8+;tw;@9Y$7aJHdQx45Yoq_CsN8FqW7vFX0 z9Nrn7hOU8!(YaoN_u?y98S4!SYoQ<3q&yxyz?PtE>8)7KJ~(`_$;8^!x4~+7Ym$qy zTr9$t_#qll`jGHoY4kkkfo{hK(UC328h9wy=f5EwES1puepub-(Z#(1eSZrY;68MX zB>&>V&+9Bh(-YI#FQsq@50~u#M^Kq+Fqj@ z!y38@U0b(dIzASi8%!pih!qQ>3!{sp%c3iy&qrTEmPF#^Sbi0qKh} z&P0Cy&8Jg*pi+FGYAn}|<$AH)B$k`Sa+_FgAIn{0xqB@4ise4B+&`8F#qw}W{rjJz zV#T=l!1!367|VB|5l@ZvGh+P%u{=ALACKiHqfbYljV_5k7hO4;{coyXh!v~R)&C0G z;f`4U1$t0@9m@x!KSh6u{ucc`dNO)C`gim{wEgp=lVPsX$Ara`6%FXp=w;DD(W223 z(NfVe(elwsXa`lJwW9T-O`+(NXkdO57Y?EEcVU)?a}>Hv~PB zC!$|kXQAI{UP3>t-bFL;6`H|s(G3284lwI2;oEgSEbsUKvRwFLN3??hXa*)=ew-T1 zbE1pUp9xn-H=;-E*Vr9@iuLu!hbiiWPR%U55$EAtOx((6g!_LU7d~(>dK8WHPjm$5 z(VvhqCWLZf^nOY7Q>+rs!+L1o+hYAU=+B4;W10VVi&UoapljoQnELlW%W&Z$s)|=) z9dsm9u@>$^=QweD_>`-Jw^8hk-SAU1z~Xm=MOFj-6m5on$h41Mjjn~k=)mr}gZ)2* zi>Xvxj)$=&W=;$N3_?F9U&gYyHm@l0g>dT;uJ=vHGS95o?p&{sYx(VH8_n@hqgI)10?2Os( z4L?NoL_4|zGx3pFei`jxGn#?#(Exr$x8qr4TPG7`riJa(6dh@2d>?yZ3oJN21avhT z;7~LJ_WfzHPUxE?)_j$se{2OZEA4}`VQ6McUq+U^|>u>Tu#@o>Dc z2_5NI=*WIV8#sfG@B%vWY!8O#a-;P{(SR~zxgwgmn$c#lzBAfhPc)G0A7neZNN%LU zRenD@f;DIWZ^Z{cLsPjA-5sa#D$M#&NO>Rh{s46C+!kGnbts?0x>(`ia6t9Ne<{D1 z>N1%&vB09inXa-+E z2bz4D3sd(t`nkO^miM6@9g3bpKkqYU2TMhppd;^v?(fmjyV3V&qwg(31AGgc;aA9- z;rBm}hLm;0+T56d2DAYk@w;dTpT+V|XlDLG7i-SP!Xm7Uj}p{q&CY zH(*xx|4m$&np@Ek%tBZ1ld-%4UA3>G`}-|)L>tlfwx9w182t|&VSzbe5tl_X*br@} zTeLT(KK}=DVZ$TQNXNzUR5aBy(HEaa1A7kb;5D@2jp%!OqDRp$9_O$s7M~m5Z;!s; z9nEmRx$J)_i!ao<=!F4j*+r*Hu}_se7X zWpw0kp##~92D&TBg^?bN6{paVXMHjRQV@Ny61Kty=<~Ou&)tt@aDFVmfo&*nK{J}` zsj#g}q5Hon4#L6cd&v*Eu!F-`1^+}xP;x2-_%RU>vxm=4jl#FgbQ~O7} zUwBdIuo+gO{wA!4^RNbPLo@w1)^z`uSsWVdfp$C-ePC^LKl<^SV@a?DHlaKL%iXh18_fIq`zT`taWQ41?C3%j8&I>Kq_$Mf50CQhS)RC_Lr za4FkP^)$SO@~>#XEmwp4awJw&#;!BrB=#fj#J4 zWqToX+!SqK9NO_JG|)Zh^XV^!kK5X4z}=#g(CxJx&CHfq{|DM}iI>76?Uv-il#Ica zI2&8zPV9>LSBJk3FaX_FE3gaxfgSMjHR1lf(e3E{%U%vY$PB=2lxLwIK67LJ67>8? z?&2al7e8Q5JQ6*LxhbDTAI$zr*p7wKhRVcpO|*k1xCUFr`ajU~;y<*Vysw5&&thnM zrI78;{^#OuDq6-H@1iOC6m9qddemlpEgT#r(faC`7we(tLTjYK#5L#%IRbrdBKonN zjQ6Lb1DKz>&;DDMy5K7j`rxZ*#Ou+9K14hCGS(l7^{3E`WqCcUjZ4sN*aH0uHUO*Q zUFdTw&;#ui^uT%>Q-A*dF&C!fD=Y9&^i-_RSR3wNhNiR(`ng{p4Xiu5i-ts}pwB&v zo`kQWnc9W+vmZ0@I3|twl6B$NMZZ%%foAq~EQD{MQ~KF@_P-TBQDH}C(Qh`nHiU-rp(!hdj(GzM&(Rd6za1LPg9cOv%|Mk{ zZi;r$1|8WIXr>0CflWZ$xf6YVIvVK1v3?N}Kr-<>7e@Rc+Q4V%_Bn`|co9>d=kJ7( zv_u>3gf`d{-3`OAT^cQ-i}&Mq!%_YP`hK?ef)&uf+hH+3|GRKu>V~0ne*@5bqyDM}84)C;R*1{ru=pM5QtH@BcLA!V|9>md7MI zSI?mxzl?Uc9?j4;H0ArEr=z()2=!&7O`<)}42-}QI0M}+n=tj?|D5H*4svb`i>oBM zXsSmWpaHc&x9b&XCI+G-y9wRjcf|5!Of5DvvyY*Rb_KfV)}sU2xsm;ELx-sFg_F^9 z=*Y8w7=E303D%|D2wkK%qN#owoq|>9;#`9j@%?!JXLNC&LOZ_nqxiETdQNouC>c5$ zO@(tl9t~(Jnt|D|{z-HME76WN;7r_#F21Wi4s$vhzo9$>O?m%K;ZM^h<1>_hK-bFT z&0)YZlUz80Ip~Ob+H;Y!w zWL>O3g=V7Wr=h)WXvStCYc82s$%SY5TUZ(QV?)foBXraP&A>49%%6rfxD1`c53vgV zg#KdT($B&-sIKU4dIa5WucQ5ZhCcr%j&lE(+!>DG8Q7g0Yq1h$>ek!44TPL&<_8`>R9HBV0Uaw|B1V}aD?w;7u*-E@@1&M4Qo(8 zCzdy2Rmwl0Q<3Ydkcm3z`@PT%E=KR~MyKuqy2vxX4kv3ZOlG5^2N&MxgRb)7=%TzG zU5t~_RsUctKaDQF=g}#9AASB8^u+reef}?WQD^@qv{MkBy0YlvZv74W-;3TKxgb`|J(2* zRM^q8=t=krnwgK#b6`8>#xK#4{eWiXM7)0i?J)bE5O~#Sef0en=zAT}cKXKpp-C=0 zI&VTF9gi-ysp!e|9-4{o(0~r30sn?(>MR;?fp0^7MfCZG(N^fdI-^t356!?R^u6Q+ zE*#1IXk_!EOVAXrMg!Xz>vy36e~-@jkI^IO0d*Wrb(ZhK-v=s-e%MSwSO0o+aUKdL z6UFz2)Ln%xjtS@sbFe0ELl@aU@qU@_!)k7Y9!x{f4(G=5Yw`Z!Sf6cQ2&{bcay0Os zn9Kd&mka0U2CR)^(8aM3P4RMcalMOfqc39pX*8vI_J@oVL#L<|It3NbDXfLQ-vynz zL0A%R#$xXOSzP$S%IK?T%HKvC+>S1u&(V|YAUaj&(J9LLLm1)z(17ZrfwxBI`dV~A zL!)D&6EOAv|2>%t7s*t#;W_vLF2b%j=s-BzSEF-x5KVotA47c?tV?+cx&~fHGqoLU z?--haf6$TVJs1M4dNA()HdOdvpXd!}2F9Tc-h&1>FV?R_7wvlVAo>{1(08%^H?+Nf z(T=ko3LO?l+pUXcs`a5{sOV0G`?o)u(kW;MbI~bSil*{;G?2Au1Dnys^d-70zD3{L zk3M${AHxf1K#v{{?LC98g=I-Docq_~jd!s*<&R^1`cI*uJZJ-@&=;%5a#OV94(MX* zg3kR2G{7X9nTOH+z7U;)S7Lo~2N(6J*pEhB;OFq+Pywq^?tqSPJi3S`q76?$1DS

@zmK<_t1KgTRO`r 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 x#$7vf&Xc%YhqjH|weH#0RJSF{|~x<-v|Hz diff --git a/web/pgadmin/translations/id/LC_MESSAGES/messages.po b/web/pgadmin/translations/id/LC_MESSAGES/messages.po index 513d104e0..9c83aac04 100644 --- a/web/pgadmin/translations/id/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/id/LC_MESSAGES/messages.po @@ -5,19 +5,18 @@ # oon arfiandwi , 2023. msgid "" msgstr "" -"Project-Id-Version: pgAdmin4\n" +"Project-Id-Version: pgAdmin4\n" "Report-Msgid-Bugs-To: oon@oo.or.id\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: 2023-04-30 23:29+0700\n" "Last-Translator: oon arfiandwi \n" -"Language-Team: Indonesian \n" "Language: id\n" +"Language-Team: Indonesian \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 21.12.3\n" #: pgadmin/__init__.py:351 pgadmin/authenticate/internal.py:26 msgid "Incorrect username or password." @@ -25,8 +24,7 @@ msgstr "Nama pengguna atau sandi salah." #: pgadmin/__init__.py:660 pgadmin/__init__.py:710 msgid "Auto-detected {0} installation with the data directory at {1}" -msgstr "" -"Instalasi {0} yang terdeteksi secara otomatis dengan direktori data di {1}" +msgstr "Instalasi {0} yang terdeteksi secara otomatis dengan direktori data di {1}" #: pgadmin/__init__.py:794 msgid "403 FORBIDDEN" @@ -150,11 +148,10 @@ msgid "kerberos" msgstr "kerberos" #: pgadmin/authenticate/kerberos.py:171 -msgid "" -"Kerberos authentication can't be used as GSSAPI module couldn't be loaded." +msgid "Kerberos authentication can't be used as GSSAPI module couldn't be loaded." msgstr "" -"Otentikasi Kerberos tidak dapat digunakan karena modul GSSAPI tidak dapat " -"dimuat." +"Otentikasi Kerberos tidak dapat digunakan karena modul GSSAPI tidak dapat" +" dimuat." #: pgadmin/authenticate/kerberos.py:212 msgid "Kerberos authentication failed. Couldn't find kerberos ticket." @@ -256,8 +253,8 @@ msgstr "Pengguna tidak memiliki HASH yang valid untuk menghasilkan OTP." #: pgadmin/authenticate/mfa/authenticator.py:130 msgid "" -"Enter the code shown in your authenticator application for TOTP (Time-based " -"One-Time Password)" +"Enter the code shown in your authenticator application for TOTP (Time-" +"based One-Time Password)" msgstr "" "Masukkan kode yang ditampilkan di aplikasi Authenticator Anda untuk TOTP " "(sandi satu kali berbasis waktu)" @@ -303,8 +300,7 @@ msgid "Failed to send the code to email." msgstr "Gagal mengirim kode ke email." #: pgadmin/authenticate/mfa/email.py:93 -msgid "" -"A verification code was sent to {}. Check your email and enter the code." +msgid "A verification code was sent to {}. Check your email and enter the code." msgstr "Kode verifikasi dikirim ke {}. Periksa email Anda dan masukkan kode." #: pgadmin/authenticate/mfa/email.py:148 @@ -333,11 +329,11 @@ msgstr "Catatan" #: pgadmin/authenticate/mfa/email.py:235 msgid "" -"This email address will only be used for two factor authentication purposes." -" The email address for the user account will not be changed." +"This email address will only be used for two factor authentication " +"purposes. The email address for the user account will not be changed." msgstr "" -"Alamat email ini hanya akan digunakan untuk tujuan otentikasi dua faktor. " -"Alamat email untuk akun pengguna tidak akan diubah." +"Alamat email ini hanya akan digunakan untuk tujuan otentikasi dua faktor." +" Alamat email untuk akun pengguna tidak akan diubah." #: pgadmin/authenticate/mfa/email.py:267 msgid "Enter code here" @@ -526,8 +522,8 @@ msgstr "Sandi utama tidak boleh kosong" #: pgadmin/browser/__init__.py:1012 msgid "" -"Your account is authenticated using an external {} source. Please contact " -"the administrators of this service if you need to reset your password." +"Your account is authenticated using an external {} source. Please contact" +" the administrators of this service if you need to reset your password." msgstr "" "Akun Anda diotentikasi menggunakan sumber {} eksternal. Silakan hubungi " "administrator layanan ini jika Anda perlu mengatur ulang sandi Anda." @@ -537,8 +533,8 @@ msgid "" "You successfully reset your password but your account is locked. Please " "contact the Administrator." msgstr "" -"Anda berhasil mengatur ulang sandi Anda tetapi akun Anda terkunci. Silakan " -"hubungi Administrator." +"Anda berhasil mengatur ulang sandi Anda tetapi akun Anda terkunci. " +"Silakan hubungi Administrator." #: pgadmin/browser/register_browser_preferences.py:28 msgid "Show system objects?" @@ -558,11 +554,10 @@ msgid "Display" msgstr "Tampilkan" #: pgadmin/browser/register_browser_preferences.py:43 -msgid "" -"If set to True, then all shared servers will be hidden from browser tree" +msgid "If set to True, then all shared servers will be hidden from browser tree" msgstr "" -"Jika diatur ke True, maka semua server bersama akan disembunyikan dari pohon" -" browser" +"Jika diatur ke True, maka semua server bersama akan disembunyikan dari " +"pohon browser" #: pgadmin/browser/register_browser_preferences.py:51 msgid "Object explorer tree state saving interval" @@ -570,11 +565,11 @@ msgstr "Interval penyimpanan pohon status penjelajah objek" #: pgadmin/browser/register_browser_preferences.py:53 msgid "" -"Object explorer state saving interval in seconds. Use -1 to disable the tree" -" saving mechanism." +"Object explorer state saving interval in seconds. Use -1 to disable the " +"tree saving mechanism." msgstr "" -"Interval penyimpanan status penjelajah objek dalam hitungan detik. Gunakan " -"-1 untuk menonaktifkan mekanisme pohon penyimpanan." +"Interval penyimpanan status penjelajah objek dalam hitungan detik. " +"Gunakan -1 untuk menonaktifkan mekanisme pohon penyimpanan." #: pgadmin/browser/register_browser_preferences.py:61 msgid "Confirm on close or refresh?" @@ -582,11 +577,11 @@ msgstr "Konfirmasi pada penutupan atau penyegaran?" #: pgadmin/browser/register_browser_preferences.py:63 msgid "" -"Confirm closure or refresh of the browser or browser tab is intended before " -"proceeding." +"Confirm closure or refresh of the browser or browser tab is intended " +"before proceeding." msgstr "" -"Konfirmasi penutupan atau penyegaran tab browser atau browser dimaksudkan " -"sebelum melanjutkan." +"Konfirmasi penutupan atau penyegaran tab browser atau browser dimaksudkan" +" sebelum melanjutkan." #: pgadmin/browser/register_browser_preferences.py:71 msgid "Confirm before Close/Reset in object properties dialog?" @@ -594,8 +589,8 @@ msgstr "Konfirmasi sebelum ditutup/diatur ulang dalam dialog properti objek?" #: pgadmin/browser/register_browser_preferences.py:74 msgid "" -"Confirm before closing or resetting the changes in the properties dialog for" -" an object if the changes are not saved." +"Confirm before closing or resetting the changes in the properties dialog " +"for an object if the changes are not saved." msgstr "" "Konfirmasikan sebelum menutup atau mengatur ulang perubahan dalam dialog " "properti untuk suatu objek jika perubahan tidak disimpan." @@ -606,11 +601,11 @@ msgstr "Perluasan-otomatis anak satu-satunya" #: pgadmin/browser/register_browser_preferences.py:84 msgid "" -"If a treeview node is expanded and has only a single child, automatically " -"expand the child node as well." +"If a treeview node is expanded and has only a single child, automatically" +" expand the child node as well." msgstr "" -"Jika node treeview diperluas dan hanya memiliki satu anak, secara otomatis " -"memperluas node anak juga." +"Jika node treeview diperluas dan hanya memiliki satu anak, secara " +"otomatis memperluas node anak juga." #: pgadmin/browser/register_browser_preferences.py:100 msgid "Lock the UI layout at different levels" @@ -632,8 +627,8 @@ msgstr "Baris riwayat pekerjaan maksimum" #: pgadmin/browser/register_browser_preferences.py:116 msgid "" -"The maximum number of history rows to show on the Statistics tab for pgAgent" -" jobs" +"The maximum number of history rows to show on the Statistics tab for " +"pgAgent jobs" msgstr "" "Jumlah maksimum baris riwayat untuk ditampilkan pada tab Statistik untuk " "pekerjaan pgAgent" @@ -652,7 +647,8 @@ msgid "" "After this many days, the process info and logs will be automatically " "cleared." msgstr "" -"Setelah beberapa hari ini, info proses dan log akan secara otomatis dihapus." +"Setelah beberapa hari ini, info proses dan log akan secara otomatis " +"dihapus." #: pgadmin/browser/register_browser_preferences.py:134 #: pgadmin/tools/sqleditor/static/js/components/dialogs/MacrosDialog.jsx:41 @@ -781,11 +777,11 @@ msgstr "Ukuran tab dinamis" #: pgadmin/browser/register_browser_preferences.py:473 msgid "" -"If set to True, the tabs will take full size as per the title, it will also " -"applicable for already opened tabs" +"If set to True, the tabs will take full size as per the title, it will " +"also applicable for already opened tabs" msgstr "" -"Jika diatur ke True, tab akan mengambil ukuran penuh sesuai judul, itu juga " -"akan berlaku untuk tab yang sudah dibuka" +"Jika diatur ke True, tab akan mengambil ukuran penuh sesuai judul, itu " +"juga akan berlaku untuk tab yang sudah dibuka" #: pgadmin/browser/register_browser_preferences.py:480 msgid "Query tool tab title" @@ -794,9 +790,9 @@ msgstr "Judul tab alat kueri" #: pgadmin/browser/register_browser_preferences.py:483 #: pgadmin/browser/register_browser_preferences.py:554 msgid "" -"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users can " -"provide any string with or without placeholders of their choice. The blank " -"title will be revert back to the default title with placeholders." +"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users " +"can provide any string with or without placeholders of their choice. The " +"blank title will be revert back to the default title with placeholders." msgstr "" "Placeholder yang didukung adalah %DATABASE%, %USERNAME%, dan %SERVER%. " "Pengguna dapat memberikan string apa pun dengan atau tanpa placeholder " @@ -809,15 +805,15 @@ msgstr "Lihat/Edit judul tab data" #: pgadmin/browser/register_browser_preferences.py:496 msgid "" -"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and " -"%SERVER%. Users can provide any string with or without placeholders of their" -" choice. The blank title will be revert back to the default title with " -"placeholders." +"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and" +" %SERVER%. Users can provide any string with or without placeholders of " +"their choice. The blank title will be revert back to the default title " +"with placeholders." msgstr "" -"Placeholder yang didukung adalah %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, " -"dan %SERVER%. Pengguna dapat memberikan string apa pun dengan atau tanpa " -"placeholder pilihan mereka. Judul kosong akan dikembalikan ke judul bawaan " -"dengan placeholder." +"Placeholder yang didukung adalah %SCHEMA%, %TABLE%, %DATABASE%, " +"%USERNAME%, dan %SERVER%. Pengguna dapat memberikan string apa pun dengan" +" atau tanpa placeholder pilihan mereka. Judul kosong akan dikembalikan ke" +" judul bawaan dengan placeholder." #: pgadmin/browser/register_browser_preferences.py:506 msgid "Debugger tab title" @@ -827,13 +823,14 @@ msgstr "Judul tab debugger" #, python-format msgid "" "Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA% and %DATABASE%. " -"Users can provide any string with or without placeholders of their choice. " -"The blank title will be revert back to the default title with placeholders." +"Users can provide any string with or without placeholders of their " +"choice. The blank title will be revert back to the default title with " +"placeholders." msgstr "" -"Placeholder yang didukung adalah %FUNCTION%, %ARGS%, %SCHEMA% dan " +"Placeholder yang didukung adalah %FUNCTION%, %ARGS%, %SCHEMA%, dan " "%DATABASE%. Pengguna dapat memberikan string apa pun dengan atau tanpa " -"placeholder pilihan mereka. Judul kosong akan dikembalikan ke judul default " -"dengan placeholder." +"placeholder pilihan mereka. Judul kosong akan dikembalikan ke judul " +"default dengan placeholder." #: pgadmin/browser/register_browser_preferences.py:518 #: pgadmin/browser/static/js/collection.js:76 @@ -893,8 +890,8 @@ msgid "" "Select Query Tool, Debugger, Schema Diff, ERD Tool or PSQL Tool from the " "drop-down to set open in new browser tab for that particular module." msgstr "" -"Pilih Alat Kueri, Debugger, Schema Diff, Alat ERD atau alat PSQL dari drop-" -"down untuk disetel di tab browser baru untuk modul tertentu." +"Pilih Alat Kueri, Debugger, Schema Diff, Alat ERD atau alat PSQL dari " +"drop-down untuk disetel di tab browser baru untuk modul tertentu." #: pgadmin/browser/register_browser_preferences.py:543 msgid "Select open new tab..." @@ -1195,8 +1192,8 @@ msgstr "Path Biner EDB Advanced Server" #: pgadmin/browser/server_groups/servers/ppas.py:16 msgid "" -"Path to the directory containing the EDB Advanced Server utility programs " -"(pg_dump, pg_restore etc)." +"Path to the directory containing the EDB Advanced Server utility programs" +" (pg_dump, pg_restore etc)." msgstr "" "Path ke direktori yang berisi program utilitas EDB Advanced Server " "(pg_dump, pg_restore dll)." @@ -1212,8 +1209,8 @@ msgstr "Path Biner PostgreSQL" #: pgadmin/browser/server_groups/servers/types.py:34 msgid "" -"Path to the directory containing the PostgreSQL utility programs (pg_dump, " -"pg_restore etc)." +"Path to the directory containing the PostgreSQL utility programs " +"(pg_dump, pg_restore etc)." msgstr "" "Path ke direktori yang berisi program utilitas PostgreSQL (pg_dump, " "pg_restore dll)." @@ -2507,13 +2504,13 @@ msgstr "Only tabel?" #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:141 msgid "" -"If ONLY is specified before the table name, only that table is added to the " -"publication. If ONLY is not specified, the table and all its descendant " -"tables (if any) are added." +"If ONLY is specified before the table name, only that table is added to " +"the publication. If ONLY is not specified, the table and all its " +"descendant tables (if any) are added." msgstr "" "Jika ONLY ditentukan sebelum nama tabel, hanya tabel yang ditambahkan ke " -"publikasi. Jika ONLY tidak ditentukan, tabel dan semua tabel keturunannya " -"(jika ada) ditambahkan." +"publikasi. Jika ONLY tidak ditentukan, tabel dan semua tabel keturunannya" +" (jika ada) ditambahkan." #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:143 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:57 @@ -3053,10 +3050,10 @@ msgstr "" "{0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:948 -msgid "" -"Could not generate reversed engineered query for FTS Configuration node." +msgid "Could not generate reversed engineered query for FTS Configuration node." msgstr "" -"Tidak dapat menghasilkan kueri rekayasa terbalik untuk node konfigurasi FTS." +"Tidak dapat menghasilkan kueri rekayasa terbalik untuk node konfigurasi " +"FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/static/js/fts_configuration.js:51 msgid "FTS Configuration" @@ -3179,8 +3176,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/__init__.py:889 msgid "Could not generate reversed engineered query for FTS Parser node." -msgstr "" -"Tidak dapat menghasilkan kueri rekayasa terbalik untuk node Parser FTS." +msgstr "Tidak dapat menghasilkan kueri rekayasa terbalik untuk node Parser FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/static/js/fts_parser.js:49 msgid "FTS Parser" @@ -3235,8 +3231,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:760 msgid "Could not generate reversed engineered query for FTS Template node." -msgstr "" -"Tidak dapat menghasilkan kueri rekayasa terbalik untuk node templat FTS." +msgstr "Tidak dapat menghasilkan kueri rekayasa terbalik untuk node templat FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/static/js/fts_template.js:49 msgid "FTS Template" @@ -3800,14 +3795,14 @@ msgstr "Owned By" #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:173 msgid "" "The OWNED BY option causes the sequence to be associated with a specific " -"table column, such that if that column (or its whole table) is dropped, the " -"sequence will be automatically dropped as well. The specified table must " -"have the same owner and be in the same schema as the sequence." +"table column, such that if that column (or its whole table) is dropped, " +"the sequence will be automatically dropped as well. The specified table " +"must have the same owner and be in the same schema as the sequence." msgstr "" "Opsi OWNED BY menyebabkan urutan dikaitkan dengan kolom tabel tertentu, " -"sehingga jika kolom itu (atau seluruh tabelnya) dihapus, sequence-nya akan " -"secara otomatis dihapus juga. Tabel yang ditentukan harus memiliki pemilik " -"yang sama dan berada dalam skema yang sama dengan sequence-nya." +"sehingga jika kolom itu (atau seluruh tabelnya) dihapus, sequence-nya " +"akan secara otomatis dihapus juga. Tabel yang ditentukan harus memiliki " +"pemilik yang sama dan berada dalam skema yang sama dengan sequence-nya." #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:651 @@ -3962,12 +3957,12 @@ msgstr "Tabel dikosongkan" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:2057 msgid "" -"The table is currently locked and the operation cannot be completed. Please" -" try again later. \r\n" +"The table is currently locked and the operation cannot be completed. " +"Please try again later. \r\n" "Blocking Process ID : {0} Application Name : {1}" msgstr "" -"Tabel saat ini terkunci dan operasi tidak dapat diselesaikan. Silakan coba" -" lagi nanti.\r\n" +"Tabel saat ini terkunci dan operasi tidak dapat diselesaikan. Silakan " +"coba lagi nanti.\r\n" "ID Proses Pemblokir : {0} Nama Aplikasi : {1}" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/__init__.py:496 @@ -5052,13 +5047,14 @@ msgstr "Contoh:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:365 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:904 msgid "" -"Let's say, we want to create a partition table based per year for the column" -" 'saledate', having datatype 'date/timestamp', then we need to specify the " -"expression as 'extract(YEAR from saledate)' as partition key." +"Let's say, we want to create a partition table based per year for the " +"column 'saledate', having datatype 'date/timestamp', then we need to " +"specify the expression as 'extract(YEAR from saledate)' as partition key." msgstr "" -"Katakanlah, kita ingin membuat tabel partisi berbasis per tahun untuk kolom " -"'saledate', memiliki tipe data 'date/timestamp', maka kita perlu menentukan " -"ekspresi sebagai 'extract(YEAR dari saledate)' sebagai kunci partisi." +"Katakanlah, kita ingin membuat tabel partisi berbasis per tahun untuk " +"kolom 'saledate', memiliki tipe data 'date/timestamp', maka kita perlu " +"menentukan ekspresi sebagai 'extract(YEAR dari saledate)' sebagai kunci " +"partisi." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:383 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:922 @@ -5073,11 +5069,11 @@ msgstr "Buat tabel:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:396 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:935 msgid "" -"User can create multiple partitions while creating new partitioned table. " -"Operation switch is disabled in this scenario." +"User can create multiple partitions while creating new partitioned table." +" Operation switch is disabled in this scenario." msgstr "" -"Pengguna dapat membuat beberapa partisi saat membuat tabel partisi " -"baru. Operasi switch dinonaktifkan dalam skenario ini." +"Pengguna dapat membuat beberapa partisi saat membuat tabel partisi baru. " +"Operasi switch dinonaktifkan dalam skenario ini." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:398 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:937 @@ -5087,12 +5083,12 @@ msgstr "Edit tabel yang ada:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:399 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:938 msgid "" -"User can create/attach/detach multiple partitions. In attach operation user " -"can select table from the list of suitable tables to be attached." +"User can create/attach/detach multiple partitions. In attach operation " +"user can select table from the list of suitable tables to be attached." msgstr "" -"Pengguna dapat membuat/melampirkan/melepaskan beberapa partisi. Di Lampirkan " -"operasi pengguna dapat memilih tabel dari daftar tabel yang sesuai untuk " -"dilampirkan." +"Pengguna dapat membuat/melampirkan/melepaskan beberapa partisi. Di " +"Lampirkan operasi pengguna dapat memilih tabel dari daftar tabel yang " +"sesuai untuk dilampirkan." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:401 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:940 @@ -5105,8 +5101,8 @@ msgid "" "The default partition can store rows that do not fall into any existing " "partition’s range or list." msgstr "" -"Partisi default dapat menyimpan baris yang tidak termasuk dalam jangkauan " -"atau daftar partisi yang ada." +"Partisi default dapat menyimpan baris yang tidak termasuk dalam jangkauan" +" atau daftar partisi yang ada." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:404 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:943 @@ -5116,11 +5112,12 @@ msgstr "Input From/To/In:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:405 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:944 msgid "" -"From/To/In input: Values for these fields must be quoted with single quote. " -"For more than one partition key values must be comma(,) separated." +"From/To/In input: Values for these fields must be quoted with single " +"quote. For more than one partition key values must be comma(,) separated." msgstr "" "Input From/To/In: Nilai untuk bidang ini harus dikutip dengan kutip " -"tunggal. Untuk lebih dari satu nilai kunci partisi harus dipisahkan koma (,)." +"tunggal. Untuk lebih dari satu nilai kunci partisi harus dipisahkan koma " +"(,)." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:407 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:946 @@ -5130,11 +5127,12 @@ msgstr "Contoh: From/To:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:408 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:947 msgid "" -"Enabled for range partition. Consider partitioned table with multiple keys " -"of type Integer, then values should be specified like '100','200'." +"Enabled for range partition. Consider partitioned table with multiple " +"keys of type Integer, then values should be specified like '100','200'." msgstr "" -"Diaktifkan untuk partisi jangkauan. Pertimbangkan tabel yang dipartisi dengan " -"beberapa tombol tipe integer, maka nilai harus ditentukan seperti '100','200'." +"Diaktifkan untuk partisi jangkauan. Pertimbangkan tabel yang dipartisi " +"dengan beberapa tombol tipe integer, maka nilai harus ditentukan seperti " +"'100','200'." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:410 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:949 @@ -5147,8 +5145,8 @@ msgid "" "Enabled for list partition. Values must be comma(,) separated and quoted " "with single quote." msgstr "" -"Diaktifkan untuk daftar partisi. Nilai harus dipisahkan koma (,) dan dikutip " -"dengan kutip tunggal." +"Diaktifkan untuk daftar partisi. Nilai harus dipisahkan koma (,) dan " +"dikutip dengan kutip tunggal." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:413 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:952 @@ -5224,18 +5222,18 @@ msgstr "Menggunakan:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:106 msgid "" "This expression will be added to queries that refer to the table if row " -"level security is enabled. Rows for which the expression returns true will " -"be visible. Any rows for which the expression returns false or null will not" -" be visible to the user (in a SELECT), and will not be available for " -"modification (in an UPDATE or DELETE). Such rows are silently suppressed; no" -" error is reported." +"level security is enabled. Rows for which the expression returns true " +"will be visible. Any rows for which the expression returns false or null " +"will not be visible to the user (in a SELECT), and will not be available " +"for modification (in an UPDATE or DELETE). Such rows are silently " +"suppressed; no error is reported." msgstr "" -"Ekspresi ini akan ditambahkan ke kueri yang merujuk pada tabel jika keamanan " -"tingkat baris diaktifkan. Baris yang ekspresi kembali benar akan " -"terlihat. Setiap baris yang ekspresi mengembalikan False atau Null tidak akan " -"terlihat oleh pengguna (dalam SELECT), dan tidak akan tersedia untuk " -"modifikasi (dalam UPDATE atau DELETE). Baris-baris seperti itu secara " -"diam-diam dipaksakan; Tidak ada kesalahan yang dilaporkan." +"Ekspresi ini akan ditambahkan ke kueri yang merujuk pada tabel jika " +"keamanan tingkat baris diaktifkan. Baris yang ekspresi kembali benar akan" +" terlihat. Setiap baris yang ekspresi mengembalikan False atau Null tidak" +" akan terlihat oleh pengguna (dalam SELECT), dan tidak akan tersedia " +"untuk modifikasi (dalam UPDATE atau DELETE). Baris-baris seperti itu " +"secara diam-diam dipaksakan; Tidak ada kesalahan yang dilaporkan." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:108 msgid "With check: " @@ -5243,14 +5241,14 @@ msgstr "With check:" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:109 msgid "" -"This expression will be used in INSERT and UPDATE queries against the table " -"if row level security is enabled. Only rows for which the expression " -"evaluates to true will be allowed. An error will be thrown if the expression" -" evaluates to false or null for any of the records inserted or any of the " -"records that result from the update." +"This expression will be used in INSERT and UPDATE queries against the " +"table if row level security is enabled. Only rows for which the " +"expression evaluates to true will be allowed. An error will be thrown if " +"the expression evaluates to false or null for any of the records inserted" +" or any of the records that result from the update." msgstr "" -"Ekspresi ini akan digunakan dalam kueri INSERT dan UPDATE terhadap " -"tabel jika keamanan tingkat baris diaktifkan. Hanya baris yang dievaluasi " +"Ekspresi ini akan digunakan dalam kueri INSERT dan UPDATE terhadap tabel " +"jika keamanan tingkat baris diaktifkan. Hanya baris yang dievaluasi " "ekspresi ke true akan diizinkan. Kesalahan akan dihasilkan jika ekspresi " "mengevaluasi ke false atau null untuk salah satu catatan yang dimasukkan " "atau salah satu catatan yang dihasilkan dari pembaruan." @@ -5425,9 +5423,9 @@ msgid "" "default-deny policy is used, meaning that no rows are visible or can be " "modified by other users" msgstr "" -"Silakan periksa apakah ada kebijakan. Jika tidak ada kebijakan untuk tabel, " -"kebijakan bawaan-ditolak digunakan, artinya tidak ada baris yang dapat " -"dilihat atau dapat dimodifikasi oleh pengguna lain" +"Silakan periksa apakah ada kebijakan. Jika tidak ada kebijakan untuk " +"tabel, kebijakan bawaan-ditolak digunakan, artinya tidak ada baris yang " +"dapat dilihat atau dapat dimodifikasi oleh pengguna lain" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:612 msgid "Force RLS Policy?" @@ -6182,21 +6180,22 @@ msgstr "View dihapus" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1729 msgid "" "\n" -"-- Changing the columns in a view requires dropping and re-creating the" -" view.\n" +"-- Changing the columns in a view requires dropping and re-creating the " +"view.\n" "-- This may fail if other objects are dependent upon this view,\n" "-- or may cause procedural functions to fail if they are not modified to\n" "-- take account of the changes.\n" msgstr "" "\n" -"-- Mengubah kolom dalam tampilan membutuhkan penurunan dan membuat ulang" -" view.\n" +"-- Mengubah kolom dalam tampilan membutuhkan penurunan dan membuat ulang " +"view.\n" "-- Ini mungkin gagal jika objek lain bergantung pada view ini,\n" -"-- atau dapat menyebabkan fungsi prosedural gagal jika tidak dimodifikasi\n" +"-- atau dapat menyebabkan fungsi prosedural gagal jika tidak dimodifikasi" +"\n" "-- memperhitungkan perubahan.\n" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Tidak dapat menemukan server yang diberikan" @@ -6214,7 +6213,7 @@ msgstr "Pekerjaan penyegaran Materialized View berhasil dibuat." #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -6298,11 +6297,12 @@ msgstr "Harap masukkan definisi view." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.ui.js:150 msgid "" -"Updating the definition will drop and re-create the materialized view. It " -"may result in loss of information about its dependent objects." +"Updating the definition will drop and re-create the materialized view. It" +" may result in loss of information about its dependent objects." msgstr "" -"Memperbarui definisi akan menghapus dan membuat kembali materialized view. " -"Ini dapat mengakibatkan hilangnya informasi tentang objek dependennya." +"Memperbarui definisi akan menghapus dan membuat kembali materialized " +"view. Ini dapat mengakibatkan hilangnya informasi tentang objek " +"dependennya." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:87 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:93 @@ -6341,15 +6341,15 @@ msgstr "Harap masukkan kode view." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:172 msgid "" -"Changing the columns in a view requires dropping and re-creating the view. " -"This may fail if other objects are dependent upon this view, or may cause " -"procedural functions to fail if they are not modified to take account of the" -" changes." +"Changing the columns in a view requires dropping and re-creating the " +"view. This may fail if other objects are dependent upon this view, or may" +" cause procedural functions to fail if they are not modified to take " +"account of the changes." msgstr "" "Mengubah kolom dalam view membutuhkan penghapusan dan penciptaan kembali " -"view. Ini mungkin gagal jika objek lain bergantung pada view ini, " -"atau dapat menyebabkan fungsi prosedural gagal jika mereka tidak " -"dimodifikasi untuk memperhitungkan perubahan." +"view. Ini mungkin gagal jika objek lain bergantung pada view ini, atau " +"dapat menyebabkan fungsi prosedural gagal jika mereka tidak dimodifikasi " +"untuk memperhitungkan perubahan." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:174 msgid "Do you wish to continue?" @@ -6464,8 +6464,8 @@ msgid "" "Note: When the preferences setting 'show template databases' is set to " "false, then template databases won't be displayed in the object explorer." msgstr "" -"CATATAN: Ketika pengaturan preferensi 'show template databases' diatur ke " -"false, maka templat database tidak akan ditampilkan di pejelajah objek." +"CATATAN: Ketika pengaturan preferensi 'show template databases' diatur ke" +" false, maka templat database tidak akan ditampilkan di pejelajah objek." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:157 msgid "Allow connections?" @@ -6481,16 +6481,16 @@ msgstr "Pembatasan Skema" #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:208 msgid "" -"Note: Changes to the schema restriction will require the Schemas node in the" -" browser to be refreshed before they will be shown." +"Note: Changes to the schema restriction will require the Schemas node in " +"the browser to be refreshed before they will be shown." msgstr "" "Catatan: Perubahan pada pembatasan skema akan membutuhkan node Skema di " "browser untuk disegarkan sebelum akan ditampilkan." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:218 msgid "" -"Please refresh the Schemas node to make changes to the schema restriction " -"take effect." +"Please refresh the Schemas node to make changes to the schema restriction" +" take effect." msgstr "" "Harap segarkan node Skema untuk membuat perubahan pada pembatasan skema " "berlaku." @@ -6568,11 +6568,11 @@ msgstr "Koneksi" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:165 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:181 msgid "" -"To apply changes to the connection configuration, please disconnect from the" -" server and then reconnect." +"To apply changes to the connection configuration, please disconnect from " +"the server and then reconnect." msgstr "" -"Untuk menerapkan perubahan pada konfigurasi koneksi, silakan putuskan dari " -"server dan kemudian sambungkan kembali." +"Untuk menerapkan perubahan pada konfigurasi koneksi, silakan putuskan " +"dari server dan kemudian sambungkan kembali." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:159 #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:92 @@ -6693,12 +6693,13 @@ msgstr "Buat slot?" msgid "" "Specifies whether the command should create the replication slot on the " "publisher.This field will be disabled and set to false if subscription " -"connects to same database.Otherwise, the CREATE SUBSCRIPTION call will hang." +"connects to same database.Otherwise, the CREATE SUBSCRIPTION call will " +"hang." msgstr "" "Menentukan apakah perintah harus membuat slot replikasi pada penerbit. " "Bidang ini akan dinonaktifkan dan disetel ke false jika subscription " -"terhubung ke database yang sama. Jika tidak, pemanggilan " -"CREATE SUBSCRIPTION akan menggantung." +"terhubung ke database yang sama. Jika tidak, pemanggilan CREATE " +"SUBSCRIPTION akan menggantung." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:317 #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:297 @@ -6712,8 +6713,8 @@ msgid "" "Specifies whether the subscription should be actively replicating, or " "whether it should be just setup but not started yet." msgstr "" -"Menentukan apakah langganan harus direplikasi secara aktif, atau " -"apakah itu harus hanya pengaturan tetapi belum dimulai." +"Menentukan apakah langganan harus direplikasi secara aktif, atau apakah " +"itu harus hanya pengaturan tetapi belum dimulai." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:325 msgid "Refresh publication?" @@ -6729,8 +6730,8 @@ msgstr "Hubungkan?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:341 msgid "" -"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher at" -" all. Setting this to false will change default values of enabled, " +"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher" +" at all. Setting this to false will change default values of enabled, " "create_slot and copy_data to false." msgstr "" "Menentukan apakah CREATE SUBSCRIPTION harus terhubung ke penerbit sama " @@ -6743,11 +6744,11 @@ msgstr "Nama slot" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:348 msgid "" -"Name of the replication slot to use. The default behavior is to use the name" -" of the subscription for the slot name." +"Name of the replication slot to use. The default behavior is to use the " +"name of the subscription for the slot name." msgstr "" -"Nama slot replikasi untuk digunakan. Perilaku bawaan adalah menggunakan nama" -" subscription untuk nama slot." +"Nama slot replikasi untuk digunakan. Perilaku bawaan adalah menggunakan " +"nama subscription untuk nama slot." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:352 msgid "Synchronous commit" @@ -6755,8 +6756,8 @@ msgstr "Commit sinkron" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:354 msgid "" -"The value of this parameter overrides the synchronous_commit setting. The " -"default value is off." +"The value of this parameter overrides the synchronous_commit setting. The" +" default value is off." msgstr "" "Nilai parameter ini menimpa pengaturan synchronous_commit. Nilai " "bawaannya adalah nonaktif." @@ -7463,42 +7464,43 @@ msgstr "gaya cron" #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:318 msgid "For each selected time or date element, the schedule will execute." msgstr "" -"Untuk setiap elemen waktu atau tanggal yang dipilih, jadwal akan dijalankan." +"Untuk setiap elemen waktu atau tanggal yang dipilih, jadwal akan " +"dijalankan." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:320 msgid "" "e.g. To execute at 5 minutes past every hour, simply select ‘05’ in the " "Minutes list box." msgstr "" -"misalnya, Untuk mengeksekusi pada setiap jam lewat 5 menit, cukup pilih ‘05’ " -"di kotak daftar menit." +"misalnya, Untuk mengeksekusi pada setiap jam lewat 5 menit, cukup pilih " +"‘05’ di kotak daftar menit." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:322 msgid "" -"Values from more than one field may be specified in order to further control" -" the schedule." +"Values from more than one field may be specified in order to further " +"control the schedule." msgstr "" -"Nilai dari lebih dari satu bidang dapat ditentukan untuk mengontrol jadwal " -"lebih lanjut." +"Nilai dari lebih dari satu bidang dapat ditentukan untuk mengontrol " +"jadwal lebih lanjut." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:324 msgid "" "e.g. To execute at 12:05 and 14:05 every Monday and Thursday, you would " "click minute 05, hours 12 and 14, and weekdays Monday and Thursday." msgstr "" -"misalnya, Untuk mengeksekusi pada pukul 12:05 dan 14:05 setiap hari Senin dan " -"Kamis, Anda akan mengklik menit 05, jam 12 dan 14, dan hari kerja Senin dan " -"Kamis." +"misalnya, Untuk mengeksekusi pada pukul 12:05 dan 14:05 setiap hari Senin" +" dan Kamis, Anda akan mengklik menit 05, jam 12 dan 14, dan hari kerja " +"Senin dan Kamis." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:326 msgid "" -"For additional flexibility, the Month Days check list includes an extra Last" -" Day option. This matches the last day of the month, whether it happens to " -"be the 28th, 29th, 30th or 31st." +"For additional flexibility, the Month Days check list includes an extra " +"Last Day option. This matches the last day of the month, whether it " +"happens to be the 28th, 29th, 30th or 31st." msgstr "" -"Untuk fleksibilitas tambahan, daftar periksa hari bulan termasuk opsi hari " -"terakhir tambahan. Ini cocok dengan hari terakhir bulan itu, apakah itu yang " -"terjadi pada tanggal 28, 29, 30 atau 31." +"Untuk fleksibilitas tambahan, daftar periksa hari bulan termasuk opsi " +"hari terakhir tambahan. Ini cocok dengan hari terakhir bulan itu, apakah " +"itu yang terjadi pada tanggal 28, 29, 30 atau 31." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:330 msgid "Week days" @@ -7545,11 +7547,11 @@ msgstr "Kelas pekerjaan" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:72 msgid "" -"Please select a class to categorize the job. This option will not affect the" -" way the job runs." +"Please select a class to categorize the job. This option will not affect " +"the way the job runs." msgstr "" -"Pilih kelas untuk mengkategorikan pekerjaan. Opsi ini tidak akan mempengaruhi" -" cara kerja." +"Pilih kelas untuk mengkategorikan pekerjaan. Opsi ini tidak akan " +"mempengaruhi cara kerja." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:75 #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:78 @@ -7558,12 +7560,13 @@ msgstr "Agen Host" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:80 msgid "" -"Enter the hostname of a machine running pgAgent if you wish to ensure only " -"that machine will run this job. Leave blank if any host may run the job." +"Enter the hostname of a machine running pgAgent if you wish to ensure " +"only that machine will run this job. Leave blank if any host may run the " +"job." msgstr "" -"Masukkan nama host mesin yang menjalankan pgAgent jika Anda ingin memastikan " -"hanya mesin itu yang akan menjalankan pekerjaan ini. Biarkan kosong jika " -"host manapun yang dapat menjalankan pekerjaan." +"Masukkan nama host mesin yang menjalankan pgAgent jika Anda ingin " +"memastikan hanya mesin itu yang akan menjalankan pekerjaan ini. Biarkan " +"kosong jika host manapun yang dapat menjalankan pekerjaan." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:84 msgid "Created" @@ -7665,26 +7668,25 @@ msgstr "String koneksi" #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:144 msgid "" -"Please specify the connection string for the remote database server. Each " -"parameter setting is in the form keyword = value. Spaces around the equal " -"sign are optional. To write an empty value, or a value containing spaces, " -"surround it with single quotes, e.g., keyword = 'a value'. Single quotes and" -" backslashes within the value must be escaped with a backslash, i.e., ' and " -"\\.
    For more information, please see the documentation on
    libpq connection strings." +"Please specify the connection string for the remote database server. Each" +" parameter setting is in the form keyword = value. Spaces around the " +"equal sign are optional. To write an empty value, or a value containing " +"spaces, surround it with single quotes, e.g., keyword = 'a value'. Single" +" quotes and backslashes within the value must be escaped with a " +"backslash, i.e., ' and \\.
    For more information, please see the " +"documentation on libpq connection " +"strings." msgstr "" "Harap tentukan string koneksi untuk server database jarak jauh. Setiap " -"pengaturan parameter ada dalam bentuk kata kunci = nilai. Spasi di sekitar " -"tanda sama dengan adalah opsional. Untuk menulis nilai kosong, atau nilai" -" yang " -"berisi spasi, awali dan akhiri dengan kutipan tunggal, mis., Kata kunci = " -"'suatu nilai'. Kutipan tunggal dan backslash dalam nilai harus diloloskan" -" dengan " -"backslash, mis., ' dan \\.
    Untuk informasi lebih lanjut, silakan lihat " -"dokumentasi di string koneksi libpq." +"pengaturan parameter ada dalam bentuk kata kunci = nilai. Spasi di " +"sekitar tanda sama dengan adalah opsional. Untuk menulis nilai kosong, " +"atau nilai yang berisi spasi, awali dan akhiri dengan kutipan tunggal, " +"mis., Kata kunci = 'suatu nilai'. Kutipan tunggal dan backslash dalam " +"nilai harus diloloskan dengan backslash, mis., ' dan \\.
    Untuk " +"informasi lebih lanjut, silakan lihat dokumentasi di
    string koneksi libpq." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:147 msgid "On error" @@ -7830,7 +7832,8 @@ msgstr "Batas koneksi harus merupakan nilai integer atau sama dengan -1." #: pgadmin/browser/server_groups/servers/roles/__init__.py:295 msgid "" "\n" -"Role members information must be passed as an array of JSON objects in the\n" +"Role members information must be passed as an array of JSON objects in " +"the\n" "following format:\n" "\n" "rolmembers:[{\n" @@ -7854,8 +7857,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:313 msgid "" "\n" -"Role membership information must be passed as a string representing an array" -" of\n" +"Role membership information must be passed as a string representing an " +"array of\n" "JSON objects in the following format:\n" "rolmembers:{\n" " 'added': [{\n" @@ -7878,8 +7881,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Informasi aturan keanggotaan harus disahkan sebagai string yang mewakili" -" array\n" +"Informasi aturan keanggotaan harus disahkan sebagai string yang mewakili " +"array\n" "objek JSON dalam format berikut:\n" "rolmembers: {\n" " 'added': [{\n" @@ -7929,8 +7932,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:372 msgid "" "\n" -"Role membership information must be passed as a string representing an array" -" of\n" +"Role membership information must be passed as a string representing an " +"array of\n" "JSON objects in the following format:\n" "rolmembership:{\n" " 'added': [{\n" @@ -7953,8 +7956,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Informasi aturan keanggotaan harus disahkan sebagai string yang mewakili" -" array\n" +"Informasi aturan keanggotaan harus disahkan sebagai string yang mewakili " +"array\n" "objek JSON dalam format berikut:\n" "rolmembership: {\n" " 'added': [{\n" @@ -7979,7 +7982,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:412 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the following\n" +"Security Label must be passed as an array of JSON objects in the " +"following\n" "format:\n" "seclabels:[{\n" " provider: ,\n" @@ -8001,7 +8005,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:427 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the following\n" +"Security Label must be passed as an array of JSON objects in the " +"following\n" "format:\n" "seclabels:{\n" " 'added': [{\n" @@ -8049,8 +8054,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:466 msgid "" "\n" -"Configuration parameters/variables must be passed as an array of JSON" -" objects\n" +"Configuration parameters/variables must be passed as an array of JSON " +"objects\n" "in the following format in create mode:\n" "variables:[{\n" "database: or null,\n" @@ -8074,8 +8079,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:482 msgid "" "\n" -"Configuration parameters/variables must be passed as an array of JSON" -" objects\n" +"Configuration parameters/variables must be passed as an array of JSON " +"objects\n" "in the following format in update mode:\n" "rolmembership:{\n" "'added': [{\n" @@ -8188,8 +8193,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:915 msgid "Could not generate reversed engineered query for the role." -msgstr "" -"Tidak dapat menghasilkan kueri rekayasa terbalik untuk aturan tersebut." +msgstr "Tidak dapat menghasilkan kueri rekayasa terbalik untuk aturan tersebut." #: pgadmin/browser/server_groups/servers/roles/__init__.py:935 #: pgadmin/browser/server_groups/servers/roles/__init__.py:989 @@ -8259,8 +8263,8 @@ msgid "" "Please note that if you leave this field blank, then password will never " "expire." msgstr "" -"Harap dicatat bahwa jika Anda membiarkan bagian ini kosong, maka sandi tidak" -" akan pernah kedaluwarsa." +"Harap dicatat bahwa jika Anda membiarkan bagian ini kosong, maka sandi " +"tidak akan pernah kedaluwarsa." #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:106 msgid "No Expiry" @@ -8315,7 +8319,8 @@ msgstr "Pilih kotak centang untuk aturan disertakan WITH ADMIN OPTION." #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:201 msgid "Roles shown with a check mark have the WITH ADMIN OPTION set." msgstr "" -"Aturan yang ditunjukkan dengan tanda centang memiliki set WITH ADMIN OPTION." +"Aturan yang ditunjukkan dengan tanda centang memiliki set WITH ADMIN " +"OPTION." #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:61 #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:72 @@ -8359,12 +8364,12 @@ msgstr "Kaskade?" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:142 msgid "" -"Note: CASCADE will automatically drop objects that depend on the affected " -"objects, and in turn all objects that depend on those objects" +"Note: CASCADE will automatically drop objects that depend on the affected" +" objects, and in turn all objects that depend on those objects" msgstr "" -"Catatan: CASCADE akan secara otomatis menghapus objek yang bergantung pada " -"objek yang terpengaruh, dan pada gilirannya semua objek yang bergantung pada" -" objek tersebut" +"Catatan: CASCADE akan secara otomatis menghapus objek yang bergantung " +"pada objek yang terpengaruh, dan pada gilirannya semua objek yang " +"bergantung pada objek tersebut" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:146 msgid "From database" @@ -8391,8 +8396,7 @@ msgstr "" "aturan yang dipilih?" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:195 -#: pgadmin/browser/static/js/node.js:1105 -#: pgadmin/misc/sql/static/js/SQL.jsx:80 +#: pgadmin/browser/static/js/node.js:1105 pgadmin/misc/sql/static/js/SQL.jsx:80 #: pgadmin/tools/backup/static/js/backup.js:191 #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:297 #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:835 @@ -8520,10 +8524,9 @@ msgstr "Muat Ulang Konfigurasi" #: pgadmin/browser/server_groups/servers/static/js/server.js:90 msgid "" -"Please select a server from the object explorer to reload the configuration " -"files." -msgstr "" -"Pilih server dari penjelajah objek untuk memuat ulang file konfigurasi." +"Please select a server from the object explorer to reload the " +"configuration files." +msgstr "Pilih server dari penjelajah objek untuk memuat ulang file konfigurasi." #: pgadmin/browser/server_groups/servers/static/js/server.js:95 msgid "Add Named Restore Point..." @@ -8534,8 +8537,8 @@ msgid "" "Please select any server from the object explorer to Add Named Restore " "Point." msgstr "" -"Pilih server mana pun dari penjelajah objek untuk menambahkan titik pemulihan " -"bernama." +"Pilih server mana pun dari penjelajah objek untuk menambahkan titik " +"pemulihan bernama." #: pgadmin/browser/server_groups/servers/static/js/server.js:102 msgid "Change Password..." @@ -8551,11 +8554,11 @@ msgstr "Hentikan Wal Replay" #: pgadmin/browser/server_groups/servers/static/js/server.js:111 msgid "" -"Please select a connected database as a Super user and run in Recovery mode " -"to Pause Replay of WAL." +"Please select a connected database as a Super user and run in Recovery " +"mode to Pause Replay of WAL." msgstr "" -"Pilih database yang terhubung sebagai Pengguna super dan jalankan dalam mode" -" Pemulihan untuk menjeda Replay WAL." +"Pilih database yang terhubung sebagai Pengguna super dan jalankan dalam " +"mode Pemulihan untuk menjeda Replay WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:116 msgid "Resume Replay of WAL" @@ -8563,11 +8566,11 @@ msgstr "Lanjutkan Replay WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:118 msgid "" -"Please select a connected database as a Super user and run in Recovery mode " -"to Resume Replay of WAL." +"Please select a connected database as a Super user and run in Recovery " +"mode to Resume Replay of WAL." msgstr "" -"Pilih database yang terhubung sebagai Pengguna super dan jalankan dalam mode" -" Pemulihan untuk melanjutkan Replay WAL." +"Pilih database yang terhubung sebagai Pengguna super dan jalankan dalam " +"mode Pemulihan untuk melanjutkan Replay WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:123 msgid "Clear Saved Password" @@ -8623,21 +8626,21 @@ msgstr "Hapus Sandi Terowongan SSH" #: pgadmin/browser/server_groups/servers/static/js/server.js:476 #, python-format msgid "" -"Are you sure you want to clear the saved password of SSH Tunnel for server " -"%s?" +"Are you sure you want to clear the saved password of SSH Tunnel for " +"server %s?" msgstr "" -"Anda yakin ingin menghapus sandi terowongan SSH yang disimpan untuk server " -"%s?" +"Anda yakin ingin menghapus sandi terowongan SSH yang disimpan untuk " +"server %s?" #: pgadmin/browser/server_groups/servers/static/js/server.js:585 msgid "" -"You have connected to a server version that is older than is supported by " -"pgAdmin. This may cause pgAdmin to break in strange and unpredictable ways. " -"Or a plague of frogs. Either way, you have been warned!" +"You have connected to a server version that is older than is supported by" +" pgAdmin. This may cause pgAdmin to break in strange and unpredictable " +"ways. Or a plague of frogs. Either way, you have been warned!" msgstr "" -"Anda telah terhubung ke versi server yang lebih lama dari yang didukung oleh " -"pgAdmin. Hal ini dapat menyebabkan pgAdmin tidak berfungsi dengan cara " -"yang aneh dan tidak terduga. Atau plague of frogs. Bagaimanapun, " +"Anda telah terhubung ke versi server yang lebih lama dari yang didukung " +"oleh pgAdmin. Hal ini dapat menyebabkan pgAdmin tidak berfungsi dengan " +"cara yang aneh dan tidak terduga. Atau plague of frogs. Bagaimanapun, " "Anda telah diperingatkan!" #: pgadmin/browser/server_groups/servers/static/js/server.js:588 @@ -9051,15 +9054,15 @@ msgstr "'Lokasi' tidak boleh kosong." #: pgadmin/browser/server_groups/servers/templates/servers/password.html:5 msgid "" -"Please enter the password for the user '{0}' to connect the server - \"{1}\"" +"Please enter the password for the user '{0}' to connect the server - " +"\"{1}\"" msgstr "" "Harap masukkan sandi untuk pengguna '{0}' untuk menghubungkan server - " "\"{1}\"" #: pgadmin/browser/server_groups/servers/templates/servers/password.html:8 msgid "Please enter the password for the user to connect the server - \"{0}\"" -msgstr "" -"Harap masukkan sandi untuk pengguna untuk menghubungkan server - \"{0}\"" +msgstr "Harap masukkan sandi untuk pengguna untuk menghubungkan server - \"{0}\"" #: pgadmin/browser/server_groups/servers/templates/servers/password.html:24 #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:20 @@ -9073,8 +9076,7 @@ msgstr "Simpan sandi" msgid "" "SSH Tunnel password for the identity file '{0}' to connect the server " "\"{1}\"" -msgstr "" -"Sandi terowongan SSH untuk file identitas '{0}' menghubungi server \"{1}\"" +msgstr "Sandi terowongan SSH untuk file identitas '{0}' menghubungi server \"{1}\"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:7 msgid "SSH Tunnel password for the user '{0}' to connect the server \"{1}\"" @@ -9085,8 +9087,7 @@ msgid "Database server password for the user to connect the server \"{0}\"" msgstr "Sandi server database untuk pengguna menghubungi server \"{0}\"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:30 -msgid "" -"Database server password for the user '{0}' to connect the server \"{1}\"" +msgid "Database server password for the user '{0}' to connect the server \"{1}\"" msgstr "Sandi server database untuk pengguna '{0}' menghubungi server \"{1}\"" #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:5 @@ -9298,10 +9299,11 @@ msgstr "" #: pgadmin/browser/static/js/layout.js:81 msgid "" -"pgAdmin has reset the layout because the previously saved layout is invalid." +"pgAdmin has reset the layout because the previously saved layout is " +"invalid." msgstr "" -"pgAdmin telah mengatur ulang tata letak karena tata letak yang sebelumnya " -"disimpan tidak valid." +"pgAdmin telah mengatur ulang tata letak karena tata letak yang sebelumnya" +" disimpan tidak valid." #: pgadmin/browser/static/js/layout.js:163 msgid "Failed to save the lock layout setting." @@ -9355,8 +9357,8 @@ msgstr "Apakah Anda yakin ingin berhenti mengedit properti %s \"%s\"?" #: pgadmin/browser/static/js/node.js:682 #, python-format msgid "" -"Are you sure want to reset the current changes and re-open the panel for %s " -"\"%s\"?" +"Are you sure want to reset the current changes and re-open the panel for " +"%s \"%s\"?" msgstr "" "Apakah Anda yakin ingin mengatur ulang perubahan saat ini dan membuka " "kembali panel untuk %s \"%s\"?" @@ -9368,11 +9370,11 @@ msgstr "Edit sedang berlangsung?" #: pgadmin/browser/static/js/node.js:741 #, python-format msgid "" -"Are you sure you want to drop %s \"%s\" and all the objects that depend on " -"it?" +"Are you sure you want to drop %s \"%s\" and all the objects that depend " +"on it?" msgstr "" -"Apakah Anda yakin ingin menghapus %s \"%s\" dan semua objek yang bergantung " -"padanya?" +"Apakah Anda yakin ingin menghapus %s \"%s\" dan semua objek yang " +"bergantung padanya?" #: pgadmin/browser/static/js/node.js:742 #, python-format @@ -9476,15 +9478,15 @@ msgid "" msgstr "" "Browser Anda terdeteksi sebagai {0} versi\n" " {1}, yang belum diuji oleh pgAdmin. pgAdmin mungkin\n" -" tidak berfungsi seperti yang diharapkan, dan masalah apa pun yang" -" dilaporkan saat menggunakan browser ini mungkin\n" +" tidak berfungsi seperti yang diharapkan, dan masalah apa pun yang " +"dilaporkan saat menggunakan browser ini mungkin\n" " tidak diperbaiki." #: pgadmin/browser/templates/browser/browser.html:11 msgid "" "Please visit the FAQ to see" -" the\n" +" href=\"https://www.pgadmin.org/faq/#11\" target=\"_new\">FAQ to " +"see the\n" " supported browsers." msgstr "" "Silakan kunjungi here " -"for more information." +"Please click here for more information." msgstr "" -"Silakan klik di sini " -"untuk informasi lebih lanjut." +"Silakan klik di " +"sini untuk informasi lebih lanjut." #: pgadmin/browser/templates/browser/js/messages.js:30 msgid "Click here for details." @@ -9707,8 +9709,8 @@ msgid "" "If set to True, data points will be visible in a different style on each " "graph lines." msgstr "" -"Jika diatur ke True, titik data akan terlihat dalam gaya yang berbeda pada " -"setiap baris grafik." +"Jika diatur ke True, titik data akan terlihat dalam gaya yang berbeda " +"pada setiap baris grafik." #: pgadmin/dashboard/__init__.py:163 msgid "Show mouse hover tooltip?" @@ -9716,11 +9718,11 @@ msgstr "Tampilkan tooltip mouse hover?" #: pgadmin/dashboard/__init__.py:165 msgid "" -"If set to True, tooltip will appear on mouse hover on the graph lines giving" -" the data point details" +"If set to True, tooltip will appear on mouse hover on the graph lines " +"giving the data point details" msgstr "" -"Jika diatur ke True, tooltip akan muncul di mouse hover pada garis grafik " -"yang memberikan detail titik data" +"Jika diatur ke True, tooltip akan muncul di mouse hover pada garis grafik" +" yang memberikan detail titik data" #: pgadmin/dashboard/__init__.py:172 msgid "Chart line width" @@ -9962,7 +9964,8 @@ msgstr "Terjadi kesalahan saat membuat grafik." #: pgadmin/dashboard/static/js/Graphs.jsx:209 msgid "" -"Not connected to the server or the connection to the server has been closed." +"Not connected to the server or the connection to the server has been " +"closed." msgstr "Tidak terhubung ke server atau koneksi ke server telah ditutup." #: pgadmin/dashboard/static/js/Graphs.jsx:266 @@ -10008,15 +10011,15 @@ msgstr "Open Source" #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:144 msgid "" "pgAdmin is an Open Source administration and management tool for the " -"PostgreSQL database. It includes a graphical administration interface, an " -"SQL query tool, a procedural code debugger and much more. The tool is " -"designed to answer the needs of developers, DBAs and system administrators " -"alike." +"PostgreSQL database. It includes a graphical administration interface, an" +" SQL query tool, a procedural code debugger and much more. The tool is " +"designed to answer the needs of developers, DBAs and system " +"administrators alike." msgstr "" -"pgAdmin adalah alat administrasi dan manajemen open source untuk database " -"PostgreSQL. Ini termasuk antarmuka administrasi grafis, alat kueri SQL, " -"debugger kode prosedural dan banyak lagi. Alat ini dirancang untuk menjawab " -"kebutuhan pengembang, DBA, dan administrator sistem." +"pgAdmin adalah alat administrasi dan manajemen open source untuk database" +" PostgreSQL. Ini termasuk antarmuka administrasi grafis, alat kueri SQL, " +"debugger kode prosedural dan banyak lagi. Alat ini dirancang untuk " +"menjawab kebutuhan pengembang, DBA, dan administrator sistem." #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:155 msgid "Quick Links" @@ -10118,11 +10121,11 @@ msgstr "Path Bantuan PostgreSQL" #: pgadmin/help/__init__.py:66 msgid "" -"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the " -"major.minor version number." +"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the" +" major.minor version number." msgstr "" -"Path ke dokumentasi PostgreSQL. $VERSION$ akan diganti dengan nomor versi " -"major.minor." +"Path ke dokumentasi PostgreSQL. $VERSION$ akan diganti dengan nomor versi" +" major.minor." #: pgadmin/misc/__init__.py:33 pgadmin/tools/backup/static/js/backup.ui.js:340 #: pgadmin/tools/backup/static/js/backup.ui.js:358 @@ -10149,9 +10152,9 @@ msgstr "Tema" #: pgadmin/misc/__init__.py:86 msgid "" -"A refresh is required to apply the theme. Above is the preview of the theme" -msgstr "" -"Diperlukan penyegaran untuk menerapkan tema. Di atas adalah pratinjau tema" +"A refresh is required to apply the theme. Above is the preview of the " +"theme" +msgstr "Diperlukan penyegaran untuk menerapkan tema. Di atas adalah pratinjau tema" #: pgadmin/misc/__init__.py:287 msgid "Invalid binary path." @@ -10319,7 +10322,7 @@ msgstr "Pengamat Proses - %s" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -10389,7 +10392,8 @@ msgstr "Kesalahan saat mendapatkan IP host: ${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:184 msgid "Error while saving cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Kesalahan saat menyimpan data cloud wizard: ${error.response.data.errormsg}" +"Kesalahan saat menyimpan data cloud wizard: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:292 msgid "Validating credentials..." @@ -10418,10 +10422,10 @@ msgstr "Proses otentikasi BigAnimal EDB sedang berlangsung..." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:383 #: pgadmin/misc/cloud/static/js/azure.js:61 #: pgadmin/misc/cloud/static/js/google.js:87 -msgid "" -"Authentication completed successfully. Click the Next button to proceed." +msgid "Authentication completed successfully. Click the Next button to proceed." msgstr "" -"Otentikasi berhasil diselesaikan. Klik tombol Berikutnya untuk melanjutkan." +"Otentikasi berhasil diselesaikan. Klik tombol Berikutnya untuk " +"melanjutkan." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:387 msgid "Verification failed. Access Denied..." @@ -10442,7 +10446,8 @@ msgstr "Otentikasi dibatalkan." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:401 msgid "Error while verifying EDB BigAnimal: ${error.response.data.errormsg}" msgstr "" -"Kesalahan saat memverifikasi BigAnimal EDB: ${error.response.data.errormsg}" +"Kesalahan saat memverifikasi BigAnimal EDB: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:431 #: pgadmin/misc/cloud/static/js/cloud.js:95 @@ -10459,8 +10464,8 @@ msgstr "Kode verifikasi untuk mengotentikasi pgAdmin ke BigAnimal EDB adalah:" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:454 msgid "" -"By clicking the below button, you will be redirected to the EDB BigAnimal " -"authentication page in a new tab." +"By clicking the below button, you will be redirected to the EDB BigAnimal" +" authentication page in a new tab." msgstr "" "Dengan mengklik tombol di bawah ini, Anda akan diarahkan ke halaman " "otentikasi BigAnimal EDB di tab baru." @@ -10544,12 +10549,12 @@ msgstr "Rentang IP Publik" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:51 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:290 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add" -" multiple IP addresses/ranges separated with commas." +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " +"Add multiple IP addresses/ranges separated with commas." msgstr "" "Rentang Alamat IP untuk lalu lintas masuk yang diizinkan, misalnya: " -"127.0.0.1/32. Tambahkan beberapa alamat/rentang IP yang dipisahkan dengan " -"koma." +"127.0.0.1/32. Tambahkan beberapa alamat/rentang IP yang dipisahkan dengan" +" koma." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:53 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:660 @@ -10608,12 +10613,12 @@ msgstr "grup server pgAdmin" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:177 msgid "" -"At least 8 printable ASCII characters. Cannot contain any of the following: " -"/ (slash), '(single quote), \"(double quote) and @ (at sign)." +"At least 8 printable ASCII characters. Cannot contain any of the " +"following: / (slash), '(single quote), \"(double quote) and @ (at sign)." msgstr "" -"Setidaknya 8 karakter ASCII yang dapat dicetak. Tidak dapat berisi salah satu" -" dari yang berikut: / (slash), '(kutipan tunggal), \"(kutipan ganda) dan @ " -"(tanda at)." +"Setidaknya 8 karakter ASCII yang dapat dicetak. Tidak dapat berisi salah " +"satu dari yang berikut: / (slash), '(kutipan tunggal), \"(kutipan ganda) " +"dan @ (tanda at)." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:179 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:508 @@ -10668,8 +10673,8 @@ msgstr "Ukuran dalam GiB." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:330 msgid "" "Creates a standby in a different Availability Zone (AZ) to provide data " -"redundancy, eliminate I/O freezes, and minimize latency spikes during system" -" backups." +"redundancy, eliminate I/O freezes, and minimize latency spikes during " +"system backups." msgstr "" "Membuat siaga di zona ketersediaan yang berbeda (AZ) untuk menyediakan " "redundansi data, menghilangkan pembekuan I/O, dan meminimalkan lonjakan " @@ -10684,8 +10689,8 @@ msgid "" "Error while checking server name availability with Microsoft Azure: " "${error.response.data.errormsg}" msgstr "" -"Kesalahan saat memeriksa ketersediaan nama server dengan Microsoft Azure: " -"${error.response.data.errormsg}" +"Kesalahan saat memeriksa ketersediaan nama server dengan Microsoft Azure:" +" ${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/azure.js:325 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:244 @@ -10717,13 +10722,13 @@ msgstr "Azure CLI" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:79 msgid "" -"Azure CLI will use the currently logged in identity through the Azure CLI on" -" the local machine. Interactive Browser will open a browser window to " +"Azure CLI will use the currently logged in identity through the Azure CLI" +" on the local machine. Interactive Browser will open a browser window to " "authenticate a user interactively." msgstr "" -"Azure CLI akan menggunakan identitas yang saat ini dicatat melalui Azure CLI " -"pada mesin lokal. Browser interaktif akan membuka jendela browser untuk " -"mengotentikasi pengguna secara interaktif." +"Azure CLI akan menggunakan identitas yang saat ini dicatat melalui Azure " +"CLI pada mesin lokal. Browser interaktif akan membuka jendela browser " +"untuk mengotentikasi pengguna secara interaktif." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:85 msgid "Azure tenant id" @@ -10740,11 +10745,12 @@ msgstr "Klik di sini untuk mengotentikasi diri Anda ke Microsoft Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:111 msgid "" "After clicking the button above you will be redirected to the Microsoft " -"Azure authentication page in a new browser tab if the Interactive Browser " -"option is selected." +"Azure authentication page in a new browser tab if the Interactive Browser" +" option is selected." msgstr "" -"Setelah mengklik tombol di atas, Anda akan diarahkan ke halaman Otentikasi " -"Microsoft Azure di tab Browser baru jika opsi browser interaktif dipilih." +"Setelah mengklik tombol di atas, Anda akan diarahkan ke halaman " +"Otentikasi Microsoft Azure di tab Browser baru jika opsi browser " +"interaktif dipilih." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:337 msgid "Burstable (1-2 vCores) " @@ -10776,10 +10782,10 @@ msgstr "Nama pengguna admin tertentu tidak diizinkan." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:462 msgid "" -"The password must be 8-128 characters long and must contain characters from " -"three of the following categories - English uppercase letters, English " -"lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, " -"%, etc.)" +"The password must be 8-128 characters long and must contain characters " +"from three of the following categories - English uppercase letters, " +"English lowercase letters, numbers (0-9), and non-alphanumeric characters" +" (!, $, #, %, etc.)" msgstr "" "Sandi harus panjang 8-128 karakter dan harus berisi karakter dari tiga " "kategori berikut-huruf huruf besar bahasa Inggris, huruf kecil bahasa " @@ -10798,21 +10804,22 @@ msgid "" "\"root\", \"guest\", \"public\", or start with \"pg_\"." msgstr "" "Nama pengguna admin harus panjang 1-63 karakter dan hanya dapat berisi " -"karakter, angka dan karakter garis bawah.Nama pengguna tidak dapat menjadi " -"\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", " -"\"root\", \"guest\", \"publik\", atau mulai dengan \"pg_\"." +"karakter, angka dan karakter garis bawah.Nama pengguna tidak dapat " +"menjadi \"azure_superuser\", \"azure_pg_admin\", \"admin\", " +"\"administrator\", \"root\", \"guest\", \"publik\", atau mulai dengan " +"\"pg_\"." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:502 msgid "" -"The password must be 8-128 characters long and must contain characters from " -"three of the following categories - English uppercase letters, English " -"lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, " -"%, etc.), and cannot contain all or part of the login name" +"The password must be 8-128 characters long and must contain characters " +"from three of the following categories - English uppercase letters, " +"English lowercase letters, numbers (0-9), and non-alphanumeric characters" +" (!, $, #, %, etc.), and cannot contain all or part of the login name" msgstr "" "Sandi harus panjang 8-128 karakter dan harus berisi karakter dari tiga " "kategori berikut-huruf huruf besar bahasa Inggris, huruf kecil bahasa " -"Inggris, angka (0-9), dan karakter non-alfanumerik (!, $, #, %, dls.), dan " -"tidak dapat berisi semua atau sebagian dari nama login" +"Inggris, angka (0-9), dan karakter non-alfanumerik (!, $, #, %, dls.), " +"dan tidak dapat berisi semua atau sebagian dari nama login" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:529 msgid "" @@ -10821,10 +10828,10 @@ msgid "" "addresses/ranges separated with commas, for example: \"192.168.0.50, " "192.168.0.100 - 192.168.0.200\"" msgstr "" -"Daftar alamat IP atau rentang alamat IP (mulai Alamat IP - akhir " -"alamat IP) dari mana lalu lintas masuk harus diterima. Tambahkan " -"beberapa alamat IP/rentang yang dipisahkan dengan koma, " -"misalnya: \"192.168.0.50, 192.168.0.100 - 192.168.0.200\"" +"Daftar alamat IP atau rentang alamat IP (mulai Alamat IP - akhir alamat " +"IP) dari mana lalu lintas masuk harus diterima. Tambahkan beberapa alamat" +" IP/rentang yang dipisahkan dengan koma, misalnya: \"192.168.0.50, " +"192.168.0.100 - 192.168.0.200\"" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:559 msgid "Zone redundant high availability" @@ -10832,11 +10839,12 @@ msgstr "Zona ketersediaan tinggi yang redundant" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:585 msgid "" -"Zone redundant high availability deploys a standby replica in a different " -"zone. The Burstable instance type does not support high availability." +"Zone redundant high availability deploys a standby replica in a different" +" zone. The Burstable instance type does not support high availability." msgstr "" "Zona ketersediaan tinggi yang redundant menggelar replika siaga di zona " -"yang berbeda. Jenis instance burstable tidak mendukung ketersediaan tinggi." +"yang berbeda. Jenis instance burstable tidak mendukung ketersediaan " +"tinggi." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:647 #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:461 @@ -10892,11 +10900,11 @@ msgstr "Rentang IP publik tidak boleh kosong." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:732 msgid "" -"Name must be more than 2 characters and must only contain lowercase letters," -" numbers, and hyphens" +"Name must be more than 2 characters and must only contain lowercase " +"letters, numbers, and hyphens" msgstr "" -"Nama harus lebih dari 2 karakter dan hanya harus berisi huruf kecil, angka, " -"dan tanda hubung" +"Nama harus lebih dari 2 karakter dan hanya harus berisi huruf kecil, " +"angka, dan tanda hubung" #: pgadmin/misc/cloud/static/js/biganimal.js:236 #: pgadmin/misc/cloud/static/js/biganimal.js:243 @@ -10972,8 +10980,8 @@ msgstr "Jumlah replika siaga" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:83 msgid "" -"Adding standby replicas will increase your number of CPUs, as well as your " -"cost." +"Adding standby replicas will increase your number of CPUs, as well as " +"your cost." msgstr "" "Menambahkan replika siaga akan meningkatkan jumlah CPU Anda, serta biaya " "Anda." @@ -11052,13 +11060,13 @@ msgstr "Sandi database" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:478 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add" -" multiple IP addresses/ranges separated with commas. Leave blank for " +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " +"Add multiple IP addresses/ranges separated with commas. Leave blank for " "0.0.0.0/0" msgstr "" "Rentang Alamat IP untuk lalu lintas masuk yang diizinkan, misalnya: " -"127.0.0.1/32. Tambahkan beberapa alamat/rentang IP yang dipisahkan dengan " -"koma. Biarkan kosong untuk 0.0.0.0/0" +"127.0.0.1/32. Tambahkan beberapa alamat/rentang IP yang dipisahkan dengan" +" koma. Biarkan kosong untuk 0.0.0.0/0" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:480 msgid "Instance Type" @@ -11090,20 +11098,17 @@ msgstr "File rahasia klien" #: pgadmin/misc/cloud/static/js/google_schema.ui.js:49 msgid "" -"Select a client secrets file containing the client ID, client secret, and " -"other OAuth 2.0 parameters for google authentication. Refer link for " -"creating client secret." +"=%2Cuser-consent%2Cpublic-and-internal-applications\" " +"target=\"_blank\">link for creating client secret." msgstr "" -"Pilih file rahasia klien yang berisi ID klien, rahasia klien, dan parameter " -"OAuth 2.0 lainnya untuk otentikasi Google. Merujuk link" -" untuk " -"membuat rahasia klien." +"=%2Cuser-consent%2cpublic-andon-internal-applications\" " +"target=\"_blank\">link untuk membuat rahasia klien." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:61 msgid "Click here to authenticate yourself to Google" @@ -11167,11 +11172,11 @@ msgstr "Tetapkan sandi untuk pengguna admin default \"postgres\"." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:521 msgid "" -"Name must only contain lowercase letters, numbers, and hyphens.Should start " -"with a letter and must be 97 characters or less" +"Name must only contain lowercase letters, numbers, and hyphens.Should " +"start with a letter and must be 97 characters or less" msgstr "" -"Nama hanya boleh berisi huruf kecil, angka, dan tanda hubung. Harus mulai " -"dengan huruf dan harus 97 karakter atau kurang" +"Nama hanya boleh berisi huruf kecil, angka, dan tanda hubung. Harus mulai" +" dengan huruf dan harus 97 karakter atau kurang" #: pgadmin/misc/cloud/utils/__init__.py:80 msgid "Deployment on {0} is started for instance {1}." @@ -11183,8 +11188,7 @@ msgstr "Penggelaran Cloud" #: pgadmin/misc/dependencies/static/js/Dependencies.jsx:125 msgid "No dependency information is available for the selected object." -msgstr "" -"Tidak ada informasi ketergantungan yang tersedia untuk objek yang dipilih." +msgstr "Tidak ada informasi ketergantungan yang tersedia untuk objek yang dipilih." #: pgadmin/misc/dependencies/static/js/Dependencies.jsx:173 #: pgadmin/misc/dependents/static/js/Dependents.jsx:174 @@ -11377,10 +11381,10 @@ msgstr "Preferensi" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:253 msgid "" -"Enter the directory in which the psql, pg_dump, pg_dumpall, and pg_restore " -"utilities can be found for the corresponding database server version. The " -"default path will be used for server versions that do not have a path " -"specified." +"Enter the directory in which the psql, pg_dump, pg_dumpall, and " +"pg_restore utilities can be found for the corresponding database server " +"version. The default path will be used for server versions that do not " +"have a path specified." msgstr "" "Masukkan direktori di mana utilitas psql, pg_dump, pg_dumpall, dan " "pg_restore dapat ditemukan untuk versi server database yang sesuai. Path " @@ -11395,8 +11399,8 @@ msgstr "Hasil grid" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:352 msgid "This settings is to Show/Hide nodes in the object explorer." msgstr "" -"Pengaturan ini adalah untuk menampilkan/menyembunyikan node di " -"penjelajah objek." +"Pengaturan ini adalah untuk menampilkan/menyembunyikan node di penjelajah" +" objek." #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:354 #, python-format @@ -11413,8 +11417,8 @@ msgid "" "The object explorer tree refresh is required. Do you wish to refresh the " "tree?" msgstr "" -"Diperlukan penyegaran pohon penjelajah objek. Apakah Anda ingin menyegarkan " -"pohon tersebut?" +"Diperlukan penyegaran pohon penjelajah objek. Apakah Anda ingin " +"menyegarkan pohon tersebut?" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:596 #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:626 @@ -11428,11 +11432,11 @@ msgstr "Diperlukan penyegaran" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:618 msgid "" -"A page refresh is required to apply the theme. Do you wish to refresh the " -"page now?" +"A page refresh is required to apply the theme. Do you wish to refresh the" +" page now?" msgstr "" -"Segera segarkan halaman yang diperlukan untuk menerapkan tema. Apakah Anda " -"ingin menyegarkan halaman sekarang?" +"Segera segarkan halaman yang diperlukan untuk menerapkan tema. Apakah " +"Anda ingin menyegarkan halaman sekarang?" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:666 #: pgadmin/tools/search_objects/static/js/SearchObjects.jsx:445 @@ -11461,11 +11465,10 @@ msgid "" "application to reload and any un-saved data will be lost." msgstr "" "Apakah Anda yakin ingin mengatur ulang tata letak saat ini? Ini akan " -"menyebabkan aplikasi memuat ulang dan data apa pun yang tidak disimpan akan " -"hilang." +"menyebabkan aplikasi memuat ulang dan data apa pun yang tidak disimpan " +"akan hilang." -#: pgadmin/static/js/api_instance.js:52 -#: pgadmin/static/js/socket_instance.js:56 +#: pgadmin/static/js/api_instance.js:52 pgadmin/static/js/socket_instance.js:56 msgid "Connection to pgAdmin server has been lost" msgstr "Koneksi ke server pgAdmin telah hilang" @@ -11486,7 +11489,8 @@ msgid "" "Please configure the EDB Advanced Server Binary Path in the Preferences " "dialog." msgstr "" -"Harap konfigurasikan path biner EDB Advanced Server dalam dialog Preferensi." +"Harap konfigurasikan path biner EDB Advanced Server dalam dialog " +"Preferensi." #: pgadmin/static/js/utils.js:365 msgid "Configuration required" @@ -11504,26 +11508,26 @@ msgstr "Gagal memuat preferensi %s dari modul %s" #: pgadmin/static/js/utils.js:461 msgid "" "The file opened contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it is " -"recommended that you review the text in an application that can display " -"hidden Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it " +"is recommended that you review the text in an application that can " +"display hidden Unicode characters before proceeding." msgstr "" "File yang dibuka berisi karakter unicode dua arah yang dapat diartikan " -"secara berbeda dari yang ditampilkan. Jika ini tidak terduga disarankan agar " -"Anda meninjau teks dalam aplikasi yang dapat menampilkan karakter unicode " -"tersembunyi sebelum melanjutkan." +"secara berbeda dari yang ditampilkan. Jika ini tidak terduga disarankan " +"agar Anda meninjau teks dalam aplikasi yang dapat menampilkan karakter " +"unicode tersembunyi sebelum melanjutkan." #: pgadmin/static/js/utils.js:463 msgid "" "The pasted text contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it is " -"recommended that you review the text in an application that can display " -"hidden Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it " +"is recommended that you review the text in an application that can " +"display hidden Unicode characters before proceeding." msgstr "" -"Teks yang disisipkan berisi karakter unicode dua arah yang dapat diartikan " -"secara berbeda dari apa yang ditampilkan. Jika ini tidak terduga disarankan " -"agar Anda meninjau teks dalam aplikasi yang dapat menampilkan karakter " -"unicode tersembunyi sebelum melanjutkan." +"Teks yang disisipkan berisi karakter unicode dua arah yang dapat " +"diartikan secara berbeda dari apa yang ditampilkan. Jika ini tidak " +"terduga disarankan agar Anda meninjau teks dalam aplikasi yang dapat " +"menampilkan karakter unicode tersembunyi sebelum melanjutkan." #: pgadmin/static/js/utils.js:465 msgid "Trojan Source Warning" @@ -11535,25 +11539,25 @@ msgstr "Kesalahan dalam alat inisiasi ${error.response.data}" #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:41 msgid "" -"Select the user that will take ownership of the shared servers created by " -". shared servers are currently owned by this user.

    " -" Clicking on the “Change” button will either change ownership if a user is " -"selected or delete any shared servers if no user is selected. There is no " -"way to reverse this action." +"Select the user that will take ownership of the shared servers created by" +" . shared servers are currently owned by this user. " +"

    Clicking on the “Change” button will either change ownership " +"if a user is selected or delete any shared servers if no user is " +"selected. There is no way to reverse this action." msgstr "" -"Pilih pengguna yang akan mengambil kepemilikan server bersama yang dibuat " -"oleh . server bersama saat ini dimiliki oleh pengguna " +"Pilih pengguna yang akan mengambil kepemilikan server bersama yang dibuat" +" oleh . server bersama saat ini dimiliki oleh pengguna " "ini.

    Mengklik tombol \"Ubah\" akan mengubah kepemilikan jika " -"pengguna dipilih atau menghapus server bersama jika tidak ada pengguna yang " -"dipilih. Tidak ada cara untuk membalikkan tindakan ini." +"pengguna dipilih atau menghapus server bersama jika tidak ada pengguna " +"yang dipilih. Tidak ada cara untuk membalikkan tindakan ini." #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:54 msgid "" "The shared servers owned by will be deleted. Do you wish to " "continue?" msgstr "" -"Server bersama yang dimiliki oleh akan dihapus. Apakah Anda ingin " -"melanjutkan?" +"Server bersama yang dimiliki oleh akan dihapus. Apakah Anda ingin" +" melanjutkan?" #: pgadmin/static/js/Dialogs/ChangePasswordContent.jsx:42 msgid "Current Password" @@ -11574,8 +11578,8 @@ msgstr "Jangan simpan" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:77 #, python-format msgid "" -"Please enter the SSH Tunnel password for the identity file '%s' to connect " -"the server \"%s\"" +"Please enter the SSH Tunnel password for the identity file '%s' to " +"connect the server \"%s\"" msgstr "" "Harap masukkan sandi Terowongan SSH untuk file identitas '%s' untuk " "menghubungkan server \"%s\"" @@ -11583,24 +11587,23 @@ msgstr "" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:78 #, python-format msgid "" -"Please enter the SSH Tunnel password for the user '%s' to connect the server" -" \"%s\"" -msgstr "" -"Harap masukkan sandi Terowongan SSH untuk pengguna '%s' untuk menghubungkan " +"Please enter the SSH Tunnel password for the user '%s' to connect the " "server \"%s\"" +msgstr "" +"Harap masukkan sandi Terowongan SSH untuk pengguna '%s' untuk " +"menghubungkan server \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:95 #, python-format -msgid "" -"Please enter the password for the user '%s' to connect the server - \"%s\"" +msgid "Please enter the password for the user '%s' to connect the server - \"%s\"" msgstr "" -"Harap masukkan sandi untuk pengguna '%s' untuk menghubungkan server - \"%s\"" +"Harap masukkan sandi untuk pengguna '%s' untuk menghubungkan server - " +"\"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:96 #, python-format msgid "Please enter the password for the user to connect the server - \"%s\"" -msgstr "" -"Harap masukkan sandi untuk pengguna untuk menghubungkan server - \"%s\"" +msgstr "Harap masukkan sandi untuk pengguna untuk menghubungkan server - \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:136 #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:119 @@ -11629,16 +11632,16 @@ msgid "" "This is required to unlock saved passwords and reconnect to the database " "server(s)." msgstr "" -"Ini diperlukan untuk membuka kunci sandi yang disimpan dan terhubung kembali" -" ke server database." +"Ini diperlukan untuk membuka kunci sandi yang disimpan dan terhubung " +"kembali ke server database." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:78 msgid "" "This will be used to secure and later unlock saved passwords and other " "credentials." msgstr "" -"Ini akan digunakan untuk mengamankan dan kemudian membuka kunci sandi yang " -"disimpan dan kredensial lainnya." +"Ini akan digunakan untuk mengamankan dan kemudian membuka kunci sandi " +"yang disimpan dan kredensial lainnya." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:101 #: pgadmin/static/js/Dialogs/index.jsx:204 @@ -11663,21 +11666,21 @@ msgstr "Atur sandi utama" #: pgadmin/static/js/Dialogs/index.jsx:205 msgid "" -"This will remove all the saved passwords. This will also remove established " -"connections to the server and you may need to reconnect again. Do you wish " -"to continue?" +"This will remove all the saved passwords. This will also remove " +"established connections to the server and you may need to reconnect " +"again. Do you wish to continue?" msgstr "" "Ini akan menghapus semua sandi yang disimpan. Ini juga akan menghapus " -"koneksi yang ditetapkan ke server dan Anda mungkin perlu terhubung kembali. " -"Apakah Anda ingin melanjutkan?" +"koneksi yang ditetapkan ke server dan Anda mungkin perlu terhubung " +"kembali. Apakah Anda ingin melanjutkan?" #: pgadmin/static/js/Dialogs/index.jsx:261 msgid "" -"Please make sure to disconnect the server and update the new password in the" -" pgpass file before performing any other operation" +"Please make sure to disconnect the server and update the new password in " +"the pgpass file before performing any other operation" msgstr "" -"Harap pastikan untuk memutuskan server dan memperbarui sandi baru di file " -"pgpass sebelum melakukan operasi lainnya" +"Harap pastikan untuk memutuskan server dan memperbarui sandi baru di file" +" pgpass sebelum melakukan operasi lainnya" #: pgadmin/static/js/Dialogs/index.jsx:381 msgid "Rename Panel ${_.escape(title)}" @@ -11820,9 +11823,8 @@ msgid "" "Use Explain/Explain analyze button to generate the plan for a query. " "Alternatively, you can also execute \"EXPLAIN (FORMAT JSON) [QUERY]\"." msgstr "" -"Gunakan tombol Explain/Explain analyze untuk menghasilkan rencana " -"kueri. Atau, Anda juga dapat mengeksekusi \"EXPLAIN (FORMAT JSON) " -"[QUERY]\"." +"Gunakan tombol Explain/Explain analyze untuk menghasilkan rencana kueri. " +"Atau, Anda juga dapat mengeksekusi \"EXPLAIN (FORMAT JSON) [QUERY]\"." #: pgadmin/static/js/SchemaView/DataGridView.jsx:341 #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSetToolbar.jsx:167 @@ -11983,11 +11985,11 @@ msgstr "Kesalahan mengatur ulang status pohon yang disimpan. \"" #: pgadmin/static/js/tree/tree_utils.js:44 msgid "" -"Databases with = symbols in the name cannot be backed up or restored using " -"this utility." +"Databases with = symbols in the name cannot be backed up or restored " +"using this utility." msgstr "" -"Database dengan = simbol dalam nama tidak dapat dicadangkan atau dipulihkan " -"menggunakan utilitas ini." +"Database dengan = simbol dalam nama tidak dapat dicadangkan atau " +"dipulihkan menggunakan utilitas ini." #: pgadmin/static/js/tree/tree_utils.js:61 msgid "Please select server or child node from the object explorer." @@ -12118,11 +12120,11 @@ msgstr "Cadangan Global..." #: pgadmin/tools/backup/static/js/backup.js:80 msgid "" -"Please select any server from the object explorer to take Backup of global " -"objects." +"Please select any server from the object explorer to take Backup of " +"global objects." msgstr "" -"Pilih server mana pun dari penjelajah objek untuk mengambil cadangan objek " -"global." +"Pilih server mana pun dari penjelajah objek untuk mengambil cadangan " +"objek global." #: pgadmin/tools/backup/static/js/backup.js:88 #: pgadmin/tools/backup/static/js/backup.js:114 @@ -12131,16 +12133,16 @@ msgstr "Server cadangan..." #: pgadmin/tools/backup/static/js/backup.js:92 #: pgadmin/tools/backup/static/js/backup.js:118 -msgid "" -"Please select any server from the object explorer to take Server Backup." +msgid "Please select any server from the object explorer to take Server Backup." msgstr "" -"Pilih server mana pun dari penjelajah objek untuk mengambil cadangan server." +"Pilih server mana pun dari penjelajah objek untuk mengambil cadangan " +"server." #: pgadmin/tools/backup/static/js/backup.js:105 #: pgadmin/tools/backup/static/js/backup.js:132 msgid "" -"Please select any database or schema or table from the object explorer to " -"take Backup." +"Please select any database or schema or table from the object explorer to" +" take Backup." msgstr "" "Pilih database atau skema atau tabel apa pun dari penjelajah objek untuk " "mengambil cadangan." @@ -12362,8 +12364,8 @@ msgid "" "Only objects global to the entire database will be backed up, in PLAIN " "format" msgstr "" -"Hanya objek global ke seluruh database yang akan dicadangkan, dalam format " -"PLAIN" +"Hanya objek global ke seluruh database yang akan dicadangkan, dalam " +"format PLAIN" #: pgadmin/tools/debugger/__init__.py:61 msgid "Accesskey (Continue/Start)" @@ -12427,8 +12429,8 @@ msgstr "Fungsi yang dibungkus EDB Advanced Server tidak dapat didebug." #: pgadmin/tools/debugger/__init__.py:428 msgid "" -"An 'edbspl' target with a variadic argument is not supported and cannot be " -"debugged." +"An 'edbspl' target with a variadic argument is not supported and cannot " +"be debugged." msgstr "" "Target 'edbspl' dengan argumen variadik tidak didukung dan tidak dapat " "didebug." @@ -12440,11 +12442,11 @@ msgstr "Gagal menemukan ekstensi pldbgapi dalam database ini." #: pgadmin/tools/debugger/__init__.py:525 msgid "" -"The debugger plugin is not enabled. Please create the pldbgapi extension in " -"this database." +"The debugger plugin is not enabled. Please create the pldbgapi extension " +"in this database." msgstr "" -"Plugin debugger tidak diaktifkan. Harap buat ekstensi pldbgapi di database " -"ini." +"Plugin debugger tidak diaktifkan. Harap buat ekstensi pldbgapi di " +"database ini." #: pgadmin/tools/debugger/__init__.py:706 msgid "" @@ -12461,8 +12463,8 @@ msgstr "Tidak dapat mengambil informasi plugin debugger." #: pgadmin/tools/debugger/__init__.py:722 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " -"shared_preload_libraries setting in the postgresql.conf file and restart the" -" database server for indirect debugging." +"shared_preload_libraries setting in the postgresql.conf file and restart " +"the database server for indirect debugging." msgstr "" "Plugin debugger tidak diaktifkan. Harap tambahkan plugin ke pengaturan " "shared_preload_library di file postgresql.conf dan mulai ulang server " @@ -12470,8 +12472,7 @@ msgstr "" #: pgadmin/tools/debugger/__init__.py:742 msgid "Please upgrade the pldbgapi extension to 1.1 or above and try again." -msgstr "" -"Harap tingkatkan ekstensi pldbgapi ke 1.1 atau lebih tinggi dan coba lagi." +msgstr "Harap tingkatkan ekstensi pldbgapi ke 1.1 atau lebih tinggi dan coba lagi." #: pgadmin/tools/debugger/__init__.py:1283 msgid "Debugging aborted successfully." @@ -12568,11 +12569,11 @@ msgstr "Kesalahan Debugger" #: pgadmin/tools/debugger/static/js/DebuggerModule.js:557 msgid "" -"Current database has been moved or renamed to ${db_label}. Click on the OK " -"button to refresh the database name." +"Current database has been moved or renamed to ${db_label}. Click on the " +"OK button to refresh the database name." msgstr "" -"Database saat ini telah dipindahkan atau diganti namanya menjadi ${db_label}. " -"Klik tombol OK untuk menyegarkan nama database." +"Database saat ini telah dipindahkan atau diganti namanya menjadi " +"${db_label}. Klik tombol OK untuk menyegarkan nama database." #: pgadmin/tools/debugger/static/js/components/DebuggerArgs.ui.js:55 msgid "Null?" @@ -12621,8 +12622,8 @@ msgstr "Debugger Dibatalkan" #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:170 msgid "" -"Debugger has been aborted. On clicking the ok button, debugger panel will be" -" closed." +"Debugger has been aborted. On clicking the ok button, debugger panel will" +" be closed." msgstr "" "Debugger telah dibatalkan. Saat mengklik tombol ok, panel debugger akan " "muncul tertutup." @@ -12848,8 +12849,8 @@ msgstr "SQL dengan DROP Tabel" #: pgadmin/tools/erd/__init__.py:383 pgadmin/tools/erd/__init__.py:422 msgid "" -"If enabled, the SQL generated by the ERD Tool will add DROP table DDL before" -" each CREATE table DDL." +"If enabled, the SQL generated by the ERD Tool will add DROP table DDL " +"before each CREATE table DDL." msgstr "" "Jika diaktifkan, SQL yang dihasilkan oleh alat ERD akan menambahkan DROP " "tabel DDL sebelum masing-masing CREATE tabel DDL." @@ -12978,8 +12979,8 @@ msgstr "-- Skrip ini dihasilkan oleh alat ERD di pgAdmin 4.\n" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:689 msgid "" "-- Please log an issue at " -"https://redmine.postgresql.org/projects/pgadmin4/issues/new if you find any " -"bugs, including reproduction steps.\n" +"https://redmine.postgresql.org/projects/pgadmin4/issues/new if you find " +"any bugs, including reproduction steps.\n" msgstr "" "-- Silakan mencatat masalah di " "https://redmine.postgresql.org/projects/pgadmin4/issues/new jika Anda " @@ -13003,8 +13004,8 @@ msgstr "Batas maksimum ukuran gambar" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:847 msgid "" -"The downloaded image has exceeded the maximum size of 32767 x 32767 pixels, " -"and has been cropped to that size." +"The downloaded image has exceeded the maximum size of 32767 x 32767 " +"pixels, and has been cropped to that size." msgstr "" "Gambar yang diunduh telah melebihi ukuran maksimum 32767 x 32767 piksel, " "dan telah dipotong sesuai ukuran itu." @@ -13188,8 +13189,8 @@ msgstr "Grant Wizard" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:355 msgid "" -"The SQL below will be executed on the database server to grant the selected " -"privileges. Please click on Finish to complete the process." +"The SQL below will be executed on the database server to grant the " +"selected privileges. Please click on Finish to complete the process." msgstr "" "SQL di bawah ini akan dieksekusi di server database untuk memberikan hak " "yang dipilih. Silakan klik selesai untuk menyelesaikan proses." @@ -13204,8 +13205,8 @@ msgid "" "Please select any database, schema or schema objects from the object " "explorer to access Grant Wizard Tool." msgstr "" -"Pilih objek database, skema, atau skema apa pun dari penjelajah objek untuk " -"mengakses alat grant wizard." +"Pilih objek database, skema, atau skema apa pun dari penjelajah objek " +"untuk mengakses alat grant wizard." #: pgadmin/tools/import_export/__init__.py:39 #: pgadmin/tools/import_export/static/js/import_export.ui.js:59 @@ -13214,36 +13215,36 @@ msgstr "" msgid "Import/Export" msgstr "Impor/Ekspor" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "Menyalin data tabel '{0}.{1}' di database '{2}' dan server '{3}'" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "Impor -" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "Ekspor -" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "Menyalin data tabel" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "Impor data" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "Ekspor Data" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Harap terhubung ke server terlebih dahulu..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Harap tentukan file yang valid" @@ -13253,8 +13254,7 @@ msgstr "Impor/Ekspor Data..." #: pgadmin/tools/import_export/static/js/import_export.js:65 msgid "Please select any table from the object explorer to Import/Export data." -msgstr "" -"Pilih tabel apa pun dari penjelajah objek untuk mengimpor/mengekspor data." +msgstr "Pilih tabel apa pun dari penjelajah objek untuk mengimpor/mengekspor data." #: pgadmin/tools/import_export/static/js/import_export.js:170 #, python-format @@ -13285,16 +13285,15 @@ msgstr "teks" #: pgadmin/tools/import_export/static/js/import_export.ui.js:158 msgid "" -"Specifies the character that separates columns within each row (line) of the" -" file. The default is a tab character in text format, a comma in CSV format." -" This must be a single one-byte character. This option is not allowed when " -"using binary format." +"Specifies the character that separates columns within each row (line) of " +"the file. The default is a tab character in text format, a comma in CSV " +"format. This must be a single one-byte character. This option is not " +"allowed when using binary format." msgstr "" -"Menentukan karakter yang memisahkan kolom dalam setiap baris dari " -"file. Bawaannya adalah karakter tab dalam format teks, koma dalam format " -"CSV. Ini harus berupa karakter tunggal satu-byte. Opsi ini tidak" -" diperbolehkan " -"saat menggunakan format biner." +"Menentukan karakter yang memisahkan kolom dalam setiap baris dari file. " +"Bawaannya adalah karakter tab dalam format teks, koma dalam format CSV. " +"Ini harus berupa karakter tunggal satu-byte. Opsi ini tidak diperbolehkan" +" saat menggunakan format biner." #: pgadmin/tools/import_export/static/js/import_export.ui.js:162 msgid "Quote" @@ -13302,13 +13301,13 @@ msgstr "Mengutip" #: pgadmin/tools/import_export/static/js/import_export.ui.js:176 msgid "" -"Specifies the quoting character to be used when a data value is quoted. The " -"default is double-quote. This must be a single one-byte character. This " -"option is allowed only when using CSV format." +"Specifies the quoting character to be used when a data value is quoted. " +"The default is double-quote. This must be a single one-byte character. " +"This option is allowed only when using CSV format." msgstr "" "Menentukan karakter kutipan yang akan digunakan ketika nilai data " -"dikutip. Standarnya adalah kutipan ganda. Ini harus berupa karakter tunggal " -"satu-byte. Opsi ini hanya diizinkan saat menggunakan format CSV." +"dikutip. Standarnya adalah kutipan ganda. Ini harus berupa karakter " +"tunggal satu-byte. Opsi ini hanya diizinkan saat menggunakan format CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:180 msgid "Escape" @@ -13317,15 +13316,16 @@ msgstr "Escape" #: pgadmin/tools/import_export/static/js/import_export.ui.js:194 msgid "" "Specifies the character that should appear before a data character that " -"matches the QUOTE value. The default is the same as the QUOTE value (so that" -" the quoting character is doubled if it appears in the data). This must be a" -" single one-byte character. This option is allowed only when using CSV " -"format." +"matches the QUOTE value. The default is the same as the QUOTE value (so " +"that the quoting character is doubled if it appears in the data). This " +"must be a single one-byte character. This option is allowed only when " +"using CSV format." msgstr "" "Menentukan karakter yang harus muncul sebelum karakter data yang cocok " -"dengan nilai kutipan. Standarnya sama dengan nilai kutipan (sehingga karakter " -"kutipan digandakan jika muncul dalam data). Ini harus berupa karakter tunggal " -"satu-byte. Opsi ini hanya diizinkan saat menggunakan format CSV." +"dengan nilai kutipan. Standarnya sama dengan nilai kutipan (sehingga " +"karakter kutipan digandakan jika muncul dalam data). Ini harus berupa " +"karakter tunggal satu-byte. Opsi ini hanya diizinkan saat menggunakan " +"format CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:198 msgid "NULL Strings" @@ -13334,16 +13334,17 @@ msgstr "String NULL" #: pgadmin/tools/import_export/static/js/import_export.ui.js:205 msgid "" "Specifies the string that represents a null value. The default is \\N " -"(backslash-N) in text format, and an unquoted empty string in CSV format. " -"You might prefer an empty string even in text format for cases where you " -"don't want to distinguish nulls from empty strings. This option is not " +"(backslash-N) in text format, and an unquoted empty string in CSV format." +" You might prefer an empty string even in text format for cases where you" +" don't want to distinguish nulls from empty strings. This option is not " "allowed when using binary format." msgstr "" "Menentukan string yang mewakili nilai null. Standarnya adalah \\N " -"(backslash-N) dalam format teks, dan string kosong yang tidak dikutip dalam " -"format CSV. Anda mungkin lebih suka string kosong bahkan dalam format teks " -"untuk kasus di mana Anda tidak ingin membedakan null dari string kosong. " -"Opsi ini tidak diperbolehkan saat menggunakan format biner." +"(backslash-N) dalam format teks, dan string kosong yang tidak dikutip " +"dalam format CSV. Anda mungkin lebih suka string kosong bahkan dalam " +"format teks untuk kasus di mana Anda tidak ingin membedakan null dari " +"string kosong. Opsi ini tidak diperbolehkan saat menggunakan format " +"biner." #: pgadmin/tools/import_export/static/js/import_export.ui.js:219 msgid "Columns for importing..." @@ -13355,11 +13356,11 @@ msgstr "Kolom untuk mengekspor..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:225 msgid "" -"An optional list of columns to be copied. If no column list is specified, " -"all columns of the table will be copied." +"An optional list of columns to be copied. If no column list is specified," +" all columns of the table will be copied." msgstr "" -"Daftar kolom opsional yang akan disalin. Jika tidak ada daftar kolom yang " -"ditentukan, semua kolom tabel akan disalin." +"Daftar kolom opsional yang akan disalin. Jika tidak ada daftar kolom yang" +" ditentukan, semua kolom tabel akan disalin." #: pgadmin/tools/import_export/static/js/import_export.ui.js:229 msgid "NOT NULL columns" @@ -13372,17 +13373,16 @@ msgstr "Kolom tidak null..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:241 msgid "" "Do not match the specified column values against the null string. In the " -"default case where the null string is empty, this means that empty values " -"will be read as zero-length strings rather than nulls, even when they are " -"not quoted. This option is allowed only in import, and only when using CSV " -"format." +"default case where the null string is empty, this means that empty values" +" will be read as zero-length strings rather than nulls, even when they " +"are not quoted. This option is allowed only in import, and only when " +"using CSV format." msgstr "" "Jangan dicocokkan nilai kolom yang ditentukan dengan string null. Dalam " -"kasus default di mana string null adalah kosong, ini berarti bahwa" -" nilai-nilai " -"kosong akan dibaca sebagai string panjang nol daripada null, bahkan ketika " -"mereka tidak dikutip. Opsi ini hanya diizinkan dalam impor, dan hanya saat " -"menggunakan format CSV." +"kasus default di mana string null adalah kosong, ini berarti bahwa nilai-" +"nilai kosong akan dibaca sebagai string panjang nol daripada null, bahkan" +" ketika mereka tidak dikutip. Opsi ini hanya diizinkan dalam impor, dan " +"hanya saat menggunakan format CSV." #: pgadmin/tools/import_export_servers/__init__.py:41 #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:218 @@ -13432,8 +13432,8 @@ msgid "" "The existing server groups and servers were removed, and the selected " "servers were imported successfully." msgstr "" -"Grup dan server server yang ada dihapus, dan server yang dipilih berhasil " -"diimpor." +"Grup dan server server yang ada dihapus, dan server yang dipilih berhasil" +" diimpor." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:114 msgid "Import Servers" @@ -13445,20 +13445,21 @@ msgstr "Kesalahan impor" #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:162 msgid "" -"The following servers will be imported. Click the Finish button to complete " -"the import process." +"The following servers will be imported. Click the Finish button to " +"complete the import process." msgstr "" -"Server berikut akan diimpor. Klik tombol selesai untuk menyelesaikan proses " -"impor." +"Server berikut akan diimpor. Klik tombol selesai untuk menyelesaikan " +"proses impor." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:164 msgid "" -"All existing server groups and servers will be removed before the servers " -"above are imported. On a successful import process, the object explorer will" -" be refreshed." +"All existing server groups and servers will be removed before the servers" +" above are imported. On a successful import process, the object explorer " +"will be refreshed." msgstr "" -"Semua grup dan server server yang ada akan dihapus sebelum server di atas " -"diimpor. Pada proses impor yang berhasil, penjelajah objek akan disegarkan." +"Semua grup dan server server yang ada akan dihapus sebelum server di atas" +" diimpor. Pada proses impor yang berhasil, penjelajah objek akan " +"disegarkan." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:166 msgid "On a successful import process, the object explorer will be refreshed." @@ -13486,9 +13487,9 @@ msgid "" "database servers and then import the selected servers. This setting is " "applicable only while importing the servers." msgstr "" -"Jika opsi ini dihidupkan maka pgAdmin akan menghapus semua server database " -"yang ada dan kemudian mengimpor server yang dipilih. Pengaturan ini hanya " -"berlaku saat mengimpor server." +"Jika opsi ini dihidupkan maka pgAdmin akan menghapus semua server " +"database yang ada dan kemudian mengimpor server yang dipilih. Pengaturan " +"ini hanya berlaku saat mengimpor server." #: pgadmin/tools/import_export_servers/static/js/import_export_servers.js:49 msgid "Import/Export Servers..." @@ -13559,8 +13560,7 @@ msgstr "Pemeliharaan..." #: pgadmin/tools/maintenance/static/js/maintenance.js:63 #: pgadmin/tools/maintenance/static/js/maintenance.js:82 msgid "Please select any database from the object explorer to do Maintenance." -msgstr "" -"Pilih database apa pun dari penjelajah objek untuk melakukan pemeliharaan." +msgstr "Pilih database apa pun dari penjelajah objek untuk melakukan pemeliharaan." #: pgadmin/tools/maintenance/static/js/maintenance.js:162 msgid "Maintenance error" @@ -13568,11 +13568,11 @@ msgstr "Kesalahan Pemeliharaan" #: pgadmin/tools/maintenance/static/js/maintenance.js:163 msgid "" -"Maintenance job creation failed. Databases with = symbols in the name cannot" -" be maintained using this utility." +"Maintenance job creation failed. Databases with = symbols in the name " +"cannot be maintained using this utility." msgstr "" -"Pembuatan pekerjaan pemeliharaan gagal. Database dengan simbol = dalam nama " -"tidak dapat dipelihara menggunakan utilitas ini." +"Pembuatan pekerjaan pemeliharaan gagal. Database dengan simbol = dalam " +"nama tidak dapat dipelihara menggunakan utilitas ini." #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:47 #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:62 @@ -13622,8 +13622,7 @@ msgstr "Izin tulis clipboard diperlukan" #: pgadmin/tools/psql/static/js/psql_module.js:358 msgid "To copy data from PSQL terminal, Clipboard write permission required." -msgstr "" -"Untuk menyalin data dari terminal PSQL, diperlukan izin tulis clipboard." +msgstr "Untuk menyalin data dari terminal PSQL, diperlukan izin tulis clipboard." #: pgadmin/tools/psql/static/js/psql_module.js:376 msgid "Clipboard read permission required" @@ -13631,8 +13630,7 @@ msgstr "Izin baca clipboard diperlukan" #: pgadmin/tools/psql/static/js/psql_module.js:376 msgid "To paste data on the PSQL terminal, Clipboard read permission required." -msgstr "" -"Untuk menempelkan data di terminal PSQL, diperlukan izin baca clipboard." +msgstr "Untuk menempelkan data di terminal PSQL, diperlukan izin baca clipboard." #: pgadmin/tools/restore/__init__.py:98 msgid "Restoring backup on the server '{0}'" @@ -13653,7 +13651,8 @@ msgstr "Memulihkan..." #: pgadmin/tools/restore/static/js/restore.js:62 msgid "" -"Please select any schema or table from the object explorer to Restore data." +"Please select any schema or table from the object explorer to Restore " +"data." msgstr "" "Pilih skema atau tabel apa pun dari penjelajah objek untuk mengembalikan " "data." @@ -13704,12 +13703,11 @@ msgstr "Abaikan whitespace" #: pgadmin/tools/schema_diff/__init__.py:78 msgid "" -"Set ignore whitespace on or off by default in the drop-down menu near the " -"Compare button in the Schema Diff tab." +"Set ignore whitespace on or off by default in the drop-down menu near the" +" Compare button in the Schema Diff tab." msgstr "" -"Atur abaikan whitespace aktif atau nonaktif secara bawaan di menu drop-down" -" di " -"dekat tombol Bandingkan di tab Schema Diff." +"Atur abaikan whitespace aktif atau nonaktif secara bawaan di menu drop-" +"down di dekat tombol Bandingkan di tab Schema Diff." #: pgadmin/tools/schema_diff/__init__.py:85 #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffButtonComponent.jsx:195 @@ -13718,11 +13716,11 @@ msgstr "Abaikan pemilik" #: pgadmin/tools/schema_diff/__init__.py:87 msgid "" -"Set ignore owner on or off by default in the drop-down menu near the Compare" -" button in the Schema Diff tab." +"Set ignore owner on or off by default in the drop-down menu near the " +"Compare button in the Schema Diff tab." msgstr "" -"Atur abaikan pemilik aktif atau nonaktif secara bawaan di menu drop-down di " -"dekat tombol Bandingkan di tab Schema Diff." +"Atur abaikan pemilik aktif atau nonaktif secara bawaan di menu drop-down " +"di dekat tombol Bandingkan di tab Schema Diff." #: pgadmin/tools/schema_diff/__init__.py:565 msgid "Successfully compare the specified databases." @@ -13746,8 +13744,8 @@ msgstr "Server terputus." #: pgadmin/tools/schema_diff/__init__.py:704 msgid "" -"Schema diff does not support the comparison between Postgres Server and EDB " -"Postgres Advanced Server." +"Schema diff does not support the comparison between Postgres Server and " +"EDB Postgres Advanced Server." msgstr "" "Schema Diff tidak mendukung perbandingan antara Server Postgres dan EDB " "Postgres Advanced Server." @@ -13847,17 +13845,16 @@ msgid "Generating script..." msgstr "Membuat skrip..." #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:336 -msgid "" -"-- This script was generated by the Schema Diff utility in pgAdmin 4. \n" +msgid "-- This script was generated by the Schema Diff utility in pgAdmin 4. \n" msgstr "-- Skrip ini dihasilkan oleh utilitas Schema Diff di pgAdmin 4. \n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:337 msgid "" -"-- For the circular dependencies, the order in which Schema Diff writes the " -"objects is not very sophisticated \n" +"-- For the circular dependencies, the order in which Schema Diff writes " +"the objects is not very sophisticated \n" msgstr "" -"-- Untuk ketergantungan melingkar, urutan di mana Schema Diff menulis objek " -"tidak terlalu canggih\n" +"-- Untuk ketergantungan melingkar, urutan di mana Schema Diff menulis " +"objek tidak terlalu canggih\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:338 msgid "" @@ -13868,8 +13865,7 @@ msgstr "" "perubahan diterapkan dalam urutan yang benar.\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:339 -msgid "" -"-- Please report an issue for any failure with the reproduction steps. \n" +msgid "-- Please report an issue for any failure with the reproduction steps. \n" msgstr "" "-- Harap laporkan masalah untuk setiap kegagalan dengan langkah-langkah " "reproduksi.\n" @@ -13923,7 +13919,8 @@ msgstr "Bandingkan Skema:" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:796 msgid "" -" Select the server, database and schema for the source and target and Click" +" Select the server, database and schema for the source and target and " +"Click" msgstr "Pilih server, database, dan skema untuk sumber dan target dan klik" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:798 @@ -14071,9 +14068,9 @@ msgid "" "main window of pgAdmin is closed then close this window and open a new " "pgAdmin session." msgstr "" -"Mohon tunggu pop-up situs ini untuk melakukan tindakan yang " -"diperlukan. Jika jendela utama pgAdmin tertutup maka tutup jendela ini dan " -"buka sesi pgAdmin baru." +"Mohon tunggu pop-up situs ini untuk melakukan tindakan yang diperlukan. " +"Jika jendela utama pgAdmin tertutup maka tutup jendela ini dan buka sesi " +"pgAdmin baru." #: pgadmin/tools/sqleditor/static/js/show_view_data.js:40 msgid "Data Filter" @@ -14109,8 +14106,7 @@ msgid "Database moved/renamed" msgstr "Database dipindah/diganti nama" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:157 -msgid "" -"An unexpected error occurred - ensure you are logged into the application." +msgid "An unexpected error occurred - ensure you are logged into the application." msgstr "" "Terjadi kesalahan yang tidak terduga - pastikan Anda masuk ke dalam " "aplikasi." @@ -14255,8 +14251,8 @@ msgid "" "By changing the connection you will lose all your unsaved data for the " "current connection.
    Do you want to continue?" msgstr "" -"Dengan mengubah koneksi, Anda akan kehilangan semua data yang belum disimpan" -" untuk koneksi saat ini.
    Apakah Anda ingin melanjutkan?" +"Dengan mengubah koneksi, Anda akan kehilangan semua data yang belum " +"disimpan untuk koneksi saat ini.
    Apakah Anda ingin melanjutkan?" #: pgadmin/tools/sqleditor/static/js/components/sections/ConnectionBar.jsx:128 msgid "(Obtaining connection)" @@ -14286,7 +14282,7 @@ msgstr "Baris kosong." #: pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx:196 #, python-format msgid "Geometries with non-SRID %s not rendered." -msgstr "Geometri dengan %non-SRID tidak dibentuk (rendered)." +msgstr "Geometri dengan %s non-SRID tidak dibentuk (rendered)." #: pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx:319 msgid "Empty" @@ -14377,8 +14373,8 @@ msgid "" "The current transaction is not commited to the database. Do you want to " "commit or rollback the transaction?" msgstr "" -"Transaksi saat ini tidak commit ke database. Apakah Anda ingin " -"commit atau mengembalikan transaksi?" +"Transaksi saat ini tidak commit ke database. Apakah Anda ingin commit " +"atau mengembalikan transaksi?" #: pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx:500 msgid "Open File" @@ -14611,11 +14607,11 @@ msgstr "Apakah Anda yakin ingin membersihkan riwayat?" #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:460 msgid "" -"This will remove all of your query history from this and other sessions for " -"this database." +"This will remove all of your query history from this and other sessions " +"for this database." msgstr "" -"Ini akan menghapus semua riwayat kueri Anda dari ini dan sesi lainnya untuk " -"database ini." +"Ini akan menghapus semua riwayat kueri Anda dari ini dan sesi lainnya " +"untuk database ini." #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:462 msgid "Removing history..." @@ -14693,8 +14689,8 @@ msgstr "%s baris terpengaruh." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:858 msgid "" -"The data has been modified, but not saved. Are you sure you wish to discard " -"the changes?" +"The data has been modified, but not saved. Are you sure you wish to " +"discard the changes?" msgstr "" "Data telah dimodifikasi, tetapi tidak disimpan. Apakah Anda yakin ingin " "mengabaikan perubahan?" @@ -14728,8 +14724,7 @@ msgid "Saving data..." msgstr "Menyimpan data..." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1058 -msgid "" -"This query was generated by pgAdmin as part of a \"Save Data\" operation" +msgid "This query was generated by pgAdmin as part of a \"Save Data\" operation" msgstr "" "Kueri ini dihasilkan oleh pgAdmin sebagai bagian dari operasi \"Simpan " "Data\"" @@ -14749,7 +14744,8 @@ msgstr "Data disimpan dengan sukses." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1119 msgid "Auto-commit is off. You still need to commit changes to the database." msgstr "" -"Auto-Commit tidak aktif. Anda masih perlu melakukan perubahan pada database." +"Auto-Commit tidak aktif. Anda masih perlu melakukan perubahan pada " +"database." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1285 msgid "Geometry Viewer" @@ -14890,13 +14886,13 @@ msgstr "Tampilkan pengaturan?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:62 msgid "Set auto commit on or off by default in new Query Tool tabs." -msgstr "" -"Atur Auto Commit aktif atau tidak secara bawaan di tab Alat Kueri baru." +msgstr "Atur Auto Commit aktif atau tidak secara bawaan di tab Alat Kueri baru." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:70 msgid "Set auto rollback on or off by default in new Query Tool tabs." msgstr "" -"Atur Auto Rollback aktif atau nonaktif secara bawaan di tab Alat Kueri baru." +"Atur Auto Rollback aktif atau nonaktif secara bawaan di tab Alat Kueri " +"baru." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:76 msgid "Prompt to save unsaved query changes?" @@ -14904,8 +14900,8 @@ msgstr "Meminta untuk menyimpan perubahan kueri yang belum disimpan?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:78 msgid "" -"Specifies whether or not to prompt user to save unsaved query on query tool " -"exit." +"Specifies whether or not to prompt user to save unsaved query on query " +"tool exit." msgstr "" "Menentukan apakah akan meminta pengguna atau tidak untuk menyimpan kueri " "yang belum disimpan pada saat keluar alat kueri." @@ -14917,13 +14913,13 @@ msgstr "Urutkan Tampilan Data hasil berdasarkan kolom primary key?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:89 msgid "" "If set to True, data returned when using the View/Edit Data - All Rows " -"option will be sorted by the Primary Key columns by default. When using the " -"First/Last 100 Rows options, data is always sorted." +"option will be sorted by the Primary Key columns by default. When using " +"the First/Last 100 Rows options, data is always sorted." msgstr "" -"Jika diatur ke True, data yang dikembalikan saat menggunakan data View/Edit " -"- Opsi semua baris akan diurutkan berdasarkan kolom Primary Key secara " -"bawaan. Saat menggunakan opsi 100 Baris Pertama/Terakhir, data selalu " -"diurutkan." +"Jika diatur ke True, data yang dikembalikan saat menggunakan data " +"View/Edit - Opsi semua baris akan diurutkan berdasarkan kolom Primary Key" +" secara bawaan. Saat menggunakan opsi 100 Baris Pertama/Terakhir, data " +"selalu diurutkan." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:97 msgid "Prompt to save unsaved data changes?" @@ -14931,11 +14927,11 @@ msgstr "Meminta untuk menyimpan perubahan data yang belum disimpan?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:99 msgid "" -"Specifies whether or not to prompt user to save unsaved data on data grid " -"exit." +"Specifies whether or not to prompt user to save unsaved data on data grid" +" exit." msgstr "" -"Menentukan apakah akan meminta pengguna atau tidak untuk menyimpan data yang" -" belum disimpan saat keluar data grid." +"Menentukan apakah akan meminta pengguna atau tidak untuk menyimpan data " +"yang belum disimpan saat keluar data grid." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:107 msgid "Prompt to commit/rollback active transactions?" @@ -14956,8 +14952,8 @@ msgstr "Salin SQL dari jendela utama ke alat kueri?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:121 msgid "Specifies whether or not to copy SQL to query tool from main window." msgstr "" -"Menentukan apakah akan menyalin SQL ke alat kueri dari jendela utama atau " -"tidak." +"Menentukan apakah akan menyalin SQL ke alat kueri dari jendela utama atau" +" tidak." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:129 msgid "Plain text mode?" @@ -14966,11 +14962,12 @@ msgstr "Mode teks biasa?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:131 msgid "" "When set to True, keywords won't be highlighted and code folding will be " -"disabled. Plain text mode will improve editor performance with large files." +"disabled. Plain text mode will improve editor performance with large " +"files." msgstr "" "Saat diatur ke True, kata kunci tidak akan disorot dan lipat kode akan " -"dinonaktifkan. Mode teks biasa akan meningkatkan kinerja editor " -"dengan file besar." +"dinonaktifkan. Mode teks biasa akan meningkatkan kinerja editor dengan " +"file besar." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:140 msgid "Code folding?" @@ -14978,13 +14975,13 @@ msgstr "Lipat Kode?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:142 msgid "" -"Enable or disable code folding. In plain text mode, this will have no effect" -" as code folding is always disabled in that mode. Disabling will improve " -"editor performance with large files." +"Enable or disable code folding. In plain text mode, this will have no " +"effect as code folding is always disabled in that mode. Disabling will " +"improve editor performance with large files." msgstr "" -"Mengaktifkan atau menonaktifkan lipat kode. Dalam mode teks biasa, ini tidak" -" akan berpengaruh karena lipat kode selalu dinonaktifkan dalam mode itu. " -"Menonaktifkan akan meningkatkan kinerja editor dengan file besar." +"Mengaktifkan atau menonaktifkan lipat kode. Dalam mode teks biasa, ini " +"tidak akan berpengaruh karena lipat kode selalu dinonaktifkan dalam mode " +"itu. Menonaktifkan akan meningkatkan kinerja editor dengan file besar." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:151 msgid "Line wrapping?" @@ -15043,13 +15040,13 @@ msgstr "Ganti nilai null dengan" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:225 msgid "" -"Specifies the string that represents a null value while downloading query " -"results as CSV. You can specify any arbitrary string to represent a null " -"value, with quotes if desired." +"Specifies the string that represents a null value while downloading query" +" results as CSV. You can specify any arbitrary string to represent a null" +" value, with quotes if desired." msgstr "" "Menentukan string yang mewakili nilai null saat mengunduh hasil kueri " -"sebagai CSV. Anda dapat menentukan string apapun untuk mewakili " -"nilai null, dengan kutipan jika diinginkan." +"sebagai CSV. Anda dapat menentukan string apapun untuk mewakili nilai " +"null, dengan kutipan jika diinginkan." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:234 msgid "Result copy quoting" @@ -15077,13 +15074,15 @@ msgstr "Nama kolom" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:277 msgid "" -"If set to 'Column data' columns will auto-size to the maximum width of the " -"data in the column as loaded in the first batch. If set to 'Column name', " -"the column will be sized to the widest of the data type or column name." +"If set to 'Column data' columns will auto-size to the maximum width of " +"the data in the column as loaded in the first batch. If set to 'Column " +"name', the column will be sized to the widest of the data type or column " +"name." msgstr "" "Jika diatur ke kolom 'Data Kolom' akan ukur otomatis ke lebar maksimum " -"data di kolom seperti yang dimuat dalam batch pertama. Jika diatur ke 'Nama " -"Kolom', kolom akan diukur dengan jenis data atau nama kolom terluas." +"data di kolom seperti yang dimuat dalam batch pertama. Jika diatur ke " +"'Nama Kolom', kolom akan diukur dengan jenis data atau nama kolom " +"terluas." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:288 msgid "Maximum column width" @@ -15091,11 +15090,11 @@ msgstr "Lebar kolom maksimum" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:290 msgid "" -"Specify the maximum width of the column in pixels when 'Columns sized by ' " -"is set to 'Column data'." +"Specify the maximum width of the column in pixels when 'Columns sized by " +"' is set to 'Column data'." msgstr "" -"Tentukan lebar maksimum kolom dalam piksel ketika " -"'Kolom diukur berdasarkan' diatur ke 'Data Kolom'." +"Tentukan lebar maksimum kolom dalam piksel ketika 'Kolom diukur " +"berdasarkan' diatur ke 'Data Kolom'." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:298 msgid "On demand record count" @@ -15103,13 +15102,13 @@ msgstr "Hitung data sesuai permintaan" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:301 msgid "" -"Specify the number of records to fetch in one batch in query tool when query" -" result set is large. Changing this value will override " +"Specify the number of records to fetch in one batch in query tool when " +"query result set is large. Changing this value will override " "ON_DEMAND_RECORD_COUNT setting from config file." msgstr "" -"Tentukan jumlah record yang akan diambil dalam satu batch di alat kueri saat" -" melakukan kueri set hasil besar. Mengubah nilai ini akan menimpa" -"pengaturan ON_DEMAND_RECORD_COUNT dari file konfigurasi." +"Tentukan jumlah record yang akan diambil dalam satu batch di alat kueri " +"saat melakukan kueri set hasil besar. Mengubah nilai ini akan " +"menimpapengaturan ON_DEMAND_RECORD_COUNT dari file konfigurasi." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:309 msgid "Font size" @@ -15117,14 +15116,15 @@ msgstr "Ukuran font" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:313 msgid "" -"The font size to use for the SQL text boxes and editors. The value specified" -" is in \"em\" units, in which 1 is the default relative font size. For " -"example, to increase the font size by 20 percent use a value of 1.2, or to " -"reduce by 20 percent, use a value of 0.8. Minimum 0.1, maximum 10." +"The font size to use for the SQL text boxes and editors. The value " +"specified is in \"em\" units, in which 1 is the default relative font " +"size. For example, to increase the font size by 20 percent use a value of" +" 1.2, or to reduce by 20 percent, use a value of 0.8. Minimum 0.1, " +"maximum 10." msgstr "" -"Ukuran font yang akan digunakan untuk kotak teks SQL dan editor. Nilai yang " -"ditentukan adalah dalam unit \"EM\", di mana 1 adalah ukuran bawaan font " -"relatif. Misalnya, untuk meningkatkan ukuran font sebesar 20 persen " +"Ukuran font yang akan digunakan untuk kotak teks SQL dan editor. Nilai " +"yang ditentukan adalah dalam unit \"EM\", di mana 1 adalah ukuran bawaan " +"font relatif. Misalnya, untuk meningkatkan ukuran font sebesar 20 persen " "menggunakan nilai 1,2 atau untuk mengurangi 20 persen, menggunakan nilai " "0,8. Minimum 0,1, maksimum 10." @@ -15134,11 +15134,11 @@ msgstr "Status koneksi" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:326 msgid "" -"If set to True, the Query Tool will monitor and display the connection and " -"transaction status." +"If set to True, the Query Tool will monitor and display the connection " +"and transaction status." msgstr "" -"Jika diatur ke True, alat kueri akan memantau dan menampilkan status koneksi" -" dan transaksi." +"Jika diatur ke True, alat kueri akan memantau dan menampilkan status " +"koneksi dan transaksi." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:333 msgid "Connection status refresh rate" @@ -15154,8 +15154,8 @@ msgstr "Tampilkan notifikasi keberhasilan kueri?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:346 msgid "" -"If set to True, the Query Tool will show notifications on successful query " -"execution." +"If set to True, the Query Tool will show notifications on successful " +"query execution." msgstr "" "Jika diatur ke True, alat kueri akan menunjukkan notifikasi tentang " "eksekusi kueri yang berhasil." @@ -15246,8 +15246,8 @@ msgid "" "If set to True, Keywords will be displayed in upper case for auto " "completion." msgstr "" -"Jika diatur ke True, kata kunci akan ditampilkan dalam " -"huruf besar untuk pelengkapan otomatis." +"Jika diatur ke True, kata kunci akan ditampilkan dalam huruf besar untuk " +"pelengkapan otomatis." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:685 msgid "Autocomplete on key press" @@ -15259,9 +15259,9 @@ msgid "" "CTRL/CMD + Space. If set to False, autocomplete is only activated when " "CTRL/CMD + Space is pressed." msgstr "" -"Jika diatur ke True, autocomplete akan tersedia saat tombol ditekan bersama " -"dengan CTRL/CMD + Spasi. Jika diatur ke False, autocomplete hanya diaktifkan " -"ketika CTRL/CMD + Spasi ditekan." +"Jika diatur ke True, autocomplete akan tersedia saat tombol ditekan " +"bersama dengan CTRL/CMD + Spasi. Jika diatur ke False, autocomplete hanya" +" diaktifkan ketika CTRL/CMD + Spasi ditekan." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:731 msgid "Keyword case" @@ -15292,8 +15292,7 @@ msgstr "Kasus Identifier" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:748 msgid "Convert identifiers to upper, lower, or capitalized casing." -msgstr "" -"Konversi pengidentifikasi menjadi huruf besar, kecil, atau kapitalisasi." +msgstr "Konversi pengidentifikasi menjadi huruf besar, kecil, atau kapitalisasi." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:755 msgid "Strip comments?" @@ -15320,8 +15319,8 @@ msgid "" "If set to True, the indentations of the statements are changed, and " "statements are aligned by keywords." msgstr "" -"Jika diatur ke True, indentasi pernyataan diubah, dan pernyataan diselaraskan " -"dengan kata kunci." +"Jika diatur ke True, indentasi pernyataan diubah, dan pernyataan " +"diselaraskan dengan kata kunci." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:779 msgid "Spaces around operators?" @@ -15348,8 +15347,9 @@ msgid "" "The column limit (in characters) for wrapping comma-separated lists. If " "zero, it puts every item in the list on its own line." msgstr "" -"Batas kolom (dalam karakter) untuk membungkus daftar yang dipisahkan koma. " -"Jika nol, itu menempatkan setiap item dalam daftar pada baris sendiri." +"Batas kolom (dalam karakter) untuk membungkus daftar yang dipisahkan " +"koma. Jika nol, itu menempatkan setiap item dalam daftar pada baris " +"sendiri." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:804 msgid "Tab size" @@ -15365,11 +15365,11 @@ msgstr "Gunakan spasi?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:817 msgid "" -"Specifies whether or not to insert spaces instead of tabs when the tab key " -"or auto-indent are used." +"Specifies whether or not to insert spaces instead of tabs when the tab " +"key or auto-indent are used." msgstr "" -"Menentukan apakah akan memasukkan spasi atau tidak, bukan tab ketika kunci " -"tab atau indentasi-otomatis digunakan." +"Menentukan apakah akan memasukkan spasi atau tidak, bukan tab ketika " +"kunci tab atau indentasi-otomatis digunakan." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:825 msgid "Row Limit" @@ -15377,13 +15377,13 @@ msgstr "Batas baris" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:827 msgid "" -"This setting specifies the maximum number of rows that will be plotted on a " -"chart. Increasing this limit may impact performance if charts are plotted " -"with very high numbers of rows." +"This setting specifies the maximum number of rows that will be plotted on" +" a chart. Increasing this limit may impact performance if charts are " +"plotted with very high numbers of rows." msgstr "" "Pengaturan ini menentukan jumlah maksimum baris yang akan diplot pada " -"grafik. Meningkatkan batas ini dapat memengaruhi kinerja jika grafik diplot " -"dengan jumlah baris yang sangat tinggi." +"grafik. Meningkatkan batas ini dapat memengaruhi kinerja jika grafik " +"diplot dengan jumlah baris yang sangat tinggi." #: pgadmin/tools/user_management/__init__.py:46 msgid "Users" @@ -15506,8 +15506,8 @@ msgstr "Manajemen Pengguna" #: pgadmin/utils/__init__.py:333 msgid "" -"Utility file not found. Please correct the Binary Path in the Preferences " -"dialog" +"Utility file not found. Please correct the Binary Path in the Preferences" +" dialog" msgstr "" "File utilitas tidak ditemukan. Harap perbaiki Path Biner dalam dialog " "Preferensi" @@ -15518,7 +15518,8 @@ msgid "" "'%s' file not found. Please correct the Binary Path in the Preferences " "dialog" msgstr "" -"File '%s' tidak ditemukan. Harap perbaiki Path Biner dalam dialog Preferensi" +"File '%s' tidak ditemukan. Harap perbaiki Path Biner dalam dialog " +"Preferensi" #: pgadmin/utils/__init__.py:517 #, python-format @@ -15672,16 +15673,16 @@ msgstr "ID pengguna yang ditentukan (%s) tidak dapat ditemukan." #: pgadmin/utils/constants.py:126 msgid "" -"Access denied: You’re having limited access. You’re not allowed to Rename, " -"Delete or Create any files/folders" +"Access denied: You’re having limited access. You’re not allowed to " +"Rename, Delete or Create any files/folders" msgstr "" "Akses ditolak: Anda memiliki akses terbatas. Anda tidak diizinkan untuk " "mengganti nama, menghapus atau membuat file/folder apa pun" #: pgadmin/utils/exception.py:70 msgid "" -"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to the " -"database server." +"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to " +"the database server." msgstr "" "Koneksi ke Terowongan SSH untuk host '{0}' telah terputus. Hubungkan " "kembali ke server database." @@ -15745,12 +15746,12 @@ msgstr "" #: pgadmin/utils/driver/psycopg3/connection.py:704 msgid "" -"Failed to create cursor for psycopg3 connection with error message for the" -" server#{1}:{2}:\n" +"Failed to create cursor for psycopg3 connection with error message for " +"the server#{1}:{2}:\n" "{0}" msgstr "" -"Gagal membuat kursor untuk koneksi psycopg3 dengan pesan kesalahan untuk" -" server#{1}: {2}:\n" +"Gagal membuat kursor untuk koneksi psycopg3 dengan pesan kesalahan untuk " +"server#{1}: {2}:\n" "{0}" #: pgadmin/utils/driver/psycopg3/connection.py:716 @@ -15787,19 +15788,17 @@ msgstr "Tidak terhubung ke server database." #: pgadmin/utils/driver/psycopg3/connection.py:1599 msgid "" -"Asynchronous notification \"{0}\" with payload \"{1}\" received from server " -"process with PID {2}\n" +"Asynchronous notification \"{0}\" with payload \"{1}\" received from " +"server process with PID {2}\n" msgstr "" -"Notifikasi asinkron \"{0}\" dengan muatan \"{1}\" diterima dari " -"proses server dengan PID {2}\n" +"Notifikasi asinkron \"{0}\" dengan muatan \"{1}\" diterima dari proses " +"server dengan PID {2}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1605 msgid "" "Asynchronous notification \"{0}\" received from server process with PID " "{1}\n" -msgstr "" -"Notifikasi asinkron \"{0}\" diterima dari proses server dengan PID " -"{1}\n" +msgstr "Notifikasi asinkron \"{0}\" diterima dari proses server dengan PID {1}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1643 msgid "ERROR: " @@ -15848,3 +15847,4 @@ msgid "" msgstr "" "Gagal membuat terowongan SSH.\n" "Kesalahan: {0}" + diff --git a/web/pgadmin/translations/it/LC_MESSAGES/messages.mo b/web/pgadmin/translations/it/LC_MESSAGES/messages.mo index b45e68fc12fff25d9df840bc87f6c3ffdf7646e1..4d8412665326d82f05a9542b1c78b52631a41101 100644 GIT binary patch delta 47331 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 delta 63068 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 s#fw!lU5TJ}L7f_PY2PV#K*jb!O\n" -"Language-Team: Sgarbossa Domenico\n" "Language: it_IT\n" +"Language-Team: Sgarbossa Domenico\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.12.1\n" -"X-Generator: Poedit 3.0.1\n" #: pgadmin/__init__.py:351 pgadmin/authenticate/internal.py:26 msgid "Incorrect username or password." @@ -26,7 +25,8 @@ msgstr "Nome utente o password errati." #: pgadmin/__init__.py:660 pgadmin/__init__.py:710 msgid "Auto-detected {0} installation with the data directory at {1}" msgstr "" -"Installazione {0} rilevata automaticamente con la directory dei dati su {1}" +"Installazione {0} rilevata automaticamente con la directory dei dati su " +"{1}" #: pgadmin/__init__.py:794 msgid "403 FORBIDDEN" @@ -80,7 +80,8 @@ msgstr "Utente corrente" msgid "NW.js Version" msgstr "Versione di NW.js" -#: pgadmin/about/static/js/AboutComponent.jsx:105 pgadmin/browser/__init__.py:82 +#: pgadmin/about/static/js/AboutComponent.jsx:105 +#: pgadmin/browser/__init__.py:82 #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:351 msgid "Browser" msgstr "Esplora" @@ -151,13 +152,14 @@ msgstr "kerberos" #: pgadmin/authenticate/kerberos.py:171 msgid "Kerberos authentication can't be used as GSSAPI module couldn't be loaded." msgstr "" -"Impossibile utilizzare l'autenticazione Kerberos poiché non è stato possibile " -"caricare il modulo GSSAPI." +"Impossibile utilizzare l'autenticazione Kerberos poiché non è stato " +"possibile caricare il modulo GSSAPI." #: pgadmin/authenticate/kerberos.py:212 msgid "Kerberos authentication failed. Couldn't find kerberos ticket." msgstr "" -"Autenticazione Kerberos non riuscita. Impossibile trovare il biglietto Kerberos." +"Autenticazione Kerberos non riuscita. Impossibile trovare il biglietto " +"Kerberos." #: pgadmin/authenticate/kerberos.py:242 msgid "Delegated credentials not supplied." @@ -209,9 +211,11 @@ msgstr "Impossibile trovare l'utente specificato." #: pgadmin/authenticate/oauth2.py:150 msgid "" -"An email id is required to login into pgAdmin. Please update your Oauth2 profile." +"An email id is required to login into pgAdmin. Please update your Oauth2 " +"profile." msgstr "" -"È necessario un ID e-mail per accedere a pgAdmin. Aggiorna il tuo profilo Oauth2." +"È necessario un ID e-mail per accedere a pgAdmin. Aggiorna il tuo profilo" +" Oauth2." #: pgadmin/authenticate/oauth2.py:184 msgid "Please set the configuration parameters properly." @@ -232,7 +236,8 @@ msgstr "'{}' non è un metodo di autenticazione a più fattori valido" #: pgadmin/authenticate/mfa/__init__.py:104 msgid "No valid multi-factor authentication found, hence - disabling it." msgstr "" -"Nessuna autenticazione a più fattori valida trovata, quindi - disabilitarla." +"Nessuna autenticazione a più fattori valida trovata, quindi - " +"disabilitarla." #: pgadmin/authenticate/mfa/authenticator.py:30 msgid "Authenticator App" @@ -240,11 +245,11 @@ msgstr "App di autenticazione" #: pgadmin/authenticate/mfa/authenticator.py:59 msgid "" -"User has not registered the Time-based One-Time Password (TOTP) Authenticator " -"for authentication." +"User has not registered the Time-based One-Time Password (TOTP) " +"Authenticator for authentication." msgstr "" -"L'utente non ha registrato l'autenticatore TOTP (Time-based One-Time Password) " -"per l'autenticazione." +"L'utente non ha registrato l'autenticatore TOTP (Time-based One-Time " +"Password) per l'autenticazione." #: pgadmin/authenticate/mfa/authenticator.py:65 msgid "User does not have valid HASH to generate the OTP." @@ -252,11 +257,11 @@ msgstr "L'utente non dispone di un HASH valido per generare l'OTP." #: pgadmin/authenticate/mfa/authenticator.py:130 msgid "" -"Enter the code shown in your authenticator application for TOTP (Time-based One-" -"Time Password)" +"Enter the code shown in your authenticator application for TOTP (Time-" +"based One-Time Password)" msgstr "" -"Inserisci il codice mostrato nella tua applicazione di autenticazione per TOTP " -"(Time-based One-Time Password)" +"Inserisci il codice mostrato nella tua applicazione di autenticazione per" +" TOTP (Time-based One-Time Password)" #: pgadmin/authenticate/mfa/authenticator.py:134 #: pgadmin/authenticate/mfa/authenticator.py:186 @@ -270,9 +275,11 @@ msgstr "Autenticatore TOTP QRCode" #: pgadmin/authenticate/mfa/authenticator.py:183 msgid "" -"Scan the QR code and the enter the code from the TOTP Authenticator application" +"Scan the QR code and the enter the code from the TOTP Authenticator " +"application" msgstr "" -"Scansiona il codice QR e inserisci il codice dall'applicazione TOTP Authenticator" +"Scansiona il codice QR e inserisci il codice dall'applicazione TOTP " +"Authenticator" #: pgadmin/authenticate/mfa/authenticator.py:213 msgid "Failed to validate the code" @@ -301,8 +308,8 @@ msgstr "Impossibile inviare il codice all'e-mail." #: pgadmin/authenticate/mfa/email.py:93 msgid "A verification code was sent to {}. Check your email and enter the code." msgstr "" -"È stato inviato un codice di verifica a {}. Controlla la tua email e inserisci " -"il codice." +"È stato inviato un codice di verifica a {}. Controlla la tua email e " +"inserisci il codice." #: pgadmin/authenticate/mfa/email.py:148 msgid "User has not registered for email authentication" @@ -330,11 +337,12 @@ msgstr "Nota" #: pgadmin/authenticate/mfa/email.py:235 msgid "" -"This email address will only be used for two factor authentication purposes. The " -"email address for the user account will not be changed." +"This email address will only be used for two factor authentication " +"purposes. The email address for the user account will not be changed." msgstr "" -"Questo indirizzo e-mail verrà utilizzato solo per scopi di autenticazione a due " -"fattori. L'indirizzo e-mail dell'account utente non verrà modificato." +"Questo indirizzo e-mail verrà utilizzato solo per scopi di autenticazione" +" a due fattori. L'indirizzo e-mail dell'account utente non verrà " +"modificato." #: pgadmin/authenticate/mfa/email.py:267 msgid "Enter code here" @@ -375,8 +383,8 @@ msgstr "Si prega di chiudere la finestra di dialogo." #: pgadmin/authenticate/mfa/views.py:333 msgid "Can't access this page, when multi factor authentication is disabled." msgstr "" -"Impossibile accedere a questa pagina, quando l'autenticazione a più fattori è " -"disabilitata." +"Impossibile accedere a questa pagina, quando l'autenticazione a più " +"fattori è disabilitata." #: pgadmin/authenticate/mfa/views.py:339 msgid "Complete the authentication process first" @@ -523,20 +531,20 @@ msgstr "La password principale non può essere vuota" #: pgadmin/browser/__init__.py:1012 msgid "" -"Your account is authenticated using an external {} source. Please contact the " -"administrators of this service if you need to reset your password." +"Your account is authenticated using an external {} source. Please contact" +" the administrators of this service if you need to reset your password." msgstr "" -"Il tuo account è autenticato utilizzando una fonte {} esterna. Si prega di " -"contattare gli amministratori di questo servizio se è necessario reimpostare la " -"password." +"Il tuo account è autenticato utilizzando una fonte {} esterna. Si prega " +"di contattare gli amministratori di questo servizio se è necessario " +"reimpostare la password." #: pgadmin/browser/__init__.py:1118 msgid "" -"You successfully reset your password but your account is locked. Please contact " -"the Administrator." +"You successfully reset your password but your account is locked. Please " +"contact the Administrator." msgstr "" -"Hai reimpostato correttamente la tua password ma il tuo account è bloccato. Si " -"prega di contattare l'amministratore." +"Hai reimpostato correttamente la tua password ma il tuo account è " +"bloccato. Si prega di contattare l'amministratore." #: pgadmin/browser/register_browser_preferences.py:28 msgid "Show system objects?" @@ -550,28 +558,31 @@ msgstr "Mostra i database dei modelli?" msgid "Hide shared servers?" msgstr "Nascondere i server condivisi?" -#: pgadmin/browser/register_browser_preferences.py:42 pgadmin/utils/constants.py:20 +#: pgadmin/browser/register_browser_preferences.py:42 +#: pgadmin/utils/constants.py:20 msgid "Display" msgstr "Mostra" #: pgadmin/browser/register_browser_preferences.py:43 msgid "If set to True, then all shared servers will be hidden from browser tree" msgstr "" -"Se impostato su True, tutti i server condivisi saranno nascosti dalla struttura " -"del browser" +"Se impostato su True, tutti i server condivisi saranno nascosti dalla " +"struttura del browser" #: pgadmin/browser/register_browser_preferences.py:51 msgid "Object explorer tree state saving interval" msgstr "" -"Intervallo di salvataggio dello stato della vista ad albero Esplora oggetti" +"Intervallo di salvataggio dello stato della vista ad albero Esplora " +"oggetti" #: pgadmin/browser/register_browser_preferences.py:53 msgid "" -"Object explorer state saving interval in seconds. Use -1 to disable the tree " -"saving mechanism." +"Object explorer state saving interval in seconds. Use -1 to disable the " +"tree saving mechanism." msgstr "" -"Intervallo di salvataggio dello stato della vista ad albero Esplora oggetti in " -"secondi. Utilizzare -1 per disabilitare il meccanismo di salvataggio dello stato." +"Intervallo di salvataggio dello stato della vista ad albero Esplora " +"oggetti in secondi. Utilizzare -1 per disabilitare il meccanismo di " +"salvataggio dello stato." #: pgadmin/browser/register_browser_preferences.py:61 msgid "Confirm on close or refresh?" @@ -579,25 +590,26 @@ msgstr "Conferma alla chiusura o aggiorna?" #: pgadmin/browser/register_browser_preferences.py:63 msgid "" -"Confirm closure or refresh of the browser or browser tab is intended before " -"proceeding." +"Confirm closure or refresh of the browser or browser tab is intended " +"before proceeding." msgstr "" -"Prima di procedere, confermare la chiusura o l'aggiornamento del browser o della " -"scheda del browser." +"Prima di procedere, confermare la chiusura o l'aggiornamento del browser " +"o della scheda del browser." #: pgadmin/browser/register_browser_preferences.py:71 msgid "Confirm before Close/Reset in object properties dialog?" msgstr "" -"Conferma prima di Chiudi / Ripristina nella finestra di dialogo delle proprietà " -"dell'oggetto?" +"Conferma prima di Chiudi / Ripristina nella finestra di dialogo delle " +"proprietà dell'oggetto?" #: pgadmin/browser/register_browser_preferences.py:74 msgid "" -"Confirm before closing or resetting the changes in the properties dialog for an " -"object if the changes are not saved." +"Confirm before closing or resetting the changes in the properties dialog " +"for an object if the changes are not saved." msgstr "" -"Conferma prima di chiudere o ripristinare le modifiche nella finestra di dialogo " -"delle proprietà di un oggetto se le modifiche non sono state salvate." +"Conferma prima di chiudere o ripristinare le modifiche nella finestra di " +"dialogo delle proprietà di un oggetto se le modifiche non sono state " +"salvate." #: pgadmin/browser/register_browser_preferences.py:82 msgid "Auto-expand sole children" @@ -605,8 +617,8 @@ msgstr "Espandere automaticamente i figli unici" #: pgadmin/browser/register_browser_preferences.py:84 msgid "" -"If a treeview node is expanded and has only a single child, automatically expand " -"the child node as well." +"If a treeview node is expanded and has only a single child, automatically" +" expand the child node as well." msgstr "" "Se un nodo treeview viene espanso e ha solo un singolo figlio, espande " "automaticamente anche il nodo figlio." @@ -631,10 +643,11 @@ msgstr "Righe massime della cronologia delle operazioni" #: pgadmin/browser/register_browser_preferences.py:116 msgid "" -"The maximum number of history rows to show on the Statistics tab for pgAgent jobs" +"The maximum number of history rows to show on the Statistics tab for " +"pgAgent jobs" msgstr "" -"Il numero massimo di righe della cronologia da mostrare nella scheda Statistiche " -"per i lavori pgAgent" +"Il numero massimo di righe della cronologia da mostrare nella scheda " +"Statistiche per i lavori pgAgent" #: pgadmin/browser/register_browser_preferences.py:124 msgid "Process details/logs retention days" @@ -647,10 +660,11 @@ msgstr "Processi" #: pgadmin/browser/register_browser_preferences.py:127 msgid "" -"After this many days, the process info and logs will be automatically cleared." +"After this many days, the process info and logs will be automatically " +"cleared." msgstr "" -"Dopo questi molti giorni, le informazioni sul processo e i registri verranno " -"automaticamente cancellati." +"Dopo questi molti giorni, le informazioni sul processo e i registri " +"verranno automaticamente cancellati." #: pgadmin/browser/register_browser_preferences.py:134 #: pgadmin/tools/sqleditor/static/js/components/dialogs/MacrosDialog.jsx:41 @@ -713,7 +727,8 @@ msgstr "Vedi dati" #: pgadmin/browser/register_browser_preferences.py:279 #: pgadmin/browser/static/js/preferences.js:143 #: pgadmin/browser/static/js/preferences.js:145 -#: pgadmin/browser/static/js/toolbar.js:30 pgadmin/browser/static/js/toolbar.js:31 +#: pgadmin/browser/static/js/toolbar.js:30 +#: pgadmin/browser/static/js/toolbar.js:31 #: pgadmin/browser/static/js/toolbar.js:138 #: pgadmin/tools/search_objects/__init__.py:26 #: pgadmin/tools/search_objects/static/js/index.js:86 @@ -778,11 +793,11 @@ msgstr "Dimensione della scheda dinamica" #: pgadmin/browser/register_browser_preferences.py:473 msgid "" -"If set to True, the tabs will take full size as per the title, it will also " -"applicable for already opened tabs" +"If set to True, the tabs will take full size as per the title, it will " +"also applicable for already opened tabs" msgstr "" -"Se impostato su True, le schede assumeranno la dimensione intera come da titolo, " -"sarà applicabile anche alle schede già aperte" +"Se impostato su True, le schede assumeranno la dimensione intera come da " +"titolo, sarà applicabile anche alle schede già aperte" #: pgadmin/browser/register_browser_preferences.py:480 msgid "Query tool tab title" @@ -791,13 +806,13 @@ msgstr "Titolo della scheda Strumento query" #: pgadmin/browser/register_browser_preferences.py:483 #: pgadmin/browser/register_browser_preferences.py:554 msgid "" -"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users can " -"provide any string with or without placeholders of their choice. The blank title " -"will be revert back to the default title with placeholders." +"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users " +"can provide any string with or without placeholders of their choice. The " +"blank title will be revert back to the default title with placeholders." msgstr "" -"I segnaposto supportati sono%DATABASE%,%USERNAME% e%SERVER%. Gli utenti possono " -"fornire qualsiasi stringa con o senza segnaposto di loro scelta. Il titolo vuoto " -"verrà ripristinato al titolo predefinito con segnaposto." +"I segnaposto supportati sono%DATABASE%,%USERNAME% e%SERVER%. Gli utenti " +"possono fornire qualsiasi stringa con o senza segnaposto di loro scelta. " +"Il titolo vuoto verrà ripristinato al titolo predefinito con segnaposto." #: pgadmin/browser/register_browser_preferences.py:493 msgid "View/Edit data tab title" @@ -805,14 +820,15 @@ msgstr "Visualizza / Modifica il titolo della scheda dati" #: pgadmin/browser/register_browser_preferences.py:496 msgid "" -"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and " -"%SERVER%. Users can provide any string with or without placeholders of their " -"choice. The blank title will be revert back to the default title with " -"placeholders." +"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and" +" %SERVER%. Users can provide any string with or without placeholders of " +"their choice. The blank title will be revert back to the default title " +"with placeholders." msgstr "" -"I segnaposto supportati sono%SCHEMA%,%TABLE%,%DATABASE%,%USERNAME% e%SERVER%. " -"Gli utenti possono fornire qualsiasi stringa con o senza segnaposto di loro " -"scelta. Il titolo vuoto verrà ripristinato al titolo predefinito con segnaposto." +"I segnaposto supportati sono%SCHEMA%,%TABLE%,%DATABASE%,%USERNAME% " +"e%SERVER%. Gli utenti possono fornire qualsiasi stringa con o senza " +"segnaposto di loro scelta. Il titolo vuoto verrà ripristinato al titolo " +"predefinito con segnaposto." #: pgadmin/browser/register_browser_preferences.py:506 msgid "Debugger tab title" @@ -821,19 +837,23 @@ msgstr "Titolo della scheda Debugger" #: pgadmin/browser/register_browser_preferences.py:509 #, python-format msgid "" -"Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA% and %DATABASE%. Users " -"can provide any string with or without placeholders of their choice. The blank " -"title will be revert back to the default title with placeholders." +"Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA% and %DATABASE%. " +"Users can provide any string with or without placeholders of their " +"choice. The blank title will be revert back to the default title with " +"placeholders." msgstr "" -"I segnaposto supportati sono%FUNCTION%,%ARGS%,%SCHEMA% and %DATABASE%. Gli " -"utenti possono fornire qualsiasi stringa con o senza segnaposto di loro scelta. " -"Il titolo vuoto verrà ripristinato al titolo predefinito con segnaposto." +"I segnaposto supportati sono%FUNCTION%,%ARGS%,%SCHEMA% and %DATABASE%. " +"Gli utenti possono fornire qualsiasi stringa con o senza segnaposto di " +"loro scelta. Il titolo vuoto verrà ripristinato al titolo predefinito con" +" segnaposto." #: pgadmin/browser/register_browser_preferences.py:518 -#: pgadmin/browser/static/js/collection.js:76 pgadmin/browser/static/js/node.js:229 +#: pgadmin/browser/static/js/collection.js:76 +#: pgadmin/browser/static/js/node.js:229 #: pgadmin/browser/static/js/preferences.js:135 #: pgadmin/browser/static/js/preferences.js:137 -#: pgadmin/browser/static/js/toolbar.js:60 pgadmin/browser/static/js/toolbar.js:61 +#: pgadmin/browser/static/js/toolbar.js:60 +#: pgadmin/browser/static/js/toolbar.js:61 #: pgadmin/browser/static/js/toolbar.js:132 #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:281 #: pgadmin/preferences/static/js/components/PreferencesTree.jsx:54 @@ -866,8 +886,10 @@ msgid "ERD Tool" msgstr "Strumento ERD" #: pgadmin/browser/register_browser_preferences.py:526 -#: pgadmin/browser/static/js/collection.js:93 pgadmin/browser/static/js/node.js:248 -#: pgadmin/browser/static/js/toolbar.js:73 pgadmin/browser/static/js/toolbar.js:74 +#: pgadmin/browser/static/js/collection.js:93 +#: pgadmin/browser/static/js/node.js:248 +#: pgadmin/browser/static/js/toolbar.js:73 +#: pgadmin/browser/static/js/toolbar.js:74 #: pgadmin/browser/static/js/toolbar.js:140 #: pgadmin/tools/psql/static/js/psql_module.js:62 #: pgadmin/tools/psql/static/js/psql_module.js:126 @@ -880,12 +902,12 @@ msgstr "Apri in una nuova tab del browser" #: pgadmin/browser/register_browser_preferences.py:533 msgid "" -"Select Query Tool, Debugger, Schema Diff, ERD Tool or PSQL Tool from the drop-" -"down to set open in new browser tab for that particular module." +"Select Query Tool, Debugger, Schema Diff, ERD Tool or PSQL Tool from the " +"drop-down to set open in new browser tab for that particular module." msgstr "" -"Selezionare Query Tool, Debugger, Schema Diff, ERD Tool o PSQL Tool dal menu a " -"discesa per impostare l'apertura in una nuova scheda del browser per quel " -"particolare modulo." +"Selezionare Query Tool, Debugger, Schema Diff, ERD Tool o PSQL Tool dal " +"menu a discesa per impostare l'apertura in una nuova scheda del browser " +"per quel particolare modulo." #: pgadmin/browser/register_browser_preferences.py:543 msgid "Select open new tab..." @@ -904,9 +926,9 @@ msgid "" "Enable breadcrumbs to show the complete path of an object in the object " "explorer. The breadcrumbs are displayed on object mouse hover." msgstr "" -"Abilita navigazione breadcrumb per mostrare il percorso completo di un oggetto " -"in Esplora oggetti. I breadcrumb vengono visualizzati al passaggio del mouse " -"sull'oggetto." +"Abilita navigazione breadcrumb per mostrare il percorso completo di un " +"oggetto in Esplora oggetti. I breadcrumb vengono visualizzati al " +"passaggio del mouse sull'oggetto." #: pgadmin/browser/register_browser_preferences.py:576 msgid "Show comment with object breadcrumbs?" @@ -932,9 +954,9 @@ msgstr "Mancano le proprietà richieste." #: pgadmin/browser/server_groups/servers/roles/__init__.py:663 #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:124 #: pgadmin/browser/templates/browser/js/messages.js:29 -#: pgadmin/browser/templates/browser/js/messages.js:48 pgadmin/browser/utils.py:445 -#: pgadmin/static/js/utils.js:543 pgadmin/tools/grant_wizard/__init__.py:107 -#: pgadmin/utils/exception.py:37 +#: pgadmin/browser/templates/browser/js/messages.js:48 +#: pgadmin/browser/utils.py:445 pgadmin/static/js/utils.js:543 +#: pgadmin/tools/grant_wizard/__init__.py:107 pgadmin/utils/exception.py:37 msgid "Connection to the server has been lost." msgstr "La connessione al server è stata persa." @@ -978,8 +1000,8 @@ msgid "" "The specified server could not be found.\n" "Does the user have permission to access the server?" msgstr "" -"Impossibile trovare il server specificato. \\ NL'utente ha i permessi per " -"accedere al server?" +"Impossibile trovare il server specificato. \\ NL'utente ha i permessi per" +" accedere al server?" #: pgadmin/browser/server_groups/servers/__init__.py:728 msgid "Server deleted" @@ -1187,11 +1209,11 @@ msgstr "Percorso binario Advanced Server EDB" #: pgadmin/browser/server_groups/servers/ppas.py:16 msgid "" -"Path to the directory containing the EDB Advanced Server utility programs " -"(pg_dump, pg_restore etc)." +"Path to the directory containing the EDB Advanced Server utility programs" +" (pg_dump, pg_restore etc)." msgstr "" -"Percorso della directory contenente i programmi di utilità EDB Advanced Server " -"(pg_dump, pg_restore ecc.)." +"Percorso della directory contenente i programmi di utilità EDB Advanced " +"Server (pg_dump, pg_restore ecc.)." #: pgadmin/browser/server_groups/servers/ppas.py:26 msgid "EDB Advanced Server" @@ -1204,13 +1226,14 @@ msgstr "Percorso binario PostgreSQL" #: pgadmin/browser/server_groups/servers/types.py:34 msgid "" -"Path to the directory containing the PostgreSQL utility programs (pg_dump, " -"pg_restore etc)." +"Path to the directory containing the PostgreSQL utility programs " +"(pg_dump, pg_restore etc)." msgstr "" -"Percorso della directory contenente i programmi di utilità PostgreSQL (pg_dump, " -"pg_restore ecc.)." +"Percorso della directory contenente i programmi di utilità PostgreSQL " +"(pg_dump, pg_restore ecc.)." -#: pgadmin/browser/server_groups/servers/types.py:62 pgadmin/help/__init__.py:59 +#: pgadmin/browser/server_groups/servers/types.py:62 +#: pgadmin/help/__init__.py:59 msgid "Paths" msgstr "Percorsi" @@ -2238,7 +2261,8 @@ msgstr "Tipo" #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:144 #: pgadmin/tools/restore/static/js/restore.ui.js:438 #: pgadmin/tools/restore/static/js/restore.ui.js:444 -#: pgadmin/tools/restore/static/js/restore.ui.js:450 pgadmin/utils/constants.py:22 +#: pgadmin/tools/restore/static/js/restore.ui.js:450 +#: pgadmin/utils/constants.py:22 msgid "Options" msgstr "Opzioni" @@ -2497,13 +2521,14 @@ msgstr "Solo la tabella?" #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:141 msgid "" -"If ONLY is specified before the table name, only that table is added to the " -"publication. If ONLY is not specified, the table and all its descendant tables " -"(if any) are added." +"If ONLY is specified before the table name, only that table is added to " +"the publication. If ONLY is not specified, the table and all its " +"descendant tables (if any) are added." msgstr "" -"Se viene specificato ONLY prima del nome della tabella, solo quella tabella " -"viene aggiunta alla pubblicazione. Se ONLY non è specificato, vengono aggiunte " -"la tabella e tutte le sue tabelle discendenti (se presenti)." +"Se viene specificato ONLY prima del nome della tabella, solo quella " +"tabella viene aggiunta alla pubblicazione. Se ONLY non è specificato, " +"vengono aggiunte la tabella e tutte le sue tabelle discendenti (se " +"presenti)." #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:143 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:57 @@ -2544,11 +2569,11 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:640 #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:943 msgid "" -"Could not find the schema in the database. It may have been removed by another " -"user." +"Could not find the schema in the database. It may have been removed by " +"another user." msgstr "" -"Impossibile trovare lo schema nel database. Potrebbe essere stato rimosso da un " -"altro utente." +"Impossibile trovare lo schema nel database. Potrebbe essere stato rimosso" +" da un altro utente." #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:810 msgid "The specified schema could not be found.\n" @@ -2775,8 +2800,8 @@ msgstr "Collations" #: pgadmin/browser/server_groups/servers/databases/schemas/collations/__init__.py:474 #: pgadmin/browser/server_groups/servers/databases/schemas/collations/static/js/collation.ui.js:170 msgid "" -"Definition incomplete. Please provide Locale OR Copy Collation OR LC_TYPE/" -"LC_COLLATE." +"Definition incomplete. Please provide Locale OR Copy Collation OR " +"LC_TYPE/LC_COLLATE." msgstr "" "Definizione incompleta. Fornisci impostazioni internazionali O Copia " "fascicolazione OR LC_TYPE / LC_COLLATE." @@ -2830,7 +2855,8 @@ msgid "" msgstr "" "\n" "Impossibile trovare il nominio nel database.\n" -"Potrebbe essere stato rimosso da un altro utente o spostate su un altro schema.\n" +"Potrebbe essere stato rimosso da un altro utente o spostate su un altro " +"schema.\n" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/__init__.py:682 msgid "Domain dropped" @@ -3039,14 +3065,14 @@ msgid "" "Could not generate reversed engineered query for the FTS Configuration.\n" "{0}" msgstr "" -"Impossibile generare la query di ingegneria inversa per la configurazione FTS. " -"\\n {0}" +"Impossibile generare la query di ingegneria inversa per la configurazione" +" FTS. \\n {0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:948 msgid "Could not generate reversed engineered query for FTS Configuration node." msgstr "" -"Impossibile generare una query di ingegneria inversa per il nodo Configurazione " -"FTS." +"Impossibile generare una query di ingegneria inversa per il nodo " +"Configurazione FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/static/js/fts_configuration.js:51 msgid "FTS Configuration" @@ -3164,12 +3190,14 @@ msgid "" "Could not generate reversed engineered query for the FTS Parser.\n" "{0}" msgstr "" -"Impossibile generare la query di ingegneria inversa per il parser FTS. \\n {0}" +"Impossibile generare la query di ingegneria inversa per il parser FTS. " +"\\n {0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/__init__.py:889 msgid "Could not generate reversed engineered query for FTS Parser node." msgstr "" -"Impossibile generare la query di ingegneria inversa per il nodo parser FTS." +"Impossibile generare la query di ingegneria inversa per il nodo parser " +"FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/static/js/fts_parser.js:49 msgid "FTS Parser" @@ -3219,12 +3247,14 @@ msgid "" "Could not generate reversed engineered query for the FTS Template.\n" "{0}" msgstr "" -"Impossibile generare una query di ingegneria inversa per il modello FTS. \\n {0}" +"Impossibile generare una query di ingegneria inversa per il modello FTS. " +"\\n {0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:760 msgid "Could not generate reversed engineered query for FTS Template node." msgstr "" -"Impossibile generare una query di ingegneria inversa per il nodo Modello FTS." +"Impossibile generare una query di ingegneria inversa per il nodo Modello " +"FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/static/js/fts_template.js:49 msgid "FTS Template" @@ -3693,8 +3723,8 @@ msgstr "Intestazione" #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:129 msgid "Updating the package header definition may remove its existing body." msgstr "" -"L'aggiornamento della definizione dell'intestazione del pacchetto potrebbe " -"rimuoverne il corpo." +"L'aggiornamento della definizione dell'intestazione del pacchetto " +"potrebbe rimuoverne il corpo." #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:115 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:131 @@ -3789,16 +3819,16 @@ msgstr "Posseduto da" #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:173 msgid "" -"The OWNED BY option causes the sequence to be associated with a specific table " -"column, such that if that column (or its whole table) is dropped, the sequence " -"will be automatically dropped as well. The specified table must have the same " -"owner and be in the same schema as the sequence." +"The OWNED BY option causes the sequence to be associated with a specific " +"table column, such that if that column (or its whole table) is dropped, " +"the sequence will be automatically dropped as well. The specified table " +"must have the same owner and be in the same schema as the sequence." msgstr "" -"L'opzione OWNED BY fa in modo che la sequenza venga associata a una colonna " -"specifica della tabella, in modo tale che se quella colonna (o l'intera tabella) " -"viene eliminata, anche la sequenza verrà automaticamente eliminata. La tabella " -"specificata deve avere lo stesso proprietario ed essere nello stesso schema " -"della sequenza." +"L'opzione OWNED BY fa in modo che la sequenza venga associata a una " +"colonna specifica della tabella, in modo tale che se quella colonna (o " +"l'intera tabella) viene eliminata, anche la sequenza verrà " +"automaticamente eliminata. La tabella specificata deve avere lo stesso " +"proprietario ed essere nello stesso schema della sequenza." #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:261 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:651 @@ -3953,12 +3983,12 @@ msgstr "Tabella troncata" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:2057 msgid "" -"The table is currently locked and the operation cannot be completed. Please try " -"again later. \r\n" +"The table is currently locked and the operation cannot be completed. " +"Please try again later. \r\n" "Blocking Process ID : {0} Application Name : {1}" msgstr "" -"La tabella è attualmente bloccata e l'operazione non può essere completata. Per " -"favore riprova più tardi.\n" +"La tabella è attualmente bloccata e l'operazione non può essere " +"completata. Per favore riprova più tardi.\n" "ID processo di blocco: {0} Nome applicazione: {1}" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/__init__.py:496 @@ -4712,10 +4742,11 @@ msgstr "Avviso" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:334 msgid "" -"Changing access method will clear columns collection. Do you want to continue?" +"Changing access method will clear columns collection. Do you want to " +"continue?" msgstr "" -"La modifica del metodo di accesso cancellerà la raccolta di colonne. Vuoi " -"continuare?" +"La modifica del metodo di accesso cancellerà la raccolta di colonne. Vuoi" +" continuare?" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:374 msgid "Unique?" @@ -5023,7 +5054,8 @@ msgstr "Colonna: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:898 msgid "User can select any column from the list of available columns." msgstr "" -"L'utente può selezionare qualsiasi colonna dalla lista delle colonne disponibili." +"L'utente può selezionare qualsiasi colonna dalla lista delle colonne " +"disponibili." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:361 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:900 @@ -5034,7 +5066,8 @@ msgstr "Espressione: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:901 msgid "User can specify expression to create partition key." msgstr "" -"L'utente può indicare un'espressione per creare la chiave della partizione." +"L'utente può indicare un'espressione per creare la chiave della " +"partizione." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:364 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:903 @@ -5044,13 +5077,14 @@ msgstr "Esempio: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:365 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:904 msgid "" -"Let's say, we want to create a partition table based per year for the column " -"'saledate', having datatype 'date/timestamp', then we need to specify the " -"expression as 'extract(YEAR from saledate)' as partition key." +"Let's say, we want to create a partition table based per year for the " +"column 'saledate', having datatype 'date/timestamp', then we need to " +"specify the expression as 'extract(YEAR from saledate)' as partition key." msgstr "" -"Se vogliamo creare una tabella delle partizioni in base all'anno per la colonna " -"'saledate', con tipo di dati 'data / timestamp', quindi dobbiamo specificare " -"l'espressione come 'extract (YEAR from saledate)' come chiave di partizione." +"Se vogliamo creare una tabella delle partizioni in base all'anno per la " +"colonna 'saledate', con tipo di dati 'data / timestamp', quindi dobbiamo " +"specificare l'espressione come 'extract (YEAR from saledate)' come chiave" +" di partizione." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:383 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:922 @@ -5065,12 +5099,12 @@ msgstr "Creazione tabella: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:396 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:935 msgid "" -"User can create multiple partitions while creating new partitioned table. " -"Operation switch is disabled in this scenario." +"User can create multiple partitions while creating new partitioned table." +" Operation switch is disabled in this scenario." msgstr "" -"L'utente può creare partizioni multiple mentre è in fase di creazione un nuova " -"tabella partizionata. Il cambio di operazione è disabilitato in questa " -"situazione." +"L'utente può creare partizioni multiple mentre è in fase di creazione un " +"nuova tabella partizionata. Il cambio di operazione è disabilitato in " +"questa situazione." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:398 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:937 @@ -5080,12 +5114,12 @@ msgstr "Modifica tabella esistente: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:399 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:938 msgid "" -"User can create/attach/detach multiple partitions. In attach operation user can " -"select table from the list of suitable tables to be attached." +"User can create/attach/detach multiple partitions. In attach operation " +"user can select table from the list of suitable tables to be attached." msgstr "" -"L'utente può creare/agganciare/sganciare molteplici partizioni. In fase di " -"aggancio l'utente può selezionare la tabella dalla lista delle tabelle adatte ad " -"essere agganciate." +"L'utente può creare/agganciare/sganciare molteplici partizioni. In fase " +"di aggancio l'utente può selezionare la tabella dalla lista delle tabelle" +" adatte ad essere agganciate." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:401 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:940 @@ -5098,8 +5132,8 @@ msgid "" "The default partition can store rows that do not fall into any existing " "partition’s range or list." msgstr "" -"La partizione di default può memorizzare righe che non fanno parte in nessun " -"insieme o lista delle partizioni esistenti." +"La partizione di default può memorizzare righe che non fanno parte in " +"nessun insieme o lista delle partizioni esistenti." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:404 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:943 @@ -5109,12 +5143,12 @@ msgstr "Da/A/In ingresso: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:405 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:944 msgid "" -"From/To/In input: Values for these fields must be quoted with single quote. For " -"more than one partition key values must be comma(,) separated." +"From/To/In input: Values for these fields must be quoted with single " +"quote. For more than one partition key values must be comma(,) separated." msgstr "" "Da / A / In input: i valori per questi campi devono essere indicati con " -"virgolette singole. Per più di una chiave di partizione i valori devono essere " -"separati da virgola (,)." +"virgolette singole. Per più di una chiave di partizione i valori devono " +"essere separati da virgola (,)." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:407 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:946 @@ -5124,12 +5158,12 @@ msgstr "Esempio: Da/A: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:408 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:947 msgid "" -"Enabled for range partition. Consider partitioned table with multiple keys of " -"type Integer, then values should be specified like '100','200'." +"Enabled for range partition. Consider partitioned table with multiple " +"keys of type Integer, then values should be specified like '100','200'." msgstr "" -"Abilita per l'insieme della partizione. Considera la tabella partizionata con " -"più chiavi di tipo Intero, quindi i valori devono essere specificati come '100', " -"'200'." +"Abilita per l'insieme della partizione. Considera la tabella partizionata" +" con più chiavi di tipo Intero, quindi i valori devono essere specificati" +" come '100', '200'." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:410 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:949 @@ -5139,11 +5173,11 @@ msgstr "In: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:411 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:950 msgid "" -"Enabled for list partition. Values must be comma(,) separated and quoted with " -"single quote." +"Enabled for list partition. Values must be comma(,) separated and quoted " +"with single quote." msgstr "" -"Abilitato per la partizione elenco. I valori devono essere separati da virgola " -"(,) e indicati tra virgolette singole." +"Abilitato per la partizione elenco. I valori devono essere separati da " +"virgola (,) e indicati tra virgolette singole." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:413 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:952 @@ -5218,18 +5252,20 @@ msgstr "Usando: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:106 msgid "" -"This expression will be added to queries that refer to the table if row level " -"security is enabled. Rows for which the expression returns true will be visible. " -"Any rows for which the expression returns false or null will not be visible to " -"the user (in a SELECT), and will not be available for modification (in an UPDATE " -"or DELETE). Such rows are silently suppressed; no error is reported." +"This expression will be added to queries that refer to the table if row " +"level security is enabled. Rows for which the expression returns true " +"will be visible. Any rows for which the expression returns false or null " +"will not be visible to the user (in a SELECT), and will not be available " +"for modification (in an UPDATE or DELETE). Such rows are silently " +"suppressed; no error is reported." msgstr "" -"Questa espressione verrà aggiunta alle query che fanno riferimento alla tabella " -"se la sicurezza a livello di riga è abilitata. Le righe per le quali " -"l'espressione restituisce true saranno visibili. Le righe per le quali " -"l'espressione restituisce false o null non saranno visibili all'utente (in un " -"SELECT) e non saranno disponibili per la modifica (in un UPDATE o DELETE). Tali " -"file vengono silenziosamente eliminate; non viene segnalato alcun errore." +"Questa espressione verrà aggiunta alle query che fanno riferimento alla " +"tabella se la sicurezza a livello di riga è abilitata. Le righe per le " +"quali l'espressione restituisce true saranno visibili. Le righe per le " +"quali l'espressione restituisce false o null non saranno visibili " +"all'utente (in un SELECT) e non saranno disponibili per la modifica (in " +"un UPDATE o DELETE). Tali file vengono silenziosamente eliminate; non " +"viene segnalato alcun errore." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:108 msgid "With check: " @@ -5237,17 +5273,18 @@ msgstr "Con verifica: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:109 msgid "" -"This expression will be used in INSERT and UPDATE queries against the table if " -"row level security is enabled. Only rows for which the expression evaluates to " -"true will be allowed. An error will be thrown if the expression evaluates to " -"false or null for any of the records inserted or any of the records that result " -"from the update." +"This expression will be used in INSERT and UPDATE queries against the " +"table if row level security is enabled. Only rows for which the " +"expression evaluates to true will be allowed. An error will be thrown if " +"the expression evaluates to false or null for any of the records inserted" +" or any of the records that result from the update." msgstr "" -"Questa espressione verrà utilizzata nelle query INSERT e UPDATE sulla tabella se " -"la sicurezza a livello di riga è abilitata. Saranno consentite solo le righe per " -"le quali l'espressione viene valutata vera. Verrà generato un errore se " -"l'espressione restituisce false o null per uno qualsiasi dei record inseriti o " -"uno dei record risultanti dall'aggiornamento." +"Questa espressione verrà utilizzata nelle query INSERT e UPDATE sulla " +"tabella se la sicurezza a livello di riga è abilitata. Saranno consentite" +" solo le righe per le quali l'espressione viene valutata vera. Verrà " +"generato un errore se l'espressione restituisce false o null per uno " +"qualsiasi dei record inseriti o uno dei record risultanti " +"dall'aggiornamento." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/__init__.py:45 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/static/js/rule.js:39 @@ -5415,13 +5452,14 @@ msgstr "Verifica policy?" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:606 msgid "" -"Please check if any policy exists. If no policy exists for the table, a default-" -"deny policy is used, meaning that no rows are visible or can be modified by " -"other users" +"Please check if any policy exists. If no policy exists for the table, a " +"default-deny policy is used, meaning that no rows are visible or can be " +"modified by other users" msgstr "" -"Si prega di verificare se esiste una criterio. Se non esiste alcun criterio per " -"la tabella, viene utilizzato un criterio di rifiuto predefinito, il che " -"significa che nessuna riga è visibile o può essere modificata da altri utenti" +"Si prega di verificare se esiste una criterio. Se non esiste alcun " +"criterio per la tabella, viene utilizzato un criterio di rifiuto " +"predefinito, il che significa che nessuna riga è visibile o può essere " +"modificata da altri utenti" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:612 msgid "Force RLS Policy?" @@ -5881,7 +5919,8 @@ msgstr "Il sottotipo deve essere definito nell'insieme dei tipi." #: pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py:987 msgid "External types require both input and output conversion functions." msgstr "" -"I tipi esterni richiedono entrambe le funzioni di conversione di input e output." +"I tipi esterni richiedono entrambe le funzioni di conversione di input e " +"output." #: pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py:1174 msgid "The specified type could not be found.\n" @@ -6154,8 +6193,10 @@ msgid "Refresh Materialized View" msgstr "Aggiorna vista materializzata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:183 -#: pgadmin/tools/backup/__init__.py:110 pgadmin/tools/import_export/__init__.py:101 -#: pgadmin/tools/maintenance/__init__.py:67 pgadmin/tools/restore/__init__.py:85 +#: pgadmin/tools/backup/__init__.py:110 +#: pgadmin/tools/import_export/__init__.py:101 +#: pgadmin/tools/maintenance/__init__.py:67 +#: pgadmin/tools/restore/__init__.py:85 msgid "Not available" msgstr "Not available" @@ -6175,7 +6216,8 @@ msgstr "Vista eliminata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1729 msgid "" "\n" -"-- Changing the columns in a view requires dropping and re-creating the view.\n" +"-- Changing the columns in a view requires dropping and re-creating the " +"view.\n" "-- This may fail if other objects are dependent upon this view,\n" "-- or may cause procedural functions to fail if they are not modified to\n" "-- take account of the changes.\n" @@ -6189,13 +6231,14 @@ msgstr "" "-- tenere conto delle modifiche.\n" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Impossibile trovare il server specificato" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2213 -#: pgadmin/tools/backup/__init__.py:361 pgadmin/tools/maintenance/__init__.py:218 +#: pgadmin/tools/backup/__init__.py:361 +#: pgadmin/tools/maintenance/__init__.py:218 #: pgadmin/tools/restore/__init__.py:184 msgid "Please connect to the server first." msgstr "Per favore, connettiti prima al server." @@ -6206,9 +6249,9 @@ msgstr "Processo di aggiornamento della vista materializzata creato." #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 -#: pgadmin/tools/maintenance/__init__.py:298 pgadmin/tools/restore/__init__.py:170 -#: pgadmin/tools/restore/__init__.py:427 +#: pgadmin/tools/import_export/__init__.py:397 +#: pgadmin/tools/maintenance/__init__.py:298 +#: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." msgstr "Impossibile trovare il server specificato." @@ -6264,7 +6307,8 @@ msgstr "Utilità non trovata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:212 msgid "Failed to create materialized view refresh job." msgstr "" -"Impossibile creare il processo di aggiornamento della vista materializzata." +"Impossibile creare il processo di aggiornamento della vista " +"materializzata." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:219 #: pgadmin/tools/import_export/static/js/import_export.js:192 @@ -6291,11 +6335,12 @@ msgstr "Inserisci la definizione di visualizzazione." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.ui.js:150 msgid "" -"Updating the definition will drop and re-create the materialized view. It may " -"result in loss of information about its dependent objects." +"Updating the definition will drop and re-create the materialized view. It" +" may result in loss of information about its dependent objects." msgstr "" -"L'aggiornamento della definizione eliminerà e ricrea la vista materializzata. " -"Potrebbe provocare la perdita di informazioni sui suoi oggetti dipendenti." +"L'aggiornamento della definizione eliminerà e ricrea la vista " +"materializzata. Potrebbe provocare la perdita di informazioni sui suoi " +"oggetti dipendenti." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:87 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:93 @@ -6334,14 +6379,15 @@ msgstr "Inserisci il codice sorgente della vista." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:172 msgid "" -"Changing the columns in a view requires dropping and re-creating the view. This " -"may fail if other objects are dependent upon this view, or may cause procedural " -"functions to fail if they are not modified to take account of the changes." +"Changing the columns in a view requires dropping and re-creating the " +"view. This may fail if other objects are dependent upon this view, or may" +" cause procedural functions to fail if they are not modified to take " +"account of the changes." msgstr "" "La modifica delle colonne in una vista richiede l'eliminazione e la " -"ricostruzione della vista. Ciò può non riuscire se altri oggetti dipendono da " -"questa vista o può causare il fallimento di funzioni procedurali se non vengono " -"modificate per tener conto delle modifiche." +"ricostruzione della vista. Ciò può non riuscire se altri oggetti " +"dipendono da questa vista o può causare il fallimento di funzioni " +"procedurali se non vengono modificate per tener conto delle modifiche." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:174 msgid "Do you wish to continue?" @@ -6453,12 +6499,12 @@ msgstr "Template?" #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:154 msgid "" -"Note: When the preferences setting 'show template databases' is set to false, " -"then template databases won't be displayed in the object explorer." +"Note: When the preferences setting 'show template databases' is set to " +"false, then template databases won't be displayed in the object explorer." msgstr "" "Nota: quando l'impostazione delle preferenze 'mostra database modello' è " -"impostata su false, i database modello non verranno visualizzati in Esplora " -"oggetti." +"impostata su false, i database modello non verranno visualizzati in " +"Esplora oggetti." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:157 msgid "Allow connections?" @@ -6474,19 +6520,19 @@ msgstr "Limitazione dello schema" #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:208 msgid "" -"Note: Changes to the schema restriction will require the Schemas node in the " -"browser to be refreshed before they will be shown." +"Note: Changes to the schema restriction will require the Schemas node in " +"the browser to be refreshed before they will be shown." msgstr "" -"Nota: le modifiche alla restrizione dello schema richiederanno l'aggiornamento " -"del nodo Schemi nel browser prima di essere visualizzate." +"Nota: le modifiche alla restrizione dello schema richiederanno " +"l'aggiornamento del nodo Schemi nel browser prima di essere visualizzate." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:218 msgid "" -"Please refresh the Schemas node to make changes to the schema restriction take " -"effect." +"Please refresh the Schemas node to make changes to the schema restriction" +" take effect." msgstr "" -"Aggiorna il nodo Schemi per rendere effettive le modifiche alla restrizione " -"dello schema." +"Aggiorna il nodo Schemi per rendere effettive le modifiche alla " +"restrizione dello schema." #: pgadmin/browser/server_groups/servers/databases/subscriptions/__init__.py:53 #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.js:34 @@ -6561,11 +6607,11 @@ msgstr "Connessione" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:165 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:181 msgid "" -"To apply changes to the connection configuration, please disconnect from the " -"server and then reconnect." +"To apply changes to the connection configuration, please disconnect from " +"the server and then reconnect." msgstr "" -"Per applicare le modifiche alla configurazione della connessione, disconnettersi " -"dal server e quindi riconnettersi." +"Per applicare le modifiche alla configurazione della connessione, " +"disconnettersi dal server e quindi riconnettersi." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:159 #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:92 @@ -6675,8 +6721,9 @@ msgid "" "Specifies whether the existing data in the publications that are being " "subscribed to should be copied once the replication starts." msgstr "" -"Specifica se i dati esistenti nelle pubblicazioni a cui si sta effettuando la " -"sottoscrizione devono essere copiati una volta avviata la replica." +"Specifica se i dati esistenti nelle pubblicazioni a cui si sta " +"effettuando la sottoscrizione devono essere copiati una volta avviata la " +"replica." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:308 msgid "Create slot?" @@ -6685,13 +6732,14 @@ msgstr "Creare uno slot?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:313 msgid "" "Specifies whether the command should create the replication slot on the " -"publisher.This field will be disabled and set to false if subscription connects " -"to same database.Otherwise, the CREATE SUBSCRIPTION call will hang." +"publisher.This field will be disabled and set to false if subscription " +"connects to same database.Otherwise, the CREATE SUBSCRIPTION call will " +"hang." msgstr "" -"Specifica se il comando deve creare lo slot di replica sull'editore. Questo " -"campo verrà disabilitato e impostato su false se la sottoscrizione si connette " -"allo stesso database. In caso contrario, la chiamata CREATE SUBSCRIPTION si " -"bloccherà." +"Specifica se il comando deve creare lo slot di replica sull'editore. " +"Questo campo verrà disabilitato e impostato su false se la sottoscrizione" +" si connette allo stesso database. In caso contrario, la chiamata CREATE " +"SUBSCRIPTION si bloccherà." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:317 #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:297 @@ -6702,11 +6750,11 @@ msgstr "Abilitato?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:321 msgid "" -"Specifies whether the subscription should be actively replicating, or whether it " -"should be just setup but not started yet." +"Specifies whether the subscription should be actively replicating, or " +"whether it should be just setup but not started yet." msgstr "" -"Specifica se la sottoscrizione deve essere replicata attivamente o se deve " -"essere solo configurata ma non ancora avviata." +"Specifica se la sottoscrizione deve essere replicata attivamente o se " +"deve essere solo configurata ma non ancora avviata." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:325 msgid "Refresh publication?" @@ -6722,13 +6770,13 @@ msgstr "Connesso?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:341 msgid "" -"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher at " -"all. Setting this to false will change default values of enabled, create_slot " -"and copy_data to false." +"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher" +" at all. Setting this to false will change default values of enabled, " +"create_slot and copy_data to false." msgstr "" -"Specifica se CREATE SUBSCRIPTION deve connettersi all'editore. L'impostazione di " -"questo su false cambierà i valori predefiniti di enabled, create_slot e " -"copy_data in false." +"Specifica se CREATE SUBSCRIPTION deve connettersi all'editore. " +"L'impostazione di questo su false cambierà i valori predefiniti di " +"enabled, create_slot e copy_data in false." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:345 msgid "Slot name" @@ -6736,8 +6784,8 @@ msgstr "Nome dello slot" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:348 msgid "" -"Name of the replication slot to use. The default behavior is to use the name of " -"the subscription for the slot name." +"Name of the replication slot to use. The default behavior is to use the " +"name of the subscription for the slot name." msgstr "" "Nome dello slot di replica da utilizzare. Il comportamento predefinito è " "utilizzare il nome dell'abbonamento per il nome dello slot." @@ -6748,11 +6796,11 @@ msgstr "Commit sincrono" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:354 msgid "" -"The value of this parameter overrides the synchronous_commit setting. The " -"default value is off." +"The value of this parameter overrides the synchronous_commit setting. The" +" default value is off." msgstr "" -"Il valore di questo parametro sostituisce l'impostazione synchronous_commit. Il " -"valore predefinito è disattivato." +"Il valore di questo parametro sostituisce l'impostazione " +"synchronous_commit. Il valore predefinito è disattivato." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:373 msgid "Either Host name, Address must be specified." @@ -7456,41 +7504,42 @@ msgstr "stile cron" #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:318 msgid "For each selected time or date element, the schedule will execute." msgstr "" -"Per ogni elemento di data o ora selezionato, verrà eseguita la pianificazione." +"Per ogni elemento di data o ora selezionato, verrà eseguita la " +"pianificazione." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:320 msgid "" -"e.g. To execute at 5 minutes past every hour, simply select ‘05’ in the Minutes " -"list box." +"e.g. To execute at 5 minutes past every hour, simply select ‘05’ in the " +"Minutes list box." msgstr "" -"es. Per eseguire ogni ora dopo 5 minuti, selezionare semplicemente \"05\" nella " -"casella di riepilogo Minuti." +"es. Per eseguire ogni ora dopo 5 minuti, selezionare semplicemente \"05\"" +" nella casella di riepilogo Minuti." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:322 msgid "" -"Values from more than one field may be specified in order to further control the " -"schedule." +"Values from more than one field may be specified in order to further " +"control the schedule." msgstr "" "È possibile specificare i valori di più di un campo per controllare " "ulteriormente la pianificazione." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:324 msgid "" -"e.g. To execute at 12:05 and 14:05 every Monday and Thursday, you would click " -"minute 05, hours 12 and 14, and weekdays Monday and Thursday." +"e.g. To execute at 12:05 and 14:05 every Monday and Thursday, you would " +"click minute 05, hours 12 and 14, and weekdays Monday and Thursday." msgstr "" -"es. Per eseguire alle 12:05 e alle 14:05 ogni lunedì e giovedì, fare clic sul " -"minuto 05, sulle ore 12 e 14 e sui giorni feriali lunedì e giovedì." +"es. Per eseguire alle 12:05 e alle 14:05 ogni lunedì e giovedì, fare clic" +" sul minuto 05, sulle ore 12 e 14 e sui giorni feriali lunedì e giovedì." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:326 msgid "" -"For additional flexibility, the Month Days check list includes an extra Last Day " -"option. This matches the last day of the month, whether it happens to be the " -"28th, 29th, 30th or 31st." +"For additional flexibility, the Month Days check list includes an extra " +"Last Day option. This matches the last day of the month, whether it " +"happens to be the 28th, 29th, 30th or 31st." msgstr "" -"Per una maggiore flessibilità, l'elenco di controllo dei giorni del mese include " -"un'opzione aggiuntiva dell'ultimo giorno. Corrisponde all'ultimo giorno del " -"mese, che sia il 28, 29, 30 o 31." +"Per una maggiore flessibilità, l'elenco di controllo dei giorni del mese " +"include un'opzione aggiuntiva dell'ultimo giorno. Corrisponde all'ultimo " +"giorno del mese, che sia il 28, 29, 30 o 31." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:330 msgid "Week days" @@ -7537,11 +7586,11 @@ msgstr "Classe dell'operazione" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:72 msgid "" -"Please select a class to categorize the job. This option will not affect the way " -"the job runs." +"Please select a class to categorize the job. This option will not affect " +"the way the job runs." msgstr "" -"Seleziona una classe per classificare il lavoro. Questa opzione non influirà " -"sulla modalità di esecuzione del lavoro." +"Seleziona una classe per classificare il lavoro. Questa opzione non " +"influirà sulla modalità di esecuzione del lavoro." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:75 #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:78 @@ -7550,12 +7599,13 @@ msgstr "Agent del server host" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:80 msgid "" -"Enter the hostname of a machine running pgAgent if you wish to ensure only that " -"machine will run this job. Leave blank if any host may run the job." +"Enter the hostname of a machine running pgAgent if you wish to ensure " +"only that machine will run this job. Leave blank if any host may run the " +"job." msgstr "" "Immettere il nome host di una macchina che esegue pgAgent se si desidera " -"assicurarsi che solo quella macchina eseguirà questo lavoro. Lasciare vuoto se " -"un host può eseguire il processo." +"assicurarsi che solo quella macchina eseguirà questo lavoro. Lasciare " +"vuoto se un host può eseguire il processo." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:84 msgid "Created" @@ -7639,17 +7689,19 @@ msgstr "Remoto" #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:123 msgid "" -"Select Local if the job step will execute on the local database " -"server, or Remote to specify a remote database server." +"Select Local if the job step will execute on the local " +"database server, or Remote to specify a remote database " +"server." msgstr "" -"Seleziona Locale se il passaggio del processo verrà eseguito " -"sul server di database locale o Remoto per specificare un " -"server di database remoto." +"Seleziona Locale se il passaggio del processo verrà " +"eseguito sul server di database locale o Remoto per " +"specificare un server di database remoto." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:138 msgid "Please select the database on which the job step will run." msgstr "" -"Selezionare il database su cui verrà eseguito questo passaggio del processo." +"Selezionare il database su cui verrà eseguito questo passaggio del " +"processo." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:141 msgid "Connection string" @@ -7657,24 +7709,26 @@ msgstr "Stringa di connessione" #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:144 msgid "" -"Please specify the connection string for the remote database server. Each " -"parameter setting is in the form keyword = value. Spaces around the equal sign " -"are optional. To write an empty value, or a value containing spaces, surround it " -"with single quotes, e.g., keyword = 'a value'. Single quotes and backslashes " -"within the value must be escaped with a backslash, i.e., ' and \\.
    For more " -"information, please see the documentation on libpq " -"connection strings." +"Please specify the connection string for the remote database server. Each" +" parameter setting is in the form keyword = value. Spaces around the " +"equal sign are optional. To write an empty value, or a value containing " +"spaces, surround it with single quotes, e.g., keyword = 'a value'. Single" +" quotes and backslashes within the value must be escaped with a " +"backslash, i.e., ' and \\.
    For more information, please see the " +"documentation on libpq connection " +"strings." msgstr "" -"Specificare la stringa di connessione per il server di database remoto. Ogni " -"impostazione di parametro è nel formato parola chiave = valore. Gli spazi " -"attorno al segno uguale sono opzionali. Per scrivere un valore vuoto o un valore " -"contenente spazi, racchiudilo tra virgolette singole, ad esempio parola chiave = " -"\"un valore\". Virgolette singole e barre rovesciate all'interno del valore " -"devono essere salvate con una barra rovesciata, ovvero \"e \\.
    Per " -"ulteriori informazioni, consultare la documentazione su stringhe di connessione libpq ." +"Specificare la stringa di connessione per il server di database remoto. " +"Ogni impostazione di parametro è nel formato parola chiave = valore. Gli " +"spazi attorno al segno uguale sono opzionali. Per scrivere un valore " +"vuoto o un valore contenente spazi, racchiudilo tra virgolette singole, " +"ad esempio parola chiave = \"un valore\". Virgolette singole e barre " +"rovesciate all'interno del valore devono essere salvate con una barra " +"rovesciata, ovvero \"e \\.
    Per ulteriori informazioni, consultare la" +" documentazione su stringhe di " +"connessione libpq ." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:147 msgid "On error" @@ -7820,7 +7874,8 @@ msgstr "Il limite di connessione deve essere un valore intero o uguale a -1." #: pgadmin/browser/server_groups/servers/roles/__init__.py:295 msgid "" "\n" -"Role members information must be passed as an array of JSON objects in the\n" +"Role members information must be passed as an array of JSON objects in " +"the\n" "following format:\n" "\n" "rolmembers:[{\n" @@ -7831,8 +7886,8 @@ msgid "" "]" msgstr "" "\n" -"Le informazioni sui membri del ruolo devono essere passate come matrice di " -"oggetti JSON nel file\n" +"Le informazioni sui membri del ruolo devono essere passate come matrice " +"di oggetti JSON nel file\n" "seguente formato:\n" "\n" "rolmembers: [{\n" @@ -7845,7 +7900,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:313 msgid "" "\n" -"Role membership information must be passed as a string representing an array of\n" +"Role membership information must be passed as a string representing an " +"array of\n" "JSON objects in the following format:\n" "rolmembers:{\n" " 'added': [{\n" @@ -7868,8 +7924,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Le informazioni sull'appartenenza al ruolo devono essere passate come stringa " -"che rappresenta un array di\n" +"Le informazioni sull'appartenenza al ruolo devono essere passate come " +"stringa che rappresenta un array di\n" "Oggetti JSON nel seguente formato:\n" "rolmembers: {\n" " \"aggiunto\": [{\n" @@ -7894,7 +7950,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:354 msgid "" "\n" -"Role membership information must be passed as an array of JSON objects in the\n" +"Role membership information must be passed as an array of JSON objects in" +" the\n" "following format:\n" "\n" "rolmembership:[{\n" @@ -7905,7 +7962,8 @@ msgid "" "]" msgstr "" "\n" -"Le informazioni del ruoto di appartenenza devono essere passate come array di\n" +"Le informazioni del ruoto di appartenenza devono essere passate come " +"array di\n" "oggetti JSON nel seguente formato:\n" "\n" "rolmembership:[{\n" @@ -7918,7 +7976,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:372 msgid "" "\n" -"Role membership information must be passed as a string representing an array of\n" +"Role membership information must be passed as a string representing an " +"array of\n" "JSON objects in the following format:\n" "rolmembership:{\n" " 'added': [{\n" @@ -7941,7 +8000,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Le informazioni del ruoto di appartenenza devono essere passate come array di\n" +"Le informazioni del ruoto di appartenenza devono essere passate come " +"array di\n" "oggetti JSON nel seguente formato:\n" "rolmembership:{\n" " 'added': [{\n" @@ -7966,7 +8026,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:412 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the following\n" +"Security Label must be passed as an array of JSON objects in the " +"following\n" "format:\n" "seclabels:[{\n" " provider: ,\n" @@ -7976,8 +8037,8 @@ msgid "" "]" msgstr "" "\n" -"L'etichetta di sicurezza deve essere passata come array di oggetti JSON nel " -"seguente\n" +"L'etichetta di sicurezza deve essere passata come array di oggetti JSON " +"nel seguente\n" "formato:\n" "seclabels:[{\n" " provider: ,\n" @@ -7989,7 +8050,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:427 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the following\n" +"Security Label must be passed as an array of JSON objects in the " +"following\n" "format:\n" "seclabels:{\n" " 'added': [{\n" @@ -8012,8 +8074,8 @@ msgid "" " ]\n" msgstr "" "\n" -"L'etichetta di sicurezza deve essere passata come array di oggetti JSON nel " -"seguente\n" +"L'etichetta di sicurezza deve essere passata come array di oggetti JSON " +"nel seguente\n" "formato:\n" "seclabels:{\n" " 'added': [{\n" @@ -8038,7 +8100,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:466 msgid "" "\n" -"Configuration parameters/variables must be passed as an array of JSON objects\n" +"Configuration parameters/variables must be passed as an array of JSON " +"objects\n" "in the following format in create mode:\n" "variables:[{\n" "database: or null,\n" @@ -8049,8 +8112,8 @@ msgid "" "]" msgstr "" "\n" -"I parametri / variabili di configurazione devono essere passati come un array di " -"oggetti JSON\n" +"I parametri / variabili di configurazione devono essere passati come un " +"array di oggetti JSON\n" "nel seguente formato in modalità di creazione:\n" "variabili: [{\n" "database: o null,\n" @@ -8063,7 +8126,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:482 msgid "" "\n" -"Configuration parameters/variables must be passed as an array of JSON objects\n" +"Configuration parameters/variables must be passed as an array of JSON " +"objects\n" "in the following format in update mode:\n" "rolmembership:{\n" "'added': [{\n" @@ -8089,8 +8153,8 @@ msgid "" " ]\n" msgstr "" "\n" -"I parametri / variabili di configurazione devono essere passati come un array di " -"oggetti JSON\n" +"I parametri / variabili di configurazione devono essere passati come un " +"array di oggetti JSON\n" "nel seguente formato in modalità aggiornamento:\n" "rolmembership: {\n" "\"added\": [{\n" @@ -8185,8 +8249,8 @@ msgid "" "Error retrieving variable information for the role.\n" "{0}" msgstr "" -"Errore durante il recupero delle informazioni sulle variabili per il ruolo. \\n " -"{0}" +"Errore durante il recupero delle informazioni sulle variabili per il " +"ruolo. \\n {0}" #: pgadmin/browser/server_groups/servers/roles/__init__.py:1273 msgid "" @@ -8234,9 +8298,11 @@ msgstr "Account scaduto" #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:102 msgid "" -"Please note that if you leave this field blank, then password will never expire." +"Please note that if you leave this field blank, then password will never " +"expire." msgstr "" -"Tieni presente che se lasci vuoto questo campo, la password non scadrà mai." +"Tieni presente che se lasci vuoto questo campo, la password non scadrà " +"mai." #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:106 msgid "No Expiry" @@ -8293,7 +8359,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:201 msgid "Roles shown with a check mark have the WITH ADMIN OPTION set." msgstr "" -"I ruoli mostrati con un segno di spunta hanno l'impostazione WITH ADMIN OPTION." +"I ruoli mostrati con un segno di spunta hanno l'impostazione WITH ADMIN " +"OPTION." #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:61 #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:72 @@ -8337,11 +8404,12 @@ msgstr "A cascata?" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:142 msgid "" -"Note: CASCADE will automatically drop objects that depend on the affected " -"objects, and in turn all objects that depend on those objects" +"Note: CASCADE will automatically drop objects that depend on the affected" +" objects, and in turn all objects that depend on those objects" msgstr "" -"Nota: CASCADE rilascerà automaticamente gli oggetti che dipendono dagli oggetti " -"interessati e, a loro volta, tutti gli oggetti che dipendono da quegli oggetti" +"Nota: CASCADE rilascerà automaticamente gli oggetti che dipendono dagli " +"oggetti interessati e, a loro volta, tutti gli oggetti che dipendono da " +"quegli oggetti" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:146 msgid "From database" @@ -8361,11 +8429,11 @@ msgstr "'Dal database' non può essere vuoto" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:187 msgid "" -"Are you sure you wish to ${state.role_op} all the objects owned by the selected " -"role?" +"Are you sure you wish to ${state.role_op} all the objects owned by the " +"selected role?" msgstr "" -"Sei sicuro di voler ${state.role_op} tutti gli oggetti di proprietà del ruolo " -"selezionato?" +"Sei sicuro di voler ${state.role_op} tutti gli oggetti di proprietà del " +"ruolo selezionato?" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:195 #: pgadmin/browser/static/js/node.js:1105 pgadmin/misc/sql/static/js/SQL.jsx:80 @@ -8496,10 +8564,11 @@ msgstr "Ricaricare Configurazione" #: pgadmin/browser/server_groups/servers/static/js/server.js:90 msgid "" -"Please select a server from the object explorer to reload the configuration " -"files." +"Please select a server from the object explorer to reload the " +"configuration files." msgstr "" -"Selezionare un server da Esplora Oggetti per ricaricare i file di configurazione." +"Selezionare un server da Esplora Oggetti per ricaricare i file di " +"configurazione." #: pgadmin/browser/server_groups/servers/static/js/server.js:95 msgid "Add Named Restore Point..." @@ -8507,10 +8576,11 @@ msgstr "Aggiungi punto di ripristino denominato ..." #: pgadmin/browser/server_groups/servers/static/js/server.js:97 msgid "" -"Please select any server from the object explorer to Add Named Restore Point." +"Please select any server from the object explorer to Add Named Restore " +"Point." msgstr "" -"Selezionare qualsiasi server da Esplora Oggetti per aggiungere un punto di " -"ripristino con nome." +"Selezionare qualsiasi server da Esplora Oggetti per aggiungere un punto " +"di ripristino con nome." #: pgadmin/browser/server_groups/servers/static/js/server.js:102 msgid "Change Password..." @@ -8526,11 +8596,11 @@ msgstr "Fermare la replicazione dei WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:111 msgid "" -"Please select a connected database as a Super user and run in Recovery mode to " -"Pause Replay of WAL." +"Please select a connected database as a Super user and run in Recovery " +"mode to Pause Replay of WAL." msgstr "" -"Seleziona un database connesso come Super utente ed esegui in modalità di " -"ripristino per sospendere la riproduzione di WAL." +"Seleziona un database connesso come Super utente ed esegui in modalità di" +" ripristino per sospendere la riproduzione di WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:116 msgid "Resume Replay of WAL" @@ -8538,11 +8608,11 @@ msgstr "Recupera la replicazione dei WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:118 msgid "" -"Please select a connected database as a Super user and run in Recovery mode to " -"Resume Replay of WAL." +"Please select a connected database as a Super user and run in Recovery " +"mode to Resume Replay of WAL." msgstr "" -"Seleziona un database connesso come Super utente ed esegui in modalità di " -"ripristino per riprendere la riproduzione di WAL." +"Seleziona un database connesso come Super utente ed esegui in modalità di" +" ripristino per riprendere la riproduzione di WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:123 msgid "Clear Saved Password" @@ -8598,18 +8668,19 @@ msgstr "Elimina password Tunnel SSH" #: pgadmin/browser/server_groups/servers/static/js/server.js:476 #, python-format msgid "" -"Are you sure you want to clear the saved password of SSH Tunnel for server %s?" +"Are you sure you want to clear the saved password of SSH Tunnel for " +"server %s?" msgstr "Vuoi cancellare la password salvata del tunnel SSH per il server %s?" #: pgadmin/browser/server_groups/servers/static/js/server.js:585 msgid "" -"You have connected to a server version that is older than is supported by " -"pgAdmin. This may cause pgAdmin to break in strange and unpredictable ways. Or a " -"plague of frogs. Either way, you have been warned!" +"You have connected to a server version that is older than is supported by" +" pgAdmin. This may cause pgAdmin to break in strange and unpredictable " +"ways. Or a plague of frogs. Either way, you have been warned!" msgstr "" -"Ti sei connesso a una versione del server precedente a quella supportata da " -"pgAdmin. Ciò potrebbe causare l'interruzione di pgAdmin in modi strani e " -"imprevedibili. O una piaga di rane. Ad ogni modo, sei stato avvertito!" +"Ti sei connesso a una versione del server precedente a quella supportata " +"da pgAdmin. Ciò potrebbe causare l'interruzione di pgAdmin in modi strani" +" e imprevedibili. O una piaga di rane. Ad ogni modo, sei stato avvertito!" #: pgadmin/browser/server_groups/servers/static/js/server.js:588 msgid "Server connected" @@ -8986,7 +9057,8 @@ msgstr "Impossibile trovare le informazioni sul tablespace." #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:353 msgid "Tablespace created successfully, Set parameter fail: {0}" msgstr "" -"Spazio tabelle creato correttamente, impostazione del parametro non riuscita: {0}" +"Spazio tabelle creato correttamente, impostazione del parametro non " +"riuscita: {0}" #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:435 msgid "The specified tablespace could not be found.\n" @@ -9023,16 +9095,17 @@ msgstr "'Posizione' non può essere vuoto." #: pgadmin/browser/server_groups/servers/templates/servers/password.html:5 msgid "" -"Please enter the password for the user '{0}' to connect the server - \"{1}\"" +"Please enter the password for the user '{0}' to connect the server - " +"\"{1}\"" msgstr "" -"Inserisci la password per l'utente ' {0} ' per connettere il server - \\ \" {1} " -"\"" +"Inserisci la password per l'utente ' {0} ' per connettere il server - \\ " +"\" {1} \"" #: pgadmin/browser/server_groups/servers/templates/servers/password.html:8 msgid "Please enter the password for the user to connect the server - \"{0}\"" msgstr "" -"Inserisci la password per consentire all'utente di connettersi al server - " -"\"{0}\"" +"Inserisci la password per consentire all'utente di connettersi al server " +"- \"{0}\"" #: pgadmin/browser/server_groups/servers/templates/servers/password.html:24 #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:20 @@ -9044,27 +9117,29 @@ msgstr "Salva Password" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:5 msgid "" -"SSH Tunnel password for the identity file '{0}' to connect the server \"{1}\"" +"SSH Tunnel password for the identity file '{0}' to connect the server " +"\"{1}\"" msgstr "" -"Password del tunnel SSH per il file di identità ' {0} ' per connettere il server " -"\\ \" {1} \"" +"Password del tunnel SSH per il file di identità ' {0} ' per connettere il" +" server \\ \" {1} \"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:7 msgid "SSH Tunnel password for the user '{0}' to connect the server \"{1}\"" msgstr "" -"Password tunnel SSH per l'utente ' {0} ' per connettere il server \\ \" {1} \"" +"Password tunnel SSH per l'utente ' {0} ' per connettere il server \\ \" " +"{1} \"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:28 msgid "Database server password for the user to connect the server \"{0}\"" msgstr "" -"Password del server database per consentire all'utente di connettersi al server " -"\"{0}\"" +"Password del server database per consentire all'utente di connettersi al " +"server \"{0}\"" #: pgadmin/browser/server_groups/servers/templates/servers/tunnel_password.html:30 msgid "Database server password for the user '{0}' to connect the server \"{1}\"" msgstr "" -"Password del server di database per l'utente ' {0} ' per connettere il server \\ " -"\" {1} \"" +"Password del server di database per l'utente ' {0} ' per connettere il " +"server \\ \" {1} \"" #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:5 #: pgadmin/browser/server_groups/servers/templates/servers/sql/default/stats.sql:31 @@ -9214,14 +9289,17 @@ msgstr "Nessun menu disponibile per questo oggetto." #: pgadmin/browser/static/js/browser.js:545 #: pgadmin/browser/static/js/preferences.js:139 #: pgadmin/browser/static/js/preferences.js:141 -#: pgadmin/browser/static/js/toolbar.js:50 pgadmin/browser/static/js/toolbar.js:51 +#: pgadmin/browser/static/js/toolbar.js:50 +#: pgadmin/browser/static/js/toolbar.js:51 #: pgadmin/browser/static/js/toolbar.js:134 #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:72 msgid "View Data" msgstr "Vista dati" -#: pgadmin/browser/static/js/browser.js:546 pgadmin/browser/static/js/toolbar.js:40 -#: pgadmin/browser/static/js/toolbar.js:41 pgadmin/browser/static/js/toolbar.js:136 +#: pgadmin/browser/static/js/browser.js:546 +#: pgadmin/browser/static/js/toolbar.js:40 +#: pgadmin/browser/static/js/toolbar.js:41 +#: pgadmin/browser/static/js/toolbar.js:136 #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:73 msgid "Filtered Rows" msgstr "Righe filtrate" @@ -9248,32 +9326,35 @@ msgstr "Errore durante il recupero dei dettagli per il nodo." msgid "Refresh" msgstr "Aggiorna" -#: pgadmin/browser/static/js/collection.js:84 pgadmin/browser/static/js/node.js:238 +#: pgadmin/browser/static/js/collection.js:84 +#: pgadmin/browser/static/js/node.js:238 #: pgadmin/tools/search_objects/static/js/index.js:57 msgid "Search Objects..." msgstr "Ricerca oggetti..." #: pgadmin/browser/static/js/heartbeat.js:40 msgid "" -"pgAdmin server not responding, try to login again: ${error.message || error." -"response.data.errormsg}" +"pgAdmin server not responding, try to login again: ${error.message || " +"error.response.data.errormsg}" msgstr "" -"Il server pgAdmin non risponde, riprova ad accedere: ${error.message || error." -"response.data.errormsg}" +"Il server pgAdmin non risponde, riprova ad accedere: ${error.message || " +"error.response.data.errormsg}" #: pgadmin/browser/static/js/heartbeat.js:42 msgid "" -"Server heartbeat logging error: ${error.message || error.response.data.errormsg}" +"Server heartbeat logging error: ${error.message || " +"error.response.data.errormsg}" msgstr "" -"Errore di registrazione dell'heartbeat del server: ${error.message || error." -"response.data.errormsg}" +"Errore di registrazione dell'heartbeat del server: ${error.message || " +"error.response.data.errormsg}" #: pgadmin/browser/static/js/layout.js:81 msgid "" -"pgAdmin has reset the layout because the previously saved layout is invalid." +"pgAdmin has reset the layout because the previously saved layout is " +"invalid." msgstr "" -"pgAdmin ha ripristinato il layout perché il layout salvato in precedenza non è " -"valido." +"pgAdmin ha ripristinato il layout perché il layout salvato in precedenza " +"non è valido." #: pgadmin/browser/static/js/layout.js:163 msgid "Failed to save the lock layout setting." @@ -9327,10 +9408,11 @@ msgstr "Vuoi davvero interrompere la modifica delle proprietà di %s \"%s\"?" #: pgadmin/browser/static/js/node.js:682 #, python-format msgid "" -"Are you sure want to reset the current changes and re-open the panel for %s " -"\"%s\"?" +"Are you sure want to reset the current changes and re-open the panel for " +"%s \"%s\"?" msgstr "" -"Desideri ripristinare le modifiche correnti e riaprire il pannello per %s \"%s\"?" +"Desideri ripristinare le modifiche correnti e riaprire il pannello per %s" +" \"%s\"?" #: pgadmin/browser/static/js/node.js:686 msgid "Edit in progress?" @@ -9339,10 +9421,11 @@ msgstr "Modifiche in corso?" #: pgadmin/browser/static/js/node.js:741 #, python-format msgid "" -"Are you sure you want to drop %s \"%s\" and all the objects that depend on it?" +"Are you sure you want to drop %s \"%s\" and all the objects that depend " +"on it?" msgstr "" -"Sei sicuro di voler eliminare %s \"%s\" e tutti gli oggetti che dipendono da " -"esso?" +"Sei sicuro di voler eliminare %s \"%s\" e tutti gli oggetti che dipendono" +" da esso?" #: pgadmin/browser/static/js/node.js:742 #, python-format @@ -9393,7 +9476,8 @@ msgstr "La password principale non è impostata." #: pgadmin/browser/static/js/node_view.jsx:156 msgid "Changes will be lost. Are you sure you want to close the dialog?" msgstr "" -"Le modifiche saranno perse. Sei sicuro di voler chiudere la maschera di dialogo?" +"Le modifiche saranno perse. Sei sicuro di voler chiudere la maschera di " +"dialogo?" #: pgadmin/browser/static/js/quick_search/trigger_search.js:42 #: pgadmin/browser/static/js/quick_search/trigger_search.js:220 @@ -9439,12 +9523,15 @@ msgstr "" #: pgadmin/browser/templates/browser/browser.html:6 msgid "" "Your browser was detected as {0} version\n" -" {1}, which pgAdmin has not been tested with. pgAdmin may\n" -" not work as expected, and any issues reported when using this browser may\n" +" {1}, which pgAdmin has not been tested with. pgAdmin" +" may\n" +" not work as expected, and any issues reported when using this browser" +" may\n" " not be fixed." msgstr "" "Il tuo browser è stato rilevato come versione {0}\n" -"     {1}, con cui pgAdmin non è stato testato. pgAdmin può\n" +"     {1}, con cui pgAdmin non è stato testato. pgAdmin " +"può\n" "     non funzionare come previsto e qualsiasi problema segnalato durante " "l'utilizzo di questo browser potrebbe\n" "     non essere risolto." @@ -9452,12 +9539,13 @@ msgstr "" #: pgadmin/browser/templates/browser/browser.html:11 msgid "" "Please visit the FAQ to see the\n" +" href=\"https://www.pgadmin.org/faq/#11\" target=\"_new\">FAQ to " +"see the\n" " supported browsers." msgstr "" "Visitare FAQ per " -"vedere i\n" +"     href=\"https://www.pgadmin.org/faq/#11\" target=\"_new\">FAQ " +"per vedere i\n" "     browser supportati." #: pgadmin/browser/templates/browser/index.html:92 @@ -9495,18 +9583,19 @@ msgstr "Chiudi" #: pgadmin/browser/templates/browser/upgrade.html:1 msgid "" -"You are currently running version {0} of {1}, however the current version is {2}." +"You are currently running version {0} of {1}, however the current version" +" is {2}." msgstr "" -"Attualmente stai eseguendo la versione {0} di {1}, tuttavia la versione corrente " -"è {2}." +"Attualmente stai eseguendo la versione {0} di {1}, tuttavia la versione " +"corrente è {2}." #: pgadmin/browser/templates/browser/upgrade.html:3 msgid "" -"Please click here for " -"more information." +"Please click here for more information." msgstr "" -"Fai clic qui per " -"ulteriori informazioni." +"Fai clic qui " +"per ulteriori informazioni." #: pgadmin/browser/templates/browser/js/messages.js:30 msgid "Click here for details." @@ -9642,8 +9731,8 @@ msgstr "Mostra attività?" #: pgadmin/dashboard/__init__.py:127 msgid "If set to True, activity tables will be displayed on dashboards." msgstr "" -"Se impostato su True, le tabelle delle attività verranno visualizzate sui " -"dashboard." +"Se impostato su True, le tabelle delle attività verranno visualizzate sui" +" dashboard." #: pgadmin/dashboard/__init__.py:133 msgid "Long running query thresholds" @@ -9651,11 +9740,11 @@ msgstr "Soglie delle query di lunga durata" #: pgadmin/dashboard/__init__.py:135 msgid "" -"Set the warning and alert threshold value to highlight the long-running queries " -"on the dashboard." +"Set the warning and alert threshold value to highlight the long-running " +"queries on the dashboard." msgstr "" -"Imposta il valore della soglia di avviso e avviso per evidenziare le query a " -"esecuzione prolungata sulla dashboard." +"Imposta il valore della soglia di avviso e avviso per evidenziare le " +"query a esecuzione prolungata sulla dashboard." #: pgadmin/dashboard/__init__.py:142 msgid "Graphs" @@ -9668,7 +9757,8 @@ msgstr "Mostra punti dati del grafico?" #: pgadmin/dashboard/__init__.py:149 msgid "If set to True, data points will be visible on graph lines." msgstr "" -"Se impostato su True, i punti dati saranno visibili sulle linee del grafico." +"Se impostato su True, i punti dati saranno visibili sulle linee del " +"grafico." #: pgadmin/dashboard/__init__.py:155 msgid "Use different data point styles?" @@ -9676,11 +9766,11 @@ msgstr "Utilizzare stili di punti dati diversi?" #: pgadmin/dashboard/__init__.py:157 msgid "" -"If set to True, data points will be visible in a different style on each graph " -"lines." +"If set to True, data points will be visible in a different style on each " +"graph lines." msgstr "" -"Se impostato su True, i punti dati saranno visibili in uno stile diverso su " -"ciascuna linea del grafico." +"Se impostato su True, i punti dati saranno visibili in uno stile diverso " +"su ciascuna linea del grafico." #: pgadmin/dashboard/__init__.py:163 msgid "Show mouse hover tooltip?" @@ -9688,11 +9778,11 @@ msgstr "Mostra la descrizione del mouse al passaggio del mouse?" #: pgadmin/dashboard/__init__.py:165 msgid "" -"If set to True, tooltip will appear on mouse hover on the graph lines giving the " -"data point details" +"If set to True, tooltip will appear on mouse hover on the graph lines " +"giving the data point details" msgstr "" -"Se impostato su True, la descrizione comandi apparirà al passaggio del mouse " -"sulle linee del grafico fornendo i dettagli del punto dati" +"Se impostato su True, la descrizione comandi apparirà al passaggio del " +"mouse sulle linee del grafico fornendo i dettagli del punto dati" #: pgadmin/dashboard/__init__.py:172 msgid "Chart line width" @@ -9901,14 +9991,14 @@ msgstr "La sessione è già inattiva." #: pgadmin/dashboard/static/js/Dashboard.jsx:750 msgid "Superuser privileges are required to cancel another users query." msgstr "" -"I privilegi di superutente sono necessari per annullare la query di un altro " -"utente." +"I privilegi di superutente sono necessari per annullare la query di un " +"altro utente." #: pgadmin/dashboard/static/js/Dashboard.jsx:754 msgid "Superuser privileges are required to terminate another users query." msgstr "" -"I privilegi di superutente sono necessari per terminare la query di un altro " -"utente." +"I privilegi di superutente sono necessari per terminare la query di un " +"altro utente." #: pgadmin/dashboard/static/js/Dashboard.jsx:770 msgid "Please connect to the selected server to view the dashboard." @@ -9938,7 +10028,8 @@ msgstr "Si è verificato un errore durante il rendering del grafico." #: pgadmin/dashboard/static/js/Graphs.jsx:209 msgid "" -"Not connected to the server or the connection to the server has been closed." +"Not connected to the server or the connection to the server has been " +"closed." msgstr "Non connesso al server oppure connessione al server chiusa." #: pgadmin/dashboard/static/js/Graphs.jsx:266 @@ -9983,15 +10074,16 @@ msgstr "Open Source" #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:144 msgid "" -"pgAdmin is an Open Source administration and management tool for the PostgreSQL " -"database. It includes a graphical administration interface, an SQL query tool, a " -"procedural code debugger and much more. The tool is designed to answer the needs " -"of developers, DBAs and system administrators alike." +"pgAdmin is an Open Source administration and management tool for the " +"PostgreSQL database. It includes a graphical administration interface, an" +" SQL query tool, a procedural code debugger and much more. The tool is " +"designed to answer the needs of developers, DBAs and system " +"administrators alike." msgstr "" "pgAdmin è uno strumento di amministrazione e gestione Open Source per il " -"database PostgreSQL. Include un'interfaccia di amministrazione grafica, un " -"editor di query SQL, un debugger di codice procedurale e molto altro. Lo " -"strumento è progettato per rispondere alle esigenze di sviluppatori, " +"database PostgreSQL. Include un'interfaccia di amministrazione grafica, " +"un editor di query SQL, un debugger di codice procedurale e molto altro. " +"Lo strumento è progettato per rispondere alle esigenze di sviluppatori, " "amministratori di database e amministratori di sistema." #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:155 @@ -10014,7 +10106,8 @@ msgstr "Iniziare" msgid "PostgreSQL Documentation" msgstr "Documentazione PostgreSQL" -#: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:211 pgadmin/help/__init__.py:40 +#: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:211 +#: pgadmin/help/__init__.py:40 msgid "pgAdmin Website" msgstr "sito di pgAdmin" @@ -10093,11 +10186,11 @@ msgstr "Percorso di aiuto PostgreSQL" #: pgadmin/help/__init__.py:66 msgid "" -"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the major." -"minor version number." +"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the" +" major.minor version number." msgstr "" -"Percorso della documentazione PostgreSQL. $ VERSION $ verrà sostituito con il " -"numero di versione major.minor." +"Percorso della documentazione PostgreSQL. $ VERSION $ verrà sostituito " +"con il numero di versione major.minor." #: pgadmin/misc/__init__.py:33 pgadmin/tools/backup/static/js/backup.ui.js:340 #: pgadmin/tools/backup/static/js/backup.ui.js:358 @@ -10123,10 +10216,12 @@ msgid "Themes" msgstr "Temi" #: pgadmin/misc/__init__.py:86 -msgid "A refresh is required to apply the theme. Above is the preview of the theme" +msgid "" +"A refresh is required to apply the theme. Above is the preview of the " +"theme" msgstr "" -"È necessario un aggiornamento per applicare il tema. Sopra c'è l'anteprima del " -"tema" +"È necessario un aggiornamento per applicare il tema. Sopra c'è " +"l'anteprima del tema" #: pgadmin/misc/__init__.py:287 msgid "Invalid binary path." @@ -10147,7 +10242,8 @@ msgstr "Il processo è già terminato e non può essere riavviato." #: pgadmin/misc/bgprocess/processes.py:671 msgid "Status for the background process '{0}' could not be loaded." msgstr "" -"Non è stato possibile caricare lo stato per il processo in background '{0}'." +"Non è stato possibile caricare lo stato per il processo in background " +"'{0}'." #: pgadmin/misc/bgprocess/processes.py:859 msgid "Unable to kill the background process '{0}'" @@ -10295,9 +10391,10 @@ msgstr "Osservatore di processo - %s" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 -#: pgadmin/tools/maintenance/__init__.py:145 pgadmin/tools/restore/__init__.py:118 +#: pgadmin/tools/maintenance/__init__.py:145 +#: pgadmin/tools/restore/__init__.py:118 #: pgadmin/tools/search_objects/__init__.py:59 #: pgadmin/tools/user_management/__init__.py:78 msgid "This URL cannot be called directly." @@ -10327,7 +10424,8 @@ msgstr "Errore durante il recupero delle regioni." msgid "Error retrieving projects." msgstr "Errore durante il recupero dei progetti." -#: pgadmin/misc/cloud/rds/__init__.py:101 pgadmin/misc/cloud/rds/__init__.py:133 +#: pgadmin/misc/cloud/rds/__init__.py:101 +#: pgadmin/misc/cloud/rds/__init__.py:133 msgid "Session has not created yet." msgstr "La sessione non è stata ancora creata." @@ -10359,13 +10457,14 @@ msgstr "Revisione" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:130 msgid "Error while getting the host ip: ${error.response.data.errormsg}" msgstr "" -"Errore durante il recupero dell'ip dell'host: ${error.response.data.errormsg}" +"Errore durante il recupero dell'ip dell'host: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:184 msgid "Error while saving cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Errore durante il salvataggio dei dati della procedura guidata cloud: ${error." -"response.data.errormsg}" +"Errore durante il salvataggio dei dati della procedura guidata cloud: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:292 msgid "Validating credentials..." @@ -10396,8 +10495,8 @@ msgstr "Processo di autenticazione EDB BigAnimal in corso..." #: pgadmin/misc/cloud/static/js/google.js:87 msgid "Authentication completed successfully. Click the Next button to proceed." msgstr "" -"Autenticazione completata con successo. Fare clic sul pulsante Avanti per " -"procedere." +"Autenticazione completata con successo. Fare clic sul pulsante Avanti per" +" procedere." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:387 msgid "Verification failed. Access Denied..." @@ -10405,11 +10504,11 @@ msgstr "Verifica fallita. Accesso negato..." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:391 msgid "" -"Authentication completed successfully but you do not have permission to create " -"the cluster." +"Authentication completed successfully but you do not have permission to " +"create the cluster." msgstr "" -"Autenticazione completata correttamente ma non disponi dell'autorizzazione per " -"creare il cluster." +"Autenticazione completata correttamente ma non disponi " +"dell'autorizzazione per creare il cluster." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:396 msgid "Authentication is aborted." @@ -10418,7 +10517,8 @@ msgstr "L'autenticazione è stata interrotta." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:401 msgid "Error while verifying EDB BigAnimal: ${error.response.data.errormsg}" msgstr "" -"Errore durante la verifica di EDB BigAnimal: ${error.response.data.errormsg}" +"Errore durante la verifica di EDB BigAnimal: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:431 #: pgadmin/misc/cloud/static/js/cloud.js:95 @@ -10435,8 +10535,8 @@ msgstr "Il codice di verifica per autenticare pgAdmin su EDB BigAnimal è: " #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:454 msgid "" -"By clicking the below button, you will be redirected to the EDB BigAnimal " -"authentication page in a new tab." +"By clicking the below button, you will be redirected to the EDB BigAnimal" +" authentication page in a new tab." msgstr "" "Facendo clic sul pulsante in basso, verrai reindirizzato alla pagina di " "autenticazione di EDB BigAnimal in una nuova scheda." @@ -10520,11 +10620,12 @@ msgstr "Intervallo IP pubblico" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:51 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:290 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add " -"multiple IP addresses/ranges separated with commas." +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " +"Add multiple IP addresses/ranges separated with commas." msgstr "" -"Intervallo di indirizzi IP per il traffico in entrata consentito, ad esempio: " -"127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da virgole." +"Intervallo di indirizzi IP per il traffico in entrata consentito, ad " +"esempio: 127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da " +"virgole." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:53 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:660 @@ -10583,12 +10684,12 @@ msgstr "gruppo di server pgAdmin" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:177 msgid "" -"At least 8 printable ASCII characters. Cannot contain any of the following: / " -"(slash), '(single quote), \"(double quote) and @ (at sign)." +"At least 8 printable ASCII characters. Cannot contain any of the " +"following: / (slash), '(single quote), \"(double quote) and @ (at sign)." msgstr "" -"Almeno 8 caratteri ASCII stampabili. Non può contenere nessuno dei seguenti " -"elementi: / (barra), '(virgolette singole), \"(virgolette doppie) e @ (segno di " -"chiocciola)." +"Almeno 8 caratteri ASCII stampabili. Non può contenere nessuno dei " +"seguenti elementi: / (barra), '(virgolette singole), \"(virgolette " +"doppie) e @ (segno di chiocciola)." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:179 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:508 @@ -10643,12 +10744,12 @@ msgstr "Dimensioni in GiB." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:330 msgid "" "Creates a standby in a different Availability Zone (AZ) to provide data " -"redundancy, eliminate I/O freezes, and minimize latency spikes during system " -"backups." +"redundancy, eliminate I/O freezes, and minimize latency spikes during " +"system backups." msgstr "" "Crea uno standby in una diversa zona di disponibilità (AZ) per fornire " -"ridondanza dei dati, eliminare i blocchi di I/O e ridurre al minimo i picchi di " -"latenza durante i backup di sistema." +"ridondanza dei dati, eliminare i blocchi di I/O e ridurre al minimo i " +"picchi di latenza durante i backup di sistema." #: pgadmin/misc/cloud/static/js/azure.js:72 msgid "Error while verifying Microsoft Azure: ${error}" @@ -10656,11 +10757,11 @@ msgstr "Errore durante la verifica di Microsoft Azure: ${error}" #: pgadmin/misc/cloud/static/js/azure.js:305 msgid "" -"Error while checking server name availability with Microsoft Azure: ${error." -"response.data.errormsg}" +"Error while checking server name availability with Microsoft Azure: " +"${error.response.data.errormsg}" msgstr "" -"Errore durante la verifica della disponibilità del nome del server con Microsoft " -"Azure: ${error.response.data.errormsg}" +"Errore durante la verifica della disponibilità del nome del server con " +"Microsoft Azure: ${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/azure.js:325 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:244 @@ -10677,7 +10778,8 @@ msgstr "Zona di disponibilità" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:53 msgid "Azure Tenant ID is required for Azure interactive authentication." msgstr "" -"L'ID tenant di Azure è necessario per l'autenticazione interattiva di Azure." +"L'ID tenant di Azure è necessario per l'autenticazione interattiva di " +"Azure." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:64 msgid "Authenticate via" @@ -10693,14 +10795,14 @@ msgstr "CLI di Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:79 msgid "" -"Azure CLI will use the currently logged in identity through the Azure CLI on the " -"local machine. Interactive Browser will open a browser window to authenticate a " -"user interactively." +"Azure CLI will use the currently logged in identity through the Azure CLI" +" on the local machine. Interactive Browser will open a browser window to " +"authenticate a user interactively." msgstr "" -"L'interfaccia della riga di comando di Azure utilizzerà l'identità attualmente " -"connessa tramite l'interfaccia della riga di comando di Azure nel computer " -"locale. Browser interattivo aprirà una finestra del browser per autenticare un " -"utente in modo interattivo." +"L'interfaccia della riga di comando di Azure utilizzerà l'identità " +"attualmente connessa tramite l'interfaccia della riga di comando di Azure" +" nel computer locale. Browser interattivo aprirà una finestra del browser" +" per autenticare un utente in modo interattivo." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:85 msgid "Azure tenant id" @@ -10709,7 +10811,8 @@ msgstr "ID tenant Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:89 msgid "Enter the Azure tenant ID against which the user is authenticated." msgstr "" -"Immettere l'ID tenant di Azure in base al quale l'utente viene autenticato." +"Immettere l'ID tenant di Azure in base al quale l'utente viene " +"autenticato." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:110 msgid "Click here to authenticate yourself to Microsoft Azure" @@ -10717,13 +10820,13 @@ msgstr "Fare clic qui per autenticarsi in Microsoft Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:111 msgid "" -"After clicking the button above you will be redirected to the Microsoft Azure " -"authentication page in a new browser tab if the Interactive Browser option is " -"selected." +"After clicking the button above you will be redirected to the Microsoft " +"Azure authentication page in a new browser tab if the Interactive Browser" +" option is selected." msgstr "" -"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina di " -"autenticazione di Microsoft Azure in una nuova scheda del browser se l'opzione " -"Browser interattivo è selezionata." +"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina" +" di autenticazione di Microsoft Azure in una nuova scheda del browser se " +"l'opzione Browser interattivo è selezionata." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:337 msgid "Burstable (1-2 vCores) " @@ -10743,11 +10846,11 @@ msgstr "Dimensioni di archiviazione" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:436 msgid "" -"The Admin username must be between 1-63 characters long, and must only contain " -"alphabetic characters and numbers." +"The Admin username must be between 1-63 characters long, and must only " +"contain alphabetic characters and numbers." msgstr "" -"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e deve " -"contenere solo caratteri alfabetici e numeri." +"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e " +"deve contenere solo caratteri alfabetici e numeri." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:444 msgid "Specified Admin username is not allowed." @@ -10755,13 +10858,15 @@ msgstr "Il nome utente amministratore specificato non è consentito." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:462 msgid "" -"The password must be 8-128 characters long and must contain characters from " -"three of the following categories - English uppercase letters, English lowercase " -"letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.)" +"The password must be 8-128 characters long and must contain characters " +"from three of the following categories - English uppercase letters, " +"English lowercase letters, numbers (0-9), and non-alphanumeric characters" +" (!, $, #, %, etc.)" msgstr "" -"La password deve contenere da 8 a 128 caratteri e deve contenere caratteri di " -"tre delle seguenti categorie: lettere maiuscole inglesi, lettere minuscole " -"inglesi, numeri (0-9) e caratteri non alfanumerici (!, $, #, %, ecc. .)" +"La password deve contenere da 8 a 128 caratteri e deve contenere " +"caratteri di tre delle seguenti categorie: lettere maiuscole inglesi, " +"lettere minuscole inglesi, numeri (0-9) e caratteri non alfanumerici (!, " +"$, #, %, ecc. .)" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:488 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:386 @@ -10770,27 +10875,28 @@ msgstr "Nome utente amministratore" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:492 msgid "" -"The admin username must be 1-63 characters long and can only contain characters, " -"numbers and the underscore character. The username cannot be " -"\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", \"root\", " -"\"guest\", \"public\", or start with \"pg_\"." +"The admin username must be 1-63 characters long and can only contain " +"characters, numbers and the underscore character. The username cannot be " +"\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", " +"\"root\", \"guest\", \"public\", or start with \"pg_\"." msgstr "" -"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e può " -"contenere solo caratteri, numeri e il carattere di sottolineatura. Il nome " -"utente non può essere \"azure_superuser\", \"azure_pg_admin\", \"admin\", " -"\"administrator\", \"root\", \"guest\", \"public\" o iniziare con \"pg_\"." +"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e " +"può contenere solo caratteri, numeri e il carattere di sottolineatura. Il" +" nome utente non può essere \"azure_superuser\", \"azure_pg_admin\", " +"\"admin\", \"administrator\", \"root\", \"guest\", \"public\" o iniziare " +"con \"pg_\"." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:502 msgid "" -"The password must be 8-128 characters long and must contain characters from " -"three of the following categories - English uppercase letters, English lowercase " -"letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.), and " -"cannot contain all or part of the login name" +"The password must be 8-128 characters long and must contain characters " +"from three of the following categories - English uppercase letters, " +"English lowercase letters, numbers (0-9), and non-alphanumeric characters" +" (!, $, #, %, etc.), and cannot contain all or part of the login name" msgstr "" -"La password deve contenere da 8 a 128 caratteri e deve contenere caratteri di " -"tre delle seguenti categorie: lettere maiuscole inglesi, lettere minuscole " -"inglesi, numeri (0-9) e caratteri non alfanumerici (!, $, #, %, ecc. .) e non " -"può contenere tutto o parte del nome di accesso" +"La password deve contenere da 8 a 128 caratteri e deve contenere " +"caratteri di tre delle seguenti categorie: lettere maiuscole inglesi, " +"lettere minuscole inglesi, numeri (0-9) e caratteri non alfanumerici (!, " +"$, #, %, ecc. .) e non può contenere tutto o parte del nome di accesso" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:529 msgid "" @@ -10799,10 +10905,10 @@ msgid "" "addresses/ranges separated with commas, for example: \"192.168.0.50, " "192.168.0.100 - 192.168.0.200\"" msgstr "" -"Elenco di indirizzi IP o intervallo di indirizzi IP (indirizzo IP iniziale - " -"indirizzo IP finale) da cui deve essere accettato il traffico in entrata. " -"Aggiungi più indirizzi/intervalli IP separati da virgole, ad esempio: " -"\"192.168.0.50, 192.168.0.100 - 192.168.0.200\"" +"Elenco di indirizzi IP o intervallo di indirizzi IP (indirizzo IP " +"iniziale - indirizzo IP finale) da cui deve essere accettato il traffico " +"in entrata. Aggiungi più indirizzi/intervalli IP separati da virgole, ad " +"esempio: \"192.168.0.50, 192.168.0.100 - 192.168.0.200\"" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:559 msgid "Zone redundant high availability" @@ -10810,12 +10916,12 @@ msgstr "Alta disponibilità con ridondanza della zona" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:585 msgid "" -"Zone redundant high availability deploys a standby replica in a different zone. " -"The Burstable instance type does not support high availability." +"Zone redundant high availability deploys a standby replica in a different" +" zone. The Burstable instance type does not support high availability." msgstr "" -"La disponibilità elevata con ridondanza della zona distribuisce una replica in " -"standby in una zona diversa. Il tipo di istanza Burstable non supporta la " -"disponibilità elevata." +"La disponibilità elevata con ridondanza della zona distribuisce una " +"replica in standby in una zona diversa. Il tipo di istanza Burstable non " +"supporta la disponibilità elevata." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:647 #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:461 @@ -10871,8 +10977,8 @@ msgstr "L'intervallo di indirizzi IP pubblici non può essere vuoto." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:732 msgid "" -"Name must be more than 2 characters and must only contain lowercase letters, " -"numbers, and hyphens" +"Name must be more than 2 characters and must only contain lowercase " +"letters, numbers, and hyphens" msgstr "" "Il nome deve contenere più di 2 caratteri e deve contenere solo lettere " "minuscole, numeri e trattini" @@ -10951,7 +11057,8 @@ msgstr "Numero di repliche in standby" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:83 msgid "" -"Adding standby replicas will increase your number of CPUs, as well as your cost." +"Adding standby replicas will increase your number of CPUs, as well as " +"your cost." msgstr "L'aggiunta di repliche in standby aumenterà il numero di CPU e i costi." #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:85 @@ -10977,12 +11084,14 @@ msgstr "Seleziona il volume IOPS." #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:251 msgid "Please enter the volume size in the range between 1 tp 16384." msgstr "" -"Inserisci la dimensione del volume nell'intervallo compreso tra 1 tp 16384." +"Inserisci la dimensione del volume nell'intervallo compreso tra 1 tp " +"16384." #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:255 msgid "Please enter the volume size in the range between 4 tp 16384." msgstr "" -"Inserisci la dimensione del volume nell'intervallo compreso tra 4 tp 16384." +"Inserisci la dimensione del volume nell'intervallo compreso tra 4 tp " +"16384." #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:261 msgid "Please enter the volume IOPS 3000." @@ -11030,12 +11139,13 @@ msgstr "Password del database" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:478 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add " -"multiple IP addresses/ranges separated with commas. Leave blank for 0.0.0.0/0" +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " +"Add multiple IP addresses/ranges separated with commas. Leave blank for " +"0.0.0.0/0" msgstr "" -"Intervallo di indirizzi IP per il traffico in entrata consentito, ad esempio: " -"127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da virgole. Lascia " -"vuoto per 0.0.0.0/0" +"Intervallo di indirizzi IP per il traffico in entrata consentito, ad " +"esempio: 127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da " +"virgole. Lascia vuoto per 0.0.0.0/0" #: pgadmin/misc/cloud/static/js/biganimal_schema.ui.js:480 msgid "Instance Type" @@ -11049,8 +11159,8 @@ msgstr "Distribuisci istanza cloud..." #: pgadmin/misc/cloud/static/js/cloud.js:103 msgid "Error while clearing cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Errore durante la cancellazione dei dati della procedura guidata cloud: ${error." -"response.data.errormsg}" +"Errore durante la cancellazione dei dati della procedura guidata cloud: " +"${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/google.js:72 msgid "Error while authentication: ${error}" @@ -11067,16 +11177,17 @@ msgstr "Client secret file" #: pgadmin/misc/cloud/static/js/google_schema.ui.js:49 msgid "" -"Select a client secrets file containing the client ID, client secret, and other " -"OAuth 2.0 parameters for google authentication. Refer link for creating client " -"secret." +"Select a client secrets file containing the client ID, client secret, and" +" other OAuth 2.0 parameters for google authentication. Refer link for creating client secret." msgstr "" -"Seleziona un file di 'client secret' contenente l'ID client, il 'client secret' " -"e altri parametri OAuth 2.0 per l'autenticazione di Google. Fai riferimento al " -"link per la creazione del 'client secret'." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:61 @@ -11088,8 +11199,8 @@ msgid "" "After clicking the button above you will be redirected to the Google " "authentication page in a new browser tab." msgstr "" -"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina di " -"autenticazione di Google in una nuova scheda del browser." +"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina" +" di autenticazione di Google in una nuova scheda del browser." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:204 msgid "Shared core" @@ -11130,7 +11241,8 @@ msgstr "Alta disponibilità?" #: pgadmin/misc/cloud/static/js/google_schema.ui.js:349 msgid "Please select Secondary availability zone different than primary." msgstr "" -"Seleziona una zona di disponibilità secondaria diversa da quella principale." +"Seleziona una zona di disponibilità secondaria diversa da quella " +"principale." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:391 msgid "Admin username for your Google Cloud Sql PostgreSQL instance." @@ -11142,11 +11254,11 @@ msgstr "Imposta una password per l'utente amministratore predefinito \"postgres\ #: pgadmin/misc/cloud/static/js/google_schema.ui.js:521 msgid "" -"Name must only contain lowercase letters, numbers, and hyphens.Should start with " -"a letter and must be 97 characters or less" +"Name must only contain lowercase letters, numbers, and hyphens.Should " +"start with a letter and must be 97 characters or less" msgstr "" -"Il nome deve contenere solo lettere minuscole, numeri e trattini. Deve iniziare " -"con una lettera e deve contenere al massimo 97 caratteri" +"Il nome deve contenere solo lettere minuscole, numeri e trattini. Deve " +"iniziare con una lettera e deve contenere al massimo 97 caratteri" #: pgadmin/misc/cloud/utils/__init__.py:80 msgid "Deployment on {0} is started for instance {1}." @@ -11159,7 +11271,8 @@ msgstr "Distribuzione cloud" #: pgadmin/misc/dependencies/static/js/Dependencies.jsx:125 msgid "No dependency information is available for the selected object." msgstr "" -"Non sono disponibili informazioni sulla dipendenza per l'oggetto selezionato." +"Non sono disponibili informazioni sulla dipendenza per l'oggetto " +"selezionato." #: pgadmin/misc/dependencies/static/js/Dependencies.jsx:173 #: pgadmin/misc/dependents/static/js/Dependents.jsx:174 @@ -11352,14 +11465,15 @@ msgstr "Preferenze" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:253 msgid "" -"Enter the directory in which the psql, pg_dump, pg_dumpall, and pg_restore " -"utilities can be found for the corresponding database server version. The " -"default path will be used for server versions that do not have a path specified." +"Enter the directory in which the psql, pg_dump, pg_dumpall, and " +"pg_restore utilities can be found for the corresponding database server " +"version. The default path will be used for server versions that do not " +"have a path specified." msgstr "" -"Immettere la directory in cui è possibile trovare le utilità psql, pg_dump, " -"pg_dumpall e pg_restore per la versione del server di database corrispondente. " -"Il percorso predefinito verrà utilizzato per le versioni del server che non " -"dispongono di un percorso specificato." +"Immettere la directory in cui è possibile trovare le utilità psql, " +"pg_dump, pg_dumpall e pg_restore per la versione del server di database " +"corrispondente. Il percorso predefinito verrà utilizzato per le versioni " +"del server che non dispongono di un percorso specificato." #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:281 #: pgadmin/utils/constants.py:26 @@ -11369,8 +11483,8 @@ msgstr "Griglia dei risultati" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:352 msgid "This settings is to Show/Hide nodes in the object explorer." msgstr "" -"Questa impostazione serve a mostrare/nascondere i nodi nella vista Esplora " -"oggetti" +"Questa impostazione serve a mostrare/nascondere i nodi nella vista " +"Esplora oggetti" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:354 #, python-format @@ -11384,10 +11498,11 @@ msgstr "È richiesto l'aggiornamento della vista ad albero Esplora oggetti" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:583 msgid "" -"The object explorer tree refresh is required. Do you wish to refresh the tree?" +"The object explorer tree refresh is required. Do you wish to refresh the " +"tree?" msgstr "" -"È richiesto l'aggiornamento della vista ad albero di Esplora oggetti. Vuoi " -"rinfrescare la vista?" +"È richiesto l'aggiornamento della vista ad albero di Esplora oggetti. " +"Vuoi rinfrescare la vista?" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:596 #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:626 @@ -11401,11 +11516,11 @@ msgstr "Rinfresco necessario" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:618 msgid "" -"A page refresh is required to apply the theme. Do you wish to refresh the page " -"now?" +"A page refresh is required to apply the theme. Do you wish to refresh the" +" page now?" msgstr "" -"Un rinfresco della pagina è necessario per mostrare il tema. Vuoi rinfrescare la " -"pagina adesso?" +"Un rinfresco della pagina è necessario per mostrare il tema. Vuoi " +"rinfrescare la pagina adesso?" #: pgadmin/preferences/static/js/components/PreferencesComponent.jsx:666 #: pgadmin/tools/search_objects/static/js/SearchObjects.jsx:445 @@ -11433,8 +11548,8 @@ msgid "" "Are you sure you want to reset the current layout? This will cause the " "application to reload and any un-saved data will be lost." msgstr "" -"Sei sicuro di voler ripristinare il layout attuale? Ciò causerà il ricaricamento " -"dell'applicazione e la perdita di tutti i dati non salvati." +"Sei sicuro di voler ripristinare il layout attuale? Ciò causerà il " +"ricaricamento dell'applicazione e la perdita di tutti i dati non salvati." #: pgadmin/static/js/api_instance.js:52 pgadmin/static/js/socket_instance.js:56 msgid "Connection to pgAdmin server has been lost" @@ -11451,14 +11566,16 @@ msgstr "chiave di accesso" #: pgadmin/static/js/utils.js:353 msgid "Please configure the PostgreSQL Binary Path in the Preferences dialog." msgstr "" -"Configurare il percorso binario PostgreSQL nella finestra di dialogo Preferenze." +"Configurare il percorso binario PostgreSQL nella finestra di dialogo " +"Preferenze." #: pgadmin/static/js/utils.js:358 msgid "" -"Please configure the EDB Advanced Server Binary Path in the Preferences dialog." +"Please configure the EDB Advanced Server Binary Path in the Preferences " +"dialog." msgstr "" -"Configurare il percorso binario del server avanzato EDB nella finestra di " -"dialogo Preferenze." +"Configurare il percorso binario del server avanzato EDB nella finestra di" +" dialogo Preferenze." #: pgadmin/static/js/utils.js:365 msgid "Configuration required" @@ -11476,26 +11593,26 @@ msgstr "Caricamento delle preferenze %s del modulo %s non riuscito" #: pgadmin/static/js/utils.js:461 msgid "" "The file opened contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it is " -"recommended that you review the text in an application that can display hidden " -"Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it " +"is recommended that you review the text in an application that can " +"display hidden Unicode characters before proceeding." msgstr "" -"Il file aperto contiene caratteri Unicode bidirezionali che potrebbero essere " -"interpretati in modo diverso da quello visualizzato. Se ciò è imprevisto, si " -"consiglia di rivedere il testo in un'applicazione in grado di visualizzare i " -"caratteri Unicode nascosti prima di procedere." +"Il file aperto contiene caratteri Unicode bidirezionali che potrebbero " +"essere interpretati in modo diverso da quello visualizzato. Se ciò è " +"imprevisto, si consiglia di rivedere il testo in un'applicazione in grado" +" di visualizzare i caratteri Unicode nascosti prima di procedere." #: pgadmin/static/js/utils.js:463 msgid "" "The pasted text contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it is " -"recommended that you review the text in an application that can display hidden " -"Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it " +"is recommended that you review the text in an application that can " +"display hidden Unicode characters before proceeding." msgstr "" -"Il testo incollato contiene caratteri Unicode bidirezionali che potrebbero " -"essere interpretati in modo diverso da quello visualizzato. Se ciò è imprevisto, " -"si consiglia di rivedere il testo in un'applicazione in grado di visualizzare i " -"caratteri Unicode nascosti prima di procedere." +"Il testo incollato contiene caratteri Unicode bidirezionali che " +"potrebbero essere interpretati in modo diverso da quello visualizzato. Se" +" ciò è imprevisto, si consiglia di rivedere il testo in un'applicazione " +"in grado di visualizzare i caratteri Unicode nascosti prima di procedere." #: pgadmin/static/js/utils.js:465 msgid "Trojan Source Warning" @@ -11507,23 +11624,26 @@ msgstr "Errore nell'inizializzazione dello strumento ${error.response.data}" #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:41 msgid "" -"Select the user that will take ownership of the shared servers created by . shared servers are currently owned by this user.

    Clicking " -"on the “Change” button will either change ownership if a user is selected or " -"delete any shared servers if no user is selected. There is no way to reverse " -"this action." +"Select the user that will take ownership of the shared servers created by" +" . shared servers are currently owned by this user. " +"

    Clicking on the “Change” button will either change ownership " +"if a user is selected or delete any shared servers if no user is " +"selected. There is no way to reverse this action." msgstr "" -"Seleziona l'utente che assumerà la proprietà dei server condivisi creati da . i server condivisi sono attualmente di proprietà di questo utente.
    Facendo clic sul pulsante \"Cambia\" si cambierà la proprietà se viene " -"selezionato un utente o si cancelleranno i server condivisi se non è selezionato " -"alcun utente. Non c'è modo di annullare questa azione." +"Seleziona l'utente che assumerà la proprietà dei server condivisi creati " +"da . i server condivisi sono attualmente di proprietà di " +"questo utente.

    Facendo clic sul pulsante \"Cambia\" si " +"cambierà la proprietà se viene selezionato un utente o si cancelleranno i" +" server condivisi se non è selezionato alcun utente. Non c'è modo di " +"annullare questa azione." #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:54 msgid "" -"The shared servers owned by will be deleted. Do you wish to continue?" +"The shared servers owned by will be deleted. Do you wish to " +"continue?" msgstr "" -"I server condivisi di proprietà di verranno eliminati. Vuoi continuare?" +"I server condivisi di proprietà di verranno eliminati. Vuoi " +"continuare?" #: pgadmin/static/js/Dialogs/ChangePasswordContent.jsx:42 msgid "Current Password" @@ -11544,20 +11664,20 @@ msgstr "Non salvare" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:77 #, python-format msgid "" -"Please enter the SSH Tunnel password for the identity file '%s' to connect the " -"server \"%s\"" +"Please enter the SSH Tunnel password for the identity file '%s' to " +"connect the server \"%s\"" msgstr "" -"Inserisci la password del tunnel SSH per il file di identità '%s' per connettere " -"il server \"%s\"" +"Inserisci la password del tunnel SSH per il file di identità '%s' per " +"connettere il server \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:78 #, python-format msgid "" -"Please enter the SSH Tunnel password for the user '%s' to connect the server " -"\"%s\"" +"Please enter the SSH Tunnel password for the user '%s' to connect the " +"server \"%s\"" msgstr "" -"Inserisci la password del tunnel SSH per l'utente '%s' per connettere il server " -"\"%s\"" +"Inserisci la password del tunnel SSH per l'utente '%s' per connettere il " +"server \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:95 #, python-format @@ -11596,16 +11716,16 @@ msgid "" "This is required to unlock saved passwords and reconnect to the database " "server(s)." msgstr "" -"Ciò è necessario per sbloccare le password salvate e riconnettersi ai server del " -"database." +"Ciò è necessario per sbloccare le password salvate e riconnettersi ai " +"server del database." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:78 msgid "" "This will be used to secure and later unlock saved passwords and other " "credentials." msgstr "" -"Sarà usata per criptare e in seguito decriptare le password salvate e le altre " -"credenziali." +"Sarà usata per criptare e in seguito decriptare le password salvate e le " +"altre credenziali." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:101 #: pgadmin/static/js/Dialogs/index.jsx:204 @@ -11630,21 +11750,21 @@ msgstr "Imposta la password principale" #: pgadmin/static/js/Dialogs/index.jsx:205 msgid "" -"This will remove all the saved passwords. This will also remove established " -"connections to the server and you may need to reconnect again. Do you wish to " -"continue?" +"This will remove all the saved passwords. This will also remove " +"established connections to the server and you may need to reconnect " +"again. Do you wish to continue?" msgstr "" -"Ciò rimuoverà tutte le password salvate. Ciò rimuoverà anche le connessioni " -"stabilite al server e potrebbe essere necessario riconnettersi nuovamente. Vuoi " -"continuare?" +"Ciò rimuoverà tutte le password salvate. Ciò rimuoverà anche le " +"connessioni stabilite al server e potrebbe essere necessario " +"riconnettersi nuovamente. Vuoi continuare?" #: pgadmin/static/js/Dialogs/index.jsx:261 msgid "" -"Please make sure to disconnect the server and update the new password in the " -"pgpass file before performing any other operation" +"Please make sure to disconnect the server and update the new password in " +"the pgpass file before performing any other operation" msgstr "" -"Assicurarsi di scollegare il server e aggiornare la nuova password nel file " -"pgpass prima di eseguire qualsiasi altra operazione" +"Assicurarsi di scollegare il server e aggiornare la nuova password nel " +"file pgpass prima di eseguire qualsiasi altra operazione" #: pgadmin/static/js/Dialogs/index.jsx:381 msgid "Rename Panel ${_.escape(title)}" @@ -11725,7 +11845,8 @@ msgstr "Somma dei tempi" msgid "of relation" msgstr "di relazione" -#: pgadmin/static/js/Explain/Graphical.jsx:402 pgadmin/tools/erd/__init__.py:343 +#: pgadmin/static/js/Explain/Graphical.jsx:402 +#: pgadmin/tools/erd/__init__.py:343 msgid "Zoom in" msgstr "Ingrandisci" @@ -11734,7 +11855,8 @@ msgstr "Ingrandisci" msgid "Zoom to original" msgstr "Zoom sull'originale" -#: pgadmin/static/js/Explain/Graphical.jsx:404 pgadmin/tools/erd/__init__.py:361 +#: pgadmin/static/js/Explain/Graphical.jsx:404 +#: pgadmin/tools/erd/__init__.py:361 msgid "Zoom out" msgstr "Rimpicciolisci" @@ -11785,8 +11907,9 @@ msgid "" "Use Explain/Explain analyze button to generate the plan for a query. " "Alternatively, you can also execute \"EXPLAIN (FORMAT JSON) [QUERY]\"." msgstr "" -"Utilizzare il pulsante di analisi Spiega / Spiega per generare il piano per una " -"query. In alternativa, puoi anche eseguire \"EXPLAIN (FORMAT JSON) [QUERY]\"." +"Utilizzare il pulsante di analisi Spiega / Spiega per generare il piano " +"per una query. In alternativa, puoi anche eseguire \"EXPLAIN (FORMAT " +"JSON) [QUERY]\"." #: pgadmin/static/js/SchemaView/DataGridView.jsx:341 #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSetToolbar.jsx:167 @@ -11906,8 +12029,8 @@ msgstr "Chiave di accesso" msgid "Maximise" msgstr "Massimizza" -#: pgadmin/static/js/helpers/Layout.jsx:295 pgadmin/tools/restore/__init__.py:44 -#: pgadmin/tools/restore/__init__.py:111 +#: pgadmin/static/js/helpers/Layout.jsx:295 +#: pgadmin/tools/restore/__init__.py:44 pgadmin/tools/restore/__init__.py:111 msgid "Restore" msgstr "Ripristina" @@ -11947,11 +12070,11 @@ msgstr "Errore durante il ripristino dello stato salvato dell'albero. \"" #: pgadmin/static/js/tree/tree_utils.js:44 msgid "" -"Databases with = symbols in the name cannot be backed up or restored using this " -"utility." +"Databases with = symbols in the name cannot be backed up or restored " +"using this utility." msgstr "" -"Non è possibile eseguire il backup o il ripristino di database con simboli = nel " -"nome utilizzando questa utility." +"Non è possibile eseguire il backup o il ripristino di database con " +"simboli = nel nome utilizzando questa utility." #: pgadmin/static/js/tree/tree_utils.js:61 msgid "Please select server or child node from the object explorer." @@ -11981,11 +12104,11 @@ msgstr "Recupera password" #: pgadmin/templates/security/forgot_password.html:10 msgid "" -"Enter the email address for the user account you wish to recover the password " -"for:" +"Enter the email address for the user account you wish to recover the " +"password for:" msgstr "" -"Immettere l'indirizzo e-mail per l'account utente per il quale si desidera " -"recuperare la password per:" +"Immettere l'indirizzo e-mail per l'account utente per il quale si " +"desidera recuperare la password per:" #: pgadmin/templates/security/forgot_password.html:14 msgid "Forget Password Form" @@ -12082,11 +12205,11 @@ msgstr "Backup variabili Globali..." #: pgadmin/tools/backup/static/js/backup.js:80 msgid "" -"Please select any server from the object explorer to take Backup of global " -"objects." +"Please select any server from the object explorer to take Backup of " +"global objects." msgstr "" -"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire il " -"backup degli oggetti globali." +"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire " +"il backup degli oggetti globali." #: pgadmin/tools/backup/static/js/backup.js:88 #: pgadmin/tools/backup/static/js/backup.js:114 @@ -12097,17 +12220,17 @@ msgstr "Backup server..." #: pgadmin/tools/backup/static/js/backup.js:118 msgid "Please select any server from the object explorer to take Server Backup." msgstr "" -"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire il " -"backup del server." +"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire " +"il backup del server." #: pgadmin/tools/backup/static/js/backup.js:105 #: pgadmin/tools/backup/static/js/backup.js:132 msgid "" -"Please select any database or schema or table from the object explorer to take " -"Backup." +"Please select any database or schema or table from the object explorer to" +" take Backup." msgstr "" -"Selezionare qualsiasi database, schema o tabella da Esplora oggetti per eseguire " -"il backup." +"Selezionare qualsiasi database, schema o tabella da Esplora oggetti per " +"eseguire il backup." #: pgadmin/tools/backup/static/js/backup.js:126 #: pgadmin/tools/backup/static/js/backup.js:144 @@ -12323,10 +12446,11 @@ msgstr "Si prega di fornire un nome file." #: pgadmin/tools/backup/static/js/backupGlobal.ui.js:104 msgid "" -"Only objects global to the entire database will be backed up, in PLAIN format" +"Only objects global to the entire database will be backed up, in PLAIN " +"format" msgstr "" -"Verrà eseguito il backup solo degli oggetti globali per l'intero database, in " -"formato PLAIN" +"Verrà eseguito il backup solo degli oggetti globali per l'intero " +"database, in formato PLAIN" #: pgadmin/tools/debugger/__init__.py:61 msgid "Accesskey (Continue/Start)" @@ -12387,25 +12511,26 @@ msgstr "Non è possibile eseguire il debug delle funzioni con due punti nel nome #: pgadmin/tools/debugger/__init__.py:421 msgid "EDB Advanced Server wrapped functions cannot be debugged." msgstr "" -"Non è possibile eseguire il debug delle funzioni con wrapping Advanced Server " -"EDB." +"Non è possibile eseguire il debug delle funzioni con wrapping Advanced " +"Server EDB." #: pgadmin/tools/debugger/__init__.py:428 msgid "" -"An 'edbspl' target with a variadic argument is not supported and cannot be " -"debugged." +"An 'edbspl' target with a variadic argument is not supported and cannot " +"be debugged." msgstr "" -"Un target \"edbspl\" con un argomento variadico non è supportato e non può " -"essere sottoposto a debug." +"Un target \"edbspl\" con un argomento variadico non è supportato e non " +"può essere sottoposto a debug." -#: pgadmin/tools/debugger/__init__.py:504 pgadmin/tools/debugger/__init__.py:518 +#: pgadmin/tools/debugger/__init__.py:504 +#: pgadmin/tools/debugger/__init__.py:518 msgid "Failed to find the pldbgapi extension in this database." msgstr "Impossibile trovare l'estensione pldbgapi in questo database." #: pgadmin/tools/debugger/__init__.py:525 msgid "" -"The debugger plugin is not enabled. Please create the pldbgapi extension in this " -"database." +"The debugger plugin is not enabled. Please create the pldbgapi extension " +"in this database." msgstr "" "Il plug-in del debugger non è abilitato. Si prega di creare l'estensione " "pldbgapi in questo database." @@ -12415,8 +12540,8 @@ msgid "" "You must be a superuser to set a global breakpoint and perform indirect " "debugging." msgstr "" -"Devi essere un superutente per impostare un breakpoint globale ed eseguire il " -"debug indiretto." +"Devi essere un superutente per impostare un breakpoint globale ed " +"eseguire il debug indiretto." #: pgadmin/tools/debugger/__init__.py:716 msgid "Could not fetch debugger plugin information." @@ -12425,12 +12550,12 @@ msgstr "Impossibile recuperare le informazioni sul plug-in del debugger." #: pgadmin/tools/debugger/__init__.py:722 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " -"shared_preload_libraries setting in the postgresql.conf file and restart the " -"database server for indirect debugging." +"shared_preload_libraries setting in the postgresql.conf file and restart " +"the database server for indirect debugging." msgstr "" -"Il plug-in del debugger non è abilitato. Aggiungi il plug-in all'impostazione " -"shared_preload_libraries nel file postgresql.conf e riavvia il server di " -"database per il debug indiretto." +"Il plug-in del debugger non è abilitato. Aggiungi il plug-in " +"all'impostazione shared_preload_libraries nel file postgresql.conf e " +"riavvia il server di database per il debug indiretto." #: pgadmin/tools/debugger/__init__.py:742 msgid "Please upgrade the pldbgapi extension to 1.1 or above and try again." @@ -12448,11 +12573,13 @@ msgstr "Valore depositato correttamente" msgid "Error while setting the value" msgstr "Errore durante l'impostazione del valore" -#: pgadmin/tools/debugger/__init__.py:2030 pgadmin/tools/debugger/__init__.py:2090 +#: pgadmin/tools/debugger/__init__.py:2030 +#: pgadmin/tools/debugger/__init__.py:2090 msgid "Execution completed with an error." msgstr "Esecuzione completata con un errore." -#: pgadmin/tools/debugger/__init__.py:2045 pgadmin/tools/debugger/__init__.py:2106 +#: pgadmin/tools/debugger/__init__.py:2045 +#: pgadmin/tools/debugger/__init__.py:2106 msgid "Execution Completed." msgstr "Esecuzione completata." @@ -12529,11 +12656,11 @@ msgstr "Errore di debugger" #: pgadmin/tools/debugger/static/js/DebuggerModule.js:557 msgid "" -"Current database has been moved or renamed to ${db_label}. Click on the OK " -"button to refresh the database name." +"Current database has been moved or renamed to ${db_label}. Click on the " +"OK button to refresh the database name." msgstr "" -"Il database corrente è stato spostato o rinominato in ${db_label}. Fare clic sul " -"pulsante OK per aggiornare il nome del database." +"Il database corrente è stato spostato o rinominato in ${db_label}. Fare " +"clic sul pulsante OK per aggiornare il nome del database." #: pgadmin/tools/debugger/static/js/components/DebuggerArgs.ui.js:55 msgid "Null?" @@ -12582,11 +12709,11 @@ msgstr "Debug interrotto" #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:170 msgid "" -"Debugger has been aborted. On clicking the ok button, debugger panel will be " -"closed." +"Debugger has been aborted. On clicking the ok button, debugger panel will" +" be closed." msgstr "" -"Il debugger è stato interrotto. Facendo clic sul pulsante ok, il pannello del " -"debugger verrà chiuso." +"Il debugger è stato interrotto. Facendo clic sul pulsante ok, il pannello" +" del debugger verrà chiuso." #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:184 msgid "Error while starting debugging listener." @@ -12809,11 +12936,11 @@ msgstr "SQL con tabella DROP" #: pgadmin/tools/erd/__init__.py:383 pgadmin/tools/erd/__init__.py:422 msgid "" -"If enabled, the SQL generated by the ERD Tool will add DROP table DDL before " -"each CREATE table DDL." +"If enabled, the SQL generated by the ERD Tool will add DROP table DDL " +"before each CREATE table DDL." msgstr "" -"Se abilitato, l'SQL generato dallo strumento ERD aggiungerà il DDL della tabella " -"DROP prima di ogni DDL della tabella CREATE." +"Se abilitato, l'SQL generato dallo strumento ERD aggiungerà il DDL della " +"tabella DROP prima di ogni DDL della tabella CREATE." #: pgadmin/tools/erd/__init__.py:392 msgid "Table Relation Depth" @@ -12821,12 +12948,12 @@ msgstr "Profondità relazione tabella" #: pgadmin/tools/erd/__init__.py:396 msgid "" -"The maximum depth pgAdmin should traverse to find related tables when generating " -"an ERD for a table. Use -1 for no limit." +"The maximum depth pgAdmin should traverse to find related tables when " +"generating an ERD for a table. Use -1 for no limit." msgstr "" -"La profondità massima che pgAdmin deve attraversare per trovare le tabelle " -"correlate durante la generazione di un ERD per una tabella. Usa -1 per nessun " -"limite." +"La profondità massima che pgAdmin deve attraversare per trovare le " +"tabelle correlate durante la generazione di un ERD per una tabella. Usa " +"-1 per nessun limite." #: pgadmin/tools/erd/__init__.py:405 #: pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx:296 @@ -12939,11 +13066,13 @@ msgstr "-- Questo script è stato generato dallo strumento ERD in pgAdmin 4.\n" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:689 msgid "" -"-- Please log an issue at https://redmine.postgresql.org/projects/pgadmin4/" -"issues/new if you find any bugs, including reproduction steps.\n" +"-- Please log an issue at " +"https://redmine.postgresql.org/projects/pgadmin4/issues/new if you find " +"any bugs, including reproduction steps.\n" msgstr "" -"-- Registra un problema su https://redmine.postgresql.org/projects/pgadmin4/" -"issues/new se trovi qualche bug, inclusi i passaggi di riproduzione.\n" +"-- Registra un problema su " +"https://redmine.postgresql.org/projects/pgadmin4/issues/new se trovi " +"qualche bug, inclusi i passaggi di riproduzione.\n" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:702 msgid "Preparing the SQL..." @@ -12963,11 +13092,11 @@ msgstr "Limite massimo della dimensione dell'immagine" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:847 msgid "" -"The downloaded image has exceeded the maximum size of 32767 x 32767 pixels, and " -"has been cropped to that size." +"The downloaded image has exceeded the maximum size of 32767 x 32767 " +"pixels, and has been cropped to that size." msgstr "" -"L'immagine scaricata ha superato la dimensione massima di 32767 x 32767 pixel ed " -"è stata ritagliata a quella dimensione." +"L'immagine scaricata ha superato la dimensione massima di 32767 x 32767 " +"pixel ed è stata ritagliata a quella dimensione." #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:856 msgid "One to many relation" @@ -13126,7 +13255,8 @@ msgstr "Selezione dei privilegi" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:192 msgid "Error while fetching grant wizard data." msgstr "" -"Errore durante il recupero dei dati della procedura guidata di concessione." +"Errore durante il recupero dei dati della procedura guidata di " +"concessione." #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:215 msgid "Error while fetching SQL." @@ -13135,8 +13265,8 @@ msgstr "Errore durante il recupero di SQL." #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:238 msgid "Error while saving grant wizard data: ${error.response.data.errormsg}" msgstr "" -"Errore durante il salvataggio dei dati della procedura guidata di concessione: " -"${error.response.data.errormsg}" +"Errore durante il salvataggio dei dati della procedura guidata di " +"concessione: ${error.response.data.errormsg}" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:305 msgid "Please select any database object." @@ -13149,11 +13279,11 @@ msgstr "Assistente dei permessi" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:355 msgid "" -"The SQL below will be executed on the database server to grant the selected " -"privileges. Please click on Finish to complete the process." +"The SQL below will be executed on the database server to grant the " +"selected privileges. Please click on Finish to complete the process." msgstr "" -"The SQL below will be executed on the database server to grant the selected " -"privileges. Please click on Finish to complete the process." +"The SQL below will be executed on the database server to grant the " +"selected privileges. Please click on Finish to complete the process." #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:57 #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:77 @@ -13162,8 +13292,8 @@ msgstr "Assistente dei permessi..." #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:63 msgid "" -"Please select any database, schema or schema objects from the object explorer to " -"access Grant Wizard Tool." +"Please select any database, schema or schema objects from the object " +"explorer to access Grant Wizard Tool." msgstr "" "Selezionare qualsiasi database, schema o oggetto dello schema da Esplora " "oggetti per accedere allo wizard di generazione dei permessi." @@ -13175,37 +13305,38 @@ msgstr "" msgid "Import/Export" msgstr "Importa/Esporta" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -"Copia dei dati della tabella '{0}.{1}' sul database '{2}' e sul server '{3}'" +"Copia dei dati della tabella '{0}.{1}' sul database '{2}' e sul server " +"'{3}'" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "Importa - " -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "Esportare - " -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "Copia dei dati della tabella" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "Importa dati" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "Esporta dati" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Prima connettere al server..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Si prega di specificare un file valido" @@ -13216,7 +13347,8 @@ msgstr "Importa/Esporta dati..." #: pgadmin/tools/import_export/static/js/import_export.js:65 msgid "Please select any table from the object explorer to Import/Export data." msgstr "" -"Selezionare qualsiasi tabella da Esplora oggetti per importare/esportare i dati." +"Selezionare qualsiasi tabella da Esplora oggetti per importare/esportare " +"i dati." #: pgadmin/tools/import_export/static/js/import_export.js:170 #, python-format @@ -13247,15 +13379,16 @@ msgstr "text" #: pgadmin/tools/import_export/static/js/import_export.ui.js:158 msgid "" -"Specifies the character that separates columns within each row (line) of the " -"file. The default is a tab character in text format, a comma in CSV format. This " -"must be a single one-byte character. This option is not allowed when using " -"binary format." +"Specifies the character that separates columns within each row (line) of " +"the file. The default is a tab character in text format, a comma in CSV " +"format. This must be a single one-byte character. This option is not " +"allowed when using binary format." msgstr "" -"Specifica il carattere che separa le colonne all'interno di ogni riga (riga) del " -"file. L'impostazione predefinita è un carattere di tabulazione in formato testo, " -"una virgola in formato CSV. Questo deve essere un singolo carattere a un byte. " -"Questa opzione non è consentita quando si utilizza il formato binario." +"Specifica il carattere che separa le colonne all'interno di ogni riga " +"(riga) del file. L'impostazione predefinita è un carattere di tabulazione" +" in formato testo, una virgola in formato CSV. Questo deve essere un " +"singolo carattere a un byte. Questa opzione non è consentita quando si " +"utilizza il formato binario." #: pgadmin/tools/import_export/static/js/import_export.ui.js:162 msgid "Quote" @@ -13263,14 +13396,14 @@ msgstr "Citazione" #: pgadmin/tools/import_export/static/js/import_export.ui.js:176 msgid "" -"Specifies the quoting character to be used when a data value is quoted. The " -"default is double-quote. This must be a single one-byte character. This option " -"is allowed only when using CSV format." +"Specifies the quoting character to be used when a data value is quoted. " +"The default is double-quote. This must be a single one-byte character. " +"This option is allowed only when using CSV format." msgstr "" -"Specifica il carattere di quotazione da utilizzare quando viene quotato un " -"valore di dati. L'impostazione predefinita è la doppia virgoletta. Questo deve " -"essere un singolo carattere a un byte. Questa opzione è consentita solo quando " -"si utilizza il formato CSV." +"Specifica il carattere di quotazione da utilizzare quando viene quotato " +"un valore di dati. L'impostazione predefinita è la doppia virgoletta. " +"Questo deve essere un singolo carattere a un byte. Questa opzione è " +"consentita solo quando si utilizza il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:180 msgid "Escape" @@ -13278,16 +13411,17 @@ msgstr "Fuga" #: pgadmin/tools/import_export/static/js/import_export.ui.js:194 msgid "" -"Specifies the character that should appear before a data character that matches " -"the QUOTE value. The default is the same as the QUOTE value (so that the quoting " -"character is doubled if it appears in the data). This must be a single one-byte " -"character. This option is allowed only when using CSV format." +"Specifies the character that should appear before a data character that " +"matches the QUOTE value. The default is the same as the QUOTE value (so " +"that the quoting character is doubled if it appears in the data). This " +"must be a single one-byte character. This option is allowed only when " +"using CSV format." msgstr "" -"Specifica il carattere che deve apparire prima di un carattere di dati che " -"corrisponde al valore QUOTE. Il valore predefinito è uguale al valore QUOTE (in " -"modo che il carattere di citazione sia raddoppiato se appare nei dati). Questo " -"deve essere un singolo carattere a un byte. Questa opzione è consentita solo " -"quando si utilizza il formato CSV." +"Specifica il carattere che deve apparire prima di un carattere di dati " +"che corrisponde al valore QUOTE. Il valore predefinito è uguale al valore" +" QUOTE (in modo che il carattere di citazione sia raddoppiato se appare " +"nei dati). Questo deve essere un singolo carattere a un byte. Questa " +"opzione è consentita solo quando si utilizza il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:198 msgid "NULL Strings" @@ -13295,17 +13429,18 @@ msgstr "Stringa NULL" #: pgadmin/tools/import_export/static/js/import_export.ui.js:205 msgid "" -"Specifies the string that represents a null value. The default is \\N (backslash-" -"N) in text format, and an unquoted empty string in CSV format. You might prefer " -"an empty string even in text format for cases where you don't want to " -"distinguish nulls from empty strings. This option is not allowed when using " -"binary format." +"Specifies the string that represents a null value. The default is \\N " +"(backslash-N) in text format, and an unquoted empty string in CSV format." +" You might prefer an empty string even in text format for cases where you" +" don't want to distinguish nulls from empty strings. This option is not " +"allowed when using binary format." msgstr "" -"Specifica la stringa che rappresenta un valore null. L'impostazione predefinita " -"è \\n (barra rovesciata-N) in formato testo e una stringa vuota non quotata in " -"formato CSV. È possibile preferire una stringa vuota anche in formato testo per " -"i casi in cui non si desidera distinguere i null da stringhe vuote. Questa " -"opzione non è consentita quando si utilizza il formato binario." +"Specifica la stringa che rappresenta un valore null. L'impostazione " +"predefinita è \\n (barra rovesciata-N) in formato testo e una stringa " +"vuota non quotata in formato CSV. È possibile preferire una stringa vuota" +" anche in formato testo per i casi in cui non si desidera distinguere i " +"null da stringhe vuote. Questa opzione non è consentita quando si " +"utilizza il formato binario." #: pgadmin/tools/import_export/static/js/import_export.ui.js:219 msgid "Columns for importing..." @@ -13317,11 +13452,11 @@ msgstr "Colonne per l'esportazione ..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:225 msgid "" -"An optional list of columns to be copied. If no column list is specified, all " -"columns of the table will be copied." +"An optional list of columns to be copied. If no column list is specified," +" all columns of the table will be copied." msgstr "" -"Un elenco opzionale di colonne da copiare. Se non viene specificato alcun elenco " -"di colonne, verranno copiate tutte le colonne della tabella." +"Un elenco opzionale di colonne da copiare. Se non viene specificato alcun" +" elenco di colonne, verranno copiate tutte le colonne della tabella." #: pgadmin/tools/import_export/static/js/import_export.ui.js:229 msgid "NOT NULL columns" @@ -13333,16 +13468,17 @@ msgstr "Colonne non nulle..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:241 msgid "" -"Do not match the specified column values against the null string. In the default " -"case where the null string is empty, this means that empty values will be read " -"as zero-length strings rather than nulls, even when they are not quoted. This " -"option is allowed only in import, and only when using CSV format." +"Do not match the specified column values against the null string. In the " +"default case where the null string is empty, this means that empty values" +" will be read as zero-length strings rather than nulls, even when they " +"are not quoted. This option is allowed only in import, and only when " +"using CSV format." msgstr "" "Non abbinare i valori di colonna specificati alla stringa null. Nel caso " -"predefinito in cui la stringa nulla è vuota, ciò significa che i valori vuoti " -"verranno letti come stringhe di lunghezza zero anziché null, anche quando non " -"sono quotati. Questa opzione è consentita solo in importazione e solo quando si " -"utilizza il formato CSV." +"predefinito in cui la stringa nulla è vuota, ciò significa che i valori " +"vuoti verranno letti come stringhe di lunghezza zero anziché null, anche " +"quando non sono quotati. Questa opzione è consentita solo in importazione" +" e solo quando si utilizza il formato CSV." #: pgadmin/tools/import_export_servers/__init__.py:41 #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:218 @@ -13389,11 +13525,11 @@ msgstr "I server selezionati sono stati importati correttamente." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:111 msgid "" -"The existing server groups and servers were removed, and the selected servers " -"were imported successfully." +"The existing server groups and servers were removed, and the selected " +"servers were imported successfully." msgstr "" -"I gruppi di server ei server esistenti sono stati rimossi e i server selezionati " -"sono stati importati correttamente." +"I gruppi di server ei server esistenti sono stati rimossi e i server " +"selezionati sono stati importati correttamente." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:114 msgid "Import Servers" @@ -13405,27 +13541,27 @@ msgstr "Errore di importazione" #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:162 msgid "" -"The following servers will be imported. Click the Finish button to complete the " -"import process." +"The following servers will be imported. Click the Finish button to " +"complete the import process." msgstr "" -"Verranno importati i seguenti server. Fare clic sul pulsante Fine per completare " -"il processo di importazione." +"Verranno importati i seguenti server. Fare clic sul pulsante Fine per " +"completare il processo di importazione." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:164 msgid "" -"All existing server groups and servers will be removed before the servers above " -"are imported. On a successful import process, the object explorer will be " -"refreshed." +"All existing server groups and servers will be removed before the servers" +" above are imported. On a successful import process, the object explorer " +"will be refreshed." msgstr "" -"Tutti i gruppi di server e i server esistenti verranno rimossi prima che i " -"server di cui sopra vengano importati. Se il processo di importazione ha esito " -"positivo, la vista Esplora oggetti verrà aggiornata." +"Tutti i gruppi di server e i server esistenti verranno rimossi prima che " +"i server di cui sopra vengano importati. Se il processo di importazione " +"ha esito positivo, la vista Esplora oggetti verrà aggiornata." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:166 msgid "On a successful import process, the object explorer will be refreshed." msgstr "" -"Se il processo di importazione ha esito positivo, la vista Esplora oggetti verrà " -"aggiornata." +"Se il processo di importazione ha esito positivo, la vista Esplora " +"oggetti verrà aggiornata." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:187 msgid "Error while fetching Server Groups and Servers." @@ -13445,13 +13581,13 @@ msgstr "Rimuovere tutti i server esistenti?" #: pgadmin/tools/import_export_servers/static/js/import_export_selection.ui.js:78 msgid "" -"If this option is turned on then pgAdmin will remove all the existing database " -"servers and then import the selected servers. This setting is applicable only " -"while importing the servers." +"If this option is turned on then pgAdmin will remove all the existing " +"database servers and then import the selected servers. This setting is " +"applicable only while importing the servers." msgstr "" -"Se questa opzione è attivata, pgAdmin rimuoverà tutti i server di database " -"esistenti e quindi importerà i server selezionati. Questa impostazione è " -"applicabile solo durante l'importazione dei server." +"Se questa opzione è attivata, pgAdmin rimuoverà tutti i server di " +"database esistenti e quindi importerà i server selezionati. Questa " +"impostazione è applicabile solo durante l'importazione dei server." #: pgadmin/tools/import_export_servers/static/js/import_export_servers.js:49 msgid "Import/Export Servers..." @@ -13523,7 +13659,8 @@ msgstr "Manutenzione..." #: pgadmin/tools/maintenance/static/js/maintenance.js:82 msgid "Please select any database from the object explorer to do Maintenance." msgstr "" -"Selezionare qualsiasi database da Esplora oggetti per eseguire la manutenzione." +"Selezionare qualsiasi database da Esplora oggetti per eseguire la " +"manutenzione." #: pgadmin/tools/maintenance/static/js/maintenance.js:162 msgid "Maintenance error" @@ -13531,11 +13668,11 @@ msgstr "Errore di manutenzione" #: pgadmin/tools/maintenance/static/js/maintenance.js:163 msgid "" -"Maintenance job creation failed. Databases with = symbols in the name cannot be " -"maintained using this utility." +"Maintenance job creation failed. Databases with = symbols in the name " +"cannot be maintained using this utility." msgstr "" -"Creazione dell'operazione di manutenzione fallita. I database con il simbolo = " -"nel nome non possono essere manutenuti con questa utility." +"Creazione dell'operazione di manutenzione fallita. I database con il " +"simbolo = nel nome non possono essere manutenuti con questa utility." #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:47 #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:62 @@ -13561,7 +13698,8 @@ msgstr "PSQL" #: pgadmin/tools/psql/__init__.py:406 msgid "" -"Connection terminated, To create new connection please open another psql tool." +"Connection terminated, To create new connection please open another psql " +"tool." msgstr "" "Connessione terminata, per creare una nuova connessione aprire un altro " "strumento psql." @@ -13587,8 +13725,8 @@ msgstr "Autorizzazione di scrittura negli appunti richiesta" #: pgadmin/tools/psql/static/js/psql_module.js:358 msgid "To copy data from PSQL terminal, Clipboard write permission required." msgstr "" -"Per copiare i dati dal terminale PSQL, è richiesta l'autorizzazione di scrittura " -"negli Appunti." +"Per copiare i dati dal terminale PSQL, è richiesta l'autorizzazione di " +"scrittura negli Appunti." #: pgadmin/tools/psql/static/js/psql_module.js:376 msgid "Clipboard read permission required" @@ -13597,8 +13735,8 @@ msgstr "È richiesto il permesso alla lettura degli appunti" #: pgadmin/tools/psql/static/js/psql_module.js:376 msgid "To paste data on the PSQL terminal, Clipboard read permission required." msgstr "" -"Per incollare i dati sul terminale PSQL, è richiesto il permesso di lettura " -"degli Appunti." +"Per incollare i dati sul terminale PSQL, è richiesto il permesso di " +"lettura degli Appunti." #: pgadmin/tools/restore/__init__.py:98 msgid "Restoring backup on the server '{0}'" @@ -13618,9 +13756,12 @@ msgid "Restore..." msgstr "Ripristina..." #: pgadmin/tools/restore/static/js/restore.js:62 -msgid "Please select any schema or table from the object explorer to Restore data." +msgid "" +"Please select any schema or table from the object explorer to Restore " +"data." msgstr "" -"Seleziona uno schema o una tabella da Esplora oggetti per ripristinare i dati." +"Seleziona uno schema o una tabella da Esplora oggetti per ripristinare i " +"dati." #: pgadmin/tools/restore/static/js/restore.js:143 msgid "Restore Error" @@ -13668,11 +13809,11 @@ msgstr "Ignora gli spazi bianchi" #: pgadmin/tools/schema_diff/__init__.py:78 msgid "" -"Set ignore whitespace on or off by default in the drop-down menu near the " -"Compare button in the Schema Diff tab." +"Set ignore whitespace on or off by default in the drop-down menu near the" +" Compare button in the Schema Diff tab." msgstr "" -"Attiva o disattiva ignora gli spazi bianchi per impostazione predefinita nel " -"menu a discesa vicino al pulsante Confronta nella scheda Diff." +"Attiva o disattiva ignora gli spazi bianchi per impostazione predefinita " +"nel menu a discesa vicino al pulsante Confronta nella scheda Diff." #: pgadmin/tools/schema_diff/__init__.py:85 #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffButtonComponent.jsx:195 @@ -13681,11 +13822,12 @@ msgstr "Ignora proprietario" #: pgadmin/tools/schema_diff/__init__.py:87 msgid "" -"Set ignore owner on or off by default in the drop-down menu near the Compare " -"button in the Schema Diff tab." +"Set ignore owner on or off by default in the drop-down menu near the " +"Compare button in the Schema Diff tab." msgstr "" -"Attiva o disattiva l'opzione Ignora proprietario per impostazione predefinita " -"nel menu a discesa vicino al pulsante Confronta nella scheda Diff." +"Attiva o disattiva l'opzione Ignora proprietario per impostazione " +"predefinita nel menu a discesa vicino al pulsante Confronta nella scheda " +"Diff." #: pgadmin/tools/schema_diff/__init__.py:565 msgid "Successfully compare the specified databases." @@ -13709,17 +13851,17 @@ msgstr "Server scollegati." #: pgadmin/tools/schema_diff/__init__.py:704 msgid "" -"Schema diff does not support the comparison between Postgres Server and EDB " -"Postgres Advanced Server." +"Schema diff does not support the comparison between Postgres Server and " +"EDB Postgres Advanced Server." msgstr "" -"Lo schema diff non supporta il confronto tra Postgres Server e EDB Postgres " -"Advanced Server." +"Lo schema diff non supporta il confronto tra Postgres Server e EDB " +"Postgres Advanced Server." #: pgadmin/tools/schema_diff/__init__.py:718 msgid "Source and Target database server must be of the same major version." msgstr "" -"Il server di database di origine e di destinazione deve avere la stessa versione " -"principale." +"Il server di database di origine e di destinazione deve avere la stessa " +"versione principale." #: pgadmin/tools/schema_diff/__init__.py:765 msgid "Comparing {0}" @@ -13806,7 +13948,8 @@ msgstr "Seleziona l'origine e la destinazione diverse." #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:311 msgid " (this may take a few minutes)... ${res.diff_percentage} %" msgstr "" -" (l'operazione potrebbe richiedere alcuni minuti)... ${res.diff_percentage} %" +" (l'operazione potrebbe richiedere alcuni minuti)... " +"${res.diff_percentage} %" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:333 msgid "Generating script..." @@ -13818,19 +13961,19 @@ msgstr "- Questo script è stato generato dall'utilità Schema Diff in pgAdmin 4 #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:337 msgid "" -"-- For the circular dependencies, the order in which Schema Diff writes the " -"objects is not very sophisticated \n" +"-- For the circular dependencies, the order in which Schema Diff writes " +"the objects is not very sophisticated \n" msgstr "" -"-- Per le dipendenze circolari, l'ordine in cui Schema Diff scrive gli oggetti " -"non è molto sofisticato\n" +"-- Per le dipendenze circolari, l'ordine in cui Schema Diff scrive gli " +"oggetti non è molto sofisticato\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:338 msgid "" -"-- and may require manual changes to the script to ensure changes are applied in " -"the correct order.\n" +"-- and may require manual changes to the script to ensure changes are " +"applied in the correct order.\n" msgstr "" -"-- e potrebbe richiedere modifiche manuali allo script per garantire che le " -"modifiche vengano applicate nell'ordine corretto.\n" +"-- e potrebbe richiedere modifiche manuali allo script per garantire che " +"le modifiche vengano applicate nell'ordine corretto.\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:339 msgid "-- Please report an issue for any failure with the reproduction steps. \n" @@ -13867,8 +14010,8 @@ msgstr "Selezione obbiettivo" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:791 msgid " Source and Target database server must be of the same major version." msgstr "" -" Il server del database di origine e di destinazione deve essere della stessa " -"versione principale." +" Il server del database di origine e di destinazione deve essere della " +"stessa versione principale." #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:792 msgid " Database Compare:" @@ -13877,7 +14020,8 @@ msgstr " Confronto database:" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:793 msgid " Select the server and database for the source and target and Click" msgstr "" -" Selezionare il server e il database per l'origine e la destinazione e fare clic" +" Selezionare il server e il database per l'origine e la destinazione e " +"fare clic" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:793 #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:796 @@ -13889,10 +14033,12 @@ msgid "Schema Compare:" msgstr "Schema Confronta:" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:796 -msgid " Select the server, database and schema for the source and target and Click" +msgid "" +" Select the server, database and schema for the source and target and " +"Click" msgstr "" -" Selezionare il server, il database e lo schema per l'origine e la destinazione " -"e fare clic" +" Selezionare il server, il database e lo schema per l'origine e la " +"destinazione e fare clic" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:798 msgid "Note:" @@ -13942,9 +14088,11 @@ msgstr "Digita almeno 3 caratteri" #: pgadmin/tools/search_objects/static/js/index.js:60 msgid "" -"Please select a database from the object explorer to search the database objects." +"Please select a database from the object explorer to search the database " +"objects." msgstr "" -"Seleziona un database da Esplora oggetti per cercare gli oggetti del database." +"Seleziona un database da Esplora oggetti per cercare gli oggetti del " +"database." #: pgadmin/tools/search_objects/static/js/index.js:92 msgid "Search Objects - " @@ -13965,8 +14113,8 @@ msgstr "******* Error *******" #: pgadmin/tools/sqleditor/__init__.py:1280 msgid "No primary key found for this object, so unable to save records." msgstr "" -"Nessuna chiave primaria trovata per questo oggetto, quindi impossibile salvare i " -"record." +"Nessuna chiave primaria trovata per questo oggetto, quindi impossibile " +"salvare i record." #: pgadmin/tools/sqleditor/__init__.py:1602 #: pgadmin/tools/sqleditor/utils/start_running_query.py:104 @@ -14005,7 +14153,8 @@ msgstr "Il gruppo di risultati non è aggiornabile." #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:137 msgid "Please select a database from the object explorer to access Query Tool." msgstr "" -"Seleziona un database da Esplora oggetti per accedere alllo strumento Query." +"Seleziona un database da Esplora oggetti per accedere alllo strumento " +"Query." #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:156 msgid "All Rows" @@ -14037,13 +14186,13 @@ msgstr "Errore di avvio dello strumento query" #: pgadmin/tools/sqleditor/static/js/show_query_tool.js:129 msgid "" -"Please allow pop-ups for this site to perform the desired action. If the main " -"window of pgAdmin is closed then close this window and open a new pgAdmin " -"session." +"Please allow pop-ups for this site to perform the desired action. If the " +"main window of pgAdmin is closed then close this window and open a new " +"pgAdmin session." msgstr "" -"Consenti ai popup di questo sito di eseguire l'azione desiderata. Se la finestra " -"principale di pgAdmin è chiusa, chiudere questa finestra e aprire una nuova " -"sessione di pgAdmin." +"Consenti ai popup di questo sito di eseguire l'azione desiderata. Se la " +"finestra principale di pgAdmin è chiusa, chiudere questa finestra e " +"aprire una nuova sessione di pgAdmin." #: pgadmin/tools/sqleditor/static/js/show_view_data.js:40 msgid "Data Filter" @@ -14081,8 +14230,8 @@ msgstr "Database spostato/rinominato" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:157 msgid "An unexpected error occurred - ensure you are logged into the application." msgstr "" -"Si è verificato un errore imprevisto: assicurarsi di aver effettuato l'accesso " -"all'applicazione." +"Si è verificato un errore imprevisto: assicurarsi di aver effettuato " +"l'accesso all'applicazione." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:183 msgid "Query History" @@ -14115,12 +14264,14 @@ msgstr "L'applicativo ha perso la connessione col database:" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:414 msgid "⁃ If the connection was idle it may have been forcibly disconnected." msgstr "" -"- Se la connessione era inattiva potrebbe essere stata chiusa forzatamente." +"- Se la connessione era inattiva potrebbe essere stata chiusa " +"forzatamente." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:415 msgid "⁃ The application server or database server may have been restarted." msgstr "" -"- L'application server o il database server potrebbero essere stati riavviati." +"- L'application server o il database server potrebbero essere stati " +"riavviati." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:416 msgid "⁃ The user session may have timed out." @@ -14223,11 +14374,11 @@ msgstr "La chiave deve essere univoca." #: pgadmin/tools/sqleditor/static/js/components/dialogs/NewConnectionDialog.jsx:44 msgid "" -"By changing the connection you will lose all your unsaved data for the current " -"connection.
    Do you want to continue?" +"By changing the connection you will lose all your unsaved data for the " +"current connection.
    Do you want to continue?" msgstr "" -"Modificando la connessione perderai tutti i dati non salvati per la connessione " -"corrente.
    Vuoi continuare?" +"Modificando la connessione perderai tutti i dati non salvati per la " +"connessione corrente.
    Vuoi continuare?" #: pgadmin/tools/sqleditor/static/js/components/sections/ConnectionBar.jsx:128 msgid "(Obtaining connection)" @@ -14345,11 +14496,11 @@ msgstr "Effettua transazione?" #: pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx:304 msgid "" -"The current transaction is not commited to the database. Do you want to commit " -"or rollback the transaction?" +"The current transaction is not commited to the database. Do you want to " +"commit or rollback the transaction?" msgstr "" -"La transazione corrente non è impegnata nel database. Vuoi eseguire il commit o " -"il rollback della transazione?" +"La transazione corrente non è impegnata nel database. Vuoi eseguire il " +"commit o il rollback della transazione?" #: pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx:500 msgid "Open File" @@ -14582,11 +14733,11 @@ msgstr "Sei sicuro di voler cancellare la cronologia?" #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:460 msgid "" -"This will remove all of your query history from this and other sessions for this " -"database." +"This will remove all of your query history from this and other sessions " +"for this database." msgstr "" -"Ciò rimuoverà tutta la cronologia delle query da questa e altre sessioni per " -"questo database." +"Ciò rimuoverà tutta la cronologia delle query da questa e altre sessioni " +"per questo database." #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:462 msgid "Removing history..." @@ -14664,11 +14815,11 @@ msgstr "%s righe interessate." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:858 msgid "" -"The data has been modified, but not saved. Are you sure you wish to discard the " -"changes?" +"The data has been modified, but not saved. Are you sure you wish to " +"discard the changes?" msgstr "" -"I dati sono stati modificati, ma non salvati. Sei sicuro di voler annullare le " -"modifiche?" +"I dati sono stati modificati, ma non salvati. Sei sicuro di voler " +"annullare le modifiche?" #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:873 msgid "Applying the new filter..." @@ -14706,11 +14857,12 @@ msgstr "" #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1072 msgid "" -"Saving data changes was rolled back but the current transaction is still active; " -"previous queries are unaffected." +"Saving data changes was rolled back but the current transaction is still " +"active; previous queries are unaffected." msgstr "" -"Il salvataggio delle modifiche ai dati è stato eseguito il rollback ma la " -"transazione corrente è ancora attiva; le query precedenti non sono interessate." +"Il salvataggio delle modifiche ai dati è stato eseguito il rollback ma la" +" transazione corrente è ancora attiva; le query precedenti non sono " +"interessate." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1117 msgid "Data saved successfully." @@ -14719,8 +14871,8 @@ msgstr "Dati salvati correttamente." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1119 msgid "Auto-commit is off. You still need to commit changes to the database." msgstr "" -"Il commit automatico è disattivato. È ancora necessario eseguire il commit delle " -"modifiche al database." +"Il commit automatico è disattivato. È ancora necessario eseguire il " +"commit delle modifiche al database." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1285 msgid "Geometry Viewer" @@ -14862,14 +15014,14 @@ msgstr "Mostra le impostazioni?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:62 msgid "Set auto commit on or off by default in new Query Tool tabs." msgstr "" -"Attiva o disattiva il commit automatico per impostazione predefinita nelle nuove " -"schede dello strumento query." +"Attiva o disattiva il commit automatico per impostazione predefinita " +"nelle nuove schede dello strumento query." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:70 msgid "Set auto rollback on or off by default in new Query Tool tabs." msgstr "" -"Attiva o disattiva il rollback automatico per impostazione predefinita nelle " -"nuove schede dello strumento query." +"Attiva o disattiva il rollback automatico per impostazione predefinita " +"nelle nuove schede dello strumento query." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:76 msgid "Prompt to save unsaved query changes?" @@ -14877,10 +15029,11 @@ msgstr "Richiesta di salvare le modifiche della query non salvate?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:78 msgid "" -"Specifies whether or not to prompt user to save unsaved query on query tool exit." +"Specifies whether or not to prompt user to save unsaved query on query " +"tool exit." msgstr "" -"Specifica se richiedere o meno all'utente di salvare la query non salvata " -"all'uscita dallo strumento di query." +"Specifica se richiedere o meno all'utente di salvare la query non salvata" +" all'uscita dallo strumento di query." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:86 msgid "Sort View Data results by primary key columns?" @@ -14890,14 +15043,15 @@ msgstr "" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:89 msgid "" -"If set to True, data returned when using the View/Edit Data - All Rows option " -"will be sorted by the Primary Key columns by default. When using the First/Last " -"100 Rows options, data is always sorted." +"If set to True, data returned when using the View/Edit Data - All Rows " +"option will be sorted by the Primary Key columns by default. When using " +"the First/Last 100 Rows options, data is always sorted." msgstr "" "Se impostato su True, i dati restituiti quando si utilizza l'opzione " -"Visualizza / Modifica dati - Tutte le righe verranno ordinati in base alle " -"colonne Chiave primaria per impostazione predefinita. Quando si utilizzano le " -"opzioni Prima / Ultime 100 righe, i dati vengono sempre ordinati." +"Visualizza / Modifica dati - Tutte le righe verranno ordinati in base " +"alle colonne Chiave primaria per impostazione predefinita. Quando si " +"utilizzano le opzioni Prima / Ultime 100 righe, i dati vengono sempre " +"ordinati." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:97 msgid "Prompt to save unsaved data changes?" @@ -14905,7 +15059,8 @@ msgstr "Richiesta di salvare le modifiche ai dati non salvati?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:99 msgid "" -"Specifies whether or not to prompt user to save unsaved data on data grid exit." +"Specifies whether or not to prompt user to save unsaved data on data grid" +" exit." msgstr "" "Specifica se richiedere o meno all'utente di salvare i dati non salvati " "all'uscita dalla griglia di dati." @@ -14919,8 +15074,8 @@ msgid "" "Specifies whether or not to prompt user to commit or rollback an active " "transaction on Query Tool exit." msgstr "" -"Specifica se richiedere o meno all'utente di eseguire il commit o il rollback di " -"una transazione attiva all'uscita dello Strumento di query." +"Specifica se richiedere o meno all'utente di eseguire il commit o il " +"rollback di una transazione attiva all'uscita dello Strumento di query." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:118 msgid "Copy SQL from main window to query tool?" @@ -14939,11 +15094,13 @@ msgstr "Modalità testo normale?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:131 msgid "" "When set to True, keywords won't be highlighted and code folding will be " -"disabled. Plain text mode will improve editor performance with large files." +"disabled. Plain text mode will improve editor performance with large " +"files." msgstr "" "Se impostato su Vero, le parole chiave non verranno evidenziate e il " -"raggruppamento del codice verrà disabilitato. La modalità di testo normale " -"migliorerà le prestazioni dell'editor con file di grandi dimensioni." +"raggruppamento del codice verrà disabilitato. La modalità di testo " +"normale migliorerà le prestazioni dell'editor con file di grandi " +"dimensioni." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:140 msgid "Code folding?" @@ -14951,14 +15108,14 @@ msgstr "Code folding?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:142 msgid "" -"Enable or disable code folding. In plain text mode, this will have no effect as " -"code folding is always disabled in that mode. Disabling will improve editor " -"performance with large files." +"Enable or disable code folding. In plain text mode, this will have no " +"effect as code folding is always disabled in that mode. Disabling will " +"improve editor performance with large files." msgstr "" -"Abilita o disabilita il code folding. In modalità testo normale, ciò non avrà " -"alcun effetto poiché il code folding è sempre disabilitato in quella modalità. " -"La disabilitazione migliorerà le prestazioni dell'editor con file di grandi " -"dimensioni." +"Abilita o disabilita il code folding. In modalità testo normale, ciò non " +"avrà alcun effetto poiché il code folding è sempre disabilitato in quella" +" modalità. La disabilitazione migliorerà le prestazioni dell'editor con " +"file di grandi dimensioni." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:151 msgid "Line wrapping?" @@ -15017,13 +15174,14 @@ msgstr "Sostituisci valori null con" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:225 msgid "" -"Specifies the string that represents a null value while downloading query " -"results as CSV. You can specify any arbitrary string to represent a null value, " -"with quotes if desired." +"Specifies the string that represents a null value while downloading query" +" results as CSV. You can specify any arbitrary string to represent a null" +" value, with quotes if desired." msgstr "" -"Specifica la stringa che rappresenta un valore null durante il download dei " -"risultati della query come CSV. È possibile specificare qualsiasi stringa " -"arbitraria per rappresentare un valore null, con virgolette se lo si desidera." +"Specifica la stringa che rappresenta un valore null durante il download " +"dei risultati della query come CSV. È possibile specificare qualsiasi " +"stringa arbitraria per rappresentare un valore null, con virgolette se lo" +" si desidera." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:234 msgid "Result copy quoting" @@ -15051,14 +15209,16 @@ msgstr "Nome della colonna" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:277 msgid "" -"If set to 'Column data' columns will auto-size to the maximum width of the data " -"in the column as loaded in the first batch. If set to 'Column name', the column " -"will be sized to the widest of the data type or column name." +"If set to 'Column data' columns will auto-size to the maximum width of " +"the data in the column as loaded in the first batch. If set to 'Column " +"name', the column will be sized to the widest of the data type or column " +"name." msgstr "" -"Se impostato su \"Dati della colonna\", le colonne verranno ridimensionate " -"automaticamente in base alla larghezza massima dei dati nella colonna caricata " -"nel primo batch. Se impostato su \"Nome colonna\", la colonna verrà " -"ridimensionata al più largo tra il tipo di dati o il nome della colonna." +"Se impostato su \"Dati della colonna\", le colonne verranno " +"ridimensionate automaticamente in base alla larghezza massima dei dati " +"nella colonna caricata nel primo batch. Se impostato su \"Nome colonna\"," +" la colonna verrà ridimensionata al più largo tra il tipo di dati o il " +"nome della colonna." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:288 msgid "Maximum column width" @@ -15066,8 +15226,8 @@ msgstr "Larghezza massima della colonna" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:290 msgid "" -"Specify the maximum width of the column in pixels when 'Columns sized by ' is " -"set to 'Column data'." +"Specify the maximum width of the column in pixels when 'Columns sized by " +"' is set to 'Column data'." msgstr "" "Specificare la larghezza massima della colonna in pixel quando \"Colonne " "dimensionate per\" è impostato su \"Dati colonna\"." @@ -15078,13 +15238,14 @@ msgstr "Conteggio record su richiesta" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:301 msgid "" -"Specify the number of records to fetch in one batch in query tool when query " -"result set is large. Changing this value will override ON_DEMAND_RECORD_COUNT " -"setting from config file." +"Specify the number of records to fetch in one batch in query tool when " +"query result set is large. Changing this value will override " +"ON_DEMAND_RECORD_COUNT setting from config file." msgstr "" -"Specificare il numero di record da recuperare in un batch in Query Tool quando " -"il set di risultati della query è grande. La modifica di questo valore " -"sostituirà l'impostazione ON_DEMAND_RECORD_COUNT dal file di configurazione." +"Specificare il numero di record da recuperare in un batch in Query Tool " +"quando il set di risultati della query è grande. La modifica di questo " +"valore sostituirà l'impostazione ON_DEMAND_RECORD_COUNT dal file di " +"configurazione." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:309 msgid "Font size" @@ -15092,16 +15253,18 @@ msgstr "Dimensione del font" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:313 msgid "" -"The font size to use for the SQL text boxes and editors. The value specified is " -"in \"em\" units, in which 1 is the default relative font size. For example, to " -"increase the font size by 20 percent use a value of 1.2, or to reduce by 20 " -"percent, use a value of 0.8. Minimum 0.1, maximum 10." +"The font size to use for the SQL text boxes and editors. The value " +"specified is in \"em\" units, in which 1 is the default relative font " +"size. For example, to increase the font size by 20 percent use a value of" +" 1.2, or to reduce by 20 percent, use a value of 0.8. Minimum 0.1, " +"maximum 10." msgstr "" -"La dimensione del carattere da utilizzare per le caselle di testo e gli editor " -"SQL. Il valore specificato è in \\ \"em \" unità, in cui 1 è la dimensione del " -"carattere relativa predefinita. Ad esempio, per aumentare la dimensione del " -"carattere del 20 percento, utilizzare un valore di 1,2 o per ridurre del 20 " -"percento, utilizzare un valore di 0,8. Minimo 0,1, massimo 10." +"La dimensione del carattere da utilizzare per le caselle di testo e gli " +"editor SQL. Il valore specificato è in \\ \"em \" unità, in cui 1 è la " +"dimensione del carattere relativa predefinita. Ad esempio, per aumentare " +"la dimensione del carattere del 20 percento, utilizzare un valore di 1,2 " +"o per ridurre del 20 percento, utilizzare un valore di 0,8. Minimo 0,1, " +"massimo 10." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:324 msgid "Connection status" @@ -15109,11 +15272,11 @@ msgstr "Stato della connessione" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:326 msgid "" -"If set to True, the Query Tool will monitor and display the connection and " -"transaction status." +"If set to True, the Query Tool will monitor and display the connection " +"and transaction status." msgstr "" -"Se impostato su True, lo Strumento di query monitorerà e visualizzerà lo stato " -"della connessione e della transazione." +"Se impostato su True, lo Strumento di query monitorerà e visualizzerà lo " +"stato della connessione e della transazione." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:333 msgid "Connection status refresh rate" @@ -15122,7 +15285,8 @@ msgstr "Frequenza di aggiornamento dello stato della connessione" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:336 msgid "The number of seconds between connection/transaction status polls." msgstr "" -"Il numero di secondi tra sondaggi sullo stato della connessione / transazione." +"Il numero di secondi tra sondaggi sullo stato della connessione / " +"transazione." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:344 msgid "Show query success notification?" @@ -15130,8 +15294,8 @@ msgstr "Mostra la notifica di esito positivo della query?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:346 msgid "" -"If set to True, the Query Tool will show notifications on successful query " -"execution." +"If set to True, the Query Tool will show notifications on successful " +"query execution." msgstr "" "Se impostato su True, lo Strumento di query mostrerà le notifiche " "sull'esecuzione andata a buon fine della query." @@ -15219,10 +15383,11 @@ msgstr "Auto completamento" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:679 msgid "" -"If set to True, Keywords will be displayed in upper case for auto completion." +"If set to True, Keywords will be displayed in upper case for auto " +"completion." msgstr "" -"Se impostato su True, le parole chiave verranno visualizzate in maiuscolo per il " -"completamento automatico." +"Se impostato su True, le parole chiave verranno visualizzate in maiuscolo" +" per il completamento automatico." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:685 msgid "Autocomplete on key press" @@ -15230,13 +15395,14 @@ msgstr "Completamento automatico alla pressione del tasto" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:687 msgid "" -"If set to True, autocomplete will be available on key press along with CTRL/CMD " -"+ Space. If set to False, autocomplete is only activated when CTRL/CMD + Space " -"is pressed." +"If set to True, autocomplete will be available on key press along with " +"CTRL/CMD + Space. If set to False, autocomplete is only activated when " +"CTRL/CMD + Space is pressed." msgstr "" -"Se impostato su True, il completamento automatico sarà disponibile premendo il " -"tasto insieme a CTRL/CMD + Spazio. Se impostato su False, il completamento " -"automatico viene attivato solo quando viene premuto CTRL/CMD + Spazio." +"Se impostato su True, il completamento automatico sarà disponibile " +"premendo il tasto insieme a CTRL/CMD + Spazio. Se impostato su False, il " +"completamento automatico viene attivato solo quando viene premuto " +"CTRL/CMD + Spazio." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:731 msgid "Keyword case" @@ -15268,7 +15434,8 @@ msgstr "Caso identificativo" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:748 msgid "Convert identifiers to upper, lower, or capitalized casing." msgstr "" -"Converti gli identificatori in lettere maiuscole, minuscole o iniziale maiuscola." +"Converti gli identificatori in lettere maiuscole, minuscole o iniziale " +"maiuscola." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:755 msgid "Strip comments?" @@ -15292,8 +15459,8 @@ msgstr "Rientrare allineato?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:772 msgid "" -"If set to True, the indentations of the statements are changed, and statements " -"are aligned by keywords." +"If set to True, the indentations of the statements are changed, and " +"statements are aligned by keywords." msgstr "" "Se impostato su True, i rientri delle istruzioni vengono modificati e le " "istruzioni vengono allineate tramite parole chiave." @@ -15305,7 +15472,8 @@ msgstr "Spazi intorno agli operatori?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:781 msgid "If set to True, spaces are used around all operators." msgstr "" -"Se impostato su True, gli spazi vengono utilizzati intorno a tutti gli operatori." +"Se impostato su True, gli spazi vengono utilizzati intorno a tutti gli " +"operatori." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:787 msgid "Comma-first notation?" @@ -15314,8 +15482,8 @@ msgstr "Notazione prima virgola?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:789 msgid "If set to True, comma-first notation for column names is used." msgstr "" -"Se impostato su True, viene utilizzata la notazione prima virgola per i nomi " -"delle colonne." +"Se impostato su True, viene utilizzata la notazione prima virgola per i " +"nomi delle colonne." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:795 msgid "Wrap after N characters" @@ -15323,11 +15491,12 @@ msgstr "Wrapping dopo N caratteri" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:797 msgid "" -"The column limit (in characters) for wrapping comma-separated lists. If zero, it " -"puts every item in the list on its own line." +"The column limit (in characters) for wrapping comma-separated lists. If " +"zero, it puts every item in the list on its own line." msgstr "" -"Il limite di colonne (in caratteri) per il wrapping di elenchi separati da " -"virgole. Se zero, inserisce ogni elemento nell'elenco sulla propria riga." +"Il limite di colonne (in caratteri) per il wrapping di elenchi separati " +"da virgole. Se zero, inserisce ogni elemento nell'elenco sulla propria " +"riga." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:804 msgid "Tab size" @@ -15343,11 +15512,11 @@ msgstr "Usa gli spazi?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:817 msgid "" -"Specifies whether or not to insert spaces instead of tabs when the tab key or " -"auto-indent are used." +"Specifies whether or not to insert spaces instead of tabs when the tab " +"key or auto-indent are used." msgstr "" -"Specifica se inserire o meno spazi anziché tabulazioni quando vengono utilizzati " -"il tasto tabulazione o il rientro automatico." +"Specifica se inserire o meno spazi anziché tabulazioni quando vengono " +"utilizzati il tasto tabulazione o il rientro automatico." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:825 msgid "Row Limit" @@ -15355,13 +15524,14 @@ msgstr "Limite di riga" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:827 msgid "" -"This setting specifies the maximum number of rows that will be plotted on a " -"chart. Increasing this limit may impact performance if charts are plotted with " -"very high numbers of rows." +"This setting specifies the maximum number of rows that will be plotted on" +" a chart. Increasing this limit may impact performance if charts are " +"plotted with very high numbers of rows." msgstr "" -"Questa impostazione specifica il numero massimo di righe che verranno tracciate " -"su un grafico. L'aumento di questo limite può influire sulle prestazioni se i " -"grafici vengono tracciati con un numero di righe molto elevato." +"Questa impostazione specifica il numero massimo di righe che verranno " +"tracciate su un grafico. L'aumento di questo limite può influire sulle " +"prestazioni se i grafici vengono tracciati con un numero di righe molto " +"elevato." #: pgadmin/tools/user_management/__init__.py:46 msgid "Users" @@ -15470,12 +15640,13 @@ msgstr "Cambia proprietà" #: pgadmin/tools/user_management/static/js/UserManagementDialog.jsx:337 msgid "" -"The ownership of the shared server was changed or the shared server was deleted, " -"so the object explorer tree refresh is required. Do you wish to refresh the tree?" +"The ownership of the shared server was changed or the shared server was " +"deleted, so the object explorer tree refresh is required. Do you wish to " +"refresh the tree?" msgstr "" -"La proprietà del server condiviso è stata modificata o il server condiviso è " -"stato eliminato, pertanto è necessario aggiornare la vista ad albero di Esplora " -"oggetti. Vuoi rinfrescare la vista?" +"La proprietà del server condiviso è stata modificata o il server " +"condiviso è stato eliminato, pertanto è necessario aggiornare la vista ad" +" albero di Esplora oggetti. Vuoi rinfrescare la vista?" #: pgadmin/tools/user_management/static/js/UserManagementDialog.jsx:418 msgid "User Management" @@ -15483,17 +15654,20 @@ msgstr "Gestione utenti" #: pgadmin/utils/__init__.py:333 msgid "" -"Utility file not found. Please correct the Binary Path in the Preferences dialog" +"Utility file not found. Please correct the Binary Path in the Preferences" +" dialog" msgstr "" -"File di utilità non trovato. Correggi il percorso binario nella finestra di " -"dialogo Preferenze" +"File di utilità non trovato. Correggi il percorso binario nella finestra " +"di dialogo Preferenze" #: pgadmin/utils/__init__.py:338 #, python-format msgid "" -"'%s' file not found. Please correct the Binary Path in the Preferences dialog" +"'%s' file not found. Please correct the Binary Path in the Preferences " +"dialog" msgstr "" -"'%s' file non trovato. Correggi il percorso nella maschera delle preferenze" +"'%s' file non trovato. Correggi il percorso nella maschera delle " +"preferenze" #: pgadmin/utils/__init__.py:517 #, python-format @@ -15543,7 +15717,8 @@ msgstr "Errore durante la creazione del server '%s': %s" #, python-format msgid "Error clearing server configuration with error (%s)" msgstr "" -"Errore durante la cancellazione della configurazione del server con errore (%s)" +"Errore durante la cancellazione della configurazione del server con " +"errore (%s)" #: pgadmin/utils/ajax.py:161 msgid "Not implemented." @@ -15648,19 +15823,19 @@ msgstr "Impossibile trovare l'ID utente specificato (%s)." #: pgadmin/utils/constants.py:126 msgid "" -"Access denied: You’re having limited access. You’re not allowed to Rename, " -"Delete or Create any files/folders" +"Access denied: You’re having limited access. You’re not allowed to " +"Rename, Delete or Create any files/folders" msgstr "" "Accesso negato: hai accesso limitato. Non sei autorizzato a rinominare, " "eliminare o creare file/cartelle" #: pgadmin/utils/exception.py:70 msgid "" -"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to the " -"database server." +"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to " +"the database server." msgstr "" -"La connessione al tunnel SSH per l'host '{0}' è andata persa. Riconnettersi al " -"server di database." +"La connessione al tunnel SSH per l'host '{0}' è andata persa. " +"Riconnettersi al server di database." #: pgadmin/utils/heartbeat.py:34 msgid "Manager not found. Stopped Heartbeat logging." @@ -15717,18 +15892,18 @@ msgstr "Impossibile impostare il ruolo con messaggio di errore: \\ n {0}" #: pgadmin/utils/driver/psycopg3/connection.py:704 msgid "" -"Failed to create cursor for psycopg3 connection with error message for the " -"server#{1}:{2}:\n" +"Failed to create cursor for psycopg3 connection with error message for " +"the server#{1}:{2}:\n" "{0}" msgstr "" -"Impossibile creare il cursore per la connessione psycopg3 con messaggio di " -"errore per il server#{1}:{2}:\n" +"Impossibile creare il cursore per la connessione psycopg3 con messaggio " +"di errore per il server#{1}:{2}:\n" "{0}" #: pgadmin/utils/driver/psycopg3/connection.py:716 msgid "" -"Attempting to reconnect to the database server (#{server_id}) for the connection " -"- '{conn_id}'." +"Attempting to reconnect to the database server (#{server_id}) for the " +"connection - '{conn_id}'." msgstr "" "Tentativo di riconnettersi al server di database (# {server_id}) per la " "connessione - '{conn_id}'." @@ -15750,7 +15925,8 @@ msgid "" "{0}" msgstr "" "\n" -"Impossibile ripristinare la connessione al server a causa del seguente errore:\n" +"Impossibile ripristinare la connessione al server a causa del seguente " +"errore:\n" "{0}" #: pgadmin/utils/driver/psycopg3/connection.py:1580 @@ -15759,15 +15935,16 @@ msgstr "Non connesso al database server." #: pgadmin/utils/driver/psycopg3/connection.py:1599 msgid "" -"Asynchronous notification \"{0}\" with payload \"{1}\" received from server " -"process with PID {2}\n" +"Asynchronous notification \"{0}\" with payload \"{1}\" received from " +"server process with PID {2}\n" msgstr "" -"Notifica asincrona \"{0}\" con payload \"{1}\" ricevuta dal processo del server " -"con PID {2}\n" +"Notifica asincrona \"{0}\" con payload \"{1}\" ricevuta dal processo del " +"server con PID {2}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1605 msgid "" -"Asynchronous notification \"{0}\" received from server process with PID {1}\n" +"Asynchronous notification \"{0}\" received from server process with PID " +"{1}\n" msgstr "Notifica asincrona \"{0}\" ricevuta dal processo del server con PID {1}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1643 @@ -15820,3 +15997,4 @@ msgstr "" #~ msgid "Edit Object..." #~ msgstr "Modifica oggetto..." + diff --git a/web/pgadmin/translations/ja/LC_MESSAGES/messages.mo b/web/pgadmin/translations/ja/LC_MESSAGES/messages.mo index 9609011b2eb5df21990b0521199fd28342c1a0b7..b09a96232c26128f6c5ed771ea627e5411a7e153 100644 GIT binary patch delta 32 ocmdnFfq&-){)R1#2mf-J>KYg-7#doc8n>VR%eejYU#7fU0Ny|i?f?J) delta 32 ocmdnFfq&-){)R1#2mf-J=o*6FwtxSzKcc0AZ0RWAn3ON7( delta 25 hcmeyqn)Ul?)(wp(xlDA8%oU6bt&9yfcc0AZ0RWBV3OxV- diff --git a/web/pgadmin/translations/ko/LC_MESSAGES/messages.po b/web/pgadmin/translations/ko/LC_MESSAGES/messages.po index f885b1c9a..7017a0449 100644 --- a/web/pgadmin/translations/ko/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/ko/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pgAdmin 4\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: 2018-07-12 01:04+0900\n" "Last-Translator: Ioseph Kim \n" "Language: ko\n" @@ -6047,7 +6047,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "지정한 서버를 찾을 수 없음" @@ -6065,7 +6065,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -9950,7 +9950,7 @@ msgstr "" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12699,36 +12699,36 @@ msgstr "" msgid "Import/Export" msgstr "가져오기/내보내기" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "먼저 해당 서버로 접속하세요..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "바른 파일을 지정하세요" diff --git a/web/pgadmin/translations/pl/LC_MESSAGES/messages.mo b/web/pgadmin/translations/pl/LC_MESSAGES/messages.mo index 3ac13b639369d84c635f33af28096a68ad41febf..958a3e9e1fc18bef5900308ce3359e9d1448ced5 100644 GIT binary patch delta 25 hcmcb!jP=ek)(zIDxlDBp3>6FwtxSzKyPg*B004nP2^atX delta 25 hcmcb!jP=ek)(zIDxlDA8%oU6bt&9yfyPg*B004o72^;_b diff --git a/web/pgadmin/translations/pl/LC_MESSAGES/messages.po b/web/pgadmin/translations/pl/LC_MESSAGES/messages.po index d51929ed6..e9bb16443 100644 --- a/web/pgadmin/translations/pl/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/pl/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: 2017-12-17 23:18+0200\n" "Last-Translator: grzegorz \n" "Language: pl\n" @@ -6064,7 +6064,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Nie udało się znaleźć wskazanego serwera" @@ -6082,7 +6082,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -10046,7 +10046,7 @@ msgstr "" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12806,36 +12806,36 @@ msgstr "" msgid "Import/Export" msgstr "Import/Eksport" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Należy najpierw połączyć z serwerem..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Należy określić poprawny plik" diff --git a/web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.mo b/web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.mo index 3b71f8866580a5495803f7bc4af12334ac6287f5..e9e7accbfce9fd5deef9b6e05f033fa3b140f8ea 100644 GIT binary patch delta 28 kcmccgn&Z-Ij)pCa=e@X0bqx#^3=OSJjkn+QV*L3E0IfU=hyVZp delta 28 kcmccgn&Z-Ij)pCa=e@X0bdAgvj0~-e4Y%L)V*L3E0Ih=yi~s-t diff --git a/web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.po b/web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.po index b31245c3e..5dd99ea1a 100644 --- a/web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/pt_BR/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: pgAdmin 4\n" "Report-Msgid-Bugs-To: christian.tosta@cpuhouse.com.br\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Christian Tosta \n" "Language: br\n" @@ -6044,7 +6044,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Não foi possível encontrar o servidor fornecido" @@ -6062,7 +6062,7 @@ msgstr "Trabalho de atualização de exibição materializado criado." #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -9925,7 +9925,7 @@ msgstr "Vigilante de Processo - %s" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12677,36 +12677,36 @@ msgstr "" msgid "Import/Export" msgstr "Importação/Exportação" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "Importar -" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "Exportar -" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "Copiando dados da tabela" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Por favor, conecte-se ao servidor primeiro..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Por favor especifique um arquivo válido" diff --git a/web/pgadmin/translations/ru/LC_MESSAGES/messages.mo b/web/pgadmin/translations/ru/LC_MESSAGES/messages.mo index 96c3e8896a1d846487b8eff11674ff8e873587ad..bb08d820ed5a0764c90888e9a6480601ff5b1d45 100644 GIT binary patch delta 25 hcmX@`hV8%`whdvYxlDBp3>6FwtxSzKC!Bup3IL4V3eNxl delta 25 hcmX@`hV8%`whdvYxlDA8%oU6bt&9yfC!Bup3IL5D3ex}p diff --git a/web/pgadmin/translations/ru/LC_MESSAGES/messages.po b/web/pgadmin/translations/ru/LC_MESSAGES/messages.po index 5392666ab..7124dd2ef 100644 --- a/web/pgadmin/translations/ru/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/ru/LC_MESSAGES/messages.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2023-04-27 21:31+0530\n" +"POT-Creation-Date: 2023-05-01 11:53+0530\n" "PO-Revision-Date: 2017-11-09 09:44+0300\n" "Last-Translator: Alexander Lakhin \n" "Language: ru\n" @@ -6064,7 +6064,7 @@ msgid "" msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "Не удалось найти заданный сервер" @@ -6082,7 +6082,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -10054,7 +10054,7 @@ msgstr "" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12814,36 +12814,36 @@ msgstr "" msgid "Import/Export" msgstr "Импорт/экспорт" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "Сначала подключитесь к серверу..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "Укажите корректный файл" diff --git a/web/pgadmin/translations/zh/LC_MESSAGES/messages.mo b/web/pgadmin/translations/zh/LC_MESSAGES/messages.mo index 6a33a5f28cab0f7777a45f2e7ed5ef8d161a01bd..db4feff39d303f0902470b599ed3a4caf480b65b 100755 GIT binary patch delta 28 kcmew{o#V%Jj)pCazkRt(bqx#^3=OSJjkmM\n" "Language: zh\n" @@ -6098,7 +6098,7 @@ msgstr "" "- - 考虑这些变化。\n" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2201 -#: pgadmin/tools/import_export/__init__.py:245 +#: pgadmin/tools/import_export/__init__.py:251 #: pgadmin/tools/maintenance/__init__.py:206 msgid "Could not find the given server" msgstr "找不到给定的服务器" @@ -6116,7 +6116,7 @@ msgstr "已创建物化视图刷新作业。" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2328 #: pgadmin/tools/backup/__init__.py:348 pgadmin/tools/backup/__init__.py:451 -#: pgadmin/tools/import_export/__init__.py:382 +#: pgadmin/tools/import_export/__init__.py:397 #: pgadmin/tools/maintenance/__init__.py:298 #: pgadmin/tools/restore/__init__.py:170 pgadmin/tools/restore/__init__.py:427 msgid "Could not find the specified server." @@ -10112,7 +10112,7 @@ msgstr "进程监视器 - %s" #: pgadmin/misc/file_manager/__init__.py:190 pgadmin/settings/__init__.py:85 #: pgadmin/tools/backup/__init__.py:177 pgadmin/tools/debugger/__init__.py:243 #: pgadmin/tools/grant_wizard/__init__.py:129 -#: pgadmin/tools/import_export/__init__.py:135 +#: pgadmin/tools/import_export/__init__.py:141 #: pgadmin/tools/import_export_servers/__init__.py:59 #: pgadmin/tools/maintenance/__init__.py:145 #: pgadmin/tools/restore/__init__.py:118 @@ -12861,36 +12861,36 @@ msgstr "" msgid "Import/Export" msgstr "导入/导出" -#: pgadmin/tools/import_export/__init__.py:107 +#: pgadmin/tools/import_export/__init__.py:113 msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Import - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:117 +#: pgadmin/tools/import_export/__init__.py:123 msgid "Export - " msgstr "" -#: pgadmin/tools/import_export/__init__.py:118 +#: pgadmin/tools/import_export/__init__.py:124 msgid "Copying table data" msgstr "复制表数据" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Import Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:128 +#: pgadmin/tools/import_export/__init__.py:134 msgid "Export Data" msgstr "" -#: pgadmin/tools/import_export/__init__.py:255 +#: pgadmin/tools/import_export/__init__.py:261 msgid "Please connect to the server first..." msgstr "请先连接到服务器..." -#: pgadmin/tools/import_export/__init__.py:281 #: pgadmin/tools/import_export/__init__.py:287 +#: pgadmin/tools/import_export/__init__.py:293 msgid "Please specify a valid file" msgstr "请指定一个有效的文件"