mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
renamed some lang keys
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"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.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.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.add_new_column": "Add new column",
|
||||
"command.datagrid.add_new_column.toolbar": "New column",
|
||||
"command.datagrid.clone_rows": "Clone rows",
|
||||
"command.datagrid.clone_rows.toolbar": "Clone row(s)",
|
||||
"command.datagrid.copy_to_clipboard": "Copy to clipboard",
|
||||
"command.datagrid.delete_selected_rows": "Delete selected rows",
|
||||
"command.datagrid.delete_selected_rows.toolbar": "Delete row(s)",
|
||||
"command.datagrid.edit_json_document": "Edit row as JSON document",
|
||||
"command.datagrid.insert_new_row": "Insert new row",
|
||||
"command.datagrid.insert_new_row.toolbar": "New row",
|
||||
"command.datagrid.load_cell_from_file": "Load cell from file",
|
||||
"command.datagrid.open_json_array_in_sheet": "Open array as table",
|
||||
"command.datagrid.open_selection_in_map": "Open selection in map",
|
||||
"command.datagrid.reconnect": "Reconnect",
|
||||
"command.datagrid.redo": "Redo",
|
||||
"command.datagrid.remove_field": "Remove field",
|
||||
"command.datagrid.revert_all_changes": "Revert all changes",
|
||||
"command.datagrid.revert_all_changes.toolbar": "Revert all",
|
||||
"command.datagrid.revert_row_changes": "Revert row changes",
|
||||
"command.datagrid.save_cell_to_file": "Save cell to file",
|
||||
"command.datagrid.set_null": "Set NULL",
|
||||
"command.datagrid.undo": "Undo",
|
||||
"command.datagrid.view_json_document": "View row as JSON document",
|
||||
"command.datagrid.view_json_value": "View cell as JSON document",
|
||||
"command.tabs.addToFavorites": "Add current tab to favorites",
|
||||
"command.tabs.closeAll": "Close all tabs",
|
||||
"command.tabs.closeTab": "Close tab",
|
||||
|
||||
Reference in New Issue
Block a user