Skip to content

Commit d7d02f2

Browse files
authored
CB-6242 add tooltip for the connection (#3281)
1 parent 12ff403 commit d7d02f2

File tree

12 files changed

+26
-7
lines changed

12 files changed

+26
-7
lines changed

webapp/packages/core-connections/src/locales/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ export default [
6161
['core_connections_settings_disable_description', 'Disable the ability to create new connections'],
6262
['connections_templates_deprecated_message', 'Template connections are deprecated and will be removed in future releases'],
6363
['core_connections_connection_driver_not_installed', 'Driver is not installed'],
64+
['core_connections_connection_temporary', 'Temporary connection'],
6465
];

webapp/packages/core-connections/src/locales/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ export default [
105105
['core_connections_settings_disable_description', 'Disable the ability to create new connections'],
106106
['connections_templates_deprecated_message', 'Template connections are deprecated and will be removed in future releases'],
107107
['core_connections_connection_driver_not_installed', 'Driver is not installed'],
108+
['core_connections_connection_temporary', 'Temporary connection'],
108109
];

webapp/packages/core-connections/src/locales/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,5 @@ export default [
114114
['core_connections_settings_disable_description', 'Disable the ability to create new connections'],
115115
['connections_templates_deprecated_message', 'Template connections are deprecated and will be removed in future releases'],
116116
['core_connections_connection_driver_not_installed', 'Driver is not installed'],
117+
['core_connections_connection_temporary', 'Temporary connection'],
117118
];

webapp/packages/core-connections/src/locales/it.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ export default [
103103
['core_connections_settings_disable_description', 'Disable the ability to create new connections'],
104104
['connections_templates_deprecated_message', 'Template connections are deprecated and will be removed in future releases'],
105105
['core_connections_connection_driver_not_installed', 'Driver is not installed'],
106+
['core_connections_connection_temporary', 'Temporary connection'],
106107
];

webapp/packages/core-connections/src/locales/ru.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,5 @@ export default [
106106
['core_connections_settings_disable_description', 'Отключить возможность создания новых подключений'],
107107
['connections_templates_deprecated_message', 'Шаблоны подключений больше не поддерживаются и будут удалены в будущих релизах'],
108108
['core_connections_connection_driver_not_installed', 'Драйвер не установлен'],
109+
['core_connections_connection_temporary', 'Временное подключение'],
109110
];

webapp/packages/core-connections/src/locales/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,5 @@ export default [
9595
['core_connections_settings_disable_description', 'Disable the ability to create new connections'],
9696
['connections_templates_deprecated_message', 'Template connections are deprecated and will be removed in future releases'],
9797
['core_connections_connection_driver_not_installed', 'Driver is not installed'],
98+
['core_connections_connection_temporary', 'Temporary connection'],
9899
];

webapp/packages/core-localization/src/locales/en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CloudBeaver - Cloud Database Manager
3-
* Copyright (C) 2020-2024 DBeaver Corp and others
3+
* Copyright (C) 2020-2025 DBeaver Corp and others
44
*
55
* Licensed under the Apache License, Version 2.0.
66
* you may not use this file except in compliance with the License.
@@ -142,6 +142,7 @@ export default [
142142
['ui_catalog', 'Catalog'],
143143
['ui_schema', 'Schema'],
144144
['ui_project', 'Project'],
145+
['ui_type', 'Type'],
145146

146147
['root_permission_denied', "You don't have permissions"],
147148
['root_permission_no_permission', "You don't have permission for this action"],

webapp/packages/core-localization/src/locales/fr.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CloudBeaver - Cloud Database Manager
3-
* Copyright (C) 2020-2024 DBeaver Corp and others
3+
* Copyright (C) 2020-2025 DBeaver Corp and others
44
*
55
* Licensed under the Apache License, Version 2.0.
66
* you may not use this file except in compliance with the License.
@@ -136,6 +136,7 @@ export default [
136136
['ui_catalog', 'Catalog'],
137137
['ui_schema', 'Schema'],
138138
['ui_project', 'Project'],
139+
['ui_type', 'Type'],
139140

140141
['root_permission_denied', "Vous n'avez pas les permissions"],
141142
['root_permission_no_permission', "Vous n'avez pas la permission pour cette action"],

webapp/packages/core-localization/src/locales/it.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CloudBeaver - Cloud Database Manager
3-
* Copyright (C) 2020-2024 DBeaver Corp and others
3+
* Copyright (C) 2020-2025 DBeaver Corp and others
44
*
55
* Licensed under the Apache License, Version 2.0.
66
* you may not use this file except in compliance with the License.
@@ -132,6 +132,7 @@ export default [
132132
['ui_catalog', 'Catalog'],
133133
['ui_schema', 'Schema'],
134134
['ui_project', 'Project'],
135+
['ui_type', 'Type'],
135136

136137
['root_permission_denied', 'Non hai i permessi'],
137138
['app_root_session_expire_warning_title', 'La sessione sta per scadere'],

webapp/packages/core-localization/src/locales/ru.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* CloudBeaver - Cloud Database Manager
3-
* Copyright (C) 2020-2024 DBeaver Corp and others
3+
* Copyright (C) 2020-2025 DBeaver Corp and others
44
*
55
* Licensed under the Apache License, Version 2.0.
66
* you may not use this file except in compliance with the License.
@@ -138,6 +138,7 @@ export default [
138138
['ui_catalog', 'Каталог'],
139139
['ui_schema', 'Схема'],
140140
['ui_project', 'Проект'],
141+
['ui_type', 'Тип'],
141142

142143
['root_permission_denied', 'Отказано в доступе'],
143144
['root_permission_no_permission', 'У вас нет разрешения на это действие'],

0 commit comments

Comments
 (0)