translation-db object

This commit is contained in:
Stela Augustinova
2025-11-10 13:38:09 +01:00
parent d14ffcb736
commit 9ee0b32cac
12 changed files with 223 additions and 66 deletions

View File

@@ -106,6 +106,7 @@
"command.datagrid.viewJsonValue": "Zobrazit buňku jako JSON dokument",
"command.datagrid.witchToTable": "Přepnout na tabulku",
"command.datgrid.hideColumn": "Skrýt sloupec",
"command.new.collectionToolbar": "Nová kolekce/kontejner",
"command.new.duckdbDatabase": "Nová DuckDB databáze",
"command.new.sqliteDatabase": "Nová SQLite databáze",
"command.openQuery": "Otevřít dotaz",
@@ -267,6 +268,7 @@
"dataGrid.codeHighlighting": "Zvýraznění kódu:",
"dataGrid.codeHighlighting.none": "Žádné (neformátovaný text)",
"dataGrid.columns": "Sloupce",
"dataGrid.dependentTables": "Závislé tabulky",
"dataGrid.editCellValue": "Upravit hodnotu buňky",
"dataGrid.filters": "Filtry",
"dataGrid.formatJson": "Formátovat JSON",
@@ -300,7 +302,7 @@
"database.exportDbModel": "Export DB model",
"database.generateScript": "Vygenerovat skript",
"database.import": "Import",
"database.newCollection": "Nová {collectionLabel}",
"database.newCollection": "Nová kolekce/kontejner",
"database.newQuery": "Nový dotaz",
"database.newTable": "Nová tabulka",
"database.perspective": "Perspektiva #",
@@ -379,6 +381,48 @@
"datagrid.searchMacros": "Hledat makra",
"datagrid.setFormat": "Nastavit formát: ",
"datagrid.structure": "Struktura",
"dbObject.collections": "Kolekce/Kontejnery",
"dbObject.confirmCloneCollection": "Opravdu vytvořit kopii kolekce/kontejneru s názvem {name}?",
"dbObject.confirmDropCollection": "Opravdu odstranit kolekci {name}?",
"dbObject.copyTableName": "Kopírovat název tabulky",
"dbObject.createCollection": "Vytvořit kolekci/kontejner",
"dbObject.createCollectionBackup": "Vytvořit zálohu kolekce/kontejneru",
"dbObject.createTableBackup": "Vytvořit zálohu tabulky",
"dbObject.designPerspectiveQuery": "Návrh perspektivního dotazu",
"dbObject.designQuery": "Návrh dotazu",
"dbObject.diagram": "Diagram #",
"dbObject.disable": "Zakázat",
"dbObject.dropCollection": "Odstranit kolekci/kontejner",
"dbObject.dropEvent": "Odstranit událost",
"dbObject.dropProcedure": "Odstranit proceduru",
"dbObject.dropTable": "Odstranit tabulku",
"dbObject.dropTrigger": "Odstranit trigger",
"dbObject.dropView": "Odstranit pohled",
"dbObject.enable": "Povolit",
"dbObject.functions": "Funkce",
"dbObject.matviews": "Materializované pohledy",
"dbObject.newCollectionName": "Nový název kolekce/kontejneru",
"dbObject.openData": "Otevřít data",
"dbObject.openJson": "Otevřít JSON",
"dbObject.openRawData": "Otevřít surová data",
"dbObject.openStructure": "Otevřít strukturu",
"dbObject.procedures": "Procedury",
"dbObject.query": "Dotaz #",
"dbObject.queryDesigner": "Návrhář dotazů",
"dbObject.renameCollection": "Přejmenovat kolekci/kontejner",
"dbObject.renameProcedure": "Přejmenovat proceduru",
"dbObject.renameTable": "Přejmenovat tabulku",
"dbObject.renameView": "Přejmenovat pohled",
"dbObject.schedulerEvents": "Události plánovače",
"dbObject.showDiagram": "Zobrazit diagram",
"dbObject.showQuery": "Zobrazit dotaz",
"dbObject.showSql": "Zobrazit SQL",
"dbObject.sqlGenerator": "SQL generátor",
"dbObject.sqlTemplate": "SQL šablona",
"dbObject.tables": "Tabulky",
"dbObject.triggers": "Triggery",
"dbObject.truncateTable": "Oříznout tabulku",
"dbObject.views": "Pohledy",
"error.driverNotFound": "Neplatné připojení k databázi, ovladač nebyl nalezen",
"error.selectedCloudConnection": "Vybrané připojení je z DbGate cloudu",
"error.selectedNotCloudConnection": "Vybrané připojení není z DbGate cloudu",
@@ -617,6 +661,7 @@
"sqlObject.columnName": "Název sloupce",
"sqlObject.databaseEmpty": "Databáze {database} je prázdná nebo struktura není načtena, stiskněte tlačítko Obnovit pro znovunačtení struktury",
"sqlObject.loadingStructure": "Načítání struktury databáze",
"sqlObject.newCollection": "Nová kolekce/kontejner",
"sqlObject.schemaName": "Schéma",
"sqlObject.search.placeholder": "Hledat v tabulkách, pohledech, procedurách",
"sqlObject.searchBy": "Hledat podle:",
@@ -684,6 +729,10 @@
"tableEditor.yes": "ANO",
"tableStructure.alter": "Upravit tabulku",
"tableStructure.create": "Vytvořit tabulku",
"translations.dbObject.collectionContainer": "kolekci/kontejner",
"translations.dbObject.collectionPlural": "kolekce",
"translations.dbObject.collectionSingular": "kolekci",
"widget.collectionsContainers": "Kolekce/kontejnery",
"widget.databaseContent": "Obsah databáze",
"widget.databases": "Databáze",
"widget.keys": "Klíče",

View File

@@ -106,6 +106,7 @@
"command.datagrid.viewJsonValue": "View cell as JSON document",
"command.datagrid.witchToTable": "Switch to table",
"command.datgrid.hideColumn": "Hide column",
"command.new.collectionToolbar": "New collection/container",
"command.new.duckdbDatabase": "New DuckDB database",
"command.new.sqliteDatabase": "New SQLite database",
"command.openQuery": "Open query",
@@ -267,6 +268,7 @@
"dataGrid.codeHighlighting": "Code highlighting:",
"dataGrid.codeHighlighting.none": "None (raw text)",
"dataGrid.columns": "Columns",
"dataGrid.dependentTables": "Dependent tables",
"dataGrid.editCellValue": "Edit cell value",
"dataGrid.filters": "Filters",
"dataGrid.formatJson": "Format JSON",
@@ -300,7 +302,7 @@
"database.exportDbModel": "Export DB model",
"database.generateScript": "Generate script",
"database.import": "Import",
"database.newCollection": "New {collectionLabel}",
"database.newCollection": "New collection/container",
"database.newQuery": "New query",
"database.newTable": "New table",
"database.perspective": "Perspective #",
@@ -379,6 +381,48 @@
"datagrid.searchMacros": "Search macros",
"datagrid.setFormat": "Set format: ",
"datagrid.structure": "Structure",
"dbObject.collections": "Collections/Containers",
"dbObject.confirmCloneCollection": "Really create collection/container copy named {name}?",
"dbObject.confirmDropCollection": "Really drop collection {name}?",
"dbObject.copyTableName": "Copy table name",
"dbObject.createCollection": "Create collection/container",
"dbObject.createCollectionBackup": "Create collection/container backup",
"dbObject.createTableBackup": "Create table backup",
"dbObject.designPerspectiveQuery": "Design perspective query",
"dbObject.designQuery": "Design query",
"dbObject.diagram": "Diagram #",
"dbObject.disable": "Disable",
"dbObject.dropCollection": "Drop collection/container",
"dbObject.dropEvent": "Drop event",
"dbObject.dropProcedure": "Drop procedure",
"dbObject.dropTable": "Drop table",
"dbObject.dropTrigger": "Drop trigger",
"dbObject.dropView": "Drop view",
"dbObject.enable": "Enable",
"dbObject.functions": "Functions",
"dbObject.matviews": "Materialized Views",
"dbObject.newCollectionName": "New collection/container name",
"dbObject.openData": "Open data",
"dbObject.openJson": "Open JSON",
"dbObject.openRawData": "Open raw data",
"dbObject.openStructure": "Open structure",
"dbObject.procedures": "Procedures",
"dbObject.query": "Query #",
"dbObject.queryDesigner": "Query designer",
"dbObject.renameCollection": "Rename collection/container",
"dbObject.renameProcedure": "Rename procedure",
"dbObject.renameTable": "Rename table",
"dbObject.renameView": "Rename view",
"dbObject.schedulerEvents": "Scheduler Events",
"dbObject.showDiagram": "Show diagram",
"dbObject.showQuery": "Show query",
"dbObject.showSql": "Show SQL",
"dbObject.sqlGenerator": "SQL generator",
"dbObject.sqlTemplate": "SQL template",
"dbObject.tables": "Tables",
"dbObject.triggers": "Triggers",
"dbObject.truncateTable": "Truncate table",
"dbObject.views": "Views",
"error.driverNotFound": "Invalid database connection, driver not found",
"error.selectedCloudConnection": "Selected connection is from DbGate cloud",
"error.selectedNotCloudConnection": "Selected connection is not from DbGate cloud",
@@ -617,6 +661,7 @@
"sqlObject.columnName": "Column name",
"sqlObject.databaseEmpty": "Database {database} is empty or structure is not loaded, press Refresh button to reload structure",
"sqlObject.loadingStructure": "Loading database structure",
"sqlObject.newCollection": "New collection/container",
"sqlObject.schemaName": "Schema",
"sqlObject.search.placeholder": "Search in tables, views, procedures",
"sqlObject.searchBy": "Search by:",
@@ -684,6 +729,10 @@
"tableEditor.yes": "YES",
"tableStructure.alter": "Alter table",
"tableStructure.create": "Create table",
"translations.dbObject.collectionContainer": "collection/container",
"translations.dbObject.collectionPlural": "collections",
"translations.dbObject.collectionSingular": "collection",
"widget.collectionsContainers": "Collections/containers",
"widget.databaseContent": "Database content",
"widget.databases": "Databases",
"widget.keys": "Keys",

View File

@@ -106,6 +106,7 @@
"command.datagrid.viewJsonValue": "Zobraziť bunku ako JSON dokument",
"command.datagrid.witchToTable": "Prepnúť na tabuľku",
"command.datgrid.hideColumn": "Skryť stĺpec",
"command.new.collectionToolbar": "Nová kolekcia/kontajner",
"command.new.duckdbDatabase": "Nová DuckDB databáza",
"command.new.sqliteDatabase": "Nová SQLite databáza",
"command.openQuery": "Otvoriť dotaz",
@@ -267,6 +268,7 @@
"dataGrid.codeHighlighting": "Zvýraznenie kódu:",
"dataGrid.codeHighlighting.none": "Žiadne (neformátovaný text)",
"dataGrid.columns": "Stĺpce",
"dataGrid.dependentTables": "Závislé tabuľky",
"dataGrid.editCellValue": "Upraviť hodnotu bunky",
"dataGrid.filters": "Filtre",
"dataGrid.formatJson": "Formátovať JSON",
@@ -300,7 +302,7 @@
"database.exportDbModel": "Exportovať DB model",
"database.generateScript": "Generovať skript",
"database.import": "Importovať",
"database.newCollection": "Nová {collectionLabel}",
"database.newCollection": "Nová kolekcia/kontajner",
"database.newQuery": "Nový dotaz",
"database.newTable": "Nová tabuľka",
"database.perspective": "Perspektíva #",
@@ -379,6 +381,48 @@
"datagrid.searchMacros": "Vyhľadať makrá",
"datagrid.setFormat": "Nastaviť formát: ",
"datagrid.structure": "Štruktúra",
"dbObject.collections": "Kolekcie/Kontajnery",
"dbObject.confirmCloneCollection": "Naozaj vytvoriť kópiu kolekcie/kontajnera s názvom {name}?",
"dbObject.confirmDropCollection": "Naozaj odstrániť kolekciu/kontajner {name}?",
"dbObject.copyTableName": "Kopírovať názov tabuľky",
"dbObject.createCollection": "Vytvoriť kolekciu/kontajner",
"dbObject.createCollectionBackup": "Vytvoriť zálohu kolekcie/kontajnera",
"dbObject.createTableBackup": "Vytvoriť zálohu tabuľky",
"dbObject.designPerspectiveQuery": "Návrh perspektívneho dotazu",
"dbObject.designQuery": "Návrh dotazu",
"dbObject.diagram": "Diagram #",
"dbObject.disable": "Zakázať",
"dbObject.dropCollection": "Odstrániť kolekciu/kontajner",
"dbObject.dropEvent": "Odstrániť udalosť",
"dbObject.dropProcedure": "Odstrániť procedúru",
"dbObject.dropTable": "Odstrániť tabuľku",
"dbObject.dropTrigger": "Odstrániť trigger",
"dbObject.dropView": "Odstrániť pohľad",
"dbObject.enable": "Povoliť",
"dbObject.functions": "Funkcie",
"dbObject.matviews": "Materializované pohľady",
"dbObject.newCollectionName": "Nový názov kolekcie/kontajnera",
"dbObject.openData": "Otvoriť dáta",
"dbObject.openJson": "Otvoriť JSON",
"dbObject.openRawData": "Otvoriť surové dáta",
"dbObject.openStructure": "Otvoriť štruktúru",
"dbObject.procedures": "Procedúry",
"dbObject.query": "Dotaz #",
"dbObject.queryDesigner": "Návrhár dotazu",
"dbObject.renameCollection": "Premenovať kolekciu/kontajner",
"dbObject.renameProcedure": "Premenovať procedúru",
"dbObject.renameTable": "Premenovať tabuľku",
"dbObject.renameView": "Premenovať pohľad",
"dbObject.schedulerEvents": "Plánované Udalosti",
"dbObject.showDiagram": "Zobraziť diagram",
"dbObject.showQuery": "Zobraziť dotaz",
"dbObject.showSql": "Zobraziť SQL",
"dbObject.sqlGenerator": "SQL generátor",
"dbObject.sqlTemplate": "SQL šablóna",
"dbObject.tables": "Tabuľky",
"dbObject.triggers": "Triggery",
"dbObject.truncateTable": "Orezanie tabuľky",
"dbObject.views": "Pohľady",
"error.driverNotFound": "Neplatné pripojenie k databáze, ovládač nenájdený",
"error.selectedCloudConnection": "Vybrané pripojenie je z DbGate cloudu",
"error.selectedNotCloudConnection": "Vybrané pripojenie nie je z DbGate cloudu",
@@ -617,6 +661,7 @@
"sqlObject.columnName": "Názov stĺpca",
"sqlObject.databaseEmpty": "Databáza {database} je prázdna alebo štruktúra nie je načítaná, stlačte tlačidlo Obnoviť pre opätovné načítanie štruktúry",
"sqlObject.loadingStructure": "Načítavanie štruktúry databázy",
"sqlObject.newCollection": "Nová kolekcia/kontajner",
"sqlObject.schemaName": "Schéma",
"sqlObject.search.placeholder": "Hľadať v tabuľkách, pohľadoch, procedúrach",
"sqlObject.searchBy": "Hľadať podľa:",
@@ -684,6 +729,10 @@
"tableEditor.yes": "ÁNO",
"tableStructure.alter": "Úprava tabuľky",
"tableStructure.create": "Vytvoriť tabuľku",
"translations.dbObject.collectionContainer": "kolekcia/kontajner",
"translations.dbObject.collectionPlural": "kolekcie",
"translations.dbObject.collectionSingular": "kolekciu",
"widget.collectionsContainers": "Kolekcie/kontajnery",
"widget.databaseContent": "Obsah databázy",
"widget.databases": "Databázy",
"widget.keys": "Kľúče",