mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
58 lines
3.1 KiB
JSON
58 lines
3.1 KiB
JSON
{
|
|
"settings.localization": "Localizace",
|
|
"common.save": "*** Save",
|
|
"common.refresh": "*** Refresh",
|
|
"command.data_grid.revert_row_changes": "*** Revert row changes",
|
|
"command.data_grid.revert_all_changes.name": "*** Revert all changes",
|
|
"command.data_grid.revert_all_changes.toolbar_name": "*** Revert all",
|
|
"command.datagrid.delete_selected_rows.name": "*** Delete selected rows",
|
|
"command.datagrid.delete_selected_rows.toolbar_name": "*** Delete row(s)",
|
|
"command.datagrid.insert_new_row.name": "*** Insert new row",
|
|
"command.datagrid.insert_new_row.toolbar_name": "*** New row",
|
|
"command.datagrid.add_new_column.name": "*** Add new column",
|
|
"command.datagrid.add_new_column.toolbar_name": "*** New column",
|
|
"command.datagrid.clone_rows.name": "*** Clone rows",
|
|
"command.datagrid.clone_rows.toolbar_name": "*** Clone row(s)",
|
|
"command.datagrid.set_null.name": "*** Set NULL",
|
|
"command.datagrid.remove_field.name": "*** Remove field",
|
|
"command.datagrid.undo.name": "*** Undo",
|
|
"command.datagrid.redo.name": "*** Redo",
|
|
"command.datagrid.reconnect.name": "*** Reconnect",
|
|
"command.datagrid.copy_to_clipboard.name": "*** Copy to clipboard",
|
|
"command.datagrid.edit_json_document.name": "*** Edit row as JSON document",
|
|
"command.datagrid.open_selection_in_map.name": "*** Open selection in map",
|
|
"command.datagrid.view_json_document.name": "*** View row as JSON document",
|
|
"command.datagrid.view_json_value.name": "*** View cell as JSON document",
|
|
"command.datagrid.open_json_array_in_sheet.name": "*** Open array as table",
|
|
"command.datagrid.save_cell_to_file.name": "*** Save cell to file",
|
|
"command.datagrid.load_cell_from_file.name": "*** Load cell from file",
|
|
"common.connections": "*** Connections",
|
|
"tab.administration": "*** Administration",
|
|
"command.tabs.nextTab": "*** Next tab",
|
|
"command.tabs.previousTab": "*** Previous tab",
|
|
"command.tabs.closeAll": "*** Close all tabs",
|
|
"command.tabs.closeTab": "*** Close tab",
|
|
"command.tabs.closeTabsWithCurrentDb": "*** Close tabs with current DB",
|
|
"command.tabs.closeTabsButCurrentDb": "*** Close tabs but current DB",
|
|
"command.tabs.reopenClosedTab": "*** Reopen closed tab",
|
|
"command.tabs.addToFavorites": "*** Add current tab to favorites",
|
|
"widget.tables_views_functions": "*** Tables, views, functions",
|
|
"app.starting": "*** Starting DbGate",
|
|
"app.preparing_pluguns": "*** Preparing plugins ...",
|
|
"widget.databases": "*** Databases",
|
|
"common.schema": "*** Schema",
|
|
"source.tables_views_collections": "*** Tables / views / collections",
|
|
"common.query": "*** Query",
|
|
"source.source_files": "*** Source files",
|
|
"common.database": "*** Database",
|
|
"common.archive": "*** Archive",
|
|
"schema.add": "*** Add new schema",
|
|
"schema.delete": "*** Delete schema",
|
|
"schema.reset_to_default": "*** Reset to default",
|
|
"schema.create_schema": "*** Create schema",
|
|
"schema.schema_name": "*** Schema name",
|
|
"widget.pinned": "*** Pinned",
|
|
"widget.keys": "*** Keys",
|
|
"widget.database_content": "*** Database content",
|
|
"error.driver_not_found": "*** Invalid database connection, driver not found"
|
|
} |