提交 7bea0ba4 编写于 作者: R RiedNyko

dbeaver-corp/dbeaver-i18n#79

Former-commit-id: bac8fd11
上级 a2614369
......@@ -1084,14 +1084,14 @@ public class SQLEditor extends SQLEditorBase implements
if (resultsSash.getMaximizedControl() != null) {
resultsSash.setMaximizedControl(null);
}
showExtraView(SQLEditorCommands.CMD_SQL_SHOW_OUTPUT, SQLEditorMessages.editors_sql_output, "Database server output log", IMG_OUTPUT, outputViewer);
showExtraView(SQLEditorCommands.CMD_SQL_SHOW_OUTPUT, SQLEditorMessages.editors_sql_output, SQLEditorMessages.editors_sql_output_tip, IMG_OUTPUT, outputViewer);
}
public void showExecutionLogPanel() {
if (resultsSash.getMaximizedControl() != null) {
resultsSash.setMaximizedControl(null);
}
showExtraView(SQLEditorCommands.CMD_SQL_SHOW_LOG, SQLEditorMessages.editors_sql_execution_log, "SQL query execution log", IMG_LOG, logViewer);
showExtraView(SQLEditorCommands.CMD_SQL_SHOW_LOG, SQLEditorMessages.editors_sql_execution_log, SQLEditorMessages.editors_sql_execution_log_tip, IMG_LOG, logViewer);
}
public <T> T getExtraPresentationPanel(Class<T> panelClass) {
......
......@@ -55,8 +55,10 @@ public class SQLEditorMessages extends NLS {
public static String editors_sql_error_execution_plan_message;
public static String editors_sql_error_execution_plan_title;
public static String editors_sql_execution_log;
public static String editors_sql_execution_log_tip;
public static String editors_sql_explain_plan;
public static String editors_sql_output;
public static String editors_sql_output_tip;
public static String editors_sql_job_execute_query;
public static String editors_sql_job_execute_script;
public static String editors_sql_save_on_close_message;
......
......@@ -31,10 +31,12 @@ editors_sql_error_cant_obtain_session = Can't obtain session
editors_sql_error_execution_plan_message = Can not explain execution plan
editors_sql_error_execution_plan_title = Execution plan
editors_sql_execution_log = Execution Log
editors_sql_execution_log_tip = SQL query execution log
editors_sql_explain_plan = Explain Plan
editors_sql_job_execute_query = Execute query
editors_sql_job_execute_script = Execute script
editors_sql_output = Output
editors_sql_output_tip = Database server output log
editors_sql_save_on_close_message = Editor can't be closed while SQL query is being executed
editors_sql_save_on_close_text = Query is being executed
editors_sql_status_cant_obtain_document = Can't obtain editor's document
......
......@@ -24,8 +24,10 @@ editors_sql_error_cant_obtain_session=\u041D\u0435\u0432\u043E\u0437\u043C\u043E
editors_sql_error_execution_plan_message=\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u044C \u043F\u043B\u0430\u043D \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0440\u043E\u0441\u0430.
editors_sql_error_execution_plan_title=\u041F\u043B\u0430\u043D \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0440\u043E\u0441\u0430
editors_sql_execution_log=\u041B\u043E\u0433 \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F
editors_sql_execution_log_tip = \u0416\u0443\u0440\u043D\u0430\u043B \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F SQL-\u0437\u0430\u043F\u0440\u043E\u0441\u043E\u0432
editors_sql_explain_plan=\u041F\u043B\u0430\u043D \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F
editors_sql_output=\u0412\u044B\u0432\u043E\u0434
editors_sql_output_tip = \u0416\u0443\u0440\u043D\u0430\u043B \u0432\u044B\u0432\u043E\u0434\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0431\u0430\u0437\u044B \u0434\u0430\u043D\u043D\u044B\u0445
editors_sql_job_execute_query=\u0412\u044B\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0437\u0430\u043F\u0440\u043E\u0441
editors_sql_job_execute_script=\u0418\u0441\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0441\u043A\u0440\u0438\u043F\u0442
editors_sql_save_on_close_message=\u0420\u0435\u0434\u0430\u043A\u0442\u043E\u0440 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0437\u0430\u043A\u0440\u044B\u0442 \u0432\u043E \u0432\u0440\u0435\u043C\u044F \u0432\u044B\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u044F \u0441\u043A\u0440\u0438\u043F\u0442\u0430
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册