translation - settings, menu

This commit is contained in:
Stela Augustinova
2025-11-14 17:03:54 +01:00
committed by SPRINX0\prochazka
parent 7bb9414be8
commit edf9f3a2be
11 changed files with 77 additions and 23 deletions

View File

@@ -102,6 +102,7 @@
"command.database.databaseSearch": "Vyhledávání v databázi",
"command.database.export": "Exportovat databázi",
"command.database.search": "Vyhledat",
"command.database.switchRecent": "Přepnout na nedávnou databázi",
"command.datagrid": "Datová mřížka",
"command.datagrid.addJsonDocument": "Přidat JSON dokument",
"command.datagrid.addNewColumn": "Přidat nový sloupec",
@@ -188,6 +189,7 @@
"command.kill": "Ukončit",
"command.markdown.preview": "Náhled",
"command.new": "Nový",
"command.new.JSShell": "Nový JavaScript shell",
"command.new.application": "Aplikace",
"command.new.archiveFolder": "Složka archivů",
"command.new.collection": "Kolekce",
@@ -202,6 +204,12 @@
"command.new.markdown": "Markdown stránka",
"command.new.modelCompare": "Porovnat DB",
"command.new.modelTransform": "Transformace modelu",
"command.new.newApplication": "Nová aplikace",
"command.new.newDiagram": "Nový ER diagram",
"command.new.newJsonl": "Nový JSON lines soubor",
"command.new.newModelTransform": "Nová transformace modelu",
"command.new.newPerspective": "Nová perspektiva",
"command.new.newQueryDesign": "Nový návrh dotazu",
"command.new.perspective": "Perspektiva",
"command.new.query": "Dotaz",
"command.new.queryDesign": "Design dotazu",
@@ -671,6 +679,11 @@
"indexEditor.filteredIndexCondition": "Podmínka filtrovaného indexu",
"indexEditor.indexName": "Název indexu",
"indexEditor.isUnique": "Je jedinečný index",
"menu.edit": "Upravit",
"menu.file": "Soubor",
"menu.help": "Pomoc",
"menu.tools": "Nástroje",
"menu.view": "Zobrazit",
"newObject.compareDescription": "Porovnat schémata databází",
"newObject.compareDisabled": "Porovnání databází není pro aktuální databázi k dispozici.",
"newObject.connectionLocal": "Připojení k databázi je uloženo lokálně",
@@ -714,6 +727,7 @@
"settings.appearance.editorTheme.default": "(použít výchozí téma)",
"settings.appearance.fontFamily": "Písmo editoru",
"settings.appearance.fontSize": "Velikost fontu",
"settings.appearance.fontSize.custom": "vlastní",
"settings.appearance.moreThemes": "Více témat je k dispozici jako",
"settings.appearance.useSystemTheme": "Použít systémové téma",
"settings.behaviour": "Chování",
@@ -798,6 +812,8 @@
"settings.tabGroup.showServerName": "Zobrazit název serveru vedle názvu databáze v záhlaví skupiny karet",
"settings.theme": "Vzhled",
"settings.title": "Nastavení",
"settings.useNativeWindowTitle": "Použít nativní menu",
"settings.useSystemNativeMenu": "Použít systémové nativní menu",
"sqlObject.collectionName": "Název kolekce",
"sqlObject.columnComment": "Komentář sloupce",
"sqlObject.columnDataType": "Datový typ sloupce",

View File

@@ -102,6 +102,7 @@
"command.database.databaseSearch": "Database search",
"command.database.export": "Export database",
"command.database.search": "Search",
"command.database.switchRecent": "Switch recent database",
"command.datagrid": "Data grid",
"command.datagrid.addJsonDocument": "Add JSON document",
"command.datagrid.addNewColumn": "Add new column",
@@ -188,6 +189,7 @@
"command.kill": "Kill",
"command.markdown.preview": "Preview",
"command.new": "New",
"command.new.JSShell": "New JavaScript shell",
"command.new.application": "Application",
"command.new.archiveFolder": "Archive folder",
"command.new.collection": "Collection",
@@ -202,6 +204,12 @@
"command.new.markdown": "Markdown page",
"command.new.modelCompare": "Compare DB",
"command.new.modelTransform": "Model transform",
"command.new.newApplication": "New application",
"command.new.newDiagram": "New ER diagram",
"command.new.newJsonl": "New JSON lines file",
"command.new.newModelTransform": "New model transform",
"command.new.newPerspective": "New perspective",
"command.new.newQueryDesign": "New query design",
"command.new.perspective": "Perspective",
"command.new.query": "Query",
"command.new.queryDesign": "Query design",
@@ -671,6 +679,11 @@
"indexEditor.filteredIndexCondition": "Filtered index condition",
"indexEditor.indexName": "Index name",
"indexEditor.isUnique": "Is unique index",
"menu.edit": "Edit",
"menu.file": "File",
"menu.help": "Help",
"menu.tools": "Tools",
"menu.view": "View",
"newObject.compareDescription": "Compare database schemas",
"newObject.compareDisabled": "Database comparison is not available for current database",
"newObject.connectionLocal": "Database connection stored locally",
@@ -714,6 +727,7 @@
"settings.appearance.editorTheme.default": "(use theme default)",
"settings.appearance.fontFamily": "Editor font family",
"settings.appearance.fontSize": "Font size",
"settings.appearance.fontSize.custom": "custom",
"settings.appearance.moreThemes": "More themes are available as",
"settings.appearance.useSystemTheme": "Use system theme",
"settings.behaviour": "Behaviour",
@@ -798,6 +812,8 @@
"settings.tabGroup.showServerName": "Show server name alongside database name in title of the tab group",
"settings.theme": "Themes",
"settings.title": "Settings",
"settings.useNativeWindowTitle": "Use native window title",
"settings.useSystemNativeMenu": "Use system native menu",
"sqlObject.collectionName": "Collection name",
"sqlObject.columnComment": "Column comment",
"sqlObject.columnDataType": "Column data type",

View File

@@ -102,6 +102,7 @@
"command.database.databaseSearch": "Hľadanie v databáze",
"command.database.export": "Exportovať databázu",
"command.database.search": "Hľadať",
"command.database.switchRecent": "Prepnúť na nedávnu databázu",
"command.datagrid": "Dátová mriežka",
"command.datagrid.addJsonDocument": "Pridať JSON dokument",
"command.datagrid.addNewColumn": "Pridať nový stĺpec",
@@ -188,6 +189,7 @@
"command.kill": "Ukončiť",
"command.markdown.preview": "Náhľad",
"command.new": "Nový",
"command.new.JSShell": "Nový JavaScript shell",
"command.new.application": "Aplikácia",
"command.new.archiveFolder": "Archívny priečinok",
"command.new.collection": "Kolekcia",
@@ -202,6 +204,12 @@
"command.new.markdown": "Markdown stránka",
"command.new.modelCompare": "Porovnať DB",
"command.new.modelTransform": "Transformácia modelu",
"command.new.newApplication": "Nová aplikácia",
"command.new.newDiagram": "Nový ER diagram",
"command.new.newJsonl": "Nový JSON lines súbor",
"command.new.newModelTransform": "Nová transformácia modelu",
"command.new.newPerspective": "Nová perspektíva",
"command.new.newQueryDesign": "Nový návrh dotazu",
"command.new.perspective": "Perspektíva",
"command.new.query": "Dotaz",
"command.new.queryDesign": "Návrh dotazu",
@@ -671,6 +679,11 @@
"indexEditor.filteredIndexCondition": "Podmienka filtrovaného indexu",
"indexEditor.indexName": "Názov indexu",
"indexEditor.isUnique": "Je jedinečný index",
"menu.edit": "Upraviť",
"menu.file": "Súbor",
"menu.help": "Pomoc",
"menu.tools": "Nástroje",
"menu.view": "Zobraziť",
"newObject.compareDescription": "Porovnať schémy databáz",
"newObject.compareDisabled": "Porovnávanie databáz nie je k dispozícii pre aktuálnu databázu",
"newObject.connectionLocal": "Pripojenie databázy uložené lokálne",
@@ -714,6 +727,7 @@
"settings.appearance.editorTheme.default": "(použiť predvolenú tému)",
"settings.appearance.fontFamily": "Písmo editora",
"settings.appearance.fontSize": "Veľkosť písma",
"settings.appearance.fontSize.custom": "vlastné",
"settings.appearance.moreThemes": "Viac tém je k dispozícii ako",
"settings.appearance.useSystemTheme": "Použiť systémovú tému",
"settings.behaviour": "Správanie",
@@ -798,6 +812,8 @@
"settings.tabGroup.showServerName": "Zobraziť názov servera vedľa názvu databázy v názve skupiny kariet",
"settings.theme": "Vzhľad",
"settings.title": "Nastavenia",
"settings.useNativeWindowTitle": "Použiť natívne menu",
"settings.useSystemNativeMenu": "Použiť natívne systémové menu",
"sqlObject.collectionName": "Názov kolekcie",
"sqlObject.columnComment": "Komentár stĺpca",
"sqlObject.columnDataType": "Dátový typ stĺpca",