From ad5d364c57a914dd74525fb33da908a2821e4240 Mon Sep 17 00:00:00 2001 From: Nybkox Date: Thu, 27 Feb 2025 13:47:27 +0100 Subject: [PATCH] chore: extract translations --- translations/cs-CZ.json | 70 ++++++++++++++++++++--------------------- translations/en-US.json | 70 ++++++++++++++++++++--------------------- 2 files changed, 70 insertions(+), 70 deletions(-) diff --git a/translations/cs-CZ.json b/translations/cs-CZ.json index 70901667a..6e72ceb23 100644 --- a/translations/cs-CZ.json +++ b/translations/cs-CZ.json @@ -1,58 +1,58 @@ { - "settings.localization": "Localizace", - "common.save": "*** Save", - "common.refresh": "*** Refresh", - "command.data_grid.revert_row_changes": "*** Revert row changes", + "app.preparing_pluguns": "*** Preparing plugins ...", + "app.starting": "*** Starting DbGate", "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.data_grid.revert_row_changes": "*** Revert row changes", "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.delete_selected_rows.name": "*** Delete selected rows", + "command.datagrid.delete_selected_rows.toolbar_name": "*** Delete row(s)", "command.datagrid.edit_json_document.name": "*** Edit row as JSON document", + "command.datagrid.insert_new_row.name": "*** Insert new row", + "command.datagrid.insert_new_row.toolbar_name": "*** New row", + "command.datagrid.load_cell_from_file.name": "*** Load cell from file", + "command.datagrid.open_json_array_in_sheet.name": "*** Open array as table", "command.datagrid.open_selection_in_map.name": "*** Open selection in map", + "command.datagrid.reconnect.name": "*** Reconnect", + "command.datagrid.redo.name": "*** Redo", + "command.datagrid.remove_field.name": "*** Remove field", + "command.datagrid.save_cell_to_file.name": "*** Save cell to file", + "command.datagrid.set_null.name": "*** Set NULL", + "command.datagrid.undo.name": "*** Undo", "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.addToFavorites": "*** Add current tab to favorites", "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.closeTabsWithCurrentDb": "*** Close tabs with current DB", + "command.tabs.nextTab": "*** Next tab", + "command.tabs.previousTab": "*** Previous tab", "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", + "common.connections": "*** Connections", + "common.database": "*** Database", + "common.query": "*** Query", + "common.refresh": "*** Refresh", + "common.save": "*** Save", + "common.schema": "*** Schema", + "error.driver_not_found": "*** Invalid database connection, driver not found", "schema.add": "*** Add new schema", + "schema.create_schema": "*** Create 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", + "settings.localization": "Localizace", + "source.source_files": "*** Source files", + "source.tables_views_collections": "*** Tables / views / collections", + "tab.administration": "*** Administration", "widget.database_content": "*** Database content", - "error.driver_not_found": "*** Invalid database connection, driver not found" + "widget.databases": "*** Databases", + "widget.keys": "*** Keys", + "widget.pinned": "*** Pinned", + "widget.tables_views_functions": "*** Tables, views, functions" } \ No newline at end of file diff --git a/translations/en-US.json b/translations/en-US.json index 0035e0db9..38c3462a1 100644 --- a/translations/en-US.json +++ b/translations/en-US.json @@ -1,58 +1,58 @@ { - "settings.localization": "Localization", - "common.save": "Save", - "common.refresh": "Refresh", - "command.data_grid.revert_row_changes": "Revert row changes", + "app.preparing_pluguns": "Preparing plugins ...", + "app.starting": "Starting DbGate", "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.data_grid.revert_row_changes": "Revert row changes", "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.delete_selected_rows.name": "Delete selected rows", + "command.datagrid.delete_selected_rows.toolbar_name": "Delete row(s)", "command.datagrid.edit_json_document.name": "Edit row as JSON document", + "command.datagrid.insert_new_row.name": "Insert new row", + "command.datagrid.insert_new_row.toolbar_name": "New row", + "command.datagrid.load_cell_from_file.name": "Load cell from file", + "command.datagrid.open_json_array_in_sheet.name": "Open array as table", "command.datagrid.open_selection_in_map.name": "Open selection in map", + "command.datagrid.reconnect.name": "Reconnect", + "command.datagrid.redo.name": "Redo", + "command.datagrid.remove_field.name": "Remove field", + "command.datagrid.save_cell_to_file.name": "Save cell to file", + "command.datagrid.set_null.name": "Set NULL", + "command.datagrid.undo.name": "Undo", "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.addToFavorites": "Add current tab to favorites", "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.closeTabsWithCurrentDb": "Close tabs with current DB", + "command.tabs.nextTab": "Next tab", + "command.tabs.previousTab": "Previous tab", "command.tabs.reopenClosedTab": "Reopen closed tab", - "command.tabs.addToFavorites": "Add current tab to favorites", - "widget.tables_views_functions": "Tables, views, functions", - "widget.databases": "Databases", - "app.starting": "Starting DbGate", - "app.preparing_pluguns": "Preparing plugins ...", - "common.schema": "Schema", - "source.tables_views_collections": "Tables / views / collections", - "common.query": "Query", - "source.source_files": "Source files", - "common.database": "Database", "common.archive": "Archive", + "common.connections": "Connections", + "common.database": "Database", + "common.query": "Query", + "common.refresh": "Refresh", + "common.save": "Save", + "common.schema": "Schema", + "error.driver_not_found": "Invalid database connection, driver not found", "schema.add": "Add new schema", + "schema.create_schema": "Create 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", + "settings.localization": "Localization", + "source.source_files": "Source files", + "source.tables_views_collections": "Tables / views / collections", + "tab.administration": "Administration", "widget.database_content": "Database content", - "error.driver_not_found": "Invalid database connection, driver not found" + "widget.databases": "Databases", + "widget.keys": "Keys", + "widget.pinned": "Pinned", + "widget.tables_views_functions": "Tables, views, functions" } \ No newline at end of file